Kadence WooCommerce Email Designer - Version 1.0.4

Version Description

  • Add Translations: Spanish, Dutch, German, French, Italian, Portuguese (BR), Russian.
Download this release

Release Info

Developer britner
Plugin Icon 128x128 Kadence WooCommerce Email Designer
Version 1.0.4
Comparing to
See all releases

Code changes from version 1.0.3 to 1.0.4

kadence-woocommerce-email-designer.php CHANGED
@@ -1,21 +1,38 @@
1
- <?php
2
- /*
3
- Plugin Name: Kadence WooCommerce Email Designer
4
- Plugin URI: http://kadencethemes.com/products/woocommerce-email-designer/
5
- Description: Customize the default woocommerce email templates design and text through the native WordPress customizer. Preview emails and send test emails.
6
- Version: 1.0.3
7
- Author: Kadence Themes
8
- Author URI: http://kadencethemes.com/
9
- License: GPLv2 or later
10
- Text Domain: kadence-woocommerce-email-designer
11
- */
 
 
12
 
 
 
 
13
  class Kadence_Woomail_Designer {
14
  /**
15
- * @var null
16
- */
 
 
17
  private static $instance = null;
 
 
 
 
 
18
  private static $admin_capability = null;
 
 
 
 
 
19
  private static $overwrite_options = null;
20
 
21
  /**
@@ -34,7 +51,7 @@ class Kadence_Woomail_Designer {
34
 
35
  define( 'KT_WOOMAIL_PATH' , realpath( plugin_dir_path(__FILE__) ) . DIRECTORY_SEPARATOR );
36
  define( 'KT_WOOMAIL_URL' , plugin_dir_url(__FILE__) );
37
- define( 'KT_WOOMAIL_VERSION' , '1.0.2' );
38
 
39
  if( ! kadence_woomail_is_woo_active() ) {
40
  add_action( 'admin_notices', array( $this, 'admin_notice_need_woocommerce' ) );
@@ -408,11 +425,11 @@ class Kadence_Woomail_Designer {
408
  }
409
 
410
  /**
411
- * Hook in email header with access to the email object
412
- *
413
- * @access public
414
- * @return template
415
- */
416
  public function add_email_header( $email_heading, $email ) {
417
  wc_get_template( 'emails/email-header.php', array( 'email_heading' => $email_heading, 'email' => $email ) );
418
  }
@@ -461,7 +478,7 @@ class Kadence_Woomail_Designer {
461
  }
462
  Kadence_Woomail_Designer::get_instance();
463
 
464
- /**
465
  * Checks if WooCommerce is enabled
466
  */
467
  class Kadence_Woomail_Plugin_Check {
1
+ <?php
2
+ /**
3
+ * Plugin Name: Kadence WooCommerce Email Designer
4
+ * Plugin URI: http://kadencethemes.com/products/woocommerce-email-designer/
5
+ * Description: Customize the default woocommerce email templates design and text through the native WordPress customizer. Preview emails and send test emails.
6
+ * Version: 1.0.4
7
+ * Author: Kadence Themes
8
+ * Author URI: http://kadencethemes.com/
9
+ * License: GPLv2 or later
10
+ * Text Domain: kadence-woocommerce-email-designer
11
+ *
12
+ * @package Kadence Woocommerce Email Designer
13
+ */
14
 
15
+ /**
16
+ * Main Class
17
+ */
18
  class Kadence_Woomail_Designer {
19
  /**
20
+ * Instance Control
21
+ *
22
+ * @var null
23
+ */
24
  private static $instance = null;
25
+ /**
26
+ * User Role
27
+ *
28
+ * @var null
29
+ */
30
  private static $admin_capability = null;
31
+ /**
32
+ * Overide Var
33
+ *
34
+ * @var null
35
+ */
36
  private static $overwrite_options = null;
37
 
38
  /**
51
 
52
  define( 'KT_WOOMAIL_PATH' , realpath( plugin_dir_path(__FILE__) ) . DIRECTORY_SEPARATOR );
53
  define( 'KT_WOOMAIL_URL' , plugin_dir_url(__FILE__) );
54
+ define( 'KT_WOOMAIL_VERSION' , '1.0.4' );
55
 
56
  if( ! kadence_woomail_is_woo_active() ) {
57
  add_action( 'admin_notices', array( $this, 'admin_notice_need_woocommerce' ) );
425
  }
426
 
427
  /**
428
+ * Hook in email header with access to the email object
429
+ *
430
+ * @access public
431
+ * @return template
432
+ */
433
  public function add_email_header( $email_heading, $email ) {
434
  wc_get_template( 'emails/email-header.php', array( 'email_heading' => $email_heading, 'email' => $email ) );
435
  }
478
  }
479
  Kadence_Woomail_Designer::get_instance();
480
 
481
+ /**
482
  * Checks if WooCommerce is enabled
483
  */
484
  class Kadence_Woomail_Plugin_Check {
languages/kadence-woocommerce-email-designer-de_DE.mo ADDED
Binary file
languages/kadence-woocommerce-email-designer-de_DE.po ADDED
@@ -0,0 +1,20351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Kadence WooCommerce Email Designer\n"
4
+ "POT-Creation-Date: 2018-09-26 11:59-0600\n"
5
+ "PO-Revision-Date: 2018-09-26 12:36-0600\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: de\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;esc_html__;esc_html_e;esc_attr__;esc_attr_e;"
15
+ "_ex:1,2c;_n:1,2;esc_attr_x:1,2c;_x:1,2c;esc_html_x:1,2c\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: includes/class-customizer-kwdimportexport-control.php:16
20
+ #: includes/class-customizer-kwdimportexport-control.php:21
21
+ msgid "Export"
22
+ msgstr "Exportieren"
23
+
24
+ #: includes/class-customizer-kwdimportexport-control.php:19
25
+ msgid ""
26
+ "Click the button below to export the customization settings for this plugin."
27
+ msgstr ""
28
+
29
+ #: includes/class-customizer-kwdimportexport-control.php:26
30
+ #: includes/class-customizer-kwdimportexport-control.php:36
31
+ msgid "Import"
32
+ msgstr "Importieren"
33
+
34
+ #: includes/class-customizer-kwdimportexport-control.php:29
35
+ msgid "Upload a file to import customization settings for this plugin."
36
+ msgstr ""
37
+
38
+ #: includes/class-customizer-kwdimportexport-control.php:35
39
+ msgid "Uploading..."
40
+ msgstr ""
41
+
42
+ #: includes/class-customizer-kwdsendemail-control.php:21
43
+ msgid "Settings must be saved to send preview email."
44
+ msgstr ""
45
+
46
+ #: includes/class-customizer-kwdsendemail-control.php:22
47
+ #, fuzzy
48
+ #| msgid "Email"
49
+ msgid "Send Email"
50
+ msgstr "E-Mail"
51
+
52
+ #: includes/class-customizer-kwdsendemail-control.php:23
53
+ msgid ""
54
+ "Some emails will not work correctly with the mockup order. It is best to use "
55
+ "a real order for sending preview emails."
56
+ msgstr ""
57
+
58
+ #: includes/class-customizer-kwdtemplateload-control.php:17
59
+ #: includes/class-customizer-kwdtemplateload-control.php:31
60
+ #, fuzzy
61
+ #| msgid "Templates"
62
+ msgid "Load Template"
63
+ msgstr "Vorlagen"
64
+
65
+ #: includes/class-customizer-kwdtemplateload-control.php:30
66
+ msgid "Loading and Saving..."
67
+ msgstr ""
68
+
69
+ #: includes/class-customizer-repeater-control.php:29
70
+ #, fuzzy
71
+ #| msgid "Add new"
72
+ msgid "Add new field"
73
+ msgstr "Hinzufügen"
74
+
75
+ #: includes/class-customizer-repeater-control.php:34
76
+ #, fuzzy
77
+ #| msgid "Customer created"
78
+ msgid "Customizer Repeater"
79
+ msgstr "Kunde erstellt"
80
+
81
+ #: includes/class-customizer-repeater-control.php:201
82
+ #: includes/class-customizer-repeater-control.php:253
83
+ msgid "Title"
84
+ msgstr "Bezeichnung"
85
+
86
+ #: includes/class-customizer-repeater-control.php:208
87
+ #: includes/class-customizer-repeater-control.php:261
88
+ msgid "Link"
89
+ msgstr ""
90
+
91
+ #: includes/class-customizer-repeater-control.php:222
92
+ #: includes/class-customizer-repeater-control.php:269
93
+ #, fuzzy
94
+ #| msgid "Delete item"
95
+ msgid "Delete field"
96
+ msgstr "Bestellposition löschen"
97
+
98
+ #: includes/class-customizer-repeater-control.php:310
99
+ #, fuzzy
100
+ #| msgid "Choose an action..."
101
+ msgid "Choose a Bundled Icon"
102
+ msgstr "Wähle eine Aktion &hellip;"
103
+
104
+ #: includes/class-customizer-repeater-control.php:332
105
+ #: includes/class-customizer-repeater-control.php:346
106
+ #, fuzzy
107
+ #| msgid "Customer download log"
108
+ msgid "Custom Upload Icon"
109
+ msgstr "Kunden Download-Protokoll"
110
+
111
+ #: includes/class-customizer-repeater-control.php:335
112
+ #, fuzzy
113
+ #| msgid "Upload an image"
114
+ msgid "Upload Image"
115
+ msgstr "Bild hochladen"
116
+
117
+ #: includes/class-customizer-repeater-control.php:342
118
+ msgid "Social Image Source"
119
+ msgstr ""
120
+
121
+ #: includes/class-customizer-repeater-control.php:345
122
+ msgid "Bundled Icon"
123
+ msgstr ""
124
+
125
+ #: includes/class-customizer-repeater-control.php:347
126
+ #: includes/class-kadence-woomail-settings.php:1382
127
+ #: includes/class-kadence-woomail-settings.php:1423
128
+ msgid "None"
129
+ msgstr "Keine"
130
+
131
+ #: includes/class-customizer-repeater-control.php:354
132
+ msgid "Bundled Icon Color"
133
+ msgstr ""
134
+
135
+ #: includes/class-customizer-repeater-control.php:357
136
+ msgid "Black"
137
+ msgstr ""
138
+
139
+ #: includes/class-customizer-repeater-control.php:358
140
+ msgid "White"
141
+ msgstr ""
142
+
143
+ #: includes/class-customizer-repeater-control.php:359
144
+ msgid "Gray"
145
+ msgstr ""
146
+
147
+ #: includes/class-kadence-woomail-customizer.php:110
148
+ msgid "Save"
149
+ msgstr "Speichern"
150
+
151
+ #: includes/class-kadence-woomail-customizer.php:112
152
+ #, fuzzy
153
+ #| msgid "Save"
154
+ msgid "Saved"
155
+ msgstr "Speichern"
156
+
157
+ #: includes/class-kadence-woomail-customizer.php:165
158
+ #, fuzzy
159
+ #| msgid "WooCommerce pages"
160
+ msgid "WooCommerce Emails"
161
+ msgstr "WooCommerce Seiten"
162
+
163
+ #: includes/class-kadence-woomail-customizer.php:272
164
+ msgid "Reset"
165
+ msgstr "Zurücksetzen"
166
+
167
+ #: includes/class-kadence-woomail-customizer.php:273
168
+ #, fuzzy
169
+ #| msgid "WooCommerce pages"
170
+ msgid "Woocommerce Emails"
171
+ msgstr "WooCommerce Seiten"
172
+
173
+ #: includes/class-kadence-woomail-customizer.php:274
174
+ #, fuzzy
175
+ #| msgid "Are you sure you want to delete this template file?"
176
+ msgid "Are you sure you want to send an email?"
177
+ msgstr "Bist du sicher, dass du diese Template-Datei löschen willst?"
178
+
179
+ #: includes/class-kadence-woomail-customizer.php:275
180
+ #, fuzzy
181
+ #| msgid "Email type"
182
+ msgid "Email Sent!"
183
+ msgstr "E-Mail-Typ"
184
+
185
+ #: includes/class-kadence-woomail-customizer.php:276
186
+ msgid "Email failed, make sure you have a working email server for your site."
187
+ msgstr ""
188
+
189
+ #: includes/class-kadence-woomail-customizer.php:277
190
+ #, fuzzy
191
+ #| msgid "Are you sure you want to revoke access to this download?"
192
+ msgid ""
193
+ "Are you sure you want to reset all changes made to your WooCommerce emails?"
194
+ msgstr ""
195
+ "Bist du sicher, dass du den Zugriff auf diesen Download entziehen möchtest?"
196
+
197
+ #: includes/class-kadence-woomail-customizer.php:278
198
+ msgid ""
199
+ "<p>Use native WordPress Customizer to make Woocommerce emails match your "
200
+ "brand.</p>"
201
+ msgstr ""
202
+
203
+ #: includes/class-kadence-woomail-customizer.php:278
204
+ #, php-format
205
+ msgid ""
206
+ "<a href=\"%s\">Kadence Woocommerce Email Designer</a> plugin by <a href=\"%s"
207
+ "\">Kadence Themes</a>."
208
+ msgstr ""
209
+
210
+ #: includes/class-kadence-woomail-customizer.php:283
211
+ #, fuzzy
212
+ #| msgid "Please select some items."
213
+ msgid "Please choose a file to import."
214
+ msgstr "Wähle bitte einige Produkte aus."
215
+
216
+ #: includes/class-kadence-woomail-customizer.php:284
217
+ msgid ""
218
+ "WARNING: This will override all of your current settings. Are you sure you "
219
+ "want to do that? We suggest geting an export of your current settings incase "
220
+ "you want to revert back."
221
+ msgstr ""
222
+
223
+ #: includes/class-kadence-woomail-import-export.php:211
224
+ #, fuzzy
225
+ #| msgid "Error processing refund. Please try again."
226
+ msgid "Error importing settings! Please try again."
227
+ msgstr "Fehler bei der Verarbeitung der Erstattung. Bitte versuche es erneut."
228
+
229
+ #: includes/class-kadence-woomail-import-export.php:224
230
+ #: includes/class-kadence-woomail-import-export.php:228
231
+ msgid ""
232
+ "Error importing settings! Please check that you uploaded a customizer export "
233
+ "file."
234
+ msgstr ""
235
+
236
+ #: includes/class-kadence-woomail-import-export.php:232
237
+ msgid ""
238
+ "Error importing settings! The settings you uploaded are not for the Kadence "
239
+ "Woomail Designer."
240
+ msgstr ""
241
+
242
+ #: includes/class-kadence-woomail-import-export.php:293
243
+ msgid "Error importing settings! The template you selected is not found."
244
+ msgstr ""
245
+
246
+ #: includes/class-kadence-woomail-import-export.php:297
247
+ #: includes/class-kadence-woomail-import-export.php:301
248
+ msgid "Error importing settings! The template you selected is not valid."
249
+ msgstr ""
250
+
251
+ #: includes/class-kadence-woomail-preview.php:231
252
+ msgid "Hello! This is an example note"
253
+ msgstr ""
254
+
255
+ #: includes/class-kadence-woomail-preview.php:304
256
+ msgid ""
257
+ "This email type can not be previewed because it links with a subscription. "
258
+ "We are working on it."
259
+ msgstr ""
260
+
261
+ #: includes/class-kadence-woomail-preview.php:351
262
+ msgid ""
263
+ "An error occurred trying to load this email type. Make sure this email type "
264
+ "is enabled or please try another type."
265
+ msgstr ""
266
+
267
+ #: includes/class-kadence-woomail-settings.php:79
268
+ #, fuzzy
269
+ #| msgid "Header image"
270
+ msgid "Header"
271
+ msgstr "Header-Bild"
272
+
273
+ #: includes/class-kadence-woomail-settings.php:85
274
+ #, fuzzy
275
+ #| msgid "Content type"
276
+ msgid "Content"
277
+ msgstr "Inhaltstyp"
278
+
279
+ #: includes/class-kadence-woomail-settings.php:91
280
+ #, fuzzy
281
+ #| msgid "Footer text"
282
+ msgid "Footer"
283
+ msgstr "Footer-Text"
284
+
285
+ #: includes/class-kadence-woomail-settings.php:113
286
+ #, fuzzy
287
+ #| msgid "Templates"
288
+ msgid "Prebuilt Templates"
289
+ msgstr "Vorlagen"
290
+
291
+ #: includes/class-kadence-woomail-settings.php:117
292
+ #, fuzzy
293
+ #| msgid "Email type"
294
+ msgid "Email Type and Text"
295
+ msgstr "E-Mail-Typ"
296
+
297
+ #: includes/class-kadence-woomail-settings.php:122
298
+ #, fuzzy
299
+ #| msgid "Continue"
300
+ msgid "Container"
301
+ msgstr "Fortfahren"
302
+
303
+ #: includes/class-kadence-woomail-settings.php:128
304
+ #, fuzzy
305
+ #| msgid "Header image"
306
+ msgid "Header Style"
307
+ msgstr "Header-Bild"
308
+
309
+ #: includes/class-kadence-woomail-settings.php:135
310
+ #: includes/class-kadence-woomail-settings.php:237
311
+ #, fuzzy
312
+ #| msgid "Header image"
313
+ msgid "Header Image"
314
+ msgstr "Header-Bild"
315
+
316
+ #: includes/class-kadence-woomail-settings.php:142
317
+ #, fuzzy
318
+ #| msgid "Header image"
319
+ msgid "Heading"
320
+ msgstr "Header-Bild"
321
+
322
+ #: includes/class-kadence-woomail-settings.php:149
323
+ #, fuzzy
324
+ #| msgid "Footer text"
325
+ msgid "Footer Style"
326
+ msgstr "Footer-Text"
327
+
328
+ #: includes/class-kadence-woomail-settings.php:155
329
+ msgid "Footer Social"
330
+ msgstr ""
331
+
332
+ #: includes/class-kadence-woomail-settings.php:161
333
+ #, fuzzy
334
+ #| msgid "Footer text"
335
+ msgid "Footer Credit Content"
336
+ msgstr "Footer-Text"
337
+
338
+ #: includes/class-kadence-woomail-settings.php:168
339
+ #, fuzzy
340
+ #| msgid "Content type"
341
+ msgid "Content Container"
342
+ msgstr "Inhaltstyp"
343
+
344
+ #: includes/class-kadence-woomail-settings.php:173
345
+ #, fuzzy
346
+ #| msgid "Content type"
347
+ msgid "Content Headings Style"
348
+ msgstr "Inhaltstyp"
349
+
350
+ #: includes/class-kadence-woomail-settings.php:179
351
+ #, fuzzy
352
+ #| msgid "Content type"
353
+ msgid "Content Text Style"
354
+ msgstr "Inhaltstyp"
355
+
356
+ #: includes/class-kadence-woomail-settings.php:185
357
+ #, fuzzy
358
+ #| msgid "Order notes"
359
+ msgid "Order Items"
360
+ msgstr "Bestellnotiz"
361
+
362
+ #: includes/class-kadence-woomail-settings.php:191
363
+ msgid "Addresses"
364
+ msgstr "Adressen"
365
+
366
+ #: includes/class-kadence-woomail-settings.php:197
367
+ #, fuzzy
368
+ #| msgid "Copy"
369
+ msgid "Text Copy"
370
+ msgstr "Kopieren"
371
+
372
+ #: includes/class-kadence-woomail-settings.php:204
373
+ #, fuzzy
374
+ #| msgid "Customer sales"
375
+ msgid "Custom Styles"
376
+ msgstr "Verkäufe an Kunden"
377
+
378
+ #: includes/class-kadence-woomail-settings.php:209
379
+ #: includes/class-kadence-woomail-settings.php:2089
380
+ #, fuzzy
381
+ #| msgid "Import products"
382
+ msgid "Import Export"
383
+ msgstr "Produkte importieren"
384
+
385
+ #: includes/class-kadence-woomail-settings.php:214
386
+ #, fuzzy
387
+ #| msgid "Reviewer email."
388
+ msgid "Send Preview Email"
389
+ msgstr "E-Mail-Adresse des Bewertenden."
390
+
391
+ #: includes/class-kadence-woomail-settings.php:250
392
+ #, fuzzy
393
+ #| msgid "Background color"
394
+ msgid "Container Background color"
395
+ msgstr "Hintergrundfarbe"
396
+
397
+ #: includes/class-kadence-woomail-settings.php:263
398
+ #, fuzzy
399
+ #| msgid "Body text color"
400
+ msgid "Content Text color"
401
+ msgstr "Textfarbe"
402
+
403
+ #: includes/class-kadence-woomail-settings.php:277
404
+ #, fuzzy
405
+ #| msgid "Background color"
406
+ msgid "Content Background color"
407
+ msgstr "Hintergrundfarbe"
408
+
409
+ #: includes/class-kadence-woomail-settings.php:291
410
+ msgid "Footer text"
411
+ msgstr "Footer-Text"
412
+
413
+ #: includes/class-kadence-woomail-settings.php:306
414
+ msgid "Recipient(s)"
415
+ msgstr "Empfänger"
416
+
417
+ #: includes/class-kadence-woomail-settings.php:311
418
+ #, php-format
419
+ msgid "Enter recipients (comma separated) for this email. Defaults to %s."
420
+ msgstr "Gib (kommasepariert) die Empfänger für die E-Mail ein. Standard: %s."
421
+
422
+ #: includes/class-kadence-woomail-settings.php:322
423
+ msgid "Full refund subject"
424
+ msgstr "Betreff bei vollständiger Rückerstattung"
425
+
426
+ #: includes/class-kadence-woomail-settings.php:338
427
+ msgid "Partial refund subject"
428
+ msgstr "Betreff bei teilweiser Rückerstattung"
429
+
430
+ #: includes/class-kadence-woomail-settings.php:354
431
+ #, fuzzy
432
+ #| msgid "Full refund email heading"
433
+ msgid "Full refund Heading Text"
434
+ msgstr "E-Mail Kopfzeile bei vollständiger Rückerstattung"
435
+
436
+ #: includes/class-kadence-woomail-settings.php:374
437
+ #, fuzzy
438
+ #| msgid "Partial refund email heading"
439
+ msgid "Partial refund Heading Text"
440
+ msgstr "E-Mail Kopfzeile bei teilweiser Rückerstattung"
441
+
442
+ #: includes/class-kadence-woomail-settings.php:391
443
+ #, fuzzy
444
+ #| msgid "Subject"
445
+ msgid "Subject Text"
446
+ msgstr "Betreff"
447
+
448
+ #: includes/class-kadence-woomail-settings.php:407
449
+ #, fuzzy
450
+ #| msgid "Subject (paid)"
451
+ msgid "Subject (paid) Text"
452
+ msgstr "Betreff (bezahlt)"
453
+
454
+ #: includes/class-kadence-woomail-settings.php:424
455
+ msgid "Heading Text"
456
+ msgstr ""
457
+
458
+ #: includes/class-kadence-woomail-settings.php:444
459
+ #, fuzzy
460
+ #| msgid "Email heading (paid)"
461
+ msgid "Heading (paid) Text"
462
+ msgstr "E-Mail Kopfzeile (bezahlt)"
463
+
464
+ #: includes/class-kadence-woomail-settings.php:479
465
+ #, fuzzy
466
+ #| msgid "Templates"
467
+ msgid "Template_load"
468
+ msgstr "Vorlagen"
469
+
470
+ #: includes/class-kadence-woomail-settings.php:488
471
+ #, fuzzy
472
+ #| msgid "Preview"
473
+ msgid "Preview Order"
474
+ msgstr "Vorschau"
475
+
476
+ #: includes/class-kadence-woomail-settings.php:498
477
+ #, fuzzy
478
+ #| msgid "Email type"
479
+ msgid "Email Type"
480
+ msgstr "E-Mail-Typ"
481
+
482
+ #: includes/class-kadence-woomail-settings.php:508
483
+ #, fuzzy
484
+ #| msgid "Available placeholders: %s"
485
+ msgid "Available placeholders"
486
+ msgstr "Verfügbare Platzhalter: %s"
487
+
488
+ #: includes/class-kadence-woomail-settings.php:520
489
+ msgid "Subtitle Text"
490
+ msgstr ""
491
+
492
+ #: includes/class-kadence-woomail-settings.php:538
493
+ msgid "Switch off for Partial Refund Preview"
494
+ msgstr ""
495
+
496
+ #: includes/class-kadence-woomail-settings.php:553
497
+ #, fuzzy
498
+ #| msgid "Full refund subject"
499
+ msgid "Body Full Refund Text"
500
+ msgstr "Betreff bei vollständiger Rückerstattung"
501
+
502
+ #: includes/class-kadence-woomail-settings.php:567
503
+ #, fuzzy
504
+ #| msgid "Partial refund subject"
505
+ msgid "Body Partial Refund Text"
506
+ msgstr "Betreff bei teilweiser Rückerstattung"
507
+
508
+ #: includes/class-kadence-woomail-settings.php:581
509
+ msgid "Switch off for unpaid preview"
510
+ msgstr ""
511
+
512
+ #: includes/class-kadence-woomail-settings.php:596
513
+ msgid "Body Invoice Paid Text"
514
+ msgstr ""
515
+
516
+ #: includes/class-kadence-woomail-settings.php:610
517
+ #: includes/class-kadence-woomail-settings.php:638
518
+ msgid "Body Invoice Pending Payment Text"
519
+ msgstr ""
520
+
521
+ #: includes/class-kadence-woomail-settings.php:624
522
+ msgid "Body Invoice Failed Text"
523
+ msgstr ""
524
+
525
+ #: includes/class-kadence-woomail-settings.php:652
526
+ #, fuzzy
527
+ #| msgid "Body text color"
528
+ msgid "Body Text"
529
+ msgstr "Textfarbe"
530
+
531
+ #: includes/class-kadence-woomail-settings.php:670
532
+ #, fuzzy
533
+ #| msgid "Content type"
534
+ msgid "Content Width"
535
+ msgstr "Inhaltstyp"
536
+
537
+ #: includes/class-kadence-woomail-settings.php:690
538
+ #, fuzzy
539
+ #| msgid "Order Status"
540
+ msgid "Border radius"
541
+ msgstr "Bestellstatus"
542
+
543
+ #: includes/class-kadence-woomail-settings.php:706
544
+ #: includes/class-kadence-woomail-settings.php:1618
545
+ #, fuzzy
546
+ #| msgid "Backordered"
547
+ msgid "Border Width"
548
+ msgstr "Im Lieferrückstand"
549
+
550
+ #: includes/class-kadence-woomail-settings.php:722
551
+ #, fuzzy
552
+ #| msgid "Body text color"
553
+ msgid "Border color"
554
+ msgstr "Textfarbe"
555
+
556
+ #: includes/class-kadence-woomail-settings.php:733
557
+ msgid "Shadow"
558
+ msgstr ""
559
+
560
+ #: includes/class-kadence-woomail-settings.php:749
561
+ #, fuzzy
562
+ #| msgid "Continue shopping"
563
+ msgid "Container Top Padding"
564
+ msgstr "Weiter einkaufen"
565
+
566
+ #: includes/class-kadence-woomail-settings.php:765
567
+ #, fuzzy
568
+ #| msgid "Continue shopping"
569
+ msgid "Container Botom Padding"
570
+ msgstr "Weiter einkaufen"
571
+
572
+ #: includes/class-kadence-woomail-settings.php:782
573
+ #, fuzzy
574
+ #| msgid "Image url"
575
+ msgid "Image Align"
576
+ msgstr "Bild URL"
577
+
578
+ #: includes/class-kadence-woomail-settings.php:794
579
+ #, fuzzy
580
+ #| msgid "Image data."
581
+ msgid "Image Max Width"
582
+ msgstr "Bild-Daten."
583
+
584
+ #: includes/class-kadence-woomail-settings.php:809
585
+ #: includes/class-kadence-woomail-settings.php:836
586
+ msgid "Background color"
587
+ msgstr "Hintergrundfarbe"
588
+
589
+ #: includes/class-kadence-woomail-settings.php:820
590
+ msgid "Padding top/bottom"
591
+ msgstr ""
592
+
593
+ #: includes/class-kadence-woomail-settings.php:847
594
+ #, fuzzy
595
+ #| msgid "Next page"
596
+ msgid "Text align"
597
+ msgstr "Nächste Seite"
598
+
599
+ #: includes/class-kadence-woomail-settings.php:861
600
+ #: includes/class-kadence-woomail-settings.php:1106
601
+ msgid "Padding Top"
602
+ msgstr ""
603
+
604
+ #: includes/class-kadence-woomail-settings.php:877
605
+ #: includes/class-kadence-woomail-settings.php:1122
606
+ msgid "Padding Bottom"
607
+ msgstr ""
608
+
609
+ #: includes/class-kadence-woomail-settings.php:894
610
+ msgid "Padding left/right"
611
+ msgstr ""
612
+
613
+ #: includes/class-kadence-woomail-settings.php:910
614
+ msgid "Heading Font size"
615
+ msgstr ""
616
+
617
+ #: includes/class-kadence-woomail-settings.php:926
618
+ msgid "Heading Line Height"
619
+ msgstr ""
620
+
621
+ #: includes/class-kadence-woomail-settings.php:942
622
+ #, fuzzy
623
+ #| msgctxt "enhanced select"
624
+ #| msgid "Loading failed"
625
+ msgid "Heading Font family"
626
+ msgstr "Laden fehlgeschlagen"
627
+
628
+ #: includes/class-kadence-woomail-settings.php:954
629
+ msgid "Heading Font Style"
630
+ msgstr ""
631
+
632
+ #: includes/class-kadence-woomail-settings.php:960
633
+ #: includes/class-kadence-woomail-settings.php:1067
634
+ #: includes/class-kadence-woomail-settings.php:1349
635
+ #: includes/class-kadence-woomail-settings.php:1538
636
+ #: includes/class-kadence-woomail-settings.php:1580
637
+ #: includes/class-kadence-woomail-settings.php:1673
638
+ msgid "Normal"
639
+ msgstr ""
640
+
641
+ #: includes/class-kadence-woomail-settings.php:961
642
+ #: includes/class-kadence-woomail-settings.php:1068
643
+ #: includes/class-kadence-woomail-settings.php:1350
644
+ #: includes/class-kadence-woomail-settings.php:1539
645
+ #, fuzzy
646
+ #| msgid "Italy"
647
+ msgid "Italic"
648
+ msgstr "Italien"
649
+
650
+ #: includes/class-kadence-woomail-settings.php:969
651
+ msgid "Heading Font weight"
652
+ msgstr ""
653
+
654
+ #: includes/class-kadence-woomail-settings.php:985
655
+ #, fuzzy
656
+ #| msgid "Body text color"
657
+ msgid "Heading Text color"
658
+ msgstr "Textfarbe"
659
+
660
+ #: includes/class-kadence-woomail-settings.php:997
661
+ #, fuzzy
662
+ #| msgid "Review Settings"
663
+ msgid "Subtitle Settings"
664
+ msgstr "Einstellungen überprüfen"
665
+
666
+ #: includes/class-kadence-woomail-settings.php:1004
667
+ msgid "Subtitle Placement"
668
+ msgstr ""
669
+
670
+ #: includes/class-kadence-woomail-settings.php:1010
671
+ #, fuzzy
672
+ #| msgid "Email heading"
673
+ msgid "Below Heading"
674
+ msgstr "E-Mail Kopfzeile"
675
+
676
+ #: includes/class-kadence-woomail-settings.php:1011
677
+ msgid "Above Heading"
678
+ msgstr ""
679
+
680
+ #: includes/class-kadence-woomail-settings.php:1017
681
+ msgid "Subtitle Font Size"
682
+ msgstr ""
683
+
684
+ #: includes/class-kadence-woomail-settings.php:1033
685
+ msgid "Subtitle Line Height"
686
+ msgstr ""
687
+
688
+ #: includes/class-kadence-woomail-settings.php:1049
689
+ msgid "Subtitle Font Family"
690
+ msgstr ""
691
+
692
+ #: includes/class-kadence-woomail-settings.php:1061
693
+ msgid "Subtitle Font Style"
694
+ msgstr ""
695
+
696
+ #: includes/class-kadence-woomail-settings.php:1077
697
+ msgid "Subtitle Font weight"
698
+ msgstr ""
699
+
700
+ #: includes/class-kadence-woomail-settings.php:1094
701
+ msgid "Subtitle Text color"
702
+ msgstr ""
703
+
704
+ #: includes/class-kadence-woomail-settings.php:1138
705
+ msgid "Padding Left/Right"
706
+ msgstr ""
707
+
708
+ #: includes/class-kadence-woomail-settings.php:1156
709
+ #: includes/class-kadence-woomail-settings.php:1990
710
+ msgid "Font Size"
711
+ msgstr ""
712
+
713
+ #: includes/class-kadence-woomail-settings.php:1173
714
+ #, fuzzy
715
+ #| msgid "Height"
716
+ msgid "Line Height"
717
+ msgstr "Höhe"
718
+
719
+ #: includes/class-kadence-woomail-settings.php:1190
720
+ #: includes/class-kadence-woomail-settings.php:2006
721
+ msgid "Font Family"
722
+ msgstr ""
723
+
724
+ #: includes/class-kadence-woomail-settings.php:1204
725
+ #: includes/class-kadence-woomail-settings.php:2019
726
+ msgid "Font weight"
727
+ msgstr ""
728
+
729
+ #: includes/class-kadence-woomail-settings.php:1220
730
+ msgid "Link Color"
731
+ msgstr ""
732
+
733
+ #: includes/class-kadence-woomail-settings.php:1234
734
+ msgid "H2 Font Size"
735
+ msgstr ""
736
+
737
+ #: includes/class-kadence-woomail-settings.php:1250
738
+ #, fuzzy
739
+ #| msgid "Height"
740
+ msgid "H2 Line Height"
741
+ msgstr "Höhe"
742
+
743
+ #: includes/class-kadence-woomail-settings.php:1266
744
+ msgid "H2 Padding Top"
745
+ msgstr ""
746
+
747
+ #: includes/class-kadence-woomail-settings.php:1282
748
+ msgid "H2 Padding Bottom"
749
+ msgstr ""
750
+
751
+ #: includes/class-kadence-woomail-settings.php:1298
752
+ #, fuzzy
753
+ #| msgid "San Marino"
754
+ msgid "H2 Margin Top"
755
+ msgstr "San Marino"
756
+
757
+ #: includes/class-kadence-woomail-settings.php:1314
758
+ msgid "H2 Margin Bottom"
759
+ msgstr ""
760
+
761
+ #: includes/class-kadence-woomail-settings.php:1330
762
+ msgid "H2 Font Family"
763
+ msgstr ""
764
+
765
+ #: includes/class-kadence-woomail-settings.php:1343
766
+ msgid "H2 Font Style"
767
+ msgstr ""
768
+
769
+ #: includes/class-kadence-woomail-settings.php:1359
770
+ #, fuzzy
771
+ #| msgid "Height"
772
+ msgid "H2 Font weight"
773
+ msgstr "Höhe"
774
+
775
+ #: includes/class-kadence-woomail-settings.php:1376
776
+ msgid "H2 Text Transform"
777
+ msgstr ""
778
+
779
+ #: includes/class-kadence-woomail-settings.php:1383
780
+ msgid "Uppercase"
781
+ msgstr ""
782
+
783
+ #: includes/class-kadence-woomail-settings.php:1384
784
+ msgid "Lowercase"
785
+ msgstr ""
786
+
787
+ #: includes/class-kadence-woomail-settings.php:1385
788
+ #, fuzzy
789
+ #| msgid "Capiz"
790
+ msgid "Capitalize"
791
+ msgstr "Capiz"
792
+
793
+ #: includes/class-kadence-woomail-settings.php:1393
794
+ #, fuzzy
795
+ #| msgid "Colorado"
796
+ msgid "H2 Color"
797
+ msgstr "Colorado"
798
+
799
+ #: includes/class-kadence-woomail-settings.php:1405
800
+ msgid "H2 Text Align"
801
+ msgstr ""
802
+
803
+ #: includes/class-kadence-woomail-settings.php:1417
804
+ #, fuzzy
805
+ #| msgid "Decimal separator"
806
+ msgid "H2 Separator"
807
+ msgstr "Dezimal-Trennzeichen"
808
+
809
+ #: includes/class-kadence-woomail-settings.php:1424
810
+ msgid "Separator below"
811
+ msgstr ""
812
+
813
+ #: includes/class-kadence-woomail-settings.php:1425
814
+ msgid "Separator above"
815
+ msgstr ""
816
+
817
+ #: includes/class-kadence-woomail-settings.php:1430
818
+ msgid "H2 Separator height"
819
+ msgstr ""
820
+
821
+ #: includes/class-kadence-woomail-settings.php:1448
822
+ msgid "H2 Separator Style"
823
+ msgstr ""
824
+
825
+ #: includes/class-kadence-woomail-settings.php:1454
826
+ #: includes/class-kadence-woomail-settings.php:1652
827
+ #: includes/class-kadence-woomail-settings.php:1723
828
+ #: includes/class-kadence-woomail-settings.php:1964
829
+ msgid "Solid"
830
+ msgstr ""
831
+
832
+ #: includes/class-kadence-woomail-settings.php:1455
833
+ #: includes/class-kadence-woomail-settings.php:1653
834
+ #: includes/class-kadence-woomail-settings.php:1724
835
+ #: includes/class-kadence-woomail-settings.php:1965
836
+ msgid "Double"
837
+ msgstr ""
838
+
839
+ #: includes/class-kadence-woomail-settings.php:1456
840
+ #: includes/class-kadence-woomail-settings.php:1654
841
+ #: includes/class-kadence-woomail-settings.php:1725
842
+ #: includes/class-kadence-woomail-settings.php:1966
843
+ msgid "Groove"
844
+ msgstr ""
845
+
846
+ #: includes/class-kadence-woomail-settings.php:1457
847
+ #: includes/class-kadence-woomail-settings.php:1655
848
+ #: includes/class-kadence-woomail-settings.php:1726
849
+ #: includes/class-kadence-woomail-settings.php:1967
850
+ #, fuzzy
851
+ #| msgid "Mayotte"
852
+ msgid "Dotted"
853
+ msgstr "Mayotte"
854
+
855
+ #: includes/class-kadence-woomail-settings.php:1458
856
+ #: includes/class-kadence-woomail-settings.php:1656
857
+ #: includes/class-kadence-woomail-settings.php:1727
858
+ #: includes/class-kadence-woomail-settings.php:1968
859
+ #, fuzzy
860
+ #| msgid "Trashed"
861
+ msgid "Dashed"
862
+ msgstr "Entfernt"
863
+
864
+ #: includes/class-kadence-woomail-settings.php:1459
865
+ #: includes/class-kadence-woomail-settings.php:1657
866
+ #: includes/class-kadence-woomail-settings.php:1728
867
+ #: includes/class-kadence-woomail-settings.php:1969
868
+ msgid "Ridge"
869
+ msgstr ""
870
+
871
+ #: includes/class-kadence-woomail-settings.php:1468
872
+ msgid "H2 Separator Color"
873
+ msgstr ""
874
+
875
+ #: includes/class-kadence-woomail-settings.php:1481
876
+ #, fuzzy
877
+ #| msgid "Settings"
878
+ msgid "H3 Settings"
879
+ msgstr "Einstellungen"
880
+
881
+ #: includes/class-kadence-woomail-settings.php:1488
882
+ msgid "H3 Font Size"
883
+ msgstr ""
884
+
885
+ #: includes/class-kadence-woomail-settings.php:1504
886
+ #, fuzzy
887
+ #| msgid "Height"
888
+ msgid "H3 Line Height"
889
+ msgstr "Höhe"
890
+
891
+ #: includes/class-kadence-woomail-settings.php:1520
892
+ msgid "H3 Font Family"
893
+ msgstr ""
894
+
895
+ #: includes/class-kadence-woomail-settings.php:1532
896
+ msgid "H3 Font Style"
897
+ msgstr ""
898
+
899
+ #: includes/class-kadence-woomail-settings.php:1547
900
+ #, fuzzy
901
+ #| msgid "Height"
902
+ msgid "H3 Font weight"
903
+ msgstr "Höhe"
904
+
905
+ #: includes/class-kadence-woomail-settings.php:1563
906
+ #, fuzzy
907
+ #| msgid "Colorado"
908
+ msgid "H3 Color"
909
+ msgstr "Colorado"
910
+
911
+ #: includes/class-kadence-woomail-settings.php:1574
912
+ #, fuzzy
913
+ #| msgid "Order deleted"
914
+ msgid "Order Table Style"
915
+ msgstr "Bestellung gelöscht"
916
+
917
+ #: includes/class-kadence-woomail-settings.php:1581
918
+ #, fuzzy
919
+ #| msgid "Right"
920
+ msgid "Light"
921
+ msgstr "Rechts"
922
+
923
+ #: includes/class-kadence-woomail-settings.php:1586
924
+ #, fuzzy
925
+ #| msgid "Body background color"
926
+ msgid "Order Table Background color"
927
+ msgstr "Hintergrundfarbe"
928
+
929
+ #: includes/class-kadence-woomail-settings.php:1598
930
+ msgid "Padding"
931
+ msgstr ""
932
+
933
+ #: includes/class-kadence-woomail-settings.php:1635
934
+ #, fuzzy
935
+ #| msgid "Body text color"
936
+ msgid "Border Color"
937
+ msgstr "Textfarbe"
938
+
939
+ #: includes/class-kadence-woomail-settings.php:1646
940
+ #, fuzzy
941
+ #| msgid "Order Date"
942
+ msgid "Border Style"
943
+ msgstr "Bestelldatum"
944
+
945
+ #: includes/class-kadence-woomail-settings.php:1667
946
+ msgid "Order Table Heading Style"
947
+ msgstr ""
948
+
949
+ #: includes/class-kadence-woomail-settings.php:1674
950
+ msgid "Split"
951
+ msgstr ""
952
+
953
+ #: includes/class-kadence-woomail-settings.php:1679
954
+ #, fuzzy
955
+ #| msgid "Body background color"
956
+ msgid "Address Box Background color"
957
+ msgstr "Hintergrundfarbe"
958
+
959
+ #: includes/class-kadence-woomail-settings.php:1690
960
+ #, fuzzy
961
+ #| msgid "Address override"
962
+ msgid "Address Box Border Width"
963
+ msgstr "Adresse überschreiben"
964
+
965
+ #: includes/class-kadence-woomail-settings.php:1706
966
+ #, fuzzy
967
+ #| msgid "Address override"
968
+ msgid "Address Box Border Color"
969
+ msgstr "Adresse überschreiben"
970
+
971
+ #: includes/class-kadence-woomail-settings.php:1717
972
+ #, fuzzy
973
+ #| msgid "Address override"
974
+ msgid "Address Box Border Style"
975
+ msgstr "Adresse überschreiben"
976
+
977
+ #: includes/class-kadence-woomail-settings.php:1736
978
+ msgid "Address Box Text Color"
979
+ msgstr ""
980
+
981
+ #: includes/class-kadence-woomail-settings.php:1747
982
+ #, fuzzy
983
+ #| msgid "Address line 2"
984
+ msgid "Address Box Text Align"
985
+ msgstr "Adresszeile 2"
986
+
987
+ #: includes/class-kadence-woomail-settings.php:1759
988
+ msgid "Footer Background Placement"
989
+ msgstr ""
990
+
991
+ #: includes/class-kadence-woomail-settings.php:1765
992
+ msgid "Inside Body Container"
993
+ msgstr ""
994
+
995
+ #: includes/class-kadence-woomail-settings.php:1766
996
+ msgid "Outside Body Container"
997
+ msgstr ""
998
+
999
+ #: includes/class-kadence-woomail-settings.php:1771
1000
+ #, fuzzy
1001
+ #| msgid "Background color"
1002
+ msgid "Footer Background Color"
1003
+ msgstr "Hintergrundfarbe"
1004
+
1005
+ #: includes/class-kadence-woomail-settings.php:1782
1006
+ #: includes/class-kadence-woomail-settings.php:1899
1007
+ #: includes/class-kadence-woomail-settings.php:2047
1008
+ #, fuzzy
1009
+ #| msgid "Shop Page"
1010
+ msgid "Top Padding"
1011
+ msgstr "Shop-Seite"
1012
+
1013
+ #: includes/class-kadence-woomail-settings.php:1798
1014
+ #: includes/class-kadence-woomail-settings.php:1915
1015
+ #: includes/class-kadence-woomail-settings.php:2063
1016
+ msgid "Bottom Padding"
1017
+ msgstr ""
1018
+
1019
+ #: includes/class-kadence-woomail-settings.php:1814
1020
+ msgid "Left/Right Padding"
1021
+ msgstr ""
1022
+
1023
+ #: includes/class-kadence-woomail-settings.php:1830
1024
+ #, fuzzy
1025
+ #| msgid "Other locations"
1026
+ msgid "Footer Social Options"
1027
+ msgstr "Andere Standorte"
1028
+
1029
+ #: includes/class-kadence-woomail-settings.php:1844
1030
+ msgid "Footer Social Title Color"
1031
+ msgstr ""
1032
+
1033
+ #: includes/class-kadence-woomail-settings.php:1855
1034
+ msgid "Footer Social Title Font Size"
1035
+ msgstr ""
1036
+
1037
+ #: includes/class-kadence-woomail-settings.php:1871
1038
+ msgid "Footer Social Title Font Family"
1039
+ msgstr ""
1040
+
1041
+ #: includes/class-kadence-woomail-settings.php:1883
1042
+ msgid "Footer Social Title Font Weight"
1043
+ msgstr ""
1044
+
1045
+ #: includes/class-kadence-woomail-settings.php:1931
1046
+ msgid "Footer Social Bottom Border Width"
1047
+ msgstr ""
1048
+
1049
+ #: includes/class-kadence-woomail-settings.php:1947
1050
+ msgid "Footer Social Bottom Border Color"
1051
+ msgstr ""
1052
+
1053
+ #: includes/class-kadence-woomail-settings.php:1958
1054
+ msgid "Footer Social Bottom Border Style"
1055
+ msgstr ""
1056
+
1057
+ #: includes/class-kadence-woomail-settings.php:1977
1058
+ msgid "Text Align"
1059
+ msgstr ""
1060
+
1061
+ #: includes/class-kadence-woomail-settings.php:2036
1062
+ #, fuzzy
1063
+ #| msgid "Body text color"
1064
+ msgid "Text Color"
1065
+ msgstr "Textfarbe"
1066
+
1067
+ #: includes/class-kadence-woomail-settings.php:2078
1068
+ #, fuzzy
1069
+ #| msgid "Custom"
1070
+ msgid "Custom CSS"
1071
+ msgstr "Benutzerdefiniert"
1072
+
1073
+ #: includes/class-kadence-woomail-settings.php:2095
1074
+ msgid "Preview Email Recipient"
1075
+ msgstr ""
1076
+
1077
+ #: includes/class-kadence-woomail-settings.php:2096
1078
+ #, fuzzy
1079
+ #| msgid "Enter recipients (comma separated) for this email. Defaults to %s."
1080
+ msgid "Enter recipients (comma separated) for preview emails"
1081
+ msgstr "Gib (kommasepariert) die Empfänger für die E-Mail ein. Standard: %s."
1082
+
1083
+ #: includes/class-kadence-woomail-settings.php:2139
1084
+ #: includes/class-kadence-woomail-settings.php:2166
1085
+ msgid "New customer order"
1086
+ msgstr "Neue Kundenbestellung"
1087
+
1088
+ #: includes/class-kadence-woomail-settings.php:2140
1089
+ #: includes/class-kadence-woomail-settings.php:2181
1090
+ msgid "[{site_title}] New customer order ({order_number}) - {order_date}"
1091
+ msgstr "[{site_title}] Neue Kundenbestellung ({order_number}) – {order_date}"
1092
+
1093
+ #: includes/class-kadence-woomail-settings.php:2141
1094
+ #, fuzzy
1095
+ #| msgid "You have received an order from %s. The order is as follows:"
1096
+ msgid ""
1097
+ "You have received a subscription renewal order from {customer_full_name}. "
1098
+ "Their order is as follows:"
1099
+ msgstr ""
1100
+ "Du hast eine Bestellung von %s erhalten. Die Bestellung lautet wie folgt:"
1101
+
1102
+ #: includes/class-kadence-woomail-settings.php:2142
1103
+ #: includes/class-kadence-woomail-settings.php:2168
1104
+ #: includes/class-kadence-woomail-settings.php:2173
1105
+ msgid "Thank you for your order"
1106
+ msgstr "Danke für deine Bestellung"
1107
+
1108
+ #: includes/class-kadence-woomail-settings.php:2143
1109
+ #: includes/class-kadence-woomail-settings.php:2183
1110
+ #: includes/class-kadence-woomail-settings.php:2189
1111
+ msgid "Your {site_title} order receipt from {order_date}"
1112
+ msgstr "Bestätigung deiner Bestellung bei {site_title} vom {order_date}"
1113
+
1114
+ #: includes/class-kadence-woomail-settings.php:2144
1115
+ #, fuzzy
1116
+ #| msgid ""
1117
+ #| "Your order has been received and is now being processed. Your order "
1118
+ #| "details are shown below for your reference:"
1119
+ msgid ""
1120
+ "Your subscription renewal order has been received and is now being "
1121
+ "processed. Your order details are shown below for your reference:"
1122
+ msgstr ""
1123
+ "Deine Bestellung ist bei uns eingegangen und wird nun bearbeitet. Deine "
1124
+ "Bestelldetails werden nachstehend zur Kontrolle angezeigt:"
1125
+
1126
+ #: includes/class-kadence-woomail-settings.php:2145
1127
+ #: includes/class-kadence-woomail-settings.php:2148
1128
+ #: includes/class-kadence-woomail-settings.php:2169
1129
+ msgid "Your order is complete"
1130
+ msgstr "Deine Bestellung wurde fertiggestellt."
1131
+
1132
+ #: includes/class-kadence-woomail-settings.php:2146
1133
+ #: includes/class-kadence-woomail-settings.php:2149
1134
+ #: includes/class-kadence-woomail-settings.php:2184
1135
+ msgid "Your {site_title} order from {order_date} is complete"
1136
+ msgstr ""
1137
+ "Deine Bestellung bei {site_title} vom {order_date} wurde fertiggestellt"
1138
+
1139
+ #: includes/class-kadence-woomail-settings.php:2147
1140
+ #, fuzzy
1141
+ #| msgid ""
1142
+ #| "Hi there. Your recent order on %s has been completed. Your order details "
1143
+ #| "are shown below for your reference:"
1144
+ msgid ""
1145
+ "Hi there. Your subscription renewal order with {site_title} has been "
1146
+ "completed. Your order details are shown below for your reference:"
1147
+ msgstr ""
1148
+ "Hallo! Deine Bestellung bei %s wurde nun fertiggestellt. Deine "
1149
+ "Bestelldetails werden nachstehend zur Kontrolle angezeigt:"
1150
+
1151
+ #: includes/class-kadence-woomail-settings.php:2150
1152
+ #, fuzzy
1153
+ #| msgid ""
1154
+ #| "Hi there. Your recent order on %s has been completed. Your order details "
1155
+ #| "are shown below for your reference:"
1156
+ msgid ""
1157
+ "Hi there. You have successfully changed your subscription items on "
1158
+ "{site_title}. Your new order and subscription details are shown below for "
1159
+ "your reference:"
1160
+ msgstr ""
1161
+ "Hallo! Deine Bestellung bei %s wurde nun fertiggestellt. Deine "
1162
+ "Bestelldetails werden nachstehend zur Kontrolle angezeigt:"
1163
+
1164
+ #: includes/class-kadence-woomail-settings.php:2152
1165
+ #: includes/class-kadence-woomail-settings.php:2153
1166
+ #: includes/class-kadence-woomail-settings.php:2174
1167
+ #: includes/class-kadence-woomail-settings.php:2191
1168
+ msgid "Invoice for order {order_number}"
1169
+ msgstr "Rechnung für Bestellung {order_number}"
1170
+
1171
+ #: includes/class-kadence-woomail-settings.php:2154
1172
+ msgid ""
1173
+ "An invoice has been created for you to renew your subscription with "
1174
+ "{site_title}. To pay for this invoice please use the following link: "
1175
+ "{invoice_pay_link}"
1176
+ msgstr ""
1177
+
1178
+ #: includes/class-kadence-woomail-settings.php:2155
1179
+ msgid ""
1180
+ "The automatic payment to renew your subscription with {site_title} has "
1181
+ "failed. To reactivate the subscription, please login and pay for the renewal "
1182
+ "from your account page: {invoice_pay_link}"
1183
+ msgstr ""
1184
+
1185
+ #: includes/class-kadence-woomail-settings.php:2158
1186
+ #, fuzzy
1187
+ #| msgid "Subscription: Unlimited"
1188
+ msgid "Subscription Cancelled"
1189
+ msgstr "Abonnement: Unbegrenzt"
1190
+
1191
+ #: includes/class-kadence-woomail-settings.php:2159
1192
+ #, fuzzy
1193
+ #| msgid "Lifetime Subscription"
1194
+ msgid "[{site_title}] Subscription Cancelled"
1195
+ msgstr "Lebenslanges Abonnement"
1196
+
1197
+ #: includes/class-kadence-woomail-settings.php:2160
1198
+ msgid ""
1199
+ "A subscription belonging to {customer_full_name} has been cancelled. Their "
1200
+ "subscription's details are as follows:"
1201
+ msgstr ""
1202
+
1203
+ #: includes/class-kadence-woomail-settings.php:2163
1204
+ #, fuzzy
1205
+ #| msgid "Invoice for order {order_number}"
1206
+ msgid "Automatic payment failed for order {order_number}"
1207
+ msgstr "Rechnung für Bestellung {order_number}"
1208
+
1209
+ #: includes/class-kadence-woomail-settings.php:2164
1210
+ msgid "Automatic payment failed for {order_number}, we will retry {retry_time}"
1211
+ msgstr ""
1212
+
1213
+ #: includes/class-kadence-woomail-settings.php:2167
1214
+ msgid "Cancelled order"
1215
+ msgstr "Stornierte Bestellung"
1216
+
1217
+ #: includes/class-kadence-woomail-settings.php:2170
1218
+ msgid "Order {order_number} details"
1219
+ msgstr "Bestellung {order_number} – Details"
1220
+
1221
+ #: includes/class-kadence-woomail-settings.php:2171
1222
+ msgid "Your order has been partially refunded"
1223
+ msgstr "Deine Bestellung wurde teilweise rückerstattet"
1224
+
1225
+ #: includes/class-kadence-woomail-settings.php:2175
1226
+ msgid "Your order details"
1227
+ msgstr "Deine Bestelldetails"
1228
+
1229
+ #: includes/class-kadence-woomail-settings.php:2176
1230
+ msgid "Failed order"
1231
+ msgstr "Fehlgeschlage Bestellung"
1232
+
1233
+ #: includes/class-kadence-woomail-settings.php:2177
1234
+ msgid "Welcome to {site_title}"
1235
+ msgstr "Willkommen bei {site_title}"
1236
+
1237
+ #: includes/class-kadence-woomail-settings.php:2178
1238
+ msgid "A note has been added to your order"
1239
+ msgstr "Deiner Bestellung wurde eine Anmerkung hinzugefügt"
1240
+
1241
+ #: includes/class-kadence-woomail-settings.php:2179
1242
+ msgid "Password reset instructions"
1243
+ msgstr "Anleitung zum Zurücksetzen des Passworts"
1244
+
1245
+ #: includes/class-kadence-woomail-settings.php:2182
1246
+ msgid "[{site_title}] Cancelled order ({order_number})"
1247
+ msgstr "[{site_title}] Bestellung storniert ({order_number})"
1248
+
1249
+ #: includes/class-kadence-woomail-settings.php:2186
1250
+ msgid "Your {site_title} order from {order_date} has been refunded"
1251
+ msgstr "Deine Bestellung bei {site_title} vom {order_date} wurde rückerstattet"
1252
+
1253
+ #: includes/class-kadence-woomail-settings.php:2187
1254
+ msgid "Your {site_title} order from {order_date} has been partially refunded"
1255
+ msgstr ""
1256
+ "Deine Bestellung bei {site_title} vom {order_date} wurde teilweise "
1257
+ "rückerstattet"
1258
+
1259
+ #: includes/class-kadence-woomail-settings.php:2192
1260
+ msgid "Your {site_title} order from {order_date}"
1261
+ msgstr "Deine Bestellung bei {site_title} vom {order_date}"
1262
+
1263
+ #: includes/class-kadence-woomail-settings.php:2194
1264
+ msgid "[{site_title}] Failed order ({order_number})"
1265
+ msgstr "[{site_title}] Fehlgeschlage Bestellung ({order_number})"
1266
+
1267
+ #: includes/class-kadence-woomail-settings.php:2195
1268
+ msgid "Your account on {site_title}"
1269
+ msgstr "Dein Konto bei {site_title}"
1270
+
1271
+ #: includes/class-kadence-woomail-settings.php:2196
1272
+ msgid "Note added to your {site_title} order from {order_date}"
1273
+ msgstr ""
1274
+ "Anmerkung hinzugefügt zu deiner Bestellung bei {site_title} vom {order_date}"
1275
+
1276
+ #: includes/class-kadence-woomail-settings.php:2197
1277
+ msgid "Password reset for {site_title}"
1278
+ msgstr "Passwort zurücksetzen für {site_title}"
1279
+
1280
+ #: includes/class-kadence-woomail-settings.php:2199
1281
+ #, fuzzy
1282
+ #| msgid "You have received an order from %s. The order is as follows:"
1283
+ msgid ""
1284
+ "You have received an order from {customer_full_name}. The order is as "
1285
+ "follows:"
1286
+ msgstr ""
1287
+ "Du hast eine Bestellung von %s erhalten. Die Bestellung lautet wie folgt:"
1288
+
1289
+ #: includes/class-kadence-woomail-settings.php:2200
1290
+ #, fuzzy
1291
+ #| msgid ""
1292
+ #| "The order #%1$s from %2$s has been cancelled. The order was as follows:"
1293
+ msgid ""
1294
+ "The order {order_number} from {customer_full_name} has been cancelled. The "
1295
+ "order was as follows:"
1296
+ msgstr ""
1297
+ "Die Bestellung #%1$s von %2$s wurde abgebrochen. Die Bestellung lautete wie "
1298
+ "folgt:"
1299
+
1300
+ #: includes/class-kadence-woomail-settings.php:2201
1301
+ msgid ""
1302
+ "Your order has been received and is now being processed. Your order details "
1303
+ "are shown below for your reference:"
1304
+ msgstr ""
1305
+ "Deine Bestellung ist bei uns eingegangen und wird nun bearbeitet. Deine "
1306
+ "Bestelldetails werden nachstehend zur Kontrolle angezeigt:"
1307
+
1308
+ #: includes/class-kadence-woomail-settings.php:2202
1309
+ #, fuzzy
1310
+ #| msgid ""
1311
+ #| "Hi there. Your recent order on %s has been completed. Your order details "
1312
+ #| "are shown below for your reference:"
1313
+ msgid ""
1314
+ "Hi there. Your recent order on {site_title} has been completed. Your order "
1315
+ "details are shown below for your reference:"
1316
+ msgstr ""
1317
+ "Hallo! Deine Bestellung bei %s wurde nun fertiggestellt. Deine "
1318
+ "Bestelldetails werden nachstehend zur Kontrolle angezeigt:"
1319
+
1320
+ #: includes/class-kadence-woomail-settings.php:2204
1321
+ #, fuzzy
1322
+ #| msgid "Hi there. Your order on %s has been refunded."
1323
+ msgid "Hi there. Your order on {site_title} has been refunded."
1324
+ msgstr "Hallo, deine Bestellung bei %s wurde rückerstattet."
1325
+
1326
+ #: includes/class-kadence-woomail-settings.php:2205
1327
+ #, fuzzy
1328
+ #| msgid "Hi there. Your order on %s has been partially refunded."
1329
+ msgid "Hi there. Your order on {site_title} has been partially refunded."
1330
+ msgstr "Hallo, deine Bestellung bei %s wurde teilweise rückerstattet."
1331
+
1332
+ #: includes/class-kadence-woomail-settings.php:2207
1333
+ msgid ""
1334
+ "Your order is on-hold until we confirm payment has been received. Your order "
1335
+ "details are shown below for your reference:"
1336
+ msgstr ""
1337
+ "Deine Bestellung wird solange zurückgestellt, bis wir deinen Zahlungseingang "
1338
+ "bestätigen. Nachfolgend findest du die Details zu deiner Bestellung:"
1339
+
1340
+ #: includes/class-kadence-woomail-settings.php:2209
1341
+ #, fuzzy
1342
+ #| msgid "An order has been created for you on %1$s. %2$s"
1343
+ msgid "An order has been created for you on {site_title}. {invoice_pay_link}"
1344
+ msgstr "Für dich wurde ein Auftrag auf %1$s erstellt. %2$s"
1345
+
1346
+ #: includes/class-kadence-woomail-settings.php:2211
1347
+ #, fuzzy
1348
+ #| msgid ""
1349
+ #| "Payment for order #%1$s from %2$s has failed. The order was as follows:"
1350
+ msgid ""
1351
+ "Payment for order {order_number} from {customer_full_name} has failed. The "
1352
+ "order was as follows:"
1353
+ msgstr ""
1354
+ "Die Bezahlung für Bestellung #%1$s von %2$s ist fehlgeschlagen. Die "
1355
+ "Bestellung lautete wie folgt:"
1356
+
1357
+ #: includes/class-kadence-woomail-settings.php:2212
1358
+ #, fuzzy
1359
+ #| msgid "Thanks for creating an account on %1$s. Your username is %2$s"
1360
+ msgid ""
1361
+ "Thanks for creating an account on {site_title}. Your username is "
1362
+ "{customer_username}"
1363
+ msgstr ""
1364
+ "Vielen Dank für das Erstellen eines Kundenkontos auf %1$s. Dein Benutzername "
1365
+ "lautet %2$s."
1366
+
1367
+ #: includes/class-kadence-woomail-settings.php:2213
1368
+ msgid "Hello, a note has just been added to your order:"
1369
+ msgstr "Hallo, deiner Bestellung wurde soeben eine Anmerkung hinzugefügt:"
1370
+
1371
+ #: includes/class-kadence-woomail-settings.php:2214
1372
+ msgid ""
1373
+ "Someone requested that the password be reset for the following account:\n"
1374
+ "\n"
1375
+ "Username: {customer_username}\n"
1376
+ "\n"
1377
+ "If this was a mistake, just ignore this email and nothing will happen.\n"
1378
+ "\n"
1379
+ "To reset your password, visit the following address:"
1380
+ msgstr ""
1381
+
1382
+ #: includes/class-kadence-woomail-settings.php:2350
1383
+ #, fuzzy
1384
+ #| msgid "Pordenone"
1385
+ msgid "none"
1386
+ msgstr "Pordenone"
1387
+
1388
+ #: includes/class-kadence-woomail-settings.php:2351
1389
+ #, fuzzy
1390
+ #| msgid "Hidden"
1391
+ msgid "hidden"
1392
+ msgstr "Verborgen"
1393
+
1394
+ #: includes/class-kadence-woomail-settings.php:2352
1395
+ #, fuzzy
1396
+ #| msgid "Mayotte"
1397
+ msgid "dotted"
1398
+ msgstr "Mayotte"
1399
+
1400
+ #: includes/class-kadence-woomail-settings.php:2353
1401
+ #, fuzzy
1402
+ #| msgid "Trashed"
1403
+ msgid "dashed"
1404
+ msgstr "Entfernt"
1405
+
1406
+ #: includes/class-kadence-woomail-settings.php:2354
1407
+ msgid "solid"
1408
+ msgstr ""
1409
+
1410
+ #: includes/class-kadence-woomail-settings.php:2355
1411
+ msgid "double"
1412
+ msgstr ""
1413
+
1414
+ #: includes/class-kadence-woomail-settings.php:2356
1415
+ msgid "groove"
1416
+ msgstr ""
1417
+
1418
+ #: includes/class-kadence-woomail-settings.php:2357
1419
+ msgid "ridge"
1420
+ msgstr ""
1421
+
1422
+ #: includes/class-kadence-woomail-settings.php:2358
1423
+ msgid "inset"
1424
+ msgstr ""
1425
+
1426
+ #: includes/class-kadence-woomail-settings.php:2359
1427
+ msgid "outset"
1428
+ msgstr ""
1429
+
1430
+ #: includes/class-kadence-woomail-settings.php:2371
1431
+ #: includes/class-kadence-woomail-settings.php:2379
1432
+ msgid "Left"
1433
+ msgstr "Links"
1434
+
1435
+ #: includes/class-kadence-woomail-settings.php:2372
1436
+ #: includes/class-kadence-woomail-settings.php:2380
1437
+ #, fuzzy
1438
+ #| msgid "Canterbury"
1439
+ msgid "Center"
1440
+ msgstr "Canterbury"
1441
+
1442
+ #: includes/class-kadence-woomail-settings.php:2373
1443
+ #: includes/class-kadence-woomail-settings.php:2381
1444
+ msgid "Right"
1445
+ msgstr "Rechts"
1446
+
1447
+ #: includes/class-kadence-woomail-settings.php:2374
1448
+ msgid "Justify"
1449
+ msgstr ""
1450
+
1451
+ #: includes/class-kadence-woomail-settings.php:2394
1452
+ #, fuzzy
1453
+ #| msgid "Your order"
1454
+ msgid "Mockup Order"
1455
+ msgstr "Deine Bestellung"
1456
+
1457
+ #: includes/class-kadence-woomail-woo.php:60
1458
+ #, fuzzy
1459
+ #| msgid "WooCommerce Extensions"
1460
+ msgid "Woocommerce Email Designer"
1461
+ msgstr "WooCommerce Erweiterungen"
1462
+
1463
+ #: includes/class-kadence-woomail-woo.php:90
1464
+ #, fuzzy
1465
+ #| msgid "View WooCommerce settings"
1466
+ msgid "Customize WooCommerce Emails"
1467
+ msgstr "Zu den WooCommerce-Einstellungen"
1468
+
1469
+ #: includes/class-kadence-woomail-woo.php:94
1470
+ #: includes/class-kadence-woomail-woo.php:95
1471
+ #, fuzzy
1472
+ #| msgid "WooCommerce Extensions"
1473
+ msgid "Open Woocommerce Email Designer"
1474
+ msgstr "WooCommerce Erweiterungen"
1475
+
1476
+ #: includes/class-kadence-woomail-woo.php:98
1477
+ #, php-format
1478
+ msgid ""
1479
+ "Make Woocommerce Emails match your brand. <a href=\"%s\">Kadence Woocommerce "
1480
+ "Email Designer</a> plugin by <a href=\"%s\">Kadence Themes</a>."
1481
+ msgstr ""
1482
+
1483
+ #: kadence-woocommerce-email-designer.php:108
1484
+ msgid ""
1485
+ "Kadence Woocommerce Email Designer requires WooCommerce to be active to work"
1486
+ msgstr ""
1487
+
1488
+ #: kadence-woocommerce-email-designer.php:204
1489
+ msgid "Pay for this order"
1490
+ msgstr "Bezahle für diese Bestellung"
1491
+
1492
+ #: kadence-woocommerce-email-designer.php:212
1493
+ #: kadence-woocommerce-email-designer.php:216
1494
+ msgid "Pay Now &raquo;"
1495
+ msgstr ""
1496
+
1497
+ #: kadence-woocommerce-email-designer.php:361
1498
+ #: kadence-woocommerce-email-designer.php:362
1499
+ #, fuzzy
1500
+ #| msgid "Customer"
1501
+ msgid "Email Customizer"
1502
+ msgstr "Kunde"
1503
+
1504
+ #: kadence-woocommerce-email-designer.php:375
1505
+ msgid "Open Email Designer"
1506
+ msgstr ""
1507
+
1508
+ #: preview.php:30
1509
+ #, fuzzy
1510
+ #| msgid "Email heading"
1511
+ msgid "Email Designer"
1512
+ msgstr "E-Mail Kopfzeile"
1513
+
1514
+ #: templates/woo/emails/cancelled-subscription.php:34
1515
+ #: templates/woo/emails/subscription-info.php:24
1516
+ #, fuzzy
1517
+ #| msgid "Subscriptions"
1518
+ msgid "Subscription"
1519
+ msgstr "Abonnements"
1520
+
1521
+ #: templates/woo/emails/cancelled-subscription.php:35
1522
+ #, fuzzy
1523
+ #| msgid "Price"
1524
+ msgctxt "table headings in notification email"
1525
+ msgid "Price"
1526
+ msgstr "Preis"
1527
+
1528
+ #: templates/woo/emails/cancelled-subscription.php:36
1529
+ #, fuzzy
1530
+ #| msgid "Order Date"
1531
+ msgctxt "table heading"
1532
+ msgid "Last Order Date"
1533
+ msgstr "Bestelldatum"
1534
+
1535
+ #: templates/woo/emails/cancelled-subscription.php:37
1536
+ msgctxt "table headings in notification email"
1537
+ msgid "End of Prepaid Term"
1538
+ msgstr ""
1539
+
1540
+ #: templates/woo/emails/cancelled-subscription.php:54
1541
+ msgid "-"
1542
+ msgstr ""
1543
+
1544
+ #: templates/woo/emails/customer-completed-switch-order.php:34
1545
+ #, fuzzy
1546
+ #| msgid "Subscriptions"
1547
+ msgid "New Subscription Details"
1548
+ msgstr "Abonnements"
1549
+
1550
+ #: templates/woo/emails/customer-new-account.php:40
1551
+ #, php-format
1552
+ msgid "Your password has been automatically generated: %s"
1553
+ msgstr "Dein Passwort wurde automatisch erstellt: %s"
1554
+
1555
+ #: templates/woo/emails/customer-new-account.php:44
1556
+ #, php-format
1557
+ msgid ""
1558
+ "You can access your account area to view your orders and change your "
1559
+ "password here: %s."
1560
+ msgstr ""
1561
+ "Um Bestellungen anzusehen oder dein Passwort zu ändern, melde dich hier in "
1562
+ "deinem Benutzerkonto an: %s"
1563
+
1564
+ #: templates/woo/emails/customer-note.php:41
1565
+ msgid "For your reference, your order details are shown below."
1566
+ msgstr "Zu deiner Kontrolle, nachstehend noch einmal deine Bestelldetails."
1567
+
1568
+ #: templates/woo/emails/customer-reset-password.php:38
1569
+ msgid "Click here to reset your password"
1570
+ msgstr "Klicke hier, um dein Passwort zurückzusetzen"
1571
+
1572
+ #: templates/woo/emails/email-addresses.php:35
1573
+ msgid "Billing address"
1574
+ msgstr "Rechnungsadresse"
1575
+
1576
+ #: templates/woo/emails/email-addresses.php:38
1577
+ msgid "N/A"
1578
+ msgstr "n.a."
1579
+
1580
+ #: templates/woo/emails/email-addresses.php:49
1581
+ msgid "Shipping address"
1582
+ msgstr "Lieferadresse"
1583
+
1584
+ #: templates/woo/emails/email-customer-details.php:34
1585
+ msgid "Customer details"
1586
+ msgstr "Kundendaten"
1587
+
1588
+ #: templates/woo/emails/email-downloads.php:33
1589
+ msgid "Downloads"
1590
+ msgstr "Downloads"
1591
+
1592
+ #: templates/woo/emails/email-downloads.php:66
1593
+ msgid "Never"
1594
+ msgstr "Niemals"
1595
+
1596
+ #: templates/woo/emails/email-order-details.php:40
1597
+ #, fuzzy
1598
+ #| msgid "Order details"
1599
+ msgid "Order Details"
1600
+ msgstr "Bestelldetails"
1601
+
1602
+ #. translators: %s: Order ID.
1603
+ #: templates/woo/emails/email-order-details.php:53
1604
+ #, php-format
1605
+ msgid "Order number: %s"
1606
+ msgstr "Bestellnummer: %s"
1607
+
1608
+ #: templates/woo/emails/email-order-details.php:58
1609
+ #, fuzzy
1610
+ #| msgid "Order Date"
1611
+ msgid "Order date:"
1612
+ msgstr "Bestelldatum"
1613
+
1614
+ #. translators: %s: Order ID.
1615
+ #: templates/woo/emails/email-order-details.php:73
1616
+ #, php-format
1617
+ msgid "Order #%s"
1618
+ msgstr "Bestellnummer %s"
1619
+
1620
+ #: templates/woo/emails/email-order-details.php:82
1621
+ msgid "Product"
1622
+ msgstr "Produkt"
1623
+
1624
+ #: templates/woo/emails/email-order-details.php:83
1625
+ msgid "Quantity"
1626
+ msgstr "Anzahl"
1627
+
1628
+ #: templates/woo/emails/email-order-details.php:84
1629
+ msgid "Price"
1630
+ msgstr "Preis"
1631
+
1632
+ #: templates/woo/emails/email-order-details.php:117
1633
+ msgid "Note:"
1634
+ msgstr "Anmerkung:"
1635
+
1636
+ #: templates/woo/emails/subscription-info.php:19
1637
+ #, fuzzy
1638
+ #| msgid "Additional information"
1639
+ msgid "Subscription Information:"
1640
+ msgstr "Zusätzliche Information"
1641
+
1642
+ #: templates/woo/emails/subscription-info.php:25
1643
+ #, fuzzy
1644
+ #| msgid "Sale start date"
1645
+ msgctxt "table heading"
1646
+ msgid "Start Date"
1647
+ msgstr "Startdatum des Angebots"
1648
+
1649
+ #: templates/woo/emails/subscription-info.php:26
1650
+ #, fuzzy
1651
+ #| msgid "Order Date"
1652
+ msgctxt "table heading"
1653
+ msgid "End Date"
1654
+ msgstr "Bestelldatum"
1655
+
1656
+ #: templates/woo/emails/subscription-info.php:27
1657
+ #, fuzzy
1658
+ #| msgid "Price"
1659
+ msgctxt "table heading"
1660
+ msgid "Price"
1661
+ msgstr "Preis"
1662
+
1663
+ #: templates/woo/emails/subscription-info.php:33
1664
+ #, php-format
1665
+ msgctxt "subscription number in email table. (eg: #106)"
1666
+ msgid "#%s"
1667
+ msgstr ""
1668
+
1669
+ #: templates/woo/emails/subscription-info.php:35
1670
+ #, fuzzy
1671
+ #| msgctxt "Order status"
1672
+ #| msgid "Cancelled"
1673
+ msgctxt "Used as end date for an indefinite subscription"
1674
+ msgid "When Cancelled"
1675
+ msgstr "Storniert/Abgebrochen"
1676
+
1677
+ #~ msgid "Apartment, suite, unit etc."
1678
+ #~ msgstr "Wohnung, Suite, Gebäude usw."
1679
+
1680
+ #~ msgid "%d API key permanently revoked."
1681
+ #~ msgid_plural "%d API keys permanently revoked."
1682
+ #~ msgstr[0] "%d API-Schlüssel wurde dauerhaft widerrufen."
1683
+ #~ msgstr[1] "%d API-Schlüssel wurden dauerhaft widerrufen."
1684
+
1685
+ #~ msgid "Cannot set attributes due to invalid parent product."
1686
+ #~ msgstr ""
1687
+ #~ "Attribute können aufgrund eines ungültigen übergeordneten Produkts nicht "
1688
+ #~ "festgelegt werden."
1689
+
1690
+ #~ msgid "Install the WooCommerce Gutenberg Products Block"
1691
+ #~ msgstr "Installiere den WooCommerce Gutenberg Produkte Block"
1692
+
1693
+ #~ msgid "Activate the Gutenberg Products Block"
1694
+ #~ msgstr "Aktiviere den Gutenberg Produkte Block"
1695
+
1696
+ #~ msgid ""
1697
+ #~ "We noticed you're experimenting with Gutenberg: Try the WooCommerce "
1698
+ #~ "Gutenberg Products Block for a powerful new way to feature products in "
1699
+ #~ "posts."
1700
+ #~ msgstr ""
1701
+ #~ "Wir haben bemerkt, dass du mit Gutenberg experimentierst: Probiere den "
1702
+ #~ "WooCommerce Gutenberg Produkte Block aus, um eine leistungsstarke neue "
1703
+ #~ "Möglichkeit zu finden, Produkte in Beiträgen zu anzuzeigen."
1704
+
1705
+ #~ msgid ""
1706
+ #~ "This action cannot be reversed. Are you sure you wish to erase personal "
1707
+ #~ "data from the selected orders?"
1708
+ #~ msgstr ""
1709
+ #~ "Diese Aktion kann nicht rückgängig gemacht werden. Möchtest du die "
1710
+ #~ "persönlichen Daten aus den ausgewählten Bestellungen wirklich löschen?"
1711
+
1712
+ #~ msgctxt "shipping packages"
1713
+ #~ msgid "Shipping %d"
1714
+ #~ msgstr "Versandpakete %d"
1715
+
1716
+ #~ msgid "Customer Payment Tokens"
1717
+ #~ msgstr "Zahlungs-Tokens für Kunden"
1718
+
1719
+ #~ msgid "Payer PayPal address"
1720
+ #~ msgstr "PayPal-Adresse des Zahlers"
1721
+
1722
+ #~ msgid "Payer last name"
1723
+ #~ msgstr "Nachname des Zahlers"
1724
+
1725
+ #~ msgid "Payer first name"
1726
+ #~ msgstr "Vorname des Zahlers"
1727
+
1728
+ #~ msgid "Shipping Address"
1729
+ #~ msgstr "Lieferadresse"
1730
+
1731
+ #~ msgid "Billing Address"
1732
+ #~ msgstr "Rechnungsadresse"
1733
+
1734
+ #~ msgid "Shipping Address 1"
1735
+ #~ msgstr "Lieferadresse 1"
1736
+
1737
+ #~ msgid "Billing Address 1"
1738
+ #~ msgstr "Rechnungsadresse 1"
1739
+
1740
+ #~ msgid "MySQL version string."
1741
+ #~ msgstr "MySQL-Versions-String."
1742
+
1743
+ #~ msgid ""
1744
+ #~ "Your CSV needs to include columns in a specific order. %1$sClick here to "
1745
+ #~ "download a sample%2$s."
1746
+ #~ msgstr ""
1747
+ #~ "Deine CSV-Datei muss Spalten in einer bestimmten Reihenfolge enthalten. "
1748
+ #~ "%1$sKlicke hier, um ein Beispiel herunterzuladen%2$s."
1749
+
1750
+ #~ msgid ""
1751
+ #~ "This will be how your name will be displayed in the account section and "
1752
+ #~ "in reviews"
1753
+ #~ msgstr "So wird dein Name im Kontoabschnitt und in Bewertungen angezeigt"
1754
+
1755
+ #~ msgid "If you have a coupon code, please apply it below."
1756
+ #~ msgstr "Wenn Du einen Gutscheincode hast, wende ihn bitte unten an."
1757
+
1758
+ #~ msgid "terms and conditions"
1759
+ #~ msgstr "Geschäftsbedingungen"
1760
+
1761
+ #~ msgid "privacy policy"
1762
+ #~ msgstr "Datenschutzerklärung"
1763
+
1764
+ #~ msgid "United States (US) dollar"
1765
+ #~ msgstr "Vereinigte Staaten (US) Dollar"
1766
+
1767
+ #~ msgid "eCheck ending in %1$s"
1768
+ #~ msgstr "eCheck endet in %1$s"
1769
+
1770
+ #~ msgid ""
1771
+ #~ "PayPal allows us to send one address. If you are using PayPal for "
1772
+ #~ "shipping labels you may prefer to send the shipping address rather than "
1773
+ #~ "billing. Turning this option off may prevent PayPal Seller protection "
1774
+ #~ "from applying."
1775
+ #~ msgstr ""
1776
+ #~ "PayPal erlaubt uns, eine Adresse zu senden. Wenn du PayPal für "
1777
+ #~ "Versandetiketten verwendest, solltest du möglicherweise lieber die "
1778
+ #~ "Versandadresse als die Rechnungsadresse angeben. Wenn du diese Option "
1779
+ #~ "deaktivierst, kann möglicherweise kein PayPal-Käuferschutz angewendet "
1780
+ #~ "werden."
1781
+
1782
+ #~ msgid ""
1783
+ #~ "Log PayPal events, such as IPN requests, inside %s Note: this may log "
1784
+ #~ "personal information. We recommend using this for debugging purposes only "
1785
+ #~ "and deleting the logs when finished."
1786
+ #~ msgstr ""
1787
+ #~ "Protokolliere PayPal-Ereignisse wie IPN-Anfragen in %s Hinweis: Dabei "
1788
+ #~ "können personenbezogene Informationen protokolliert werden. Wir "
1789
+ #~ "empfehlen, diese ausschließlich zum Debuggen zu verwenden und die "
1790
+ #~ "Protokolle anschließend zu löschen."
1791
+
1792
+ #~ msgid ""
1793
+ #~ "PayPal Standard redirects customers to PayPal to enter their payment "
1794
+ #~ "information."
1795
+ #~ msgstr ""
1796
+ #~ "PayPal Standard leitet Kunden an PayPal weiter, damit sie ihre "
1797
+ #~ "Zahlungsinformationen eingeben können."
1798
+
1799
+ #~ msgid "%1$s &ndash; %2$s"
1800
+ #~ msgstr "%1$s &ndash; %2$s"
1801
+
1802
+ #~ msgid "%1$s (#%2$s)"
1803
+ #~ msgstr "%1$s (#%2$s)"
1804
+
1805
+ #~ msgid "Any &quot;%1$s&quot; method"
1806
+ #~ msgstr "Jede &quot;%1$s&quot; Methode"
1807
+
1808
+ #~ msgid ""
1809
+ #~ "Take payments in person via checks. This offline gateway can also be "
1810
+ #~ "useful to test purchases."
1811
+ #~ msgstr ""
1812
+ #~ "Nimm persönlich Zahlungen per Schecks entgegen. Dieser Offline-"
1813
+ #~ "Zahlungsweg kann auch hilfreich sein, um Käufe zu testen."
1814
+
1815
+ #~ msgid "Account details:"
1816
+ #~ msgstr "Kontodetails:"
1817
+
1818
+ #~ msgid ""
1819
+ #~ "Take payments in person via BACS. More commonly known as direct bank/wire "
1820
+ #~ "transfer"
1821
+ #~ msgstr ""
1822
+ #~ "Nimm persönlich Zahlungen per BACS entgegen. Eher unter der Bezeichnung "
1823
+ #~ "„Banküberweisung“ bekannt"
1824
+
1825
+ #~ msgctxt "Comma-separated list of search stopwords in your language"
1826
+ #~ msgid ""
1827
+ #~ "about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,"
1828
+ #~ "to,was,what,when,where,who,will,with,www"
1829
+ #~ msgstr ""
1830
+ #~ "about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,"
1831
+ #~ "to,was,what,when,where,who,will,with,www"
1832
+
1833
+ #~ msgid ""
1834
+ #~ "Optionally add some text for the terms checkbox that customers must "
1835
+ #~ "accept."
1836
+ #~ msgstr ""
1837
+ #~ "Du kannst optional Text für das Kontrollkästchen zu den Bedingungen "
1838
+ #~ "hinzufügen, die Kunden akzeptieren müssen."
1839
+
1840
+ #~ msgid "%s page"
1841
+ #~ msgstr "%s Seite"
1842
+
1843
+ #~ msgid "No page set"
1844
+ #~ msgstr "Keine Seite festgelegt"
1845
+
1846
+ #~ msgid "Highlight required fields with an asterisk"
1847
+ #~ msgstr "Markiere Pflichtfelder mit einem Sternchen"
1848
+
1849
+ #~ msgid "I have read and agree to the website %s"
1850
+ #~ msgstr "Ich habe die %s gelesen und stimme ihr zu."
1851
+
1852
+ #~ msgid "Required"
1853
+ #~ msgstr "erforderlich"
1854
+
1855
+ #~ msgid "%s field"
1856
+ #~ msgstr "%s Feld"
1857
+
1858
+ #~ msgid ""
1859
+ #~ "These options let you change the appearance of the WooCommerce checkout."
1860
+ #~ msgstr ""
1861
+ #~ "Mit diesen Optionen kannst du das Design des WooCommerce-Bezahlvorgangs "
1862
+ #~ "ändern."
1863
+
1864
+ #~ msgid ""
1865
+ #~ "Please see the <a href=\"https://www.paypal.com/us/webapps/mpp/ua/privacy-"
1866
+ #~ "full\">PayPal Privacy Policy</a> for more details."
1867
+ #~ msgstr ""
1868
+ #~ "Hier kannst du dir die <a href=\"https://www.paypal.com/us/webapps/mpp/ua/"
1869
+ #~ "privacy-full\">PayPal Datenschutzerklärung</a> ansehen."
1870
+
1871
+ #~ msgid ""
1872
+ #~ "We accept payments through PayPal. When processing payments, some of your "
1873
+ #~ "data will be passed to PayPal, including information required to process "
1874
+ #~ "or support the payment, such as the purchase total and billing "
1875
+ #~ "information."
1876
+ #~ msgstr ""
1877
+ #~ "Wir akzeptieren Zahlungen mit PayPal. Bei der Zahlungsabwicklung werden "
1878
+ #~ "einige deiner Daten an PayPal weitergegeben. Hierbei werden "
1879
+ #~ "ausschließlich erforderliche Informationen für die Verarbeitung oder "
1880
+ #~ "Durchführung der Zahlung weitergegeben wie beispielsweise Gesamtkaufpreis "
1881
+ #~ "und Zahlungsinformationen."
1882
+
1883
+ #~ msgid ""
1884
+ #~ "In this subsection you should list which third party payment processors "
1885
+ #~ "you’re using to take payments on your store since these may handle "
1886
+ #~ "customer data. We’ve included PayPal as an example, but you should remove "
1887
+ #~ "this if you’re not using PayPal."
1888
+ #~ msgstr ""
1889
+ #~ "In diesem Unterbereich solltest du auflisten, welche externen "
1890
+ #~ "Zahlungsabwickler die Zahlungen in deinem Shop verarbeiten, da diese "
1891
+ #~ "Kundendaten verarbeiten können. Wir verwenden PayPal als Beispiel, wenn "
1892
+ #~ "du PayPal aber nicht nutzt, solltest du dies entfernen."
1893
+
1894
+ #~ msgid ""
1895
+ #~ "We share information with third parties who help us provide our orders "
1896
+ #~ "and store services to you; for example --"
1897
+ #~ msgstr ""
1898
+ #~ "Wir teilen Informationen mit Dritten, die uns helfen, Ihnen unsere "
1899
+ #~ "Bestellungen und Dienstleistungen anzubieten. Beispielsweise --"
1900
+
1901
+ #~ msgid ""
1902
+ #~ "In this section you should list who you’re sharing data with, and for "
1903
+ #~ "what purpose. This could include, but may not be limited to, analytics, "
1904
+ #~ "marketing, payment gateways, shipping providers, and third party embeds."
1905
+ #~ msgstr ""
1906
+ #~ "In diesem Bereich solltest du aufführen, an wen und zu welchem Zweck du "
1907
+ #~ "Daten weitergibst. Dies kann unter anderem Analysen, Marketing, Zahlungs-"
1908
+ #~ "Gateways, Versandanbieter und Drittanbieter-Elemente umfassen."
1909
+
1910
+ #~ msgid "What we share with others"
1911
+ #~ msgstr "Was wir mit anderen teilen"
1912
+
1913
+ #~ msgid ""
1914
+ #~ "Our team members have access to this information to help fulfill orders, "
1915
+ #~ "process refunds and support you."
1916
+ #~ msgstr ""
1917
+ #~ "Unsere Teammitglieder haben Zugriff auf diese Informationen, um "
1918
+ #~ "Bestellungen zu bearbeiten, Rückerstattungen vorzunehmen und Dich zu "
1919
+ #~ "unterstützen."
1920
+
1921
+ #~ msgid ""
1922
+ #~ "Customer information like your name, email address, and billing and "
1923
+ #~ "shipping information."
1924
+ #~ msgstr ""
1925
+ #~ "Kundeninformationen wie dein Name, E-Mail-Adresse, sowie Rechnungs- und "
1926
+ #~ "Versandinformationen."
1927
+
1928
+ #~ msgid ""
1929
+ #~ "Order information like what was purchased, when it was purchased and "
1930
+ #~ "where it should be sent, and"
1931
+ #~ msgstr ""
1932
+ #~ "Bestellinformationen wie gekaufte Produkte, der Zeitpunkt des Kaufs sowie "
1933
+ #~ "die Versandadresse und"
1934
+
1935
+ #~ msgid ""
1936
+ #~ "Members of our team have access to the information you provide us. For "
1937
+ #~ "example, both Administrators and Shop Managers can access:"
1938
+ #~ msgstr ""
1939
+ #~ "Mitglieder unseres Teams haben Zugang zu den Informationen, die du uns "
1940
+ #~ "zur Verfügung stellst. Zum Beispiel können sowohl Administratoren als "
1941
+ #~ "auch Shop-Manager auf Folgendes zugreifen:"
1942
+
1943
+ #~ msgid "Who on our team has access"
1944
+ #~ msgstr "Wer aus unserem Team hat Zugang"
1945
+
1946
+ #~ msgid "We will also store comments or reviews, if you choose to leave them."
1947
+ #~ msgstr ""
1948
+ #~ "Wir speichern auch Kommentare oder Bewertungen, wenn du dich dazu "
1949
+ #~ "entscheidest diese zu hinterlassen."
1950
+
1951
+ #~ msgid ""
1952
+ #~ "We generally store information about you for as long as we need the "
1953
+ #~ "information for the purposes for which we collect and use it, and we are "
1954
+ #~ "not legally required to continue to keep it. For example, we will store "
1955
+ #~ "order information for XXX years for tax and accounting purposes. This "
1956
+ #~ "includes your name, email address and billing and shipping addresses."
1957
+ #~ msgstr ""
1958
+ #~ "Wir speichern Informationen über dich üblicherweise so lange, wie wir sie "
1959
+ #~ "für den Zweck der Erfassung und Nutzung benötigen und verpflichtet sind, "
1960
+ #~ "sie zu speichern. Beispielsweise speichern wir Bestellinformationen für "
1961
+ #~ "XXX Jahre aus Steuer- und Abrechnungsgründen. Dazu gehört dein Name, "
1962
+ #~ "deine E-Mail-Adresse sowie deine Rechnungs- und Versandadresse."
1963
+
1964
+ #~ msgid ""
1965
+ #~ "If you create an account, we will store your name, address, email and "
1966
+ #~ "phone number, which will be used to populate the checkout for future "
1967
+ #~ "orders."
1968
+ #~ msgstr ""
1969
+ #~ "Wenn du ein Konto bei uns erstellst, speichern wir deinen Namen, deine "
1970
+ #~ "Adresse, deine E-Mail-Adresse und deine Telefonnummer. Diese Angaben "
1971
+ #~ "werden bei künftigen Bestellungen zum Ausfüllen der Bezahlinformationen "
1972
+ #~ "verwendet."
1973
+
1974
+ #~ msgid "Send you marketing messages, if you choose to receive them"
1975
+ #~ msgstr "Senden von Marketing-Nachrichten, wenn du diese erhalten möchtest"
1976
+
1977
+ #~ msgid "Improve our store offerings"
1978
+ #~ msgstr "Verbesserung unsere Shop-Angebote"
1979
+
1980
+ #~ msgid "Comply with any legal obligations we have, such as calculating taxes"
1981
+ #~ msgstr ""
1982
+ #~ "Einhaltung aller rechtlichen Verpflichtungen, beispielsweise die "
1983
+ #~ "Steuerberechnung"
1984
+
1985
+ #~ msgid "Set up your account for our store"
1986
+ #~ msgstr "Einrichten deines Kontos für unseren Shop"
1987
+
1988
+ #~ msgid "Process payments and prevent fraud"
1989
+ #~ msgstr "Bearbeitung von Zahlungsvorgängen und Verhinderung von Betrug"
1990
+
1991
+ #~ msgid "Respond to your requests, including refunds and complaints"
1992
+ #~ msgstr "Antwort auf deine Anfragen, inklusive Erstattungen und Beschwerden"
1993
+
1994
+ #~ msgid "Send you information about your account and order"
1995
+ #~ msgstr "Zusenden von Informationen über dein Konto und Bestellung"
1996
+
1997
+ #~ msgid ""
1998
+ #~ "When you purchase from us, we’ll ask you to provide information including "
1999
+ #~ "your name, billing address, shipping address, email address, phone "
2000
+ #~ "number, credit card/payment details and optional account information like "
2001
+ #~ "username and password. We’ll use this information for purposes, such as, "
2002
+ #~ "to:"
2003
+ #~ msgstr ""
2004
+ #~ "Wenn du bei uns einkaufst, werden wir dich auffordern, Informationen wie "
2005
+ #~ "deinen Namen, deine Rechnungs- und Versandadresse, deine E-Mail-Adresse "
2006
+ #~ "und deine Telefonnummer, Kreditkartendaten/Zahlungsdetails sowie "
2007
+ #~ "optionale Kontoinformationen wie Benutzername und Kennwort anzugeben. Wir "
2008
+ #~ "nutzen diese Informationen für folgende Zwecke:"
2009
+
2010
+ #~ msgid ""
2011
+ #~ "Note: you may want to further detail your cookie policy, and link to that "
2012
+ #~ "section from here."
2013
+ #~ msgstr ""
2014
+ #~ "Hinweis: Du solltest deine Cookie-Richtlinie mit weiteren Details "
2015
+ #~ "ergänzen und hier einen Link zu diesem Bereich setzen."
2016
+
2017
+ #~ msgid ""
2018
+ #~ "We’ll also use cookies to keep track of cart contents while you’re "
2019
+ #~ "browsing our site."
2020
+ #~ msgstr ""
2021
+ #~ "Wir nutzen auch Cookies, um den Inhalt deines Warenkorbs zu verfolgen, "
2022
+ #~ "während du unsere Website besuchst."
2023
+
2024
+ #~ msgid ""
2025
+ #~ "Shipping address: we’ll ask you to enter this so we can, for instance, "
2026
+ #~ "estimate shipping before you place an order, and send you the order!"
2027
+ #~ msgstr ""
2028
+ #~ "Versandadresse: Wir werden dich auffordern, diese anzugeben, um "
2029
+ #~ "beispielsweise die Versandkosten bestimmen zu können, bevor du eine "
2030
+ #~ "Bestellung aufgibst, und dir die Bestellung zusenden zu können."
2031
+
2032
+ #~ msgid ""
2033
+ #~ "Location, IP address and browser type: we’ll use this for purposes like "
2034
+ #~ "estimating taxes and shipping"
2035
+ #~ msgstr ""
2036
+ #~ "Standort, IP-Adresse und Browser-Typ: Wir verwenden dies für Zwecke wie "
2037
+ #~ "die Schätzung von Steuern und Versandkosten"
2038
+
2039
+ #~ msgid ""
2040
+ #~ "Products you’ve viewed: we’ll use this to, for example, show you "
2041
+ #~ "products you’ve recently viewed"
2042
+ #~ msgstr ""
2043
+ #~ "Angesehene Produkte: Hier zeigen wir dir Produkte, die du vor Kurzem "
2044
+ #~ "angesehen hast."
2045
+
2046
+ #~ msgid "While you visit our site, we’ll track:"
2047
+ #~ msgstr "Während du unsere Website besuchst, zeichnen wir auf:"
2048
+
2049
+ #~ msgid "What we collect and store"
2050
+ #~ msgstr "Was wir sammeln und speichern"
2051
+
2052
+ #~ msgid ""
2053
+ #~ "We collect information about you during the checkout process on our store."
2054
+ #~ msgstr "Während des Bestellprozesses sammeln wir Informationen über dich."
2055
+
2056
+ #~ msgid ""
2057
+ #~ "This sample language includes the basics around what personal data your "
2058
+ #~ "store may be collecting, storing and sharing, as well as who may have "
2059
+ #~ "access to that data. Depending on what settings are enabled and which "
2060
+ #~ "additional plugins are used, the specific information shared by your "
2061
+ #~ "store will vary. We recommend consulting with a lawyer when deciding what "
2062
+ #~ "information to disclose on your privacy policy."
2063
+ #~ msgstr ""
2064
+ #~ "Dieses Beispiel zeigt grundlegende Informationen darüber, welche "
2065
+ #~ "personenbezogenen Daten dein Shop erfassen, speichern und weitergeben "
2066
+ #~ "sowie wer Zugriff auf diese Daten haben könnte. Abhängig von den "
2067
+ #~ "aktivierten Einstellungen und den zusätzlich genutzten Plugins werden "
2068
+ #~ "sich die spezifischen Informationen unterscheiden, die dein Shop nutzt. "
2069
+ #~ "Wir empfehlen eine Rechtsberatung, um zu klären, welche Informationen "
2070
+ #~ "deine Datenschutzerklärung enthalten sollte."
2071
+
2072
+ #~ msgid "Customer Downloads"
2073
+ #~ msgstr "Kunden Downloads"
2074
+
2075
+ #~ msgid "Customer Orders"
2076
+ #~ msgstr "Kundenbestellungen"
2077
+
2078
+ #~ msgid "Token"
2079
+ #~ msgstr "Token"
2080
+
2081
+ #~ msgid "Payment Tokens"
2082
+ #~ msgstr "Zahlungstoken"
2083
+
2084
+ #~ msgid "Access granted"
2085
+ #~ msgstr "Zugriff gewährt"
2086
+
2087
+ #~ msgid "Download count"
2088
+ #~ msgstr "Download-Anzahl"
2089
+
2090
+ #~ msgid "User email"
2091
+ #~ msgstr "Benutzer E-Mail"
2092
+
2093
+ #~ msgid "Browser User Agent"
2094
+ #~ msgstr "Browser User Agent"
2095
+
2096
+ #~ msgid "Order Number"
2097
+ #~ msgstr "Bestellnummer"
2098
+
2099
+ #~ msgid "Items Purchased"
2100
+ #~ msgstr "Gekaufte Artikel"
2101
+
2102
+ #~ msgid "Download ID"
2103
+ #~ msgstr "Download ID"
2104
+
2105
+ #~ msgid "Access to Purchased Downloads"
2106
+ #~ msgstr "Zugriff auf gekaufte Downloads"
2107
+
2108
+ #~ msgid "Purchased Downloads"
2109
+ #~ msgstr "Gekaufte Downloads"
2110
+
2111
+ #~ msgid "Customer Data"
2112
+ #~ msgstr "Kundendaten"
2113
+
2114
+ #~ msgid "Removed payment token \"%d\""
2115
+ #~ msgstr "Zahlungs-Token \"%d\" entfernt"
2116
+
2117
+ #~ msgid "Personal data removed."
2118
+ #~ msgstr "Persönliche Daten entfernt."
2119
+
2120
+ #~ msgid "Customer download permissions have been retained."
2121
+ #~ msgstr "Kunden-Download-Berechtigungen wurden beibehalten."
2122
+
2123
+ #~ msgid "Removed access to downloadable files."
2124
+ #~ msgstr "Zugriff auf herunterladbare Dateien wurde entfernt."
2125
+
2126
+ #~ msgid "Personal data within order %s has been retained."
2127
+ #~ msgstr "Personenbezogene Daten in Bestellung %s wurden beibehalten."
2128
+
2129
+ #~ msgid "Removed personal data from order %s."
2130
+ #~ msgstr "Personenbezogene Daten aus Bestellung %s entfernt."
2131
+
2132
+ #~ msgid "Removed customer \"%s\""
2133
+ #~ msgstr "Kunde \"%s\" gelöscht"
2134
+
2135
+ #~ msgid "Shipping Country"
2136
+ #~ msgstr "Lieferadresse: Land"
2137
+
2138
+ #~ msgid "Shipping State"
2139
+ #~ msgstr "Lieferadresse: Bundesland"
2140
+
2141
+ #~ msgid "Shipping Postal/Zip Code"
2142
+ #~ msgstr "Lieferadresse: Postleitzahl"
2143
+
2144
+ #~ msgid "Shipping City"
2145
+ #~ msgstr "Lieferadresse: Ort"
2146
+
2147
+ #~ msgid "Shipping Company"
2148
+ #~ msgstr "Lieferadresse: Unternehmen"
2149
+
2150
+ #~ msgid "Shipping Last Name"
2151
+ #~ msgstr "Lieferadresse: Nachname"
2152
+
2153
+ #~ msgid "Shipping First Name"
2154
+ #~ msgstr "Lieferadresse: Vorname"
2155
+
2156
+ #~ msgid "Phone Number"
2157
+ #~ msgstr "Telefonnummer"
2158
+
2159
+ #~ msgid "Billing Country"
2160
+ #~ msgstr "Rechnungsadresse: Land"
2161
+
2162
+ #~ msgid "Billing State"
2163
+ #~ msgstr "Rechnungsadresse: Bundesland"
2164
+
2165
+ #~ msgid "Billing Postal/Zip Code"
2166
+ #~ msgstr "Rechnungsadresse: Postleitzahl"
2167
+
2168
+ #~ msgid "Billing City"
2169
+ #~ msgstr "Rechnungsadresse: Ort"
2170
+
2171
+ #~ msgid "Billing Company"
2172
+ #~ msgstr "Rechnungsadresse: Unternehmen"
2173
+
2174
+ #~ msgid "Billing Last Name"
2175
+ #~ msgstr "Rechnungsadresse: Nachname"
2176
+
2177
+ #~ msgid "Billing First Name"
2178
+ #~ msgstr "Rechnungsadresse: Vorname"
2179
+
2180
+ #~ msgid "Error during status transition."
2181
+ #~ msgstr "Fehler bei Statusübergang."
2182
+
2183
+ #~ msgid "Update status event failed."
2184
+ #~ msgstr "Update-Statusereignis fehlgeschlagen."
2185
+
2186
+ #~ msgid "Error saving order."
2187
+ #~ msgstr "Fehler beim Speichern der Bestellung."
2188
+
2189
+ #~ msgid "Payment complete event failed."
2190
+ #~ msgstr "Zahlungsabschlussereignis fehlgeschlagen."
2191
+
2192
+ #~ msgctxt "User role"
2193
+ #~ msgid "Shop manager"
2194
+ #~ msgstr "Shop-Manager"
2195
+
2196
+ #~ msgctxt "User role"
2197
+ #~ msgid "Customer"
2198
+ #~ msgstr "Kunde"
2199
+
2200
+ #~ msgid "optional"
2201
+ #~ msgstr "optional"
2202
+
2203
+ #~ msgid "Display name"
2204
+ #~ msgstr "Anzeigename"
2205
+
2206
+ #~ msgid ""
2207
+ #~ "Display name cannot be changed to email address due to privacy concern."
2208
+ #~ msgstr ""
2209
+ #~ "Der Anzeigename kann aus Datenschutzgründen nicht in eine E-Mail-Adresse "
2210
+ #~ "geändert werden."
2211
+
2212
+ #~ msgctxt "display name"
2213
+ #~ msgid "%1$s %2$s"
2214
+ #~ msgstr "%1$s %2$s"
2215
+
2216
+ #~ msgid "Unable to create order."
2217
+ #~ msgstr "Bestellung konnte nicht erstellt werden."
2218
+
2219
+ #~ msgid ""
2220
+ #~ "Please read and accept the terms and conditions to proceed with your "
2221
+ #~ "order."
2222
+ #~ msgstr ""
2223
+ #~ "Bitte lies und akzeptiere die Allgemeinen Geschäftsbedingungen, um mit "
2224
+ #~ "deiner Bestellung fortzufahren."
2225
+
2226
+ #~ msgid "Unserializing instances of this class is forbidden."
2227
+ #~ msgstr ""
2228
+ #~ "Eine Aufhebung der Serialisierung von Instanzen dieser Klasse ist "
2229
+ #~ "verboten."
2230
+
2231
+ #~ msgid "Cloning is forbidden."
2232
+ #~ msgstr "Klonen ist verboten."
2233
+
2234
+ #~ msgid "Deleted all active sessions, and %d saved carts."
2235
+ #~ msgstr "Alle aktiven Sitzungen gelöscht und %d gespeicherte Warenkörbe."
2236
+
2237
+ #~ msgid "%d permissions deleted"
2238
+ #~ msgstr "%d Berechtigungen gelöscht"
2239
+
2240
+ #~ msgid ""
2241
+ #~ "This tool will delete all customer session data from the database, "
2242
+ #~ "including current carts and saved carts in the database."
2243
+ #~ msgstr ""
2244
+ #~ "Dieses Werkzeug löscht alle Sitzungsdaten der Kunden aus der Datenbank, "
2245
+ #~ "einschließlich aktueller Warenkörbe und in der Datenbank gespeicherter "
2246
+ #~ "Warenkörbe."
2247
+
2248
+ #~ msgid ""
2249
+ #~ "This tool will delete expired download permissions and permissions with 0 "
2250
+ #~ "remaining downloads."
2251
+ #~ msgstr ""
2252
+ #~ "Dieses Tool löscht abgelaufene Download-Berechtigungen und Berechtigungen "
2253
+ #~ "mit 0 verbliebenen Downloads."
2254
+
2255
+ #~ msgid "Clean up download permissions"
2256
+ #~ msgstr "Bereinigung der Download-Berechtigungen"
2257
+
2258
+ #~ msgid "Used-up download permissions"
2259
+ #~ msgstr "Verbrauchte Download-Berechtigungen"
2260
+
2261
+ #~ msgid ""
2262
+ #~ "Limit result set to products with a specific attribute. Use the taxonomy "
2263
+ #~ "name/attribute slug."
2264
+ #~ msgstr ""
2265
+ #~ "Ergebnismenge auf Produkte mit einem bestimmten Attribut begrenzen. "
2266
+ #~ "Taxonomienamen/Attribut-Titelform nutzen."
2267
+
2268
+ #~ msgid "Parent product does not match current variation."
2269
+ #~ msgstr "Übergeordnetes Produkt stimmt nicht mit aktueller Variante überein."
2270
+
2271
+ #~ msgid "If the payment was refunded via the API."
2272
+ #~ msgstr "Wenn die Zahlung über die API zurückerstattet wurde."
2273
+
2274
+ #~ msgid "Order total formatted for locale"
2275
+ #~ msgstr "Bestellsumme für Gebietsschema formatiert"
2276
+
2277
+ #~ msgid "Name of the customer for the order"
2278
+ #~ msgstr "Name des Kunden für die Bestellung"
2279
+
2280
+ #~ msgid "URL to edit the order"
2281
+ #~ msgstr "URL zum Bearbeiten der Bestellung"
2282
+
2283
+ #~ msgid "Blog id of the record on the multisite."
2284
+ #~ msgstr "Blog-ID des Datensatzes in der Multisite."
2285
+
2286
+ #~ msgid ""
2287
+ #~ "Your store does not appear to be using a secure connection. We highly "
2288
+ #~ "recommend serving your entire website over an HTTPS connection to help "
2289
+ #~ "keep customer data secure. <a href=\"%s\">Learn more here.</a>"
2290
+ #~ msgstr ""
2291
+ #~ "Dein Shop verwendet anscheinend keine sichere Verbindung. Wir empfehlen "
2292
+ #~ "dringend, deine gesamte Website über eine HTTPS-Verbindung "
2293
+ #~ "bereitzustellen, um die Sicherheit von Kundendaten zu gewährleisten. <a "
2294
+ #~ "href=\"%s\">Hier erfährst du mehr dazu.</a>"
2295
+
2296
+ #~ msgid ""
2297
+ #~ "%1$s has been removed from your cart because it has since been modified. "
2298
+ #~ "You can add it back to your cart <a href=\"%2$s\">here</a>."
2299
+ #~ msgstr ""
2300
+ #~ "%1$s wurde aus dem Warenkorb entfernt, da es seitdem geändert wurde. Du "
2301
+ #~ "kannst es <a href=\"%2$s\">hier</a> wieder zu deinem Warenkorb hinzufügen."
2302
+
2303
+ #~ msgid "MaxMind GeoIP database requires at least PHP 5.4."
2304
+ #~ msgstr "MaxMind GeoIP Datenbank benötigt mindestens PHP 5.4."
2305
+
2306
+ #~ msgid "WooCommerce database version"
2307
+ #~ msgstr "WooCommerce Datenbank Version"
2308
+
2309
+ #~ msgid ""
2310
+ #~ "We recommend using PHP version 7.2 or above for greater performance and "
2311
+ #~ "security."
2312
+ #~ msgstr ""
2313
+ #~ "Wir empfehlen, PHP Version 7.2 oder höher für mehr Leistung und "
2314
+ #~ "Sicherheit zu verwenden."
2315
+
2316
+ #~ msgid ""
2317
+ #~ "WooCommerce will run under this version of PHP, however, it has reached "
2318
+ #~ "end of life. We recommend using PHP version 7.2 or above for greater "
2319
+ #~ "performance and security."
2320
+ #~ msgstr ""
2321
+ #~ "WooCommerce wird unter dieser Version von PHP ausgeführt, welche aber das "
2322
+ #~ "Ende des Supports erreicht hat. Für mehr Leistung und Sicherheit "
2323
+ #~ "empfehlen wir, PHP-Version 7.2 oder höher zu verwenden."
2324
+
2325
+ #~ msgid ""
2326
+ #~ "WooCommerce will run under this version of PHP, however, some features "
2327
+ #~ "such as geolocation are not compatible. Support for this version will be "
2328
+ #~ "dropped in the next major release. We recommend using PHP version 7.2 or "
2329
+ #~ "above for greater performance and security."
2330
+ #~ msgstr ""
2331
+ #~ "WooCommerce wird unter dieser Version von PHP ausgeführt. Einige "
2332
+ #~ "Funktionen wie Geolokalisierung sind aber nicht kompatibel. Ab der "
2333
+ #~ "nächsten Hauptversion wird diese Version nicht mehr unterstützt. Für mehr "
2334
+ #~ "Leistung und Sicherheit empfehlen wir, PHP-Version 7.2 oder höher zu "
2335
+ #~ "verwenden."
2336
+
2337
+ #~ msgid "Displays whether or not WordPress is using an external object cache."
2338
+ #~ msgstr "Zeigt an, ob WordPress einen externen Objekt-Cache verwendet."
2339
+
2340
+ #~ msgid "External object cache"
2341
+ #~ msgstr "Externer Objekt-Cache"
2342
+
2343
+ #~ msgid "WordPress cron"
2344
+ #~ msgstr "WordPress Cron"
2345
+
2346
+ #~ msgid "WordPress debug mode"
2347
+ #~ msgstr "WordPress Debug-Modus"
2348
+
2349
+ #~ msgid "WordPress memory limit"
2350
+ #~ msgstr "WordPress Speicherlimit"
2351
+
2352
+ #~ msgid "WordPress multisite"
2353
+ #~ msgstr "WordPress Multisite"
2354
+
2355
+ #~ msgid "%1$s - There is a newer version of WordPress available (%2$s)"
2356
+ #~ msgstr "%1$s - Es ist eine neuere Version von WordPress verfügbar (%2$s)"
2357
+
2358
+ #~ msgid "WordPress version"
2359
+ #~ msgstr "WordPress-Version"
2360
+
2361
+ #~ msgid "WooCommerce version"
2362
+ #~ msgstr "WooCommerce-Version"
2363
+
2364
+ #~ msgid "Set up"
2365
+ #~ msgstr "Konfiguration"
2366
+
2367
+ #~ msgctxt "Settings tab label"
2368
+ #~ msgid "Payments"
2369
+ #~ msgstr "Zahlungen"
2370
+
2371
+ #~ msgid "Enable coupons"
2372
+ #~ msgstr "Gutscheine aktivieren"
2373
+
2374
+ #~ msgid ""
2375
+ #~ "Rates will be configurable and taxes will be calculated during checkout."
2376
+ #~ msgstr ""
2377
+ #~ "Die Preise sind konfigurierbar und die Steuern werden während des "
2378
+ #~ "Bestellvorgangs berechnet."
2379
+
2380
+ #~ msgid "Enable tax rates and calculations"
2381
+ #~ msgstr "Steuersätze und Berechnungen aktivieren"
2382
+
2383
+ #~ msgid "Manage"
2384
+ #~ msgstr "Verwalten"
2385
+
2386
+ #~ msgid "Enable the legacy REST API"
2387
+ #~ msgstr "Aktivieren der alten REST-API"
2388
+
2389
+ #~ msgid "Account endpoints"
2390
+ #~ msgstr "Konto Endpunkte"
2391
+
2392
+ #~ msgid "Secure checkout"
2393
+ #~ msgstr "Sicheres Bezahlen"
2394
+
2395
+ #~ msgid "Legacy API"
2396
+ #~ msgstr "Veraltete API"
2397
+
2398
+ #~ msgid ""
2399
+ #~ "Retain completed orders for a specified duration before anonymizing the "
2400
+ #~ "personal data within them."
2401
+ #~ msgstr ""
2402
+ #~ "Abgeschlossene Bestellungen für einen festgelegten Zeitraum aufbewahren, "
2403
+ #~ "bevor die personenbezogenen Daten darin anonymisiert werden."
2404
+
2405
+ #~ msgid "Retain completed orders"
2406
+ #~ msgstr "Abgeschlossene Bestellungen speichern"
2407
+
2408
+ #~ msgid ""
2409
+ #~ "Cancelled orders are unpaid and may have been cancelled by the store "
2410
+ #~ "owner or customer. They will be trashed after the specified duration."
2411
+ #~ msgstr ""
2412
+ #~ "Stornierte Bestellungen sind unbezahlt und wurden vom Shop-Besitzer oder "
2413
+ #~ "Kunden storniert. Sie werden nach einer festgelegten Zeitspanne in den "
2414
+ #~ "Papierkorb verschoben."
2415
+
2416
+ #~ msgid "Retain cancelled orders"
2417
+ #~ msgstr "Stornierte Bestellungen speichern"
2418
+
2419
+ #~ msgid ""
2420
+ #~ "Failed orders are unpaid and may have been abandoned by the customer. "
2421
+ #~ "They will be trashed after the specified duration."
2422
+ #~ msgstr ""
2423
+ #~ "Fehlgeschlagene Bestellungen sind unbezahlt und wurden vom Kunden "
2424
+ #~ "abgebrochen. Sie werden nach einer festgelegten Zeitspanne in den "
2425
+ #~ "Papierkorb verschoben."
2426
+
2427
+ #~ msgid "Retain failed orders"
2428
+ #~ msgstr "Fehlgeschlagene Bestellungen speichern"
2429
+
2430
+ #~ msgid ""
2431
+ #~ "Pending orders are unpaid and may have been abandoned by the customer. "
2432
+ #~ "They will be trashed after the specified duration."
2433
+ #~ msgstr ""
2434
+ #~ "Ausstehende Bestellungen sind unbezahlt und wurden vom Kunden "
2435
+ #~ "abgebrochen. Sie werden nach einer festgelegten Zeitspanne in den "
2436
+ #~ "Papierkorb verschoben."
2437
+
2438
+ #~ msgid "Retain pending orders "
2439
+ #~ msgstr "Ausstehende Bestellungen speichern "
2440
+
2441
+ #~ msgid ""
2442
+ #~ "Inactive accounts are those which have not logged in, or placed an order, "
2443
+ #~ "for the specified duration. They will be deleted. Any orders will be "
2444
+ #~ "converted into guest orders."
2445
+ #~ msgstr ""
2446
+ #~ "Inaktive Kunden haben sich in einem festgelegten Zeitraum nicht "
2447
+ #~ "angemeldet oder eine Bestellung aufgegeben. Sie werden gelöscht. Alle "
2448
+ #~ "Bestellungen werden in Gastbestellungen konvertiert."
2449
+
2450
+ #~ msgid "Retain inactive accounts "
2451
+ #~ msgstr "Inaktive Konten speichern "
2452
+
2453
+ #~ msgid ""
2454
+ #~ "Choose how long to retain personal data when it's no longer needed for "
2455
+ #~ "processing. Leave the following options blank to retain this data "
2456
+ #~ "indefinitely."
2457
+ #~ msgstr ""
2458
+ #~ "Hier kannst du auswählen, wie lange personenbezogene Daten gespeichert "
2459
+ #~ "werden sollen, wenn sie nicht mehr zur Bearbeitung benötigt werden. Wenn "
2460
+ #~ "du diese Daten unbegrenzt speichern möchtest, kannst du die folgenden "
2461
+ #~ "Optionen leer lassen."
2462
+
2463
+ #~ msgid "Personal data retention"
2464
+ #~ msgstr "Aufbewahrung persönlicher Daten"
2465
+
2466
+ #~ msgid ""
2467
+ #~ "Your personal data will be used to process your order, support your "
2468
+ #~ "experience throughout this website, and for other purposes described in "
2469
+ #~ "our %s."
2470
+ #~ msgstr ""
2471
+ #~ "Wir verwenden deine personenbezogenen Daten, um deine Bestellung "
2472
+ #~ "durchführen zu können, eine möglichst gute Benutzererfahrung auf dieser "
2473
+ #~ "Website zu ermöglichen und für weitere Zwecke, die in unserer %s "
2474
+ #~ "beschrieben sind."
2475
+
2476
+ #~ msgid ""
2477
+ #~ "Optionally add some text about your store privacy policy to show during "
2478
+ #~ "checkout."
2479
+ #~ msgstr ""
2480
+ #~ "Füge optional Text zur Datenschutzerklärung deines Shops hinzu, der beim "
2481
+ #~ "Bezahlen angezeigt werden soll."
2482
+
2483
+ #~ msgid "Checkout privacy policy"
2484
+ #~ msgstr "Datenschutzerklärung – Bezahlen"
2485
+
2486
+ #~ msgid ""
2487
+ #~ "Your personal data will be used to support your experience throughout "
2488
+ #~ "this website, to manage access to your account, and for other purposes "
2489
+ #~ "described in our %s."
2490
+ #~ msgstr ""
2491
+ #~ "Deine personenbezogenen Daten werden für die Verbesserung deiner "
2492
+ #~ "Erfahrung mit dieser Website benutzt, um den Zugang zu deinem Konto zu "
2493
+ #~ "verwalten und für weitere Zwecke, die in unserer %s beschrieben sind."
2494
+
2495
+ #~ msgid ""
2496
+ #~ "Optionally add some text about your store privacy policy to show on "
2497
+ #~ "account registration forms."
2498
+ #~ msgstr ""
2499
+ #~ "Füge optional Text zur Datenschutzerklärung deines Shops hinzu, der auf "
2500
+ #~ "Kontoregistrierungsformularen angezeigt werden soll."
2501
+
2502
+ #~ msgid "Registration privacy policy"
2503
+ #~ msgstr "Datenschutzerklärung – Registrierung"
2504
+
2505
+ #~ msgid "Choose a page to act as your privacy policy."
2506
+ #~ msgstr ""
2507
+ #~ "Wähle eine Seite aus, die als deine Datenschutzerklärung dienen soll."
2508
+
2509
+ #~ msgid "Privacy page"
2510
+ #~ msgstr "Datenschutzseite"
2511
+
2512
+ #~ msgid ""
2513
+ #~ "This section controls the display of your website privacy policy. The "
2514
+ #~ "privacy notices below will not show up unless a privacy page is first set."
2515
+ #~ msgstr ""
2516
+ #~ "In diesem Abschnitt wird die Anzeige der Datenschutzerklärung deiner "
2517
+ #~ "Website gesteuert. Die Datenschutzhinweise unten werden erst angezeigt, "
2518
+ #~ "wenn zuerst eine Datenschutzseite festgelegt wurde."
2519
+
2520
+ #~ msgid "Privacy policy"
2521
+ #~ msgstr "Datenschutzerklärung"
2522
+
2523
+ #~ msgid ""
2524
+ #~ "When handling an <a href=\"%s\">account erasure request</a>, should "
2525
+ #~ "access to downloadable files be revoked and download logs cleared?"
2526
+ #~ msgstr ""
2527
+ #~ "Soll bei der Bearbeitung einer <a href=\"%s\">Kontolöschungsanforderung</"
2528
+ #~ "a> der Zugriff auf herunterladbare Dateien gesperrt und die Download-"
2529
+ #~ "Protokolle gelöscht werden?"
2530
+
2531
+ #~ msgid "Remove access to downloads"
2532
+ #~ msgstr "Zugriff auf Downloads entfernen"
2533
+
2534
+ #~ msgid ""
2535
+ #~ "When handling an <a href=\"%s\">account erasure request</a>, should "
2536
+ #~ "personal data within orders be retained or removed?"
2537
+ #~ msgstr ""
2538
+ #~ "Sollen bei der Bearbeitung einer <a href=\"%s"
2539
+ #~ "\">Kontolöschungsanforderung</a> personenbezogene Daten in den "
2540
+ #~ "Bestellungen beibehalten oder entfernt werden?"
2541
+
2542
+ #~ msgid "Remove personal data from orders"
2543
+ #~ msgstr "Personenbezogene Daten aus Bestellungen entfernen"
2544
+
2545
+ #~ msgid "Account erasure requests"
2546
+ #~ msgstr "Löschanfragen für Konten"
2547
+
2548
+ #~ msgid "When creating an account, automatically generate an account password"
2549
+ #~ msgstr "Generiere beim Erstellen eines Kontos automatisch ein Kontopasswort"
2550
+
2551
+ #~ msgid ""
2552
+ #~ "When creating an account, automatically generate a username from the "
2553
+ #~ "customer's email address"
2554
+ #~ msgstr ""
2555
+ #~ "Wenn ein Konto erstellt wird, soll automatisch ein Benutzername aus der E-"
2556
+ #~ "Mail-Adresse des Kunden abgeleitet werden"
2557
+
2558
+ #~ msgid "Allow customers to create an account on the \"My account\" page"
2559
+ #~ msgstr "Erlaube Kunden, ein Konto auf der Seite \"Mein Konto\" zu erstellen"
2560
+
2561
+ #~ msgid "Allow customers to create an account during checkout"
2562
+ #~ msgstr "Erlaube Kunden beim Bezahlvorgang, ein Konto zu erstellen."
2563
+
2564
+ #~ msgid "Allow customers to log into an existing account during checkout"
2565
+ #~ msgstr ""
2566
+ #~ "Erlaube Kunden beim Bezahlen, sich bei einem vorhandenen Konto anzumelden."
2567
+
2568
+ #~ msgid "Allow customers to place orders without an account"
2569
+ #~ msgstr "Erlaube Kunden, Bestellungen ohne Konto zu tätigen."
2570
+
2571
+ #~ msgid "Guest checkout"
2572
+ #~ msgstr "Bezahlen als Gast"
2573
+
2574
+ #~ msgid "Accounts &amp; Privacy"
2575
+ #~ msgstr "Konten und Datenschutz"
2576
+
2577
+ #~ msgid ""
2578
+ #~ "Whitelist of billing emails to check against when an order is placed. "
2579
+ #~ "Separate email addresses with commas. You can also use an asterisk (*) to "
2580
+ #~ "match parts of an email. For example \"*@gmail.com\" would match all "
2581
+ #~ "gmail addresses."
2582
+ #~ msgstr ""
2583
+ #~ "Whitelist von Rechnungs-E-Mails zum Zweck der Prüfung, wenn eine "
2584
+ #~ "Bestellung getätigt wird. E-Mail-Adressen durch Komma trennen. Du kannst "
2585
+ #~ "auch das Sternchen (*) benutzen, um Teile einer E-Mail zuzuordnen. "
2586
+ #~ "Beispielsweise würde \"*@gmail.com\" auf alle Gmail-Adressen zutreffen."
2587
+
2588
+ #~ msgid "Allowed emails"
2589
+ #~ msgstr "Zulässige E-Mail Adressen"
2590
+
2591
+ #~ msgid "Filter by registered customer"
2592
+ #~ msgstr "Nach registriertem Kunden filtern"
2593
+
2594
+ #~ msgid "Removed personal data from %d order."
2595
+ #~ msgid_plural "Removed personal data from %d orders."
2596
+ #~ msgstr[0] "Personenbezogene Daten aus %d Bestellung entfernt."
2597
+ #~ msgstr[1] "Personenbezogene Daten aus %d Bestellungen entfernt."
2598
+
2599
+ #~ msgid "Remove personal data"
2600
+ #~ msgstr "Persönliche Daten entfernen"
2601
+
2602
+ #~ msgid "Use previous column mapping preferences?"
2603
+ #~ msgstr "Zuordnungseinstellungen der vorherigen Spalte verwenden?"
2604
+
2605
+ #~ msgid "View &amp; Customize"
2606
+ #~ msgstr "Anzeigen &amp; Anpassen"
2607
+
2608
+ #~ msgid "Visit Dashboard"
2609
+ #~ msgstr "Dashboard besuchen"
2610
+
2611
+ #~ msgid "You can also:"
2612
+ #~ msgstr "Du kannst auch:"
2613
+
2614
+ #~ msgid "You're ready to add products to your store."
2615
+ #~ msgstr "Du bist bereit, deinem Shop Produkte hinzuzufügen."
2616
+
2617
+ #~ msgid "Create some products"
2618
+ #~ msgstr "Erstelle einige Produkte"
2619
+
2620
+ #~ msgid "Continue with WooCommerce Services"
2621
+ #~ msgstr "Weiter mit WooCommerce Services"
2622
+
2623
+ #~ msgid "Connect your store to activate WooCommerce Services"
2624
+ #~ msgstr "Verbinde deinen Shop, um WooCommerce Services zu aktivieren"
2625
+
2626
+ #~ msgid ""
2627
+ #~ "Thanks for using Jetpack! Your store is almost ready: to activate "
2628
+ #~ "services like %s, just connect your store."
2629
+ #~ msgstr ""
2630
+ #~ "Vielen Dank für die Nutzung von Jetpack! Dein Shop ist fast "
2631
+ #~ "einsatzbereit: Verbinde deinen Shop einfach, um Dienste wie %s zu "
2632
+ #~ "aktivieren."
2633
+
2634
+ #~ msgid "MailChimp for WooCommerce"
2635
+ #~ msgstr "MailChimp für WooCommerce"
2636
+
2637
+ #~ msgid "MailChimp icon"
2638
+ #~ msgstr "MailChimp-Symbol"
2639
+
2640
+ #~ msgid ""
2641
+ #~ "Join the 16 million customers who use MailChimp. Sync list and store data "
2642
+ #~ "to send automated emails, and targeted campaigns."
2643
+ #~ msgstr ""
2644
+ #~ "16 Millionen Nutzer verwenden bereits MailChimp. Synchronisiere Listen- "
2645
+ #~ "und Shop-Daten, um automatisierte E-Mails und gezielte Kampagnen zu "
2646
+ #~ "senden."
2647
+
2648
+ #~ msgid "MailChimp"
2649
+ #~ msgstr "MailChimp"
2650
+
2651
+ #~ msgid "automated taxes icon"
2652
+ #~ msgstr "Icon für automatische Steuern"
2653
+
2654
+ #~ msgid ""
2655
+ #~ "Save time and errors with automated tax calculation and collection at "
2656
+ #~ "checkout. Powered by WooCommerce Services and Jetpack."
2657
+ #~ msgstr ""
2658
+ #~ "Spare Zeit und vermeide Fehler mit der automatischen Berechnung und "
2659
+ #~ "Erhebung von Steuern beim Bezahlen. Bereitgestellt von WooCommerce "
2660
+ #~ "Services und Jetpack."
2661
+
2662
+ #~ msgid "Storefront icon"
2663
+ #~ msgstr "Storefront-Symbol"
2664
+
2665
+ #~ msgid ""
2666
+ #~ "Design your store with deep WooCommerce integration. If toggled on, we’ll "
2667
+ #~ "install <a href=\"https://woocommerce.com/storefront/\" target=\"_blank\" "
2668
+ #~ "rel=\"noopener noreferrer\">Storefront</a>, and your current theme <em>"
2669
+ #~ "%s</em> will be deactivated."
2670
+ #~ msgstr ""
2671
+ #~ "Entwirf deinen Shop mit umfassender WooCommerce-Integration. Wenn diese "
2672
+ #~ "Option aktiviert ist, installieren wir <a href=\"https://woocommerce.com/"
2673
+ #~ "storefront/\" target=\"_blank\" rel=\"noopener noreferrer\">Storefront</"
2674
+ #~ "a>, und dein aktuelles Theme <em>%s</em> wird deaktiviert."
2675
+
2676
+ #~ msgid "Enhance your store with these recommended features."
2677
+ #~ msgstr "Optimiere deinen Shop mit diesen empfohlenen Funktionen."
2678
+
2679
+ #~ msgid ""
2680
+ #~ "Select from the list below to enable automated taxes and MailChimp’s best-"
2681
+ #~ "in-class email services — and design your store with our official, free "
2682
+ #~ "WooCommerce theme."
2683
+ #~ msgstr ""
2684
+ #~ "Wähle aus der Liste unten aus, um automatische Steuern und klassenbeste E-"
2685
+ #~ "Mail-Dienste von MailChimp zu aktivieren – und gestalte deinen Shop mit "
2686
+ #~ "unserem offiziellen, kostenlosen WooCommerce-Theme."
2687
+
2688
+ #~ msgid "Recommended for All WooCommerce Stores"
2689
+ #~ msgstr "Empfohlen für alle WooCommerce Shops"
2690
+
2691
+ #~ msgid ""
2692
+ #~ "The PayFast extension for WooCommerce enables you to accept payments by "
2693
+ #~ "Credit Card and EFT via one of South Africa’s most popular payment "
2694
+ #~ "gateways. No setup fees or monthly subscription costs."
2695
+ #~ msgstr ""
2696
+ #~ "Mithilfe der PayFast-Erweiterung für WooCommerce kannst du über eines der "
2697
+ #~ "beliebtesten Zahlungs-Gateways Südafrikas Zahlungen per Kreditkarte und "
2698
+ #~ "elektronischer Überweisung entgegennehmen. Keine Einrichtungsgebühren "
2699
+ #~ "oder monatlichen Abonnementkosten."
2700
+
2701
+ #~ msgid "WooCommerce PayFast Gateway"
2702
+ #~ msgstr "WooCommerce PayFast Gateway"
2703
+
2704
+ #~ msgid ""
2705
+ #~ "The eWAY extension for WooCommerce allows you to take credit card "
2706
+ #~ "payments directly on your store without redirecting your customers to a "
2707
+ #~ "third party site to make payment."
2708
+ #~ msgstr ""
2709
+ #~ "Mithilfe der eWAY-Erweiterung für WooCommerce kannst du "
2710
+ #~ "Kreditkartenzahlungen direkt in deinem Shop annehmen, ohne deine Kunden "
2711
+ #~ "zum Bezahlen an eine Drittanbieter-Website weiterzuleiten."
2712
+
2713
+ #~ msgid "WooCommerce eWAY Gateway"
2714
+ #~ msgstr "WooCommerce eWAY Gateway"
2715
+
2716
+ #~ msgid "WooCommerce Square"
2717
+ #~ msgstr "WooCommerce Square"
2718
+
2719
+ #~ msgid "Klarna Payments for WooCommerce"
2720
+ #~ msgstr "Klarna Payment für WooCommerce"
2721
+
2722
+ #~ msgid "Klarna Checkout for WooCommerce"
2723
+ #~ msgstr "Klarna Checkout für WooCommerce"
2724
+
2725
+ #~ msgid ""
2726
+ #~ "Enter your email address and we'll authenticate payments for you. Powered "
2727
+ #~ "by WooCommerce Services and Jetpack."
2728
+ #~ msgstr ""
2729
+ #~ "Gib deine E-Mail-Adresse an, damit wir Zahlungen für dich "
2730
+ #~ "authentifizieren können. Bereitgestellt von WooCommerce Services und "
2731
+ #~ "Jetpack."
2732
+
2733
+ #~ msgid "WooCommerce PayPal Express Checkout Gateway"
2734
+ #~ msgstr "WooCommerce PayPal Express Checkout Gateway"
2735
+
2736
+ #~ msgid ""
2737
+ #~ "Enter your email address and we'll handle account creation. Powered by "
2738
+ #~ "WooCommerce Services and Jetpack."
2739
+ #~ msgstr ""
2740
+ #~ "Gib deine E-Mail-Adresse ein und wir übernehmen die Kontoerstellung. "
2741
+ #~ "Bereitgestellt von WooCommerce Services und Jetpack."
2742
+
2743
+ #~ msgid "WooCommerce Stripe Gateway"
2744
+ #~ msgstr "WooCommerce Stripe Gateway"
2745
+
2746
+ #~ msgid "Powered by WooCommerce Services and Jetpack."
2747
+ #~ msgstr "Unterstützt von WooCommerce Services und Jetpack."
2748
+
2749
+ #~ msgid "The following plugins will be installed and activated for you:"
2750
+ #~ msgstr "Die folgenden Plugins werden für dich installiert und aktiviert:"
2751
+
2752
+ #~ msgid "Help WooCommerce improve with usage tracking."
2753
+ #~ msgstr ""
2754
+ #~ "Hilf WooCommerce, sich zu verbessern, indem du Nutzungsaufzeichnungen "
2755
+ #~ "erlaubst."
2756
+
2757
+ #~ msgid "%1$s (%2$s / %3$s)"
2758
+ #~ msgstr "%1$s (%2$s / %3$s)"
2759
+
2760
+ #~ msgid "What currency do you accept payments in?"
2761
+ #~ msgstr "In welcher Währung akzeptierst du Zahlungen?"
2762
+
2763
+ #~ msgid "Choose a state&hellip;"
2764
+ #~ msgstr "Wähle ein Bundesland&hellip;"
2765
+
2766
+ #~ msgid "Recommended"
2767
+ #~ msgstr "Empfohlen"
2768
+
2769
+ #~ msgid "Year(s)"
2770
+ #~ msgstr "Jahr(e)"
2771
+
2772
+ #~ msgid "Month(s)"
2773
+ #~ msgstr "Monat(e)"
2774
+
2775
+ #~ msgid "Week(s)"
2776
+ #~ msgstr "Woche(n)"
2777
+
2778
+ #~ msgid "Day(s)"
2779
+ #~ msgstr "Tag(e)"
2780
+
2781
+ #~ msgid "You don&#8217;t have permission to do this."
2782
+ #~ msgstr "Du hast keine Berechtigung, das zu tun."
2783
+
2784
+ #~ msgid "Insufficient privileges to import products."
2785
+ #~ msgstr "Unzureichende Berechtigungen für den Import von Produkten."
2786
+
2787
+ #~ msgid "Further education"
2788
+ #~ msgstr "Weiterbildung"
2789
+
2790
+ #~ msgid ""
2791
+ #~ "If you would like to learn about using WooCommerce from an expert, "
2792
+ #~ "consider a WooCommerce course to further your education."
2793
+ #~ msgstr ""
2794
+ #~ "Wenn du von einem Experten mehr über die Nutzung von WooCommerce erfahren "
2795
+ #~ "möchtest, kannst du deine Kenntnisse in einem WooCommerce-Kurs erweitern."
2796
+
2797
+ #~ msgid "Insufficient privileges to export products."
2798
+ #~ msgstr "Unzureichende Berechtigungen für den Export von Produkten."
2799
+
2800
+ #~ msgid "Loading network orders"
2801
+ #~ msgstr "Netzwerkbestellungen werden geladen"
2802
+
2803
+ #~ msgid "WooCommerce network orders"
2804
+ #~ msgstr "WooCommerce-Netzwerkbestellungen"
2805
+
2806
+ #~ msgid "You do not have permission to edit API Keys"
2807
+ #~ msgstr "Du hast keine Berechtigung zum Bearbeiten von API-Schlüsseln"
2808
+
2809
+ #~ msgid "REST API"
2810
+ #~ msgstr "REST-API"
2811
+
2812
+ #~ msgid "No keys found."
2813
+ #~ msgstr "Keine Schlüssel gefunden."
2814
+
2815
+ #~ msgid "Return to payments"
2816
+ #~ msgstr "Zurück zu den Zahlungen"
2817
+
2818
+ #~ msgid "Yasothon"
2819
+ #~ msgstr "Yasothon"
2820
+
2821
+ #~ msgid "Yala"
2822
+ #~ msgstr "Yala"
2823
+
2824
+ #~ msgid "Uttaradit"
2825
+ #~ msgstr "Uttaradit"
2826
+
2827
+ #~ msgid "Uthai Thani"
2828
+ #~ msgstr "Uthai Thani"
2829
+
2830
+ #~ msgid "Udon Thani"
2831
+ #~ msgstr "Udon Thani"
2832
+
2833
+ #~ msgid "Ubon Ratchathani"
2834
+ #~ msgstr "Ubon Ratchathani"
2835
+
2836
+ #~ msgid "Trat"
2837
+ #~ msgstr "Trat"
2838
+
2839
+ #~ msgid "Trang"
2840
+ #~ msgstr "Trang"
2841
+
2842
+ #~ msgid "Tak"
2843
+ #~ msgstr "Tak"
2844
+
2845
+ #~ msgid "Surin"
2846
+ #~ msgstr "Surin"
2847
+
2848
+ #~ msgid "Surat Thani"
2849
+ #~ msgstr "Surat Thani"
2850
+
2851
+ #~ msgid "Suphan Buri"
2852
+ #~ msgstr "Suphan Buri"
2853
+
2854
+ #~ msgid "Sukhothai"
2855
+ #~ msgstr "Sukhothai"
2856
+
2857
+ #~ msgid "Songkhla"
2858
+ #~ msgstr "Songkhla"
2859
+
2860
+ #~ msgid "Sisaket"
2861
+ #~ msgstr "Sisaket"
2862
+
2863
+ #~ msgid "Sing Buri"
2864
+ #~ msgstr "Sing Buri"
2865
+
2866
+ #~ msgid "Satun"
2867
+ #~ msgstr "Satun"
2868
+
2869
+ #~ msgid "Saraburi"
2870
+ #~ msgstr "Saraburi"
2871
+
2872
+ #~ msgid "Samut Songkhram"
2873
+ #~ msgstr "Samut Songkhram"
2874
+
2875
+ #~ msgid "Samut Sakhon"
2876
+ #~ msgstr "Samut Sakhon"
2877
+
2878
+ #~ msgid "Samut Prakan"
2879
+ #~ msgstr "Samut Prakan"
2880
+
2881
+ #~ msgid "Sakon Nakhon"
2882
+ #~ msgstr "Sakon Nakhon"
2883
+
2884
+ #~ msgid "Sa Kaeo"
2885
+ #~ msgstr "Sa Kaeo"
2886
+
2887
+ #~ msgid "Roi Et"
2888
+ #~ msgstr "Roi Et"
2889
+
2890
+ #~ msgid "Rayong"
2891
+ #~ msgstr "Rayong"
2892
+
2893
+ #~ msgid "Ratchaburi"
2894
+ #~ msgstr "Ratchaburi"
2895
+
2896
+ #~ msgid "Ranong"
2897
+ #~ msgstr "Ranong"
2898
+
2899
+ #~ msgid "Prachuap Khiri Khan"
2900
+ #~ msgstr "Prachuap Khiri Khan"
2901
+
2902
+ #~ msgid "Prachin Buri"
2903
+ #~ msgstr "Prachin Buri"
2904
+
2905
+ #~ msgid "Phuket"
2906
+ #~ msgstr "Phuket"
2907
+
2908
+ #~ msgid "Phrae"
2909
+ #~ msgstr "Phrae"
2910
+
2911
+ #~ msgid "Phitsanulok"
2912
+ #~ msgstr "Phitsanulok"
2913
+
2914
+ #~ msgid "Phichit"
2915
+ #~ msgstr "Phichit"
2916
+
2917
+ #~ msgid "Phetchaburi"
2918
+ #~ msgstr "Phetchaburi"
2919
+
2920
+ #~ msgid "Phetchabun"
2921
+ #~ msgstr "Phetchabun"
2922
+
2923
+ #~ msgid "Phayao"
2924
+ #~ msgstr "Phayao"
2925
+
2926
+ #~ msgid "Phatthalung"
2927
+ #~ msgstr "Phatthalung"
2928
+
2929
+ #~ msgid "Phang Nga"
2930
+ #~ msgstr "Phang-nga"
2931
+
2932
+ #~ msgid "Pattani"
2933
+ #~ msgstr "Pattani"
2934
+
2935
+ #~ msgid "Pathum Thani"
2936
+ #~ msgstr "Pathum Thani"
2937
+
2938
+ #~ msgid "Nonthaburi"
2939
+ #~ msgstr "Nonthaburi"
2940
+
2941
+ #~ msgid "Nong Khai"
2942
+ #~ msgstr "Nong Khai"
2943
+
2944
+ #~ msgid "Nong Bua Lam Phu"
2945
+ #~ msgstr "Nong Bua Lamphu"
2946
+
2947
+ #~ msgid "Narathiwat"
2948
+ #~ msgstr "Narathiwat"
2949
+
2950
+ #~ msgid "Nan"
2951
+ #~ msgstr "Nan"
2952
+
2953
+ #~ msgid "Nakhon Si Thammarat"
2954
+ #~ msgstr "Nakhon Si Thammarat"
2955
+
2956
+ #~ msgid "Nakhon Sawan"
2957
+ #~ msgstr "Nakhon Sawan"
2958
+
2959
+ #~ msgid "Nakhon Ratchasima"
2960
+ #~ msgstr "Nakhon Ratchasima"
2961
+
2962
+ #~ msgid "Nakhon Phanom"
2963
+ #~ msgstr "Nakhon Phanom"
2964
+
2965
+ #~ msgid "Nakhon Pathom"
2966
+ #~ msgstr "Nakhon Pathom"
2967
+
2968
+ #~ msgid "Nakhon Nayok"
2969
+ #~ msgstr "Nakhon Nayok"
2970
+
2971
+ #~ msgid "Mukdahan"
2972
+ #~ msgstr "Mukdahan"
2973
+
2974
+ #~ msgid "Maha Sarakham"
2975
+ #~ msgstr "Maha Sarakham"
2976
+
2977
+ #~ msgid "Mae Hong Son"
2978
+ #~ msgstr "Mae Hong Son"
2979
+
2980
+ #~ msgid "Lopburi"
2981
+ #~ msgstr "Lopburi"
2982
+
2983
+ #~ msgid "Loei"
2984
+ #~ msgstr "Loei"
2985
+
2986
+ #~ msgid "Lamphun"
2987
+ #~ msgstr "Lamphun"
2988
+
2989
+ #~ msgid "Lampang"
2990
+ #~ msgstr "Lampang"
2991
+
2992
+ #~ msgid "Krabi"
2993
+ #~ msgstr "Krabi"
2994
+
2995
+ #~ msgid "Khon Kaen"
2996
+ #~ msgstr "Khon Kaen"
2997
+
2998
+ #~ msgid "Kanchanaburi"
2999
+ #~ msgstr "Kanchanaburi"
3000
+
3001
+ #~ msgid "Kamphaeng Phet"
3002
+ #~ msgstr "Kamphaeng Phet"
3003
+
3004
+ #~ msgid "Kalasin"
3005
+ #~ msgstr "Kalasin"
3006
+
3007
+ #~ msgid "Chumphon"
3008
+ #~ msgstr "Chumphon"
3009
+
3010
+ #~ msgid "Chonburi"
3011
+ #~ msgstr "Chonburi"
3012
+
3013
+ #~ msgid "Chiang Rai"
3014
+ #~ msgstr "Chiang Rai"
3015
+
3016
+ #~ msgid "Chiang Mai"
3017
+ #~ msgstr "Chiang Mai"
3018
+
3019
+ #~ msgid "Chanthaburi"
3020
+ #~ msgstr "Chanthaburi"
3021
+
3022
+ #~ msgid "Chaiyaphum"
3023
+ #~ msgstr "Chaiyaphum"
3024
+
3025
+ #~ msgid "Chai Nat"
3026
+ #~ msgstr "Chai Nat"
3027
+
3028
+ #~ msgid "Chachoengsao"
3029
+ #~ msgstr "Chachoengsao"
3030
+
3031
+ #~ msgid "Buri Ram"
3032
+ #~ msgstr "Buri Ram"
3033
+
3034
+ #~ msgid "Bueng Kan"
3035
+ #~ msgstr "Bueng Kan"
3036
+
3037
+ #~ msgid "Bangkok"
3038
+ #~ msgstr "Bangkok"
3039
+
3040
+ #~ msgid "Ayutthaya"
3041
+ #~ msgstr "Ayutthaya"
3042
+
3043
+ #~ msgid "Ang Thong"
3044
+ #~ msgstr "Ang Thong"
3045
+
3046
+ #~ msgid "Amnat Charoen"
3047
+ #~ msgstr "Amnat Charoen"
3048
+
3049
+ #~ msgid "Sinoe"
3050
+ #~ msgstr "Sinoe"
3051
+
3052
+ #~ msgid "River Gee"
3053
+ #~ msgstr "River Gee County"
3054
+
3055
+ #~ msgid "Rivercess"
3056
+ #~ msgstr "River Cess County"
3057
+
3058
+ #~ msgid "Nimba"
3059
+ #~ msgstr "Nimba County"
3060
+
3061
+ #~ msgid "Montserrado"
3062
+ #~ msgstr "Montserrado County"
3063
+
3064
+ #~ msgid "Margibi"
3065
+ #~ msgstr "Margibi County"
3066
+
3067
+ #~ msgid "Lofa"
3068
+ #~ msgstr "Lofa"
3069
+
3070
+ #~ msgid "Grand Kru"
3071
+ #~ msgstr "Grand Kru County"
3072
+
3073
+ #~ msgid "Grand Gedeh"
3074
+ #~ msgstr "Grand Gedeh County"
3075
+
3076
+ #~ msgid "Grand Cape Mount"
3077
+ #~ msgstr "Grand Cape Mount County"
3078
+
3079
+ #~ msgid "Grand Bassa"
3080
+ #~ msgstr "Grand Bassa County"
3081
+
3082
+ #~ msgid "Gbarpolu"
3083
+ #~ msgstr "Gbarpolu County"
3084
+
3085
+ #~ msgid "Bong"
3086
+ #~ msgstr "Bong County"
3087
+
3088
+ #~ msgid "Bomi"
3089
+ #~ msgstr "Bomi County"
3090
+
3091
+ #~ msgid "Jashore"
3092
+ #~ msgstr "Jashore"
3093
+
3094
+ #~ msgid "Chattogram"
3095
+ #~ msgstr "Chittagong"
3096
+
3097
+ #~ msgid "Profile &rarr;"
3098
+ #~ msgstr "Profil &rarr;"
3099
+
3100
+ #~ msgid "Read more about what we collect."
3101
+ #~ msgstr "Lese mehr darüber, was wir sammeln."
3102
+
3103
+ #~ msgid ""
3104
+ #~ "Gathering usage data allows us to make WooCommerce better &mdash; your "
3105
+ #~ "store will be considered as we evaluate new features, judge the quality "
3106
+ #~ "of an update, or determine if an improvement makes sense. If you would "
3107
+ #~ "rather opt-out, and do not check this box, we will not know this store "
3108
+ #~ "exists and we will not collect any usage data."
3109
+ #~ msgstr ""
3110
+ #~ "Das Sammeln von Nutzungsdaten ermöglicht es uns, WooCommerce besser zu "
3111
+ #~ "machen &mdash; Dein Shop wird berücksichtigt, wenn wir neue Funktionen "
3112
+ #~ "evaluieren, die Qualität eines Updates bewerten oder feststellen, ob eine "
3113
+ #~ "Verbesserung sinnvoll ist. Wenn du dich lieber abmelden und diese "
3114
+ #~ "Checkbox nicht aktivierst, wissen wir nicht, dass dieser Shop existiert "
3115
+ #~ "und wir werden keine Nutzungsdaten sammeln."
3116
+
3117
+ #~ msgid "Image size used for products in the catalog."
3118
+ #~ msgstr "Bildgröße für Produkte im Katalog verwendet."
3119
+
3120
+ #~ msgid ""
3121
+ #~ "After publishing your changes, new image sizes may not be shown until you "
3122
+ #~ "<a href=\"%s\" target=\"_blank\">Regenerate Thumbnails</a>."
3123
+ #~ msgstr ""
3124
+ #~ "Nach dem Veröffentlichen deiner Änderungen werden neue Bildgrößen "
3125
+ #~ "möglicherweise erst angezeigt, wenn du <a href=\"%s\" target=\"_blank"
3126
+ #~ "\">Vorschaubilder neu generierst</a>."
3127
+
3128
+ #~ msgid ""
3129
+ #~ "After publishing your changes, new image sizes may not be shown until you "
3130
+ #~ "regenerate thumbnails. You can do this from the <a href=\"%1$s\" target="
3131
+ #~ "\"_blank\">tools section in WooCommerce</a> or by using a plugin such as "
3132
+ #~ "<a href=\"%2$s\" target=\"_blank\">Regenerate Thumbnails</a>."
3133
+ #~ msgstr ""
3134
+ #~ "Nach dem Veröffentlichen deiner Änderungen werden neue Bildgrößen "
3135
+ #~ "möglicherweise erst angezeigt, wenn du Vorschaubilder neu generierst. Du "
3136
+ #~ "kannst das über den <a href=\"%1$s\" target=\"_blank\">Werkzeug-Bereich "
3137
+ #~ "in WooCommerce</a> oder mithilfe eines Plugins wie <a href=\"%2$s\" "
3138
+ #~ "target=\"_blank\">Regenerate Thumbnails</a>."
3139
+
3140
+ #~ msgid ""
3141
+ #~ "After publishing your changes, new image sizes will be generated "
3142
+ #~ "automatically."
3143
+ #~ msgstr ""
3144
+ #~ "Nach dem Veröffentlichen deiner Änderungen werden neue Bildgrößen "
3145
+ #~ "automatisch neu generiert."
3146
+
3147
+ #~ msgid "Cancelled product image regeneration job."
3148
+ #~ msgstr "Neugenerierung von Produktbildern abgebrochen."
3149
+
3150
+ #~ msgid "Thumbnail regeneration has been scheduled to run in the background."
3151
+ #~ msgstr ""
3152
+ #~ "Die Regenerierung der Vorschaubilder wurde so geplant, dass sie im "
3153
+ #~ "Hintergrund ausgeführt wird."
3154
+
3155
+ #~ msgid ""
3156
+ #~ "This will regenerate all shop thumbnails to match your theme and/or image "
3157
+ #~ "settings."
3158
+ #~ msgstr ""
3159
+ #~ "Das wird alle Shop Vorschaubilder neu generieren, um den Theme und/oder "
3160
+ #~ "Bildeinstellungen zu entsprechen. "
3161
+
3162
+ #~ msgid "Regenerate"
3163
+ #~ msgstr "Regenerieren"
3164
+
3165
+ #~ msgid "Regenerate shop thumbnails"
3166
+ #~ msgstr "Shop Vorschaubilder regenerieren"
3167
+
3168
+ #~ msgid ""
3169
+ #~ "Thumbnail regeneration is running in the background. Depending on the "
3170
+ #~ "amount of images in your store this may take a while."
3171
+ #~ msgstr ""
3172
+ #~ "Die Neugenerierung von Vorschaubildern läuft im Hintergrund. Abhängig von "
3173
+ #~ "der Anzahl an Bildern in deinem Shop kann dies eine Weile dauern."
3174
+
3175
+ #~ msgid "Cancel thumbnail regeneration"
3176
+ #~ msgstr "Vorschaubild-Regeneration abbrechen"
3177
+
3178
+ #~ msgid "Change order status to completed"
3179
+ #~ msgstr "Bestellstatus auf „Abgeschlossen“ setzen"
3180
+
3181
+ #~ msgid "Change order status to processing"
3182
+ #~ msgstr "Bestellstatus auf „In Bearbeitung“ setzen"
3183
+
3184
+ #~ msgid "Change order status to on-hold"
3185
+ #~ msgstr "Bestellstatus auf „Wartend“ setzen "
3186
+
3187
+ #~ msgid "Edit this order"
3188
+ #~ msgstr "Diese Bestellung bearbeiten"
3189
+
3190
+ #~ msgid ""
3191
+ #~ "This is the default category and it cannot be deleted. It will be "
3192
+ #~ "automatically assigned to products with no category."
3193
+ #~ msgstr ""
3194
+ #~ "Dies ist die Standardkategorie und kann nicht gelöscht werden. Sie wird "
3195
+ #~ "Produkten ohne Kategorie automatisch zugewiesen."
3196
+
3197
+ #~ msgid "Make &#8220;%s&#8221; the default category"
3198
+ #~ msgstr "Mache &#8220;%s&#8221; zur Standardkategorie"
3199
+
3200
+ #~ msgid ""
3201
+ #~ "Deleting a category does not delete the products in that category. "
3202
+ #~ "Instead, products that were only assigned to the deleted category are set "
3203
+ #~ "to the category %s."
3204
+ #~ msgstr ""
3205
+ #~ "Durch das Löschen einer Kategorie werden die Produkte in dieser Kategorie "
3206
+ #~ "nicht gelöscht. Stattdessen werden Produkte, die nur der gelöschten "
3207
+ #~ "Kategorie zugeordnet wurden, der Kategorie %s zugeordnet."
3208
+
3209
+ #~ msgid "Every %d Minutes"
3210
+ #~ msgstr "Alle %d Minuten"
3211
+
3212
+ #~ msgid ""
3213
+ #~ "Looking for the store notice setting? It can now be found <a href=\"%s"
3214
+ #~ "\">in the Customizer</a>."
3215
+ #~ msgstr ""
3216
+ #~ "Du suchst nach der Einstellungsmöglichkeit für die Shop-Mitteilung? Diese "
3217
+ #~ "kann jetzt <a href=\"%s\">im Customizer</a> gefunden werden."
3218
+
3219
+ #~ msgid "%s quantity"
3220
+ #~ msgstr "%s Menge"
3221
+
3222
+ #~ msgid "Sandbox API signature"
3223
+ #~ msgstr "Sandbox API-Signatur"
3224
+
3225
+ #~ msgid "Sandbox API password"
3226
+ #~ msgstr "Sandbox API-Passwort"
3227
+
3228
+ #~ msgid "Sandbox API username"
3229
+ #~ msgstr "Sandbox API-Benutzername"
3230
+
3231
+ #~ msgid "Live API signature"
3232
+ #~ msgstr "Live API-Signatur"
3233
+
3234
+ #~ msgid "Live API password"
3235
+ #~ msgstr "Live API-Passwort"
3236
+
3237
+ #~ msgid "Live API username"
3238
+ #~ msgstr "Live API-Benutzername"
3239
+
3240
+ #~ msgid ""
3241
+ #~ "Send notifications when an IPN is received from PayPal indicating "
3242
+ #~ "refunds, chargebacks and cancellations."
3243
+ #~ msgstr ""
3244
+ #~ "Sende Benachrichtigungen, wenn ein IPN von PayPal eingegangen ist, das "
3245
+ #~ "Rückerstattungen, Rückbuchungen und Stornierungen anzeigt."
3246
+
3247
+ #~ msgid "Enable IPN email notifications"
3248
+ #~ msgstr "Aktiviere IPN E-Mail-Benachrichtigungen"
3249
+
3250
+ #~ msgid "IPN Email Notifications"
3251
+ #~ msgstr "IPN E-Mail-Benachrichtigungen"
3252
+
3253
+ #~ msgid ""
3254
+ #~ "SANDBOX ENABLED. You can use sandbox testing accounts only. See the <a "
3255
+ #~ "href=\"%s\">PayPal Sandbox Testing Guide</a> for more details."
3256
+ #~ msgstr ""
3257
+ #~ "SANDBOX AKTIVIERT. Du kannst nur Sandbox-Testkonten verwenden. Weitere "
3258
+ #~ "Informationen findest du im <a href=\"%s\">PayPal Sandbox Testing Guide</"
3259
+ #~ "a>."
3260
+
3261
+ #~ msgid "Invalid webhook."
3262
+ #~ msgstr "Ungültiger Webhook."
3263
+
3264
+ #~ msgid "Invalid download log: not found."
3265
+ #~ msgstr "Ungültiges Downloadprotokoll: Nicht gefunden."
3266
+
3267
+ #~ msgid "Invalid download log: no ID."
3268
+ #~ msgstr "Ungültiges Downloadprotokoll: Keine ID."
3269
+
3270
+ #~ msgid "Unable to insert download log entry in database."
3271
+ #~ msgstr ""
3272
+ #~ "Der Download-Protokolleintrag konnte nicht in die Datenbank eingefügt "
3273
+ #~ "werden."
3274
+
3275
+ #~ msgid ""
3276
+ #~ "Images will display using the aspect ratio in which they were uploaded"
3277
+ #~ msgstr ""
3278
+ #~ "Bilder werden in dem Seitenverhältnis angezeigt, in dem sie hochgeladen "
3279
+ #~ "wurden"
3280
+
3281
+ #~ msgid "Uncropped"
3282
+ #~ msgstr "Nicht zuschneiden"
3283
+
3284
+ #~ msgid "Images will be cropped to a custom aspect ratio"
3285
+ #~ msgstr ""
3286
+ #~ "Bilder werden auf ein benutzerdefiniertes Seitenverhältnis zugeschnitten"
3287
+
3288
+ #~ msgid "Images will be cropped into a square"
3289
+ #~ msgstr "Bilder werden quadratisch zugeschnitten"
3290
+
3291
+ #~ msgid "1:1"
3292
+ #~ msgstr "1:1"
3293
+
3294
+ #~ msgid "Thumbnail cropping"
3295
+ #~ msgstr "Vorschaubild zuschneiden"
3296
+
3297
+ #~ msgid "Thumbnail width"
3298
+ #~ msgstr "Vorschaubild-Breite"
3299
+
3300
+ #~ msgid ""
3301
+ #~ "Image size used for the main image on single product pages. These images "
3302
+ #~ "will remain uncropped."
3303
+ #~ msgstr ""
3304
+ #~ "Bildgröße für das Hauptbild auf einzelnen Produktseiten. Diese Bilder "
3305
+ #~ "bleiben unbearbeitet."
3306
+
3307
+ #~ msgid "Main image width"
3308
+ #~ msgstr "Hauptbild-Breite"
3309
+
3310
+ #~ msgid "Product Images"
3311
+ #~ msgstr "Produktbilder"
3312
+
3313
+ #~ msgid "How many rows of products should be shown per page?"
3314
+ #~ msgstr "Wie viele Reihen mit Produkten sollen pro Seite angezeigt werden?"
3315
+
3316
+ #~ msgid "Rows per page"
3317
+ #~ msgstr "Reihen pro Seite"
3318
+
3319
+ #~ msgid "How many products should be shown per row?"
3320
+ #~ msgstr "Wie viele Produkte sollen pro Reihe angezeigt werden?"
3321
+
3322
+ #~ msgid "Products per row"
3323
+ #~ msgstr "Produkte pro Reihe"
3324
+
3325
+ #~ msgid "How should products be sorted in the catalog by default?"
3326
+ #~ msgstr "Wie sollen Produkte standardmäßig im Katalog sortiert sein?"
3327
+
3328
+ #~ msgid "Choose what to display on product category pages."
3329
+ #~ msgstr ""
3330
+ #~ "Wähle aus, was auf den Produktkategorieseiten angezeigt werden soll."
3331
+
3332
+ #~ msgid "Category display"
3333
+ #~ msgstr "Kategorie anzeigen"
3334
+
3335
+ #~ msgid "Choose what to display on the main shop page."
3336
+ #~ msgstr "Wähle, was auf der Hauptseite des Shops angezeigt werden soll."
3337
+
3338
+ #~ msgid "Product Catalog"
3339
+ #~ msgstr "Produktkatalog"
3340
+
3341
+ #~ msgid "Enable store notice"
3342
+ #~ msgstr "Shop-Mitteilung aktivieren"
3343
+
3344
+ #~ msgid ""
3345
+ #~ "If enabled, this text will be shown site-wide. You can use it to show "
3346
+ #~ "events or promotions to visitors!"
3347
+ #~ msgstr ""
3348
+ #~ "Falls diese Option aktiv ist, wird der folgende Text Website-weit "
3349
+ #~ "angezeigt. Du kannst das zum Beispiel nutzen, um Besuchern Events oder "
3350
+ #~ "Promotions zu zeigen!"
3351
+
3352
+ #~ msgid "Store Notice"
3353
+ #~ msgstr "Shop-Mitteilung"
3354
+
3355
+ #~ msgid "The maximum allowed setting is %d"
3356
+ #~ msgstr "Die maximal zulässige Einstellung ist %d"
3357
+
3358
+ #~ msgid "The minimum allowed setting is %d"
3359
+ #~ msgstr "Die minimal zulässige Einstellung ist %d"
3360
+
3361
+ #~ msgid "Completed product image regeneration job."
3362
+ #~ msgstr "Produktbild Regeneration fertiggestellt."
3363
+
3364
+ #~ msgid "Regenerating images for attachment ID: %s"
3365
+ #~ msgstr "Bilder neu generieren für Anhangs-ID: %s"
3366
+
3367
+ #~ msgid "Select options for &ldquo;%s&rdquo;"
3368
+ #~ msgstr "Wähle Optionen für „%s“"
3369
+
3370
+ #~ msgid "Add &ldquo;%s&rdquo; to your cart"
3371
+ #~ msgstr "„%s“ zu deinem Warenkorb hinzufügen"
3372
+
3373
+ #~ msgid "View products in the &ldquo;%s&rdquo; group"
3374
+ #~ msgstr "Zeige Produkte in der „%s“ Gruppe"
3375
+
3376
+ #~ msgid "Buy &ldquo;%s&rdquo;"
3377
+ #~ msgstr "&#8222;%s&#8220; kaufen"
3378
+
3379
+ #~ msgctxt "Default category slug"
3380
+ #~ msgid "Uncategorized"
3381
+ #~ msgstr "Unkategorisiert"
3382
+
3383
+ #~ msgid "Invalid permission ID."
3384
+ #~ msgstr "Ungültige Berechtigungs-ID."
3385
+
3386
+ #~ msgid "Municipality / District"
3387
+ #~ msgstr "Gemeinde / Bezirk"
3388
+
3389
+ #~ msgid "%s is not a valid postcode / ZIP."
3390
+ #~ msgstr "%s ist keine gültige Postleitzahl / PLZ."
3391
+
3392
+ #~ msgid ""
3393
+ #~ "Limit result set to products with specific SKU(s). Use commas to separate."
3394
+ #~ msgstr ""
3395
+ #~ "Beschränkt Ergebnismenge auf Produkte mit bestimmten Artikelnummern. "
3396
+ #~ "Verwende Kommas zum Trennen."
3397
+
3398
+ #~ msgid "Customer ID does not belong to this site."
3399
+ #~ msgstr "Die Kunden-ID gehört nicht zu dieser Website."
3400
+
3401
+ #~ msgid "Download ID."
3402
+ #~ msgstr "Download-ID."
3403
+
3404
+ #~ msgid "Search logs"
3405
+ #~ msgstr "Logs durchsuchen"
3406
+
3407
+ #~ msgid "Enter a search term and press enter"
3408
+ #~ msgstr "Suchbegriff eingeben und Enter drücken"
3409
+
3410
+ #~ msgid "Showing search results for: %s"
3411
+ #~ msgstr "Zeige die Suchergebnisse für: %s"
3412
+
3413
+ #~ msgid ""
3414
+ #~ "Postcodes containing wildcards (e.g. CB23*) or fully numeric ranges (e.g. "
3415
+ #~ "<code>90210...99000</code>) are also supported. Please see the shipping "
3416
+ #~ "zones <a href=\"%s\" target=\"_blank\">documentation</a>) for more "
3417
+ #~ "information."
3418
+ #~ msgstr ""
3419
+ #~ "Postleitzahlen, die Wildcards (z.B. 803*) oder voll numerische Bereiche "
3420
+ #~ "(z.B. <code>80331...85540</code>) enthalten, werden ebenfalls "
3421
+ #~ "unterstützt. Bitte beachte die Versandzonen <a href=\"%s\" target=\"_blank"
3422
+ #~ "\">dokumentation</a>) für weitere Informationen."
3423
+
3424
+ #~ msgid "Shop pages"
3425
+ #~ msgstr "Shop Seiten"
3426
+
3427
+ #~ msgid ""
3428
+ #~ "Looking for the product display options? They can now be found in the "
3429
+ #~ "Customizer. <a href=\"%s\">Go see them in action here.</a>"
3430
+ #~ msgstr ""
3431
+ #~ "Suchst du nach den Möglichkeiten der Produktdarstellung? Diese sind nun "
3432
+ #~ "im Customizer zu finden. <a href=\"%s\">Schau sie dir hier in Aktion an.</"
3433
+ #~ "a>"
3434
+
3435
+ #~ msgid "No customer downloads found."
3436
+ #~ msgstr "Keine Kunden-Downloads gefunden"
3437
+
3438
+ #~ msgid "Filter by IP address"
3439
+ #~ msgstr "Nach IP-Adresse filtern"
3440
+
3441
+ #~ msgid "Filter by user"
3442
+ #~ msgstr "Nach Benutzer filtern"
3443
+
3444
+ #~ msgid "Filter by order"
3445
+ #~ msgstr "Nach Bestellung filtern"
3446
+
3447
+ #~ msgid "Filter by file"
3448
+ #~ msgstr "Nach Datei filtern"
3449
+
3450
+ #~ msgid "Filter by product"
3451
+ #~ msgstr "Nach Produkt filtern"
3452
+
3453
+ #~ msgid "Permission ID"
3454
+ #~ msgstr "Berechtigungs-ID"
3455
+
3456
+ #~ msgid "File ID"
3457
+ #~ msgstr "Datei-ID"
3458
+
3459
+ #~ msgid "Permission #%d not found."
3460
+ #~ msgstr "Berechtigung #%d nicht gefunden."
3461
+
3462
+ #~ msgid "Confirm navigation"
3463
+ #~ msgstr "Navigation bestätigen"
3464
+
3465
+ #~ msgid ""
3466
+ #~ "This report link has expired. %1$sClick here to view the filtered report"
3467
+ #~ "%2$s."
3468
+ #~ msgstr ""
3469
+ #~ "Dieser Link zum Bericht ist abgelaufen. %1$sKlicke hier, um den "
3470
+ #~ "gefilterten Bericht anzuzeigen%2$s."
3471
+
3472
+ #~ msgid "Set Status - On backorder"
3473
+ #~ msgstr "Status setzen - Auf Lieferrückstand"
3474
+
3475
+ #~ msgid "View report"
3476
+ #~ msgstr "Bericht ansehen"
3477
+
3478
+ #~ msgid "Copy link"
3479
+ #~ msgstr "Link kopieren"
3480
+
3481
+ #~ msgid ""
3482
+ #~ "Copying to clipboard failed. You should be able to right-click the button "
3483
+ #~ "and copy."
3484
+ #~ msgstr ""
3485
+ #~ "Kopieren in Zwischenablage fehlgeschlagen. Du solltest in der Lage sein, "
3486
+ #~ "mit der rechten Maustaste auf die Schaltfläche zu klicken und zu kopieren."
3487
+
3488
+ #~ msgid "Status:"
3489
+ #~ msgstr "Status:"
3490
+
3491
+ #~ msgid "Date created:"
3492
+ #~ msgstr "Erstellungsdatum:"
3493
+
3494
+ #~ msgid "Paid on %1$s @ %2$s"
3495
+ #~ msgstr "Bezahlt am %1$s @ %2$s"
3496
+
3497
+ #~ msgid "Filter by stock status"
3498
+ #~ msgstr "Nach Lagerstatus filtern"
3499
+
3500
+ #~ msgid "On backorder"
3501
+ #~ msgstr "Auf Lieferrückstand"
3502
+
3503
+ #~ msgid "Change status: "
3504
+ #~ msgstr "Status ändern:"
3505
+
3506
+ #~ msgid "Completed"
3507
+ #~ msgstr "Abgeschlossen"
3508
+
3509
+ #~ msgid "On-hold"
3510
+ #~ msgstr "Wartend"
3511
+
3512
+ #~ msgid "Payment via"
3513
+ #~ msgstr "Bezahlung über"
3514
+
3515
+ #~ msgid "M j, Y"
3516
+ #~ msgstr "d. F Y"
3517
+
3518
+ #~ msgctxt "%s = human-readable time difference"
3519
+ #~ msgid "%s ago"
3520
+ #~ msgstr "vor %s"
3521
+
3522
+ #~ msgid "Change status to completed"
3523
+ #~ msgstr "Status auf „Fertiggestellt“ setzen"
3524
+
3525
+ #~ msgid "Change status to on-hold"
3526
+ #~ msgstr "Status auf „Wartend“ setzen"
3527
+
3528
+ #~ msgid "Change status to processing"
3529
+ #~ msgstr "Status auf „In Bearbeitung“ setzen"
3530
+
3531
+ #~ msgid "Create your first coupon"
3532
+ #~ msgstr "Erstelle deinen ersten Gutschein"
3533
+
3534
+ #~ msgid ""
3535
+ #~ "Existing products that match by ID or SKU will be updated. Products that "
3536
+ #~ "do not exist will be skipped."
3537
+ #~ msgstr ""
3538
+ #~ "Vorhandene Produkte, bei denen die ID oder Artikelnummer übereinstimmen, "
3539
+ #~ "werden aktualisiert. Produkte, die nicht existieren, werden übersprungen."
3540
+
3541
+ #~ msgid ""
3542
+ #~ "<a href=\"%s\">Connect your store</a> to WooCommerce.com to receive "
3543
+ #~ "extensions updates and support."
3544
+ #~ msgstr ""
3545
+ #~ "<a href=\"%s\">Verbinde deinen Shop</a> mit WooCommerce.com, um "
3546
+ #~ "Erweiterungen und Support zu erhalten."
3547
+
3548
+ #~ msgid ""
3549
+ #~ "To receive updates and support for this extension, you need to "
3550
+ #~ "<strong>purchase</strong> a new subscription or consolidate your "
3551
+ #~ "extensions to one connected account by <strong><a href=\"%1$s\" title="
3552
+ #~ "\"Sharing Docs\">sharing</a> or <a href=\"%2$s\" title=\"Transferring Docs"
3553
+ #~ "\">transferring</a></strong> this extension to this connected account."
3554
+ #~ msgstr ""
3555
+ #~ "Um Updates und Support für diese Erweiterung zu erhalten, musst du ein "
3556
+ #~ "neues Abonnement <strong>erwerben</strong> oder deine Erweiterungen mit "
3557
+ #~ "einem verbundenen Konto zusammenlegen, indem du diese Erweiterung mit "
3558
+ #~ "diesem verbundenem Konto <strong><a href=\"%1$s\" title=\"Sharing Docs"
3559
+ #~ "\">teilst</a> oder dorthin <a href=\"%2$s\" title=\"Transferring Docs"
3560
+ #~ "\">transferierst</a></strong>.\n"
3561
+ #~ " "
3562
+
3563
+ #~ msgid ""
3564
+ #~ "The WooCommerce Helper plugin is no longer needed. <a href=\"%s\">Manage "
3565
+ #~ "subscriptions</a> from the extensions tab instead."
3566
+ #~ msgstr ""
3567
+ #~ "Das WooCommerce Helper Plugin wird nicht mehr benötigt. <a href=\"%s"
3568
+ #~ "\">Verwalte Abonnements</a> über die Registerkarte \"Erweiterungen\"."
3569
+
3570
+ #~ msgid "Webhook topic unknown. Please select a valid topic."
3571
+ #~ msgstr "Webhook-Thema unbekannt. Bitte wähle ein gültiges Thema."
3572
+
3573
+ #~ msgid "Delete \"%s\" permanently"
3574
+ #~ msgstr "„%s“ dauerhaft löschen"
3575
+
3576
+ #~ msgid "Reasons you'll love Jetpack"
3577
+ #~ msgstr "Gründe, warum du Jetpack lieben wirst"
3578
+
3579
+ #~ msgid "Continue with Jetpack"
3580
+ #~ msgstr "Mit Jetpack fortfahren"
3581
+
3582
+ #~ msgid "payment setup"
3583
+ #~ msgstr "Zahlungseinrichtung"
3584
+
3585
+ #~ msgid "payment setup and automated taxes"
3586
+ #~ msgstr "Zahlungseinrichtung und automatisierte Steuern"
3587
+
3588
+ #~ msgid "Email address to receive payments"
3589
+ #~ msgstr "E-Mail-Adresse, um Zahlungen zu erhalten"
3590
+
3591
+ #~ msgid "Direct payments to email address:"
3592
+ #~ msgstr "Direkte Zahlungen an die E-Mail-Adresse:"
3593
+
3594
+ #~ msgid "Accept payments without linking a PayPal account"
3595
+ #~ msgstr "Akzeptiere Zahlungen, ohne ein PayPal-Konto zu verknüpfen"
3596
+
3597
+ #~ msgid ""
3598
+ #~ "Securely accept credit and debit cards with one low rate, no surprise "
3599
+ #~ "fees (custom rates available). Sell online and in store and track sales "
3600
+ #~ "and inventory in one place. <a href=\"%s\" target=\"_blank\">Learn more "
3601
+ #~ "about Square</a>."
3602
+ #~ msgstr ""
3603
+ #~ "Akzeptiere sicher Kredit- und Debitkarten mit einem niedrigen Tarif, "
3604
+ #~ "keine Überraschungsgebühren (Sondertarife verfügbar). Verkaufe online und "
3605
+ #~ "im Geschäft und verfolge Verkäufe und Bestände an einem Ort. <a href=\"%s"
3606
+ #~ "\" target=\"_blank\">Erfahre hier mehr über Square</a>."
3607
+
3608
+ #~ msgid ""
3609
+ #~ "Choose the payment that you want, pay now, pay later or slice it. No "
3610
+ #~ "credit card numbers, no passwords, no worries. <a href=\"%s\" target="
3611
+ #~ "\"_blank\">Learn more about Klarna</a>."
3612
+ #~ msgstr ""
3613
+ #~ "Wähle die gewünschte Zahlung, zahle jetzt, zahle später oder teile sie "
3614
+ #~ "auf. Keine Kreditkartennummern, keine Passwörter, keine Sorgen. <a href="
3615
+ #~ "\"%s\" target=\"_blank\">Erfahre hier mehr über Klarna</a>."
3616
+
3617
+ #~ msgid ""
3618
+ #~ "Full checkout experience with pay now, pay later and slice it. No credit "
3619
+ #~ "card numbers, no passwords, no worries. <a href=\"%s\" target=\"_blank"
3620
+ #~ "\">Learn more about Klarna</a>."
3621
+ #~ msgstr ""
3622
+ #~ "Vollständige Bezahl-Erfahrung mit sofort bezahlen, später bezahlen und in "
3623
+ #~ "Teilbeträgen zahlen. Keine Kreditkarten-Nummern, keine Passwörter, keine "
3624
+ #~ "Sorgen. <a href=\"%s\" target=\"_blank\">Erfahre hier mehr über Klarna</"
3625
+ #~ "a>."
3626
+
3627
+ #~ msgid ""
3628
+ #~ "Accept debit and credit cards in 135+ currencies, methods such as Alipay, "
3629
+ #~ "and one-touch checkout with Apple Pay. <a href=\"%s\" target=\"_blank"
3630
+ #~ "\">Learn more</a>."
3631
+ #~ msgstr ""
3632
+ #~ "Akzeptiere Debit- und Kreditkarten in über 135 Währungen, Methoden wie "
3633
+ #~ "Alipay und One-Touch-Checkout mit Apple Pay. <a href=\"%s\" target="
3634
+ #~ "\"_blank\">Weitere Informationen</a>."
3635
+
3636
+ #~ msgid "I will also be selling products or services in person."
3637
+ #~ msgstr "Ich werde auch Produkte oder Dienstleistungen persönlich verkaufen."
3638
+
3639
+ #~ msgid "Customer downloads"
3640
+ #~ msgstr "Kunden-Downloads"
3641
+
3642
+ #~ msgid "Revision restored."
3643
+ #~ msgstr "Revision wiederhergestellt."
3644
+
3645
+ #~ msgid ""
3646
+ #~ "If you like, you may enter custom structures for your product URLs here. "
3647
+ #~ "For example, using <code>shop</code> would make your product links like "
3648
+ #~ "<code>%sshop/sample-product/</code>. This setting affects product URLs "
3649
+ #~ "only, not things such as product categories."
3650
+ #~ msgstr ""
3651
+ #~ "Wenn du möchtest, kannst du eigene Strukturen für deine Produkt-URLs "
3652
+ #~ "eingeben. Zum Beispiel die Verwendung von <code>shop</code>, würde deine "
3653
+ #~ "Produkt-Links als <code>%sshop/sample-product/</code> anzeigen. Diese "
3654
+ #~ "Einstellung betrifft nur Produkt-URLs, nicht sowas wie Produkt-Kategorien."
3655
+
3656
+ #~ msgid "Move &#8220;%s&#8221; to the Trash"
3657
+ #~ msgstr "&#8222;%s&#8220; in den Papierkorb verschieben"
3658
+
3659
+ #~ msgid ""
3660
+ #~ "Attributes let you define extra product data, such as size or color. You "
3661
+ #~ "can use these attributes in the shop sidebar using the \"layered nav\" "
3662
+ #~ "widgets."
3663
+ #~ msgstr ""
3664
+ #~ "Mithilfe von Attributen kannst du zusätzliche Produktdaten wie Größe oder "
3665
+ #~ "Farbe definieren. Du kannst diese Attribute in der Shop-Seitenleiste mit "
3666
+ #~ "den „Layered Nav“-Widgets verwenden."
3667
+
3668
+ #~ msgid "Determines how this attribute's values are displayed."
3669
+ #~ msgstr "Bestimmt, wie die Werte dieses Attributs angezeigt werden."
3670
+
3671
+ #~ msgid ""
3672
+ #~ "This product has produced sales and may be linked to existing orders. Are "
3673
+ #~ "you sure you want to delete it?"
3674
+ #~ msgstr ""
3675
+ #~ "Dieses Produkt hat Umsatz generiert und kann mit bestehenden Aufträgen "
3676
+ #~ "verknüpft sein. Bist du sicher, dass du es löschen möchtest?"
3677
+
3678
+ #~ msgid "Read more about &ldquo;%s&rdquo;"
3679
+ #~ msgstr "Lese mehr über &#8222;%s&#8220;"
3680
+
3681
+ #~ msgid "Simiyu"
3682
+ #~ msgstr "Simiyu"
3683
+
3684
+ #~ msgid "Njombe"
3685
+ #~ msgstr "Njombe"
3686
+
3687
+ #~ msgid "Katavi"
3688
+ #~ msgstr "Katavi"
3689
+
3690
+ #~ msgid "Geita"
3691
+ #~ msgstr "Geita"
3692
+
3693
+ #~ msgid "Manyara"
3694
+ #~ msgstr "Manyara"
3695
+
3696
+ #~ msgid "Tanga"
3697
+ #~ msgstr "Tanga"
3698
+
3699
+ #~ msgid "Tabora"
3700
+ #~ msgstr "Tabora"
3701
+
3702
+ #~ msgid "Singida"
3703
+ #~ msgstr "Singida"
3704
+
3705
+ #~ msgid "Shinyanga"
3706
+ #~ msgstr "Shinyanga"
3707
+
3708
+ #~ msgid "Ruvuma"
3709
+ #~ msgstr "Ruvuma"
3710
+
3711
+ #~ msgid "Rukwa"
3712
+ #~ msgstr "Rukwa"
3713
+
3714
+ #~ msgid "Coast"
3715
+ #~ msgstr "Coast"
3716
+
3717
+ #~ msgid "Mwanza"
3718
+ #~ msgstr "Mwanza"
3719
+
3720
+ #~ msgid "Mtwara"
3721
+ #~ msgstr "Mtwara"
3722
+
3723
+ #~ msgid "Morogoro"
3724
+ #~ msgstr "Morogoro"
3725
+
3726
+ #~ msgid "Zanzibar West"
3727
+ #~ msgstr "West-Zanzibar"
3728
+
3729
+ #~ msgid "Mbeya"
3730
+ #~ msgstr "Mbeya"
3731
+
3732
+ #~ msgid "Mara"
3733
+ #~ msgstr "Mara"
3734
+
3735
+ #~ msgid "Lindi"
3736
+ #~ msgstr "Lindi"
3737
+
3738
+ #~ msgid "Zanzibar South"
3739
+ #~ msgstr "Süd-Zanzibar"
3740
+
3741
+ #~ msgid "Pemba South"
3742
+ #~ msgstr "Süb-Pemba"
3743
+
3744
+ #~ msgid "Kilimanjaro"
3745
+ #~ msgstr "Kilimandscharo"
3746
+
3747
+ #~ msgid "Kigoma"
3748
+ #~ msgstr "Kigoma"
3749
+
3750
+ #~ msgid "Zanzibar North"
3751
+ #~ msgstr "Nord-Zanzibar"
3752
+
3753
+ #~ msgid "Pemba North"
3754
+ #~ msgstr "Nord-Pemba"
3755
+
3756
+ #~ msgid "Kagera"
3757
+ #~ msgstr "Kagera"
3758
+
3759
+ #~ msgid "Iringa"
3760
+ #~ msgstr "Iringa"
3761
+
3762
+ #~ msgid "Dodoma"
3763
+ #~ msgstr "Dodoma"
3764
+
3765
+ #~ msgid "Dar es Salaam"
3766
+ #~ msgstr "Dar es Salaam"
3767
+
3768
+ #~ msgid "Arusha"
3769
+ #~ msgstr "Arusha"
3770
+
3771
+ #~ msgid "V&acirc;lcea"
3772
+ #~ msgstr "V&acirc;lcea"
3773
+
3774
+ #~ msgid "Timi&#537;"
3775
+ #~ msgstr "Timi&#537;"
3776
+
3777
+ #~ msgid "S&#259;laj"
3778
+ #~ msgstr "S&#259;laj"
3779
+
3780
+ #~ msgid "Neam&#539;"
3781
+ #~ msgstr "Neam&#539;"
3782
+
3783
+ #~ msgid "Mure&#537;"
3784
+ #~ msgstr "Mure&#537;"
3785
+
3786
+ #~ msgid "Mehedin&#539;i"
3787
+ #~ msgstr "Mehedin&#539;i"
3788
+
3789
+ #~ msgid "Maramure&#537;"
3790
+ #~ msgstr "Maramure&#537;"
3791
+
3792
+ #~ msgid "Ia&#537;i"
3793
+ #~ msgstr "Ia&#537;i"
3794
+
3795
+ #~ msgid "Ialomi&#539;a"
3796
+ #~ msgstr "Ialomi&#539;a"
3797
+
3798
+ #~ msgid "Gala&#539;i"
3799
+ #~ msgstr "Gala&#539;i"
3800
+
3801
+ #~ msgid "D&acirc;mbovi&#539;a"
3802
+ #~ msgstr "D&acirc;mbovi&#539;a"
3803
+
3804
+ #~ msgid "Constan&#539;a"
3805
+ #~ msgstr "Constan&#539;a"
3806
+
3807
+ #~ msgid "Cara&#537;-Severin"
3808
+ #~ msgstr "Cara&#537;-Severin"
3809
+
3810
+ #~ msgid "Buz&#259;u"
3811
+ #~ msgstr "Buz&#259;u"
3812
+
3813
+ #~ msgid "Bucure&#537;ti"
3814
+ #~ msgstr "Bucure&#537;ti"
3815
+
3816
+ #~ msgid "Bra&#537;ov"
3817
+ #~ msgstr "Bra&#537;ov"
3818
+
3819
+ #~ msgid "Br&#259;ila"
3820
+ #~ msgstr "Br&#259;ila"
3821
+
3822
+ #~ msgid "Boto&#537;ani"
3823
+ #~ msgstr "Boto&#537;ani"
3824
+
3825
+ #~ msgid "Bistri&#539;a-N&#259;s&#259;ud"
3826
+ #~ msgstr "Bistri&#539;a-N&#259;s&#259;ud"
3827
+
3828
+ #~ msgid "Bac&#259;u"
3829
+ #~ msgstr "Bac&#259;u"
3830
+
3831
+ #~ msgid "Arge&#537;"
3832
+ #~ msgstr "Arge&#537;"
3833
+
3834
+ #~ msgid "Ungheni"
3835
+ #~ msgstr "Ungheni"
3836
+
3837
+ #~ msgid "Telene&#537;ti"
3838
+ #~ msgstr "Telene&#537;ti"
3839
+
3840
+ #~ msgid "Taraclia"
3841
+ #~ msgstr "Taraclia"
3842
+
3843
+ #~ msgid "&#536;tefan Vod&#259;"
3844
+ #~ msgstr "&#536;tefan Vod&#259;"
3845
+
3846
+ #~ msgid "&#536;old&#259;ne&#537;ti"
3847
+ #~ msgstr "&#536;old&#259;ne&#537;ti"
3848
+
3849
+ #~ msgid "Str&#259;&#537;eni"
3850
+ #~ msgstr "Str&#259;&#537;eni"
3851
+
3852
+ #~ msgid "Soroca"
3853
+ #~ msgstr "Soroca"
3854
+
3855
+ #~ msgid "S&icirc;ngerei"
3856
+ #~ msgstr "S&icirc;ngerei"
3857
+
3858
+ #~ msgid "R&icirc;&#537;cani"
3859
+ #~ msgstr "R&icirc;&#537;cani"
3860
+
3861
+ #~ msgid "Rezina"
3862
+ #~ msgstr "Rezina"
3863
+
3864
+ #~ msgid "Orhei"
3865
+ #~ msgstr "Orhei"
3866
+
3867
+ #~ msgid "Ocni&#539;a"
3868
+ #~ msgstr "Ocni&#539;a"
3869
+
3870
+ #~ msgid "Nisporeni"
3871
+ #~ msgstr "Nisporeni"
3872
+
3873
+ #~ msgid "Leova"
3874
+ #~ msgstr "Leova"
3875
+
3876
+ #~ msgid "Ialoveni"
3877
+ #~ msgstr "Ialoveni"
3878
+
3879
+ #~ msgid "H&icirc;nce&#537;ti"
3880
+ #~ msgstr "H&icirc;nce&#537;ti"
3881
+
3882
+ #~ msgid "Glodeni"
3883
+ #~ msgstr "Glodeni"
3884
+
3885
+ #~ msgid "UTA G&#259;g&#259;uzia"
3886
+ #~ msgstr "Gagausien"
3887
+
3888
+ #~ msgid "Flore&#537;ti"
3889
+ #~ msgstr "Flore&#537;ti"
3890
+
3891
+ #~ msgid "F&#259;le&#537;ti"
3892
+ #~ msgstr "F&#259;le&#537;ti"
3893
+
3894
+ #~ msgid "Edine&#539;"
3895
+ #~ msgstr "Edine&#539;"
3896
+
3897
+ #~ msgid "Dub&#259;sari"
3898
+ #~ msgstr "Dub&#259;sari"
3899
+
3900
+ #~ msgid "Drochia"
3901
+ #~ msgstr "Drochia"
3902
+
3903
+ #~ msgid "Dondu&#537;eni"
3904
+ #~ msgstr "Dondu&#537;eni"
3905
+
3906
+ #~ msgid "Criuleni"
3907
+ #~ msgstr "Criuleni"
3908
+
3909
+ #~ msgid "Cimi&#537;lia"
3910
+ #~ msgstr "Cimi&#537;lia"
3911
+
3912
+ #~ msgid "C&#259;u&#537;eni"
3913
+ #~ msgstr "C&#259;u&#537;eni"
3914
+
3915
+ #~ msgid "C&#259;l&#259;ra&#537;i"
3916
+ #~ msgstr "C&#259;l&#259;ra&#537;i"
3917
+
3918
+ #~ msgid "Cantemir"
3919
+ #~ msgstr "Cantemir"
3920
+
3921
+ #~ msgid "Cahul"
3922
+ #~ msgstr "Cahul"
3923
+
3924
+ #~ msgid "Briceni"
3925
+ #~ msgstr "Briceni"
3926
+
3927
+ #~ msgid "Basarabeasca"
3928
+ #~ msgstr "Basarabeasca"
3929
+
3930
+ #~ msgid "Anenii Noi"
3931
+ #~ msgstr "Anenii Noi"
3932
+
3933
+ #~ msgid "B&#259;l&#539;i"
3934
+ #~ msgstr "B&#259;l&#539;i"
3935
+
3936
+ #~ msgid "Chi&#537;in&#259;u"
3937
+ #~ msgstr "Chi&#537;in&#259;u"
3938
+
3939
+ #~ msgid ""
3940
+ #~ "New payment methods can only be added during checkout. Please contact us "
3941
+ #~ "if you require assistance."
3942
+ #~ msgstr ""
3943
+ #~ "Neue Zahlungsmethoden können nur während der Kaufabwicklung hinzugefügt "
3944
+ #~ "werden. Bitte kontaktiere uns, wenn du Hilfe benötigst."
3945
+
3946
+ #~ msgid "Belarusian ruble (old)"
3947
+ #~ msgstr "Weißrussischer Rubel (alt)"
3948
+
3949
+ #~ msgid ""
3950
+ #~ "This key is invalid or has already been used. Please reset your password "
3951
+ #~ "again if needed."
3952
+ #~ msgstr ""
3953
+ #~ "Dieser Schlüssel ist ungültig oder wurde bereits verwendet. Bitte setze "
3954
+ #~ "bei Bedarf dein Passwort erneut zurück."
3955
+
3956
+ #~ msgid "Customer invoice / Order details"
3957
+ #~ msgstr "Kundenrechnung / Bestelldetails"
3958
+
3959
+ #~ msgid "End date of sale price, as GMT."
3960
+ #~ msgstr "Enddatum des Angebotspreises, als GMT (Greenwich Mean Time)."
3961
+
3962
+ #~ msgid "Define if the variation is visible on the product's page."
3963
+ #~ msgstr "Lege fest, ob die Variation auf der Produktseite sichtbar ist."
3964
+
3965
+ #~ msgid "Email invoice / order details to customer"
3966
+ #~ msgstr "E-Mail-Rechnung / Bestelldetails an den Kunden"
3967
+
3968
+ #~ msgid "Recent Viewed Products"
3969
+ #~ msgstr "Kürzlich angesehene Produkte"
3970
+
3971
+ #~ msgid "Resend new order notification"
3972
+ #~ msgstr "Benachrichtigung über neue Bestellung erneut senden"
3973
+
3974
+ #~ msgid ""
3975
+ #~ "You're all set up to ship anywhere in %1$s, and outside of it. We "
3976
+ #~ "recommend using <strong>live rates</strong> (which are powered by our "
3977
+ #~ "WooCommerce Services plugin and Jetpack) to get accurate %2$s shipping "
3978
+ #~ "prices to cover the cost of order fulfillment."
3979
+ #~ msgstr ""
3980
+ #~ "Du bist so eingerichtet, dass du überall innerhalb und außerhalb von %1$s "
3981
+ #~ "versenden kannst. Wir empfehlen die Verwendung von <strong>Live-Preisen</"
3982
+ #~ "strong> (die von unserem WooCommerce Services-Plugin und Jetpack "
3983
+ #~ "bereitgestellt werden), um exakte %2$s Versandkosten zu erhalten, um die "
3984
+ #~ "Kosten für die Auftragsabwicklung zu decken."
3985
+
3986
+ #~ msgid "Order updated and sent."
3987
+ #~ msgstr "Bestellung aktualisiert und versendet."
3988
+
3989
+ #~ msgid "Enter your full address to see shipping costs."
3990
+ #~ msgstr "Gib deine vollständige Adresse ein, um die Versandkosten zu sehen."
3991
+
3992
+ #~ msgid ""
3993
+ #~ "There are no shipping methods available. Please ensure that your address "
3994
+ #~ "has been entered correctly, or contact us if you need any help."
3995
+ #~ msgstr ""
3996
+ #~ "Es gibt keine Versandmethoden. Bitte stelle sicher, dass deine Adresse "
3997
+ #~ "korrekt eingegeben wurde, oder kontaktiere uns, falls du Hilfe benötigst."
3998
+
3999
+ #~ msgid "Products by Rating"
4000
+ #~ msgstr "Produkte nach Bewertung"
4001
+
4002
+ #~ msgid "A list of your store's top-rated products."
4003
+ #~ msgstr "Eine Liste der bestbewerteten Produkte deines Shops."
4004
+
4005
+ #~ msgid "Display a list of a customer's recently viewed products."
4006
+ #~ msgstr ""
4007
+ #~ "Eine Liste an Produkten anzeigen, die ein Kunde kürzlich angesehen hat."
4008
+
4009
+ #~ msgid "Recent Product Reviews"
4010
+ #~ msgstr "Aktuelle Produktbewertungen"
4011
+
4012
+ #~ msgid "Display a list of recent reviews from your store."
4013
+ #~ msgstr "Eine Liste der letzten Bewertungen deines Shops anzeigen."
4014
+
4015
+ #~ msgid "Filter Products by Rating"
4016
+ #~ msgstr "Produkte nach Bewertung filtern"
4017
+
4018
+ #~ msgid "Display a list of star ratings to filter products in your store."
4019
+ #~ msgstr ""
4020
+ #~ "Eine Liste der Sternbewertungen anzeigen, um Produkte in deinem Shop zu "
4021
+ #~ "filtern."
4022
+
4023
+ #~ msgid "A list of your store's products."
4024
+ #~ msgstr "Eine Liste der Produkte deines Shops."
4025
+
4026
+ #~ msgid "Product Tag Cloud"
4027
+ #~ msgstr "Produkt-Schlagwort-Wolke"
4028
+
4029
+ #~ msgid "A cloud of your most used product tags."
4030
+ #~ msgstr "Eine Wortwolke deiner meistgenutzten Produkt-Schlagwörter."
4031
+
4032
+ #~ msgid "Product Search"
4033
+ #~ msgstr "Produktsuche"
4034
+
4035
+ #~ msgid "A search form for your store."
4036
+ #~ msgstr "Ein Suchformular für deinen Shop."
4037
+
4038
+ #~ msgid "Maximum depth"
4039
+ #~ msgstr "Maximale Tiefe"
4040
+
4041
+ #~ msgid "Filter Products by Price"
4042
+ #~ msgstr "Produkte nach Preis filtern"
4043
+
4044
+ #~ msgid "Display a slider to filter products in your store by price."
4045
+ #~ msgstr ""
4046
+ #~ "Einen Schieberegler anzeigen, um Produkte in deinem Shop nach Preisen zu "
4047
+ #~ "filtern."
4048
+
4049
+ #~ msgid "Filter Products by Attribute"
4050
+ #~ msgstr "Produkte nach Attribut filtern"
4051
+
4052
+ #~ msgid "Display a list of attributes to filter products in your store."
4053
+ #~ msgstr ""
4054
+ #~ "Eine Liste der Attribute anzeigen, um Produkte in deinem Shop zu filtern."
4055
+
4056
+ #~ msgid "Active Product Filters"
4057
+ #~ msgstr "Aktive Produktfilter"
4058
+
4059
+ #~ msgid "Display a list of active product filters."
4060
+ #~ msgstr "Eine Liste der aktiven Produktfilter anzeigen."
4061
+
4062
+ #~ msgid "Display the customer shopping cart."
4063
+ #~ msgstr "Den Warenkorb des Kunden anzeigen."
4064
+
4065
+ #~ msgid "Relevance"
4066
+ #~ msgstr "Relevanz"
4067
+
4068
+ #~ msgid "%1$s should not be called before the %2$s action."
4069
+ #~ msgstr "%1$s sollte nicht vor der %2$s Aktion aufgerufen werden."
4070
+
4071
+ #~ msgid "The class %1$s provided by %2$s filter must implement %3$s."
4072
+ #~ msgstr ""
4073
+ #~ "Die Klasse %1$s, die von dem %2$s Filter bereitgestellt wird, muss %3$s "
4074
+ #~ "implementieren."
4075
+
4076
+ #~ msgid "Please, provide an attribute name."
4077
+ #~ msgstr "Bitte gib einen Attributnamen an."
4078
+
4079
+ #~ msgid ""
4080
+ #~ "Sorry, the order could not be found. Please contact us if you are having "
4081
+ #~ "difficulty finding your order details."
4082
+ #~ msgstr ""
4083
+ #~ "Entschuldigung, aber die Bestellung konnte nicht gefunden werden. Bitte "
4084
+ #~ "kontaktiere uns, wenn du Schwierigkeiten hast, deine Bestelldetails zu "
4085
+ #~ "finden."
4086
+
4087
+ #~ msgid "Please enter a valid email address"
4088
+ #~ msgstr "Bitte gib eine gültige E-Mail-Adresse ein"
4089
+
4090
+ #~ msgid ""
4091
+ #~ "Sorry, \"%s\" is no longer in stock so this order cannot be paid for. We "
4092
+ #~ "apologize for any inconvenience caused."
4093
+ #~ msgstr ""
4094
+ #~ "Leider ist „%s“ nicht mehr auf Lager, so dass diese Bestellung nicht "
4095
+ #~ "bezahlt werden kann. Wir entschuldigen uns für eventuelle "
4096
+ #~ "Unannehmlichkeiten."
4097
+
4098
+ #~ msgid "%1$s was called with an invalid level \"%2$s\"."
4099
+ #~ msgstr "%1$s wurde mit einem ungültigen Level „%2$s“ aufgerufen."
4100
+
4101
+ #~ msgid "The provided handler %1$s does not implement %2$s."
4102
+ #~ msgstr "Der angegebene Handler %1$s implementiert nicht %2$s."
4103
+
4104
+ #~ msgid "Unable to add payment method to your account."
4105
+ #~ msgstr "Die Zahlungsmethode konnte deinem Konto nicht hinzugefügt werden."
4106
+
4107
+ #~ msgid "Payment method successfully added."
4108
+ #~ msgstr "Zahlungsmethode erfolgreich hinzugefügt."
4109
+
4110
+ #~ msgid "Invalid payment gateway."
4111
+ #~ msgstr "Ungültiger Zahlungsweg."
4112
+
4113
+ #~ msgid "Sorry, this coupon is not applicable to selected products."
4114
+ #~ msgstr ""
4115
+ #~ "Entschuldigung, aber dieser Gutschein ist nicht auf die ausgewählten "
4116
+ #~ "Produkte anwendbar."
4117
+
4118
+ #~ msgid "Invalid discount amount"
4119
+ #~ msgstr "Ungültiger Rabattbetrag"
4120
+
4121
+ #~ msgid "Create account password"
4122
+ #~ msgstr "Konto-Passwort erstellen"
4123
+
4124
+ #~ msgid "Fee has already been added."
4125
+ #~ msgstr "Gebühr wurde bereits hinzugefügt."
4126
+
4127
+ #~ msgid "%s fee"
4128
+ #~ msgstr "%s Gebühr"
4129
+
4130
+ #~ msgid "%d indexes added"
4131
+ #~ msgstr "%d Indizes hinzugefügt"
4132
+
4133
+ #~ msgid "Reset usage tracking"
4134
+ #~ msgstr "Nutzungsverfolgung zurücksetzen"
4135
+
4136
+ #~ msgid ""
4137
+ #~ "This option will delete ALL of your tax rates, use with caution. This "
4138
+ #~ "action cannot be reversed."
4139
+ #~ msgstr ""
4140
+ #~ "Diese Option löscht ALLE deine Steuersätze, verwende sie mit Vorsicht. "
4141
+ #~ "Diese Aktion kann nicht rückgängig gemacht werden."
4142
+
4143
+ #~ msgid "Delete tax rates"
4144
+ #~ msgstr "Steuersätze löschen"
4145
+
4146
+ #~ msgid "Create pages"
4147
+ #~ msgstr "Seiten erstellen"
4148
+
4149
+ #~ msgid "Create default WooCommerce pages"
4150
+ #~ msgstr "Standard-WooCommerce-Seiten erstellen"
4151
+
4152
+ #~ msgid "Clear customer sessions"
4153
+ #~ msgstr "Kundensitzungen löschen"
4154
+
4155
+ #~ msgid ""
4156
+ #~ "This tool will add address indexes to orders that do not have them yet. "
4157
+ #~ "This improves order search results."
4158
+ #~ msgstr ""
4159
+ #~ "Dieses Werkzeug fügt Adressindizes zu Aufträgen hinzu, die sie noch nicht "
4160
+ #~ "haben. Dies verbessert die Suchergebnisse von Bestellungen."
4161
+
4162
+ #~ msgid "Index orders"
4163
+ #~ msgstr "Indexaufträge"
4164
+
4165
+ #~ msgid "Order address indexes"
4166
+ #~ msgstr "Adressindizes der Aufträge"
4167
+
4168
+ #~ msgid "WooCommerce transients"
4169
+ #~ msgstr "WooCommerce-Transienten"
4170
+
4171
+ #~ msgctxt "Page setting"
4172
+ #~ msgid "Terms and conditions"
4173
+ #~ msgstr "Allgemeine Geschäftsbedingungen"
4174
+
4175
+ #~ msgid "Not tested with the active version of WooCommerce"
4176
+ #~ msgstr "Nicht getestest mit der aktiven WooCommerce-Version"
4177
+
4178
+ #~ msgid "Post Type Counts"
4179
+ #~ msgstr "Inhaltstypen-Anzahl"
4180
+
4181
+ #~ msgid "Data: %1$.2fMB + Index: %2$.2fMB"
4182
+ #~ msgstr "Daten: %1$.2fMB + Index: %2$.2fMB"
4183
+
4184
+ #~ msgid "Database Index Size"
4185
+ #~ msgstr "Datenbank-Indexgröße"
4186
+
4187
+ #~ msgid "Database Data Size"
4188
+ #~ msgstr "Datenbank-Datengröße"
4189
+
4190
+ #~ msgid "Total Database Size"
4191
+ #~ msgstr "Datenbank-Gesamtgröße "
4192
+
4193
+ #~ msgid "%s failed. Contact your hosting provider."
4194
+ #~ msgstr "%s ist fehlgeschlagen. Kontaktiere deinen Webhosting-Anbieter."
4195
+
4196
+ #~ msgid ""
4197
+ #~ "Forcing downloads will keep URLs hidden, but some servers may serve large "
4198
+ #~ "files unreliably. If supported, %1$s / %2$s can be used to serve "
4199
+ #~ "downloads instead (server requires %3$s)."
4200
+ #~ msgstr ""
4201
+ #~ "Das Erzwingen von Downloads wird die URLs verstecken, allerdings können "
4202
+ #~ "einige Server große Dateien nur unzuverlässig verarbeiten. Wenn "
4203
+ #~ "unterstützt, kann %1$s / %2$s verwendet werden, um Downloads zu "
4204
+ #~ "unterstützen (Server benötigt %3$s)."
4205
+
4206
+ #~ msgid "The postal code, if any, in which your business is located."
4207
+ #~ msgstr ""
4208
+ #~ "Die Postleitzahl, falls vorhanden, in der sich dein Unternehmen befindet."
4209
+
4210
+ #~ msgid ""
4211
+ #~ "The country and state or province, if any, in which your business is "
4212
+ #~ "located."
4213
+ #~ msgstr ""
4214
+ #~ "Das Land und Bundesland oder Landkreis, wenn überhaupt, in dem sich dein "
4215
+ #~ "Unternehmen befindet."
4216
+
4217
+ #~ msgid "Country / State"
4218
+ #~ msgstr "Land / Bundesland"
4219
+
4220
+ #~ msgid "The city in which your business is located."
4221
+ #~ msgstr "Die Stadt, in der sich dein Unternehmen befindet."
4222
+
4223
+ #~ msgid "An additional, optional address line for your business location."
4224
+ #~ msgstr "Eine zusätzliche, optionale Adresszeile für deinen Geschäftssitz."
4225
+
4226
+ #~ msgid "The street address for your business location."
4227
+ #~ msgstr "Die Straßenadresse für deinen Geschäftssitz."
4228
+
4229
+ #~ msgid ""
4230
+ #~ "This is where your business is located. Tax rates and shipping rates will "
4231
+ #~ "use this address."
4232
+ #~ msgstr ""
4233
+ #~ "Hier befindet sich dein Unternehmen. Steuersätze und Versandkosten werden "
4234
+ #~ "diese Adresse verwenden."
4235
+
4236
+ #~ msgid "Store Address"
4237
+ #~ msgstr "Adresse des Geschäfts"
4238
+
4239
+ #~ msgid "Update now"
4240
+ #~ msgstr "Jetzt aktualisieren"
4241
+
4242
+ #~ msgid ""
4243
+ #~ "As this is a major update, we strongly recommend creating a backup of "
4244
+ #~ "your site before updating."
4245
+ #~ msgstr ""
4246
+ #~ "Da dies ein größeres Update ist, empfehlen wir dringend, vor der "
4247
+ #~ "Aktualisierung eine Sicherungskopie der Website zu erstellen."
4248
+
4249
+ #~ msgid ""
4250
+ #~ "The following active plugin(s) have not declared compatibility with "
4251
+ #~ "WooCommerce %s yet and should be updated and examined further before you "
4252
+ #~ "proceed:"
4253
+ #~ msgstr ""
4254
+ #~ "Folgende(s) aktive Plugin(s) hat noch keine Kompatibilität mit "
4255
+ #~ "WooCommerce %s erklärt und sollte aktualisiert und weiter untersucht "
4256
+ #~ "werden, bevor du fortfährst:"
4257
+
4258
+ #~ msgid "This is a major update, are you sure you're ready?"
4259
+ #~ msgstr "Das ist ein größeres Update, bist du sicher, dass du bereit bist?"
4260
+
4261
+ #~ msgid "Tested up to WooCommerce version"
4262
+ #~ msgstr "Getestet bis zur WooCommerce-Version"
4263
+
4264
+ #~ msgid "Plugin"
4265
+ #~ msgstr "Plugin"
4266
+
4267
+ #~ msgid "unknown"
4268
+ #~ msgstr "unbekannt"
4269
+
4270
+ #~ msgid ""
4271
+ #~ "<strong>Heads up!</strong> The versions of the following plugins you're "
4272
+ #~ "running haven't been tested with WooCommerce %s. Please update them or "
4273
+ #~ "confirm compatibility before updating WooCommerce, or you may experience "
4274
+ #~ "issues:"
4275
+ #~ msgstr ""
4276
+ #~ "<strong>Achtung!</strong> Die Versionen der folgenden Plugins, die du "
4277
+ #~ "verwendest, wurden nicht mit WooCommerce %s getestet. Bitte aktualisiere "
4278
+ #~ "diese oder bestätige ihre Kompatibilität, bevor du WooCommerce "
4279
+ #~ "aktualisierst, andernfalls können Probleme auftreten:"
4280
+
4281
+ #~ msgid ""
4282
+ #~ "<strong>Heads up!</strong> The versions of the following plugins you're "
4283
+ #~ "running haven't been tested with the latest version of WooCommerce (%s)."
4284
+ #~ msgstr ""
4285
+ #~ "<strong>Achtung!</strong> Die Versionen der folgenden Plugins, die du "
4286
+ #~ "verwendest, wurden nicht mit der neuesten Version von WooCommerce (%s) "
4287
+ #~ "getestet."
4288
+
4289
+ #~ msgid "Refund #%1$s - %2$s by %3$s"
4290
+ #~ msgstr "Rückerstattung #%1$s - %2$s von %3$s"
4291
+
4292
+ #~ msgid "Add shipping"
4293
+ #~ msgstr "Versand hinzufügen"
4294
+
4295
+ #~ msgid ""
4296
+ #~ "The stock has not been updated because the value has changed since "
4297
+ #~ "editing. Product %1$d has %2$d units in stock."
4298
+ #~ msgstr ""
4299
+ #~ "Der Bestand wurde nicht aktualisiert, da sich der Wert seit der "
4300
+ #~ "Bearbeitung geändert hat. Produkt %1$d hat %2$d Einheiten auf Lager."
4301
+
4302
+ #~ msgid "Order details manually sent to customer."
4303
+ #~ msgstr "Die Auftragsdaten wurden manuell an den Kunden gesendet."
4304
+
4305
+ #~ msgid "Position"
4306
+ #~ msgstr "Position"
4307
+
4308
+ #~ msgid "Upload a new file"
4309
+ #~ msgstr "Neue Datei hochladen"
4310
+
4311
+ #~ msgid ""
4312
+ #~ "The file is empty or using a different encoding than UTF-8, please try "
4313
+ #~ "again with a new file."
4314
+ #~ msgstr ""
4315
+ #~ "Die Datei ist leer oder benutzt eine andere Kodierung als UTF-8. Bitte "
4316
+ #~ "versuche es nochmal mit einer neuen Datei."
4317
+
4318
+ #~ msgid "Sort by:"
4319
+ #~ msgstr "Sortiere nach:"
4320
+
4321
+ #~ msgid ""
4322
+ #~ "Below is a list of extensions available on your WooCommerce.com account. "
4323
+ #~ "To receive extension updates please make sure the extension is installed, "
4324
+ #~ "and its subscription activated and connected to your WooCommerce.com "
4325
+ #~ "account. Extensions can be activated from the <a href=\"%s\">Plugins</a> "
4326
+ #~ "screen."
4327
+ #~ msgstr ""
4328
+ #~ "Im Folgenden findest du eine Liste der Erweiterungen, die auf deinen "
4329
+ #~ "WooCommerce.com-Konto verfügbar sind. Um Aktualisierungen für Erweiterung "
4330
+ #~ "zu erhalten, stelle bitte sicher, dass die Erweiterung installiert ist, "
4331
+ #~ "dein Abonnement aktiviert und mit deinem WooCommerce.com-Konto verbunden "
4332
+ #~ "ist. Erweiterungen können über <a href=\"%s\">Plugins</a> aktiviert "
4333
+ #~ "werden."
4334
+
4335
+ #~ msgid "Expired"
4336
+ #~ msgstr "Abgelaufen"
4337
+
4338
+ #~ msgid "Expiring Soon"
4339
+ #~ msgstr "Läuft bald ab"
4340
+
4341
+ #~ msgid "Update Available"
4342
+ #~ msgstr "Aktualisierung verfügbar"
4343
+
4344
+ #~ msgid ""
4345
+ #~ "Transfer existing products to your new store — just import a CSV file."
4346
+ #~ msgstr ""
4347
+ #~ "Übertrage bereits vorhandene Produkte in deinen neuen Shop - importiere "
4348
+ #~ "einfach eine CSV-Datei."
4349
+
4350
+ #~ msgid ""
4351
+ #~ "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
4352
+ #~ msgstr ""
4353
+ #~ "Wenn dir %1$s gefällt, schreib uns bitte eine %2$s Bewertung. Vielen Dank "
4354
+ #~ "im Voraus!"
4355
+
4356
+ #~ msgid "Have an existing store?"
4357
+ #~ msgstr "Hast du einen bestehenden Shop?"
4358
+
4359
+ #~ msgid "Create a product"
4360
+ #~ msgstr "Ein Produkt erstellen"
4361
+
4362
+ #~ msgid "Yes please!"
4363
+ #~ msgstr "Ja bitte!"
4364
+
4365
+ #~ msgid ""
4366
+ #~ "We're here for you — get tips, product updates, and inspiration straight "
4367
+ #~ "to your mailbox."
4368
+ #~ msgstr ""
4369
+ #~ "Wir sind für dich da - Erhalte Tipps, Produkt-Aktualisierungen und "
4370
+ #~ "Inspiration direkt in deine Mailbox."
4371
+
4372
+ #~ msgid "You're ready to start selling!"
4373
+ #~ msgstr "Du bist bereit, mit dem Verkauf zu beginnen!"
4374
+
4375
+ #~ msgid ""
4376
+ #~ "Watch our <a href=\"%1$s\" target=\"_blank\">guided tour videos</a> to "
4377
+ #~ "learn more about WooCommerce, and visit WooCommerce.com to learn more "
4378
+ #~ "about <a href=\"%2$s\" target=\"_blank\">getting started</a>."
4379
+ #~ msgstr ""
4380
+ #~ "Schau dir unsere <a href=\"%1$s\" target=\"_blank\">Guided Tour Videos</"
4381
+ #~ "a> an, um mehr über WooCommerce zu erfahren, und besuche WooCommerce.com, "
4382
+ #~ "um mehr über die <a href=\"%2$s\" target=\"_blank\">Ersten Schritte</a> "
4383
+ #~ "zu erfahren."
4384
+
4385
+ #~ msgid ""
4386
+ #~ "Your site might be on a private network. Jetpack can only connect to "
4387
+ #~ "public sites. Please make sure your site is visible over the internet, "
4388
+ #~ "and then try connecting again 🙏."
4389
+ #~ msgstr ""
4390
+ #~ "Möglicherweise befindet sich deine Website in einem privaten Netzwerk. "
4391
+ #~ "Jetpack kann sich nur mit öffentlichen Websites verbinden. Bitte stelle "
4392
+ #~ "sicher, dass deine Website über das Internet sichtbar ist, und versuche "
4393
+ #~ "dann erneut, eine Verbindung herzustellen 🙏."
4394
+
4395
+ #~ msgid ""
4396
+ #~ "Sorry! We couldn't contact Jetpack just now 😭. Please make sure that your "
4397
+ #~ "site is visible over the internet, and that it accepts incoming and "
4398
+ #~ "outgoing requests via curl. You can also try to connect to Jetpack again, "
4399
+ #~ "and if you run into any more issues, please contact support."
4400
+ #~ msgstr ""
4401
+ #~ "Entschuldigung! Wir konnten Jetpack gerade nicht kontaktieren 😭. Bitte "
4402
+ #~ "stelle sicher, dass deine Website über das Internet sichtbar ist, und "
4403
+ #~ "dass sie eingehende und ausgehende Anfragen über curl akzeptiert. Du "
4404
+ #~ "kannst auch versuchen, dich erneut mit Jetpack zu verbinden. Falls erneut "
4405
+ #~ "Probleme auftreten, wende dich bitte an den Support."
4406
+
4407
+ #~ msgid ""
4408
+ #~ "Sorry! We tried, but we couldn't install Jetpack for you 😭. Please go to "
4409
+ #~ "the Plugins tab to install it, and finish setting up your store."
4410
+ #~ msgstr ""
4411
+ #~ "Entschuldigung! Wir konnten Jetpack leider nicht für dich installieren 😭. "
4412
+ #~ "Gehe zum Tab \"Plugins\", um Jetpack zu installieren und um die "
4413
+ #~ "Einrichtung deines Shops fertigzustellen."
4414
+
4415
+ #~ msgid ""
4416
+ #~ "Sorry! We tried, but we couldn't connect Jetpack just now 😭. Please go to "
4417
+ #~ "the Plugins tab to connect Jetpack, so that you can finish setting up "
4418
+ #~ "your store."
4419
+ #~ msgstr ""
4420
+ #~ "Entschuldigung! Wir konnten jetzt leider keine Verbindung zu Jetpack "
4421
+ #~ "herstellen 😭. Gehe zum Tab \"Plugins\", um Jetpack zu installieren und um "
4422
+ #~ "dann die Einrichtung deines Shops beenden zu können."
4423
+
4424
+ #~ msgid ""
4425
+ #~ "Share new items on social media the moment they're live in your store."
4426
+ #~ msgstr ""
4427
+ #~ "Teile neue Produkte über Social Media Kanäle, sobald sie in deinem Shop "
4428
+ #~ "online sind."
4429
+
4430
+ #~ msgid "Product promotion"
4431
+ #~ msgstr "Produktwerbung"
4432
+
4433
+ #~ msgid "Get an alert if your store is down for even a few minutes."
4434
+ #~ msgstr ""
4435
+ #~ "Du wirst alarmiert, wenn dein Shop auch nur für ein paar Minuten nicht zu "
4436
+ #~ "erreichen ist."
4437
+
4438
+ #~ msgid "Store monitoring"
4439
+ #~ msgstr "Shop-Überwachung"
4440
+
4441
+ #~ msgid ""
4442
+ #~ "Get insights on how your store is doing, including total sales, top "
4443
+ #~ "products, and more."
4444
+ #~ msgstr ""
4445
+ #~ "Erhalte Einblicke in die Entwicklung deines Shops, einschließlich des "
4446
+ #~ "Gesamtumsatzes, der Top-Produkte und vieles mehr."
4447
+
4448
+ #~ msgid "Store stats"
4449
+ #~ msgstr "Shop-Statistiken"
4450
+
4451
+ #~ msgid "Protect your store from unauthorized access."
4452
+ #~ msgstr "Schütze deinen Shop vor unberechtigtem Zugriff."
4453
+
4454
+ #~ msgid "Better security"
4455
+ #~ msgstr "Bessere Sicherheit"
4456
+
4457
+ #~ msgid "Bonus reasons you'll love Jetpack"
4458
+ #~ msgstr "Weitere Gründe dafür, weshalb du Jetpack lieben wirst"
4459
+
4460
+ #~ msgid ""
4461
+ #~ "By connecting your site you agree to our fascinating <a href=\"%1$s\" "
4462
+ #~ "target=\"_blank\">Terms of Service</a> and to <a href=\"%2$s\" target="
4463
+ #~ "\"_blank\">share details</a> with WordPress.com"
4464
+ #~ msgstr ""
4465
+ #~ "Indem du deine Website verbindest, erklärst du dich mit unseren "
4466
+ #~ "faszinierenden <a href=\"%1$s\" target=\"_blank\">Nutzungsbedingungen</a> "
4467
+ #~ "und mit der <a href=\"%2$s\" target=\"_blank\">Weitergabe detaillierterer "
4468
+ #~ "Informationen</a> an WordPress.com einverstanden."
4469
+
4470
+ #~ msgid "Finish setting up your store"
4471
+ #~ msgstr "Die Einrichtung deines Shops beenden"
4472
+
4473
+ #~ msgid "Connect your store to Jetpack to enable extra features"
4474
+ #~ msgstr ""
4475
+ #~ "Verbinde deinen Shop mit Jetpack, um zusätzliche Funktionen zu aktivieren"
4476
+
4477
+ #~ msgid "Connect your store to Jetpack"
4478
+ #~ msgstr "Verbinde deinen Shop mit Jetpack"
4479
+
4480
+ #~ msgid "Sorry, we couldn't connect your store to Jetpack"
4481
+ #~ msgstr "Entschuldigung, wir konnten deinen Shop nicht mit Jetpack verbinden"
4482
+
4483
+ #~ msgid "live rates and discounted shipping labels"
4484
+ #~ msgstr "Live-Preise und ermäßigte Versandetiketten"
4485
+
4486
+ #~ msgid "automated taxes"
4487
+ #~ msgstr "automatisierte Steuern"
4488
+
4489
+ #~ msgid "automated taxes, live rates and discounted shipping labels"
4490
+ #~ msgstr "automatisierte Steuern, Live-Preise und ermäßigte Versandetiketten"
4491
+
4492
+ #~ msgid "payment setup, live rates and discounted shipping labels"
4493
+ #~ msgstr "Zahlungseinrichtung, Live-Preise und ermäßigte Versandetiketten"
4494
+
4495
+ #~ msgid ""
4496
+ #~ "payment setup, automated taxes, live rates and discounted shipping labels"
4497
+ #~ msgstr ""
4498
+ #~ "Zahlungseinrichtung, automatisierte Steuern, Live-Preise und ermäßigte "
4499
+ #~ "Versandetiketten"
4500
+
4501
+ #~ msgid ""
4502
+ #~ "Your store is almost ready! To activate services like %s, just connect "
4503
+ #~ "with Jetpack."
4504
+ #~ msgstr ""
4505
+ #~ "Dein Shop ist fast fertig! Um Services wie %s zu aktivieren, einfach mit "
4506
+ #~ "Jetpack verbinden."
4507
+
4508
+ #~ msgid "Automated Taxes"
4509
+ #~ msgstr "Automatisierte Steuern"
4510
+
4511
+ #~ msgid "Storefront Theme"
4512
+ #~ msgstr "Storefront Theme"
4513
+
4514
+ #~ msgid "Collect payments from customers offline."
4515
+ #~ msgstr "Sammle Zahlungen von Kunden offline."
4516
+
4517
+ #~ msgid ""
4518
+ #~ "WooCommerce can accept both online and offline payments. <a href=\"%s\" "
4519
+ #~ "target=\"_blank\">Additional payment methods</a> can be installed later."
4520
+ #~ msgstr ""
4521
+ #~ "WooCommerce kann sowohl Online- als auch Offline-Zahlungen akzeptieren. "
4522
+ #~ "<a href=\"%s\" target=\"_blank\">Zusätzliche Zahlungsmethoden</a> können "
4523
+ #~ "später installiert werden."
4524
+
4525
+ #~ msgid "PayPal email address:"
4526
+ #~ msgstr "PayPal E-Mail-Adresse:"
4527
+
4528
+ #~ msgid "Stripe email address"
4529
+ #~ msgstr "Stripe E-Mail-Adresse"
4530
+
4531
+ #~ msgid "Stripe email address:"
4532
+ #~ msgstr "Stripe E-Mail-Adresse:"
4533
+
4534
+ #~ msgid ""
4535
+ #~ "<strong>Dimension unit</strong>—helps for accurate package selection."
4536
+ #~ msgstr "<strong>Maßeinheit</strong> - hilft für eine genaue Paketauswahl."
4537
+
4538
+ #~ msgid "Create a new Stripe account for me"
4539
+ #~ msgstr "Neues Stripe-Konto für mich erstellen"
4540
+
4541
+ #~ msgid ""
4542
+ #~ "<strong>Weight unit</strong>—used to calculate shipping rates, and more."
4543
+ #~ msgstr ""
4544
+ #~ "<strong>Gewichtseinheit</strong> - wird unter anderem zur Kalkulation der "
4545
+ #~ "Versandkosten verwendet."
4546
+
4547
+ #~ msgid "Shipping Method"
4548
+ #~ msgstr "Versandart"
4549
+
4550
+ #~ msgid "Shipping Zone"
4551
+ #~ msgstr "Versandzone"
4552
+
4553
+ #~ msgid ""
4554
+ #~ "You can choose which countries you'll be shipping to and with which "
4555
+ #~ "methods. To get started, we've set you up with shipping inside and "
4556
+ #~ "outside of %s."
4557
+ #~ msgstr ""
4558
+ #~ "Du kannst wählen in welche Länder du mit welchen Versandarten versendest. "
4559
+ #~ "Für den Anfang, haben wir den Versand für innerhalb und außerhalb von %s "
4560
+ #~ "eingestellt."
4561
+
4562
+ #~ msgid "How would you like units on your store displayed?"
4563
+ #~ msgstr "Wie möchtest du Einheiten in deinem Shop darstellen?"
4564
+
4565
+ #~ msgid "Don't charge for shipping."
4566
+ #~ msgstr "Nichts für den Versand berechnen."
4567
+
4568
+ #~ msgid "What would you like to charge for flat rate shipping?"
4569
+ #~ msgstr "Was möchtest du für den Flatrate-Versand berechnen?"
4570
+
4571
+ #~ msgid "Set a fixed price to cover shipping costs."
4572
+ #~ msgstr "Festpreis festlegen, um die Versandkosten zu decken."
4573
+
4574
+ #~ msgid "Flat Rate"
4575
+ #~ msgstr "Flatrate"
4576
+
4577
+ #~ msgid "Live Rates"
4578
+ #~ msgstr "Live-Preise"
4579
+
4580
+ #~ msgid "Jetpack"
4581
+ #~ msgstr "Jetpack"
4582
+
4583
+ #~ msgid "I plan to sell both physical and digital products"
4584
+ #~ msgstr ""
4585
+ #~ "Ich plane, sowohl physische als auch digitale Produkte zu verkaufen."
4586
+
4587
+ #~ msgid "I plan to sell digital products"
4588
+ #~ msgstr "Ich plane, digitale Produkte zu verkaufen."
4589
+
4590
+ #~ msgid "I plan to sell physical products"
4591
+ #~ msgstr "Ich plane, physische Produkte zu verkaufen."
4592
+
4593
+ #~ msgid "What type of products do you plan to sell?"
4594
+ #~ msgstr "Welche Art von Produkten willst du verkaufen?"
4595
+
4596
+ #~ msgid ""
4597
+ #~ "The following wizard will help you configure your store and get you "
4598
+ #~ "started quickly."
4599
+ #~ msgstr ""
4600
+ #~ "Der folgende Assistent hilft dir, deinen Shop zu konfigurieren, damit du "
4601
+ #~ "schnell starten kannst."
4602
+
4603
+ #~ msgid "Activate"
4604
+ #~ msgstr "Aktivieren"
4605
+
4606
+ #~ msgid "Store setup"
4607
+ #~ msgstr "Shop Konfiguration"
4608
+
4609
+ #~ msgid "Terms and Conditions Page"
4610
+ #~ msgstr "Allgemeine Geschäftsbedingungen Seite"
4611
+
4612
+ #~ msgid "My Account Page"
4613
+ #~ msgstr "Mein Konto Seite"
4614
+
4615
+ #~ msgid "Checkout Page"
4616
+ #~ msgstr "Kassen-Seite"
4617
+
4618
+ #~ msgid "Cart Page"
4619
+ #~ msgstr "Warenkorb-Seite"
4620
+
4621
+ #~ msgid "Coupon scheduled for: %s."
4622
+ #~ msgstr "Gutschein geplant für: %s."
4623
+
4624
+ #~ msgid "Order scheduled for: %s."
4625
+ #~ msgstr "Bestellung geplant für: %s."
4626
+
4627
+ #~ msgid "Extensions %s"
4628
+ #~ msgstr "Erweiterungen %s"
4629
+
4630
+ #~ msgid "Enter a fixed amount or percentage to apply as a fee."
4631
+ #~ msgstr ""
4632
+ #~ "Gib einen festen Betrag oder Prozentsatz ein, der als Gebühr gelten soll."
4633
+
4634
+ #~ msgid "Enter a coupon code to apply to this order."
4635
+ #~ msgstr "Gib einen Gutscheincode für diese Bestellung ein."
4636
+
4637
+ #~ msgid "Invalid coupon"
4638
+ #~ msgstr "Ungültiger Gutschein"
4639
+
4640
+ #~ msgid ""
4641
+ #~ "Generic add/update/get meta methods should not be used for internal meta "
4642
+ #~ "data, including \"%s\". Use getters and setters."
4643
+ #~ msgstr ""
4644
+ #~ "Generische add/update/get meta-Methoden sollten nicht für interne "
4645
+ #~ "Metadaten verwendet werden, einschließlich \"%s\". Verwende Getter und "
4646
+ #~ "Setter."
4647
+
4648
+ #~ msgid "Yucat&aacute;n"
4649
+ #~ msgstr "Yucat&aacute;n"
4650
+
4651
+ #~ msgid "San Luis Potos&iacute;"
4652
+ #~ msgstr "San Luis Potos&iacute;"
4653
+
4654
+ #~ msgid "Quer&eacute;taro"
4655
+ #~ msgstr "Quer&eacute;taro"
4656
+
4657
+ #~ msgid "Michoac&aacute;n"
4658
+ #~ msgstr "Michoac&aacute;n"
4659
+
4660
+ #~ msgid "Estado de M&eacute;xico"
4661
+ #~ msgstr "México (Bundesstaat)"
4662
+
4663
+ #~ msgid "Nuevo Le&oacute;n"
4664
+ #~ msgstr "Nuevo Le&oacute;n"
4665
+
4666
+ #~ msgid "Ciudad de M&eacute;xico"
4667
+ #~ msgstr "Mexiko-Stadt"
4668
+
4669
+ #~ msgid "Z&uuml;rich"
4670
+ #~ msgstr "Zürich"
4671
+
4672
+ #~ msgid "Zug"
4673
+ #~ msgstr "Zug"
4674
+
4675
+ #~ msgid "Vaud"
4676
+ #~ msgstr "Waadt"
4677
+
4678
+ #~ msgid "Valais"
4679
+ #~ msgstr "Wallis"
4680
+
4681
+ #~ msgid "Uri"
4682
+ #~ msgstr "Uri"
4683
+
4684
+ #~ msgid "Ticino"
4685
+ #~ msgstr "Tessin"
4686
+
4687
+ #~ msgid "Thurgau"
4688
+ #~ msgstr "Thurgau"
4689
+
4690
+ #~ msgid "St. Gallen"
4691
+ #~ msgstr "St. Gallen"
4692
+
4693
+ #~ msgid "Solothurn"
4694
+ #~ msgstr "Solothurn"
4695
+
4696
+ #~ msgid "Schwyz"
4697
+ #~ msgstr "Schwyz"
4698
+
4699
+ #~ msgid "Schaffhausen"
4700
+ #~ msgstr "Schaffhausen"
4701
+
4702
+ #~ msgid "Obwalden"
4703
+ #~ msgstr "Obwalden"
4704
+
4705
+ #~ msgid "Nidwalden"
4706
+ #~ msgstr "Nidwalden"
4707
+
4708
+ #~ msgid "Neuch&acirc;tel"
4709
+ #~ msgstr "Neuch&acirc;tel"
4710
+
4711
+ #~ msgid "Luzern"
4712
+ #~ msgstr "Luzern"
4713
+
4714
+ #~ msgid "Jura"
4715
+ #~ msgstr "Jura"
4716
+
4717
+ #~ msgid "Graub&uuml;nden"
4718
+ #~ msgstr "Graubünden"
4719
+
4720
+ #~ msgid "Glarus"
4721
+ #~ msgstr "Glarus"
4722
+
4723
+ #~ msgid "Geneva"
4724
+ #~ msgstr "Genf"
4725
+
4726
+ #~ msgid "Fribourg"
4727
+ #~ msgstr "Freiburg"
4728
+
4729
+ #~ msgid "Bern"
4730
+ #~ msgstr "Bern"
4731
+
4732
+ #~ msgid "Basel-Stadt"
4733
+ #~ msgstr "Basel-Stadt"
4734
+
4735
+ #~ msgid "Basel-Landschaft"
4736
+ #~ msgstr "Basel-Landschaft"
4737
+
4738
+ #~ msgid "Appenzell Innerrhoden"
4739
+ #~ msgstr "Appenzell Innerrhoden"
4740
+
4741
+ #~ msgid "Appenzell Ausserrhoden"
4742
+ #~ msgstr "Appenzell Ausserrhoden"
4743
+
4744
+ #~ msgid "Aargau"
4745
+ #~ msgstr "Aargau"
4746
+
4747
+ #~ msgid "Zaire"
4748
+ #~ msgstr "Zaire"
4749
+
4750
+ #~ msgid "Uíge"
4751
+ #~ msgstr "Uíge"
4752
+
4753
+ #~ msgid "Namibe"
4754
+ #~ msgstr "Namibe"
4755
+
4756
+ #~ msgid "Moxico"
4757
+ #~ msgstr "Moxico"
4758
+
4759
+ #~ msgid "Malanje"
4760
+ #~ msgstr "Malanje"
4761
+
4762
+ #~ msgid "Lunda-Sul"
4763
+ #~ msgstr "Lunda-Sul"
4764
+
4765
+ #~ msgid "Lunda-Norte"
4766
+ #~ msgstr "Lunda-Norte"
4767
+
4768
+ #~ msgid "Luanda"
4769
+ #~ msgstr "Luanda"
4770
+
4771
+ #~ msgid "Kwanza-Sul"
4772
+ #~ msgstr "Kwanza-Sul"
4773
+
4774
+ #~ msgid "Kwanza-Norte"
4775
+ #~ msgstr "Kwanza-Norte"
4776
+
4777
+ #~ msgid "Kuando Kubango"
4778
+ #~ msgstr "Kuando Kubango"
4779
+
4780
+ #~ msgid "Huambo"
4781
+ #~ msgstr "Huambo"
4782
+
4783
+ #~ msgid "Cunene"
4784
+ #~ msgstr "Cunene"
4785
+
4786
+ #~ msgid "Cabinda"
4787
+ #~ msgstr "Cabinda"
4788
+
4789
+ #~ msgid "Bié"
4790
+ #~ msgstr "Bié"
4791
+
4792
+ #~ msgid "Benguela"
4793
+ #~ msgstr "Benguela"
4794
+
4795
+ #~ msgid "Bengo"
4796
+ #~ msgstr "Bengo"
4797
+
4798
+ #~ msgid "Unable to use image \"%s\"."
4799
+ #~ msgstr "Bild „%s“ kann nicht verwendet werden."
4800
+
4801
+ #~ msgid ""
4802
+ #~ "The \"locations not covered by your other zones\" zone cannot be updated."
4803
+ #~ msgstr ""
4804
+ #~ "Die Zone „Orte, die nicht von deinen anderen Zonen abgedeckt sind“ kann "
4805
+ #~ "nicht aktualisiert werden."
4806
+
4807
+ #~ msgid ""
4808
+ #~ "Product categories that the coupon will not be applied to, or that cannot "
4809
+ #~ "be in the cart in order for the \"Fixed cart discount\" to be applied."
4810
+ #~ msgstr ""
4811
+ #~ "Produktkategorien, auf die der Gutschein nicht angewendet wird oder die "
4812
+ #~ "sich nicht im Warenkorb befinden, damit der „Feste Warenkorb-Rabatt“ "
4813
+ #~ "angewendet werden kann."
4814
+
4815
+ #~ msgid ""
4816
+ #~ "Product categories that the coupon will be applied to, or that need to be "
4817
+ #~ "in the cart in order for the \"Fixed cart discount\" to be applied."
4818
+ #~ msgstr ""
4819
+ #~ "Produktkategorien, auf die der Gutschein angewendet wird oder die sich im "
4820
+ #~ "Warenkorb befinden müssen, damit der „Feste Warenkorb-Rabatt“ angewendet "
4821
+ #~ "werden kann."
4822
+
4823
+ #~ msgid ""
4824
+ #~ "Products that the coupon will not be applied to, or that cannot be in the "
4825
+ #~ "cart in order for the \"Fixed cart discount\" to be applied."
4826
+ #~ msgstr ""
4827
+ #~ "Produkte, auf die der Gutschein nicht angewendet wird oder die sich nicht "
4828
+ #~ "im Warenkorb befinden, damit der „Feste Warenkorb-Rabatt“ angewendet "
4829
+ #~ "werden kann."
4830
+
4831
+ #~ msgid ""
4832
+ #~ "Products that the coupon will be applied to, or that need to be in the "
4833
+ #~ "cart in order for the \"Fixed cart discount\" to be applied."
4834
+ #~ msgstr ""
4835
+ #~ "Produkte, auf die der Gutschein angewendet wird oder die sich im "
4836
+ #~ "Warenkorb befinden müssen, damit der „Feste Warenkorb-Rabatt“ angewendet "
4837
+ #~ "werden kann."
4838
+
4839
+ #~ msgid "Rated %1$s out of 5 based on %2$s customer rating"
4840
+ #~ msgid_plural "Rated %1$s out of 5 based on %2$s customer ratings"
4841
+ #~ msgstr[0] "Bewertet mit %1$s von 5, basierend auf %2$s Kundenbewertung"
4842
+ #~ msgstr[1] "Bewertet mit %1$s von 5, basierend auf %2$s Kundenbewertungen"
4843
+
4844
+ #~ msgid "Search results only"
4845
+ #~ msgstr "Nur Suchergebnisse"
4846
+
4847
+ #~ msgid "Shop only"
4848
+ #~ msgstr "Nur im Shop"
4849
+
4850
+ #~ msgid "Shop and search results"
4851
+ #~ msgstr "Im Shop und den Suchergebnissen"
4852
+
4853
+ #~ msgid ""
4854
+ #~ "This order cannot be paid for. Please contact us if you need assistance."
4855
+ #~ msgstr ""
4856
+ #~ "Diese Bestellung kann nicht bezahlt werden. Bitte kontaktiere uns, falls "
4857
+ #~ "du Hilfe benötigst."
4858
+
4859
+ #~ msgid "Please log in to your account below to continue to the payment form."
4860
+ #~ msgstr ""
4861
+ #~ "Bitte melde dich unten in deinem Konto an, um mit dem Zahlungsformular "
4862
+ #~ "fortzusetzen."
4863
+
4864
+ #~ msgid "No matching product exists to update."
4865
+ #~ msgstr "Es ist kein passendes Produkt zum Aktualisieren vorhanden."
4866
+
4867
+ #~ msgid "A product with this SKU already exists."
4868
+ #~ msgstr "Ein Produkt mit dieser Artikelnummer existiert bereits."
4869
+
4870
+ #~ msgid "A product with this ID already exists."
4871
+ #~ msgstr "Ein Produkt mit dieser ID existiert bereits."
4872
+
4873
+ #~ msgid "SKU %s"
4874
+ #~ msgstr "Artikelnummer %s"
4875
+
4876
+ #~ msgid "ID %d"
4877
+ #~ msgstr "ID %d"
4878
+
4879
+ #~ msgid "Not able to attach \"%s\"."
4880
+ #~ msgstr "„%s“ kann nicht hinzugefügt/angehängt werden."
4881
+
4882
+ #~ msgid ""
4883
+ #~ "Variation cannot be imported: Missing parent ID or parent does not exist "
4884
+ #~ "yet."
4885
+ #~ msgstr ""
4886
+ #~ "Variation kann nicht importiert werden: Fehlende übergeordnete ID oder "
4887
+ #~ "übergeordnetes Produkt existiert noch nicht."
4888
+
4889
+ #~ msgid "Invalid product ID %d."
4890
+ #~ msgstr "Ungültige Produkt-ID %d."
4891
+
4892
+ #~ msgid "Invalid product type."
4893
+ #~ msgstr "Ungültiger Produkttyp."
4894
+
4895
+ #~ msgid "Invalid customer query."
4896
+ #~ msgstr "Ungültige Kundenabfrage."
4897
+
4898
+ #~ msgid "Add New"
4899
+ #~ msgstr "Erstellen"
4900
+
4901
+ #~ msgid "All Products"
4902
+ #~ msgstr "Alle Produkte"
4903
+
4904
+ #~ msgid "House number and street name"
4905
+ #~ msgstr "Straßenname und Hausnummer"
4906
+
4907
+ #~ msgid ""
4908
+ #~ "API Key generated successfully. Make sure to copy your new keys now as "
4909
+ #~ "the secret key will be hidden once you leave this page."
4910
+ #~ msgstr ""
4911
+ #~ "API Schlüssel erfolgreich generiert. Vergewissere dich, dass du deine "
4912
+ #~ "neuen Schlüssel jetzt kopierst, da der Sekret Key versteckt wird, sobald "
4913
+ #~ "du diese Seite verlässt."
4914
+
4915
+ #~ msgid "List of upsell products IDs."
4916
+ #~ msgstr "Liste der Upsell-Produkt-IDs."
4917
+
4918
+ #~ msgid "The URL of your %s page (along with the Page ID)."
4919
+ #~ msgstr "Die URL deiner %s Seite (zusammen mit der Seiten-ID)."
4920
+
4921
+ #~ msgid "The homepage URL of your site."
4922
+ #~ msgstr "Die Homepage-URL deiner Website."
4923
+
4924
+ #~ msgid "Generate CSV"
4925
+ #~ msgstr "CSV generieren"
4926
+
4927
+ #~ msgid "Yes, export all custom meta"
4928
+ #~ msgstr "Ja, exportiere alle benutzerdefinierten Metadaten"
4929
+
4930
+ #~ msgid "Export custom meta?"
4931
+ #~ msgstr "Benutzerdefinierte Metadaten exportieren?"
4932
+
4933
+ #~ msgid "Product variations"
4934
+ #~ msgstr "Produktvarianten"
4935
+
4936
+ #~ msgid "Export all products"
4937
+ #~ msgstr "Alle Produkte exportieren"
4938
+
4939
+ #~ msgid "Which product types should be exported?"
4940
+ #~ msgstr "Welche Produktarten sollten exportiert werden?"
4941
+
4942
+ #~ msgid "Export all columns"
4943
+ #~ msgstr "Alle Spalten exportieren"
4944
+
4945
+ #~ msgid "Which columns should be exported?"
4946
+ #~ msgstr "Welche Spalten sollten exportiert werden?"
4947
+
4948
+ #~ msgid ""
4949
+ #~ "This tool allows you to generate and download a CSV file containing a "
4950
+ #~ "list of all products."
4951
+ #~ msgstr ""
4952
+ #~ "Mit diesem Werkzeug kannst du eine CSV-Datei mit einer Liste aller "
4953
+ #~ "Produkte erstellen und herunterladen."
4954
+
4955
+ #~ msgid "Export products to a CSV file"
4956
+ #~ msgstr "Exportiere Produkte in eine CSV-Datei"
4957
+
4958
+ #~ msgid "Export Products"
4959
+ #~ msgstr "Produkte exportieren"
4960
+
4961
+ #~ msgid "Product restored"
4962
+ #~ msgstr "Produkt wiederhergestellt"
4963
+
4964
+ #~ msgid "Order restored"
4965
+ #~ msgstr "Bestellung wiederhergestellt"
4966
+
4967
+ #~ msgid "Coupon restored"
4968
+ #~ msgstr "Gutschein wiederhergestellt"
4969
+
4970
+ #~ msgid "Manage shipping methods"
4971
+ #~ msgstr "Versandmethoden verwalten"
4972
+
4973
+ #~ msgid "Locations not covered by your other zones"
4974
+ #~ msgstr "Orte, die nicht von deinen anderen Zonen abgedeckt sind"
4975
+
4976
+ #~ msgid "Star ratings should be required, not optional"
4977
+ #~ msgstr "Sternchen sollen erforderlich sein, nicht optional"
4978
+
4979
+ #~ msgid "Enable star rating on reviews"
4980
+ #~ msgstr "Sternchen-Bewertung bei den Bewertungen aktivieren"
4981
+
4982
+ #~ msgid "Reviews can only be left by \"verified owners\""
4983
+ #~ msgstr ""
4984
+ #~ "Bewertungen können nur von „Verifizierten Besitzern“ hinterlassen werden"
4985
+
4986
+ #~ msgid "Enable product reviews"
4987
+ #~ msgstr "Produktbewertungen aktivieren"
4988
+
4989
+ #~ msgid "Set Status - Out of stock"
4990
+ #~ msgstr "Status setzen - Nicht vorrätig"
4991
+
4992
+ #~ msgid "Set Status - In stock"
4993
+ #~ msgstr "Status setzen - Vorrätig"
4994
+
4995
+ #~ msgid "Show advanced options"
4996
+ #~ msgstr "Erweiterte Optionen anzeigen"
4997
+
4998
+ #~ msgid "Hide advanced options"
4999
+ #~ msgstr "Erweiterte Optionen verstecken"
5000
+
5001
+ #~ msgid "CSV Delimiter"
5002
+ #~ msgstr "CSV-Trennzeichen"
5003
+
5004
+ #~ msgid "Alternatively, enter the path to a CSV file on your server:"
5005
+ #~ msgstr "Alternativ, gib den Pfad zu einer CSV-Datei auf deinem Server ein:"
5006
+
5007
+ #~ msgid "Update existing products"
5008
+ #~ msgstr "Bestehende Produkte aktualisieren"
5009
+
5010
+ #~ msgid "Choose a CSV file from your computer:"
5011
+ #~ msgstr "Wähle eine CSV-Datei von deinem Computer:"
5012
+
5013
+ #~ msgid ""
5014
+ #~ "This tool allows you to import (or merge) product data to your store from "
5015
+ #~ "a CSV file."
5016
+ #~ msgstr ""
5017
+ #~ "Mit diesem Werkzeug kannst du Produktdaten aus einer CSV-Datei in deinen "
5018
+ #~ "Shop importieren (oder zusammenführen)."
5019
+
5020
+ #~ msgid "Your products are now being imported..."
5021
+ #~ msgstr "Deine Produkte werden jetzt importiert &hellip;"
5022
+
5023
+ #~ msgid "Importing"
5024
+ #~ msgstr "Importiere"
5025
+
5026
+ #~ msgid "Run the importer"
5027
+ #~ msgstr "Starte den Importer"
5028
+
5029
+ #~ msgid "Do not import"
5030
+ #~ msgstr "Nicht importieren"
5031
+
5032
+ #~ msgid "Sample:"
5033
+ #~ msgstr "Beispiel:"
5034
+
5035
+ #~ msgid "Map to field"
5036
+ #~ msgstr "Verknüpfe mit Feld"
5037
+
5038
+ #~ msgid "Column name"
5039
+ #~ msgstr "Spaltenname"
5040
+
5041
+ #~ msgid ""
5042
+ #~ "Select fields from your CSV file to map against products fields, or to "
5043
+ #~ "ignore during import."
5044
+ #~ msgstr ""
5045
+ #~ "Wähle Felder aus deiner CSV-Datei aus, um sie den Produktfeldern "
5046
+ #~ "zuzuordnen oder beim Import zu ignorieren."
5047
+
5048
+ #~ msgid "Map CSV fields to products"
5049
+ #~ msgstr "CSV-Felder Produkten zuordnen"
5050
+
5051
+ #~ msgid "Import Products"
5052
+ #~ msgstr "Produkte importieren"
5053
+
5054
+ #~ msgid "Reason for failure"
5055
+ #~ msgstr "Grund für Fehlschlag"
5056
+
5057
+ #~ msgid "Import complete!"
5058
+ #~ msgstr "Import komplett!"
5059
+
5060
+ #~ msgid "View import log"
5061
+ #~ msgstr "Importprotokoll anzeigen"
5062
+
5063
+ #~ msgid "Failed to import %s product"
5064
+ #~ msgid_plural "Failed to import %s products"
5065
+ #~ msgstr[0] "%s Produkt konnte nicht importiert werden"
5066
+ #~ msgstr[1] "%s Produkte konnten nicht importiert werden"
5067
+
5068
+ #~ msgid "%s product was skipped"
5069
+ #~ msgid_plural "%s products were skipped"
5070
+ #~ msgstr[0] "%s Produkt wurde übersprungen"
5071
+ #~ msgstr[1] "%s Produkte wurden übersprungen"
5072
+
5073
+ #~ msgid "%s product updated"
5074
+ #~ msgid_plural "%s products updated"
5075
+ #~ msgstr[0] "%s Produkt aktualisiert"
5076
+ #~ msgstr[1] "%s Produkte aktualisiert"
5077
+
5078
+ #~ msgid "%s product imported"
5079
+ #~ msgid_plural "%s products imported"
5080
+ #~ msgstr[0] "%s Produkt importiert"
5081
+ #~ msgstr[1] "%s Produkte importiert"
5082
+
5083
+ #~ msgid "Parent SKU"
5084
+ #~ msgstr "Übergeordnete Artikelnummer"
5085
+
5086
+ #~ msgid "Product Title"
5087
+ #~ msgstr "Produkt-Titel"
5088
+
5089
+ #~ msgid "Import as meta"
5090
+ #~ msgstr "Als Meta importieren"
5091
+
5092
+ #~ msgid "Default attribute"
5093
+ #~ msgstr "Standard-Attribut"
5094
+
5095
+ #~ msgid "Attribute visibility"
5096
+ #~ msgstr "Attribut Sichtbarkeit"
5097
+
5098
+ #~ msgid "Is a global attribute?"
5099
+ #~ msgstr "Ist das ein globales Attribut?"
5100
+
5101
+ #~ msgid "Attribute value(s)"
5102
+ #~ msgstr "Attribut-Wert(e)"
5103
+
5104
+ #~ msgid "Attribute name"
5105
+ #~ msgstr "Attribut-Name"
5106
+
5107
+ #~ msgid "Download URL"
5108
+ #~ msgstr "Download-URL"
5109
+
5110
+ #~ msgid "Download name"
5111
+ #~ msgstr "Download-Name"
5112
+
5113
+ #~ msgid "External product"
5114
+ #~ msgstr "Externes Produkt"
5115
+
5116
+ #~ msgctxt "Quantity in stock"
5117
+ #~ msgid "Stock"
5118
+ #~ msgstr "Lagerbestand"
5119
+
5120
+ #~ msgid "Meta: %s"
5121
+ #~ msgstr "Meta: %s"
5122
+
5123
+ #~ msgid "Download %d URL"
5124
+ #~ msgstr "Download %d URL"
5125
+
5126
+ #~ msgid "Download %d name"
5127
+ #~ msgstr "Download %d Name"
5128
+
5129
+ #~ msgid "Attribute %d default"
5130
+ #~ msgstr "Attribut %d Standard"
5131
+
5132
+ #~ msgid "Attribute %d global"
5133
+ #~ msgstr "Attribut %d Global"
5134
+
5135
+ #~ msgid "Attribute %d visible"
5136
+ #~ msgstr "Attribut %d Sichtbar"
5137
+
5138
+ #~ msgid "Attribute %d value(s)"
5139
+ #~ msgstr "Attribut %d Wert(e)"
5140
+
5141
+ #~ msgid "Attribute %d name"
5142
+ #~ msgstr "Attribut %d Name"
5143
+
5144
+ #~ msgid "External URL"
5145
+ #~ msgstr "Externe URL"
5146
+
5147
+ #~ msgid "Download expiry days"
5148
+ #~ msgstr "Ablauftage des Downloads"
5149
+
5150
+ #~ msgid "Images"
5151
+ #~ msgstr "Bilder"
5152
+
5153
+ #~ msgid "Allow customer reviews?"
5154
+ #~ msgstr "Kundenbewertungen erlauben?"
5155
+
5156
+ #~ msgid "Backorders allowed?"
5157
+ #~ msgstr "Lieferrückstande erlaubt?"
5158
+
5159
+ #~ msgid "Date sale price ends"
5160
+ #~ msgstr "Datum, an dem Angebotspreis endet"
5161
+
5162
+ #~ msgid "Date sale price starts"
5163
+ #~ msgstr "Datum, an dem Angebotspreis beginnt"
5164
+
5165
+ #~ msgid "Short description"
5166
+ #~ msgstr "Kurzbeschreibung"
5167
+
5168
+ #~ msgid "Visibility in catalog"
5169
+ #~ msgstr "Sichtbarkeit im Katalog"
5170
+
5171
+ #~ msgid "Is featured?"
5172
+ #~ msgstr "Ist hervorgehoben?"
5173
+
5174
+ #~ msgid "Published"
5175
+ #~ msgstr "Veröffentlicht"
5176
+
5177
+ #~ msgid "Please upload or provide the link to a valid CSV file."
5178
+ #~ msgstr ""
5179
+ #~ "Bitte lade eine gültigen CSV-Datei hoch oder gib einen Link zu einer "
5180
+ #~ "gültigen CSV-Datei an."
5181
+
5182
+ #~ msgid "Invalid file type. The importer supports CSV and TXT file formats."
5183
+ #~ msgstr ""
5184
+ #~ "Ungültiger Dateityp. Der Importer unterstützt CSV- und TXT-Dateiformate."
5185
+
5186
+ #~ msgid ""
5187
+ #~ "File is empty. Please upload something more substantial. This error could "
5188
+ #~ "also be caused by uploads being disabled in your php.ini or by "
5189
+ #~ "post_max_size being defined as smaller than upload_max_filesize in php."
5190
+ #~ "ini."
5191
+ #~ msgstr ""
5192
+ #~ "Die Datei ist leer. Bitte lade etwas Substantielleres hoch. Dieser Fehler "
5193
+ #~ "könnte auch durch deaktivierte Uploads in deiner php.ini verursacht "
5194
+ #~ "werden oder wenn in der php.ini post_max_size kleiner als "
5195
+ #~ "upload_max_filesize definiert ist."
5196
+
5197
+ #~ msgid "Done!"
5198
+ #~ msgstr "Fertig!"
5199
+
5200
+ #~ msgid "Column mapping"
5201
+ #~ msgstr "Spaltenzuordnung"
5202
+
5203
+ #~ msgid "Upload CSV file"
5204
+ #~ msgstr "CSV-Datei hochladen"
5205
+
5206
+ #~ msgid "WooCommerce.com Subscriptions %s"
5207
+ #~ msgstr "WooCommerce.com Abonnements %s"
5208
+
5209
+ #~ msgid "Browse Extensions"
5210
+ #~ msgstr "Erweiterungen durchsuchen "
5211
+
5212
+ #~ msgid "Disconnect"
5213
+ #~ msgstr "Trennen"
5214
+
5215
+ #~ msgid "My Subscriptions"
5216
+ #~ msgstr "Meine Abonnements"
5217
+
5218
+ #~ msgid "Connected to WooCommerce.com"
5219
+ #~ msgstr "Verbunden mit WooCommerce.com"
5220
+
5221
+ #~ msgid "Connect"
5222
+ #~ msgstr "Verbinden"
5223
+
5224
+ #~ msgid "Once connected, your WooCommerce.com purchases will be listed here."
5225
+ #~ msgstr ""
5226
+ #~ "Sobald du verbunden bist, werden deine WooCommerce.com Käufe hier "
5227
+ #~ "aufgelistet."
5228
+
5229
+ #~ msgid ""
5230
+ #~ "Manage your subscriptions, get important product notifications, and "
5231
+ #~ "updates, all from the convenience of your WooCommerce dashboard"
5232
+ #~ msgstr ""
5233
+ #~ "Verwalte deine Abonnements, erhalte wichtige Produktbenachrichtigungen "
5234
+ #~ "und Aktualisierungen, alles bequem von deinem WooCommerce Dashboards aus"
5235
+
5236
+ #~ msgid ""
5237
+ #~ "<strong>Sorry to see you go</strong>. Feel free to reconnect again using "
5238
+ #~ "the button below."
5239
+ #~ msgstr ""
5240
+ #~ "<strong>Schade, dass du uns verlässt</strong>. Über den nachfolgenden "
5241
+ #~ "Button kannst du dich jederzeit wieder verbinden."
5242
+
5243
+ #~ msgid "Installed Extensions without a Subscription"
5244
+ #~ msgstr "Installierte Erweiterungen ohne Abonnement"
5245
+
5246
+ #~ msgid "Could not find any subscriptions on your WooCommerce.com account"
5247
+ #~ msgstr ""
5248
+ #~ "Es konnten keine Abonnements auf deinem WooCommerce.com-Konto gefunden "
5249
+ #~ "werden"
5250
+
5251
+ #~ msgid "Inactive"
5252
+ #~ msgstr "Inaktiv"
5253
+
5254
+ #~ msgid "Upgrade"
5255
+ #~ msgstr "Upgrade"
5256
+
5257
+ #~ msgid "Shared by %s"
5258
+ #~ msgstr "Geteilt von %s"
5259
+
5260
+ #~ msgid "Subscription: Using %1$d of %2$d sites available"
5261
+ #~ msgstr "Abonnement: Verwendung von %1$d von %2$d verfügbaren Websites"
5262
+
5263
+ #~ msgid "Subscription: Not available - %1$d of %2$d already in use"
5264
+ #~ msgstr "Abonnement: Nicht verfügbar - %1$d von %2$d bereits verwendet"
5265
+
5266
+ #~ msgid "Expires on:"
5267
+ #~ msgstr "Läuft ab am:"
5268
+
5269
+ #~ msgid "Expiring soon!"
5270
+ #~ msgstr "Läuft bald ab!"
5271
+
5272
+ #~ msgid "Auto renews on:"
5273
+ #~ msgstr "Automatische Erneuerungen am:"
5274
+
5275
+ #~ msgid "Expired :("
5276
+ #~ msgstr "Abgelaufen :("
5277
+
5278
+ #~ msgid ""
5279
+ #~ "We've made things simpler and easier to manage moving forward. From now "
5280
+ #~ "on you can manage all your WooCommerce purchases directly from the "
5281
+ #~ "Extensions menu within the WooCommerce plugin itself. <a href=\"%s\">View "
5282
+ #~ "and manage</a> your extensions now."
5283
+ #~ msgstr ""
5284
+ #~ "Wir haben die Abläufe und deren Verwaltung noch weiter vereinfacht. Ab "
5285
+ #~ "sofort kannst du alle Einkäufe auf WooCommerce direkt aus dem "
5286
+ #~ "Erweiterungsmenü im WooCommerce-Plugin verwalten. <a href=\"%s\">Zeige "
5287
+ #~ "deine Erweiterungen jetzt an und verwalte sie</a>."
5288
+
5289
+ #~ msgid "Looking for the WooCommerce Helper?"
5290
+ #~ msgstr "Auf der Suche nach dem WooCommerce-Helfer?"
5291
+
5292
+ #~ msgid ""
5293
+ #~ "Note: You currently have <a href=\"%1$s\">%2$d paid extension</a> which "
5294
+ #~ "should be updated first before updating WooCommerce."
5295
+ #~ msgid_plural ""
5296
+ #~ "Note: You currently have <a href=\"%1$s\">%2$d paid extensions</a> which "
5297
+ #~ "should be updated first before updating WooCommerce."
5298
+ #~ msgstr[0] ""
5299
+ #~ "Hinweis: Du hast derzeit <a href=\"%1$s\">%2$d bezahlte Erweiterung</a>, "
5300
+ #~ "die zuerst aktualisiert werden sollte, bevor du WooCommerce aktualisierst."
5301
+ #~ msgstr[1] ""
5302
+ #~ "Hinweis: Du hast derzeit <a href=\"%1$s\">%2$d bezahlte Erweiterungen</"
5303
+ #~ "a>, die zuerst aktualisiert werden sollten, bevor du WooCommerce "
5304
+ #~ "aktualisierst."
5305
+
5306
+ #~ msgid "Authentication and subscription caches refreshed successfully."
5307
+ #~ msgstr ""
5308
+ #~ "Authentifizierungs- und Abonnement-Caches wurden erfolgreich aktualisiert."
5309
+
5310
+ #~ msgid "You have successfully disconnected your store from WooCommerce.com"
5311
+ #~ msgstr "Du hast deinen Shop erfolgreich von WooCommerce.com getrennt"
5312
+
5313
+ #~ msgid "You have successfully connected your store to WooCommerce.com"
5314
+ #~ msgstr "Du hast deinen Shop erfolgreich mit WooCommerce.com verbunden"
5315
+
5316
+ #~ msgid ""
5317
+ #~ "An error has occurred when deactivating the extension %1$s. Please "
5318
+ #~ "proceed to the <a href=\"%2$s\">Plugins screen</a> to deactivate it "
5319
+ #~ "manually."
5320
+ #~ msgstr ""
5321
+ #~ "Beim Deaktivieren der Erweiterung %1$s ist ein Fehler aufgetreten. Bitte "
5322
+ #~ "gehe zu der <a href=\"%2$s\">Plugin Ansicht</a>, um es manuell zu "
5323
+ #~ "deaktivieren."
5324
+
5325
+ #~ msgid "The extension %s has been deactivated successfully."
5326
+ #~ msgstr "Die Erweiterung %s wurde erfolgreich deaktiviert."
5327
+
5328
+ #~ msgid ""
5329
+ #~ "An error has occurred when deactivating the subscription for %s. Please "
5330
+ #~ "try again later."
5331
+ #~ msgstr ""
5332
+ #~ "Beim Deaktivieren des Abonnements für %s ist ein Fehler aufgetreten. "
5333
+ #~ "Bitte versuche es später nochmal."
5334
+
5335
+ #~ msgid ""
5336
+ #~ "Subscription for %1$s deactivated successfully. You will no longer "
5337
+ #~ "receive updates for this product. <a href=\"%2$s\">Click here</a> if you "
5338
+ #~ "wish to deactivate the plugin as well."
5339
+ #~ msgstr ""
5340
+ #~ "Das Abonnement für %1$s wurde erfolgreich deaktiviert. Du wirst keine "
5341
+ #~ "Aktualisierungen mehr für dieses Produkt erhalten. <a href=\"%2$s"
5342
+ #~ "\">Klicke hier</a>, wenn du das Plugin auch deaktivieren möchtest."
5343
+
5344
+ #~ msgid ""
5345
+ #~ "Subscription for %s deactivated successfully. You will no longer receive "
5346
+ #~ "updates for this product."
5347
+ #~ msgstr ""
5348
+ #~ "Das Abonnement für %s wurde erfolgreich deaktiviert. Du wirst keine "
5349
+ #~ "Aktualisierungen mehr für dieses Produkt erhalten."
5350
+
5351
+ #~ msgid "An error has occurred when activating %s. Please try again later."
5352
+ #~ msgstr ""
5353
+ #~ "Beim Aktivieren von %s ist ein Fehler aufgetreten. Bitte versuche es "
5354
+ #~ "später nochmal."
5355
+
5356
+ #~ msgid ""
5357
+ #~ "%s activated successfully. You will now receive updates for this product."
5358
+ #~ msgstr ""
5359
+ #~ "%s erfolgreich aktiviert. Du wirst nun Aktualisierungen für dieses "
5360
+ #~ "Produkt erhalten."
5361
+
5362
+ #~ msgid ""
5363
+ #~ "Version %s is <strong>available</strong>. To enable this update you need "
5364
+ #~ "to <strong>purchase</strong> a new subscription."
5365
+ #~ msgstr ""
5366
+ #~ "Version %s ist <strong>verfügbar</strong>. Um diese Aktualisierung zu "
5367
+ #~ "aktivieren, musst du ein neues Abonnement <strong>kaufen</strong>."
5368
+
5369
+ #~ msgid ""
5370
+ #~ "This subscription is expiring soon. Please <strong>renew</strong> to "
5371
+ #~ "continue receiving updates and support."
5372
+ #~ msgstr ""
5373
+ #~ "Dieses Abonnement läuft bald ab. Bitte <strong>erneuern</strong>, um "
5374
+ #~ "weiterhin Aktualisierungen und Hilfe zu erhalten."
5375
+
5376
+ #~ msgid "Enable auto-renew"
5377
+ #~ msgstr "Automatische Erneuerung aktivieren"
5378
+
5379
+ #~ msgid "Subscription is <strong>expiring</strong> soon."
5380
+ #~ msgstr "Abonnement <strong>läuft bald ab</strong>."
5381
+
5382
+ #~ msgid "Renew"
5383
+ #~ msgstr "Erneuern"
5384
+
5385
+ #~ msgid ""
5386
+ #~ "This subscription has expired. Please <strong>renew</strong> to receive "
5387
+ #~ "updates and support."
5388
+ #~ msgstr ""
5389
+ #~ "Dieses Abonnement ist abgelaufen. Bitte <strong>erneuern</strong>, um "
5390
+ #~ "Aktualisierungen und Hilfe zu erhalten."
5391
+
5392
+ #~ msgid ""
5393
+ #~ "This subscription has expired. Contact the owner to <strong>renew</"
5394
+ #~ "strong> the subscription to receive updates and support."
5395
+ #~ msgstr ""
5396
+ #~ "Dieses Abonnement ist abgelaufen. Wende dich an den Besitzer, um das "
5397
+ #~ "Abonnement zu <strong>erneuern</strong> und weiter Aktualisierungen und "
5398
+ #~ "Hilfe zu erhalten."
5399
+
5400
+ #~ msgid ""
5401
+ #~ "To enable this update you need to <strong>purchase</strong> a new "
5402
+ #~ "subscription."
5403
+ #~ msgstr ""
5404
+ #~ "Um diese Aktualisierung zu aktivieren, musst du ein neues Abonnement "
5405
+ #~ "<strong>kaufen</strong>."
5406
+
5407
+ #~ msgid ""
5408
+ #~ "To enable this update you need to <strong>activate</strong> this "
5409
+ #~ "subscription."
5410
+ #~ msgstr ""
5411
+ #~ "Um diese Aktualisierung zu aktivieren, musst du dieses Abonnement "
5412
+ #~ "<strong>aktivieren</strong>."
5413
+
5414
+ #~ msgid "Version %s is <strong>available</strong>."
5415
+ #~ msgstr "Version %s ist <strong>verfügbar</strong>."
5416
+
5417
+ #~ msgid "WooCommerce Helper"
5418
+ #~ msgstr "WooCommerce-Helfer"
5419
+
5420
+ #~ msgid "Create a new webhook"
5421
+ #~ msgstr "Einen neuen Webhook erstellen"
5422
+
5423
+ #~ msgid ""
5424
+ #~ "Webhooks are event notifications sent to URLs of your choice. They can be "
5425
+ #~ "used to integrate with third-party services which support them."
5426
+ #~ msgstr ""
5427
+ #~ "Webhooks sind Event-Benachrichtigungen, die an URLs deiner Wahl gesendet "
5428
+ #~ "werden. Sie können verwendet werden, um sich mit Diensten von "
5429
+ #~ "Drittanbietern, welche Webhook-Unterstützung anbieten, zu verbinden."
5430
+
5431
+ #~ msgid "Copy from billing address"
5432
+ #~ msgstr "Von Rechnungsadresse kopieren"
5433
+
5434
+ #~ msgid "Import products from a CSV file"
5435
+ #~ msgstr "Produkte aus einer CSV-Datei importieren"
5436
+
5437
+ #~ msgid "This is a featured product"
5438
+ #~ msgstr "Dies ist ein spezielles/hervorgehobenes Produkt"
5439
+
5440
+ #~ msgid "This setting determines which shop pages products will be listed on."
5441
+ #~ msgstr ""
5442
+ #~ "Diese Einstellung bestimmt, auf welchen Shop-Seiten Produkte gelistet "
5443
+ #~ "werden."
5444
+
5445
+ #~ msgid "Filter by product type"
5446
+ #~ msgstr "Nach Produkttyp filtern"
5447
+
5448
+ #~ msgid "Filter by category"
5449
+ #~ msgstr "Nach Kategorie filtern"
5450
+
5451
+ #~ msgid "Sorting"
5452
+ #~ msgstr "Sortierung"
5453
+
5454
+ #~ msgid "Import <strong>products</strong> to your store via a csv file."
5455
+ #~ msgstr "<strong>Produkte</strong> in deinen Shop via CSV-Datei importieren."
5456
+
5457
+ #~ msgid "WooCommerce products (CSV)"
5458
+ #~ msgstr "WooCommerce Produkte (CSV)"
5459
+
5460
+ #~ msgid "Product Import"
5461
+ #~ msgstr "Produkt Import"
5462
+
5463
+ #~ msgid "Product Export"
5464
+ #~ msgstr "Produkt Export"
5465
+
5466
+ #~ msgid "Custom Link"
5467
+ #~ msgstr "Benutzerdefinierter Link"
5468
+
5469
+ #~ msgid "WooCommerce endpoint"
5470
+ #~ msgstr "WooCommerce Endpunkt"
5471
+
5472
+ #~ msgid "Back to Attributes"
5473
+ #~ msgstr "Zurück zu den Eigenschaften"
5474
+
5475
+ #~ msgid "Are you sure you want to delete this log?"
5476
+ #~ msgstr "Bist du sicher, dass du dieses Protokoll löschen möchtest?"
5477
+
5478
+ #~ msgid "Create an API key"
5479
+ #~ msgstr "Einen API-Schlüssel erstellen"
5480
+
5481
+ #~ msgid ""
5482
+ #~ "The WooCommerce REST API allows external apps to view and manage store "
5483
+ #~ "data. Access is granted only to those with valid API keys."
5484
+ #~ msgstr ""
5485
+ #~ "Die WooCommerce REST-API ermöglicht es externen Anwendungen, die "
5486
+ #~ "Shopdaten einzusehen und zu verwalten. Der Zugriff ist nur für diejenigen "
5487
+ #~ "mit gültigen API-Schlüsseln möglich."
5488
+
5489
+ #~ msgid ""
5490
+ #~ "Display live rates from Canada Post at checkout to make shipping a "
5491
+ #~ "breeze. Powered by WooCommerce Services."
5492
+ #~ msgstr ""
5493
+ #~ "Die Preise von Canada Post an der Kasse in Echtzeit anzeigen, um den "
5494
+ #~ "Versand kinderleicht zu gestalten. Bereitgestellt von den WooCommerce "
5495
+ #~ "Services."
5496
+
5497
+ #~ msgid "Show Canada Post shipping rates"
5498
+ #~ msgstr "Post-Versandkosten von Kanada anzeigen"
5499
+
5500
+ #~ msgid "Free - Install now"
5501
+ #~ msgstr "Kostenlos - Jetzt installieren"
5502
+
5503
+ #~ msgid ""
5504
+ #~ "Integrate your store with USPS to buy discounted shipping labels, and "
5505
+ #~ "print them directly from your WooCommerce dashboard. Powered by "
5506
+ #~ "WooCommerce Services."
5507
+ #~ msgstr ""
5508
+ #~ "Integriere deinen Shop mit USPS, um ermäßigte Versandetiketten zu kaufen "
5509
+ #~ "und sie direkt von deinem WooCommerce-Dashboard zu drucken. "
5510
+ #~ "Bereitgestellt durch die WooCommerce Services."
5511
+
5512
+ #~ msgid ""
5513
+ #~ "Buy discounted shipping labels — then print them from your dashboard."
5514
+ #~ msgstr ""
5515
+ #~ "Kaufe ermäßigte Versandetiketten — und drucke diese dann aus deinem "
5516
+ #~ "Dashboard aus."
5517
+
5518
+ #~ msgid "WooCommerce Services"
5519
+ #~ msgstr "WooCommerce Services"
5520
+
5521
+ #~ msgid "Vrancea"
5522
+ #~ msgstr "Vrancea"
5523
+
5524
+ #~ msgid "Vaslui"
5525
+ #~ msgstr "Vaslui"
5526
+
5527
+ #~ msgid "Tulcea"
5528
+ #~ msgstr "Tulcea"
5529
+
5530
+ #~ msgid "Teleorman"
5531
+ #~ msgstr "Teleorman"
5532
+
5533
+ #~ msgid "Suceava"
5534
+ #~ msgstr "Suceava"
5535
+
5536
+ #~ msgid "Sibiu"
5537
+ #~ msgstr "Sibiu"
5538
+
5539
+ #~ msgid "Satu Mare"
5540
+ #~ msgstr "Satu Mare"
5541
+
5542
+ #~ msgid "Prahova"
5543
+ #~ msgstr "Prahova"
5544
+
5545
+ #~ msgid "Olt"
5546
+ #~ msgstr "Olt"
5547
+
5548
+ #~ msgid "Ilfov"
5549
+ #~ msgstr "Ilfov"
5550
+
5551
+ #~ msgid "Hunedoara"
5552
+ #~ msgstr "Hunedoara"
5553
+
5554
+ #~ msgid "Harghita"
5555
+ #~ msgstr "Harghita"
5556
+
5557
+ #~ msgid "Gorj"
5558
+ #~ msgstr "Gorj"
5559
+
5560
+ #~ msgid "Giurgiu"
5561
+ #~ msgstr "Giurgiu"
5562
+
5563
+ #~ msgid "Dolj"
5564
+ #~ msgstr "Dolj"
5565
+
5566
+ #~ msgid "Covasna"
5567
+ #~ msgstr "Covasna"
5568
+
5569
+ #~ msgid "Cluj"
5570
+ #~ msgstr "Cluj"
5571
+
5572
+ #~ msgid "Bihor"
5573
+ #~ msgstr "Bihor"
5574
+
5575
+ #~ msgid "Arad"
5576
+ #~ msgstr "Arad"
5577
+
5578
+ #~ msgid "Alba"
5579
+ #~ msgstr "Alba"
5580
+
5581
+ #~ msgid "Tarija"
5582
+ #~ msgstr "Tarija"
5583
+
5584
+ #~ msgid "Potosí"
5585
+ #~ msgstr "Potosí"
5586
+
5587
+ #~ msgid "Pando"
5588
+ #~ msgstr "Pando"
5589
+
5590
+ #~ msgid "Oruro"
5591
+ #~ msgstr "Oruro"
5592
+
5593
+ #~ msgid "La Paz"
5594
+ #~ msgstr "La Paz"
5595
+
5596
+ #~ msgid "Cochabamba"
5597
+ #~ msgstr "Cochabamba"
5598
+
5599
+ #~ msgid "Beni"
5600
+ #~ msgstr "Beni"
5601
+
5602
+ #~ msgid "Chuquisaca"
5603
+ #~ msgstr "Chuquisaca"
5604
+
5605
+ #~ msgid ""
5606
+ #~ "Are you sure you want to log out? <a href=\"%s\">Confirm and log out</a>"
5607
+ #~ msgstr ""
5608
+ #~ "Bist du sicher, dass du dich abmelden willst? <a href=\"%s\">Bestätigen "
5609
+ #~ "und abmelden</a>"
5610
+
5611
+ #~ msgid "Unknown request method."
5612
+ #~ msgstr "Unbekannte Abfragemethode."
5613
+
5614
+ #~ msgid "Create"
5615
+ #~ msgstr "Erstellen"
5616
+
5617
+ #~ msgid "Zone ID."
5618
+ #~ msgstr "Zonen-ID."
5619
+
5620
+ #~ msgid "ID."
5621
+ #~ msgstr "ID."
5622
+
5623
+ #~ msgid "Value (required)"
5624
+ #~ msgstr "Wert (erforderlich)"
5625
+
5626
+ #~ msgid "Name (required)"
5627
+ #~ msgstr "Name (erforderlich)"
5628
+
5629
+ #~ msgid "Recalculate"
5630
+ #~ msgstr "Neu berechnen"
5631
+
5632
+ #~ msgid ""
5633
+ #~ "Recalculate totals? This will calculate taxes based on the customers "
5634
+ #~ "country (or the store base country) and update totals."
5635
+ #~ msgstr ""
5636
+ #~ "Summen neu berechnen? Dies berechnet die Steuern auf der Grundlage des "
5637
+ #~ "Kundenlandes (oder des Basisgebietslandes) und aktualisiert die Summen."
5638
+
5639
+ #~ msgid "All missing WooCommerce pages successfully installed"
5640
+ #~ msgstr "Alle fehlenden WooCommerce Seiten wurden erfolgreich installiert"
5641
+
5642
+ #~ msgid "Terms in the product visibility taxonomy."
5643
+ #~ msgstr "Begriffe in der Produktsichtbarkeit-Taxonomie."
5644
+
5645
+ #~ msgid "A list of taxonomy terms used for product visibility."
5646
+ #~ msgstr ""
5647
+ #~ "Eine Liste der Taxonomie-Begriffen, die für die Sichtbarkeit von "
5648
+ #~ "Produkten verwendet werden."
5649
+
5650
+ #~ msgid "Taxonomies: Product visibility"
5651
+ #~ msgstr "Taxonomien: Produktsichtbarkeit"
5652
+
5653
+ #~ msgid "%s (Copy)"
5654
+ #~ msgstr "%s (Kopie)"
5655
+
5656
+ #~ msgctxt "with first and last result"
5657
+ #~ msgid "Showing the single result"
5658
+ #~ msgid_plural "Showing %1$d&ndash;%2$d of %3$d results"
5659
+ #~ msgstr[0] "Einzelnes Ergebnis wird angezeigt"
5660
+ #~ msgstr[1] "Es werden %1$d&ndash;%2$d von %3$d Ergebnissen angezeigt"
5661
+
5662
+ #~ msgid "Invalid product ID"
5663
+ #~ msgstr "Ungültige Produkt-ID"
5664
+
5665
+ #~ msgid "Sorry, you cannot edit this resource."
5666
+ #~ msgstr "Entschuldigung, du kannst diese Ressource nicht bearbeiten."
5667
+
5668
+ #~ msgid "Increase existing price by (fixed amount or %):"
5669
+ #~ msgstr "Erhöhung des bestehenden Preises um (fester Betrag oder %):"
5670
+
5671
+ #~ msgid "Parent theme author URL"
5672
+ #~ msgstr "Eltern-Theme Entwickler-URL"
5673
+
5674
+ #~ msgid "Parent theme version"
5675
+ #~ msgstr "Eltern-Theme Version"
5676
+
5677
+ #~ msgid "Parent theme name"
5678
+ #~ msgstr "Eltern-Theme Name"
5679
+
5680
+ #~ msgid "Active plugins"
5681
+ #~ msgstr "Aktive Plugins"
5682
+
5683
+ #~ msgid "MaxMind GeoIP database"
5684
+ #~ msgstr "MaxMind GeoIP Datenbank"
5685
+
5686
+ #~ msgid "Max upload size"
5687
+ #~ msgstr "Maximale Upload-Größe"
5688
+
5689
+ #~ msgid "MySQL version"
5690
+ #~ msgstr "MySQL-Version"
5691
+
5692
+ #~ msgid "cURL version"
5693
+ #~ msgstr "cURL-Version"
5694
+
5695
+ #~ msgid "PHP version"
5696
+ #~ msgstr "PHP-Version"
5697
+
5698
+ #~ msgid "Server info"
5699
+ #~ msgstr "Server-Info"
5700
+
5701
+ #~ msgid "Shipping method"
5702
+ #~ msgstr "Versandart"
5703
+
5704
+ #~ msgid "Customer provided note:"
5705
+ #~ msgstr "Vom Kunden angegebener Hinweis:"
5706
+
5707
+ #~ msgid "Number of decimals"
5708
+ #~ msgstr "Anzahl der Dezimalstellen"
5709
+
5710
+ #~ msgid "Thousand separator"
5711
+ #~ msgstr "Tausender Trennzeichen"
5712
+
5713
+ #~ msgid "Currency position"
5714
+ #~ msgstr "Position des Währungssymbols"
5715
+
5716
+ #~ msgid "Automattic"
5717
+ #~ msgstr "Automattic"
5718
+
5719
+ #~ msgid "%1$s review for %2$s"
5720
+ #~ msgid_plural "%1$s reviews for %2$s"
5721
+ #~ msgstr[0] "%1$s Bewertung für %2$s"
5722
+ #~ msgstr[1] "%1$s Bewertungen für %2$s"
5723
+
5724
+ #~ msgid "Awaiting product image"
5725
+ #~ msgstr "Erwarte Produktbild"
5726
+
5727
+ #~ msgid "Next (arrow right)"
5728
+ #~ msgstr "Weiter (rechte Pfeiltaste)"
5729
+
5730
+ #~ msgid "Previous (arrow left)"
5731
+ #~ msgstr "Zurück (linke Pfeiltaste)"
5732
+
5733
+ #~ msgid "Zoom in/out"
5734
+ #~ msgstr "Vergrößern/Verkleinern"
5735
+
5736
+ #~ msgid "Toggle fullscreen"
5737
+ #~ msgstr "Vollbildmodus wechseln"
5738
+
5739
+ #~ msgid "Share"
5740
+ #~ msgstr "Teilen"
5741
+
5742
+ #~ msgid "Close (Esc)"
5743
+ #~ msgstr "Schließen (Esc)"
5744
+
5745
+ #~ msgid "Search products&hellip;"
5746
+ #~ msgstr "Produkte suchen&hellip;"
5747
+
5748
+ #~ msgid "%1$s ending in %2$s"
5749
+ #~ msgstr "%1$s endet in %2$s"
5750
+
5751
+ #~ msgid "%1$s for %2$s item"
5752
+ #~ msgid_plural "%1$s for %2$s items"
5753
+ #~ msgstr[0] "%1$s für %2$s Artikel"
5754
+ #~ msgstr[1] "%1$s für %2$s Artikel"
5755
+
5756
+ #~ msgid ""
5757
+ #~ "From your account dashboard you can view your <a href=\"%1$s\">recent "
5758
+ #~ "orders</a>, manage your <a href=\"%2$s\">shipping and billing addresses</"
5759
+ #~ "a>, and <a href=\"%3$s\">edit your password and account details</a>."
5760
+ #~ msgstr ""
5761
+ #~ "In deiner Konto-Übersicht kannst du deine <a href=\"%1$s\">letzten "
5762
+ #~ "Bestellungen</a> ansehen, deine <a href=\"%2$s\">Liefer- und "
5763
+ #~ "Rechnungsadresse</a> verwalten und dein <a href=\"%3$s\">Passwort und die "
5764
+ #~ "Kontodetails bearbeiten</a>."
5765
+
5766
+ #~ msgid "Hello %1$s (not %1$s? <a href=\"%2$s\">Log out</a>)"
5767
+ #~ msgstr "Hallo %1$s (nicht %1$s? <a href=\"%2$s\">Abmelden</a>)"
5768
+
5769
+ #~ msgid "Your password is %s."
5770
+ #~ msgstr "Dein Passwort lautet %s."
5771
+
5772
+ #~ msgid "(estimated for %s)"
5773
+ #~ msgstr "(Geschätzt auf %s)"
5774
+
5775
+ #~ msgid "This will give \"%1$s\" %2$s access which will allow it to:"
5776
+ #~ msgstr "Dies gibt \"%1$s\" %2$s Zugriff, welcher es erlauben wird:"
5777
+
5778
+ #~ msgid "Max %s"
5779
+ #~ msgstr "Max %s"
5780
+
5781
+ #~ msgid "Min %s"
5782
+ #~ msgstr "Min %s"
5783
+
5784
+ #~ msgid "%1$s stock reduced from %2$s to %3$s."
5785
+ #~ msgstr "%1$s Lagerbestand reduziert von %2$s auf %3$s."
5786
+
5787
+ #~ msgid ""
5788
+ #~ "The payment gateway for this order does not support automatic refunds."
5789
+ #~ msgstr ""
5790
+ #~ "Der Zahlungsweg für diese Bestellung unterstützt keine automatischen "
5791
+ #~ "Rückerstattungen."
5792
+
5793
+ #~ msgid "The payment gateway for this order does not exist."
5794
+ #~ msgstr "Es existiert kein Zahlungsweg für diese Bestellung."
5795
+
5796
+ #~ msgid "Invalid refund amount."
5797
+ #~ msgstr "Ungültiger Rückzahlungsbetrag."
5798
+
5799
+ #~ msgctxt "Price range: from-to"
5800
+ #~ msgid "%1$s &ndash; %2$s"
5801
+ #~ msgstr "%1$s &ndash; %2$s"
5802
+
5803
+ #~ msgid "Fixed product discount"
5804
+ #~ msgstr "Fester Rabatt für Produkt"
5805
+
5806
+ #~ msgid "Fixed cart discount"
5807
+ #~ msgstr "Fester Warenkorb-Rabatt"
5808
+
5809
+ #~ msgid "Percentage discount"
5810
+ #~ msgstr "Prozentualer Nachlass/Rabatt"
5811
+
5812
+ #~ msgid "Iranian toman"
5813
+ #~ msgstr "iranische Toman"
5814
+
5815
+ #~ msgid "%s does not exist."
5816
+ #~ msgstr "%s existiert nicht."
5817
+
5818
+ #~ msgid "Coupon: %s"
5819
+ #~ msgstr "Coupon: %s"
5820
+
5821
+ #~ msgctxt "shipping packages"
5822
+ #~ msgid "Shipping"
5823
+ #~ msgstr "Versand"
5824
+
5825
+ #~ msgid "Your password has been reset successfully."
5826
+ #~ msgstr "Dein Passwort wurde erfolgreich zurückgesetzt."
5827
+
5828
+ #~ msgid "Specific countries"
5829
+ #~ msgstr "Bestimmte Länder"
5830
+
5831
+ #~ msgid "Free shipping"
5832
+ #~ msgstr "Kostenlose Lieferung"
5833
+
5834
+ #~ msgid "%1$s ending in %2$s (expires %3$s/%4$s)"
5835
+ #~ msgstr "%1$s endet in %2$s (läuft ab %3$s/%4$s)"
5836
+
5837
+ #~ msgid "This method should not be called before plugins_loaded."
5838
+ #~ msgstr "Diese Methode sollte nicht vor plugins_loaded aufgerufen werden."
5839
+
5840
+ #~ msgid "Visit %s admin area:"
5841
+ #~ msgstr "%s Admin Bereich besuchen:"
5842
+
5843
+ #~ msgid "You have received the following WooCommerce log message:"
5844
+ #~ msgid_plural "You have received the following WooCommerce log messages:"
5845
+ #~ msgstr[0] "Du hast die folgende WooCommerce Log-Meldung erhalten:"
5846
+ #~ msgstr[1] "Du hast die folgenden WooCommerce Log-Meldungen erhalten:"
5847
+
5848
+ #~ msgid "[%1$s] %2$s: %3$s WooCommerce log message"
5849
+ #~ msgid_plural "[%1$s] %2$s: %3$s WooCommerce log messages"
5850
+ #~ msgstr[0] "[%1$s] %2$s: %3$s WooCommerce Log-Meldung"
5851
+ #~ msgstr[1] "[%1$s] %2$s: %3$s WooCommerce Log-Meldungen"
5852
+
5853
+ #~ msgid "Product properties should not be accessed directly."
5854
+ #~ msgstr "Produkteigenschaften sollten nicht direkt abgerufen werden."
5855
+
5856
+ #~ msgid "%1$s - Pre-order for \"%2$s\" (Order #%3$s)"
5857
+ #~ msgstr "%1$s - Vorbestellung für \"%2$s\" (Bestellung #%3$s)"
5858
+
5859
+ #~ msgid "%1$s - Order #%2$s"
5860
+ #~ msgstr "%1$s - Bestellung #%2$s"
5861
+
5862
+ #~ msgid ""
5863
+ #~ "Optionally enter the URL to a 150x50px image displayed as your logo in "
5864
+ #~ "the upper left corner of the PayPal checkout pages."
5865
+ #~ msgstr ""
5866
+ #~ "Gib optional die URL für ein 150x50px Bild ein, das als dein Logo in der "
5867
+ #~ "linken oberen Ecke der PayPal-Bezahlvorgang-Seiten anzeigt wird."
5868
+
5869
+ #~ msgid ""
5870
+ #~ "Optionally enter the name of the page style you wish to use. These are "
5871
+ #~ "defined within your PayPal account. This affects classic PayPal checkout "
5872
+ #~ "screens."
5873
+ #~ msgstr ""
5874
+ #~ "Gib optional den Namen des Seitenstils an, den du verwenden willst. "
5875
+ #~ "Dieser wird in deinem PayPal-Konto festgelegt. Dies beeinflusst die "
5876
+ #~ "klassischen PayPal-Bezahlvorgang-Seiten."
5877
+
5878
+ #~ msgid ""
5879
+ #~ "PayPal sandbox can be used to test payments. Sign up for a <a href=\"%s"
5880
+ #~ "\">developer account</a>."
5881
+ #~ msgstr ""
5882
+ #~ "Die PayPal-Sandbox kann verwendet werden, um Zahlungen zu testen. Melde "
5883
+ #~ "dich dazu für ein <a href=\"%s\">Entwickler-Konto</a> an."
5884
+
5885
+ #~ msgid ""
5886
+ #~ "Order #%s has been marked paid by PayPal IPN, but was previously "
5887
+ #~ "cancelled. Admin handling required."
5888
+ #~ msgstr ""
5889
+ #~ "Bestellung #%s wurde von PayPal IPN als bezahlt markiert, wurde aber "
5890
+ #~ "zuvor abgebrochen. Eingreifen eines Admins erforderlich."
5891
+
5892
+ #~ msgid "Payment for cancelled order %s received"
5893
+ #~ msgstr "Zahlung für stornierte Bestellung %s erhalten"
5894
+
5895
+ #~ msgid ""
5896
+ #~ "Payment authorized. Change payment status to processing or complete to "
5897
+ #~ "capture funds."
5898
+ #~ msgstr ""
5899
+ #~ "Zahlung autorisiert. Ändere den Zahlungsstatus auf in Bearbeitung oder "
5900
+ #~ "Fertiggestellt um die Zahlung einzuziehen."
5901
+
5902
+ #~ msgid "Payment could not captured - Auth ID: %1$s, Status: %2$s"
5903
+ #~ msgstr "Zahlung konnte nicht erfasst werden - Auth ID: %1$s, Status: %2$s"
5904
+
5905
+ #~ msgid "Payment of %1$s was captured - Auth ID: %2$s, Transaction ID: %3$s"
5906
+ #~ msgstr ""
5907
+ #~ "Zahlung von %1$s wurde erfasst - Auth ID: %2$s, Transaktion ID: %3$s"
5908
+
5909
+ #~ msgid "Payment could not captured: %s"
5910
+ #~ msgstr "Zahlung konnte nicht erfasst werden: %s"
5911
+
5912
+ #~ msgid "Bank"
5913
+ #~ msgstr "Bank"
5914
+
5915
+ #~ msgid ""
5916
+ #~ "To override and edit this email template copy %1$s to your theme folder: "
5917
+ #~ "%2$s."
5918
+ #~ msgstr ""
5919
+ #~ "Um diese E-Mail-Vorlage zu überschreiben und zu bearbeiten, kopiere %1$s "
5920
+ #~ "in deinen Theme-Ordner: %2$s."
5921
+
5922
+ #~ msgid "Invalid payment token."
5923
+ #~ msgstr "Ungültiges Zahlungs-Token."
5924
+
5925
+ #~ msgid "Invalid or missing payment token fields."
5926
+ #~ msgstr "Ungültige oder fehlende Zahlungs-Token-Felder."
5927
+
5928
+ #~ msgid "Invalid download."
5929
+ #~ msgstr "Ungültiger Download."
5930
+
5931
+ #~ msgid "Invalid customer."
5932
+ #~ msgstr "Ungültiger Kunde."
5933
+
5934
+ #~ msgid "%1$d updates complete. Database version is %2$s"
5935
+ #~ msgstr "%1$d Aktualisierungen abgeschlossen. Die Datenbankversion ist %2$s"
5936
+
5937
+ #~ msgid "Calling update function: %s"
5938
+ #~ msgstr "Aufruf der Update-Funktion: %s"
5939
+
5940
+ #~ msgid "Output just the id when the operation is successful."
5941
+ #~ msgstr "Gib nur die ID aus, wenn die Aktion erfolgreich war."
5942
+
5943
+ #~ msgid "Invalid coupon."
5944
+ #~ msgstr "Ungültiger Gutschein."
5945
+
5946
+ #~ msgid "Render response in a particular format."
5947
+ #~ msgstr "Gib die Antwort in bestimmtem Format aus."
5948
+
5949
+ #~ msgid "Get the value of an individual field."
5950
+ #~ msgstr "Rufe den Wert eines bestimmten Feldes ab."
5951
+
5952
+ #~ msgid "Limit response to specific fields. Defaults to all fields."
5953
+ #~ msgstr ""
5954
+ #~ "Beschränke die Antwort auf bestimmte Felder. Standard sind alle Felder."
5955
+
5956
+ #~ msgid "The id for the resource."
5957
+ #~ msgstr "Die ID für die Ressource."
5958
+
5959
+ #~ msgid "No schema title found for %s, skipping REST command registration."
5960
+ #~ msgstr ""
5961
+ #~ "Kein Schema-Titel für %s gefunden, REST-Kommando Registrierung "
5962
+ #~ "übersprungen."
5963
+
5964
+ #~ msgid ""
5965
+ #~ "Make sure to include the --user flag with an account that has permissions "
5966
+ #~ "for this action."
5967
+ #~ msgstr ""
5968
+ #~ "Stelle sicher, die --user Markierung mit einem Konto zu benutzen, das zu "
5969
+ #~ "dieser Aktion berechtigt ist."
5970
+
5971
+ #~ msgid "Updated"
5972
+ #~ msgstr "Aktualisiert"
5973
+
5974
+ #~ msgid "Deleted"
5975
+ #~ msgstr "Gelöscht"
5976
+
5977
+ #~ msgid "External products cannot be backordered."
5978
+ #~ msgstr "Externe Produkte können nicht nachbestellt werden."
5979
+
5980
+ #~ msgid "External products cannot be stock managed."
5981
+ #~ msgstr "Externe Produkte können nicht im Lager verwaltet werden."
5982
+
5983
+ #~ msgctxt "Product Attribute"
5984
+ #~ msgid "Product %s"
5985
+ #~ msgstr "Produkt %s"
5986
+
5987
+ #~ msgid "Product shipping classes"
5988
+ #~ msgstr "Produkt Versandklasse"
5989
+
5990
+ #~ msgid "No tags found"
5991
+ #~ msgstr "Keine Tags gefunden"
5992
+
5993
+ #~ msgid "Choose from the most used tags"
5994
+ #~ msgstr "Wähle aus den meistgenutzten Schlagwörtern"
5995
+
5996
+ #~ msgid "Add or remove tags"
5997
+ #~ msgstr "Tags hinzufügen oder entfernen"
5998
+
5999
+ #~ msgid "Separate tags with commas"
6000
+ #~ msgstr "Mehrere Schlagwörter mit Komma separieren"
6001
+
6002
+ #~ msgid "Popular tags"
6003
+ #~ msgstr "Populäre Schlagwörter"
6004
+
6005
+ #~ msgid "New tag name"
6006
+ #~ msgstr "Neues Schlagwort"
6007
+
6008
+ #~ msgid "Add new tag"
6009
+ #~ msgstr "Neues Schlagwort hinzufügen"
6010
+
6011
+ #~ msgid "Update tag"
6012
+ #~ msgstr "Schlagwort aktualisieren"
6013
+
6014
+ #~ msgid "Edit tag"
6015
+ #~ msgstr "Schlagwort bearbeiten"
6016
+
6017
+ #~ msgid "All tags"
6018
+ #~ msgstr "Alle Schlagwörter"
6019
+
6020
+ #~ msgid "Search tags"
6021
+ #~ msgstr "Suche Schlagwörter"
6022
+
6023
+ #~ msgid "Tag"
6024
+ #~ msgstr "Schlagwort"
6025
+
6026
+ #~ msgid "No categories found"
6027
+ #~ msgstr "Keine Kategorien gefunden"
6028
+
6029
+ #~ msgid "New category name"
6030
+ #~ msgstr "Name der neuen Kategorie"
6031
+
6032
+ #~ msgid "Add new category"
6033
+ #~ msgstr "Neue Kategorie hinzufügen"
6034
+
6035
+ #~ msgid "Update category"
6036
+ #~ msgstr "Kategorie aktualisieren"
6037
+
6038
+ #~ msgid "Edit category"
6039
+ #~ msgstr "Kategorie bearbeiten"
6040
+
6041
+ #~ msgid "Parent category:"
6042
+ #~ msgstr "Übergeordnete Kategorie:"
6043
+
6044
+ #~ msgid "Parent category"
6045
+ #~ msgstr "Übergeordnete Kategorie"
6046
+
6047
+ #~ msgid "All categories"
6048
+ #~ msgstr "Alle Kategorien"
6049
+
6050
+ #~ msgid "Search categories"
6051
+ #~ msgstr "Suche Kategorien"
6052
+
6053
+ #~ msgid "Category"
6054
+ #~ msgstr "Kategorie"
6055
+
6056
+ #~ msgid "Order status set to %s."
6057
+ #~ msgstr "Bestellstatus auf %s gesetzt."
6058
+
6059
+ #~ msgid "Invalid tax class"
6060
+ #~ msgstr "Ungültige Steuerklasse"
6061
+
6062
+ #~ msgid "Invalid variation ID"
6063
+ #~ msgstr "Ungültige Variations-ID"
6064
+
6065
+ #~ msgid "Invalid product"
6066
+ #~ msgstr "Ungültiges Produkt"
6067
+
6068
+ #~ msgid "Visit premium customer support"
6069
+ #~ msgstr "Besuche den Premium-Kundensupport"
6070
+
6071
+ #~ msgid "Error:"
6072
+ #~ msgstr "Fehler:"
6073
+
6074
+ #~ msgid "Invalid value posted for %s"
6075
+ #~ msgstr "Ungültiger Wert eingegeben für %s"
6076
+
6077
+ #~ msgid ""
6078
+ #~ "%d item from your previous order is currently unavailable and could not "
6079
+ #~ "be added to your cart."
6080
+ #~ msgid_plural ""
6081
+ #~ "%d items from your previous order are currently unavailable and could not "
6082
+ #~ "be added to your cart."
6083
+ #~ msgstr[0] ""
6084
+ #~ "%d Artikel aus deiner vorherigen Bestellung ist derzeit nicht verfügbar "
6085
+ #~ "und konnte nicht zum Warenkorb hinzugefügt werden."
6086
+ #~ msgstr[1] ""
6087
+ #~ "%d Artikel aus deiner vorherigen Bestellung sind derzeit nicht verfügbar "
6088
+ #~ "und konnten nicht zum Warenkorb hinzugefügt werden."
6089
+
6090
+ #~ msgid "%1$s is low in stock. There are %2$d left."
6091
+ #~ msgstr "%1$s hat geringen Lagerbestand. Es verbleiben %2$d."
6092
+
6093
+ #~ msgid "Invalid data store."
6094
+ #~ msgstr "Ungültiger Datenspeicher"
6095
+
6096
+ #~ msgid "Invalid billing email address"
6097
+ #~ msgstr "Ungültige Rechnungs E-Mail-Adresse"
6098
+
6099
+ #~ msgid "Invalid role"
6100
+ #~ msgstr "Ungültige Rolle"
6101
+
6102
+ #~ msgid "Invalid email address"
6103
+ #~ msgstr "Ungültige E-Mail-Adresse"
6104
+
6105
+ #~ msgid "Invalid email address restriction"
6106
+ #~ msgstr "Ungültige Einschränkung der E-Mail-Adresse"
6107
+
6108
+ #~ msgid "Invalid discount type"
6109
+ #~ msgstr "Ungültige Rabattart"
6110
+
6111
+ #~ msgid "Eircode"
6112
+ #~ msgstr "Eircode"
6113
+
6114
+ #~ msgid "Apartment, suite, unit etc. (optional)"
6115
+ #~ msgstr "Wohnung, Suite, Gebäude, etc. (optional)"
6116
+
6117
+ #~ msgid "Street address"
6118
+ #~ msgstr "Straße"
6119
+
6120
+ #~ msgid "Billing %s"
6121
+ #~ msgstr "Rechnung %s"
6122
+
6123
+ #~ msgid "You cannot add another \"%s\" to your cart."
6124
+ #~ msgstr "Du kannst keinen weiteren \"%s\" zu Warenkorb hinzufügen."
6125
+
6126
+ #~ msgid "View cart"
6127
+ #~ msgstr "Warenkorb anzeigen"
6128
+
6129
+ #~ msgid ""
6130
+ #~ "In order for <strong>database caching</strong> to work with WooCommerce "
6131
+ #~ "you must add %1$s to the \"Ignored Query Strings\" option in <a href="
6132
+ #~ "\"%2$s\">W3 Total Cache settings</a>."
6133
+ #~ msgstr ""
6134
+ #~ "Um <strong>Datenbank-Caching</strong> mit WooCommerce nutzen zu können, "
6135
+ #~ "musst du %1$s zur \"Ignoriere Query Strings\" Option in den <a href=\"%2$s"
6136
+ #~ "\">W3 Total Cache Einstellungen</a> hinzufügen."
6137
+
6138
+ #~ msgid "%1$s - API %2$s (created on %3$s at %4$s)."
6139
+ #~ msgstr "%1$s - API %2$s (erstellt am %3$s um %4$s)."
6140
+
6141
+ #~ msgid "Invalid order"
6142
+ #~ msgstr "Ungültige Bestellung"
6143
+
6144
+ #~ msgid "The product review cannot be deleted."
6145
+ #~ msgstr "Die Produktbewertung kann nicht gelöscht werden."
6146
+
6147
+ #~ msgid "The comment has already been trashed."
6148
+ #~ msgstr "Der Kommentar ist bereits im Papierkorb."
6149
+
6150
+ #~ msgid "The product review does not support trashing."
6151
+ #~ msgstr "Die Produktbewertung unterstützt das löschen nicht."
6152
+
6153
+ #~ msgid "Invalid product review ID."
6154
+ #~ msgstr "Ungültige Produktbewertungs-ID."
6155
+
6156
+ #~ msgid "Updating product review failed."
6157
+ #~ msgstr "Aktualisieren der Produktbewertung fehlgeschlagen."
6158
+
6159
+ #~ msgid "Creating product review failed."
6160
+ #~ msgstr "Erstellen der Produktbewertung fehlgeschlagen."
6161
+
6162
+ #~ msgid "Could not update the attribute."
6163
+ #~ msgstr "Das Attribut konnte nicht aktualisiert werden."
6164
+
6165
+ #~ msgid "The date of the customer last order, as GMT."
6166
+ #~ msgstr "Das Datum der letzten Bestellung des Kunden, als GMT."
6167
+
6168
+ #~ msgid "The date the customer was created, as GMT."
6169
+ #~ msgstr "Das Datum, an dem der Kunde erstellt wurde, als GMT."
6170
+
6171
+ #~ msgid "Invalid resource ID."
6172
+ #~ msgstr "Ungültige Ressourcen-ID."
6173
+
6174
+ #~ msgid "This resource cannot be created."
6175
+ #~ msgstr "Diese Ressource kann nicht erstellt werden."
6176
+
6177
+ #~ msgid "The date the webhook was last modified, as GMT."
6178
+ #~ msgstr "Das Datum, an dem der Webhook zuletzt geändert wurde, als GMT."
6179
+
6180
+ #~ msgid "The date the webhook was created, as GMT."
6181
+ #~ msgstr "Das Datum, an dem der Webhook erstellt wurde, als GMT."
6182
+
6183
+ #~ msgid "The date the webhook delivery was logged, as GMT."
6184
+ #~ msgstr "Das Datum, an dem der Webhook erstellt wurde, als GMT."
6185
+
6186
+ #~ msgid "There was an error calling this tool. There is no callback present."
6187
+ #~ msgstr ""
6188
+ #~ "Beim Aufruf dieses Werkzeugs ist ein Fehler aufgetreten. Es gibt keine "
6189
+ #~ "Callback-Funktion."
6190
+
6191
+ #~ msgid "Tool ran."
6192
+ #~ msgstr "Werkzeug wurde ausgeführt."
6193
+
6194
+ #~ msgid "%d orphaned variations deleted"
6195
+ #~ msgstr "%d verwaiste Variationen gelöscht"
6196
+
6197
+ #~ msgid "Tool return message."
6198
+ #~ msgstr "Werkzeug Rückmeldung."
6199
+
6200
+ #~ msgid "Did the tool run successfully?"
6201
+ #~ msgstr "Lief das Werkzeug erfolgreich?"
6202
+
6203
+ #~ msgid "Tool description."
6204
+ #~ msgstr "Werkzeugbeschreibung."
6205
+
6206
+ #~ msgid "What running the tool will do."
6207
+ #~ msgstr "Was die Ausführung des Werkzeugs bewirkt."
6208
+
6209
+ #~ msgid "Tool name."
6210
+ #~ msgstr "Werkzeug Name."
6211
+
6212
+ #~ msgid "A unique identifier for the tool."
6213
+ #~ msgstr "Eine eindeutige Kennung für das Werkzeug."
6214
+
6215
+ #~ msgid "Invalid tool ID."
6216
+ #~ msgstr "Ungültige Werkzeug ID."
6217
+
6218
+ #~ msgid ""
6219
+ #~ "This tool will install all the missing WooCommerce pages. Pages already "
6220
+ #~ "defined and set up will not be replaced."
6221
+ #~ msgstr ""
6222
+ #~ "Dieses Werkzeug installiert alle fehlenden WooCommerce-Seiten. Bereits "
6223
+ #~ "definierte und eingerichtete Seiten werden nicht überschrieben."
6224
+
6225
+ #~ msgid "This tool will delete all variations which have no parent."
6226
+ #~ msgstr ""
6227
+ #~ "Dieses Werkzeug löscht alle Variationen, die keine Elternvariationen "
6228
+ #~ "haben."
6229
+
6230
+ #~ msgid "Delete orphaned variations"
6231
+ #~ msgstr "Lösche verwaiste Variationen"
6232
+
6233
+ #~ msgid "Orphaned variations"
6234
+ #~ msgstr "Verwaiste Variationen"
6235
+
6236
+ #~ msgid "WooCommerce pages."
6237
+ #~ msgstr "WooCommerce Seiten."
6238
+
6239
+ #~ msgid "Hide errors from visitors?"
6240
+ #~ msgstr "Fehler vor Besuchern verstecken?"
6241
+
6242
+ #~ msgid "Currency symbol."
6243
+ #~ msgstr "Währungssymbol."
6244
+
6245
+ #~ msgid "Currency."
6246
+ #~ msgstr "Währung."
6247
+
6248
+ #~ msgid "SSL forced?"
6249
+ #~ msgstr "Erzwungenes SSL"
6250
+
6251
+ #~ msgid "REST API enabled?"
6252
+ #~ msgstr "REST-API aktiviert?"
6253
+
6254
+ #~ msgid "Settings."
6255
+ #~ msgstr "Einstellungen."
6256
+
6257
+ #~ msgid "Template overrides."
6258
+ #~ msgstr "Template Überschreibungen."
6259
+
6260
+ #~ msgid "Does this theme have outdated templates?"
6261
+ #~ msgstr "Hat dieses Theme veraltete Templates?"
6262
+
6263
+ #~ msgid "Does the theme have a woocommerce.php file?"
6264
+ #~ msgstr "Hat das Theme eine woocommerce.php Datei?"
6265
+
6266
+ #~ msgid "Does the theme declare WooCommerce support?"
6267
+ #~ msgstr "Unterstützt das Theme WooCommerce?"
6268
+
6269
+ #~ msgid "Is this theme a child theme?"
6270
+ #~ msgstr "Ist das Theme ein Child-Theme?"
6271
+
6272
+ #~ msgid "Theme author URL."
6273
+ #~ msgstr "Theme Autoren-URL."
6274
+
6275
+ #~ msgid "Latest version of theme."
6276
+ #~ msgstr "Neueste Version des Themes."
6277
+
6278
+ #~ msgid "Theme version."
6279
+ #~ msgstr "Theme Version."
6280
+
6281
+ #~ msgid "Theme name."
6282
+ #~ msgstr "Theme Name."
6283
+
6284
+ #~ msgid "Theme."
6285
+ #~ msgstr "Eltern-Theme Name."
6286
+
6287
+ #~ msgid "Database tables."
6288
+ #~ msgstr "Datenbank-Tabellen."
6289
+
6290
+ #~ msgid "Database prefix."
6291
+ #~ msgstr "Datenbankpräfix."
6292
+
6293
+ #~ msgid "Database."
6294
+ #~ msgstr "Datenbank."
6295
+
6296
+ #~ msgid "Remote GET response."
6297
+ #~ msgstr "Remote-GET Antwort."
6298
+
6299
+ #~ msgid "Remote GET successful?"
6300
+ #~ msgstr "Remote GET erfolgreich?"
6301
+
6302
+ #~ msgid "Remote POST response."
6303
+ #~ msgstr "Remote-POST Antwort."
6304
+
6305
+ #~ msgid "Remote POST successful?"
6306
+ #~ msgstr "Remote POST erfolgreich?"
6307
+
6308
+ #~ msgid "Is mbstring enabled?"
6309
+ #~ msgstr "Ist mbstring aktiviert?"
6310
+
6311
+ #~ msgid "Geolocation enabled?"
6312
+ #~ msgstr "Geolocation aktiviert?"
6313
+
6314
+ #~ msgid "Taxonomy terms for product/order statuses."
6315
+ #~ msgstr "Taxonomie-Begriffe für Produkt-/Bestell-Status."
6316
+
6317
+ #~ msgid "Security."
6318
+ #~ msgstr "Sicherheit."
6319
+
6320
+ #~ msgid "Is GZip enabled?"
6321
+ #~ msgstr "Ist GZip aktiviert?"
6322
+
6323
+ #~ msgid "Is DomDocument class enabled?"
6324
+ #~ msgstr "Ist die DomDocument Klasse aktiviert?"
6325
+
6326
+ #~ msgid "Is SoapClient class enabled?"
6327
+ #~ msgstr "Ist die SoapClient Klasse aktiviert?"
6328
+
6329
+ #~ msgid "Is fsockopen/cURL enabled?"
6330
+ #~ msgstr "Ist fsockopen/cURL aktiviert?"
6331
+
6332
+ #~ msgid "Default timezone."
6333
+ #~ msgstr "Standard-Zeitzone."
6334
+
6335
+ #~ msgid "Is SUHOSIN installed?"
6336
+ #~ msgstr "Ist SUHOSIN installiert?"
6337
+
6338
+ #~ msgid "PHP max input vars."
6339
+ #~ msgstr "PHP max input vars."
6340
+
6341
+ #~ msgid "PHP max execution time."
6342
+ #~ msgstr "PHP max. Ausführungszeit."
6343
+
6344
+ #~ msgid "PHP post max size."
6345
+ #~ msgstr "PHP max. post Größe."
6346
+
6347
+ #~ msgid "WordPress language."
6348
+ #~ msgstr "WordPress Sprache."
6349
+
6350
+ #~ msgid "Are WordPress cron jobs enabled?"
6351
+ #~ msgstr "Sind WordPress Cron Jobs aktiviert?"
6352
+
6353
+ #~ msgid "Is WordPress debug mode active?"
6354
+ #~ msgstr "Ist der WordPress Debug Modus aktiviert?"
6355
+
6356
+ #~ msgid "WordPress memory limit."
6357
+ #~ msgstr "WordPress Speicher-Limit."
6358
+
6359
+ #~ msgid "Is WordPress multisite?"
6360
+ #~ msgstr "Ist es eine WordPress Multisite?"
6361
+
6362
+ #~ msgid "WordPress version."
6363
+ #~ msgstr "WordPress Version."
6364
+
6365
+ #~ msgid "Is log directory writable?"
6366
+ #~ msgstr "Ist das Log Verzeichnis beschreibbar?"
6367
+
6368
+ #~ msgid "Log directory."
6369
+ #~ msgstr "Log Verzeichnis"
6370
+
6371
+ #~ msgid "WooCommerce version."
6372
+ #~ msgstr "WooCommerce Version."
6373
+
6374
+ #~ msgid "Site URL."
6375
+ #~ msgstr "Seiten-URL."
6376
+
6377
+ #~ msgid "Home URL."
6378
+ #~ msgstr "Startseiten-URL."
6379
+
6380
+ #~ msgid "Environment."
6381
+ #~ msgstr "Umgebung."
6382
+
6383
+ #~ msgid "Shipping zone order."
6384
+ #~ msgstr "Reihenfolge der Versandzone."
6385
+
6386
+ #~ msgid "Shipping zones do not support trashing."
6387
+ #~ msgstr "Versandzonen können nicht in den Papierkorb bewegt werden."
6388
+
6389
+ #~ msgid ""
6390
+ #~ "Resource cannot be created. Check to make sure 'order' and 'name' are "
6391
+ #~ "present."
6392
+ #~ msgstr ""
6393
+ #~ "Ressource kann nicht erstellt werden. Stelle sicher, dass 'order' und "
6394
+ #~ "'name' gesetzt sind."
6395
+
6396
+ #~ msgid "Shipping zone name."
6397
+ #~ msgstr "Name der Versandzone."
6398
+
6399
+ #~ msgid "Shipping method settings."
6400
+ #~ msgstr "Einstellung Versand-Methode."
6401
+
6402
+ #~ msgid "Shipping method enabled status."
6403
+ #~ msgstr "Aktiviert-Status der Versandmethode."
6404
+
6405
+ #~ msgid "Shipping method sort order."
6406
+ #~ msgstr "Versandart Sortierreihenfolge."
6407
+
6408
+ #~ msgid "Shipping method customer facing title."
6409
+ #~ msgstr "Kundenseitiger Titel der Versandmethode."
6410
+
6411
+ #~ msgid "Shipping method instance ID."
6412
+ #~ msgstr "Instanz-ID der Versandmethode."
6413
+
6414
+ #~ msgid "Shipping methods do not support trashing."
6415
+ #~ msgstr "Versandarten unterstützen keinen Papierkorb."
6416
+
6417
+ #~ msgid "Resource cannot be created."
6418
+ #~ msgstr "Ressource kann nicht erstellt werden."
6419
+
6420
+ #~ msgid "Unique ID for the instance."
6421
+ #~ msgstr "Eindeutige ID für diese Instanz."
6422
+
6423
+ #~ msgid "Unique ID for the zone."
6424
+ #~ msgstr "Eindeutige ID für diese Zone."
6425
+
6426
+ #~ msgid "Shipping zone location type."
6427
+ #~ msgstr "Ortstyp der Versandzone."
6428
+
6429
+ #~ msgid "Shipping zone location code."
6430
+ #~ msgstr "Ortscode der Versandzone."
6431
+
6432
+ #~ msgid "Unique ID for the resource."
6433
+ #~ msgstr "Eindeutige ID für diese Ressource."
6434
+
6435
+ #~ msgid "Shipping method description."
6436
+ #~ msgstr "Beschreibung der Versandmethode."
6437
+
6438
+ #~ msgid "Shipping method title."
6439
+ #~ msgstr "Titel der Versandmethode."
6440
+
6441
+ #~ msgid "Method ID."
6442
+ #~ msgstr "Methoden ID."
6443
+
6444
+ #~ msgid "IDs for settings sub groups."
6445
+ #~ msgstr "IDs für Einstellungs-Untergruppen."
6446
+
6447
+ #~ msgid "ID of parent grouping."
6448
+ #~ msgstr "ID der übergeordneten Gruppierung."
6449
+
6450
+ #~ msgid "A unique identifier that can be used to link settings together."
6451
+ #~ msgstr ""
6452
+ #~ "Eine eindeutige Kennung, die zur Gruppierung von Einstellungen genutzt "
6453
+ #~ "werden kann."
6454
+
6455
+ #~ msgid "No setting groups have been registered."
6456
+ #~ msgstr "Es wurden keine Einstellungs-Gruppen registriert."
6457
+
6458
+ #~ msgid ""
6459
+ #~ "Array of options (key value pairs) for inputs such as select, "
6460
+ #~ "multiselect, and radio buttons."
6461
+ #~ msgstr ""
6462
+ #~ "Array von Optionen (Schlüssel-Wert-Paare) für Eingabefelder wie Checkbox, "
6463
+ #~ "Auswahl und Mehrfachauswahl."
6464
+
6465
+ #~ msgid "Invalid setting."
6466
+ #~ msgstr "Ungültige Einstellung."
6467
+
6468
+ #~ msgid "Invalid setting group."
6469
+ #~ msgstr "Ungültige Einstellungsgruppe."
6470
+
6471
+ #~ msgid "Settings group ID."
6472
+ #~ msgstr "Einstellungen Gruppen ID."
6473
+
6474
+ #~ msgid "Limit result set to products based on a maximum price."
6475
+ #~ msgstr ""
6476
+ #~ "Beschränkt Ergebnismenge auf Produkte basierend auf dem Höchstpreis."
6477
+
6478
+ #~ msgid "Limit result set to products based on a minimum price."
6479
+ #~ msgstr ""
6480
+ #~ "Beschränkt Ergebnismenge auf Produkte basierend auf dem Minimumpreis."
6481
+
6482
+ #~ msgid "Limit result set to products on sale."
6483
+ #~ msgstr "Beschränkt Ergebnismenge auf Produkte im Angebot."
6484
+
6485
+ #~ msgid "Limit result set to products in stock or out of stock."
6486
+ #~ msgstr ""
6487
+ #~ "Beschränkt Ergebnismenge auf Produkte die auf Lager oder nicht auf Lager "
6488
+ #~ "sind."
6489
+
6490
+ #~ msgid "Limit result set to products with a specific tax class."
6491
+ #~ msgstr ""
6492
+ #~ "Ergebnis auf Produkte mit einer bestimmten Steuerklasse einschränken."
6493
+
6494
+ #~ msgid "Limit result set to featured products."
6495
+ #~ msgstr "Beschränkt Ergebnismenge auf hervorgehobene Produkte."
6496
+
6497
+ #~ msgid "List of variations IDs."
6498
+ #~ msgstr "Liste der Variations IDs."
6499
+
6500
+ #~ msgid "The date the product was last modified, as GMT."
6501
+ #~ msgstr "Das Datum, an dem das Produkt zuletzt geändert wurde, als GMT."
6502
+
6503
+ #~ msgid "The date the product was created, as GMT."
6504
+ #~ msgstr "Das Datum, an dem das Produkt erstellt wurde, als GMT."
6505
+
6506
+ #~ msgid "Number of days until access to downloadable files expires."
6507
+ #~ msgstr ""
6508
+ #~ "Anzahl der Tage, bis der Zugriff auf herunterladbare Dateien abläuft."
6509
+
6510
+ #~ msgid "Number of times downloadable files can be downloaded after purchase."
6511
+ #~ msgstr ""
6512
+ #~ "Wie oft die herunterladbaren Dateien nach dem Kauf heruntergeladen werden "
6513
+ #~ "können."
6514
+
6515
+ #~ msgid "End date of sale price, in the site's timezone."
6516
+ #~ msgstr "Enddatum des Verkaufspreises, in der Zeitzone der Website."
6517
+
6518
+ #~ msgid "Start date of sale price, as GMT."
6519
+ #~ msgstr "Startdatum des Angebotspreises, als GMT (Greenwich Mean Time)."
6520
+
6521
+ #~ msgid "Start date of sale price, in the site's timezone."
6522
+ #~ msgstr "Startdatum des Angebotspreises, in der Zeitzone der Website."
6523
+
6524
+ #~ msgid "The date the review was created, as GMT."
6525
+ #~ msgstr "Das Datum, an dem die Bewertung erstellt wurde, als GMT."
6526
+
6527
+ #~ msgid "The content of the review."
6528
+ #~ msgstr "Der Inhalt der Bewertung."
6529
+
6530
+ #~ msgid "The date the image was last modified, as GMT."
6531
+ #~ msgstr "Das Datum, an dem das Bild zuletzt geändert wurde, als GMT."
6532
+
6533
+ #~ msgid "The date the image was created, as GMT."
6534
+ #~ msgstr "Das Datum, an dem das Bild erstellt wurde, als GMT."
6535
+
6536
+ #~ msgid "Placeholder text to be displayed in text inputs."
6537
+ #~ msgstr "Platzhalter-Text, der in Texteingabefeldern angezeigt werden soll."
6538
+
6539
+ #~ msgid "Additional help text shown to the user about the setting."
6540
+ #~ msgstr ""
6541
+ #~ "Zusätzlicher Hilfstext, der dem Benutzer über die Einstellung angezeigt "
6542
+ #~ "wird."
6543
+
6544
+ #~ msgid "Default value for the setting."
6545
+ #~ msgstr "Standardwert der Einstellung."
6546
+
6547
+ #~ msgid "Setting value."
6548
+ #~ msgstr "Einstellungswert."
6549
+
6550
+ #~ msgid "Type of setting."
6551
+ #~ msgstr "Einstellungsart."
6552
+
6553
+ #~ msgid "A human readable description for the setting used in interfaces."
6554
+ #~ msgstr ""
6555
+ #~ "Eine visuell lesbare Beschreibung der Einstellung für Benutzeroberflächen."
6556
+
6557
+ #~ msgid "A human readable label for the setting used in interfaces."
6558
+ #~ msgstr ""
6559
+ #~ "Eine visuell lesbare Beschriftung für die Einstellung in "
6560
+ #~ "Benutzeroberflächen."
6561
+
6562
+ #~ msgid "A unique identifier for the setting."
6563
+ #~ msgstr "Eine eindeutige Kennung für die Einstellung."
6564
+
6565
+ #~ msgid "Payment gateway settings."
6566
+ #~ msgstr "Einstellungen für Zahlungswege."
6567
+
6568
+ #~ msgid "Payment gateway method description."
6569
+ #~ msgstr "Beschreibung des Zahlungswegs."
6570
+
6571
+ #~ msgid "Payment gateway method title."
6572
+ #~ msgstr "Name des Zahlungswegs."
6573
+
6574
+ #~ msgid "Payment gateway enabled status."
6575
+ #~ msgstr "Aktiviert-Status des Zahlungswegs."
6576
+
6577
+ #~ msgid "Payment gateway sort order."
6578
+ #~ msgstr "Sortierreihenfolge des Zahlungswegs."
6579
+
6580
+ #~ msgid "Payment gateway description on checkout."
6581
+ #~ msgstr "Beschreibung des Zahlungswegs beim Bezahlvorgang."
6582
+
6583
+ #~ msgid "Payment gateway title on checkout."
6584
+ #~ msgstr "Titel des Zahlungswegs beim Bezahlvorgang."
6585
+
6586
+ #~ msgid "Payment gateway ID."
6587
+ #~ msgstr "Zahlungsweg ID."
6588
+
6589
+ #~ msgid "The date the order was completed, as GMT."
6590
+ #~ msgstr "Das Datum an dem die Bestellung fertiggestellt wurde, als GMT."
6591
+
6592
+ #~ msgid "The date the order was paid, as GMT."
6593
+ #~ msgstr "Das Datum, an dem die Bestellung bezahlt wurde, als GMT."
6594
+
6595
+ #~ msgid "The date the order was last modified, as GMT."
6596
+ #~ msgstr "Das Datum an dem die Bestellung zuletzt geändert wurde, als GMT."
6597
+
6598
+ #~ msgid "Version of WooCommerce which last updated the order."
6599
+ #~ msgstr "WooCommerce-Version, die zuletzt die Bestellung aktualisiert hat."
6600
+
6601
+ #~ msgid "When true, the payment gateway API is used to generate the refund."
6602
+ #~ msgstr "Wenn aktiv wird die Zahlungsweg-API für die Erstattung verwendet."
6603
+
6604
+ #~ msgid "User ID of user who created the refund."
6605
+ #~ msgstr "Benutzer-ID des Benutzers, der die Rückerstattung erstellt hat."
6606
+
6607
+ #~ msgid "The date the order refund was created, as GMT."
6608
+ #~ msgstr "Das Datum an dem die Bestellung rückerstattet wurde, als GMT."
6609
+
6610
+ #~ msgid "Limit result to customers or internal notes."
6611
+ #~ msgstr "Ergebnis auf Kunden oder interne Hinweise beschränken."
6612
+
6613
+ #~ msgid ""
6614
+ #~ "If true, the note will be shown to customers and they will be notified. "
6615
+ #~ "If false, the note will be for admin reference only."
6616
+ #~ msgstr ""
6617
+ #~ "Wenn aktiv wird die Notiz für den Kunden sichtbar und er wird "
6618
+ #~ "benachrichtigt. Wenn inaktiv ist diese Notiz nur für Admins."
6619
+
6620
+ #~ msgid "The date the order note was created, as GMT."
6621
+ #~ msgstr "Das Datum an dem die Notiz zur Bestellung erstellt wurde, als GMT."
6622
+
6623
+ #~ msgid "Is the customer a paying customer?"
6624
+ #~ msgstr "Ist der Kunde ein zahlender Kunde?"
6625
+
6626
+ #~ msgid "The date the customer was last modified, as GMT."
6627
+ #~ msgstr "Das Datum, an dem der Kunde zuletzt geändert wurde, als GMT."
6628
+
6629
+ #~ msgid "The date the order was created, as GMT."
6630
+ #~ msgstr "Das Datum an dem die Bestellung erstellt wurde, als GMT."
6631
+
6632
+ #~ msgid "The date when download access expires, as GMT."
6633
+ #~ msgstr "Datum, an dem der Zugriff auf den Download abläuft, als GMT."
6634
+
6635
+ #~ msgid "Meta ID."
6636
+ #~ msgstr "Meta-ID."
6637
+
6638
+ #~ msgid "Meta data."
6639
+ #~ msgstr "Metadaten."
6640
+
6641
+ #~ msgid ""
6642
+ #~ "List of user IDs (or guest email addresses) that have used the coupon."
6643
+ #~ msgstr ""
6644
+ #~ "Liste der Benutzer-IDs (oder Gast E-Mail Adressen), die den Gutschein "
6645
+ #~ "verwendet haben."
6646
+
6647
+ #~ msgid ""
6648
+ #~ "If true, this coupon will not be applied to items that have sale prices."
6649
+ #~ msgstr ""
6650
+ #~ "Wenn dies der Fall ist, wird dieser Gutschein nicht auf Produkte/Artikel "
6651
+ #~ "mit Angebotspreisen (Sale) angewendet."
6652
+
6653
+ #~ msgid ""
6654
+ #~ "If true and if the free shipping method requires a coupon, this coupon "
6655
+ #~ "will enable free shipping."
6656
+ #~ msgstr ""
6657
+ #~ "Wenn aktiv und die kostenlose Versandmethode einen Gutschein benötigt, "
6658
+ #~ "wird dieser Gutschein kostenlosen Versand aktivieren."
6659
+
6660
+ #~ msgid "How many times the coupon can be used in total."
6661
+ #~ msgstr "Wie oft der Gutschein insgesamt benutzt werden kann."
6662
+
6663
+ #~ msgid ""
6664
+ #~ "If true, the coupon can only be used individually. Other applied coupons "
6665
+ #~ "will be removed from the cart."
6666
+ #~ msgstr ""
6667
+ #~ "Wenn aktiv kann dieser Gutschein nur einzeln benutzt werden. Andere "
6668
+ #~ "angewendete Gutscheine werden vom Warenkorb entfernt."
6669
+
6670
+ #~ msgid "The date the coupon expires, as GMT."
6671
+ #~ msgstr "Das Datum, an dem der Gutschein abläuft, als GMT."
6672
+
6673
+ #~ msgid "The date the coupon expires, in the site's timezone."
6674
+ #~ msgstr ""
6675
+ #~ "Das Datum, an dem der Gutschein abläuft, in der Zeitzone der Website."
6676
+
6677
+ #~ msgid "The date the coupon was last modified, as GMT."
6678
+ #~ msgstr "Das Datum, an dem der Gutscheine zuletzt geändert wurde, als GMT."
6679
+
6680
+ #~ msgid "The date the coupon was created, as GMT."
6681
+ #~ msgstr "Das Datum, an dem der Gutschein erstellt wurde, als GMT."
6682
+
6683
+ #~ msgid ""
6684
+ #~ "The amount of discount. Should always be numeric, even if setting a "
6685
+ #~ "percentage."
6686
+ #~ msgstr ""
6687
+ #~ "Die Höhe des Rabatts (Rabattbetrag). Sollte immer numerisch sein, auch "
6688
+ #~ "wenn es ein Prozentsatz ist."
6689
+
6690
+ #~ msgid "Missing OAuth parameter %s"
6691
+ #~ msgid_plural "Missing OAuth parameters %s"
6692
+ #~ msgstr[0] "Fehlender OAuth-Parameter %s"
6693
+ #~ msgstr[1] "Fehlende OAuth-Parameter %s"
6694
+
6695
+ #~ msgid "From %1$s to %2$s"
6696
+ #~ msgstr "Von %1$s bis %2$s"
6697
+
6698
+ #~ msgid ""
6699
+ #~ "<strong>Your theme does not declare WooCommerce support</strong> &#8211; "
6700
+ #~ "Please read our <a href=\"%1$s\" target=\"_blank\">integration</a> guide "
6701
+ #~ "or check out our <a href=\"%2$s\" target=\"_blank\">Storefront</a> theme "
6702
+ #~ "which is totally free to download and designed specifically for use with "
6703
+ #~ "WooCommerce."
6704
+ #~ msgstr ""
6705
+ #~ "<strong>Dein Theme bietet keine WooCommerce-Unterstützung</strong> - "
6706
+ #~ "Bitte lese unseren <a href=\"%1$s\" target=\"_blank\">Leitfaden zur "
6707
+ #~ "Integration</a> oder teste unser <a href=\"%2$s\" target=\"_blank"
6708
+ #~ "\">Storefront Theme</a>, das völlig kostenlos heruntergeladen werden kann "
6709
+ #~ "und speziell für den Einsatz mit WooCommerce entwickelt wurde."
6710
+
6711
+ #~ msgid "Set to regular price decreased by (fixed amount or %):"
6712
+ #~ msgstr "Auf regulären Preis gesenkt um (fester Betrag oder %):"
6713
+
6714
+ #~ msgid "Decrease existing sale price by (fixed amount or %):"
6715
+ #~ msgstr ""
6716
+ #~ "Verringern des bestehenden Verkaufspreises um (fester Betrag oder %):"
6717
+
6718
+ #~ msgid "Increase existing sale price by (fixed amount or %):"
6719
+ #~ msgstr "Erhöhen des bestehenden Verkaufspreises um (fester Betrag oder %):"
6720
+
6721
+ #~ msgid "— No change —"
6722
+ #~ msgstr "— Keine Änderung —"
6723
+
6724
+ #~ msgid "Learn how to update"
6725
+ #~ msgstr "Erfahre, wie du aktualisieren kannst"
6726
+
6727
+ #~ msgid "Outdated templates"
6728
+ #~ msgstr "Veraltete Templates"
6729
+
6730
+ #~ msgid "%1$s version %2$s is out of date. The core version is %3$s"
6731
+ #~ msgstr "%1$s Version %2$s ist veraltet. Die Hauptversion ist %3$s"
6732
+
6733
+ #~ msgid ""
6734
+ #~ "Page visibility should be <a href=\"%s\" target=\"_blank\">public</a>"
6735
+ #~ msgstr ""
6736
+ #~ "Die Sichtbarkeit der Seite sollte <a href=\"%s\" target=\"_blank"
6737
+ #~ "\">öffentlich</a> sein"
6738
+
6739
+ #~ msgid "Edit %s page"
6740
+ #~ msgstr "Seite %s bearbeiten"
6741
+
6742
+ #~ msgid "Taxonomies: Product types"
6743
+ #~ msgstr "Taxonomien: Produkttypen"
6744
+
6745
+ #~ msgid "Error messages should not be shown to visitors."
6746
+ #~ msgstr "Fehlermeldungen sollten Besuchern nicht angezeigt werden."
6747
+
6748
+ #~ msgid ""
6749
+ #~ "Error messages can contain sensitive information about your store "
6750
+ #~ "environment. These should be hidden from untrusted visitors."
6751
+ #~ msgstr ""
6752
+ #~ "Fehlermeldungen können sensible Informationen über deine Shop-Umgebung "
6753
+ #~ "enthalten. Diese sollten vor nicht vertrauenswürdigen Besuchern versteckt "
6754
+ #~ "werden."
6755
+
6756
+ #~ msgid "Hide errors from visitors"
6757
+ #~ msgstr "Fehler vor Besuchern verstecken"
6758
+
6759
+ #~ msgid ""
6760
+ #~ "Your store is not using HTTPS. <a href=\"%s\" target=\"_blank\">Learn "
6761
+ #~ "more about HTTPS and SSL Certificates</a>."
6762
+ #~ msgstr ""
6763
+ #~ "Dein Shop benutzt kein HTTPS. <a href=\"%s\" target=\"_blank\">Erfahre "
6764
+ #~ "mehr über HTTPS und SSL-Zertifikate</a>."
6765
+
6766
+ #~ msgid "Is the connection to your store secure?"
6767
+ #~ msgstr "Ist die Verbindung zu deinem Shop sicher?"
6768
+
6769
+ #~ msgid "Secure connection (HTTPS)"
6770
+ #~ msgstr "Sichere Verbindung (HTTPS)"
6771
+
6772
+ #~ msgid "Security"
6773
+ #~ msgstr "Sicherheit"
6774
+
6775
+ #~ msgid ""
6776
+ #~ "The MaxMind GeoIP Database does not exist - Geolocation will not "
6777
+ #~ "function. You can download and install it manually from %1$s to the path: "
6778
+ #~ "%2$s. Scroll down to \"Downloads\" and download the \"MaxMind DB binary, "
6779
+ #~ "gzipped\" file next to \"GeoLite2 Country\". Please remember to "
6780
+ #~ "uncompress GeoLite2-Country_xxxxxxxx.tar.gz and upload the GeoLite2-"
6781
+ #~ "Country.mmdb file only."
6782
+ #~ msgstr ""
6783
+ #~ "Die MaxMind GeoIP Datenbank existiert nicht - Die Geolokalisierung "
6784
+ #~ "(Ortung) wird nicht funktionieren. Du kannst sie von %1$s manuell "
6785
+ #~ "herunterladen und in den Pfad: %2$s installieren. Scrolle dazu nach unten "
6786
+ #~ "bis zu „Downloads“ und lade die Datei „MaxMind DB binär, gzipped“ vom Typ "
6787
+ #~ "„GeoLite2 Country“ herunter. Denke bitte daran, die Datei GeoLite2-"
6788
+ #~ "Country_xxxxxxxx.tar.gz zu entpacken und nur die entpackte Datei GeoLite2-"
6789
+ #~ "Country.mmdb hochzuladen."
6790
+
6791
+ #~ msgid "How to update your database table prefix"
6792
+ #~ msgstr "So aktualisierst du das Präfix deiner Datenbanktabellen"
6793
+
6794
+ #~ msgid ""
6795
+ #~ "%1$s - We recommend using a prefix with less than 20 characters. See: %2$s"
6796
+ #~ msgstr ""
6797
+ #~ "%1$s - Wir empfehlen die Verwendung eines Präfixes mit weniger als 20 "
6798
+ #~ "Zeichen. Siehe: %2$s"
6799
+
6800
+ #~ msgid "Database prefix"
6801
+ #~ msgstr "Datenbank-Präfix"
6802
+
6803
+ #~ msgid "Multibyte string"
6804
+ #~ msgstr "Multibyte-String"
6805
+
6806
+ #~ msgid "GZip"
6807
+ #~ msgstr "GZip"
6808
+
6809
+ #~ msgid "DOMDocument"
6810
+ #~ msgstr "DOMDocument"
6811
+
6812
+ #~ msgid "SoapClient"
6813
+ #~ msgstr "SoapClient"
6814
+
6815
+ #~ msgid "fsockopen/cURL"
6816
+ #~ msgstr "fsockopen/cURL"
6817
+
6818
+ #~ msgid "To allow logging, make %1$s writable or define a custom %2$s."
6819
+ #~ msgstr ""
6820
+ #~ "Um Logging zu aktivieren, mache %1$s beschreibbar oder definiere ein "
6821
+ #~ "benutzerdefiniertes %2$s."
6822
+
6823
+ #~ msgid "Delete log"
6824
+ #~ msgstr "Log löschen"
6825
+
6826
+ #~ msgid "Are you sure you want to clear all logs from the database?"
6827
+ #~ msgstr ""
6828
+ #~ "Bist du sicher, dass du alle Logs aus der Datenbank löschen möchtest?"
6829
+
6830
+ #~ msgid "Flush all logs"
6831
+ #~ msgstr "Alle Logs löschen"
6832
+
6833
+ #~ msgid "Legacy API v3 (deprecated)"
6834
+ #~ msgstr "Legacy API v3 (veraltet)"
6835
+
6836
+ #~ msgid "WP REST API Integration v1"
6837
+ #~ msgstr "WP REST-API Integration v1"
6838
+
6839
+ #~ msgid "WP REST API Integration v2"
6840
+ #~ msgstr "WP REST-API Integration v2"
6841
+
6842
+ #~ msgid "REST API version used in the webhook deliveries."
6843
+ #~ msgstr "REST-API Version, die in den Webhook Lieferungen verwendet wird."
6844
+
6845
+ #~ msgctxt "Pagination"
6846
+ #~ msgid "%1$s of %2$s"
6847
+ #~ msgstr "%1$s von %2$s"
6848
+
6849
+ #~ msgid "Search for a user&hellip;"
6850
+ #~ msgstr "Suche nach einem Benutzer&hellip;"
6851
+
6852
+ #~ msgid ""
6853
+ #~ "This zone is <b>optionally</b> used for regions that are not included in "
6854
+ #~ "any other shipping zone."
6855
+ #~ msgstr ""
6856
+ #~ "Diese Zone wird <b>optional</b> für Regionen verwendet, die nicht in "
6857
+ #~ "einer anderen Versandzone enthalten sind."
6858
+
6859
+ #~ msgid ""
6860
+ #~ "WooCommerce will match a customer to a single zone using their shipping "
6861
+ #~ "address and present the shipping methods within that zone to them."
6862
+ #~ msgstr ""
6863
+ #~ "WooCommerce wird Kunden über deren Versandadresse in eine einzelne Zone "
6864
+ #~ "einordnen und die dort verfügbaren Versandmethoden anzeigen."
6865
+
6866
+ #~ msgid ""
6867
+ #~ "A shipping zone is a geographic region where a certain set of shipping "
6868
+ #~ "methods are offered."
6869
+ #~ msgstr ""
6870
+ #~ "Eine Versandzone ist eine geografische Region, in der eine bestimmte "
6871
+ #~ "Reihe Versandmethoden angeboten wird."
6872
+
6873
+ #~ msgid "%s Settings"
6874
+ #~ msgstr "%s Einstellungen"
6875
+
6876
+ #~ msgid ""
6877
+ #~ "These are regions inside this zone. Customers will be matched against "
6878
+ #~ "these regions."
6879
+ #~ msgstr ""
6880
+ #~ "Dies sind Regionen innerhalb dieser Zone. Kunden werden mit diesen "
6881
+ #~ "Regionen abgeglichen."
6882
+
6883
+ #~ msgid "Zone regions"
6884
+ #~ msgstr "Zonen-Regionen"
6885
+
6886
+ #~ msgid "This is the name of the zone for your reference."
6887
+ #~ msgstr "Dies ist der Name der Zone für deine Referenz."
6888
+
6889
+ #~ msgid ""
6890
+ #~ "Are you sure you want to delete this zone? This action cannot be undone."
6891
+ #~ msgstr ""
6892
+ #~ "Möchtest du diese Zone wirklich löschen? Diese Aktion kann nicht "
6893
+ #~ "widerrufen werden."
6894
+
6895
+ #~ msgid "Enable debug mode"
6896
+ #~ msgstr "Debug-Modus aktivieren"
6897
+
6898
+ #~ msgid "Debug mode"
6899
+ #~ msgstr "Debug-Modus"
6900
+
6901
+ #~ msgid "Shipping options"
6902
+ #~ msgstr "Versandmöglichkeiten"
6903
+
6904
+ #~ msgid "Shipping zones"
6905
+ #~ msgstr "Versandzonen"
6906
+
6907
+ #~ msgid "Never show quantity remaining in stock"
6908
+ #~ msgstr "Lagerbestand nie anzeigen"
6909
+
6910
+ #~ msgid ""
6911
+ #~ "Only show quantity remaining in stock when low e.g. \"Only 2 left in stock"
6912
+ #~ "\""
6913
+ #~ msgstr ""
6914
+ #~ "Zeige nur einen geringen Lagerbestand an, wenn z.B. \"Nur noch 2 Stück "
6915
+ #~ "auf Lager\""
6916
+
6917
+ #~ msgid "Always show quantity remaining in stock e.g. \"12 in stock\""
6918
+ #~ msgstr "Verbleibenden Lagerbestand immer anzeigen, z. B. \"12 auf Lager\""
6919
+
6920
+ #~ msgid "This controls how stock quantities are displayed on the frontend."
6921
+ #~ msgstr "Dies bestimmt, wie der Lagerbestand im Frontend angezeigt wird."
6922
+
6923
+ #~ msgid ""
6924
+ #~ "When product stock reaches this amount the stock status will change to "
6925
+ #~ "\"out of stock\" and you will be notified via email. This setting does "
6926
+ #~ "not affect existing \"in stock\" products."
6927
+ #~ msgstr ""
6928
+ #~ "Wenn der Produkt-Bestand diese Menge erreicht, wird der Lagerbestand auf "
6929
+ #~ "\"Nicht auf Lager\" geändert und du wirst per E-Mail benachrichtigt. "
6930
+ #~ "Diese Einstellung beeinflusst bestehende \"auf Lager\"-Produkte nicht."
6931
+
6932
+ #~ msgid ""
6933
+ #~ "When product stock reaches this amount you will be notified via email."
6934
+ #~ msgstr ""
6935
+ #~ "Wenn der Produkt-Bestand diese Menge erreicht, wirst du per E-Mail "
6936
+ #~ "benachrichtigt."
6937
+
6938
+ #~ msgid "The main body text color. Default %s."
6939
+ #~ msgstr "Die Farbe des Haupttextes. Standard %s."
6940
+
6941
+ #~ msgid "The main body background color. Default %s."
6942
+ #~ msgstr "Die Haupt-Hintergrundfarbe. Standard %s."
6943
+
6944
+ #~ msgid "The background color for WooCommerce email templates. Default %s."
6945
+ #~ msgstr "Die Hintergrundfarbe für WooCommerce E-Mail-Vorlagen. Standard %s."
6946
+
6947
+ #~ msgid "The base color for WooCommerce email templates. Default %s."
6948
+ #~ msgstr "Die Basisfarbe für WooCommerce E-Mail-Vorlagen. Standard %s."
6949
+
6950
+ #~ msgid "Page contents: [%s]"
6951
+ #~ msgstr "Seiteninhalt: [%s]"
6952
+
6953
+ #~ msgid "Choose a product to view stats"
6954
+ #~ msgstr "Wähle ein Produkt aus, um Statistiken anzuzeigen"
6955
+
6956
+ #~ msgid "%1$s refunded %2$d order (%3$d item)"
6957
+ #~ msgid_plural "%1$s refunded %2$d orders (%3$d items)"
6958
+ #~ msgstr[0] "%1$s zurückerstattet %2$d Bestellung (%3$d Artikel)"
6959
+ #~ msgstr[1] "%1$s zurückerstattet %2$d Bestellungen (%3$d Artikel)"
6960
+
6961
+ #~ msgid "Choose a category to view stats"
6962
+ #~ msgstr "Wähle eine Kategorie, um die Statistiken anzuzeigen"
6963
+
6964
+ #~ msgid "%1$s sales in %2$s"
6965
+ #~ msgstr "%1$s Verkäufe in %2$s"
6966
+
6967
+ #~ msgid "Add file"
6968
+ #~ msgstr "Datei hinzufügen"
6969
+
6970
+ #~ msgid "Enter an optional description for this variation."
6971
+ #~ msgstr "Gib eine optionale Beschreibung für diese Variante ein."
6972
+
6973
+ #~ msgid "Length x width x height in decimal form"
6974
+ #~ msgstr "Länge x Breite x Höhe in Dezimal Format"
6975
+
6976
+ #~ msgid "Weight (%s)"
6977
+ #~ msgstr "Gewicht (%s)"
6978
+
6979
+ #~ msgid "Sale price (%s)"
6980
+ #~ msgstr "Angebotspreis (%s)"
6981
+
6982
+ #~ msgid "Regular price (%s)"
6983
+ #~ msgstr "Regulärer Preis (%s)"
6984
+
6985
+ #~ msgid "Any %s&hellip;"
6986
+ #~ msgstr "Irgendwelche %s&hellip;"
6987
+
6988
+ #~ msgid "No default %s&hellip;"
6989
+ #~ msgstr "Kein Standard %s&hellip;"
6990
+
6991
+ #~ msgid "Dimensions (%s)"
6992
+ #~ msgstr "Maße (%s)"
6993
+
6994
+ #~ msgid "This lets you choose which products are part of this group."
6995
+ #~ msgstr "Hier kannst du auswählen, welche Produkte diese Gruppe beinhaltet."
6996
+
6997
+ #~ msgid "Grouped products"
6998
+ #~ msgstr "Gruppierte Produkte"
6999
+
7000
+ #~ msgid "Refund #%1$s - %2$s"
7001
+ #~ msgstr "Rückerstattung #%1$s - %2$s"
7002
+
7003
+ #~ msgid "Refund %s manually"
7004
+ #~ msgstr "%s manuell zurückerstatten"
7005
+
7006
+ #~ msgid "Refund %1$s via %2$s"
7007
+ #~ msgstr "Rückerstattung #%1$s über %2$s"
7008
+
7009
+ #~ msgid "Coupon(s)"
7010
+ #~ msgstr "Gutschein(e)"
7011
+
7012
+ #~ msgid "%s (No longer exists)"
7013
+ #~ msgstr "%s (nicht mehr vorhanden)"
7014
+
7015
+ #~ msgid "Note type"
7016
+ #~ msgstr "Hinweis Typ"
7017
+
7018
+ #~ msgid "Copy billing address"
7019
+ #~ msgstr "Rechnungsadresse kopieren"
7020
+
7021
+ #~ msgid "Address:"
7022
+ #~ msgstr "Adresse:"
7023
+
7024
+ #~ msgid "View other orders &rarr;"
7025
+ #~ msgstr "Andere Bestellungen ansehen &rarr;"
7026
+
7027
+ #~ msgid "Customer payment page &rarr;"
7028
+ #~ msgstr "Kundenbezahlungsseite &rarr;"
7029
+
7030
+ #~ msgid "Customer IP: %s"
7031
+ #~ msgstr "Kunden IP: %s"
7032
+
7033
+ #~ msgid "%1$s #%2$s details"
7034
+ #~ msgstr "%1$s #%2$s Details"
7035
+
7036
+ #~ msgid "Apply to all qualifying items in cart"
7037
+ #~ msgstr "Auf alle infrage kommenden Artikel im Warenkorb anwenden"
7038
+
7039
+ #~ msgid "Unlimited usage"
7040
+ #~ msgstr "Unbegrenzte Nutzung"
7041
+
7042
+ #~ msgid "Import complete - imported %s tax rates."
7043
+ #~ msgstr "Import abgeschlossen – %s Steuersätze importiert."
7044
+
7045
+ #~ msgid "Tool does not exist."
7046
+ #~ msgstr "Werkzeug existiert nicht."
7047
+
7048
+ #~ msgid ""
7049
+ #~ "Safe and secure payments using credit cards or your customer's PayPal "
7050
+ #~ "account. <a href=\"%s\" target=\"_blank\">Learn more</a>."
7051
+ #~ msgstr ""
7052
+ #~ "Sichere und zuverlässige Zahlungen per Kreditkarte oder dem PayPal-Konto "
7053
+ #~ "deines Kunden. <a href=\"%s\" target=\"_blank\">Erfahre mehr</a>."
7054
+
7055
+ #~ msgid "%1$s (%2$s)"
7056
+ #~ msgstr "%1$s (%2$s)"
7057
+
7058
+ #~ msgid "Address line 1"
7059
+ #~ msgstr "Adresszeile 1"
7060
+
7061
+ #~ msgid ""
7062
+ #~ "This is the WooCommerce shop page. The shop page is a special archive "
7063
+ #~ "that lists your products. <a href=\"%s\">You can read more about this "
7064
+ #~ "here</a>."
7065
+ #~ msgstr ""
7066
+ #~ "Dies ist die WooCommerce Shop-Seite. Die Shop-Seite ist ein spezielles "
7067
+ #~ "Archiv, das deine Produkte auflistet. <a href=\"%s\">Mehr dazu erfährst "
7068
+ #~ "du hier</a>."
7069
+
7070
+ #~ msgid "%1$s (#%2$s &ndash; %3$s)"
7071
+ #~ msgstr "%1$s (#%2$s &ndash; %3$s) "
7072
+
7073
+ #~ msgid "%1$s / %2$s"
7074
+ #~ msgstr "%1$s / %2$s"
7075
+
7076
+ #~ msgid "All sources"
7077
+ #~ msgstr "Alle Quellen"
7078
+
7079
+ #~ msgid "Filter by source"
7080
+ #~ msgstr "Nach Quelle filtern"
7081
+
7082
+ #~ msgid "Source"
7083
+ #~ msgstr "Quelle"
7084
+
7085
+ #~ msgid "Message"
7086
+ #~ msgstr "Nachricht"
7087
+
7088
+ #~ msgid "Level"
7089
+ #~ msgstr "Level"
7090
+
7091
+ #~ msgid "Timestamp"
7092
+ #~ msgstr "Zeitstempel"
7093
+
7094
+ #~ msgid "All levels"
7095
+ #~ msgstr "Alle Ebenen"
7096
+
7097
+ #~ msgid "Filter by level"
7098
+ #~ msgstr "Nach Ebene filtern"
7099
+
7100
+ #~ msgid "Debug"
7101
+ #~ msgstr "Fehlersuche"
7102
+
7103
+ #~ msgid "Info"
7104
+ #~ msgstr "Info"
7105
+
7106
+ #~ msgid "Notice"
7107
+ #~ msgstr "Notiz"
7108
+
7109
+ #~ msgid "Warning"
7110
+ #~ msgstr "Warnung"
7111
+
7112
+ #~ msgid "Critical"
7113
+ #~ msgstr "Kritisch"
7114
+
7115
+ #~ msgid "Alert"
7116
+ #~ msgstr "Alarmierung"
7117
+
7118
+ #~ msgid "Emergency"
7119
+ #~ msgstr "Notfall"
7120
+
7121
+ #~ msgid "WooCommerce helpdesk"
7122
+ #~ msgstr "WooCommerce Helpdesk"
7123
+
7124
+ #~ msgid "System status"
7125
+ #~ msgstr "Systemstatus"
7126
+
7127
+ #~ msgid "reviewed by %s"
7128
+ #~ msgstr "Bewertet von %s"
7129
+
7130
+ #~ msgid "%s out of 5"
7131
+ #~ msgstr "%s von 5"
7132
+
7133
+ #~ msgid "%s net sales this month"
7134
+ #~ msgstr "%s Nettoumsatz in diesem Monat"
7135
+
7136
+ #~ msgid "(Public)"
7137
+ #~ msgstr "(Öffentlich)"
7138
+
7139
+ #~ msgid "Enable archives?"
7140
+ #~ msgstr "Archive aktivieren?"
7141
+
7142
+ #~ msgid "%1$s at %2$s"
7143
+ #~ msgstr "%1$s um %2$s"
7144
+
7145
+ #~ msgid "Shipping is disabled."
7146
+ #~ msgstr "Versand ist deaktiviert."
7147
+
7148
+ #~ msgid ""
7149
+ #~ "To manipulate product variations you should use the /products/&lt;"
7150
+ #~ "product_id&gt;/variations/&lt;id&gt; endpoint."
7151
+ #~ msgstr ""
7152
+ #~ "Um Produktvarianten zu bearbeiten, solltest du den Endpunkt /products/&lt;"
7153
+ #~ "product_id&gt;/variations/&lt;id&gt; verwenden."
7154
+
7155
+ #~ msgid "Method '%s' not implemented. Must be overridden in subclass."
7156
+ #~ msgstr ""
7157
+ #~ "Methode '%s' nicht implementiert. Muss in Sub-Klasse überschrieben werden."
7158
+
7159
+ #~ msgid "An invalid setting value was passed."
7160
+ #~ msgstr "Ein ungültiger Einstellwert wurde übergeben."
7161
+
7162
+ #~ msgid "Invalid product tax status."
7163
+ #~ msgstr "Ungültiger Produktsteuer-Status."
7164
+
7165
+ #~ msgid "Invalid or duplicated SKU."
7166
+ #~ msgstr "Ungültige oder doppelte Artikelnummer."
7167
+
7168
+ #~ msgid "Invalid catalog visibility option."
7169
+ #~ msgstr "Ungültige Option zur Katalog-Sichtbarkeit."
7170
+
7171
+ #~ msgid "Invalid currency code"
7172
+ #~ msgstr "Ungültiger Währungscode"
7173
+
7174
+ #~ msgid "Invalid parent ID"
7175
+ #~ msgstr "Ungültige übergeordnete ID"
7176
+
7177
+ #~ msgid "Sindh"
7178
+ #~ msgstr "Sindh"
7179
+
7180
+ #~ msgid "Khyber Pakhtunkhwa"
7181
+ #~ msgstr "Khyber Pakhtunkhwa"
7182
+
7183
+ #~ msgid "Islamabad Capital Territory"
7184
+ #~ msgstr "Hauptstadtterritorium Islamabad"
7185
+
7186
+ #~ msgid "Gilgit Baltistan"
7187
+ #~ msgstr "Gilgit Baltistan"
7188
+
7189
+ #~ msgid "FATA"
7190
+ #~ msgstr "FATA"
7191
+
7192
+ #~ msgid "Balochistan"
7193
+ #~ msgstr "Balochistan"
7194
+
7195
+ #~ msgid "Azad Kashmir"
7196
+ #~ msgstr "Azad Kashmir"
7197
+
7198
+ #~ msgid "Zamfara"
7199
+ #~ msgstr "Zamfara"
7200
+
7201
+ #~ msgid "Yobe"
7202
+ #~ msgstr "Yobe"
7203
+
7204
+ #~ msgid "Taraba"
7205
+ #~ msgstr "Taraba"
7206
+
7207
+ #~ msgid "Sokoto"
7208
+ #~ msgstr "Sokoto"
7209
+
7210
+ #~ msgid "Rivers"
7211
+ #~ msgstr "Rivers"
7212
+
7213
+ #~ msgid "Plateau"
7214
+ #~ msgstr "Plateau"
7215
+
7216
+ #~ msgid "Oyo"
7217
+ #~ msgstr "Oyo"
7218
+
7219
+ #~ msgid "Osun"
7220
+ #~ msgstr "Osun"
7221
+
7222
+ #~ msgid "Ondo"
7223
+ #~ msgstr "Ondo"
7224
+
7225
+ #~ msgid "Ogun"
7226
+ #~ msgstr "Ogun"
7227
+
7228
+ #~ msgid "Nasarawa"
7229
+ #~ msgstr "Nasarawa"
7230
+
7231
+ #~ msgid "Lagos"
7232
+ #~ msgstr "Lagos"
7233
+
7234
+ #~ msgid "Kwara"
7235
+ #~ msgstr "Kwara"
7236
+
7237
+ #~ msgid "Kogi"
7238
+ #~ msgstr "Kogi"
7239
+
7240
+ #~ msgid "Kebbi"
7241
+ #~ msgstr "Kebbi"
7242
+
7243
+ #~ msgid "Katsina"
7244
+ #~ msgstr "Katsina"
7245
+
7246
+ #~ msgid "Kano"
7247
+ #~ msgstr "Kano"
7248
+
7249
+ #~ msgid "Kaduna"
7250
+ #~ msgstr "Kaduna"
7251
+
7252
+ #~ msgid "Jigawa"
7253
+ #~ msgstr "Jigawa"
7254
+
7255
+ #~ msgid "Imo"
7256
+ #~ msgstr "Imo"
7257
+
7258
+ #~ msgid "Gombe"
7259
+ #~ msgstr "Gombe"
7260
+
7261
+ #~ msgid "Enugu"
7262
+ #~ msgstr "Enugu"
7263
+
7264
+ #~ msgid "Ekiti"
7265
+ #~ msgstr "Ekiti"
7266
+
7267
+ #~ msgid "Edo"
7268
+ #~ msgstr "Edo"
7269
+
7270
+ #~ msgid "Ebonyi"
7271
+ #~ msgstr "Ebonyi"
7272
+
7273
+ #~ msgid "Delta"
7274
+ #~ msgstr "Delta"
7275
+
7276
+ #~ msgid "Cross River"
7277
+ #~ msgstr "Cross River"
7278
+
7279
+ #~ msgid "Borno"
7280
+ #~ msgstr "Borno"
7281
+
7282
+ #~ msgid "Benue"
7283
+ #~ msgstr "Benue"
7284
+
7285
+ #~ msgid "Bayelsa"
7286
+ #~ msgstr "Bayelsa"
7287
+
7288
+ #~ msgid "Bauchi"
7289
+ #~ msgstr "Bauchi"
7290
+
7291
+ #~ msgid "Anambra"
7292
+ #~ msgstr "Anambra"
7293
+
7294
+ #~ msgid "Akwa Ibom"
7295
+ #~ msgstr "Akwa Ibom"
7296
+
7297
+ #~ msgid "Adamawa"
7298
+ #~ msgstr "Adamawa"
7299
+
7300
+ #~ msgid "Abuja"
7301
+ #~ msgstr "Abuja"
7302
+
7303
+ #~ msgid "Abia"
7304
+ #~ msgstr "Abia"
7305
+
7306
+ #~ msgid "L'Aquila"
7307
+ #~ msgstr "L'Aquila"
7308
+
7309
+ #~ msgid "Wexford"
7310
+ #~ msgstr "Wexford"
7311
+
7312
+ #~ msgid "Wicklow"
7313
+ #~ msgstr "Wicklow"
7314
+
7315
+ #~ msgid "Westmeath"
7316
+ #~ msgstr "Westmeath"
7317
+
7318
+ #~ msgid "Waterford"
7319
+ #~ msgstr "Waterford"
7320
+
7321
+ #~ msgid "Tipperary"
7322
+ #~ msgstr "Tipperary"
7323
+
7324
+ #~ msgid "Sligo"
7325
+ #~ msgstr "Sligo"
7326
+
7327
+ #~ msgid "Roscommon"
7328
+ #~ msgstr "Roscommon"
7329
+
7330
+ #~ msgid "Offaly"
7331
+ #~ msgstr "Offaly"
7332
+
7333
+ #~ msgid "Mayo"
7334
+ #~ msgstr "Mayo"
7335
+
7336
+ #~ msgid "Monaghan"
7337
+ #~ msgstr "Monaghan"
7338
+
7339
+ #~ msgid "Meath"
7340
+ #~ msgstr "Meath"
7341
+
7342
+ #~ msgid "Laois"
7343
+ #~ msgstr "Laois"
7344
+
7345
+ #~ msgid "Leitrim"
7346
+ #~ msgstr "Leitrim"
7347
+
7348
+ #~ msgid "Limerick"
7349
+ #~ msgstr "Limerick"
7350
+
7351
+ #~ msgid "Louth"
7352
+ #~ msgstr "Louth"
7353
+
7354
+ #~ msgid "Longford"
7355
+ #~ msgstr "Longford"
7356
+
7357
+ #~ msgid "Kerry"
7358
+ #~ msgstr "Kerry"
7359
+
7360
+ #~ msgid "Kilkenny"
7361
+ #~ msgstr "Kilkenny"
7362
+
7363
+ #~ msgid "Kildare"
7364
+ #~ msgstr "Kildare"
7365
+
7366
+ #~ msgid "Galway"
7367
+ #~ msgstr "Galway"
7368
+
7369
+ #~ msgid "Dublin"
7370
+ #~ msgstr "Dublin"
7371
+
7372
+ #~ msgid "Donegal"
7373
+ #~ msgstr "Donegal"
7374
+
7375
+ #~ msgid "Carlow"
7376
+ #~ msgstr "Carlow"
7377
+
7378
+ #~ msgid "Cavan"
7379
+ #~ msgstr "Cavan"
7380
+
7381
+ #~ msgid "Cork"
7382
+ #~ msgstr "Cork"
7383
+
7384
+ #~ msgid "Clare"
7385
+ #~ msgstr "Clare"
7386
+
7387
+ #~ msgid "Ireland"
7388
+ #~ msgstr "Irland"
7389
+
7390
+ #~ msgid "Webhook delivery URL."
7391
+ #~ msgstr "Webhook-Auslieferungs-URL."
7392
+
7393
+ #~ msgid "Unique identifier for the webhook."
7394
+ #~ msgstr "Eindeutige Kennung für den Webhook."
7395
+
7396
+ #~ msgid "Unique slug for the resource."
7397
+ #~ msgstr "Einzigartige Titelform für die Ressource."
7398
+
7399
+ #~ msgid "Email of the reviewer."
7400
+ #~ msgstr "E-Mail des Rezensenten."
7401
+
7402
+ #~ msgid "Name of the reviewer."
7403
+ #~ msgstr "Name des Rezensenten."
7404
+
7405
+ #~ msgid "Review content."
7406
+ #~ msgstr "Inhalt bewerten."
7407
+
7408
+ #~ msgid "Unique identifier for the variation."
7409
+ #~ msgstr "Eindeutige Kennung für die Variation."
7410
+
7411
+ #~ msgid "Unique identifier for the variable product."
7412
+ #~ msgstr "Eindeutige Kennung für das variable Produkt."
7413
+
7414
+ #~ msgid "Unique identifier for the attribute of the terms."
7415
+ #~ msgstr "Eindeutige Kennung für das Attribut der Begriffe."
7416
+
7417
+ #~ msgid "Order note content."
7418
+ #~ msgstr "Bestellhinweis."
7419
+
7420
+ #~ msgid "The order ID."
7421
+ #~ msgstr "Die Bestellnummer."
7422
+
7423
+ #~ msgid "Limit result set to specific IDs."
7424
+ #~ msgstr "Ergebnismenge auf bestimmte IDs beschränken."
7425
+
7426
+ #~ msgid "ID to reassign posts to."
7427
+ #~ msgstr "ID um Beiträge neu zuzuweisen."
7428
+
7429
+ #~ msgid "New user password."
7430
+ #~ msgstr "Neues Benutzer-Passwort."
7431
+
7432
+ #~ msgid "New user username."
7433
+ #~ msgstr "Neuer Benutzername."
7434
+
7435
+ #~ msgid "New user email address."
7436
+ #~ msgstr "Neue Benutzer-E-Mail Adresse."
7437
+
7438
+ #~ msgid "Name for the resource."
7439
+ #~ msgstr "Name für die Ressource."
7440
+
7441
+ #~ msgid "Ensure result set excludes specific IDs."
7442
+ #~ msgstr "Sicherstellen, dass das Ergebnis bestimmte IDs ausschließt."
7443
+
7444
+ #~ msgid "#%s is an invalid image ID."
7445
+ #~ msgstr "#%s ist eine ungültige Bild ID."
7446
+
7447
+ #~ msgid "WooCommerce extensions"
7448
+ #~ msgstr "WooCommerce-Erweiterungen"
7449
+
7450
+ #~ msgid "Installed"
7451
+ #~ msgstr "Installiert"
7452
+
7453
+ #~ msgid "https://woocommerce.com"
7454
+ #~ msgstr "https://woocommerce.com"
7455
+
7456
+ #~ msgid ""
7457
+ #~ "Force SSL (HTTPS) on the checkout pages (<a href=\"%s\" target=\"_blank"
7458
+ #~ "\">an SSL Certificate is required</a>)."
7459
+ #~ msgstr ""
7460
+ #~ "Erzwinge SSL (HTTPS) auf der Kassen-Seite (<a href=\"%s\" target=\"_blank"
7461
+ #~ "\">ein SSL Zertifikat ist erforderlich</a>)"
7462
+
7463
+ #~ msgid "Invalid image type."
7464
+ #~ msgstr "Ungültiger Bild-Dateityp."
7465
+
7466
+ #~ msgid "https://woocommerce.com/"
7467
+ #~ msgstr "https://woocommerce.com/"
7468
+
7469
+ #~ msgid "If the variation is visible."
7470
+ #~ msgstr "Ob die Variation sichtbar ist."
7471
+
7472
+ #~ msgid "Everywhere"
7473
+ #~ msgstr "Überall"
7474
+
7475
+ #~ msgid "Error: %s."
7476
+ #~ msgstr "Fehler: %s."
7477
+
7478
+ #~ msgid ""
7479
+ #~ "Enable shipping debug mode to show matching shipping zones and to bypass "
7480
+ #~ "shipping rate cache."
7481
+ #~ msgstr ""
7482
+ #~ "Aktiviere den Versand-Debug-Modus, um übereinstimmende Versandzonen "
7483
+ #~ "anzuzeigen und den Versandkosten-Cache zu umgehen."
7484
+
7485
+ #~ msgid ""
7486
+ #~ "Choose the shipping method you wish to add. Only shipping methods which "
7487
+ #~ "support zones are listed."
7488
+ #~ msgstr ""
7489
+ #~ "Wähle eine Versandart um sie hinzuzufügen. Es werden nur Versandarten "
7490
+ #~ "angezeigt, die Zonen unterstützen."
7491
+
7492
+ #~ msgid "No shipping methods offered to this zone."
7493
+ #~ msgstr "Keine Versandarten angeboten für diese Zone."
7494
+
7495
+ #~ msgid ""
7496
+ #~ "Endpoints are appended to your page URLs to handle specific actions on "
7497
+ #~ "the accounts pages. They should be unique and can be left blank to "
7498
+ #~ "disable the endpoint."
7499
+ #~ msgstr ""
7500
+ #~ "Endpunkte werden an die URLs deiner Seite angehängt, um im Kundenkonto "
7501
+ #~ "spezielle Aktionen durchzuführen. Die Endpunkte müssen eindeutig sein und "
7502
+ #~ "können leer gelassen werden, um einen Endpunkt zu deaktivieren."
7503
+
7504
+ #~ msgid "North Korean won"
7505
+ #~ msgstr "Nordkoreanischer Won"
7506
+
7507
+ #~ msgid ""
7508
+ #~ "Use <code>[qty]</code> for the number of items, <br/><code>[cost]</code> "
7509
+ #~ "for the total cost of items, and <code>[fee percent=\"10\" min_fee=\"20\" "
7510
+ #~ "max_fee=\"\"]</code> for percentage based fees."
7511
+ #~ msgstr ""
7512
+ #~ "Benutze <code>[qty]</code> für die Anzahl der Artikel, <br/><code>[cost]</"
7513
+ #~ "code> für die Gesamtkosten der Artikel, und <code>[fee percent=\"10\" "
7514
+ #~ "min_fee=\"20\" max_fee=\"\"]</code> für prozentuale Gebühren."
7515
+
7516
+ #~ msgid "Taking a while? Click here to run it now."
7517
+ #~ msgstr "Dauert zu lang? Klicke hier, um sofort zu starten."
7518
+
7519
+ #~ msgid "Endpoint for the \"My account &rarr; Downloads\" page."
7520
+ #~ msgstr "Endpunkt für die Seite „Mein Konto &rarr; Downloads“."
7521
+
7522
+ #~ msgid "Endpoint for the \"My account &rarr; Orders\" page."
7523
+ #~ msgstr "Endpunkt für die Seite „Mein Konto &rarr; Bestellungen“."
7524
+
7525
+ #~ msgid "Order #%1$s was placed on %2$s and is currently %3$s."
7526
+ #~ msgstr "Bestellung #%1$s vom %2$s ist aktuell %3$s."
7527
+
7528
+ #~ msgid "No saved methods found."
7529
+ #~ msgstr "Keine gespeicherten Zahlungswege gefunden."
7530
+
7531
+ #~ msgid "No order has been made yet."
7532
+ #~ msgstr "Es wurde noch keine Bestellung aufgegeben."
7533
+
7534
+ #~ msgid "Next"
7535
+ #~ msgstr "Weiter"
7536
+
7537
+ #~ msgid "Previous"
7538
+ #~ msgstr "Zurück"
7539
+
7540
+ #~ msgid ""
7541
+ #~ "A password reset email has been sent to the email address on file for "
7542
+ #~ "your account, but may take several minutes to show up in your inbox. "
7543
+ #~ "Please wait at least 10 minutes before attempting another reset."
7544
+ #~ msgstr ""
7545
+ #~ "Eine E-Mail zum Zurücksetzen des Passwortes wurde an deine E-Mail-Adresse "
7546
+ #~ "gesendet. Es kann jedoch dauern, bis die E-Mail in deinem Postfach "
7547
+ #~ "erscheint. Bitte warte mindestens 10 Minuten, bis du es nochmal versuchst."
7548
+
7549
+ #~ msgid "Password reset email has been sent."
7550
+ #~ msgstr "Es wurde eine E-Mail zum Zurücksetzen des Passworts versandt."
7551
+
7552
+ #~ msgid "No downloads available yet."
7553
+ #~ msgstr "Noch keine Downloads verfügbar."
7554
+
7555
+ #~ msgid "Go shop"
7556
+ #~ msgstr "Zum Shop"
7557
+
7558
+ #~ msgid "&infin;"
7559
+ #~ msgstr "&infin;"
7560
+
7561
+ #~ msgid "%s product"
7562
+ #~ msgstr "%s Produkt"
7563
+
7564
+ #~ msgid "Checkout is not available whilst your cart is empty."
7565
+ #~ msgstr "Wenn der Warenkorb leer ist, steht die Kasse nicht zur Verfügung."
7566
+
7567
+ #~ msgid "%1$s is not of type %2$s"
7568
+ #~ msgstr "%1$s ist nicht vom Typ %2$s"
7569
+
7570
+ #~ msgid "Zero size file downloaded."
7571
+ #~ msgstr "Es wurde eine Datei ohne Inhalt heruntergeladen."
7572
+
7573
+ #~ msgid "Error getting remote image %s."
7574
+ #~ msgstr "Fehler beim herunterladen des externen Bildes %s."
7575
+
7576
+ #~ msgid "Invalid URL %s."
7577
+ #~ msgstr "Ungültige URL %s."
7578
+
7579
+ #~ msgid "JCB"
7580
+ #~ msgstr "JCB"
7581
+
7582
+ #~ msgid "Diners"
7583
+ #~ msgstr "Diners"
7584
+
7585
+ #~ msgid "American Express"
7586
+ #~ msgstr "American Express"
7587
+
7588
+ #~ msgid "Discover"
7589
+ #~ msgstr "Discover"
7590
+
7591
+ #~ msgid "Visa"
7592
+ #~ msgstr "Visa"
7593
+
7594
+ #~ msgid "MasterCard"
7595
+ #~ msgstr "MasterCard"
7596
+
7597
+ #~ msgid "Zambian kwacha"
7598
+ #~ msgstr "Sambischer Kwacha"
7599
+
7600
+ #~ msgid "Yemeni rial"
7601
+ #~ msgstr "Jemen-Rial"
7602
+
7603
+ #~ msgid "CFP franc"
7604
+ #~ msgstr "CFP-Franc"
7605
+
7606
+ #~ msgid "West African CFA franc"
7607
+ #~ msgstr "Westafrikanischer CFA-Franc BCEAO"
7608
+
7609
+ #~ msgid "East Caribbean dollar"
7610
+ #~ msgstr "Ostkaribischer Dollar"
7611
+
7612
+ #~ msgid "Central African CFA franc"
7613
+ #~ msgstr "Zentralafrikanischer CFA-Franc BEAC"
7614
+
7615
+ #~ msgid "Samoan t&#x101;l&#x101;"
7616
+ #~ msgstr "Samoanischer Tala"
7617
+
7618
+ #~ msgid "Vanuatu vatu"
7619
+ #~ msgstr "Vanuatu-Vatu"
7620
+
7621
+ #~ msgid "Vietnamese &#x111;&#x1ed3;ng"
7622
+ #~ msgstr "Vietnamesischer &#x111;&#x1ed3;ng"
7623
+
7624
+ #~ msgid "Venezuelan bol&iacute;var"
7625
+ #~ msgstr "Venezolanischer Bol&iacute;var"
7626
+
7627
+ #~ msgid "Uzbekistani som"
7628
+ #~ msgstr "Usbekischer Soʻm"
7629
+
7630
+ #~ msgid "Uruguayan peso"
7631
+ #~ msgstr "Uruguayischer Peso"
7632
+
7633
+ #~ msgid "Ugandan shilling"
7634
+ #~ msgstr "Uganda-Schilling"
7635
+
7636
+ #~ msgid "Tanzanian shilling"
7637
+ #~ msgstr "Tansania-Schilling"
7638
+
7639
+ #~ msgid "New Taiwan dollar"
7640
+ #~ msgstr "Neuer Taiwan-Dollar"
7641
+
7642
+ #~ msgid "Trinidad and Tobago dollar"
7643
+ #~ msgstr "Trinidad-und-Tobago-Dollar"
7644
+
7645
+ #~ msgid "Tongan pa&#x2bb;anga"
7646
+ #~ msgstr " Tongaischer Pa&#x2bb;anga"
7647
+
7648
+ #~ msgid "Tunisian dinar"
7649
+ #~ msgstr "Tunesischer Dinar"
7650
+
7651
+ #~ msgid "Turkmenistan manat"
7652
+ #~ msgstr "Turkmenistan-Manat"
7653
+
7654
+ #~ msgid "Tajikistani somoni"
7655
+ #~ msgstr "Tadschikischer Somoni"
7656
+
7657
+ #~ msgid "Swazi lilangeni"
7658
+ #~ msgstr "Swasiländischer Lilangeni"
7659
+
7660
+ #~ msgid "Syrian pound"
7661
+ #~ msgstr "Syrische Lira"
7662
+
7663
+ #~ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe dobra"
7664
+ #~ msgstr "S&atilde;o-tom&eacute;ischer Dobra"
7665
+
7666
+ #~ msgid "South Sudanese pound"
7667
+ #~ msgstr "Südsudanesisches Pfund"
7668
+
7669
+ #~ msgid "Surinamese dollar"
7670
+ #~ msgstr "Suriname-Dollar"
7671
+
7672
+ #~ msgid "Somali shilling"
7673
+ #~ msgstr "Somalia-Schilling"
7674
+
7675
+ #~ msgid "Sierra Leonean leone"
7676
+ #~ msgstr "Sierra-leonischer Leone"
7677
+
7678
+ #~ msgid "Saint Helena pound"
7679
+ #~ msgstr "St.-Helena-Pfund"
7680
+
7681
+ #~ msgid "Sudanese pound"
7682
+ #~ msgstr "Sudanesisches Pfund"
7683
+
7684
+ #~ msgid "Seychellois rupee"
7685
+ #~ msgstr "Seychellen-Rupie"
7686
+
7687
+ #~ msgid "Solomon Islands dollar"
7688
+ #~ msgstr "Salomonen-Dollar"
7689
+
7690
+ #~ msgid "Rwandan franc"
7691
+ #~ msgstr "Ruanda-Franc"
7692
+
7693
+ #~ msgid "Serbian dinar"
7694
+ #~ msgstr "Serbischer Dinar"
7695
+
7696
+ #~ msgid "Qatari riyal"
7697
+ #~ msgstr "Katar-Riyal"
7698
+
7699
+ #~ msgid "Paraguayan guaran&iacute;"
7700
+ #~ msgstr "Paraguayischer Guaran&iacute;"
7701
+
7702
+ #~ msgid "Transnistrian ruble"
7703
+ #~ msgstr "Transnistrischer Rubel"
7704
+
7705
+ #~ msgid "Polish z&#x142;oty"
7706
+ #~ msgstr "Polnischer Z&#x142;oty"
7707
+
7708
+ #~ msgid "Papua New Guinean kina"
7709
+ #~ msgstr "Papua-Neuguinea-Kina"
7710
+
7711
+ #~ msgid "Peruvian nuevo sol"
7712
+ #~ msgstr "Peruanischer Sol"
7713
+
7714
+ #~ msgid "Panamanian balboa"
7715
+ #~ msgstr "Panamaischer Balboa"
7716
+
7717
+ #~ msgid "Omani rial"
7718
+ #~ msgstr "Omanischer Rial"
7719
+
7720
+ #~ msgid "Nepalese rupee"
7721
+ #~ msgstr "Nepalesische Rupie"
7722
+
7723
+ #~ msgid "Nicaraguan c&oacute;rdoba"
7724
+ #~ msgstr "Nicaraguanischer C&oacute;rdoba"
7725
+
7726
+ #~ msgid "Namibian dollar"
7727
+ #~ msgstr "Namibia-Dollar"
7728
+
7729
+ #~ msgid "Mozambican metical"
7730
+ #~ msgstr "Mosambikanischer Metical"
7731
+
7732
+ #~ msgid "Malawian kwacha"
7733
+ #~ msgstr "Malawi-Kwacha"
7734
+
7735
+ #~ msgid "Maldivian rufiyaa"
7736
+ #~ msgstr "Malediven-Rufiyaa"
7737
+
7738
+ #~ msgid "Mauritian rupee"
7739
+ #~ msgstr "Mauritius-Rupie"
7740
+
7741
+ #~ msgid "Mauritanian ouguiya"
7742
+ #~ msgstr "Mauritanischer Ouguiya"
7743
+
7744
+ #~ msgid "Macanese pataca"
7745
+ #~ msgstr "Macau-Pataca"
7746
+
7747
+ #~ msgid "Mongolian t&ouml;gr&ouml;g"
7748
+ #~ msgstr "Mongolischer Tögrög"
7749
+
7750
+ #~ msgid "Burmese kyat"
7751
+ #~ msgstr "Myanmarischer Kyat"
7752
+
7753
+ #~ msgid "Macedonian denar"
7754
+ #~ msgstr "Mazedonischer Denar"
7755
+
7756
+ #~ msgid "Malagasy ariary"
7757
+ #~ msgstr "Madagaskar-Ariary"
7758
+
7759
+ #~ msgid "Moldovan leu"
7760
+ #~ msgstr "Moldawischer Leu"
7761
+
7762
+ #~ msgid "Moroccan dirham"
7763
+ #~ msgstr "Marokkanischer Dirham"
7764
+
7765
+ #~ msgid "Libyan dinar"
7766
+ #~ msgstr "Libyscher Dinar"
7767
+
7768
+ #~ msgid "Lesotho loti"
7769
+ #~ msgstr "Lesothischer Loti"
7770
+
7771
+ #~ msgid "Liberian dollar"
7772
+ #~ msgstr "Liberianischer Dollar"
7773
+
7774
+ #~ msgid "Sri Lankan rupee"
7775
+ #~ msgstr "Sri-Lanka-Rupie"
7776
+
7777
+ #~ msgid "Lebanese pound"
7778
+ #~ msgstr "Libanesisches Pfund"
7779
+
7780
+ #~ msgid "Kazakhstani tenge"
7781
+ #~ msgstr "Kasachischer Tenge"
7782
+
7783
+ #~ msgid "Cayman Islands dollar"
7784
+ #~ msgstr "Kaiman-Dollar"
7785
+
7786
+ #~ msgid "Kuwaiti dinar"
7787
+ #~ msgstr "Kuwait-Dinar"
7788
+
7789
+ #~ msgid "Comorian franc"
7790
+ #~ msgstr "Komoren-Franc"
7791
+
7792
+ #~ msgid "Cambodian riel"
7793
+ #~ msgstr "Kambodschanischer Riel"
7794
+
7795
+ #~ msgid "Kyrgyzstani som"
7796
+ #~ msgstr "Kirgisischer Som"
7797
+
7798
+ #~ msgid "Jordanian dinar"
7799
+ #~ msgstr "Jordanischer Dinar"
7800
+
7801
+ #~ msgid "Jamaican dollar"
7802
+ #~ msgstr "Jamaika-Dollar"
7803
+
7804
+ #~ msgid "Jersey pound"
7805
+ #~ msgstr "Jersey-Pfund"
7806
+
7807
+ #~ msgid "Icelandic kr&oacute;na"
7808
+ #~ msgstr "Isländische Krone"
7809
+
7810
+ #~ msgid "Iranian rial"
7811
+ #~ msgstr "Iranischer Rial"
7812
+
7813
+ #~ msgid "Iraqi dinar"
7814
+ #~ msgstr "Irakischer Dinar"
7815
+
7816
+ #~ msgid "Manx pound"
7817
+ #~ msgstr "Isle-of-Man-Pfund"
7818
+
7819
+ #~ msgid "Israeli new shekel"
7820
+ #~ msgstr "Israelischer Schekel"
7821
+
7822
+ #~ msgid "Haitian gourde"
7823
+ #~ msgstr "Haitianische Gourde"
7824
+
7825
+ #~ msgid "Honduran lempira"
7826
+ #~ msgstr "Hondurischer Lempira"
7827
+
7828
+ #~ msgid "Guyanese dollar"
7829
+ #~ msgstr "Guyana-Dollar"
7830
+
7831
+ #~ msgid "Guatemalan quetzal"
7832
+ #~ msgstr "Guatemaltekischer Quetzal"
7833
+
7834
+ #~ msgid "Guinean franc"
7835
+ #~ msgstr "Guinea-Franc"
7836
+
7837
+ #~ msgid "Gambian dalasi"
7838
+ #~ msgstr "Gambischer Dalasi"
7839
+
7840
+ #~ msgid "Gibraltar pound"
7841
+ #~ msgstr "Gibraltar-Pfund"
7842
+
7843
+ #~ msgid "Ghana cedi"
7844
+ #~ msgstr "Ghanaischer Cedi"
7845
+
7846
+ #~ msgid "Guernsey pound"
7847
+ #~ msgstr "Guernsey-Pfund"
7848
+
7849
+ #~ msgid "Georgian lari"
7850
+ #~ msgstr "Georgischer Lari"
7851
+
7852
+ #~ msgid "Falkland Islands pound"
7853
+ #~ msgstr "Falkland-Pfund"
7854
+
7855
+ #~ msgid "Fijian dollar"
7856
+ #~ msgstr "Fidschi-Dollar"
7857
+
7858
+ #~ msgid "Euro"
7859
+ #~ msgstr "Euro"
7860
+
7861
+ #~ msgid "Ethiopian birr"
7862
+ #~ msgstr "Äthiopischer Birr"
7863
+
7864
+ #~ msgid "Eritrean nakfa"
7865
+ #~ msgstr "Eritreischer Nakfa"
7866
+
7867
+ #~ msgid "Algerian dinar"
7868
+ #~ msgstr "Algerischer Dinar"
7869
+
7870
+ #~ msgid "Djiboutian franc"
7871
+ #~ msgstr "Dschibuti-Franc"
7872
+
7873
+ #~ msgid "Cape Verdean escudo"
7874
+ #~ msgstr "Kap-Verde-Escudo"
7875
+
7876
+ #~ msgid "Cuban peso"
7877
+ #~ msgstr "Kubanischer Peso"
7878
+
7879
+ #~ msgid "Cuban convertible peso"
7880
+ #~ msgstr "Kubanischer Peso convertible"
7881
+
7882
+ #~ msgid "Costa Rican col&oacute;n"
7883
+ #~ msgstr "Costa-Rica-Col&oacute;n"
7884
+
7885
+ #~ msgid "Congolese franc"
7886
+ #~ msgstr "Kongo-Franc"
7887
+
7888
+ #~ msgid "Belize dollar"
7889
+ #~ msgstr "Belize-Dollar"
7890
+
7891
+ #~ msgid "Belarusian ruble"
7892
+ #~ msgstr "Weißrussischer Rubel"
7893
+
7894
+ #~ msgid "Botswana pula"
7895
+ #~ msgstr "Botswanischer Pula"
7896
+
7897
+ #~ msgid "Bhutanese ngultrum"
7898
+ #~ msgstr "Bhutanesischer Ngultrum"
7899
+
7900
+ #~ msgid "Bitcoin"
7901
+ #~ msgstr "Bitcoin"
7902
+
7903
+ #~ msgid "Bahamian dollar"
7904
+ #~ msgstr "Bahama-Dollar"
7905
+
7906
+ #~ msgid "Bolivian boliviano"
7907
+ #~ msgstr "Bolivianischer Boliviano"
7908
+
7909
+ #~ msgid "Brunei dollar"
7910
+ #~ msgstr "Brunei-Dollar"
7911
+
7912
+ #~ msgid "Bermudian dollar"
7913
+ #~ msgstr "Bermuda-Dollar"
7914
+
7915
+ #~ msgid "Burundian franc"
7916
+ #~ msgstr "Burundi-Franc"
7917
+
7918
+ #~ msgid "Bahraini dinar"
7919
+ #~ msgstr "Bahrain-Dinar"
7920
+
7921
+ #~ msgid "Barbadian dollar"
7922
+ #~ msgstr "Barbados-Dollar"
7923
+
7924
+ #~ msgid "Bosnia and Herzegovina convertible mark"
7925
+ #~ msgstr "Bosnische konvertible Mark"
7926
+
7927
+ #~ msgid "Azerbaijani manat"
7928
+ #~ msgstr "Aserbaidschan-Manat"
7929
+
7930
+ #~ msgid "Aruban florin"
7931
+ #~ msgstr "Aruba-Florin"
7932
+
7933
+ #~ msgid "Angolan kwanza"
7934
+ #~ msgstr "Angolanischer Kwanza"
7935
+
7936
+ #~ msgid "Netherlands Antillean guilder"
7937
+ #~ msgstr "Antillen-Gulden"
7938
+
7939
+ #~ msgid "Armenian dram"
7940
+ #~ msgstr "Armenischer Dram"
7941
+
7942
+ #~ msgid "Albanian lek"
7943
+ #~ msgstr "Albanischer Lek"
7944
+
7945
+ #~ msgid "Afghan afghani"
7946
+ #~ msgstr "Afghanischer Afghani"
7947
+
7948
+ #~ msgid "Make default"
7949
+ #~ msgstr "Als Standard festlegen"
7950
+
7951
+ #~ msgid "Expires"
7952
+ #~ msgstr "Läuft ab"
7953
+
7954
+ #~ msgid "File"
7955
+ #~ msgstr "Datei"
7956
+
7957
+ #~ msgid "Dashboard"
7958
+ #~ msgstr "Dashboard"
7959
+
7960
+ #~ msgid "The date you provided is invalid."
7961
+ #~ msgstr "Das eingegebene Datum ist ungültig."
7962
+
7963
+ #~ msgid "Limit results to those matching a string."
7964
+ #~ msgstr "Zeigt nur die Ergebnisse an, die zu einer Zeichenkette passen. "
7965
+
7966
+ #~ msgid "Maximum number of items to be returned in result set."
7967
+ #~ msgstr ""
7968
+ #~ "Maximale Anzahl an Einträgen, die in einer Ergebnismenge ausgegeben "
7969
+ #~ "werden. "
7970
+
7971
+ #~ msgid "Current page of the collection."
7972
+ #~ msgstr "Aktuelle Seite der Sammlung."
7973
+
7974
+ #~ msgid "Optional cost for local pickup."
7975
+ #~ msgstr "Optionale Kosten für Selbstabholung"
7976
+
7977
+ #~ msgid ""
7978
+ #~ "Allow customers to pick up orders themselves. By default, when using "
7979
+ #~ "local pickup store base taxes will apply regardless of customer address."
7980
+ #~ msgstr ""
7981
+ #~ "Erlaube deinen Kunden, Bestellungen selbst abzuholen. Als "
7982
+ #~ "Standardeinstellung werden die im Shop als Standard eingestellten Steuern "
7983
+ #~ "erhoben, unabhängig von der Adresse des Kunden."
7984
+
7985
+ #~ msgid "Local pickup (legacy)"
7986
+ #~ msgstr "Abholung vor Ort (veraltet)"
7987
+
7988
+ #~ msgid "Local delivery (legacy)"
7989
+ #~ msgstr "Lokale Zustellung (veraltet)"
7990
+
7991
+ #~ msgid "International flat rate (legacy)"
7992
+ #~ msgstr "Internationale Versandkostenpauschale (veraltet)"
7993
+
7994
+ #~ msgid "Free shipping (legacy)"
7995
+ #~ msgstr "Kostenloser Versand (veraltet)"
7996
+
7997
+ #~ msgid "Once disabled, this legacy method will no longer be available."
7998
+ #~ msgstr ""
7999
+ #~ "Einmal deaktiviert, wird diese veraltete Versandart nicht mehr zur "
8000
+ #~ "Verfügung stehen."
8001
+
8002
+ #~ msgid ""
8003
+ #~ "This method is deprecated in 2.6.0 and will be removed in future versions "
8004
+ #~ "- we recommend disabling it and instead setting up a new rate within your "
8005
+ #~ "<a href=\"%s\">Shipping zones</a>."
8006
+ #~ msgstr ""
8007
+ #~ "Diese Versandart ist seit 2.6.0 veraltet und wird in zukünftigen "
8008
+ #~ "Versionen nicht mehr angeboten. Wir empfehlen sie zu deaktivieren und "
8009
+ #~ "stattdessen eine neue in deinen <a href=\"%s\">Versandzonen</a> anzulegen."
8010
+
8011
+ #~ msgid "Flat rate (legacy)"
8012
+ #~ msgstr "Pauschale (veraltet)"
8013
+
8014
+ #~ msgid "A minimum order amount"
8015
+ #~ msgstr "Einen Mindestbestellwert"
8016
+
8017
+ #~ msgid ""
8018
+ #~ "Free shipping is a special method which can be triggered with coupons and "
8019
+ #~ "minimum spends."
8020
+ #~ msgstr ""
8021
+ #~ "Kostenloser Versand ist eine spezielle Versandart, die durch Gutscheine "
8022
+ #~ "und Mindestbestellwerte ausgelöst werden kann. "
8023
+
8024
+ #~ msgid "Lets you charge a fixed rate for shipping."
8025
+ #~ msgstr "Ermöglicht es dir, einen festen Preis für den Versand festzulegen."
8026
+
8027
+ #~ msgid "eCheck"
8028
+ #~ msgstr "Elektronische Überprüfung"
8029
+
8030
+ #~ msgid "Every %d minutes"
8031
+ #~ msgstr "Alle %d Minuten"
8032
+
8033
+ #~ msgid "There was a problem adding this card."
8034
+ #~ msgstr "Beim Hinzufügen dieser Karte ist ein Problem aufgetreten."
8035
+
8036
+ #~ msgid "Use a new card"
8037
+ #~ msgstr "Benutze eine neue Kreditkarte"
8038
+
8039
+ #~ msgctxt "Check payment method"
8040
+ #~ msgid "Awaiting check payment"
8041
+ #~ msgstr "Scheckzahlung noch ausstehend"
8042
+
8043
+ #~ msgid "Return to emails"
8044
+ #~ msgstr "Zurück zu den E-Mails"
8045
+
8046
+ #~ msgid ""
8047
+ #~ "This is an order notification sent to customers containing order details "
8048
+ #~ "after an order is placed on-hold."
8049
+ #~ msgstr ""
8050
+ #~ "Dies ist eine Bestellbestätigung, welche an Kunden gesendet wird, nachdem "
8051
+ #~ "die Bestellung in den Status „Wartend“ wechselt."
8052
+
8053
+ #~ msgid "Order on-hold"
8054
+ #~ msgstr "Bestellung wartend"
8055
+
8056
+ #~ msgid "%s and %d other region"
8057
+ #~ msgid_plural "%s and %d other regions"
8058
+ #~ msgstr[0] "%s und %d andere Region"
8059
+ #~ msgstr[1] "%s und %d andere Regionen"
8060
+
8061
+ #~ msgid "Zone"
8062
+ #~ msgstr "Zone"
8063
+
8064
+ #~ msgid "Orders (page %d)"
8065
+ #~ msgstr "Bestellungen (Seite %d)"
8066
+
8067
+ #~ msgid "Coupons list"
8068
+ #~ msgstr "Gutscheinliste"
8069
+
8070
+ #~ msgid "Coupons navigation"
8071
+ #~ msgstr "Gutscheinnavigation"
8072
+
8073
+ #~ msgid "Filter coupons"
8074
+ #~ msgstr "Gutscheine filtern"
8075
+
8076
+ #~ msgid "Orders list"
8077
+ #~ msgstr "Liste der Bestellungen"
8078
+
8079
+ #~ msgid "Orders navigation"
8080
+ #~ msgstr "Bestellungsnavigation"
8081
+
8082
+ #~ msgid "Filter orders"
8083
+ #~ msgstr "Bestellungen filtern"
8084
+
8085
+ #~ msgid "Products list"
8086
+ #~ msgstr "Produktliste"
8087
+
8088
+ #~ msgid "Products navigation"
8089
+ #~ msgstr "Produktnavigation"
8090
+
8091
+ #~ msgid "Filter products"
8092
+ #~ msgstr "Produkte filtern"
8093
+
8094
+ #~ msgid "Uploaded to this product"
8095
+ #~ msgstr "Zu diesem Produkt hochgeladen."
8096
+
8097
+ #~ msgid "Insert into product"
8098
+ #~ msgstr "Ins Produkt einfügen"
8099
+
8100
+ #~ msgid "No &quot;%s&quot; found"
8101
+ #~ msgstr "Kein &quot;%s&quot; gefunden"
8102
+
8103
+ #~ msgid ""
8104
+ #~ "%1$s was installed but could not be activated. <a href=\"%2$s\">Please "
8105
+ #~ "activate it manually by clicking here.</a>"
8106
+ #~ msgstr ""
8107
+ #~ "%1$s wurde installiert, konnte aber nicht aktiviert werden. <a href=\"%2$s"
8108
+ #~ "\">Bitte aktiviere es manuell, indem du hier klickst.</a>"
8109
+
8110
+ #~ msgid ""
8111
+ #~ "%1$s could not be installed (%2$s). <a href=\"%3$s\">Please install it "
8112
+ #~ "manually by clicking here.</a>"
8113
+ #~ msgstr ""
8114
+ #~ "%1$s konnte nicht installiert werden (%2$s). <a href=\"%3$s\">Bitte "
8115
+ #~ "installiere es manuell, indem du hier klickst.</a>"
8116
+
8117
+ #~ msgid "Undo?"
8118
+ #~ msgstr "Rückgängig?"
8119
+
8120
+ #~ msgid "This payment method was successfully set as your default."
8121
+ #~ msgstr "Diese Zahlungsmethode wurde erfolgreich als Standard festgelegt."
8122
+
8123
+ #~ msgid "Payment method deleted."
8124
+ #~ msgstr "Zahlungsmethode gelöscht."
8125
+
8126
+ #~ msgid "Go to shop"
8127
+ #~ msgstr "Zum Shop"
8128
+
8129
+ #~ msgid ""
8130
+ #~ "No shipping method has been selected. Please double check your address, "
8131
+ #~ "or contact us if you need any help."
8132
+ #~ msgstr ""
8133
+ #~ "Es wurde keine Versandart ausgewählt. Bitte überprüfe deine Adresse oder "
8134
+ #~ "kontaktiere uns, wenn du Hilfe benötigst."
8135
+
8136
+ #~ msgid "Please enter an address to continue."
8137
+ #~ msgstr "Bitte E-Mail-Adresse eingeben, um fortzufahren."
8138
+
8139
+ #~ msgid "Return to shop"
8140
+ #~ msgstr "Zurück zum Shop"
8141
+
8142
+ #~ msgid "Limit result set to webhooks assigned a specific status."
8143
+ #~ msgstr ""
8144
+ #~ "Ergebnismenge auf Webhooks beschränken, die einem bestimmten Status "
8145
+ #~ "zugeordnet sind."
8146
+
8147
+ #~ msgid "The date the webhook was last modified, in the site's timezone."
8148
+ #~ msgstr ""
8149
+ #~ "Das Datum, an dem der Webhook zuletzt geändert wurde (in der Zeitzone der "
8150
+ #~ "Seite)."
8151
+
8152
+ #~ msgid "The date the webhook was created, in the site's timezone."
8153
+ #~ msgstr ""
8154
+ #~ "Das Datum, an dem der Webhook angelegt wurde (in der Zeitzone der Seite)."
8155
+
8156
+ #~ msgid ""
8157
+ #~ "Secret key used to generate a hash of the delivered webhook and provided "
8158
+ #~ "in the request headers. This will default to a MD5 hash from the current "
8159
+ #~ "user's ID|username if not provided."
8160
+ #~ msgstr ""
8161
+ #~ "Der Sicherheitsschlüssel (Secret Key) wird genutzt, um einen Hash des "
8162
+ #~ "gelieferten Webhooks zu erzeugen, der in den Headern der Anfrage "
8163
+ #~ "enthalten ist. Dies ist standardmäßig ein MD5-Hash aus „aktuelle Nutzer-"
8164
+ #~ "ID|aktueller Nutzername“, falls nicht angegeben."
8165
+
8166
+ #~ msgid "The URL where the webhook payload is delivered."
8167
+ #~ msgstr "Die URL an welche der Webhook gesendet wird."
8168
+
8169
+ #~ msgid "WooCommerce action names associated with the webhook."
8170
+ #~ msgstr "WooCommerce action-Namen, die mit dem Webhook verbunden sind."
8171
+
8172
+ #~ msgid "Webhook event."
8173
+ #~ msgstr "Webhook-Ereignis."
8174
+
8175
+ #~ msgid "Webhook resource."
8176
+ #~ msgstr "Webhook-Ressource."
8177
+
8178
+ #~ msgid "Webhook topic."
8179
+ #~ msgstr "Webhook-Thema."
8180
+
8181
+ #~ msgid "Webhook status."
8182
+ #~ msgstr "Webhook-Status."
8183
+
8184
+ #~ msgid "A friendly name for the webhook."
8185
+ #~ msgstr "Ein Name für den Webhook."
8186
+
8187
+ #~ msgid "Webhook topic must be valid."
8188
+ #~ msgstr "Das Webhook-Thema muss valide sein."
8189
+
8190
+ #~ msgid ""
8191
+ #~ "Webhook delivery URL must be a valid URL starting with http:// or "
8192
+ #~ "https://."
8193
+ #~ msgstr ""
8194
+ #~ "Die URL für das Ziel des Webhooks muss eine gültige URL sein. Es muss "
8195
+ #~ "beginnen mit http:// oder https://."
8196
+
8197
+ #~ msgid "Webhook topic is required and must be valid."
8198
+ #~ msgstr "Webhook-Thema ist erforderlich und muss valide sein."
8199
+
8200
+ #~ msgid "The date the webhook delivery was logged, in the site's timezone."
8201
+ #~ msgstr ""
8202
+ #~ "Das Datum an dem die Webhook-Zustellung geloggt wurde (in der Zeitzone "
8203
+ #~ "der Seite)."
8204
+
8205
+ #~ msgid "The response body from the receiving server."
8206
+ #~ msgstr "Der Antwort body des empfangenden Servers."
8207
+
8208
+ #~ msgid "Array of the response headers from the receiving server."
8209
+ #~ msgstr "Array des Antwort-Headers des empfangenden Servers."
8210
+
8211
+ #~ msgid "The HTTP response message from the receiving server."
8212
+ #~ msgstr "Die HTTP-Antwort des empfangenden Servers."
8213
+
8214
+ #~ msgid "The HTTP response code from the receiving server."
8215
+ #~ msgstr "Der HTTP-Antwort-Code des empfangenden Servers."
8216
+
8217
+ #~ msgid "Request body."
8218
+ #~ msgstr "Request body."
8219
+
8220
+ #~ msgid "Request headers."
8221
+ #~ msgstr "Request headers."
8222
+
8223
+ #~ msgid "The URL where the webhook was delivered."
8224
+ #~ msgstr "Die URL an die der Webhook ausgeliefert wurde."
8225
+
8226
+ #~ msgid ""
8227
+ #~ "A friendly summary of the response including the HTTP response code, "
8228
+ #~ "message, and body."
8229
+ #~ msgstr ""
8230
+ #~ "Eine verständliche Zusammenfassung der Antwort inklusive HTTP Antwort-"
8231
+ #~ "Code, Nachricht und body."
8232
+
8233
+ #~ msgid "The delivery duration, in seconds."
8234
+ #~ msgstr "Die Lieferdauer (in Sekunden)."
8235
+
8236
+ #~ msgid "Invalid webhook ID."
8237
+ #~ msgstr "Ungültige Webhook-ID."
8238
+
8239
+ #~ msgid "Sort by tax class."
8240
+ #~ msgstr "Nach Steuerklasse sortieren."
8241
+
8242
+ #~ msgid "Indicates the order that will appear in queries."
8243
+ #~ msgstr ""
8244
+ #~ "Zeigt die Reihenfolge an, in der die Steuern bei Abfragen angezeigt "
8245
+ #~ "werden."
8246
+
8247
+ #~ msgid "Whether or not this tax rate also gets applied to shipping."
8248
+ #~ msgstr "Ob der Steuersatz auch auf den Versand angewendet wird."
8249
+
8250
+ #~ msgid "Whether or not this is a compound rate."
8251
+ #~ msgstr "Ob dies eine zusammengesetzte Steuer ist oder nicht."
8252
+
8253
+ #~ msgid "Tax priority."
8254
+ #~ msgstr "Priorität der Steuer."
8255
+
8256
+ #~ msgid "Tax rate name."
8257
+ #~ msgstr "Name des Steuersatzes."
8258
+
8259
+ #~ msgid "Tax rate."
8260
+ #~ msgstr "Steuersatz."
8261
+
8262
+ #~ msgid "Postcode / ZIP."
8263
+ #~ msgstr "Postleitzahl."
8264
+
8265
+ #~ msgid "State code."
8266
+ #~ msgstr "Staaten-Code."
8267
+
8268
+ #~ msgid "Country ISO 3166 code."
8269
+ #~ msgstr "Ländercode nach ISO 3166."
8270
+
8271
+ #~ msgid "Tax class name."
8272
+ #~ msgstr "Name der Steuerklasse."
8273
+
8274
+ #~ msgid "Taxes do not support trashing."
8275
+ #~ msgstr "Steuern unterstützen keine Löschvorgänge."
8276
+
8277
+ #~ msgid "A human-readable description of the resource."
8278
+ #~ msgstr "Eine menschenlesbare Beschreibung der Ressource."
8279
+
8280
+ #~ msgid "An alphanumeric identifier for the resource."
8281
+ #~ msgstr "Eine alphanumerische Kennung für die Ressource."
8282
+
8283
+ #~ msgid "List of top sellers products."
8284
+ #~ msgstr "Liste der am meisten verkauften Produkte."
8285
+
8286
+ #~ msgid "List of sales reports."
8287
+ #~ msgstr "Liste der Verkaufsberichte. "
8288
+
8289
+ #~ msgid "Total number of purchases."
8290
+ #~ msgstr "Gesamtanzahl der Verkäufe."
8291
+
8292
+ #~ msgid ""
8293
+ #~ "Return sales for a specific end date, the date need to be in the %s "
8294
+ #~ "format."
8295
+ #~ msgstr ""
8296
+ #~ "Gibt Verkäufe für ein bestimmtes Enddatum zurück, das Datum muss im %s "
8297
+ #~ "Format übergeben werden."
8298
+
8299
+ #~ msgid ""
8300
+ #~ "Return sales for a specific start date, the date need to be in the %s "
8301
+ #~ "format."
8302
+ #~ msgstr ""
8303
+ #~ "Gibt Verkäufe für ein bestimmtes Startdatum zurück, das Datum muss im %s "
8304
+ #~ "Format übergeben werden."
8305
+
8306
+ #~ msgid "Report period."
8307
+ #~ msgstr "Berichtsperiode."
8308
+
8309
+ #~ msgid "Totals."
8310
+ #~ msgstr "Gesamtsumme."
8311
+
8312
+ #~ msgid "Group type."
8313
+ #~ msgstr "Gruppentyp."
8314
+
8315
+ #~ msgid "Total of coupons used."
8316
+ #~ msgstr "Gesamtsumme der benutzen Gutscheine."
8317
+
8318
+ #~ msgid "Total of refunded orders."
8319
+ #~ msgstr "Gesamtsumme der erstatteten Bestellungen."
8320
+
8321
+ #~ msgid "Total charged for shipping."
8322
+ #~ msgstr "Gesamtbetrag aller verrechneten Versandkosten."
8323
+
8324
+ #~ msgid "Total charged for taxes."
8325
+ #~ msgstr "Gesamtbetrag aller verrechneten Steuern."
8326
+
8327
+ #~ msgid "Total of items purchased."
8328
+ #~ msgstr "Gesamtsumme aller gekauften Artikel."
8329
+
8330
+ #~ msgid "Total of orders placed."
8331
+ #~ msgstr "Gesamtsumme aller bisherigen Bestellungen."
8332
+
8333
+ #~ msgid "Average net daily sales."
8334
+ #~ msgstr "Durchschnittlicher Nettoumsatz pro Tag."
8335
+
8336
+ #~ msgid "Net sales in the period."
8337
+ #~ msgstr "Nettoumsatz der Periode."
8338
+
8339
+ #~ msgid "Gross sales in the period."
8340
+ #~ msgstr "Bruttoumsatz der Periode."
8341
+
8342
+ #~ msgid "Limit result set to products with a specific SKU."
8343
+ #~ msgstr "Beschränkt Ergebnismenge auf Produkte mit bestimmter Artikelnummer."
8344
+
8345
+ #~ msgid ""
8346
+ #~ "Limit result set to products with a specific attribute term ID (required "
8347
+ #~ "an assigned attribute)."
8348
+ #~ msgstr ""
8349
+ #~ "Beschränkt Ergebnismenge auf Produkte mit einem bestimmten "
8350
+ #~ "Attributsbegriff (benötigt ein zugewiesenes Attribut). "
8351
+
8352
+ #~ msgid "Limit result set to products with a specific attribute."
8353
+ #~ msgstr ""
8354
+ #~ "Beschränkt Ergebnismenge auf Produkte mit einem bestimmten Attribut."
8355
+
8356
+ #~ msgid "Limit result set to products assigned a specific shipping class ID."
8357
+ #~ msgstr ""
8358
+ #~ "Beschränkt Ergebnismenge auf Produkte, denen eine bestimmte Versandklasse "
8359
+ #~ "zugeordnet ist."
8360
+
8361
+ #~ msgid "Limit result set to products assigned a specific tag ID."
8362
+ #~ msgstr ""
8363
+ #~ "Beschränkt Ergebnismenge auf Produkte die einer bestimmten Tag-ID "
8364
+ #~ "zugewiesen sind."
8365
+
8366
+ #~ msgid "Limit result set to products assigned a specific category ID."
8367
+ #~ msgstr ""
8368
+ #~ "Beschränkt Ergebnismenge auf Produkte einer bestimmten Kategorie-ID."
8369
+
8370
+ #~ msgid "Limit result set to products assigned a specific type."
8371
+ #~ msgstr "Beschränkt Ergebnismenge auf Produkte eines bestimmten Typs."
8372
+
8373
+ #~ msgid "Limit result set to products assigned a specific status."
8374
+ #~ msgstr ""
8375
+ #~ "Beschränkt Ergebnismenge auf Produkte, denen einen bestimmter Status "
8376
+ #~ "zugeordnet wird."
8377
+
8378
+ #~ msgid "Limit result set to products with a specific slug."
8379
+ #~ msgstr "Beschränkt Ergebnismenge auf Produkte mit einem bestimmten Slug."
8380
+
8381
+ #~ msgid "Menu order, used to custom sort products."
8382
+ #~ msgstr "Menüreihenfolge (zur individuellen Sortierung der Produkte)."
8383
+
8384
+ #~ msgid "List of grouped products ID."
8385
+ #~ msgstr "Liste der IDs von gruppierten Produkten."
8386
+
8387
+ #~ msgid "Variation image data."
8388
+ #~ msgstr "Bilddaten der Variante."
8389
+
8390
+ #~ msgid "Variation height (%s)."
8391
+ #~ msgstr "Varianten Höhe (%s)."
8392
+
8393
+ #~ msgid "Variation width (%s)."
8394
+ #~ msgstr "Breite der Variante (%s)."
8395
+
8396
+ #~ msgid "Variation length (%s)."
8397
+ #~ msgstr "Länge der Variante (%s)."
8398
+
8399
+ #~ msgid "Variation dimensions."
8400
+ #~ msgstr "Abmessungen der Variante."
8401
+
8402
+ #~ msgid "Variation weight (%s)."
8403
+ #~ msgstr "Gewicht der Variante (%s)."
8404
+
8405
+ #~ msgid "Shows if the variation is on backordered."
8406
+ #~ msgstr "Zeigt an, ob die Variante im Lieferrückstand ist."
8407
+
8408
+ #~ msgid ""
8409
+ #~ "Controls whether or not the variation is listed as \"in stock\" or \"out "
8410
+ #~ "of stock\" on the frontend."
8411
+ #~ msgstr ""
8412
+ #~ "Bestimmt, ob die Variante in der Besucheransicht (Frontend) als "
8413
+ #~ "„vorrätig“ oder „nicht vorrätig“ gelistet wird."
8414
+
8415
+ #~ msgid "Stock management at variation level."
8416
+ #~ msgstr "Lagerverwaltung auf Variantenebene."
8417
+
8418
+ #~ msgid "If the variation is downloadable."
8419
+ #~ msgstr "Ob die Variante herunterladbar ist."
8420
+
8421
+ #~ msgid "If the variation is virtual."
8422
+ #~ msgstr "Ob die Variante virtuell ist."
8423
+
8424
+ #~ msgid "Shows if the variation can be bought."
8425
+ #~ msgstr "Zeigt an, ob die Variante gekauft werden kann."
8426
+
8427
+ #~ msgid "Shows if the variation is on sale."
8428
+ #~ msgstr "Zeigt an, ob die Variante im Angebot (Sale) ist."
8429
+
8430
+ #~ msgid "Variation sale price."
8431
+ #~ msgstr "Angebotspreis der Variante."
8432
+
8433
+ #~ msgid "Variation regular price."
8434
+ #~ msgstr "Standardpreis der Variante."
8435
+
8436
+ #~ msgid "Current variation price."
8437
+ #~ msgstr "Aktueller Preis der Variante."
8438
+
8439
+ #~ msgid "Variation URL."
8440
+ #~ msgstr "URL der Variante."
8441
+
8442
+ #~ msgid "The date the variation was last modified, in the site's timezone."
8443
+ #~ msgstr ""
8444
+ #~ "Das Datum, an dem die Variante zuletzt geändert wurde (in der Zeitzone "
8445
+ #~ "der Seite)."
8446
+
8447
+ #~ msgid "The date the variation was created, in the site's timezone."
8448
+ #~ msgstr ""
8449
+ #~ "Das Datum, an dem die Variante angelegt wurde (in der Zeitzone der Seite)."
8450
+
8451
+ #~ msgid "Variation ID."
8452
+ #~ msgstr "Varianten-ID."
8453
+
8454
+ #~ msgid "List of variations."
8455
+ #~ msgstr "Liste der Varianten."
8456
+
8457
+ #~ msgid "Selected attribute term name."
8458
+ #~ msgstr "Name des ausgewählten Attribut-Begriffs."
8459
+
8460
+ #~ msgid "Defaults variation attributes."
8461
+ #~ msgstr "Standard-Varianten-Attribute."
8462
+
8463
+ #~ msgid "List of available term names of the attribute."
8464
+ #~ msgstr "Liste aller verfügbaren Begriffe des Attributs."
8465
+
8466
+ #~ msgid "Define if the attribute can be used as variation."
8467
+ #~ msgstr "Definiert ob das Attribut in Varianten verwendet werden kann."
8468
+
8469
+ #~ msgid ""
8470
+ #~ "Define if the attribute is visible on the \"Additional information\" tab "
8471
+ #~ "in the product's page."
8472
+ #~ msgstr ""
8473
+ #~ "Bestimmt ob das Attribut im Tab \"Zusätzliche Informationen\" auf der "
8474
+ #~ "Produkt-Seite zu sehen ist."
8475
+
8476
+ #~ msgid "Attribute position."
8477
+ #~ msgstr "Position des Attributs."
8478
+
8479
+ #~ msgid "Attribute ID."
8480
+ #~ msgstr "ID des Attributs."
8481
+
8482
+ #~ msgid "List of attributes."
8483
+ #~ msgstr "Liste der Attribute. "
8484
+
8485
+ #~ msgid "Image position. 0 means that the image is featured."
8486
+ #~ msgstr ""
8487
+ #~ "Bildposition. 0 bedeutet, dass dieses Bild das hervorgehobene Bild ist."
8488
+
8489
+ #~ msgid "List of images."
8490
+ #~ msgstr "Liste der Bilder. "
8491
+
8492
+ #~ msgid "Tag slug."
8493
+ #~ msgstr "Tag-Slug."
8494
+
8495
+ #~ msgid "Tag ID."
8496
+ #~ msgstr "Tag-ID."
8497
+
8498
+ #~ msgid "List of tags."
8499
+ #~ msgstr "Schlagwort-Liste."
8500
+
8501
+ #~ msgid "Category slug."
8502
+ #~ msgstr "Kategorie-Slug."
8503
+
8504
+ #~ msgid "Category ID."
8505
+ #~ msgstr "Kategorie-ID."
8506
+
8507
+ #~ msgid "List of categories."
8508
+ #~ msgstr "Kategorie-Liste."
8509
+
8510
+ #~ msgid "Optional note to send the customer after purchase."
8511
+ #~ msgstr ""
8512
+ #~ "Optionale Anmerkungen, die dem Kunden nach dem Kauf mitgeteilt wird."
8513
+
8514
+ #~ msgid "Product parent ID."
8515
+ #~ msgstr "Eltern-Produkt ID."
8516
+
8517
+ #~ msgid "List of cross-sell products IDs."
8518
+ #~ msgstr "Liste der Produkt-IDs für Cross-Selling."
8519
+
8520
+ #~ msgid "List of up-sell products IDs."
8521
+ #~ msgstr "Liste der Produkt-IDs für Up-Selling."
8522
+
8523
+ #~ msgid "List of related products IDs."
8524
+ #~ msgstr "ID-Liste von zugehörigen Produkten."
8525
+
8526
+ #~ msgid "Amount of reviews that the product have."
8527
+ #~ msgstr "Anzahl der Kundenbewertungen für das Produkt."
8528
+
8529
+ #~ msgid "Reviews average rating."
8530
+ #~ msgstr "Durchschnittliche Kundenbewertung."
8531
+
8532
+ #~ msgid "Allow reviews."
8533
+ #~ msgstr "Kundenbewertungen zulassen."
8534
+
8535
+ #~ msgid "Shipping class ID."
8536
+ #~ msgstr "Versandklassen-ID."
8537
+
8538
+ #~ msgid "Shipping class slug."
8539
+ #~ msgstr "Slug der Versandklasse."
8540
+
8541
+ #~ msgid "Shows whether or not the product shipping is taxable."
8542
+ #~ msgstr "Zeigt an, ob für den Versand des Produktes Steuern anfallen."
8543
+
8544
+ #~ msgid "Shows if the product need to be shipped."
8545
+ #~ msgstr "Zeigt an, ob das Produkt versendet werden muss."
8546
+
8547
+ #~ msgid "Product height (%s)."
8548
+ #~ msgstr "Höhe des Produkts (%s)."
8549
+
8550
+ #~ msgid "Product width (%s)."
8551
+ #~ msgstr "Breite des Produkts (%s)."
8552
+
8553
+ #~ msgid "Product length (%s)."
8554
+ #~ msgstr "Produktlänge (%s)."
8555
+
8556
+ #~ msgid "Product dimensions."
8557
+ #~ msgstr "Abmessungen des Produkts."
8558
+
8559
+ #~ msgid "Product weight (%s)."
8560
+ #~ msgstr "Produktgewicht (%s)."
8561
+
8562
+ #~ msgid "Allow one item to be bought in a single order."
8563
+ #~ msgstr "Den Kauf von nur maximal einem Stück pro Bestellung erlauben."
8564
+
8565
+ #~ msgid "Shows if the product is on backordered."
8566
+ #~ msgstr "Zeigt, ob für das Produkt ein Lieferrückstand vorliegt."
8567
+
8568
+ #~ msgid "Shows if backorders are allowed."
8569
+ #~ msgstr "Zeigt, ob ein Lieferrückstand erlaubt ist."
8570
+
8571
+ #~ msgid "If managing stock, this controls if backorders are allowed."
8572
+ #~ msgstr ""
8573
+ #~ "Falls die Lagerverwaltung aktiviert ist, können damit Lieferrückstände "
8574
+ #~ "erlaubt werden."
8575
+
8576
+ #~ msgid "Stock quantity."
8577
+ #~ msgstr "Lagerbestand."
8578
+
8579
+ #~ msgid "Stock management at product level."
8580
+ #~ msgstr "Lagerverwaltung auf Produktebene."
8581
+
8582
+ #~ msgid "Tax status."
8583
+ #~ msgstr "Steuerstatus."
8584
+
8585
+ #~ msgid "Product external button text. Only for external products."
8586
+ #~ msgstr ""
8587
+ #~ "Button-Text für externe Produkte. Nur relevant für externe Produkte."
8588
+
8589
+ #~ msgid "Product external URL. Only for external products."
8590
+ #~ msgstr "Externe Produkt-URL. Nur für externe Produkte."
8591
+
8592
+ #~ msgid "Download type, this controls the schema on the front-end."
8593
+ #~ msgstr "Download-Typ - dies beeinflusst die Ausgabe im Frontend."
8594
+
8595
+ #~ msgid "File MD5 hash."
8596
+ #~ msgstr "MD5-Hash der Datei."
8597
+
8598
+ #~ msgid "List of downloadable files."
8599
+ #~ msgstr "Liste der herunterladbaren Dateien."
8600
+
8601
+ #~ msgid "If the product is downloadable."
8602
+ #~ msgstr "Ob das Produkt herunterladbar ist."
8603
+
8604
+ #~ msgid "If the product is virtual."
8605
+ #~ msgstr "Ob das Produkt virtuell ist."
8606
+
8607
+ #~ msgid "Amount of sales."
8608
+ #~ msgstr "Anzahl der Verkäufe. "
8609
+
8610
+ #~ msgid "Shows if the product can be bought."
8611
+ #~ msgstr "Zeigt an, ob das Produkt gekauft werden kann."
8612
+
8613
+ #~ msgid "Shows if the product is on sale."
8614
+ #~ msgstr "Zeigt an, ob das Produkt im Angebot (Sale) ist."
8615
+
8616
+ #~ msgid "Price formatted in HTML."
8617
+ #~ msgstr "Preis in HTML formatiert."
8618
+
8619
+ #~ msgid "End date of sale price."
8620
+ #~ msgstr "Enddatum für den Angebotspreis."
8621
+
8622
+ #~ msgid "Start date of sale price."
8623
+ #~ msgstr "Startdatum für den Angebotspreis."
8624
+
8625
+ #~ msgid "Product sale price."
8626
+ #~ msgstr "Produkt Angebotspreis."
8627
+
8628
+ #~ msgid "Product regular price."
8629
+ #~ msgstr "Regulärer Produktpreis."
8630
+
8631
+ #~ msgid "Current product price."
8632
+ #~ msgstr "Aktueller Produktpreis."
8633
+
8634
+ #~ msgid "Unique identifier."
8635
+ #~ msgstr "Eindeutige Kennung."
8636
+
8637
+ #~ msgid "Product short description."
8638
+ #~ msgstr "Kurzbeschreibung des Produkts."
8639
+
8640
+ #~ msgid "Product description."
8641
+ #~ msgstr "Produktbeschreibung."
8642
+
8643
+ #~ msgid "Catalog visibility."
8644
+ #~ msgstr "Sichtbarkeit im Katalog."
8645
+
8646
+ #~ msgid "Featured product."
8647
+ #~ msgstr "Hervorgehobenes Produkt."
8648
+
8649
+ #~ msgid "Product status (post status)."
8650
+ #~ msgstr "Produktstatus (post status)."
8651
+
8652
+ #~ msgid "Product type."
8653
+ #~ msgstr "Produkttyp."
8654
+
8655
+ #~ msgid "The date the product was last modified, in the site's timezone."
8656
+ #~ msgstr ""
8657
+ #~ "Das Datum, an dem das Produkt zuletzt geändert wurde (in der Zeitzone der "
8658
+ #~ "Seite)."
8659
+
8660
+ #~ msgid "The date the product was created, in the site's timezone."
8661
+ #~ msgstr ""
8662
+ #~ "Das Datum, an dem das Produkt angelegt wurde (in der Zeitzone der Seite)."
8663
+
8664
+ #~ msgid "Product URL."
8665
+ #~ msgstr "Produkt-URL."
8666
+
8667
+ #~ msgid "Product slug."
8668
+ #~ msgstr "Titelform des Produktes."
8669
+
8670
+ #~ msgid "The SKU already exists on another product."
8671
+ #~ msgstr "Diese Artikelnummer ist schon einem anderen Produkt zugeordnet."
8672
+
8673
+ #~ msgid "Tag name."
8674
+ #~ msgstr "Schlagwort-Name."
8675
+
8676
+ #~ msgid "Shipping class name."
8677
+ #~ msgstr "Name der Versandklasse."
8678
+
8679
+ #~ msgid "Shows if the reviewer bought the product or not."
8680
+ #~ msgstr "Zeigt an, ob der Bewertende das Produkt gekauft hat oder nicht."
8681
+
8682
+ #~ msgid "Reviewer name."
8683
+ #~ msgstr "Name des Bewertenden."
8684
+
8685
+ #~ msgid "Review rating (0 to 5)."
8686
+ #~ msgstr "Bewertung (von 0 bis 5)."
8687
+
8688
+ #~ msgid "The date the review was created, in the site's timezone."
8689
+ #~ msgstr ""
8690
+ #~ "Das Datum, an dem die Bewertung erstellt wurde (in der Zeitzone der "
8691
+ #~ "Seite)."
8692
+
8693
+ #~ msgid "Invalid product."
8694
+ #~ msgstr "Ungültiges Produkt."
8695
+
8696
+ #~ msgid "Image alternative text."
8697
+ #~ msgstr "Alternativer Bildname."
8698
+
8699
+ #~ msgid "Image name."
8700
+ #~ msgstr "Bildname."
8701
+
8702
+ #~ msgid "Image URL."
8703
+ #~ msgstr "Bild URL."
8704
+
8705
+ #~ msgid "The date the image was last modified, in the site's timezone."
8706
+ #~ msgstr ""
8707
+ #~ "Das Datum, an dem das Bild zuletzt geändert wurde (in der Zeitzone der "
8708
+ #~ "Seite)."
8709
+
8710
+ #~ msgid "The date the image was created, in the site's timezone."
8711
+ #~ msgstr ""
8712
+ #~ "Das Datum, an dem das Bild hinzugefügt wurde (in der Zeitzone der Seite)."
8713
+
8714
+ #~ msgid "Image ID."
8715
+ #~ msgstr "Bild-ID."
8716
+
8717
+ #~ msgid "Category archive display type."
8718
+ #~ msgstr "Darstellungstyp des Kategorie-Archivs."
8719
+
8720
+ #~ msgid "The ID for the parent of the resource."
8721
+ #~ msgstr "Die ID für das Elternelement der Ressource."
8722
+
8723
+ #~ msgid "Category name."
8724
+ #~ msgstr "Kategoriename."
8725
+
8726
+ #~ msgid "Enable/Disable attribute archives."
8727
+ #~ msgstr "Aktiviere/deaktiviere Attributs-Archive. "
8728
+
8729
+ #~ msgid "Default sort order."
8730
+ #~ msgstr "Standard Sortierung. "
8731
+
8732
+ #~ msgid "Type of attribute."
8733
+ #~ msgstr "Art des Attributs. "
8734
+
8735
+ #~ msgid "Attribute name."
8736
+ #~ msgstr "Name des Attributs."
8737
+
8738
+ #~ msgid "Number of published products for the resource."
8739
+ #~ msgstr "Anzahl der veröffentlichten Produkte für diese Ressource."
8740
+
8741
+ #~ msgid "Menu order, used to custom sort the resource."
8742
+ #~ msgstr "Menüreihenfolge (zur individuellen Sortierung der Ressource)."
8743
+
8744
+ #~ msgid "HTML description of the resource."
8745
+ #~ msgstr "HTML-Beschreibung der Ressource."
8746
+
8747
+ #~ msgid "An alphanumeric identifier for the resource unique to its type."
8748
+ #~ msgstr ""
8749
+ #~ "Eine alphanumerische Kennung, die einzigartig für diesen Ressourcentyp "
8750
+ #~ "ist."
8751
+
8752
+ #~ msgid "Term name."
8753
+ #~ msgstr "Name des Begriffs."
8754
+
8755
+ #~ msgid "Limit result set to orders assigned a specific product."
8756
+ #~ msgstr ""
8757
+ #~ "Beschränkt Ergebnismenge auf Bestellungen, denen ein bestimmtes Produkt "
8758
+ #~ "zugeordnet ist."
8759
+
8760
+ #~ msgid "Limit result set to orders assigned a specific customer."
8761
+ #~ msgstr ""
8762
+ #~ "Beschränkt Ergebnismenge auf Bestellungen, die einem bestimmten Kunden "
8763
+ #~ "zugeordnet sind. "
8764
+
8765
+ #~ msgid "Limit result set to orders assigned a specific status."
8766
+ #~ msgstr ""
8767
+ #~ "Beschränkt Ergebnismenge auf Bestellungen mit einem bestimmten Status."
8768
+
8769
+ #~ msgid "Refund total."
8770
+ #~ msgstr "Rückerstattung-Betrag."
8771
+
8772
+ #~ msgid "Refund reason."
8773
+ #~ msgstr "Rückerstattung-Grund."
8774
+
8775
+ #~ msgid "Refund ID."
8776
+ #~ msgstr "Rückerstattung-ID."
8777
+
8778
+ #~ msgid "List of refunds."
8779
+ #~ msgstr "Liste der Rückerstattungen."
8780
+
8781
+ #~ msgid "Discount total tax."
8782
+ #~ msgstr "Rabatt Gesamtsteuer."
8783
+
8784
+ #~ msgid "Discount total."
8785
+ #~ msgstr "Rabatt gesamt."
8786
+
8787
+ #~ msgid "Coupons line data."
8788
+ #~ msgstr "Coupon-Daten."
8789
+
8790
+ #~ msgid "Tax status of fee."
8791
+ #~ msgstr "Steuerstatus der Gebühr."
8792
+
8793
+ #~ msgid "Tax class of fee."
8794
+ #~ msgstr "Steuersatz der Gebühr."
8795
+
8796
+ #~ msgid "Fee name."
8797
+ #~ msgstr "Name der Gebühr."
8798
+
8799
+ #~ msgid "Fee lines data."
8800
+ #~ msgstr "Daten zu Gebühren."
8801
+
8802
+ #~ msgid "Shipping method ID."
8803
+ #~ msgstr "Versandart ID."
8804
+
8805
+ #~ msgid "Shipping method name."
8806
+ #~ msgstr "Name der Lieferart."
8807
+
8808
+ #~ msgid "Shipping lines data."
8809
+ #~ msgstr "Versand-Daten."
8810
+
8811
+ #~ msgid "Shipping tax total."
8812
+ #~ msgstr "Gesamtsumme der Steuern für den Versand."
8813
+
8814
+ #~ msgid "Tax total (not including shipping taxes)."
8815
+ #~ msgstr "Gesamtsumme der Steuern (ohne Versand)."
8816
+
8817
+ #~ msgid "Show if is a compound tax rate."
8818
+ #~ msgstr ""
8819
+ #~ "Anzeigen, wenn es sich um einen zusammengesetzten Steuersatz handelt."
8820
+
8821
+ #~ msgid "Tax rate label."
8822
+ #~ msgstr "Steuersatz-Bezeichnung."
8823
+
8824
+ #~ msgid "Tax rate code."
8825
+ #~ msgstr "Code des Steuersatzes."
8826
+
8827
+ #~ msgid "Tax lines data."
8828
+ #~ msgstr "Steuer-Daten."
8829
+
8830
+ #~ msgid "MD5 hash of cart items to ensure orders are not modified."
8831
+ #~ msgstr ""
8832
+ #~ "MD5-Hash des Warenkorbinhalts um sicherzustellen, dass die Bestellungen "
8833
+ #~ "nicht verändert wurden."
8834
+
8835
+ #~ msgid "The date the order was paid, in the site's timezone."
8836
+ #~ msgstr ""
8837
+ #~ "Das Datum, an dem die Bestellung bezahlt wurde, in der Zeitzone der "
8838
+ #~ "Webseite."
8839
+
8840
+ #~ msgid "The date the order was completed, in the site's timezone."
8841
+ #~ msgstr ""
8842
+ #~ "Das Datum, an dem die Bestellung fertiggestellt wurde (in der Zeitzone "
8843
+ #~ "der Seite)."
8844
+
8845
+ #~ msgid "Note left by customer during checkout."
8846
+ #~ msgstr "Notiz, die vom Kunden beim Bezahlvorgang hinterlassen wurde."
8847
+
8848
+ #~ msgid "Shows where the order was created."
8849
+ #~ msgstr "Zeigt an, wo die Bestellung erstellt wurde."
8850
+
8851
+ #~ msgid "User agent of the customer."
8852
+ #~ msgstr "User Agent des Kunden."
8853
+
8854
+ #~ msgid "Customer's IP address."
8855
+ #~ msgstr "IP-Adresse des Kunden."
8856
+
8857
+ #~ msgid "Unique transaction ID."
8858
+ #~ msgstr "Eindeutige Transaktions-ID."
8859
+
8860
+ #~ msgid ""
8861
+ #~ "Define if the order is paid. It will set the status to processing and "
8862
+ #~ "reduce stock items."
8863
+ #~ msgstr ""
8864
+ #~ "Lege fest, ob die Bestellung bezahlt ist. Das setzt den Status auf „In "
8865
+ #~ "Bearbeitung“ und reduziert den Lagerbestand entsprechend."
8866
+
8867
+ #~ msgid "Payment method title."
8868
+ #~ msgstr "Zahlungsmethoden-Titel."
8869
+
8870
+ #~ msgid "Payment method ID."
8871
+ #~ msgstr "Zahlungsmethoden-ID."
8872
+
8873
+ #~ msgid "Shipping address."
8874
+ #~ msgstr "Versandadresse."
8875
+
8876
+ #~ msgid "Country code in ISO 3166-1 alpha-2 format."
8877
+ #~ msgstr "Ländercode (nach ISO 3166-1 alpha-2)."
8878
+
8879
+ #~ msgid "Billing address."
8880
+ #~ msgstr "Rechnungsadresse."
8881
+
8882
+ #~ msgid "Sum of all taxes."
8883
+ #~ msgstr "Summe aller Steuern."
8884
+
8885
+ #~ msgid "Grand total."
8886
+ #~ msgstr "Gesamtsumme."
8887
+
8888
+ #~ msgid "Sum of line item taxes only."
8889
+ #~ msgstr "Summe der Steuern pro Bestellpostiion."
8890
+
8891
+ #~ msgid "Total shipping tax amount for the order."
8892
+ #~ msgstr "Gesamtbetrag der Steuern auf Versandkosten der Bestellung."
8893
+
8894
+ #~ msgid "Total shipping amount for the order."
8895
+ #~ msgstr "Gesamtbetrag der Versandkosten der Bestellung."
8896
+
8897
+ #~ msgid "Total discount tax amount for the order."
8898
+ #~ msgstr "Gesamtbetrag der Rabattsteuer der Bestellung."
8899
+
8900
+ #~ msgid "Total discount amount for the order."
8901
+ #~ msgstr "Gesamtbetrag der Rabatte der Bestellung."
8902
+
8903
+ #~ msgid "User ID who owns the order. 0 for guests."
8904
+ #~ msgstr "Benutzer-ID, die zur Bestellung gehört. 0 für Gäste."
8905
+
8906
+ #~ msgid "The date the order was last modified, in the site's timezone."
8907
+ #~ msgstr ""
8908
+ #~ "Das Datum, an dem die Bestellung zuletzt geändert wurde (in der Zeitzone "
8909
+ #~ "der Seite)."
8910
+
8911
+ #~ msgid "The date the order was created, in the site's timezone."
8912
+ #~ msgstr ""
8913
+ #~ "Das Datum, an dem die Bestellung erstellt wurde (in der Zeitzone der "
8914
+ #~ "Seite)."
8915
+
8916
+ #~ msgid "True the prices included tax during checkout."
8917
+ #~ msgstr ""
8918
+ #~ "Zeigt an, ob die Preise an der Kasse inklusive Mehrwertsteuer ausgewiesen "
8919
+ #~ "werden."
8920
+
8921
+ #~ msgid "Currency the order was created with, in ISO format."
8922
+ #~ msgstr "Währung, in der die Bestellung erstellt wurde (im ISO-Format)."
8923
+
8924
+ #~ msgid "Order status."
8925
+ #~ msgstr "Bestellstatus."
8926
+
8927
+ #~ msgid "Parent order ID."
8928
+ #~ msgstr "ID der übergeordneten Bestellung."
8929
+
8930
+ #~ msgid "Order item ID provided is not associated with order."
8931
+ #~ msgstr ""
8932
+ #~ "Die übergebene Bestellpositions-ID ist nicht mit einer Bestellung "
8933
+ #~ "verknüpft."
8934
+
8935
+ #~ msgid "Cannot update coupon, try again."
8936
+ #~ msgstr ""
8937
+ #~ "Gutschein konnte nicht aktualisiert werden. Bitte versuche es nochmal."
8938
+
8939
+ #~ msgid "Coupon code is required."
8940
+ #~ msgstr "Gutschein-Code wird benötigt."
8941
+
8942
+ #~ msgid "Cannot update fee, try again."
8943
+ #~ msgstr "Gebühr konnte nicht aktualisiert werden. Bitte versuche es nochmal."
8944
+
8945
+ #~ msgid "Fee tax class is required when fee is taxable."
8946
+ #~ msgstr ""
8947
+ #~ "Die Steuerklasse für die Gebühr wird benötigt, wenn die Gebühr "
8948
+ #~ "steuerpflichtig ist."
8949
+
8950
+ #~ msgid "Fee name is required."
8951
+ #~ msgstr "Der Name der Gebühr wird benötigt."
8952
+
8953
+ #~ msgid "Cannot update shipping method, try again."
8954
+ #~ msgstr ""
8955
+ #~ "Die Versandart konnte nicht aktualisiert werden. Bitte versuche es "
8956
+ #~ "nochmal."
8957
+
8958
+ #~ msgid "Shipping method ID is required."
8959
+ #~ msgstr "ID der Versandart wird benötigt."
8960
+
8961
+ #~ msgid "Shipping total must be a positive amount."
8962
+ #~ msgstr "Die Gesamtsumme der Versandkosten muss ein positiver Wert sein."
8963
+
8964
+ #~ msgid "Cannot create line item, try again."
8965
+ #~ msgstr "Kann keine Position anlegen, versuche es bitte erneut."
8966
+
8967
+ #~ msgid "Product quantity is required."
8968
+ #~ msgstr "Produktmenge wird benötigt."
8969
+
8970
+ #~ msgid "Product quantity must be a positive float."
8971
+ #~ msgstr "Produktmenge muss eine positive Fließkommazahl sein."
8972
+
8973
+ #~ msgid "Product is invalid."
8974
+ #~ msgstr "Produkt ist ungültig."
8975
+
8976
+ #~ msgid "Product ID or SKU is required."
8977
+ #~ msgstr "Produkt-ID oder Artikelnummer ist erforderlich."
8978
+
8979
+ #~ msgid "Customer ID is invalid."
8980
+ #~ msgstr "Kunden-ID ist ungültig."
8981
+
8982
+ #~ msgid "Number of decimal points to use in each resource."
8983
+ #~ msgstr "Anzahl der Nachkommastellen in jeder Ressource."
8984
+
8985
+ #~ msgid "Meta value."
8986
+ #~ msgstr "Meta-Wert."
8987
+
8988
+ #~ msgid "Meta label."
8989
+ #~ msgstr "Meta-Bezeichnung."
8990
+
8991
+ #~ msgid "Meta key."
8992
+ #~ msgstr "Meta-Schlüssel."
8993
+
8994
+ #~ msgid "Line item meta data."
8995
+ #~ msgstr "Einzelposition Metadaten."
8996
+
8997
+ #~ msgid "Tax subtotal."
8998
+ #~ msgstr "Zwischensumme der Steuern."
8999
+
9000
+ #~ msgid "Tax total."
9001
+ #~ msgstr "Gesamtsumme der Steuern."
9002
+
9003
+ #~ msgid "Line taxes."
9004
+ #~ msgstr "Steuern."
9005
+
9006
+ #~ msgid "Line total tax (after discounts)."
9007
+ #~ msgstr "Gesamtsumme der Steuern (nach Preisnachlässen/Rabatten)."
9008
+
9009
+ #~ msgid "Line total (after discounts)."
9010
+ #~ msgstr "Gesamtsumme (nach Preisnachlässen/Rabatten)."
9011
+
9012
+ #~ msgid "Line subtotal tax (before discounts)."
9013
+ #~ msgstr "Zwischensumme der Steuern (vor Preisnachlässen/Rabatten)."
9014
+
9015
+ #~ msgid "Line subtotal (before discounts)."
9016
+ #~ msgstr "Zwischensumme (vor Preisnachlässen/Rabatten). "
9017
+
9018
+ #~ msgid "Product price."
9019
+ #~ msgstr "Produktpreis."
9020
+
9021
+ #~ msgid "Tax class of product."
9022
+ #~ msgstr "Steuerklasse des Produkts."
9023
+
9024
+ #~ msgid "Quantity ordered."
9025
+ #~ msgstr "Bestellte Stückzahl."
9026
+
9027
+ #~ msgid "Variation ID, if applicable."
9028
+ #~ msgstr "Varianten-ID (falls zutreffend)."
9029
+
9030
+ #~ msgid "Product name."
9031
+ #~ msgstr "Produktname."
9032
+
9033
+ #~ msgid "Item ID."
9034
+ #~ msgstr "Bestellpositions-ID."
9035
+
9036
+ #~ msgid "Line items data."
9037
+ #~ msgstr "Bestellpositionen."
9038
+
9039
+ #~ msgid "Reason for refund."
9040
+ #~ msgstr "Grund für die Rückzahlung."
9041
+
9042
+ #~ msgid "Refund amount."
9043
+ #~ msgstr "Rückzahlungsbetrag."
9044
+
9045
+ #~ msgid "The date the order refund was created, in the site's timezone."
9046
+ #~ msgstr ""
9047
+ #~ "Das Datum, an dem die Notiz zur Rückerstattung erstellt wurde (in der "
9048
+ #~ "Zeitzone der Seite)."
9049
+
9050
+ #~ msgid ""
9051
+ #~ "An error occurred while attempting to create the refund using the payment "
9052
+ #~ "gateway API."
9053
+ #~ msgstr ""
9054
+ #~ "Es ist ein Fehler aufgetreten während versucht wurde eine Erstattung an "
9055
+ #~ "die API des entsprechenden Zahlungswegs zu übermitteln."
9056
+
9057
+ #~ msgid "Cannot create order refund, please try again."
9058
+ #~ msgstr ""
9059
+ #~ "Die Erstattung für die Bestellung konnte nicht erstellt werden, bitte "
9060
+ #~ "versuche es nochmal."
9061
+
9062
+ #~ msgid "Refund amount must be greater than zero."
9063
+ #~ msgstr "Der Rückzahlungsbetrag muss größer als Null sein."
9064
+
9065
+ #~ msgid "Order is invalid"
9066
+ #~ msgstr "Bestellung ist ungültig"
9067
+
9068
+ #~ msgid "Invalid order refund ID."
9069
+ #~ msgstr "Ungültige Rückerstattungs-ID."
9070
+
9071
+ #~ msgid "Invalid order ID."
9072
+ #~ msgstr "Ungültige Bestellnummer."
9073
+
9074
+ #~ msgid ""
9075
+ #~ "Shows/define if the note is only for reference or for the customer (the "
9076
+ #~ "user will be notified)."
9077
+ #~ msgstr ""
9078
+ #~ "Gibt an, ob die Notiz nur für interne Zwecke oder für den Kunden (der "
9079
+ #~ "Nutzer wird per Mail informiert) bestimmt ist."
9080
+
9081
+ #~ msgid "Order note."
9082
+ #~ msgstr "Bestellnotiz."
9083
+
9084
+ #~ msgid "The date the order note was created, in the site's timezone."
9085
+ #~ msgstr ""
9086
+ #~ "Das Datum, an dem die Notiz zur Bestellung erstellt wurde (in der "
9087
+ #~ "Zeitzone der Seite)."
9088
+
9089
+ #~ msgid "Webhooks do not support trashing."
9090
+ #~ msgstr "Webhooks unterstützen keine Löschvorgänge."
9091
+
9092
+ #~ msgid "Cannot create order note, please try again."
9093
+ #~ msgstr ""
9094
+ #~ "Bestellhinweis kann nicht erstellt werden. Bitte versuche es nochmal."
9095
+
9096
+ #~ msgid "Invalid order item."
9097
+ #~ msgstr "Ungültiger Bestellartikel."
9098
+
9099
+ #~ msgid "Limit result set to resources with a specific role."
9100
+ #~ msgstr ""
9101
+ #~ "Ergebnismenge auf Ressourcen mit einer bestimmten Rolle beschränken."
9102
+
9103
+ #~ msgid "Limit result set to resources with a specific email."
9104
+ #~ msgstr ""
9105
+ #~ "Ergebnismenge auf Ressourcen mit einer bestimmten E-Mail beschränken."
9106
+
9107
+ #~ msgid "List of shipping address data."
9108
+ #~ msgstr "Liste der Versandadressen."
9109
+
9110
+ #~ msgid "Phone number."
9111
+ #~ msgstr "Telefonnummer."
9112
+
9113
+ #~ msgid "Email address."
9114
+ #~ msgstr "E-Mail-Adresse."
9115
+
9116
+ #~ msgid "ISO code of the country."
9117
+ #~ msgstr "ISO-Ländercode."
9118
+
9119
+ #~ msgid "Postal code."
9120
+ #~ msgstr "Postleitzahl."
9121
+
9122
+ #~ msgid "ISO code or name of the state, province or district."
9123
+ #~ msgstr "ISO-Code oder Name des Staats, der Provinz oder des Distrikts."
9124
+
9125
+ #~ msgid "City name."
9126
+ #~ msgstr "Name der Stadt."
9127
+
9128
+ #~ msgid "Address line 2."
9129
+ #~ msgstr "Adresszusatz."
9130
+
9131
+ #~ msgid "Address line 1."
9132
+ #~ msgstr "Adresszeile 1."
9133
+
9134
+ #~ msgid "Company name."
9135
+ #~ msgstr "Firmenname."
9136
+
9137
+ #~ msgid "Last name."
9138
+ #~ msgstr "Nachname."
9139
+
9140
+ #~ msgid "First name."
9141
+ #~ msgstr "Vorname."
9142
+
9143
+ #~ msgid "List of billing address data."
9144
+ #~ msgstr "Liste der Rechnungsadress-Daten."
9145
+
9146
+ #~ msgid "Avatar URL."
9147
+ #~ msgstr "Avatar-URL."
9148
+
9149
+ #~ msgid "Total amount spent."
9150
+ #~ msgstr "Insgesamt ausgegeben."
9151
+
9152
+ #~ msgid "Quantity of orders made by the customer."
9153
+ #~ msgstr "Anzahl der Bestellungen des Kunden."
9154
+
9155
+ #~ msgid "Last order ID."
9156
+ #~ msgstr "Letzte Bestellnummer."
9157
+
9158
+ #~ msgid "Last order data."
9159
+ #~ msgstr "Daten der letzten Bestellung."
9160
+
9161
+ #~ msgid "Customer password."
9162
+ #~ msgstr "Passwort des Kunden."
9163
+
9164
+ #~ msgid "Customer login name."
9165
+ #~ msgstr "Kunden-Benutzername. "
9166
+
9167
+ #~ msgid "Customer last name."
9168
+ #~ msgstr "Nachname Kunde."
9169
+
9170
+ #~ msgid "Customer first name."
9171
+ #~ msgstr "Vorname des Kunden."
9172
+
9173
+ #~ msgid "The email address for the customer."
9174
+ #~ msgstr "Die E-Mail-Adresse für den Kunden."
9175
+
9176
+ #~ msgid "The date the customer was last modified, in the site's timezone."
9177
+ #~ msgstr ""
9178
+ #~ "Das Datum, an dem der Kunde zuletzt geändert wurde (in der Zeitzone der "
9179
+ #~ "Seite)."
9180
+
9181
+ #~ msgid "The date the customer was created, in the site's timezone."
9182
+ #~ msgstr ""
9183
+ #~ "Das Datum, an dem der Kunde angelegt wurde (in der Zeitzone der Seite)."
9184
+
9185
+ #~ msgid "Unique identifier for the resource."
9186
+ #~ msgstr "Eindeutige Kennung für die Ressource."
9187
+
9188
+ #~ msgid "Invalid resource id for reassignment."
9189
+ #~ msgstr "Ungültige Ressource ID für Neuzuordnung."
9190
+
9191
+ #~ msgid "Customers do not support trashing."
9192
+ #~ msgstr "Kunden unterstützen keine Löschvorgänge."
9193
+
9194
+ #~ msgid "Username isn't editable."
9195
+ #~ msgstr "Benutzername kann nicht bearbeitet werden."
9196
+
9197
+ #~ msgid "Email address is invalid."
9198
+ #~ msgstr "E-Mail-Adresse ist ungültig."
9199
+
9200
+ #~ msgid "Invalid resource id."
9201
+ #~ msgstr "Ungültige Ressource ID. "
9202
+
9203
+ #~ msgid "Cannot create existing resource."
9204
+ #~ msgstr "Eine bereits existierende Ressource kann nicht neu erstellt werden."
9205
+
9206
+ #~ msgid "File URL."
9207
+ #~ msgstr "Datei-URL."
9208
+
9209
+ #~ msgid "File name."
9210
+ #~ msgstr "Dateiname."
9211
+
9212
+ #~ msgid "File details."
9213
+ #~ msgstr "Datei-Details."
9214
+
9215
+ #~ msgid "The date when download access expires, in the site's timezone."
9216
+ #~ msgstr ""
9217
+ #~ "Das Datum, an dem der Download-Zugriff abläuft, in der Zeitzone der "
9218
+ #~ "Webseite."
9219
+
9220
+ #~ msgid "Number of downloads remaining."
9221
+ #~ msgstr "Anzahl der verbleibenden Downloads."
9222
+
9223
+ #~ msgid "Order key."
9224
+ #~ msgstr "Schlüssel der Bestellung."
9225
+
9226
+ #~ msgid "Order ID."
9227
+ #~ msgstr "Bestellnummer."
9228
+
9229
+ #~ msgid "Downloadable file name."
9230
+ #~ msgstr "Herunterladbarer Dateiname."
9231
+
9232
+ #~ msgid "Downloadable product ID."
9233
+ #~ msgstr "ID des herunterladbaren Produkts."
9234
+
9235
+ #~ msgid "Download ID (MD5)."
9236
+ #~ msgstr "Download-ID (MD5)."
9237
+
9238
+ #~ msgid "Download file URL."
9239
+ #~ msgstr "Lade Datei URL herunter. "
9240
+
9241
+ #~ msgid "Limit result set to resources with a specific code."
9242
+ #~ msgstr "Beschränkt Ergebnismenge auf Ressourcen mit einem bestimmten Code. "
9243
+
9244
+ #~ msgid "List of email addresses that can use this coupon."
9245
+ #~ msgstr ""
9246
+ #~ "Liste der E-Mail-Adressen, mit denen dieser Gutschein benutzt werden kann."
9247
+
9248
+ #~ msgid "Maximum order amount allowed when using the coupon."
9249
+ #~ msgstr ""
9250
+ #~ "Maximaler Bestellwert bei der dieser Gutschein noch benutzt werden darf."
9251
+
9252
+ #~ msgid ""
9253
+ #~ "Minimum order amount that needs to be in the cart before coupon applies."
9254
+ #~ msgstr ""
9255
+ #~ "Minimale Bestellmenge, die im Warenkorb enthalten sein muss, damit der "
9256
+ #~ "Gutschein verwendet werden kann. "
9257
+
9258
+ #~ msgid "List of category IDs the coupon does not apply to."
9259
+ #~ msgstr "Liste von Kategorie-IDs, auf die der Gutschein nicht zutrifft."
9260
+
9261
+ #~ msgid "List of category IDs the coupon applies to."
9262
+ #~ msgstr "Liste von Kategorie-IDs, auf die der Gutschein zutrifft."
9263
+
9264
+ #~ msgid "Max number of items in the cart the coupon can be applied to."
9265
+ #~ msgstr ""
9266
+ #~ "Maximale Anzahl der Artikel auf die der Gutschein angewendet werden kann."
9267
+
9268
+ #~ msgid "How many times the coupon can be used per customer."
9269
+ #~ msgstr "Wie oft der Gutschein pro Kunde verwendet werden kann."
9270
+
9271
+ #~ msgid "List of product IDs the coupon cannot be used on."
9272
+ #~ msgstr ""
9273
+ #~ "Liste der Produkt-IDs, auf die der Gutschein nicht angewendet werden kann."
9274
+
9275
+ #~ msgid "List of product IDs the coupon can be used on."
9276
+ #~ msgstr "Liste der Produkt-IDs, für die der Gutschein benutzt werden kann."
9277
+
9278
+ #~ msgid "Number of times the coupon has been used already."
9279
+ #~ msgstr "Anzahl, wie oft der Gutschein bereits benutzt wurde."
9280
+
9281
+ #~ msgid "UTC DateTime when the coupon expires."
9282
+ #~ msgstr "Verfallsdatum des Gutscheins (UTC DateTime)."
9283
+
9284
+ #~ msgid "Determines the type of discount that will be applied."
9285
+ #~ msgstr "Bestimmt die Rabattart, die angewendet wird."
9286
+
9287
+ #~ msgid "Coupon description."
9288
+ #~ msgstr "Beschreibung des Gutscheins."
9289
+
9290
+ #~ msgid "The date the coupon was last modified, in the site's timezone."
9291
+ #~ msgstr ""
9292
+ #~ "Das Datum, an dem der Gutschein zuletzt geändert wurde (in der Zeitzone "
9293
+ #~ "der Website)."
9294
+
9295
+ #~ msgid "The date the coupon was created, in the site's timezone."
9296
+ #~ msgstr ""
9297
+ #~ "Das Datum, an dem der Gutschein erstellt wurde (in der Zeitzone der "
9298
+ #~ "Website)."
9299
+
9300
+ #~ msgid "Coupon code."
9301
+ #~ msgstr "Gutscheincode."
9302
+
9303
+ #~ msgid "Unique identifier for the object."
9304
+ #~ msgstr "Eindeutige Kennung für das Objekt."
9305
+
9306
+ #~ msgid "The coupon code cannot be empty."
9307
+ #~ msgstr "Der Gutscheincode darf nicht leer sein."
9308
+
9309
+ #~ msgid "Whether to bypass trash and force deletion."
9310
+ #~ msgstr ""
9311
+ #~ "Ob der Papierkorb übersprungen und unwiderruflich gelöscht werden soll."
9312
+
9313
+ #~ msgid "The API key provided does not have write permissions."
9314
+ #~ msgstr "Der angegebene API-Key hat keine Schreibrechte."
9315
+
9316
+ #~ msgid "The API key provided does not have read permissions."
9317
+ #~ msgstr "Der angegebene API-Key hat keine Leserechte."
9318
+
9319
+ #~ msgid "Invalid nonce - nonce has already been used."
9320
+ #~ msgstr "Ungültige Nonce - Nonce wurde bereits verwendet. "
9321
+
9322
+ #~ msgid "Invalid timestamp."
9323
+ #~ msgstr "Ungültiger Zeitstempel."
9324
+
9325
+ #~ msgid "Invalid signature - provided signature does not match."
9326
+ #~ msgstr "Ungültige Signatur - die angegebene Signatur stimmt nicht überein."
9327
+
9328
+ #~ msgid "Invalid signature - signature method is invalid."
9329
+ #~ msgstr "Ungültige Signatur - Signaturmethode ist ungültig."
9330
+
9331
+ #~ msgid "Invalid signature - failed to sort parameters."
9332
+ #~ msgstr "Ungültige Signatur - sortieren der Parameter fehlgeschlagen."
9333
+
9334
+ #~ msgid "Consumer Secret is invalid."
9335
+ #~ msgstr "Consumer Secret ist ungültig."
9336
+
9337
+ #~ msgid "Consumer key is invalid."
9338
+ #~ msgstr "Consumer Key ist ungültig."
9339
+
9340
+ #~ msgid "Your database is being updated in the background."
9341
+ #~ msgstr "Deine Datenbank wird im Hintergrund aktualisiert."
9342
+
9343
+ #~ msgid "We need to update your store database to the latest version."
9344
+ #~ msgstr ""
9345
+ #~ "Wir müssen die Datenbank deines Shops auf die neueste Version "
9346
+ #~ "aktualisieren."
9347
+
9348
+ #~ msgid "WooCommerce data update"
9349
+ #~ msgstr "WooCommerce Datenaktualisierung"
9350
+
9351
+ #~ msgid "Install our new Simplify Commerce plugin"
9352
+ #~ msgstr "Installiere unser neues Simplify-Commerce-Plugin"
9353
+
9354
+ #~ msgid ""
9355
+ #~ "<strong>The Simplify Commerce payment gateway is deprecated</strong> "
9356
+ #~ "&#8211; Please install our new free Simplify Commerce plugin from "
9357
+ #~ "WordPress.org. Simplify Commerce will be removed from WooCommerce core in "
9358
+ #~ "a future update."
9359
+ #~ msgstr ""
9360
+ #~ "<strong>Die Simplify Commerce Zahlungsweg ist veraltet</strong> &#8211; "
9361
+ #~ "Bitte installiere unser neues Simplify Commerce Plugin von WordPress.org. "
9362
+ #~ "Simplify Commerce wir in einer zukünftigen Version aus dem WooCommerce "
9363
+ #~ "Core entfernt."
9364
+
9365
+ #~ msgid ""
9366
+ #~ "Customers will not be able to purchase physical goods from your store "
9367
+ #~ "until a shipping method is available."
9368
+ #~ msgstr ""
9369
+ #~ "Kunden können keine physischen Produkte bei dir bestellen, solange keine "
9370
+ #~ "Versandart verfügbar ist."
9371
+
9372
+ #~ msgid ""
9373
+ #~ "Shipping is currently enabled, but you have not added any shipping "
9374
+ #~ "methods to your shipping zones."
9375
+ #~ msgstr ""
9376
+ #~ "Versand ist aktuell aktiviert, aber du hast noch keine Versandarten zu "
9377
+ #~ "deinen Versandzonen hinzugefügt."
9378
+
9379
+ #~ msgid "Add shipping methods &amp; zones"
9380
+ #~ msgstr "Versandarten &amp; -zonen hinzufügen"
9381
+
9382
+ #~ msgid "Learn more about shipping zones"
9383
+ #~ msgstr "Erfahre mehr über Versandzonen"
9384
+
9385
+ #~ msgid "Setup shipping zones"
9386
+ #~ msgstr "Konfiguriere Versandzonen"
9387
+
9388
+ #~ msgid ""
9389
+ #~ "Legacy shipping methods (flat rate, international flat rate, local pickup "
9390
+ #~ "and delivery, and free shipping) are deprecated but will continue to work "
9391
+ #~ "as normal for now. <b><em>They will be removed in future versions of "
9392
+ #~ "WooCommerce</em></b>. We recommend disabling these and setting up new "
9393
+ #~ "rates within shipping zones as soon as possible."
9394
+ #~ msgstr ""
9395
+ #~ "Die zuletzt verfügbaren Versandarten (Versandkostenpauschale, "
9396
+ #~ "Internationale Verandkostenpauschale, Selbstabholung und kostenloser "
9397
+ #~ "Versand) sind veraltet, werden aber für den Moment genau so funktionieren "
9398
+ #~ "wie früher. <b><em>Sie werden in einer zukünftigen Version von "
9399
+ #~ "WooCommerce entfernt</em></b>. Wir empfehlen so zeitnah wie möglich die "
9400
+ #~ "alten Versandmethoden zu deaktivieren und neue Versandkosten innerhalb "
9401
+ #~ "von Versandzonen anzulegen."
9402
+
9403
+ #~ msgid ""
9404
+ #~ "a group of regions that can be assigned different shipping methods and "
9405
+ #~ "rates."
9406
+ #~ msgstr ""
9407
+ #~ "eine Gruppe von Regionen kann verschiedenen Versandarten und -kosten "
9408
+ #~ "zugewiesen werden"
9409
+
9410
+ #~ msgid "New:"
9411
+ #~ msgstr "Neu:"
9412
+
9413
+ #~ msgid "Dismiss"
9414
+ #~ msgstr "Ausblenden"
9415
+
9416
+ #~ msgid ""
9417
+ #~ "Your theme has a woocommerce.php file, you will not be able to override "
9418
+ #~ "the woocommerce/archive-product.php custom template since woocommerce.php "
9419
+ #~ "has priority over archive-product.php. This is intended to prevent "
9420
+ #~ "display issues."
9421
+ #~ msgstr ""
9422
+ #~ "Dein Theme hat eine woocommerce.php-Datei, was dazu führt, dass du das "
9423
+ #~ "Template woocommerce/archive-product.php nicht überschreiben kannst, da "
9424
+ #~ "woocommerce.php höher gewichtet wird als archive-product.php. Das ist "
9425
+ #~ "beabsichtigt, um Darstellungsprobleme zu verhindern."
9426
+
9427
+ #~ msgid "Archive template"
9428
+ #~ msgstr "Archiv-Template"
9429
+
9430
+ #~ msgid "Page ID is set, but the page does not exist"
9431
+ #~ msgstr "Seiten-ID ist gesetzt, aber die Seite existiert nicht"
9432
+
9433
+ #~ msgid "The GeoIP database from MaxMind is used to geolocate customers."
9434
+ #~ msgstr ""
9435
+ #~ "Die GeoIP-Datenbank von MaxMind wird verwendet, um den Ort eines Kunden "
9436
+ #~ "zu lokalisieren."
9437
+
9438
+ #~ msgid "MaxMind GeoIP database."
9439
+ #~ msgstr "MaxMind GeoIP Datenbank."
9440
+
9441
+ #~ msgid ""
9442
+ #~ "Your server does not support the %s function - this is required to use "
9443
+ #~ "the GeoIP database from MaxMind."
9444
+ #~ msgstr ""
9445
+ #~ "Dein Server unterstützt die %s Funktion nicht – diese wird für die "
9446
+ #~ "Benutzung der GeoIP-Datenbank von MaxMind benötigt."
9447
+
9448
+ #~ msgid "WordPress requirements"
9449
+ #~ msgstr "WordPress-Anforderungen"
9450
+
9451
+ #~ msgid "The version of cURL installed on your server."
9452
+ #~ msgstr "Die cURL-Version, die auf deinem Server installiert ist."
9453
+
9454
+ #~ msgid "cURL version."
9455
+ #~ msgstr "cURL Version."
9456
+
9457
+ #~ msgid "Displays whether or not WP Cron Jobs are enabled."
9458
+ #~ msgstr "Zeigt an, ob WP Cron Jobs aktiviert sind oder nicht."
9459
+
9460
+ #~ msgid ""
9461
+ #~ "The secret key is used to generate a hash of the delivered webhook and "
9462
+ #~ "provided in the request headers."
9463
+ #~ msgstr ""
9464
+ #~ "Der Secret Key wird benutzt um einen Hash des ausgelieferten Webhooks zu "
9465
+ #~ "erzeugen. Dieser wird im Head der Anfrage mitgesendet."
9466
+
9467
+ #~ msgid ""
9468
+ #~ "Postcode for this rule. Semi-colon (;) separate multiple values. Leave "
9469
+ #~ "blank to apply to all areas. Wildcards (*) and ranges for numeric "
9470
+ #~ "postcodes (e.g. 12345...12350) can also be used."
9471
+ #~ msgstr ""
9472
+ #~ "Postleitzahl für diese Regel. Semikola (;) trennen mehrere Werte. Leer "
9473
+ #~ "lassen um alle Postleitzahlbereiche zu nutzen. Platzhalter (*) und "
9474
+ #~ "Postleitzahlbereiche können für nummerische Postleitzahlen (z.B. "
9475
+ #~ "39100 ... 39199) ebenfalls genutzt werden."
9476
+
9477
+ #~ msgid "List 1 postcode per line"
9478
+ #~ msgstr "Gib eine Postleitzahl pro Zeile ein"
9479
+
9480
+ #~ msgid "Limit to specific ZIP/postcodes"
9481
+ #~ msgstr "Auf ausgewählte Postleitzahlen beschränken"
9482
+
9483
+ #~ msgid "Select regions within this zone"
9484
+ #~ msgstr "Wähle Regionen in dieser Zone aus."
9485
+
9486
+ #~ msgid ""
9487
+ #~ "Add as many zones as you need &ndash; customers will only see the methods "
9488
+ #~ "available for their address."
9489
+ #~ msgstr ""
9490
+ #~ "Füge so viele Zonen hinzu, wie du brauchst&ndash; Kunden sehen nur die "
9491
+ #~ "Versandarten, die für ihre Adresse verfügbar sind."
9492
+
9493
+ #~ msgid "Europe zone = Any country in Europe = Flat rate shipping"
9494
+ #~ msgstr "Zone Europa = jedes Land in Europa = Versandkostenpauschale"
9495
+
9496
+ #~ msgid "US domestic zone = All US states = Flat rate shipping"
9497
+ #~ msgstr "USA Zone = Alle US-Staaten = Versandkostenpauschale"
9498
+
9499
+ #~ msgid "Local zone = California ZIP 90210 = Local pickup"
9500
+ #~ msgstr "Lokale Zone = Sachsen-Anhalt ZIP 39112 = Selbstabholung"
9501
+
9502
+ #~ msgid "For example:"
9503
+ #~ msgstr "Zum Beispiel:"
9504
+
9505
+ #~ msgid "Add shipping zone"
9506
+ #~ msgstr "Versandzone hinzufügen"
9507
+
9508
+ #~ msgid "Region(s)"
9509
+ #~ msgstr "Region(en)"
9510
+
9511
+ #~ msgid "Zone name"
9512
+ #~ msgstr "Name der Zone"
9513
+
9514
+ #~ msgid ""
9515
+ #~ "Drag and drop to re-order your custom zones. This is the order in which "
9516
+ #~ "they will be matched against the customer address."
9517
+ #~ msgstr ""
9518
+ #~ "Verschiebe deine Versandzonen mit gedrückter Maustaste. Diese Reihenfolge "
9519
+ #~ "wird genutzt, um sie mit der Kunden-Adresse abzugleichen."
9520
+
9521
+ #~ msgid ""
9522
+ #~ "A shipping zone is a geographic region where a certain set of shipping "
9523
+ #~ "methods and rates apply."
9524
+ #~ msgstr ""
9525
+ #~ "Eine Versandzone ist eine geographische Region, auf die bestimmte "
9526
+ #~ "Versandarten und -raten zutreffen. "
9527
+
9528
+ #~ msgid "Close modal panel"
9529
+ #~ msgstr "Popup schließen"
9530
+
9531
+ #~ msgid ""
9532
+ #~ "You can add multiple shipping methods within this zone. Only customers "
9533
+ #~ "within the zone will see them."
9534
+ #~ msgstr ""
9535
+ #~ "Innerhalb dieses Bereiches können mehrere verschiedene Versandarten "
9536
+ #~ "angegeben werden. Nur Kunden aus diesem Bereich werden sie angezeigt. "
9537
+
9538
+ #~ msgid "Add shipping method"
9539
+ #~ msgstr "Versandart hinzufügen"
9540
+
9541
+ #~ msgid ""
9542
+ #~ "The following shipping methods apply to customers with shipping addresses "
9543
+ #~ "within this zone."
9544
+ #~ msgstr ""
9545
+ #~ "Die nachfolgenden Versandarten betreffen Kunden mit Versandadressen aus "
9546
+ #~ "dieser Region."
9547
+
9548
+ #~ msgid "Description for your reference"
9549
+ #~ msgstr "Beschreibung für interne Zwecke"
9550
+
9551
+ #~ msgid "Cancel changes"
9552
+ #~ msgstr "Änderungen verwerfen"
9553
+
9554
+ #~ msgid "Shipping class name"
9555
+ #~ msgstr "Versandklassen-Name"
9556
+
9557
+ #~ msgid "No shipping classes have been created."
9558
+ #~ msgstr "Es wurden noch keine Versandklassen erstellt."
9559
+
9560
+ #~ msgid "Add shipping class"
9561
+ #~ msgstr "Versandklasse hinzufügen"
9562
+
9563
+ #~ msgid "Save shipping classes"
9564
+ #~ msgstr "Versandklassen speichern"
9565
+
9566
+ #~ msgid ""
9567
+ #~ "Shipping classes can be used to group products of similar type and can be "
9568
+ #~ "used by some Shipping Methods (such as \"Flat rate shipping\") to provide "
9569
+ #~ "different rates to different classes of product."
9570
+ #~ msgstr ""
9571
+ #~ "Versandklassen können genutzt werden, um Produkte ähnlichen Typs zu "
9572
+ #~ "gruppieren. Sie können von einigen Versandarten (wie der "
9573
+ #~ "Versandkostenpauschale) genutzt werden um auf den Versandklassen "
9574
+ #~ "basierend verschiedene Kosten auszuweisen."
9575
+
9576
+ #~ msgid "Product count"
9577
+ #~ msgstr "Produktanzahl"
9578
+
9579
+ #~ msgid "Edit failed. Please try again."
9580
+ #~ msgstr "Bearbeitung fehlgeschlagen. Bitte versuche es nochmal. "
9581
+
9582
+ #~ msgid "This shipping method does not have any settings to configure."
9583
+ #~ msgstr ""
9584
+ #~ "Diese Versandart hat keine Einstellungen, die konfiguriert werden müssen. "
9585
+
9586
+ #~ msgid "Shipping method could not be added. Please retry."
9587
+ #~ msgstr ""
9588
+ #~ "Die Versandart konnte nicht hinzugefügt werden. Bitte versuche es nochmal."
9589
+
9590
+ #~ msgid "Your changes were not saved. Please retry."
9591
+ #~ msgstr ""
9592
+ #~ "Deine Änderungen wurden nicht gespeichert. Bitte versuche es nochmal."
9593
+
9594
+ #~ msgid ""
9595
+ #~ "Do you wish to save your changes first? Your changed data will be "
9596
+ #~ "discarded if you choose to cancel."
9597
+ #~ msgstr ""
9598
+ #~ "Möchtest du deine Änderungen zuerst speichern? Deine geänderten Daten "
9599
+ #~ "werden verworfen, wenn du den Vorgang abbrichst."
9600
+
9601
+ #~ msgid "Zone does not exist!"
9602
+ #~ msgstr "Zone existiert nicht!"
9603
+
9604
+ #~ msgid "Force shipping to the customer billing address"
9605
+ #~ msgstr "Versand an Rechnungsadresse des Kunden erzwingen"
9606
+
9607
+ #~ msgid "Default to customer billing address"
9608
+ #~ msgstr "Rechnungsadresse des Kunden als Standard"
9609
+
9610
+ #~ msgid "Default to customer shipping address"
9611
+ #~ msgstr "Lieferadresse des Kunden als Standard"
9612
+
9613
+ #~ msgid "Calculations"
9614
+ #~ msgstr "Berechnungen"
9615
+
9616
+ #~ msgid "Show subcategories &amp; products"
9617
+ #~ msgstr "Unterkategorien &amp; Produkte anzeigen"
9618
+
9619
+ #~ msgid "Show categories &amp; products"
9620
+ #~ msgstr "Kategorien &amp; Produkte anzeigen"
9621
+
9622
+ #~ msgid "Show categories"
9623
+ #~ msgstr "Kategorien anzeigen"
9624
+
9625
+ #~ msgid "No location by default"
9626
+ #~ msgstr "Kein voreingestellter Ort"
9627
+
9628
+ #~ msgid ""
9629
+ #~ "This option determines a customers default location. The MaxMind GeoLite "
9630
+ #~ "Database will be periodically downloaded to your wp-content directory if "
9631
+ #~ "using geolocation."
9632
+ #~ msgstr ""
9633
+ #~ "Diese Option ermittelt einen voreingestellten Ort für den jeweiligen "
9634
+ #~ "Kunden. Die MaxMind GeoLite-Datenbank wird regelmäßig in deinen wp-"
9635
+ #~ "content-Ordner geladen, wenn du die Lokalisierungsfunktion benutzt."
9636
+
9637
+ #~ msgid "Default customer location"
9638
+ #~ msgstr "Voreingestellter Ort für Kunden"
9639
+
9640
+ #~ msgid "Ship to specific countries"
9641
+ #~ msgstr "Versende in bestimmte Länder"
9642
+
9643
+ #~ msgid "Disable shipping &amp; shipping calculations"
9644
+ #~ msgstr "Versandkosten &amp; Versandkostenberechnung deaktivieren"
9645
+
9646
+ #~ msgid "Shipping location(s)"
9647
+ #~ msgstr "Versandort(e)"
9648
+
9649
+ #~ msgid "Sell to specific countries"
9650
+ #~ msgstr "In bestimmte Länder verkaufen."
9651
+
9652
+ #~ msgid "Sell to all countries, except for&hellip;"
9653
+ #~ msgstr "In alle Länder verkaufen, ausgenommen&hellip;"
9654
+
9655
+ #~ msgid "Endpoint for the setting a default payment method page."
9656
+ #~ msgstr "Endpunkt für die Seite „Standard-Zahlungsmethode festlegen“. "
9657
+
9658
+ #~ msgid "Set default payment method"
9659
+ #~ msgstr "Standard-Zahlungsmethode festlegen"
9660
+
9661
+ #~ msgid "Endpoint for the delete payment method page."
9662
+ #~ msgstr "Endpunkt für die Seite „Zahlungsmethode löschen“."
9663
+
9664
+ #~ msgid "Delete payment method"
9665
+ #~ msgstr "Zahlungsmethode löschen"
9666
+
9667
+ #~ msgid "Endpoint for the \"My account &rarr; Payment methods\" page."
9668
+ #~ msgstr "Endpunkt für die Seite „Mein Konto &rarr; Zahlungsmethoden“."
9669
+
9670
+ #~ msgid "Payment methods"
9671
+ #~ msgstr "Zahlungsmethoden"
9672
+
9673
+ #~ msgid "Note: the refund reason will be visible by the customer."
9674
+ #~ msgstr "Achtung: Der Grund für die Erstattung ist für den Kunden sichtbar."
9675
+
9676
+ #~ msgid "This order is no longer editable."
9677
+ #~ msgstr "Diese Bestellung kann nicht mehr bearbeitet werden."
9678
+
9679
+ #~ msgid "Add item(s)"
9680
+ #~ msgstr "Bestellposition(en) hinzufügen"
9681
+
9682
+ #~ msgid "Increase stock"
9683
+ #~ msgstr "Lagerbestand erhöhen"
9684
+
9685
+ #~ msgid "Reduce stock"
9686
+ #~ msgstr "Lagerbestand reduzieren"
9687
+
9688
+ #~ msgid "Delete selected row(s)"
9689
+ #~ msgstr "Ausgewählte Zeile(n) löschen"
9690
+
9691
+ #~ msgid "Edit item"
9692
+ #~ msgstr "Bestellposition bearbeiten "
9693
+
9694
+ #~ msgid "Pre-discount:"
9695
+ #~ msgstr "Preis vor Rabatt:"
9696
+
9697
+ #~ msgid "Customer download link"
9698
+ #~ msgstr "Download-Link für Kunden"
9699
+
9700
+ #~ msgid "Stock quantity"
9701
+ #~ msgstr "Lagerbestandsmenge"
9702
+
9703
+ #~ msgid "Tax status"
9704
+ #~ msgstr "Steuerstatus"
9705
+
9706
+ #~ msgid "A simple offline gateway that lets you accept cash on delivery."
9707
+ #~ msgstr "Eine einfache Art Zahlungen per Nachname zu akzeptieren."
9708
+
9709
+ #~ msgid "A simple offline gateway that lets you accept BACS payment."
9710
+ #~ msgstr ""
9711
+ #~ "Eine einfache Art Zahlungen via Überweisung/Vorkasse zu akzeptieren."
9712
+
9713
+ #~ msgid ""
9714
+ #~ "A simple offline gateway that lets you accept a check as method of "
9715
+ #~ "payment."
9716
+ #~ msgstr "Eine einfache Art Bezahlungen in Form von Schecks zu akzeptieren."
9717
+
9718
+ #~ msgctxt "Check payment method"
9719
+ #~ msgid "Check payments"
9720
+ #~ msgstr "Scheckzahlungen"
9721
+
9722
+ #~ msgid "Accept payments via PayPal using account balance or credit card."
9723
+ #~ msgstr ""
9724
+ #~ "Nimm Zahlungen über PayPal per PayPal-Guthaben oder Kreditkarte entgegen."
9725
+
9726
+ #~ msgid "Ready to start selling something awesome?"
9727
+ #~ msgstr "Bereit, um mit dem Verkauf von etwas Großartigem zu starten?"
9728
+
9729
+ #~ msgid "Learn more about coupons"
9730
+ #~ msgstr "Erfahre mehr über Gutscheine"
9731
+
9732
+ #~ msgid ""
9733
+ #~ "Coupons are a great way to offer discounts and rewards to your customers. "
9734
+ #~ "They will appear here once created."
9735
+ #~ msgstr ""
9736
+ #~ "Gutscheine sind eine großartige Möglichkeit, deinen Kunden Rabatte und "
9737
+ #~ "Prämien anzubieten. Sie werden hier erscheinen, sobald sie einmal "
9738
+ #~ "erstellt wurden."
9739
+
9740
+ #~ msgid "Learn more about orders"
9741
+ #~ msgstr "Erfahre mehr über Bestellungen"
9742
+
9743
+ #~ msgid "When you receive a new order, it will appear here."
9744
+ #~ msgstr "Wenn du eine neue Bestellung erhältst, erscheint diese hier."
9745
+
9746
+ #~ msgid "Community forum"
9747
+ #~ msgstr "Community-Forum"
9748
+
9749
+ #~ msgid ""
9750
+ #~ "For further assistance with WooCommerce core you can use the <a href="
9751
+ #~ "\"%1$s\">community forum</a>. If you need help with premium extensions "
9752
+ #~ "sold by WooCommerce, please <a href=\"%2$s\">use our helpdesk</a>."
9753
+ #~ msgstr ""
9754
+ #~ "Für weitere Unterstützung mit WooCommerce kannst du das <a href=\"%1$s"
9755
+ #~ "\">Community-Forum</a> nutzen. Wenn du Hilfe mit Premium-Erweiterungen "
9756
+ #~ "von WooThemes benötigst, nutze bitte unseren <a href=\"%2$s\">Helpdesk</"
9757
+ #~ "a>."
9758
+
9759
+ #~ msgid "Help &amp; Support"
9760
+ #~ msgstr "Hilfe &amp; Support"
9761
+
9762
+ #~ msgid "Bank transfer (BACS) payments"
9763
+ #~ msgstr "Bezahlung per Überweisung"
9764
+
9765
+ #~ msgid ""
9766
+ #~ "Are you sure you wish to delete this note? This action cannot be undone."
9767
+ #~ msgstr ""
9768
+ #~ "Bist du sicher, dass du diese Notiz löschen möchtest? Diese Aktion kann "
9769
+ #~ "nicht rückgängig gemacht werden."
9770
+
9771
+ #~ msgid "Items"
9772
+ #~ msgstr "Positionen"
9773
+
9774
+ #~ msgid "Limit result set to resources with a specific slug."
9775
+ #~ msgstr "Beschränkt Ergebnismenge auf Ressourcen mit einem bestimmten Slug."
9776
+
9777
+ #~ msgid "Limit result set to resources assigned to a specific product."
9778
+ #~ msgstr ""
9779
+ #~ "Beschränkt Ergebnismenge auf Ressourcen, die einem bestimmten Produkt "
9780
+ #~ "zugeordnet werden."
9781
+
9782
+ #~ msgid "Limit result set to resources assigned to a specific parent."
9783
+ #~ msgstr ""
9784
+ #~ "Beschränkt Ergebnismenge auf Ressourcen, die einem bestimmten "
9785
+ #~ "Elternelement zugewiesen sind."
9786
+
9787
+ #~ msgid "Whether to hide resources not assigned to any products."
9788
+ #~ msgstr ""
9789
+ #~ "Ob Ressourcen angezeigt werden, die zu keinem Produkt zu geordnet wurden."
9790
+
9791
+ #~ msgid "Sort collection by resource attribute."
9792
+ #~ msgstr "Sortiere Liste nach Ressourcen-Attribut."
9793
+
9794
+ #~ msgid "The resource cannot be deleted."
9795
+ #~ msgstr "Die Ressource kann nicht gelöscht werden."
9796
+
9797
+ #~ msgid "Resource does not support trashing."
9798
+ #~ msgstr "Die Ressource unterstützt keine Löschvorgänge."
9799
+
9800
+ #~ msgid "Can not set resource parent, taxonomy is not hierarchical."
9801
+ #~ msgstr ""
9802
+ #~ "Die übergeordnete Ressource kann nicht gesetzt werden, die Taxonomie hat "
9803
+ #~ "keine Hierarchie."
9804
+
9805
+ #~ msgid "Resource does not exist."
9806
+ #~ msgstr "Ressource existiert nicht."
9807
+
9808
+ #~ msgid "Taxonomy does not exist."
9809
+ #~ msgstr "Taxonomie existiert nicht."
9810
+
9811
+ #~ msgid "Sorry, you cannot delete this resource."
9812
+ #~ msgstr "Entschuldigung, du kannst diese Ressource nicht löschen."
9813
+
9814
+ #~ msgid "Sorry, you cannot update resource."
9815
+ #~ msgstr "Entschuldigung, du kannst die Ressource nicht aktualisieren."
9816
+
9817
+ #~ msgid "Sorry, you cannot create new resource."
9818
+ #~ msgstr "Entschuldigung, du kannst keine neue Ressource erstellen."
9819
+
9820
+ #~ msgid "Required to be true, as resource does not support trashing."
9821
+ #~ msgstr ""
9822
+ #~ "Falls Ressource keine Löschvorgänge unterstützten soll, muss der Wert "
9823
+ #~ "\"true\" sein."
9824
+
9825
+ #~ msgid ""
9826
+ #~ "Use WP Query arguments to modify the response; private query vars require "
9827
+ #~ "appropriate authorization."
9828
+ #~ msgstr ""
9829
+ #~ "Nutze WP Query Argumente um die Antwort zu verändern; geschützte query "
9830
+ #~ "vars benötigen entsprechende Autorisierung."
9831
+
9832
+ #~ msgid ""
9833
+ #~ "Limit result set to all items except those of a particular parent ID."
9834
+ #~ msgstr ""
9835
+ #~ "Beschränkt Ergebnismenge auf alle Elemente, außer denen, die einer "
9836
+ #~ "bestimmten Eltern-ID zugeordnet werden."
9837
+
9838
+ #~ msgid "Limit result set to those of particular parent IDs."
9839
+ #~ msgstr "Beschränkt Ergebnismenge auf bestimmte Eltern-IDs. "
9840
+
9841
+ #~ msgid "Sort collection by object attribute."
9842
+ #~ msgstr "Sortiere Liste nach Objektattribut."
9843
+
9844
+ #~ msgid "Order sort attribute ascending or descending."
9845
+ #~ msgstr "Sortiert Attribute aufsteigend oder absteigend."
9846
+
9847
+ #~ msgid "Offset the result set by a specific number of items."
9848
+ #~ msgstr "Versieht die Ergebnismenge mit einem Offset."
9849
+
9850
+ #~ msgid "Limit result set to specific ids."
9851
+ #~ msgstr "Beschränkt Ergebnismenge auf bestimmte IDs."
9852
+
9853
+ #~ msgid "Ensure result set excludes specific ids."
9854
+ #~ msgstr "Schließt bestimmte IDs aus der Ergebnismenge aus."
9855
+
9856
+ #~ msgid ""
9857
+ #~ "Limit response to resources published before a given ISO8601 compliant "
9858
+ #~ "date."
9859
+ #~ msgstr ""
9860
+ #~ "Limitiert die Antwort auf Ressourcen welche vor einem bestimmten Datum "
9861
+ #~ "(nach ISO8601-Standard) veröffentlicht wurden."
9862
+
9863
+ #~ msgid ""
9864
+ #~ "Limit response to resources published after a given ISO8601 compliant "
9865
+ #~ "date."
9866
+ #~ msgstr ""
9867
+ #~ "Limitiert die Antwort auf Ressourcen welche nach einem bestimmten Datum "
9868
+ #~ "(nach ISO8601-Standard) veröffentlicht wurden."
9869
+
9870
+ #~ msgid "The %s cannot be deleted."
9871
+ #~ msgstr "%s konnte nicht gelöscht werden."
9872
+
9873
+ #~ msgid "The %s has already been deleted."
9874
+ #~ msgstr "%s wurde bereits gelöscht."
9875
+
9876
+ #~ msgid "The %s does not support trashing."
9877
+ #~ msgstr "%s unterstützt keine Löschvorgänge."
9878
+
9879
+ #~ msgid "Sorry, you are not allowed to delete %s."
9880
+ #~ msgstr "Entschuldigung, du hast nicht die Berechtigung %s zu löschen."
9881
+
9882
+ #~ msgid "Invalid post ID."
9883
+ #~ msgstr "Ungültige post ID."
9884
+
9885
+ #~ msgid "ID is invalid."
9886
+ #~ msgstr "Die ID ist ungültig."
9887
+
9888
+ #~ msgid "Cannot create existing %s."
9889
+ #~ msgstr "Kann keine existierende %s anlegen."
9890
+
9891
+ #~ msgid "Invalid ID."
9892
+ #~ msgstr "Ungültige ID."
9893
+
9894
+ #~ msgid "Sorry, you are not allowed to batch manipulate this resource."
9895
+ #~ msgstr ""
9896
+ #~ "Entschuldigung, du hast nicht die Berechtigung diese Ressource zu "
9897
+ #~ "manipulieren. "
9898
+
9899
+ #~ msgid "Sorry, you are not allowed to delete this resource."
9900
+ #~ msgstr ""
9901
+ #~ "Entschuldigung, du hast nicht die Berechtigung diese Ressource zu löschen."
9902
+
9903
+ #~ msgid "Sorry, you are not allowed to edit this resource."
9904
+ #~ msgstr ""
9905
+ #~ "Entschuldigung, du hast nicht die Berechtigung diese Ressource zu "
9906
+ #~ "bearbeiten."
9907
+
9908
+ #~ msgid "Sorry, you cannot view this resource."
9909
+ #~ msgstr "Entschuldigung, du kannst diese Ressource nicht anzeigen."
9910
+
9911
+ #~ msgid "Sorry, you are not allowed to create resources."
9912
+ #~ msgstr ""
9913
+ #~ "Entschuldigung, du hast keine Berechtigung, um Ressourcen zu erstellen."
9914
+
9915
+ #~ msgid "Sorry, you cannot list resources."
9916
+ #~ msgstr "Entschuldigung, es können keine Ressourcen aufgelistet werden."
9917
+
9918
+ #~ msgid "List of delete resources."
9919
+ #~ msgstr "Liste der gelöschten Ressourcen."
9920
+
9921
+ #~ msgid "List of updated resources."
9922
+ #~ msgstr "Liste der aktualisierten Ressourcen."
9923
+
9924
+ #~ msgid "List of created resources."
9925
+ #~ msgstr "Liste aller erstellen Ressourcen."
9926
+
9927
+ #~ msgid "Unable to accept more than %s items for this request."
9928
+ #~ msgstr ""
9929
+ #~ "Es können nicht mehr als %s Elemente in dieser Anfrage bearbeitet werden."
9930
+
9931
+ #~ msgid "Save to account"
9932
+ #~ msgstr "Im Konto speichern"
9933
+
9934
+ #~ msgctxt "Canadian Tax Rates"
9935
+ #~ msgid "GST"
9936
+ #~ msgstr "GST"
9937
+
9938
+ #~ msgctxt "Canadian Tax Rates"
9939
+ #~ msgid "HST"
9940
+ #~ msgstr "HST"
9941
+
9942
+ #~ msgctxt "Canadian Tax Rates"
9943
+ #~ msgid "QST"
9944
+ #~ msgstr "QST"
9945
+
9946
+ #~ msgctxt "Canadian Tax Rates"
9947
+ #~ msgid "PST"
9948
+ #~ msgstr "PST"
9949
+
9950
+ #~ msgid "Samoa"
9951
+ #~ msgstr "Samoa"
9952
+
9953
+ #~ msgid "United States (US) Virgin Islands"
9954
+ #~ msgstr "Amerikanische Jungferninseln"
9955
+
9956
+ #~ msgid "United States (US) Minor Outlying Islands"
9957
+ #~ msgstr "United States (US) Minor Outlying Islands"
9958
+
9959
+ #~ msgid "South America"
9960
+ #~ msgstr "Südamerika"
9961
+
9962
+ #~ msgid "Oceania"
9963
+ #~ msgstr "Ozeanien"
9964
+
9965
+ #~ msgid "North America"
9966
+ #~ msgstr "Nordamerika"
9967
+
9968
+ #~ msgid "Europe"
9969
+ #~ msgstr "Europa"
9970
+
9971
+ #~ msgid "Asia"
9972
+ #~ msgstr "Asien"
9973
+
9974
+ #~ msgid "Africa"
9975
+ #~ msgstr "Afrika"
9976
+
9977
+ #~ msgid "Copying to clipboard failed. Please press Ctrl/Cmd+C to copy."
9978
+ #~ msgstr ""
9979
+ #~ "Kopieren in die Zwischenablage fehlgeschlagen. Nutze bitte Strg/Cmd+C zum "
9980
+ #~ "Kopieren."
9981
+
9982
+ #~ msgid "Saudi riyal"
9983
+ #~ msgstr "Saudi-Riyal"
9984
+
9985
+ #~ msgid "Please enter a stronger password."
9986
+ #~ msgstr "Bitte gib ein stärkeres Passwort ein."
9987
+
9988
+ #~ msgid "Payment for order %s refunded"
9989
+ #~ msgstr "Die Zahlung für die Bestellung %s wurde zurückerstattet"
9990
+
9991
+ #~ msgid ""
9992
+ #~ "Cancelled order emails are sent to chosen recipient(s) when orders have "
9993
+ #~ "been marked cancelled (if they were previously processing or on-hold)."
9994
+ #~ msgstr ""
9995
+ #~ "Es werden E-Mails mit der Info „Bestellung abgebrochen/storniert“ an die "
9996
+ #~ "ausgewählten Empfänger gesendet, wenn die Bestellungen als „abgebrochen/"
9997
+ #~ "storniert“ markiert wurden (solange sie sich vorher im Status „In "
9998
+ #~ "Bearbeitung“ oder „Wartend“ befanden)."
9999
+
10000
+ #~ msgid "Be the first to review &ldquo;%s&rdquo;"
10001
+ #~ msgstr "Schreibe die erste Bewertung für &#8222;%s&#8220;"
10002
+
10003
+ #~ msgid "Clear"
10004
+ #~ msgstr "Auswahl zurücksetzen"
10005
+
10006
+ #~ msgid ""
10007
+ #~ "Unfortunately your order cannot be processed as the originating bank/"
10008
+ #~ "merchant has declined your transaction. Please attempt your purchase "
10009
+ #~ "again."
10010
+ #~ msgstr ""
10011
+ #~ "Leider konnten wir deine Bestellung nicht bearbeiten, da die Bank bzw. "
10012
+ #~ "der Zahlungsdienstleister deine Transaktion abgelehnt hat. Bitte versuche "
10013
+ #~ "es nochmal."
10014
+
10015
+ #~ msgid "Hide empty categories"
10016
+ #~ msgstr "Leere Kategorien verbergen"
10017
+
10018
+ #~ msgid "Pakistani rupee"
10019
+ #~ msgstr "Pakistanische Rupie"
10020
+
10021
+ #~ msgid "Kenyan shilling"
10022
+ #~ msgstr "Kenia-Schilling"
10023
+
10024
+ #~ msgid "(includes %s)"
10025
+ #~ msgstr "(inkl. %s)"
10026
+
10027
+ #~ msgid "estimated for %s"
10028
+ #~ msgstr "voraussichtlich %s"
10029
+
10030
+ #~ msgid "Invalid product ID."
10031
+ #~ msgstr "Ungültige Produkt-ID."
10032
+
10033
+ #~ msgid "Error: Delivery URL returned response code: %s"
10034
+ #~ msgstr "Fehler: Die Antwort der Zustell-URL (delivery url) war: %s"
10035
+
10036
+ #~ msgid "Error: Delivery URL cannot be reached: %s"
10037
+ #~ msgstr ""
10038
+ #~ "Fehler: Die Zustell-URL (delivery url) konnte nicht erreicht werden: %s"
10039
+
10040
+ #~ msgid ""
10041
+ #~ "WooCommerce data update complete. Thank you for updating to the latest "
10042
+ #~ "version!"
10043
+ #~ msgstr ""
10044
+ #~ "WooCommerce Datenaktualisierung abgeschlossen. Danke, dass du auf die "
10045
+ #~ "neueste Version aktualisiert hast!"
10046
+
10047
+ #~ msgid ""
10048
+ #~ "Please select some product options before adding this product to your "
10049
+ #~ "cart."
10050
+ #~ msgstr ""
10051
+ #~ "Bitte wähle die Produktoptionen, bevor du den Artikel in den Warenkorb "
10052
+ #~ "legst."
10053
+
10054
+ #~ msgid "ZIP"
10055
+ #~ msgstr "PLZ"
10056
+
10057
+ #~ msgid "State / Zone"
10058
+ #~ msgstr "Bundesland"
10059
+
10060
+ #~ msgid "You do not have permission to read the tax classes count"
10061
+ #~ msgstr ""
10062
+ #~ "Du hast keine Berechtigung, um die Anzahl der verfügbaren Steuerklassen "
10063
+ #~ "zu lesen"
10064
+
10065
+ #~ msgid "Could not delete the tax class"
10066
+ #~ msgstr "Die Steuerklasse konnte nicht gelöscht werden"
10067
+
10068
+ #~ msgid "You do not have permission to delete tax classes"
10069
+ #~ msgstr "Du hast keine Berechtigung, um Steuerklassen zu löschen"
10070
+
10071
+ #~ msgid "Tax class already exists"
10072
+ #~ msgstr "Steuerklasse existiert bereits"
10073
+
10074
+ #~ msgid "You do not have permission to create tax classes"
10075
+ #~ msgstr "Du hast keine Berechtigung, um Steuerklassen zu erstellen"
10076
+
10077
+ #~ msgid "Standard rate"
10078
+ #~ msgstr "Regulärer MwSt.-Satz"
10079
+
10080
+ #~ msgid "You do not have permission to read tax classes"
10081
+ #~ msgstr "Du hast keine Berechtigung, Steuerklassen zu lesen"
10082
+
10083
+ #~ msgid "You do not have permission to read the taxes count"
10084
+ #~ msgstr "Du hat keine Berechtigung, um die Anzahl der Steuersätze zu lesen"
10085
+
10086
+ #~ msgid "Could not delete the tax rate"
10087
+ #~ msgstr "Der Steuersatz konnte nicht gelöscht werden"
10088
+
10089
+ #~ msgid "You do not have permission to delete tax rates"
10090
+ #~ msgstr "Du hast keine Berechtigung, um Steuersätze zu löschen"
10091
+
10092
+ #~ msgid "You do not have permission to edit tax rates"
10093
+ #~ msgstr "Du hast keine Berechtigung, um Steuersätze zu bearbeiten"
10094
+
10095
+ #~ msgid "You do not have permission to create tax rates"
10096
+ #~ msgstr "Du hast keine Berechtigung, um Steuersätze zu erstellen"
10097
+
10098
+ #~ msgid "A tax rate with the provided ID could not be found"
10099
+ #~ msgstr "Ein Steuersatz mit der vorgesehenen ID konnte nicht gefunden werden"
10100
+
10101
+ #~ msgid "You do not have permission to read tax rate"
10102
+ #~ msgstr "Du hast keine Berechtigung, um Steuersätze zu lesen"
10103
+
10104
+ #~ msgid "Could not delete the shipping class"
10105
+ #~ msgstr "Die Versandklasse konnte nicht gelöscht werden"
10106
+
10107
+ #~ msgid "You do not have permission to delete product shipping classes"
10108
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Versandklassen zu löschen"
10109
+
10110
+ #~ msgid "Could not edit the shipping class"
10111
+ #~ msgstr "Die Versandklasse konnte nicht bearbeitet werden"
10112
+
10113
+ #~ msgid "You do not have permission to edit product shipping classes"
10114
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Versandklassen zu bearbeiten"
10115
+
10116
+ #~ msgid "Product shipping class parent is invalid"
10117
+ #~ msgstr "Die übergeordnete Produkt-Versandklasse ist ungültig"
10118
+
10119
+ #~ msgid "You do not have permission to create product shipping classes"
10120
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Versandklassen zu erstellen"
10121
+
10122
+ #~ msgid "A product shipping class with the provided ID could not be found"
10123
+ #~ msgstr ""
10124
+ #~ "Die Produkt-Versandklasse mit der vorgesehenen ID konnte nicht gefunden "
10125
+ #~ "werden"
10126
+
10127
+ #~ msgid "Invalid product shipping class ID"
10128
+ #~ msgstr "Ungültige Produkt-Versandklassen ID"
10129
+
10130
+ #~ msgid "You do not have permission to read product shipping classes"
10131
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Versandklassen zu lesen"
10132
+
10133
+ #~ msgid "You do not have permission to delete product attribute terms"
10134
+ #~ msgstr ""
10135
+ #~ "Du hast keine Berechtigung, Begriffe der Produkt-Eigenschaften zu löschen"
10136
+
10137
+ #~ msgid "A product attribute term with the provided ID could not be found"
10138
+ #~ msgstr ""
10139
+ #~ "Ein Begriff einer Produkt-Eigenschaft mit der angegebenen ID konnte nicht "
10140
+ #~ "gefunden werden"
10141
+
10142
+ #~ msgid "You do not have permission to read product attribute terms"
10143
+ #~ msgstr "Du hast keine Berechtigung, die Produkt-Eigenschaften zu lesen"
10144
+
10145
+ #~ msgid "Could not delete the tag"
10146
+ #~ msgstr "Das Schlagwort konnte nicht gelöscht werden"
10147
+
10148
+ #~ msgid "You do not have permission to delete product tag"
10149
+ #~ msgstr "Du hast keine Berechtigung, das Produkt-Schlagwort zu löschen"
10150
+
10151
+ #~ msgid "Could not edit the tag"
10152
+ #~ msgstr "Das Schlagwort konnte nicht bearbeitet werden"
10153
+
10154
+ #~ msgid "You do not have permission to edit product tags"
10155
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Schlagwörter zu bearbeiten"
10156
+
10157
+ #~ msgid "You do not have permission to create product tags"
10158
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Schlagwörter zu erstellen"
10159
+
10160
+ #~ msgid "A product tag with the provided ID could not be found"
10161
+ #~ msgstr ""
10162
+ #~ "Ein Produkt-Schlagwort mit der angegebenen ID konnte nicht gefunden werden"
10163
+
10164
+ #~ msgid "Invalid product tag ID"
10165
+ #~ msgstr "Ungültige Produkt-Schlagwort ID"
10166
+
10167
+ #~ msgid "You do not have permission to read product tags"
10168
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Schlagwörter zu lesen"
10169
+
10170
+ #~ msgid "Could not delete the category"
10171
+ #~ msgstr "Die Kategorie konnte nicht gelöscht werden"
10172
+
10173
+ #~ msgid "You do not have permission to delete product category"
10174
+ #~ msgstr "Du hast keine Berechtigung, um Produktkategorien zu löschen"
10175
+
10176
+ #~ msgid "Could not edit the category"
10177
+ #~ msgstr "Die Kategorie konnte nicht bearbeitet werden"
10178
+
10179
+ #~ msgid "You do not have permission to edit product categories"
10180
+ #~ msgstr "Du hast keine Berechtigung, um Produktkategorien zu bearbeiten"
10181
+
10182
+ #~ msgid "Product category parent is invalid"
10183
+ #~ msgstr "Die übergeordnete Produktkategorie ist ungültig"
10184
+
10185
+ #~ msgid "You do not have permission to create product categories"
10186
+ #~ msgstr "Du hast keine Berechtigung, um Produktkategorien zu erstellen"
10187
+
10188
+ #~ msgid ""
10189
+ #~ "Your server does not support the %s functions - this is required for "
10190
+ #~ "better character encoding. Some fallbacks will be used instead for it."
10191
+ #~ msgstr ""
10192
+ #~ "Dein Server unterstützt die Funktion %s nicht - diese wird jedoch für "
10193
+ #~ "eine bessere Zeichenkodierung benötigt. Als Ersatz werden einige "
10194
+ #~ "Fallbacks verwendet."
10195
+
10196
+ #~ msgid ""
10197
+ #~ "Multibyte String (mbstring) is used to convert character encoding, like "
10198
+ #~ "for emails or converting characters to lowercase."
10199
+ #~ msgstr ""
10200
+ #~ "Multibyte-String (mbstring) wird verwendet, um die Zeichenkodierung zu "
10201
+ #~ "konvertieren, wie zum Beispiel für E-Mails oder das Umwandeln von Groß- "
10202
+ #~ "zu Kleinbuchstaben."
10203
+
10204
+ #~ msgid ""
10205
+ #~ "Your server does not have the %s class enabled - some gateway plugins "
10206
+ #~ "which use SOAP may not work as expected."
10207
+ #~ msgstr ""
10208
+ #~ "Dein Server verfügt nicht über eine lauffähige Version der %s Klasse - "
10209
+ #~ "einige Zahlungsschnittstellen, welche SOAP nutzen, funktionieren unter "
10210
+ #~ "Umständen nicht korrekt."
10211
+
10212
+ #~ msgid "How to update your PHP version"
10213
+ #~ msgstr "So aktualisierst du deine PHP-Version"
10214
+
10215
+ #~ msgid "%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s"
10216
+ #~ msgstr "%1$s - Wir empfehlen mindestens MySQL-Version 5.6. Siehe: %2$s"
10217
+
10218
+ #~ msgid "Increasing memory allocated to PHP"
10219
+ #~ msgstr "PHP Speicher-Limit erhöhen"
10220
+
10221
+ #~ msgid "%1$s - We recommend setting memory to at least 64MB. See: %2$s"
10222
+ #~ msgstr ""
10223
+ #~ "%1$s - Wir empfehlen das PHP Speicher-Limit (memory_limit) auf mindestens "
10224
+ #~ "64 MB zu setzen. Siehe: %2$s"
10225
+
10226
+ #~ msgid "Last page"
10227
+ #~ msgstr "Letzte Seite"
10228
+
10229
+ #~ msgid "Previous page"
10230
+ #~ msgstr "Vorherige Seite"
10231
+
10232
+ #~ msgid "First page"
10233
+ #~ msgstr "Erste Seite"
10234
+
10235
+ #~ msgid "No matching tax rates found."
10236
+ #~ msgstr "Keine passenden Steuersätze gefunden."
10237
+
10238
+ #~ msgid "Tax rate ID: %s"
10239
+ #~ msgstr "Steuersatz-ID: %s"
10240
+
10241
+ #~ msgid "Loading&hellip;"
10242
+ #~ msgstr "Wird geladen&hellip;"
10243
+
10244
+ #~ msgid "\"%s\" tax rates"
10245
+ #~ msgstr "„%s“ Steuersätze"
10246
+
10247
+ #~ msgid "Search&hellip;"
10248
+ #~ msgstr "Suche&hellip;"
10249
+
10250
+ #~ msgid ""
10251
+ #~ "Your changed data will be lost if you leave this page without saving."
10252
+ #~ msgstr ""
10253
+ #~ "Deine geänderten Daten gehen verloren, wenn du diese Seite verlässt, ohne "
10254
+ #~ "zu speichern."
10255
+
10256
+ #~ msgid "Manual"
10257
+ #~ msgstr "Dokumentation"
10258
+
10259
+ #~ msgid "Manually sent"
10260
+ #~ msgstr "manuell versendet"
10261
+
10262
+ #~ msgid ""
10263
+ #~ "URL to an image you want to show in the email header. Upload images using "
10264
+ #~ "the media uploader (Admin > Media)."
10265
+ #~ msgstr ""
10266
+ #~ "URL zu einem Bild, das im E-Mail-Header angezeigt werden soll. Lade "
10267
+ #~ "Bilder hoch, indem du den Media-Uploader benutzt (Admin > Medien)."
10268
+
10269
+ #~ msgid ""
10270
+ #~ "This section lets you customize the WooCommerce emails. <a href=\"%s\" "
10271
+ #~ "target=\"_blank\">Click here to preview your email template</a>."
10272
+ #~ msgstr ""
10273
+ #~ "In diesem Abschnitt kannst du die WooCommerce-E-Mails anpassen. <a href="
10274
+ #~ "\"%s\" target=\"_blank\">Klicke hier, um eine E-Mail-Vorschau anzuzeigen</"
10275
+ #~ "a>."
10276
+
10277
+ #~ msgid "How the sender email appears in outgoing WooCommerce emails."
10278
+ #~ msgstr ""
10279
+ #~ "So wird die E-Mail Adresse des Absender in ausgehenden WooCommerce-E-"
10280
+ #~ "Mails angezeigt."
10281
+
10282
+ #~ msgid "\"From\" address"
10283
+ #~ msgstr "„Von“-Adresse"
10284
+
10285
+ #~ msgid "How the sender name appears in outgoing WooCommerce emails."
10286
+ #~ msgstr ""
10287
+ #~ "So wird der Name des Absenders in den ausgehenden WooCommerce-E-Mails "
10288
+ #~ "angezeigt."
10289
+
10290
+ #~ msgid ""
10291
+ #~ "Email notifications sent from WooCommerce are listed below. Click on an "
10292
+ #~ "email to configure it."
10293
+ #~ msgstr ""
10294
+ #~ "Die WooCommerce E-Mail-Benachrichtigungen sind unten aufgelistet. Klicke "
10295
+ #~ "auf eine E-Mail, um sie zu konfigurieren."
10296
+
10297
+ #~ msgid "Email notifications"
10298
+ #~ msgstr "Email-Benachrichtigungen"
10299
+
10300
+ #~ msgid "(no title)"
10301
+ #~ msgstr "(ohne Titel)"
10302
+
10303
+ #~ msgid "Average gross sales amount"
10304
+ #~ msgstr "Durchschnittlicher Bruttoumsatz-Betrag"
10305
+
10306
+ #~ msgid "%s average gross monthly sales"
10307
+ #~ msgstr "%s durchschnittliche Brutto-Monatsumsätze"
10308
+
10309
+ #~ msgid "%s average gross daily sales"
10310
+ #~ msgstr "%s durchschnittliche Brutto-Tagesumsätze"
10311
+
10312
+ #~ msgid "Product permalinks"
10313
+ #~ msgstr "Produkt Permalinks"
10314
+
10315
+ #~ msgid ""
10316
+ #~ "If you need to access the setup wizard again, please click on the button "
10317
+ #~ "below."
10318
+ #~ msgstr ""
10319
+ #~ "Wenn Du den Einrichtungsassistenten erneut ausführen möchtest, klicke "
10320
+ #~ "unten auf den Button."
10321
+
10322
+ #~ msgid "Setup wizard"
10323
+ #~ msgstr "Einrichtungsassistent"
10324
+
10325
+ #~ msgid "View more Storefront child themes"
10326
+ #~ msgstr "Zeige mehr Storefront Child-Themes"
10327
+
10328
+ #~ msgid "Need a fresh look? Try Storefront child themes"
10329
+ #~ msgstr ""
10330
+ #~ "Brauchst du einen neuen Look? Probiere doch mal die Storefront Child-"
10331
+ #~ "Themes aus."
10332
+
10333
+ #~ msgid "Seti"
10334
+ #~ msgstr "Seti"
10335
+
10336
+ #~ msgid "Sagarmatha"
10337
+ #~ msgstr "Sagarmatha"
10338
+
10339
+ #~ msgid "Rapti"
10340
+ #~ msgstr "Rapti"
10341
+
10342
+ #~ msgid "Narayani"
10343
+ #~ msgstr "Narayani"
10344
+
10345
+ #~ msgid "Mechi"
10346
+ #~ msgstr "Mechi"
10347
+
10348
+ #~ msgid "Mahakali"
10349
+ #~ msgstr "Mahakali"
10350
+
10351
+ #~ msgid "Lumbini"
10352
+ #~ msgstr "Lumbini"
10353
+
10354
+ #~ msgid "Koshi"
10355
+ #~ msgstr "Koshi"
10356
+
10357
+ #~ msgid "Karnali"
10358
+ #~ msgstr "Karnali"
10359
+
10360
+ #~ msgid "Janakpur"
10361
+ #~ msgstr "Janakpur"
10362
+
10363
+ #~ msgid "Gandaki"
10364
+ #~ msgstr "Gandaki"
10365
+
10366
+ #~ msgid "Bheri"
10367
+ #~ msgstr "Bheri"
10368
+
10369
+ #~ msgid "Dhaulagiri"
10370
+ #~ msgstr "Dhaulagiri"
10371
+
10372
+ #~ msgid "Penang (Pulau Pinang)"
10373
+ #~ msgstr "Penang (Pulau Pinang)"
10374
+
10375
+ #~ msgid "Malacca (Melaka)"
10376
+ #~ msgstr "Malakka (Melaka)"
10377
+
10378
+ #~ msgid "Labuan"
10379
+ #~ msgstr "Labuan"
10380
+
10381
+ #~ msgid "Bagmati"
10382
+ #~ msgstr "Bagmati"
10383
+
10384
+ #~ msgid "Kuala Lumpur"
10385
+ #~ msgstr "Kuala Lumpur"
10386
+
10387
+ #~ msgid "Putrajaya"
10388
+ #~ msgstr "Putrajaya"
10389
+
10390
+ #~ msgid "Buy now"
10391
+ #~ msgstr "Jetzt kaufen"
10392
+
10393
+ #~ msgctxt "shop_order post type singular name"
10394
+ #~ msgid "Order"
10395
+ #~ msgstr "Bestellung"
10396
+
10397
+ #~ msgid "Monthly"
10398
+ #~ msgstr "Monatlich"
10399
+
10400
+ #~ msgid "%s removed."
10401
+ #~ msgstr "%s entfernt."
10402
+
10403
+ #~ msgid ""
10404
+ #~ "Enter recipients (comma separated) that will receive this notification."
10405
+ #~ msgstr ""
10406
+ #~ "Trage die Empfänger ein, die diese Mitteilung erhalten sollen. (getrennt "
10407
+ #~ "durch Komma)"
10408
+
10409
+ #~ msgid "Drag and drop, or click to set admin variation order"
10410
+ #~ msgstr ""
10411
+ #~ "Verschiebe per Drag&Drop oder klicke um die Reihenfolge im "
10412
+ #~ "Administrationsbereich festzulegen"
10413
+
10414
+ #~ msgid ""
10415
+ #~ "Before you can add a variation you need to add some variation attributes "
10416
+ #~ "on the <strong>Attributes</strong> tab."
10417
+ #~ msgstr ""
10418
+ #~ "Bevor du eine Variante hinzufügen kannst, musst du mindestens ein "
10419
+ #~ "Attribut als Variations-Attribut im <strong>Attribute</strong> Tab "
10420
+ #~ "festlegen."
10421
+
10422
+ #~ msgid "via %s"
10423
+ #~ msgstr "via %s"
10424
+
10425
+ #~ msgid "An eCommerce toolkit that helps you sell anything. Beautifully."
10426
+ #~ msgstr ""
10427
+ #~ "Ein E-Commerce-Werkzeugkasten, um alles Mögliche zu verkaufen. Wunderbar."
10428
+
10429
+ #~ msgid ""
10430
+ #~ "Only logged in customers who have purchased this product may leave a "
10431
+ #~ "review."
10432
+ #~ msgstr ""
10433
+ #~ "Nur angemeldete Kunden, die dieses Produkt gekauft haben, dürfen eine "
10434
+ #~ "Bewertung abgeben."
10435
+
10436
+ #~ msgid "Your review"
10437
+ #~ msgstr "Deine Rezension"
10438
+
10439
+ #~ msgid "Very poor"
10440
+ #~ msgstr "Sehr schlecht"
10441
+
10442
+ #~ msgid "Not that bad"
10443
+ #~ msgstr "Nicht ganz schlecht"
10444
+
10445
+ #~ msgid "Average"
10446
+ #~ msgstr "Durchschnittlich"
10447
+
10448
+ #~ msgid "Good"
10449
+ #~ msgstr "Gut"
10450
+
10451
+ #~ msgid "Perfect"
10452
+ #~ msgstr "Ausgezeichnet"
10453
+
10454
+ #~ msgid "Rate&hellip;"
10455
+ #~ msgstr "Bewertung&hellip;"
10456
+
10457
+ #~ msgid "Your rating"
10458
+ #~ msgstr "Deine Bewertung"
10459
+
10460
+ #~ msgid "You must be <a href=\"%s\">logged in</a> to post a review."
10461
+ #~ msgstr ""
10462
+ #~ "Du musst dich <a href=\"%s\">anmelden</a>, um eine Bewertung abzugeben."
10463
+
10464
+ #~ msgid "Submit"
10465
+ #~ msgstr "Senden"
10466
+
10467
+ #~ msgid "Leave a Reply to %s"
10468
+ #~ msgstr "Schreibe eine Antwort auf %s"
10469
+
10470
+ #~ msgid "Add a review"
10471
+ #~ msgstr "Füge deine Bewertung hinzu"
10472
+
10473
+ #~ msgid "There are no reviews yet."
10474
+ #~ msgstr "Es gibt noch keine Bewertungen."
10475
+
10476
+ #~ msgid "You may also like&hellip;"
10477
+ #~ msgstr "Das könnte dir auch gefallen&nbsp;&hellip;"
10478
+
10479
+ #~ msgid "verified owner"
10480
+ #~ msgstr "Verifizierter Besitzer"
10481
+
10482
+ #~ msgid "Your review is awaiting approval"
10483
+ #~ msgstr "Dein Kommentar wartet auf Freischaltung"
10484
+
10485
+ #~ msgid "Related products"
10486
+ #~ msgstr "Ähnliche Produkte"
10487
+
10488
+ #~ msgid "%s customer review"
10489
+ #~ msgid_plural "%s customer reviews"
10490
+ #~ msgstr[0] "%s Kundenrezension"
10491
+ #~ msgstr[1] "%s Kundenrezensionen"
10492
+
10493
+ #~ msgid "Tag:"
10494
+ #~ msgid_plural "Tags:"
10495
+ #~ msgstr[0] "Schlüsselwort:"
10496
+ #~ msgstr[1] "Schlüsselworte:"
10497
+
10498
+ #~ msgid "Category:"
10499
+ #~ msgid_plural "Categories:"
10500
+ #~ msgstr[0] "Kategorie:"
10501
+ #~ msgstr[1] "Kategorien:"
10502
+
10503
+ #~ msgid "SKU:"
10504
+ #~ msgstr "Artikelnummer:"
10505
+
10506
+ #~ msgid "This product is currently out of stock and unavailable."
10507
+ #~ msgstr "Dieses Produkt ist derzeit ausverkauft und nicht verfügbar."
10508
+
10509
+ #~ msgctxt "submit button"
10510
+ #~ msgid "Search"
10511
+ #~ msgstr "Suche"
10512
+
10513
+ #~ msgid "Search for:"
10514
+ #~ msgstr "Suche nach:"
10515
+
10516
+ #~ msgid "Email:"
10517
+ #~ msgstr "E-Mail:"
10518
+
10519
+ #~ msgid "Order again"
10520
+ #~ msgstr "Erneut bestellen"
10521
+
10522
+ #~ msgid "Track"
10523
+ #~ msgstr "Nachverfolgen"
10524
+
10525
+ #~ msgid "Email you used during checkout."
10526
+ #~ msgstr "Die E-Mail, die du bei der Bestellung verwendet hast."
10527
+
10528
+ #~ msgid "Billing email"
10529
+ #~ msgstr "Rechnungs-E-Mail"
10530
+
10531
+ #~ msgid "Found in your order confirmation email."
10532
+ #~ msgstr "Diese findest du in der Bestellbestätigungs-E-Mail."
10533
+
10534
+ #~ msgid "Order ID"
10535
+ #~ msgstr "Bestellnummer"
10536
+
10537
+ #~ msgid ""
10538
+ #~ "To track your order please enter your Order ID in the box below and press "
10539
+ #~ "the \"Track\" button. This was given to you on your receipt and in the "
10540
+ #~ "confirmation email you should have received."
10541
+ #~ msgstr ""
10542
+ #~ "Um den Status deiner Bestellung zu verfolgen, gib bitte deine "
10543
+ #~ "Bestellnummer ein und klicke auf „Nachverfolgen“. Die Bestellnummer steht "
10544
+ #~ "auf dem Bestellbeleg oder in der Bestätigungsmail, die du erhalten haben "
10545
+ #~ "solltest."
10546
+
10547
+ #~ msgid "l jS \\o\\f F Y, h:ia"
10548
+ #~ msgstr "l j. F Y, H:i"
10549
+
10550
+ #~ msgid "Order updates"
10551
+ #~ msgstr "Aktualisierungen zur Bestellung"
10552
+
10553
+ #~ msgid "Order number."
10554
+ #~ msgstr "Bestellnummer."
10555
+
10556
+ #~ msgid "Recent orders"
10557
+ #~ msgstr "Zurückliegende Bestellungen"
10558
+
10559
+ #~ msgid "%s download remaining"
10560
+ #~ msgid_plural "%s downloads remaining"
10561
+ #~ msgstr[0] "%s Download verfügbar"
10562
+ #~ msgstr[1] "%s Downloads verfügbar"
10563
+
10564
+ #~ msgid "Available downloads"
10565
+ #~ msgstr "Verfügbare Downloads"
10566
+
10567
+ #~ msgid "You have not set up this type of address yet."
10568
+ #~ msgstr "Du hast bisher keine Adresse dieser Art erstellt."
10569
+
10570
+ #~ msgid ""
10571
+ #~ "The following addresses will be used on the checkout page by default."
10572
+ #~ msgstr ""
10573
+ #~ "Die folgenden Adressen werden standardmäßig auf der Bezahlseite verwendet."
10574
+
10575
+ #~ msgid "IP Address"
10576
+ #~ msgstr "IP-Adresse"
10577
+
10578
+ #~ msgid "Re-enter new password"
10579
+ #~ msgstr "Neues Passwort nochmals eingeben"
10580
+
10581
+ #~ msgid "New password"
10582
+ #~ msgstr "Neues Passwort"
10583
+
10584
+ #~ msgid "Enter a new password below."
10585
+ #~ msgstr "Gib unten ein neues Passwort ein."
10586
+
10587
+ #~ msgid ""
10588
+ #~ "Lost your password? Please enter your username or email address. You will "
10589
+ #~ "receive a link to create a new password via email."
10590
+ #~ msgstr ""
10591
+ #~ "Hast du dein Passwort vergessen? Bitte gib deinen Benutzernamen oder E-"
10592
+ #~ "Mail-Adresse ein. Du erhältst einen Link per E-Mail, womit du dir ein "
10593
+ #~ "neues Passwort erstellen kannst. "
10594
+
10595
+ #~ msgid "Register"
10596
+ #~ msgstr "Neues Kundenkonto anlegen"
10597
+
10598
+ #~ msgid "Save address"
10599
+ #~ msgstr "Adresse speichern"
10600
+
10601
+ #~ msgid "Shipping Address 2"
10602
+ #~ msgstr "Lieferadresse 2"
10603
+
10604
+ #~ msgid "Billing Address 2"
10605
+ #~ msgstr "Rechnungsadresse 2"
10606
+
10607
+ #~ msgid "Confirm new password"
10608
+ #~ msgstr "Neues Passwort bestätigen"
10609
+
10610
+ #~ msgid "New password (leave blank to leave unchanged)"
10611
+ #~ msgstr "Neues Passwort (leer lassen für keine Änderung)"
10612
+
10613
+ #~ msgid "Current password (leave blank to leave unchanged)"
10614
+ #~ msgstr "Aktuelles Passwort (leer lassen für keine Änderung)"
10615
+
10616
+ #~ msgid "Password change"
10617
+ #~ msgstr "Passwort ändern"
10618
+
10619
+ #~ msgid "Email address"
10620
+ #~ msgstr "E-Mail-Adresse"
10621
+
10622
+ #~ msgid "Sale!"
10623
+ #~ msgstr "Angebot!"
10624
+
10625
+ #~ msgid "Showing the single result"
10626
+ #~ msgid_plural "Showing all %d results"
10627
+ #~ msgstr[0] "Einzelnes Ergebnis wird angezeigt"
10628
+ #~ msgstr[1] "Es werden alle %d Ergebnisse angezeigt"
10629
+
10630
+ #~ msgid "No products were found matching your selection."
10631
+ #~ msgstr "Es wurden keine Produkte gefunden, die deiner Auswahl entsprechen."
10632
+
10633
+ #~ msgctxt "Product quantity input tooltip"
10634
+ #~ msgid "Qty"
10635
+ #~ msgstr "Menge"
10636
+
10637
+ #~ msgid "Lost your password?"
10638
+ #~ msgstr "Passwort vergessen?"
10639
+
10640
+ #~ msgid "Remember me"
10641
+ #~ msgstr "Angemeldet bleiben"
10642
+
10643
+ #~ msgid "Username or email"
10644
+ #~ msgstr "Benutzername oder E-Mail"
10645
+
10646
+ #~ msgid ""
10647
+ #~ "Hi there. Your order on %s has been refunded. Your order details are "
10648
+ #~ "shown below for your reference:"
10649
+ #~ msgstr ""
10650
+ #~ "Hallo, deine Bestellung bei %s wurde rückerstattet. Deine Bestelldetails "
10651
+ #~ "werden nachstehend zur Kontrolle angezeigt:"
10652
+
10653
+ #~ msgid "You have received an order from %s."
10654
+ #~ msgstr "Du hast eine Bestellung von %s erhalten."
10655
+
10656
+ #~ msgid "View order: %s"
10657
+ #~ msgstr "Bestellung anzeigen: %s"
10658
+
10659
+ #~ msgid "To reset your password, visit the following address:"
10660
+ #~ msgstr "Um dein Passwort zurückzusetzen, besuche folgende Seite: "
10661
+
10662
+ #~ msgid ""
10663
+ #~ "If this was a mistake, just ignore this email and nothing will happen."
10664
+ #~ msgstr ""
10665
+ #~ "Falls du diese E-Mail irrtümlich erhalten hast, ignoriere sie bitte und "
10666
+ #~ "es wird nichts weiter passieren."
10667
+
10668
+ #~ msgid "Username: %s"
10669
+ #~ msgstr "Benutzername: %s"
10670
+
10671
+ #~ msgid ""
10672
+ #~ "Someone requested that the password be reset for the following account:"
10673
+ #~ msgstr ""
10674
+ #~ "Jemand hat das Zurücksetzen des Passworts für folgendes Konto beantragt: "
10675
+
10676
+ #~ msgid "Thank you. Your order has been received."
10677
+ #~ msgstr "Vielen Dank. Deine Bestellung ist eingegangen."
10678
+
10679
+ #~ msgid "Update totals"
10680
+ #~ msgstr "Gesamtbetrag aktualisieren"
10681
+
10682
+ #~ msgid ""
10683
+ #~ "Since your browser does not support JavaScript, or it is disabled, please "
10684
+ #~ "ensure you click the <em>Update Totals</em> button before placing your "
10685
+ #~ "order. You may be charged more than the amount stated above if you fail "
10686
+ #~ "to do so."
10687
+ #~ msgstr ""
10688
+ #~ "Sollte dein Browser kein JavaScript unterstützen, oder wenn dieses "
10689
+ #~ "deaktiviert wurde, stelle bitte sicher, das du den Button "
10690
+ #~ "<em>Gesamtbetrag aktualisieren</em> klickst, bevor du deine Bestellung "
10691
+ #~ "abschickst. Wenn du das nicht tust, könnte es möglich sein, das du mehr "
10692
+ #~ "bezahlen musst, als oben angegeben ist."
10693
+
10694
+ #~ msgid ""
10695
+ #~ "Sorry, it seems that there are no available payment methods for your "
10696
+ #~ "state. Please contact us if you require assistance or wish to make "
10697
+ #~ "alternate arrangements."
10698
+ #~ msgstr ""
10699
+ #~ "Entschuldigung, aber es gibt anscheinend keine verfügbaren "
10700
+ #~ "Zahlungsmethoden für dein/e Bundesland/Region. Bitte kontaktiere uns, "
10701
+ #~ "falls du Hilfe benötigst oder andere Vereinbarungen treffen möchtest."
10702
+
10703
+ #~ msgid "Please fill in your details above to see available payment methods."
10704
+ #~ msgstr ""
10705
+ #~ "Bitte fülle die Angaben oben aus, um die verfügbaren Zahlungsmethoden "
10706
+ #~ "abzurufen."
10707
+
10708
+ #~ msgid "Ship to a different address?"
10709
+ #~ msgstr "Lieferung an eine andere Adresse senden?"
10710
+
10711
+ #~ msgid "Pay for order"
10712
+ #~ msgstr "Für Bestellung bezahlen"
10713
+
10714
+ #~ msgid ""
10715
+ #~ "Sorry, it seems that there are no available payment methods for your "
10716
+ #~ "location. Please contact us if you require assistance or wish to make "
10717
+ #~ "alternate arrangements."
10718
+ #~ msgstr ""
10719
+ #~ "Entschuldigung, aber es scheint, dass es keine verfügbaren "
10720
+ #~ "Zahlungsmethoden für deinen Standort gibt. Bitte kontaktiere uns, falls "
10721
+ #~ "du Hilfe benötigst oder andere Vereinbarungen treffen möchtest."
10722
+
10723
+ #~ msgid "Payment"
10724
+ #~ msgstr "Zahlung"
10725
+
10726
+ #~ msgid ""
10727
+ #~ "If you have shopped with us before, please enter your details below. If "
10728
+ #~ "you are a new customer, please proceed to the Billing &amp; Shipping "
10729
+ #~ "section."
10730
+ #~ msgstr ""
10731
+ #~ "Wenn du schon vorher bei uns eingekauft hast, gib bitte deine Daten in "
10732
+ #~ "die untenstehenden Felder ein. Wenn du Neukunde/kundin bist, gehe bitte "
10733
+ #~ "zum Abschnitt mit den Angaben zu Zahlung und Versand."
10734
+
10735
+ #~ msgid "Click here to login"
10736
+ #~ msgstr "Klicke hier, um dich anzumelden."
10737
+
10738
+ #~ msgid "Returning customer?"
10739
+ #~ msgstr "Besitzt du bereits ein Kundenkonto?"
10740
+
10741
+ #~ msgid "Click here to enter your code"
10742
+ #~ msgstr "Klicke hier, um deinen Gutschein-Code einzugeben."
10743
+
10744
+ #~ msgid "Have a coupon?"
10745
+ #~ msgstr "Hast du einen Gutschein?"
10746
+
10747
+ #~ msgid "You must be logged in to checkout."
10748
+ #~ msgstr "Bitte melde dich an, um die Bestellung abzuschließen."
10749
+
10750
+ #~ msgid "Create an account?"
10751
+ #~ msgstr "Ein Kundenkonto eröffnen?"
10752
+
10753
+ #~ msgid "Billing &amp; Shipping"
10754
+ #~ msgstr "Rechnung &amp; Versand"
10755
+
10756
+ #~ msgid "Return to cart"
10757
+ #~ msgstr "Zurück zum Warenkorb"
10758
+
10759
+ #~ msgid ""
10760
+ #~ "There are some issues with the items in your cart (shown above). Please "
10761
+ #~ "go back to the cart page and resolve these issues before checking out."
10762
+ #~ msgstr ""
10763
+ #~ "Es gibt einige Probleme mit deiner Bestellung im Warenkorb (oben "
10764
+ #~ "angezeigt). Bitte gehe zurück auf die Warenkorb-Seite und löse diese "
10765
+ #~ "Probleme vor dem Kauf."
10766
+
10767
+ #~ msgid "Calculate shipping"
10768
+ #~ msgstr "Versandkosten berechnen"
10769
+
10770
+ #~ msgid "Proceed to checkout"
10771
+ #~ msgstr "Weiter zur Kasse"
10772
+
10773
+ #~ msgid "Checkout"
10774
+ #~ msgstr "Kasse"
10775
+
10776
+ #~ msgid "No products in the cart."
10777
+ #~ msgstr "Es befinden sich keine Produkte im Warenkorb."
10778
+
10779
+ #~ msgid "You may be interested in&hellip;"
10780
+ #~ msgstr "Bist du vielleicht interessiert an&nbsp;&hellip;"
10781
+
10782
+ #~ msgid "Update cart"
10783
+ #~ msgstr "Warenkorb aktualisieren"
10784
+
10785
+ #~ msgid "Apply coupon"
10786
+ #~ msgstr "Gutschein anwenden"
10787
+
10788
+ #~ msgid "Remove this item"
10789
+ #~ msgstr "Dieses Produkt entfernen"
10790
+
10791
+ #~ msgid "Subtotal"
10792
+ #~ msgstr "Zwischensumme"
10793
+
10794
+ #~ msgid "Cart totals"
10795
+ #~ msgstr "Warenkorb Summe"
10796
+
10797
+ #~ msgid "Shipping %s"
10798
+ #~ msgstr "Versand %s"
10799
+
10800
+ #~ msgid "Your cart is currently empty."
10801
+ #~ msgstr "Dein Warenkorb ist gegenwärtig leer."
10802
+
10803
+ #~ msgid "Application authentication request"
10804
+ #~ msgstr "Authentifizierungsanfrage für Anwendungen"
10805
+
10806
+ #~ msgid "Password"
10807
+ #~ msgstr "Passwort"
10808
+
10809
+ #~ msgid "Username or email address"
10810
+ #~ msgstr "Benutzername oder E-Mail-Adresse"
10811
+
10812
+ #~ msgid ""
10813
+ #~ "To connect to %1$s you need to be logged in. Log in to your store below, "
10814
+ #~ "or <a href=\"%2$s\">cancel and return to %1$s</a>"
10815
+ #~ msgstr ""
10816
+ #~ "Du musst angemeldet sein, um dich mit %1$s zu verbinden. Melde dich unten "
10817
+ #~ "im Shop an, oder <a href=\"%2$s\">abbrechen und zurück zu %1$s</a>"
10818
+
10819
+ #~ msgid "Deny"
10820
+ #~ msgstr "Ablehnen"
10821
+
10822
+ #~ msgid "Approve"
10823
+ #~ msgstr "Genehmigen"
10824
+
10825
+ #~ msgid "Logged in as %s"
10826
+ #~ msgstr "Angemeldet als %s"
10827
+
10828
+ #~ msgid "%s would like to connect to your store"
10829
+ #~ msgstr "%s möchte sich mit deinem Shop verbinden"
10830
+
10831
+ #~ msgid "Top rated products"
10832
+ #~ msgstr "Bestbewertete Produkte"
10833
+
10834
+ #~ msgid "Recently Viewed Products"
10835
+ #~ msgstr "Vor kurzem angesehene Produkte"
10836
+
10837
+ #~ msgid "Number of reviews to show"
10838
+ #~ msgstr "Anzahl der angezeigten Bewertungen"
10839
+
10840
+ #~ msgid "Recent reviews"
10841
+ #~ msgstr "Neue Bewertungen"
10842
+
10843
+ #~ msgid "Show hidden products"
10844
+ #~ msgstr "Verborgene Produkte anzeigen"
10845
+
10846
+ #~ msgid "Hide free products"
10847
+ #~ msgstr "Kostenlose Produkte verbergen"
10848
+
10849
+ #~ msgid "DESC"
10850
+ #~ msgstr "Absteigend"
10851
+
10852
+ #~ msgid "ASC"
10853
+ #~ msgstr "Aufsteigend"
10854
+
10855
+ #~ msgctxt "Sorting order"
10856
+ #~ msgid "Order"
10857
+ #~ msgstr "Bestellung"
10858
+
10859
+ #~ msgid "Sales"
10860
+ #~ msgstr "Verkäufe"
10861
+
10862
+ #~ msgid "Random"
10863
+ #~ msgstr "Zufällig"
10864
+
10865
+ #~ msgid "On-sale products"
10866
+ #~ msgstr "Produkte im Angebot"
10867
+
10868
+ #~ msgid "Featured products"
10869
+ #~ msgstr "Hervorgehobene Produkte"
10870
+
10871
+ #~ msgid "All products"
10872
+ #~ msgstr "Alle Produkte"
10873
+
10874
+ #~ msgid "Number of products to show"
10875
+ #~ msgstr "Anzahl der anzuzeigenden Produkte"
10876
+
10877
+ #~ msgid "No product categories exist."
10878
+ #~ msgstr "Keine Produktkategorien vorhanden."
10879
+
10880
+ #~ msgid "Only show children of the current category"
10881
+ #~ msgstr "Nur Unterkategorien der aktuellen Kategorie anzeigen"
10882
+
10883
+ #~ msgid "Show hierarchy"
10884
+ #~ msgstr "Hierarchie anzeigen"
10885
+
10886
+ #~ msgid "Show product counts"
10887
+ #~ msgstr "Zeige Produktanzahl"
10888
+
10889
+ #~ msgid "Show as dropdown"
10890
+ #~ msgstr "Als Dropdown-Auswahl anzeigen"
10891
+
10892
+ #~ msgid "Category order"
10893
+ #~ msgstr "Kategoriesortierung"
10894
+
10895
+ #~ msgid "A list or dropdown of product categories."
10896
+ #~ msgstr "Liste oder Dropdown-Auswahl der Produktkategorien."
10897
+
10898
+ #~ msgid "Price:"
10899
+ #~ msgstr "Preis:"
10900
+
10901
+ #~ msgid "Filter"
10902
+ #~ msgstr "Filter"
10903
+
10904
+ #~ msgid "Max price"
10905
+ #~ msgstr "Max. Preis"
10906
+
10907
+ #~ msgid "Min price"
10908
+ #~ msgstr "Min. Preis"
10909
+
10910
+ #~ msgid "Filter by price"
10911
+ #~ msgstr "Nach Preis filtern"
10912
+
10913
+ #~ msgid "Any %s"
10914
+ #~ msgstr "Beliebige %s"
10915
+
10916
+ #~ msgid "OR"
10917
+ #~ msgstr "ODER"
10918
+
10919
+ #~ msgid "AND"
10920
+ #~ msgstr "UND"
10921
+
10922
+ #~ msgid "Query type"
10923
+ #~ msgstr "Query-Typ"
10924
+
10925
+ #~ msgid "Dropdown"
10926
+ #~ msgstr "Dropdown"
10927
+
10928
+ #~ msgid "List"
10929
+ #~ msgstr "Liste"
10930
+
10931
+ #~ msgid "Attribute"
10932
+ #~ msgstr "Eigenschaften"
10933
+
10934
+ #~ msgid "Filter by"
10935
+ #~ msgstr "Filtern nach"
10936
+
10937
+ #~ msgid "Remove filter"
10938
+ #~ msgstr "Filter entfernen"
10939
+
10940
+ #~ msgid "Active filters"
10941
+ #~ msgstr "Aktive Filter"
10942
+
10943
+ #~ msgid "Hide if cart is empty"
10944
+ #~ msgstr "Ausblenden, wenn Warenkorb leer ist"
10945
+
10946
+ #~ msgid "Cart"
10947
+ #~ msgstr "Warenkorb"
10948
+
10949
+ #~ msgid "Disabled"
10950
+ #~ msgstr "Deaktiviert"
10951
+
10952
+ #~ msgid "Paused"
10953
+ #~ msgstr "Angehalten"
10954
+
10955
+ #~ msgid "Active"
10956
+ #~ msgstr "Aktiv"
10957
+
10958
+ #~ msgid ""
10959
+ #~ "Couldn&#8217;t register you&hellip; please contact us if you continue to "
10960
+ #~ "have problems."
10961
+ #~ msgstr ""
10962
+ #~ "Wir konnten für dich kein Kundenkonto anlegen&hellip; Bitte kontaktiere "
10963
+ #~ "uns, wenn du weiterhin Probleme hast."
10964
+
10965
+ #~ msgid "Please enter an account password."
10966
+ #~ msgstr "Bitte gib ein Passwort für das Konto ein."
10967
+
10968
+ #~ msgid ""
10969
+ #~ "An account is already registered with that username. Please choose "
10970
+ #~ "another."
10971
+ #~ msgstr ""
10972
+ #~ "Ein Kundenkonto mit diesem Benutzernamen existiert bereits. Bitte wähle "
10973
+ #~ "einen anderen."
10974
+
10975
+ #~ msgid "Please enter a valid account username."
10976
+ #~ msgstr "Bitte gib einen gültigen Benutzernamen ein."
10977
+
10978
+ #~ msgid ""
10979
+ #~ "An account is already registered with your email address. Please log in."
10980
+ #~ msgstr ""
10981
+ #~ "Für diese E-Mail-Adresse existiert bereits ein Kundenkonto. Bitte "
10982
+ #~ "anmelden."
10983
+
10984
+ #~ msgid "Select a category"
10985
+ #~ msgstr "Wähle eine Kategorie"
10986
+
10987
+ #~ msgid "Choose an option"
10988
+ #~ msgstr "Wähle eine Option"
10989
+
10990
+ #~ msgid "Select a state&hellip;"
10991
+ #~ msgstr "Bundesland auswählen&hellip;"
10992
+
10993
+ #~ msgid "Update country"
10994
+ #~ msgstr "Land aktualisieren"
10995
+
10996
+ #~ msgid "Place order"
10997
+ #~ msgstr "Bestellung abschicken"
10998
+
10999
+ #~ msgctxt "breadcrumb"
11000
+ #~ msgid "Home"
11001
+ #~ msgstr "Startseite"
11002
+
11003
+ #~ msgid "Reviews (%d)"
11004
+ #~ msgstr "Bewertungen (%d)"
11005
+
11006
+ #~ msgid "Sort by price: high to low"
11007
+ #~ msgstr "Nach Preis sortiert: hoch zu niedrig"
11008
+
11009
+ #~ msgid "Sort by price: low to high"
11010
+ #~ msgstr "Nach Preis sortiert: niedrig zu hoch"
11011
+
11012
+ #~ msgid "Sort by newness"
11013
+ #~ msgstr "Nach Neuheit sortiert"
11014
+
11015
+ #~ msgid "Sort by average rating"
11016
+ #~ msgstr "Nach Durchschnittsbewertung sortiert"
11017
+
11018
+ #~ msgid "Sort by popularity"
11019
+ #~ msgstr "Nach Beliebtheit sortiert"
11020
+
11021
+ #~ msgid "Default sorting"
11022
+ #~ msgstr "Standardsortierung"
11023
+
11024
+ #~ msgid "&nbsp;&ndash; Page %s"
11025
+ #~ msgstr "&nbsp;&ndash; Seite %s"
11026
+
11027
+ #~ msgid "Search results: &ldquo;%s&rdquo;"
11028
+ #~ msgstr "Suchergebnisse: &#8222;%s&#8220;"
11029
+
11030
+ #~ msgctxt "slug"
11031
+ #~ msgid "uncategorized"
11032
+ #~ msgstr "unkategorisiert"
11033
+
11034
+ #~ msgctxt "edit-address-slug"
11035
+ #~ msgid "shipping"
11036
+ #~ msgstr "shipping"
11037
+
11038
+ #~ msgctxt "edit-address-slug"
11039
+ #~ msgid "billing"
11040
+ #~ msgstr "billing"
11041
+
11042
+ #~ msgid "Refund &ndash; %s"
11043
+ #~ msgstr "Rückerstattung &ndash; %s"
11044
+
11045
+ #~ msgid "Unpaid order cancelled - time limit reached."
11046
+ #~ msgstr "Unbezahlte Bestellung abgebrochen – Zeitlimit erreicht."
11047
+
11048
+ #~ msgid "This function should not be called before woocommerce_init."
11049
+ #~ msgstr "Diese Funktion sollte nicht vor woocommerce_init ausgeführt werden."
11050
+
11051
+ #~ msgid "Egyptian pound"
11052
+ #~ msgstr "Ägyptisches Pfund"
11053
+
11054
+ #~ msgid "Ukrainian hryvnia"
11055
+ #~ msgstr "Ukrainische Hrywnja"
11056
+
11057
+ #~ msgid "Turkish lira"
11058
+ #~ msgstr "Türkische Lira"
11059
+
11060
+ #~ msgid "Thai baht"
11061
+ #~ msgstr "Thailändischer Baht"
11062
+
11063
+ #~ msgid "Swiss franc"
11064
+ #~ msgstr "Schweizer Franken"
11065
+
11066
+ #~ msgid "Swedish krona"
11067
+ #~ msgstr "Schwedische Krone"
11068
+
11069
+ #~ msgid "South African rand"
11070
+ #~ msgstr "Südafrikanischer Rand"
11071
+
11072
+ #~ msgid "Singapore dollar"
11073
+ #~ msgstr "Singapur-Dollar"
11074
+
11075
+ #~ msgid "Russian ruble"
11076
+ #~ msgstr "Russischer Rubel"
11077
+
11078
+ #~ msgid "Romanian leu"
11079
+ #~ msgstr "Rumänischer Leu"
11080
+
11081
+ #~ msgid "Pound sterling"
11082
+ #~ msgstr "Pfund Sterling"
11083
+
11084
+ #~ msgid "Philippine peso"
11085
+ #~ msgstr "Philippinischer Peso"
11086
+
11087
+ #~ msgid "New Zealand dollar"
11088
+ #~ msgstr "Neuseeland-Dollar"
11089
+
11090
+ #~ msgid "Norwegian krone"
11091
+ #~ msgstr "Norwegische Krone"
11092
+
11093
+ #~ msgid "Nigerian naira"
11094
+ #~ msgstr "Nigerianische Naira"
11095
+
11096
+ #~ msgid "Mexican peso"
11097
+ #~ msgstr "Mexikanischer Peso"
11098
+
11099
+ #~ msgid "Malaysian ringgit"
11100
+ #~ msgstr "Malaysischer Ringgit"
11101
+
11102
+ #~ msgid "South Korean won"
11103
+ #~ msgstr "Südkoreanischer Won"
11104
+
11105
+ #~ msgid "Lao kip"
11106
+ #~ msgstr "Laotischer Kip"
11107
+
11108
+ #~ msgid "Japanese yen"
11109
+ #~ msgstr "Japanischer Yen"
11110
+
11111
+ #~ msgid "Indian rupee"
11112
+ #~ msgstr "Indische Rupie"
11113
+
11114
+ #~ msgid "Indonesian rupiah"
11115
+ #~ msgstr "Indonesische Rupiah"
11116
+
11117
+ #~ msgid "Hungarian forint"
11118
+ #~ msgstr "Ungarischer Forint"
11119
+
11120
+ #~ msgid "Croatian kuna"
11121
+ #~ msgstr "Kroatische Kuna"
11122
+
11123
+ #~ msgid "Hong Kong dollar"
11124
+ #~ msgstr "Hongkong-Dollar"
11125
+
11126
+ #~ msgid "Dominican peso"
11127
+ #~ msgstr "Dominikanischer Peso"
11128
+
11129
+ #~ msgid "Danish krone"
11130
+ #~ msgstr "Dänische Krone"
11131
+
11132
+ #~ msgid "Czech koruna"
11133
+ #~ msgstr "Tschechische Krone"
11134
+
11135
+ #~ msgid "Colombian peso"
11136
+ #~ msgstr "Kolumbianischer Peso"
11137
+
11138
+ #~ msgid "Chinese yuan"
11139
+ #~ msgstr "Chinesischer Renminbi"
11140
+
11141
+ #~ msgid "Chilean peso"
11142
+ #~ msgstr "Chilenischer Peso"
11143
+
11144
+ #~ msgid "Canadian dollar"
11145
+ #~ msgstr "Kanadischer Dollar"
11146
+
11147
+ #~ msgid "Bulgarian lev"
11148
+ #~ msgstr "Bulgarischer Lew"
11149
+
11150
+ #~ msgid "Brazilian real"
11151
+ #~ msgstr "Brasilianischer Real"
11152
+
11153
+ #~ msgid "Bangladeshi taka"
11154
+ #~ msgstr "Bangladesh-Taka"
11155
+
11156
+ #~ msgid "Australian dollar"
11157
+ #~ msgstr "Australischer Dollar"
11158
+
11159
+ #~ msgid "Argentine peso"
11160
+ #~ msgstr "Argentinischer Peso"
11161
+
11162
+ #~ msgid "United Arab Emirates dirham"
11163
+ #~ msgstr "VAE-Dirham"
11164
+
11165
+ #~ msgctxt "Order date parsed by strftime"
11166
+ #~ msgid "%b %d, %Y @ %I:%M %p"
11167
+ #~ msgstr "%d %b %Y um %H:%M"
11168
+
11169
+ #~ msgid "Order &ndash; %s"
11170
+ #~ msgstr "Bestellung &ndash; %s"
11171
+
11172
+ #~ msgid "[Remove]"
11173
+ #~ msgstr "[Entfernen]"
11174
+
11175
+ #~ msgid "Free shipping coupon"
11176
+ #~ msgstr "Gutschein für kostenlosen Versand "
11177
+
11178
+ #~ msgid "Coupon:"
11179
+ #~ msgstr "Gutschein:"
11180
+
11181
+ #~ msgid "and"
11182
+ #~ msgstr "und"
11183
+
11184
+ #~ msgctxt "Item name in quotes"
11185
+ #~ msgid "&ldquo;%s&rdquo;"
11186
+ #~ msgstr "&#8222;%s&#8220;"
11187
+
11188
+ #~ msgid "%s has been added to your cart."
11189
+ #~ msgid_plural "%s have been added to your cart."
11190
+ #~ msgstr[0] "%s wurde deinem Warenkorb hinzugefügt."
11191
+ #~ msgstr[1] "%s wurden deinem Warenkorb hinzugefügt."
11192
+
11193
+ #~ msgid "This product is protected and cannot be purchased."
11194
+ #~ msgstr "Dieses Produkt ist geschützt und kann nicht gekauft werden."
11195
+
11196
+ #~ msgid "Select"
11197
+ #~ msgstr "Auswahlfeld"
11198
+
11199
+ #~ msgid "Order fully refunded"
11200
+ #~ msgstr "Bestellung vollständig zurückerstattet"
11201
+
11202
+ #~ msgid "Please enter a valid order ID"
11203
+ #~ msgstr "Bitte gib eine gültige Bestellnummer ein"
11204
+
11205
+ #~ msgid "Use a new payment method"
11206
+ #~ msgstr "Verwende eine neue Zahlungsmethode"
11207
+
11208
+ #~ msgid "Password reset is not allowed for this user"
11209
+ #~ msgstr ""
11210
+ #~ "Für diesen Benutzer ist es nicht erlaubt, das Passwort zurückzusetzen."
11211
+
11212
+ #~ msgid "Invalid username or email."
11213
+ #~ msgstr "Benutzername oder E-Mail sind ungültig."
11214
+
11215
+ #~ msgid "Enter a username or email address."
11216
+ #~ msgstr "Gib einen Benutzernamen oder eine E-Mail-Adresse ein."
11217
+
11218
+ #~ msgid "Log in"
11219
+ #~ msgstr "Anmelden"
11220
+
11221
+ #~ msgid ""
11222
+ #~ "The order totals have been updated. Please confirm your order by pressing "
11223
+ #~ "the \"Place order\" button at the bottom of the page."
11224
+ #~ msgstr ""
11225
+ #~ "Die Bestellsummen wurden aktualisiert. Bitte bestätige deine Bestellung, "
11226
+ #~ "indem du auf den Button „Bestellung abschicken“ am Ende der Seite klickst."
11227
+
11228
+ #~ msgid "Date:"
11229
+ #~ msgstr "Datum:"
11230
+
11231
+ #~ msgid "Order number:"
11232
+ #~ msgstr "Bestellnummer:"
11233
+
11234
+ #~ msgid "Sorry, this order is invalid and cannot be paid for."
11235
+ #~ msgstr ""
11236
+ #~ "Entschuldigung, aber diese Bestellung ist ungültig und es kann dafür "
11237
+ #~ "nicht bezahlt werden."
11238
+
11239
+ #~ msgid ""
11240
+ #~ "This order&rsquo;s status is &ldquo;%s&rdquo;&mdash;it cannot be paid "
11241
+ #~ "for. Please contact us if you need assistance."
11242
+ #~ msgstr ""
11243
+ #~ "Der Status dieser Bestellung ist &#8222;%s&#8220;&mdash; sie kann nicht "
11244
+ #~ "bezahlt werden. Bitte kontaktiere uns, falls du Hilfe benötigst."
11245
+
11246
+ #~ msgid "My account"
11247
+ #~ msgstr "Mein Konto"
11248
+
11249
+ #~ msgid "Shipping costs updated."
11250
+ #~ msgstr "Versandkosten aktualisiert."
11251
+
11252
+ #~ msgid "What ZIP/post codes are available for local pickup?"
11253
+ #~ msgstr "Für welche Postleitzahlen soll „Abholung vor Ort“ verfügbar sein?"
11254
+
11255
+ #~ msgid ""
11256
+ #~ "Separate codes with a comma. Accepts wildcards, e.g. <code>P*</code> will "
11257
+ #~ "match a postcode of PE30. Also accepts a pattern, e.g. <code>NG1___</"
11258
+ #~ "code> would match NG1 1AA but not NG10 1AA"
11259
+ #~ msgstr ""
11260
+ #~ "Postleitzahlen mit Komma getrennt angeben. Platzhalter erlaubt, z.B. "
11261
+ #~ "<code>P*</code> hat PE30 als Treffer. Muster ebenfalls erlaubt, z.B. "
11262
+ #~ "<code>NG1___</code> trifft auf NG1 1AA zu, aber nicht auf NG10 1AA"
11263
+
11264
+ #~ msgid "What ZIP/post codes are available for local delivery?"
11265
+ #~ msgstr "Welche Postleitzahlen sind verfügbar für den nationalen Versand?"
11266
+
11267
+ #~ msgid "Allowed ZIP/post codes"
11268
+ #~ msgstr "Erlaubte Postleitzahlen"
11269
+
11270
+ #~ msgid ""
11271
+ #~ "What fee do you want to charge for local delivery, disregarded if you "
11272
+ #~ "choose free. Leave blank to disable."
11273
+ #~ msgstr ""
11274
+ #~ "Welche Gebühr du für nationalen Versand verlangen möchtest; bleibt "
11275
+ #~ "unberücksichtigt, wenn du kostenlos wählst. Leer lassen zum Deaktivieren."
11276
+
11277
+ #~ msgid "Delivery fee"
11278
+ #~ msgstr "Liefergebühr"
11279
+
11280
+ #~ msgid "Fixed amount per product"
11281
+ #~ msgstr "Fester Betrag pro Produkt"
11282
+
11283
+ #~ msgid "Percentage of cart total"
11284
+ #~ msgstr "Prozentual vom Warenkorb-Gesamtbetrag"
11285
+
11286
+ #~ msgid "Fixed amount"
11287
+ #~ msgstr "Fester Betrag"
11288
+
11289
+ #~ msgid "How to calculate delivery charges"
11290
+ #~ msgstr "Wie Versandkosten berechnet werden sollen"
11291
+
11292
+ #~ msgid "Fee type"
11293
+ #~ msgstr "Gebührenart"
11294
+
11295
+ #~ msgid "Enable"
11296
+ #~ msgstr "Aktivieren"
11297
+
11298
+ #~ msgid "Excluding selected countries"
11299
+ #~ msgstr "Ausgewählte Länder ausschließen"
11300
+
11301
+ #~ msgid "Selected countries"
11302
+ #~ msgstr "Ausgewählte Länder"
11303
+
11304
+ #~ msgid ""
11305
+ #~ "Users will need to spend this amount to get free shipping (if enabled "
11306
+ #~ "above)."
11307
+ #~ msgstr ""
11308
+ #~ "Benutzer müssen diesen Betrag ausgeben, um versandkostenfrei bestellen zu "
11309
+ #~ "können (falls oben aktiviert)."
11310
+
11311
+ #~ msgid "Minimum order amount"
11312
+ #~ msgstr "Mindestbestellwert"
11313
+
11314
+ #~ msgid "A minimum order amount AND a coupon"
11315
+ #~ msgstr "Einen Mindestbestellwert UND einen Gutschein"
11316
+
11317
+ #~ msgid "A minimum order amount OR a coupon"
11318
+ #~ msgstr "Einen Mindestbestellwert ODER einen Gutschein"
11319
+
11320
+ #~ msgid "A valid free shipping coupon"
11321
+ #~ msgstr "Einen gültigen Versandkostenfrei-Gutschein"
11322
+
11323
+ #~ msgid "Free shipping requires..."
11324
+ #~ msgstr "Kostenloser Versand erfordert..."
11325
+
11326
+ #~ msgid "Method availability"
11327
+ #~ msgstr "Verfügbarkeit der Versandart"
11328
+
11329
+ #~ msgid ""
11330
+ #~ "Option name | Additional cost [+- Percents%] | Per cost type (order, "
11331
+ #~ "class, or item)"
11332
+ #~ msgstr ""
11333
+ #~ "Bezeichnung | Zusätzliche Kosten [+- Prozente%] | Pro Kostenart "
11334
+ #~ "(Bestellung, Versandklasse, oder Artikel)"
11335
+
11336
+ #~ msgid ""
11337
+ #~ "One per line: Option name | Additional cost [+- Percents] | Per cost type "
11338
+ #~ "(order, class, or item) Example: <code>Priority mail | 6.95 [+ 0.2%] | "
11339
+ #~ "order</code>."
11340
+ #~ msgstr ""
11341
+ #~ "Eine pro Zeile: Bezeichnung | Zusätzliche Kosten [+- Prozente] | Pro "
11342
+ #~ "Kostenart: (Bestellung, Versandklasse, oder Artikel) Beispiel: "
11343
+ #~ "<code>Versand mit hoher Priorität | 6,95 [+ 0.2%] | Bestellung</code>."
11344
+
11345
+ #~ msgid ""
11346
+ #~ "These rates are extra shipping options with additional costs (based on "
11347
+ #~ "the flat rate)."
11348
+ #~ msgstr ""
11349
+ #~ "Diese Tarife stellen Extra-Versandoptionen mit zusätzlichen Kosten dar "
11350
+ #~ "(basierend auf der Versandkostenpauschale)."
11351
+
11352
+ #~ msgid "Additional rates"
11353
+ #~ msgstr "Zusätzliche Preise"
11354
+
11355
+ #~ msgid "Per order: Charge shipping for the most expensive shipping class"
11356
+ #~ msgstr ""
11357
+ #~ "Pro Bestellung: Versandkosten entsprechen der teuersten Versandklasse der "
11358
+ #~ "Bestellung"
11359
+
11360
+ #~ msgid "Per class: Charge shipping for each shipping class individually"
11361
+ #~ msgstr "Pro Klasse: Versandkosten für jede Versandklasse einzeln berechnen"
11362
+
11363
+ #~ msgid "Calculation type"
11364
+ #~ msgstr "Berechnungsart"
11365
+
11366
+ #~ msgid "No shipping class cost"
11367
+ #~ msgstr "Keine Versandklassenkosten"
11368
+
11369
+ #~ msgid "\"%s\" shipping class cost"
11370
+ #~ msgstr "Kosten für Versandklasse „%s“"
11371
+
11372
+ #~ msgid ""
11373
+ #~ "These costs can optionally be added based on the <a href=\"%s\">product "
11374
+ #~ "shipping class</a>."
11375
+ #~ msgstr ""
11376
+ #~ "Optional können diese Kosten basierend auf der <a href=\"%s\">Produkt-"
11377
+ #~ "Versandklasse</a> hinzugefügt werden."
11378
+
11379
+ #~ msgid "Shipping class costs"
11380
+ #~ msgstr "Kosten für Versandklasse"
11381
+
11382
+ #~ msgid "Select some countries"
11383
+ #~ msgstr "Wähle einige Länder aus"
11384
+
11385
+ #~ msgid "All allowed countries"
11386
+ #~ msgstr "Alle zugelassenen Länder"
11387
+
11388
+ #~ msgid "Availability"
11389
+ #~ msgstr "Verfügbarkeit"
11390
+
11391
+ #~ msgid "Method title"
11392
+ #~ msgstr "Methodenbezeichnung"
11393
+
11394
+ #~ msgid ""
11395
+ #~ "Supports the following placeholders: <code>[qty]</code> = number of "
11396
+ #~ "items, <code>[cost]</code> = cost of items, <code>[fee percent=\"10\" "
11397
+ #~ "min_fee=\"20\"]</code> = Percentage based fee."
11398
+ #~ msgstr ""
11399
+ #~ "Die folgenden Platzhalter werden unterstützt: <code>[qty]</code> = Anzahl "
11400
+ #~ "der Artikel, <code>[cost]</code> = Kosten der Artikel, <code>[fee percent="
11401
+ #~ "\"10\" min=\"20\"]</code> = Prozentbasierte Gebühr."
11402
+
11403
+ #~ msgid "Enter a cost (excl. tax) or sum, e.g. <code>10.00 * [qty]</code>."
11404
+ #~ msgstr ""
11405
+ #~ "Gib einen Betrag (exkl. Steuern) oder eine Formel, z.B. <code>10.00 * "
11406
+ #~ "[qty]</code>, ein."
11407
+
11408
+ #~ msgid "Flat rate"
11409
+ #~ msgstr "Versandkostenpauschale"
11410
+
11411
+ #~ msgid "Refund was declined."
11412
+ #~ msgstr "Rückerstattung wurde abgelehnt."
11413
+
11414
+ #~ msgid "Cancel order &amp; restore cart"
11415
+ #~ msgstr "Bestellung abbrechen und Warenkorb zurücksetzen"
11416
+
11417
+ #~ msgid "Pay now"
11418
+ #~ msgstr "Jetzt bezahlen"
11419
+
11420
+ #~ msgid ""
11421
+ #~ "Thank you for your order, please click the button below to pay with "
11422
+ #~ "credit card using Simplify Commerce by MasterCard."
11423
+ #~ msgstr ""
11424
+ #~ "Vielen Dank für deine Bestellung. Bitte klicke auf den Button unten, um "
11425
+ #~ "mit Kreditkarte über Simplify Commerce von MasterCard zu bezahlen."
11426
+
11427
+ #~ msgid "is invalid"
11428
+ #~ msgstr "ist ungültig"
11429
+
11430
+ #~ msgid "Expiry year"
11431
+ #~ msgstr "Ablaufjahr"
11432
+
11433
+ #~ msgid "Expiry month"
11434
+ #~ msgstr "Ablaufmonat"
11435
+
11436
+ #~ msgid "TEST MODE ENABLED. Use a test card: %s"
11437
+ #~ msgstr "TESTMODUS AKTIV. Verwende eine Testkarte: %s"
11438
+
11439
+ #~ msgid "Private key"
11440
+ #~ msgstr "Privater Schlüssel"
11441
+
11442
+ #~ msgid "Public key"
11443
+ #~ msgstr "Öffentlicher Schlüssel"
11444
+
11445
+ #~ msgid "Sandbox private key"
11446
+ #~ msgstr "Privater Sandbox-Schlüssel"
11447
+
11448
+ #~ msgid "Get your API keys from your Simplify account: Settings > API Keys."
11449
+ #~ msgstr ""
11450
+ #~ "Erhalte deinen API-Schlüssel von deinem Simplify-Konto unter "
11451
+ #~ "Einstellungen > API Schlüssel."
11452
+
11453
+ #~ msgid "Sandbox public key"
11454
+ #~ msgstr "Öffentlicher Sandbox-Schlüssel"
11455
+
11456
+ #~ msgid ""
11457
+ #~ "Place the payment gateway in sandbox mode using sandbox API keys (real "
11458
+ #~ "payments will not be taken)."
11459
+ #~ msgstr ""
11460
+ #~ "Versetze das Zahlungsweg in den Sandbox-Modus, indem du Sandbox-API-"
11461
+ #~ "Schlüssel verwendest. Echte Zahlungen werden dann nicht durchgeführt."
11462
+
11463
+ #~ msgid "Enable sandbox mode"
11464
+ #~ msgstr "Sandbox-Modus aktivieren"
11465
+
11466
+ #~ msgid "Sandbox"
11467
+ #~ msgstr "Sandbox"
11468
+
11469
+ #~ msgid "Set the color of the buttons and titles on the modal dialog."
11470
+ #~ msgstr "Konfiguriere die Button- und Titel-Farbe des Popup-Dialogs."
11471
+
11472
+ #~ msgid "Modal color"
11473
+ #~ msgstr "Modalfarbe"
11474
+
11475
+ #~ msgid "Hosted Payments"
11476
+ #~ msgstr "Hosted Payments"
11477
+
11478
+ #~ msgid ""
11479
+ #~ "Standard will display the credit card fields on your store (SSL "
11480
+ #~ "required). %1$s Hosted Payments will display a Simplify Commerce modal "
11481
+ #~ "dialog on your store (if SSL) or will redirect the customer to Simplify "
11482
+ #~ "Commerce hosted page (if not SSL). %1$s Note: Hosted Payments need a new "
11483
+ #~ "API Key pair with the hosted payments flag selected. %2$sFor more details "
11484
+ #~ "check the Simplify Commerce docs%3$s."
11485
+ #~ msgstr ""
11486
+ #~ "„Standard“ zeigt die Kreditkarten-Felder innerhalb deines Shops an "
11487
+ #~ "(hierfür wird SSL-Verschlüsselung benötigt). %1$s „Hosted Payments“ zeigt "
11488
+ #~ "ein Popup von Simplify Commerce innerhalb deines Shops (wenn SSL-"
11489
+ #~ "verschlüsselt) oder leitet den Kunden zu einer Simplify-Commerce-Seite "
11490
+ #~ "weiter (wenn nicht SSL-verschlüsselt). %1$s Hinweis: „Hosted Payments“ "
11491
+ #~ "benötigen ein API-Schlüsselpaar, bei dem die Hosted-Payments-Option "
11492
+ #~ "gesetzt ist. %2$sFür weitere Informationen, siehe die Simplify Commerce "
11493
+ #~ "Dokumentation%3$s."
11494
+
11495
+ #~ msgid "Enable Hosted Payments"
11496
+ #~ msgstr "Hosted Payments aktivieren"
11497
+
11498
+ #~ msgid "Payment mode"
11499
+ #~ msgstr "Zahlungsmodus"
11500
+
11501
+ #~ msgid "Credit card"
11502
+ #~ msgstr "Kreditkarte"
11503
+
11504
+ #~ msgid "Enable Simplify Commerce"
11505
+ #~ msgstr "Simplify Commerce aktivieren"
11506
+
11507
+ #~ msgid ""
11508
+ #~ "Simplify Commerce is enabled, but the <a href=\"%s\">force SSL option</a> "
11509
+ #~ "is disabled; your checkout may not be secure! Please enable SSL and "
11510
+ #~ "ensure your server has a valid SSL certificate - Simplify Commerce will "
11511
+ #~ "only work in sandbox mode."
11512
+ #~ msgstr ""
11513
+ #~ "Simplify Commerce ist aktiviert, aber die Option <a href=\"%s\">Sicheren "
11514
+ #~ "Bestell- und Bezahlvorgang erzwingen</a> deaktiviert. Der Bestellvorgang "
11515
+ #~ "deines Shops könnte unverschlüsselt sein. Bitte aktiviere SSL und stelle "
11516
+ #~ "sicher, dass dein Server ein gültiges SSL-Zertifikat verwendet. Simplify "
11517
+ #~ "Commerce funktioniert momentan nur im Sandbox-Modus."
11518
+
11519
+ #~ msgid "Simplify Commerce Error: Please enter your public and private keys"
11520
+ #~ msgstr ""
11521
+ #~ "Simplify Commerce Fehler: Bitten gib deinen öffentlichen und privaten "
11522
+ #~ "Schlüssel ein"
11523
+
11524
+ #~ msgid ""
11525
+ #~ "Simplify Commerce Error: Simplify commerce requires PHP 5.3 and above. "
11526
+ #~ "You are using version %s."
11527
+ #~ msgstr ""
11528
+ #~ "Simplify Commerce Fehler: Simplify commerce benötigt PHP 5.3 oder höher. "
11529
+ #~ "Du verwendest Version %s."
11530
+
11531
+ #~ msgid "Sign up for Simplify Commerce"
11532
+ #~ msgstr "Melde dich bei Simplify Commerce an"
11533
+
11534
+ #~ msgid ""
11535
+ #~ "Simplify Commerce is your merchant account and payment gateway all rolled "
11536
+ #~ "into one. Choose Simplify Commerce as your WooCommerce payment gateway to "
11537
+ #~ "get access to your money quickly with a powerful, secure payment engine "
11538
+ #~ "backed by MasterCard."
11539
+ #~ msgstr ""
11540
+ #~ "Simplify Commerce ist Handels- und Bezahl-Plattform in einem. Wähle "
11541
+ #~ "Simplify Commerce als dein WooCommerce Zahlungsweg, um schnellen Zugriff "
11542
+ #~ "auf dein Geld zu erhalten. Simplify Commerce ist eine leistungsfähige, "
11543
+ #~ "sichere Bezahl-Plattform – unterstützt von MasterCard."
11544
+
11545
+ #~ msgid "Getting started"
11546
+ #~ msgstr "Einstieg"
11547
+
11548
+ #~ msgid "Simplify Commerce by MasterCard"
11549
+ #~ msgstr "Simplify Commerce by MasterCard"
11550
+
11551
+ #~ msgid ""
11552
+ #~ "Take payments via Simplify Commerce - uses simplify.js to create card "
11553
+ #~ "tokens and the Simplify Commerce SDK. Requires SSL when sandbox is "
11554
+ #~ "disabled."
11555
+ #~ msgstr ""
11556
+ #~ "Bezahlungen via Simpliy Commerce – nutzt simplify.js zur Erstellung von "
11557
+ #~ "Kreditkarten-Token und das Simplify Commerce SDK. Benötigt SSL wenn "
11558
+ #~ "Sandbox-Modus deaktiviert ist."
11559
+
11560
+ #~ msgid "Payment was declined by Simplify Commerce."
11561
+ #~ msgstr "Die Zahlung wurde von Simplify Commerce abgelehnt."
11562
+
11563
+ #~ msgid "Payment was declined - the customer need to try another card."
11564
+ #~ msgstr ""
11565
+ #~ "Bezahlung wurde abgelehnt – der Kunde sollte eine andere Kreditkarte "
11566
+ #~ "versuchen."
11567
+
11568
+ #~ msgid "Simplify Transaction Failed (%s)"
11569
+ #~ msgstr "Simplify Transaktion fehlgeschlagen (%s)"
11570
+
11571
+ #~ msgid "Payment was declined - please try another card."
11572
+ #~ msgstr ""
11573
+ #~ "Bezahlung wurde abgelehnt – bitte versuche es mit einer anderen Karte."
11574
+
11575
+ #~ msgid "Simplify payment declined"
11576
+ #~ msgstr "Simplify Zahlung abgelehnt"
11577
+
11578
+ #~ msgid "Simplify payment approved (ID: %1$s, Auth Code: %2$s)"
11579
+ #~ msgstr "Simplify Zahlung genehmigt (ID: %s, Auth Code: %s)"
11580
+
11581
+ #~ msgid "Simplify payment error: %s."
11582
+ #~ msgstr "Simplify-Zahlungsfehler: %s."
11583
+
11584
+ #~ msgid "Customer not found."
11585
+ #~ msgstr "Kunde nicht gefunden."
11586
+
11587
+ #~ msgid ""
11588
+ #~ "Sorry, the minimum allowed order total is 0.50 to use this payment method."
11589
+ #~ msgstr ""
11590
+ #~ "Entschuldigung, aber die Mindestbestellsumme für diese Zahlungsmethode "
11591
+ #~ "beträgt 0,50."
11592
+
11593
+ #~ msgid "Error creating user in Simplify Commerce."
11594
+ #~ msgstr "Fehler beim Erzeugen eines Benutzers in Simplify Commerce."
11595
+
11596
+ #~ msgid ""
11597
+ #~ "Developers: Please make sure that you are including jQuery and there are "
11598
+ #~ "no JavaScript errors on the page."
11599
+ #~ msgstr ""
11600
+ #~ "Entwickler: Bitte sicherstellen, dass jQuery eingebunden ist und es keine "
11601
+ #~ "JavaScript-Fehler auf der Seite gibt."
11602
+
11603
+ #~ msgid ""
11604
+ #~ "Please make sure your card details have been entered correctly and that "
11605
+ #~ "your browser supports JavaScript."
11606
+ #~ msgstr ""
11607
+ #~ "Bitte stelle sicher, dass du deine Kreditkarte korrekt eingegeben hast "
11608
+ #~ "und dass dein Browser JavaScript unterstützt."
11609
+
11610
+ #~ msgid "Get your API credentials from PayPal."
11611
+ #~ msgstr "Hole deine API Zugangsdaten von PayPal."
11612
+
11613
+ #~ msgid ""
11614
+ #~ "Enter your PayPal API credentials to process refunds via PayPal. Learn "
11615
+ #~ "how to access your <a href=\"%s\">PayPal API Credentials</a>."
11616
+ #~ msgstr ""
11617
+ #~ "Gib deine PayPal API Zugangsdaten ein, um Rückerstattungen direkt über "
11618
+ #~ "PayPal abzuwickeln. Erfahre wie du an deine <a href=\"%s\">PayPal API "
11619
+ #~ "Zugangsdaten</a> kommst."
11620
+
11621
+ #~ msgid "API credentials"
11622
+ #~ msgstr "API Zugangsdaten"
11623
+
11624
+ #~ msgid "Page style"
11625
+ #~ msgstr "Seitenstil"
11626
+
11627
+ #~ msgid "Authorize"
11628
+ #~ msgstr "Autorisieren"
11629
+
11630
+ #~ msgid "Capture"
11631
+ #~ msgstr "Erfassen"
11632
+
11633
+ #~ msgid ""
11634
+ #~ "Choose whether you wish to capture funds immediately or authorize payment "
11635
+ #~ "only."
11636
+ #~ msgstr ""
11637
+ #~ "Wähle, ob die Zahlung sofort erfasst oder nur genehmigt werden soll."
11638
+
11639
+ #~ msgid "Payment action"
11640
+ #~ msgstr "Zahlungsaktion"
11641
+
11642
+ #~ msgid ""
11643
+ #~ "PayPal verifies addresses therefore this setting can cause errors (we "
11644
+ #~ "recommend keeping it disabled)."
11645
+ #~ msgstr ""
11646
+ #~ "PayPal verifiziert Adressen, daher können bei dieser Einstellung Fehler "
11647
+ #~ "auftreten. (Deaktivierung empfohlen)"
11648
+
11649
+ #~ msgid ""
11650
+ #~ "Enable \"address_override\" to prevent address information from being "
11651
+ #~ "changed."
11652
+ #~ msgstr ""
11653
+ #~ "Aktiviere „address_override“, damit Adressinformationen nicht geändert "
11654
+ #~ "werden können."
11655
+
11656
+ #~ msgid "Send shipping details to PayPal instead of billing."
11657
+ #~ msgstr "Lieferadresse an PayPal senden anstatt Rechnungsadresse."
11658
+
11659
+ #~ msgid ""
11660
+ #~ "Please enter a prefix for your invoice numbers. If you use your PayPal "
11661
+ #~ "account for multiple stores ensure this prefix is unique as PayPal will "
11662
+ #~ "not allow orders with the same invoice number."
11663
+ #~ msgstr ""
11664
+ #~ "Bitte gib ein Präfix für deine Rechnungsnummern ein. Falls du dein PayPal-"
11665
+ #~ "Konto für mehrere Shops verwendest, stelle bitte sicher, dass das Präfix "
11666
+ #~ "einzigartig ist, sonst wird PayPal keine Bestellungen mit identischer "
11667
+ #~ "Rechnungsnummer akzeptieren."
11668
+
11669
+ #~ msgid "Invoice prefix"
11670
+ #~ msgstr "Rechnungspräfix"
11671
+
11672
+ #~ msgid ""
11673
+ #~ "Optionally enable \"Payment Data Transfer\" (Profile > Profile and "
11674
+ #~ "Settings > My Selling Tools > Website Preferences) and then copy your "
11675
+ #~ "identity token here. This will allow payments to be verified without the "
11676
+ #~ "need for PayPal IPN."
11677
+ #~ msgstr ""
11678
+ #~ "Optional „Übertragung der Zahlungsdaten“ aktivieren (Mein Profil > "
11679
+ #~ "Kontoeinstellungen > Verkäufer/Händler > Website-Einstellungen). Den "
11680
+ #~ "Identitäts-Token von dort kopieren und dann hier einfügen. Dadurch können "
11681
+ #~ "Zahlungen auch ohne PayPal IPN überprüft werden."
11682
+
11683
+ #~ msgid "PayPal identity token"
11684
+ #~ msgstr "PayPal Identitäts-Token"
11685
+
11686
+ #~ msgid ""
11687
+ #~ "If your main PayPal email differs from the PayPal email entered above, "
11688
+ #~ "input your main receiver email for your PayPal account here. This is used "
11689
+ #~ "to validate IPN requests."
11690
+ #~ msgstr ""
11691
+ #~ "Falls sich deine hauptsächliche PayPal-E-Mail-Adresse von der oben "
11692
+ #~ "eingegebenen PayPal-E-Mail-Adresse unterscheidet, gib hier deine "
11693
+ #~ "hauptsächliche Empfänger-E-Mail-Adresse deines PayPal-Kontos ein. Diese "
11694
+ #~ "wird zur Überprüfung von IPN-Anfragen genutzt."
11695
+
11696
+ #~ msgid "Receiver email"
11697
+ #~ msgstr "Empfänger E-Mail"
11698
+
11699
+ #~ msgid "Advanced options"
11700
+ #~ msgstr "Erweiterte Optionen"
11701
+
11702
+ #~ msgid "Enable logging"
11703
+ #~ msgstr "Logging aktivieren"
11704
+
11705
+ #~ msgid "Debug log"
11706
+ #~ msgstr "Debug Log (Fehlerprotokoll)"
11707
+
11708
+ #~ msgid "Enable PayPal sandbox"
11709
+ #~ msgstr "PayPal Sandbox aktivieren"
11710
+
11711
+ #~ msgid "PayPal sandbox"
11712
+ #~ msgstr "PayPal Sandbox"
11713
+
11714
+ #~ msgid ""
11715
+ #~ "Please enter your PayPal email address; this is needed in order to take "
11716
+ #~ "payment."
11717
+ #~ msgstr ""
11718
+ #~ "Bitte gib die E-Mail-Adresse deines PayPal-Kontos ein; sie wird benötigt, "
11719
+ #~ "um die Bezahlung abzuschließen."
11720
+
11721
+ #~ msgid "PayPal email"
11722
+ #~ msgstr "PayPal E-Mail"
11723
+
11724
+ #~ msgid ""
11725
+ #~ "Pay via PayPal; you can pay with your credit card if you don't have a "
11726
+ #~ "PayPal account."
11727
+ #~ msgstr ""
11728
+ #~ "Mit Paypal bezahlen. Solltest du keinen Paypal-Account besitzen, kannst "
11729
+ #~ "du auch mit deiner Kreditkarte bezahlen."
11730
+
11731
+ #~ msgid "This controls the description which the user sees during checkout."
11732
+ #~ msgstr ""
11733
+ #~ "Dies steuert die Beschreibung, welche der Benutzer beim Bezahlvorgang "
11734
+ #~ "sieht."
11735
+
11736
+ #~ msgid "Enable PayPal Standard"
11737
+ #~ msgstr "PayPal Standard aktivieren"
11738
+
11739
+ #~ msgid "Shipping via %s"
11740
+ #~ msgstr "Versand via %s"
11741
+
11742
+ #~ msgid "PDT payment completed"
11743
+ #~ msgstr "PDT-Zahlung abgeschlossen"
11744
+
11745
+ #~ msgid "Validation error: PayPal amounts do not match (amt %s)."
11746
+ #~ msgstr "Validierungsfehler: PayPal-Beträge stimmen nicht überein (amt %s)."
11747
+
11748
+ #~ msgid ""
11749
+ #~ "Order #%1$s has had a reversal cancelled. Please check the status of "
11750
+ #~ "payment and update the order status accordingly here: %2$s"
11751
+ #~ msgstr ""
11752
+ #~ "Für die Bestellung #%1$s wurde eine Stornierung abgebrochen. Bitte "
11753
+ #~ "überprüfe den Zahlungsstatus und aktualisiere den Bestellstatus "
11754
+ #~ "entsprechend unter: %2$s"
11755
+
11756
+ #~ msgid "Reversal cancelled for order #%s"
11757
+ #~ msgstr "Stornierung abgebrochen für Bestellung %s"
11758
+
11759
+ #~ msgid ""
11760
+ #~ "Order #%1$s has been marked on-hold due to a reversal - PayPal reason "
11761
+ #~ "code: %2$s"
11762
+ #~ msgstr ""
11763
+ #~ "Bestellung #%1$s wurde aufgrund einer Stornierung als „Wartend“ markiert "
11764
+ #~ "– PayPal Ursachen-Code: %2$s"
11765
+
11766
+ #~ msgid "Payment for order %s reversed"
11767
+ #~ msgstr "Zahlung für Bestellung %s storniert"
11768
+
11769
+ #~ msgid "Order #%1$s has been marked as refunded - PayPal reason code: %2$s"
11770
+ #~ msgstr ""
11771
+ #~ "Die Bestellung #%1$s wurde als „rückerstattet“ markiert – PayPal Ursachen-"
11772
+ #~ "Code: %2$s"
11773
+
11774
+ #~ msgid "Payment %s via IPN."
11775
+ #~ msgstr "Zahlung %s über IPN."
11776
+
11777
+ #~ msgid "Payment pending (%s)."
11778
+ #~ msgstr "Zahlung ausstehend (%s)."
11779
+
11780
+ #~ msgid "IPN payment completed"
11781
+ #~ msgstr "IPN-Zahlung abgeschlossen"
11782
+
11783
+ #~ msgid ""
11784
+ #~ "Validation error: PayPal IPN response from a different email address (%s)."
11785
+ #~ msgstr ""
11786
+ #~ "Validierungsfehler: PayPal-IPN-Antwort von einer unterschiedlichen E-Mail-"
11787
+ #~ "Adresse (%s)."
11788
+
11789
+ #~ msgid "Validation error: PayPal amounts do not match (gross %s)."
11790
+ #~ msgstr ""
11791
+ #~ "Validierungsfehler: Paypal-Beträge stimmen nicht überein. (Brutto %s)."
11792
+
11793
+ #~ msgid "Validation error: PayPal currencies do not match (code %s)."
11794
+ #~ msgstr ""
11795
+ #~ "Validierungsfehler: Paypal-Währungen stimmen nicht überein. (Code %s)."
11796
+
11797
+ #~ msgid "Refunded %1$s - Refund ID: %2$s"
11798
+ #~ msgstr "Rückerstattet %1$s – Rückerstattungs-ID: %2$s"
11799
+
11800
+ #~ msgid "PayPal does not support your store currency."
11801
+ #~ msgstr "PayPal bietet keine Unterstützung für deine Währung an."
11802
+
11803
+ #~ msgid "Gateway disabled"
11804
+ #~ msgstr "Zahlungsweg deaktiviert"
11805
+
11806
+ #~ msgid "What is PayPal?"
11807
+ #~ msgstr "Was ist PayPal"
11808
+
11809
+ #~ msgid "PayPal acceptance mark"
11810
+ #~ msgstr "„Paypal akzeptiert“-Logo"
11811
+
11812
+ #~ msgid "PayPal"
11813
+ #~ msgstr "PayPal"
11814
+
11815
+ #~ msgid "Proceed to PayPal"
11816
+ #~ msgstr "Weiter zu PayPal"
11817
+
11818
+ #~ msgid "Payment to be made upon delivery."
11819
+ #~ msgstr "Die Zahlung soll bei Lieferung (per Nachnahme) erfolgen."
11820
+
11821
+ #~ msgid "Accept COD if the order is virtual"
11822
+ #~ msgstr "Zahlung per Nachnahme für virtuelle Bestellungen akzeptieren"
11823
+
11824
+ #~ msgid "Accept for virtual orders"
11825
+ #~ msgstr "Für virtuelle Bestellungen akzeptieren"
11826
+
11827
+ #~ msgid "Select shipping methods"
11828
+ #~ msgstr "Versandart auswählen"
11829
+
11830
+ #~ msgid ""
11831
+ #~ "If COD is only available for certain methods, set it up here. Leave blank "
11832
+ #~ "to enable for all methods."
11833
+ #~ msgstr ""
11834
+ #~ "Falls die Zahlung per Nachnahme nur für bestimmte Versandarten möglich "
11835
+ #~ "ist, bitte hier erfassen. Leer lassen, um sie für alle Versandarten "
11836
+ #~ "verfügbar zu machen."
11837
+
11838
+ #~ msgid "Enable for shipping methods"
11839
+ #~ msgstr "Für Versandarten verfügbar machen"
11840
+
11841
+ #~ msgid "Instructions that will be added to the thank you page."
11842
+ #~ msgstr "Anweisungen, die der „Danke“-Seite hinzugefügt werden."
11843
+
11844
+ #~ msgid "Pay with cash upon delivery."
11845
+ #~ msgstr "Per Nachnahme zahlen."
11846
+
11847
+ #~ msgid ""
11848
+ #~ "Payment method description that the customer will see on your website."
11849
+ #~ msgstr "Beschreibung der Zahlungsmethode, die Kunden auf der Website sehen."
11850
+
11851
+ #~ msgid "Have your customers pay with cash (or by other means) upon delivery."
11852
+ #~ msgstr ""
11853
+ #~ "Lasse deine Kunden bei der Lieferung mit Bargeld (oder auf andere Weise) "
11854
+ #~ "bezahlen."
11855
+
11856
+ #~ msgid ""
11857
+ #~ "Please send a check to Store Name, Store Street, Store Town, Store "
11858
+ #~ "State / County, Store Postcode."
11859
+ #~ msgstr ""
11860
+ #~ " Bitte sende deinen Scheck an die Adresse: Shop-Name, Shop-Straße, Shop-"
11861
+ #~ "PLZ, Shop-Ort, Shop-Land."
11862
+
11863
+ #~ msgid "Enable check payments"
11864
+ #~ msgstr "Scheckzahlungen aktivieren"
11865
+
11866
+ #~ msgid "Branch code"
11867
+ #~ msgstr "Branchencode"
11868
+
11869
+ #~ msgid "Routing number"
11870
+ #~ msgstr "Bankleitzahl"
11871
+
11872
+ #~ msgid "Bank code"
11873
+ #~ msgstr "Bankleitzahl"
11874
+
11875
+ #~ msgid "Branch sort"
11876
+ #~ msgstr "Bankleitzahl"
11877
+
11878
+ #~ msgid "IFSC"
11879
+ #~ msgstr "IFSC"
11880
+
11881
+ #~ msgid "Bank transit number"
11882
+ #~ msgstr "Bank Transit Nummer"
11883
+
11884
+ #~ msgid "BSB"
11885
+ #~ msgstr "BSB"
11886
+
11887
+ #~ msgid "Awaiting BACS payment"
11888
+ #~ msgstr "Überweisung erwartet"
11889
+
11890
+ #~ msgid "BIC"
11891
+ #~ msgstr "BIC"
11892
+
11893
+ #~ msgid "Our bank details"
11894
+ #~ msgstr "Unsere Bankverbindung"
11895
+
11896
+ #~ msgid "Remove selected account(s)"
11897
+ #~ msgstr "Ausgewählte Konten löschen"
11898
+
11899
+ #~ msgid "+ Add account"
11900
+ #~ msgstr "+ Konto hinzufügen"
11901
+
11902
+ #~ msgid "BIC / Swift"
11903
+ #~ msgstr "BIC / Swift"
11904
+
11905
+ #~ msgid "IBAN"
11906
+ #~ msgstr "IBAN"
11907
+
11908
+ #~ msgid "Bank name"
11909
+ #~ msgstr "Name der Bank"
11910
+
11911
+ #~ msgid "Account number"
11912
+ #~ msgstr "Kontonummer"
11913
+
11914
+ #~ msgid "Account name"
11915
+ #~ msgstr "Kontoinhaber"
11916
+
11917
+ #~ msgid "Account details"
11918
+ #~ msgstr "Konto-Details"
11919
+
11920
+ #~ msgid "Sort code"
11921
+ #~ msgstr "Bankleitzahl"
11922
+
11923
+ #~ msgid "Instructions that will be added to the thank you page and emails."
11924
+ #~ msgstr "Anweisung, die zur „Danke“-Seite und zu E-Mails hinzugefügt werden."
11925
+
11926
+ #~ msgid "Instructions"
11927
+ #~ msgstr "Anweisungen"
11928
+
11929
+ #~ msgid ""
11930
+ #~ "Make your payment directly into our bank account. Please use your Order "
11931
+ #~ "ID as the payment reference. Your order will not be shipped until the "
11932
+ #~ "funds have cleared in our account."
11933
+ #~ msgstr ""
11934
+ #~ "Überweise direkt an unsere Bankverbindung. Bitte nutze die Bestellnummer "
11935
+ #~ "als Verwendungszweck. Deine Bestellung wird erst nach Geldeingang auf "
11936
+ #~ "unserem Konto versandt."
11937
+
11938
+ #~ msgid ""
11939
+ #~ "Payment method description that the customer will see on your checkout."
11940
+ #~ msgstr ""
11941
+ #~ "Beschreibung der Zahlungsmethode, die Kunden bei der Kaufabwicklung sehen."
11942
+
11943
+ #~ msgid "Direct bank transfer"
11944
+ #~ msgstr "Direkte Banküberweisung"
11945
+
11946
+ #~ msgid "This controls the title which the user sees during checkout."
11947
+ #~ msgstr "Dies steuert den Titel, den der Benutzer beim Bezahlvorgang sieht."
11948
+
11949
+ #~ msgid "Enable bank transfer"
11950
+ #~ msgstr "Überweisung aktivieren"
11951
+
11952
+ #~ msgid "Hide template"
11953
+ #~ msgstr "Template ausblenden"
11954
+
11955
+ #~ msgid "View template"
11956
+ #~ msgstr "Zeige Template"
11957
+
11958
+ #~ msgid "File was not found."
11959
+ #~ msgstr "Datei nicht gefunden"
11960
+
11961
+ #~ msgid "Copy file to theme"
11962
+ #~ msgstr "Datei zum Theme kopieren"
11963
+
11964
+ #~ msgid ""
11965
+ #~ "This template has been overridden by your theme and can be found in: %s."
11966
+ #~ msgstr ""
11967
+ #~ "Dieses Template wurde vom Theme überschrieben und ist zu finden in: %s."
11968
+
11969
+ #~ msgid "Delete template file"
11970
+ #~ msgstr "Template-Datei löschen"
11971
+
11972
+ #~ msgid "Plain text template"
11973
+ #~ msgstr "Klartext-Template"
11974
+
11975
+ #~ msgid "HTML template"
11976
+ #~ msgstr "HTML-Template"
11977
+
11978
+ #~ msgid "Template file deleted from theme."
11979
+ #~ msgstr "Template-Datei aus dem Theme gelöscht"
11980
+
11981
+ #~ msgid "Template file copied to theme."
11982
+ #~ msgstr "Template-Datei ins Theme kopiert"
11983
+
11984
+ #~ msgid "Could not write to template file."
11985
+ #~ msgstr "Konnte nicht in die Template-Datei schreiben"
11986
+
11987
+ #~ msgid "Multipart"
11988
+ #~ msgstr "Multipart"
11989
+
11990
+ #~ msgid "HTML"
11991
+ #~ msgstr "HTML"
11992
+
11993
+ #~ msgid "Plain text"
11994
+ #~ msgstr "Klartext"
11995
+
11996
+ #~ msgid ""
11997
+ #~ "New order emails are sent to chosen recipient(s) when a new order is "
11998
+ #~ "received."
11999
+ #~ msgstr ""
12000
+ #~ "E-Mails für neue Bestellungen werden an die Empfängerliste gesendet, wenn "
12001
+ #~ "eine neue Bestellung empfangen wurde."
12002
+
12003
+ #~ msgid "New order"
12004
+ #~ msgstr "Neue Bestellung"
12005
+
12006
+ #~ msgid ""
12007
+ #~ "Customer \"reset password\" emails are sent when customers reset their "
12008
+ #~ "passwords."
12009
+ #~ msgstr ""
12010
+ #~ "Kunden-E-Mails mit „Passwort zurücksetzen“ werden verschickt, wenn Kunden "
12011
+ #~ "ihre Passwörter zurücksetzen."
12012
+
12013
+ #~ msgid "Reset password"
12014
+ #~ msgstr "Passwort zurücksetzen"
12015
+
12016
+ #~ msgid ""
12017
+ #~ "Order refunded emails are sent to customers when their orders are "
12018
+ #~ "refunded."
12019
+ #~ msgstr ""
12020
+ #~ "E-Mails für rückerstattete Bestellungen werden an Kunden versendet, wenn "
12021
+ #~ "deren Bestellungen als „rückerstattet“ markiert werden."
12022
+
12023
+ #~ msgid "Refunded order"
12024
+ #~ msgstr "Rückerstattete Bestellung"
12025
+
12026
+ #~ msgid ""
12027
+ #~ "This is an order notification sent to customers containing order details "
12028
+ #~ "after payment."
12029
+ #~ msgstr ""
12030
+ #~ "Dies ist eine Bestellmitteilung, die nach der Zahlung an den Kunden "
12031
+ #~ "gesendet wird und Details zur Bestellung enthält."
12032
+
12033
+ #~ msgid "Processing order"
12034
+ #~ msgstr "Bestellung in Bearbeitung"
12035
+
12036
+ #~ msgid "Customer note emails are sent when you add a note to an order."
12037
+ #~ msgstr ""
12038
+ #~ "E-Mails bezüglich Kundenanmerkungen werden gesendet, wenn du einer "
12039
+ #~ "Bestellung eine Anmerkung hinzufügst."
12040
+
12041
+ #~ msgid "Customer note"
12042
+ #~ msgstr "Anmerkung des Kunden"
12043
+
12044
+ #~ msgid ""
12045
+ #~ "Customer \"new account\" emails are sent to the customer when a customer "
12046
+ #~ "signs up via checkout or account pages."
12047
+ #~ msgstr ""
12048
+ #~ "E-Mails bezüglich neuer Kundenkonten werden an den Kunden gesendet, wenn "
12049
+ #~ "dieser sich während des Bestellvorgangs oder über die Kundenseiten "
12050
+ #~ "registriert."
12051
+
12052
+ #~ msgid "New account"
12053
+ #~ msgstr "Neues Konto"
12054
+
12055
+ #~ msgid ""
12056
+ #~ "Customer invoice emails can be sent to customers containing their order "
12057
+ #~ "information and payment links."
12058
+ #~ msgstr ""
12059
+ #~ "E-Mails mit Kundenrechnungen können an den Kunden gesendet werden und "
12060
+ #~ "beinhalten Informationen zur Bestellung und Links, wie die Bestellung "
12061
+ #~ "bezahlt werden kann."
12062
+
12063
+ #~ msgid ""
12064
+ #~ "Order complete emails are sent to customers when their orders are marked "
12065
+ #~ "completed and usually indicate that their orders have been shipped."
12066
+ #~ msgstr ""
12067
+ #~ "E-Mails über abgeschlossene Bestellungen werden an den Kunden gesendet, "
12068
+ #~ "wenn Bestellungen als „fertiggestellt“ markiert wurden. Diese E-Mails "
12069
+ #~ "weisen den Kunden für gewöhnlich darauf hin, dass die Bestellung versandt "
12070
+ #~ "wurde."
12071
+
12072
+ #~ msgid "Completed order"
12073
+ #~ msgstr "Bestellung fertiggestellt"
12074
+
12075
+ #~ msgid "Choose which format of email to send."
12076
+ #~ msgstr "Format für E-Mail-Versand auswählen"
12077
+
12078
+ #~ msgid "Enable this email notification"
12079
+ #~ msgstr "Diese E-Mail-Benachrichtigung aktivieren"
12080
+
12081
+ #~ msgid "Enable/Disable"
12082
+ #~ msgstr "Aktivieren/Deaktivieren"
12083
+
12084
+ #~ msgid ""
12085
+ #~ "Failed order emails are sent to chosen recipient(s) when orders have been "
12086
+ #~ "marked failed (if they were previously processing or on-hold)."
12087
+ #~ msgstr ""
12088
+ #~ "E-Mails für stornierte Bestellungen werden an die Empfängerliste "
12089
+ #~ "gesendet, wenn Bestellungen als „storniert“ markiert wurden (sofern sie "
12090
+ #~ "zuvor „In Bearbeitung“ oder „Wartend“ waren)"
12091
+
12092
+ #~ msgid "Select options"
12093
+ #~ msgstr "Ausführung wählen"
12094
+
12095
+ #~ msgid "Failed <span class=\"count\">(%s)</span>"
12096
+ #~ msgid_plural "Failed <span class=\"count\">(%s)</span>"
12097
+ #~ msgstr[0] "Fehlgeschlagen <span class=\"count\">(%s)</span>"
12098
+ #~ msgstr[1] "Fehlgeschlagen <span class=\"count\">(%s)</span>"
12099
+
12100
+ #~ msgctxt "Order status"
12101
+ #~ msgid "Failed"
12102
+ #~ msgstr "Fehlgeschlagen"
12103
+
12104
+ #~ msgid "Refunded <span class=\"count\">(%s)</span>"
12105
+ #~ msgid_plural "Refunded <span class=\"count\">(%s)</span>"
12106
+ #~ msgstr[0] "Rückerstattet <span class=\"count\">(%s)</span>"
12107
+ #~ msgstr[1] "Rückerstattet <span class=\"count\">(%s)</span>"
12108
+
12109
+ #~ msgctxt "Order status"
12110
+ #~ msgid "Refunded"
12111
+ #~ msgstr "Rückerstattet"
12112
+
12113
+ #~ msgid "Cancelled <span class=\"count\">(%s)</span>"
12114
+ #~ msgid_plural "Cancelled <span class=\"count\">(%s)</span>"
12115
+ #~ msgstr[0] "Storniert <span class=\"count\">(%s)</span>"
12116
+ #~ msgstr[1] "Storniert <span class=\"count\">(%s)</span>"
12117
+
12118
+ #~ msgid "Completed <span class=\"count\">(%s)</span>"
12119
+ #~ msgid_plural "Completed <span class=\"count\">(%s)</span>"
12120
+ #~ msgstr[0] "<span class=\"count\">(%s)</span> fertiggestellt"
12121
+ #~ msgstr[1] "<span class=\"count\">(%s)</span> fertiggestellt"
12122
+
12123
+ #~ msgctxt "Order status"
12124
+ #~ msgid "Completed"
12125
+ #~ msgstr "Fertiggestellt"
12126
+
12127
+ #~ msgid "On hold <span class=\"count\">(%s)</span>"
12128
+ #~ msgid_plural "On hold <span class=\"count\">(%s)</span>"
12129
+ #~ msgstr[0] "In Wartestellung <span class=\"count\">(%s)</span>"
12130
+ #~ msgstr[1] "In Wartestellung <span class=\"count\">(%s)</span>"
12131
+
12132
+ #~ msgctxt "Order status"
12133
+ #~ msgid "On hold"
12134
+ #~ msgstr "In Wartestellung"
12135
+
12136
+ #~ msgid "Processing <span class=\"count\">(%s)</span>"
12137
+ #~ msgid_plural "Processing <span class=\"count\">(%s)</span>"
12138
+ #~ msgstr[0] "In Bearbeitung <span class=\"count\">(%s)</span>"
12139
+ #~ msgstr[1] "In Bearbeitung <span class=\"count\">(%s)</span>"
12140
+
12141
+ #~ msgctxt "Order status"
12142
+ #~ msgid "Processing"
12143
+ #~ msgstr "In Bearbeitung"
12144
+
12145
+ #~ msgid "Pending payment <span class=\"count\">(%s)</span>"
12146
+ #~ msgid_plural "Pending payment <span class=\"count\">(%s)</span>"
12147
+ #~ msgstr[0] "Zahlung ausstehend <span class=\"count\">(%s)</span>"
12148
+ #~ msgstr[1] "Zahlungen ausstehend <span class=\"count\">(%s)</span>"
12149
+
12150
+ #~ msgctxt "Order status"
12151
+ #~ msgid "Pending payment"
12152
+ #~ msgstr "Zahlung ausstehend"
12153
+
12154
+ #~ msgid "No webhooks found."
12155
+ #~ msgstr "Keine Webhooks gefunden."
12156
+
12157
+ #~ msgid ""
12158
+ #~ "This is where you can add new coupons that customers can use in your "
12159
+ #~ "store."
12160
+ #~ msgstr ""
12161
+ #~ "Hier kannst du neue Gutscheine hinzufügen, die deine Kunden in deinem "
12162
+ #~ "Shop verwenden können."
12163
+
12164
+ #~ msgid "Parent coupon"
12165
+ #~ msgstr "Übergeordneter Gutschein"
12166
+
12167
+ #~ msgid "No coupons found in trash"
12168
+ #~ msgstr "Keine Gutscheine im Papierkorb gefunden"
12169
+
12170
+ #~ msgid "No coupons found"
12171
+ #~ msgstr "Keine Gutscheine gefunden"
12172
+
12173
+ #~ msgid "Search coupons"
12174
+ #~ msgstr "Gutschein suchen"
12175
+
12176
+ #~ msgid "View coupon"
12177
+ #~ msgstr "Gutschein anzeigen"
12178
+
12179
+ #~ msgid "New coupon"
12180
+ #~ msgstr "Neuer Gutschein"
12181
+
12182
+ #~ msgid "Edit coupon"
12183
+ #~ msgstr "Gutschein bearbeiten"
12184
+
12185
+ #~ msgid "Add new coupon"
12186
+ #~ msgstr "Neuen Gutschein hinzufügen"
12187
+
12188
+ #~ msgid "Add coupon"
12189
+ #~ msgstr "Gutschein hinzufügen"
12190
+
12191
+ #~ msgctxt "Admin menu name"
12192
+ #~ msgid "Coupons"
12193
+ #~ msgstr "Gutscheine"
12194
+
12195
+ #~ msgid "Coupon"
12196
+ #~ msgstr "Gutschein"
12197
+
12198
+ #~ msgid "Refunds"
12199
+ #~ msgstr "Rückerstattungen"
12200
+
12201
+ #~ msgid "This is where store orders are stored."
12202
+ #~ msgstr "Hier werden die Bestellungen des Shops gespeichert."
12203
+
12204
+ #~ msgid "Parent orders"
12205
+ #~ msgstr "Übergeordnete Bestellungen"
12206
+
12207
+ #~ msgid "No orders found in trash"
12208
+ #~ msgstr "Keine Bestellungen im Papierkorb gefunden"
12209
+
12210
+ #~ msgid "No orders found"
12211
+ #~ msgstr "Keine Bestellungen gefunden"
12212
+
12213
+ #~ msgid "Search orders"
12214
+ #~ msgstr "Bestellungen suchen"
12215
+
12216
+ #~ msgid "Edit order"
12217
+ #~ msgstr "Bestellung bearbeiten"
12218
+
12219
+ #~ msgid "Add new order"
12220
+ #~ msgstr "Neue Bestellung hinzufügen"
12221
+
12222
+ #~ msgid "Add order"
12223
+ #~ msgstr "Bestellung hinzufügen"
12224
+
12225
+ #~ msgid "This is where you can add new products to your store."
12226
+ #~ msgstr "Hier kannst du neue Produkte zu deinem Shop hinzufügen."
12227
+
12228
+ #~ msgid "Use as product image"
12229
+ #~ msgstr "Als Produktbild verwenden"
12230
+
12231
+ #~ msgid "Remove product image"
12232
+ #~ msgstr "Produktbild entfernen"
12233
+
12234
+ #~ msgid "Set product image"
12235
+ #~ msgstr "Produktbild festlegen"
12236
+
12237
+ #~ msgid "Product image"
12238
+ #~ msgstr "Produktbild"
12239
+
12240
+ #~ msgid "Parent product"
12241
+ #~ msgstr "Übergeordnetes Produkt"
12242
+
12243
+ #~ msgid "No products found in trash"
12244
+ #~ msgstr "Keine Produkte im Papierkorb gefunden"
12245
+
12246
+ #~ msgid "No products found"
12247
+ #~ msgstr "Keine Produkte gefunden"
12248
+
12249
+ #~ msgid "Search products"
12250
+ #~ msgstr "Produkte suchen"
12251
+
12252
+ #~ msgid "View product"
12253
+ #~ msgstr "Produkt anzeigen"
12254
+
12255
+ #~ msgid "New product"
12256
+ #~ msgstr "Neues Produkt"
12257
+
12258
+ #~ msgid "Edit product"
12259
+ #~ msgstr "Produkt bearbeiten"
12260
+
12261
+ #~ msgid "Add new product"
12262
+ #~ msgstr "Neues Produkt hinzufügen"
12263
+
12264
+ #~ msgctxt "Admin menu name"
12265
+ #~ msgid "Products"
12266
+ #~ msgstr "Produkte"
12267
+
12268
+ #~ msgid "New %s"
12269
+ #~ msgstr "Neu %s"
12270
+
12271
+ #~ msgid "Add new %s"
12272
+ #~ msgstr "%s neu hinzufügen"
12273
+
12274
+ #~ msgid "Update %s"
12275
+ #~ msgstr "%s aktualisieren"
12276
+
12277
+ #~ msgid "Edit %s"
12278
+ #~ msgstr "%s bearbeiten"
12279
+
12280
+ #~ msgid "Parent %s:"
12281
+ #~ msgstr "Übergeordnetes %s:"
12282
+
12283
+ #~ msgid "Parent %s"
12284
+ #~ msgstr "Übergeordnetes %s"
12285
+
12286
+ #~ msgid "All %s"
12287
+ #~ msgstr "Alle %"
12288
+
12289
+ #~ msgid "Search %s"
12290
+ #~ msgstr "%s suchen"
12291
+
12292
+ #~ msgid "New shipping class Name"
12293
+ #~ msgstr "Neuer Versandklassenname"
12294
+
12295
+ #~ msgid "Add new shipping class"
12296
+ #~ msgstr "Neue Versandklasse hinzufügen"
12297
+
12298
+ #~ msgid "Update shipping class"
12299
+ #~ msgstr "Aktualisiere Versandklasse"
12300
+
12301
+ #~ msgid "Edit shipping class"
12302
+ #~ msgstr "Bearbeite Versandklasse"
12303
+
12304
+ #~ msgid "Parent shipping class:"
12305
+ #~ msgstr "Übergeordnete Versandklasse:"
12306
+
12307
+ #~ msgid "Parent shipping class"
12308
+ #~ msgstr "Übergeordnete Versandklasse"
12309
+
12310
+ #~ msgid "All shipping classes"
12311
+ #~ msgstr "Alle Versandklassen"
12312
+
12313
+ #~ msgid "Search shipping classes"
12314
+ #~ msgstr "Suche Versandklassen"
12315
+
12316
+ #~ msgctxt "Admin menu name"
12317
+ #~ msgid "Shipping classes"
12318
+ #~ msgstr "Versandklassen"
12319
+
12320
+ #~ msgctxt "Admin menu name"
12321
+ #~ msgid "Tags"
12322
+ #~ msgstr "Schlagwörter"
12323
+
12324
+ #~ msgid "Product tags"
12325
+ #~ msgstr "Produkt Schlagwörter"
12326
+
12327
+ #~ msgctxt "Admin menu name"
12328
+ #~ msgid "Categories"
12329
+ #~ msgstr "Kategorien"
12330
+
12331
+ #~ msgid "Premium support"
12332
+ #~ msgstr "Premium-Support"
12333
+
12334
+ #~ msgid "API docs"
12335
+ #~ msgstr "API-Dokumentation"
12336
+
12337
+ #~ msgid "View WooCommerce API docs"
12338
+ #~ msgstr "Zur WooCommerce API-Dokumentation"
12339
+
12340
+ #~ msgid "View WooCommerce documentation"
12341
+ #~ msgstr "Zur WooCommerce-Dokumentation"
12342
+
12343
+ #~ msgctxt "Page slug"
12344
+ #~ msgid "my-account"
12345
+ #~ msgstr "mein-konto"
12346
+
12347
+ #~ msgctxt "Page slug"
12348
+ #~ msgid "checkout"
12349
+ #~ msgstr "kasse"
12350
+
12351
+ #~ msgctxt "Page slug"
12352
+ #~ msgid "cart"
12353
+ #~ msgstr "warenkorb"
12354
+
12355
+ #~ msgctxt "Page slug"
12356
+ #~ msgid "shop"
12357
+ #~ msgstr "shop"
12358
+
12359
+ #~ msgid ""
12360
+ #~ "Sorry, this product is unavailable. Please choose a different combination."
12361
+ #~ msgstr ""
12362
+ #~ "Dieses Produkt ist leider nicht verfügbar. Bitte wähle eine andere "
12363
+ #~ "Kombination."
12364
+
12365
+ #~ msgid ""
12366
+ #~ "Sorry, no products matched your selection. Please choose a different "
12367
+ #~ "combination."
12368
+ #~ msgstr ""
12369
+ #~ "Es entsprechen leider keine Produkte deiner Auswahl. Bitte wähle eine "
12370
+ #~ "andere Kombination."
12371
+
12372
+ #~ msgid "required"
12373
+ #~ msgstr "erforderlich"
12374
+
12375
+ #~ msgid "Error processing checkout. Please try again."
12376
+ #~ msgstr "Fehler beim Bezahlvorgang. Versuche es bitte nochmal."
12377
+
12378
+ #~ msgid "Please select a rating"
12379
+ #~ msgstr "Bitte wähle eine Bewertung"
12380
+
12381
+ #~ msgid "Passwords do not match."
12382
+ #~ msgstr "Passwörter stimmen nicht überein."
12383
+
12384
+ #~ msgid "Please enter your password."
12385
+ #~ msgstr "Bitte gib dein Passwort ein."
12386
+
12387
+ #~ msgid "Username is required."
12388
+ #~ msgstr "Benutzername erforderlich."
12389
+
12390
+ #~ msgid "Error"
12391
+ #~ msgstr "Fehler"
12392
+
12393
+ #~ msgid "Please choose product options&hellip;"
12394
+ #~ msgstr "Bitte wähle Produktausführungen&nbsp;&hellip;"
12395
+
12396
+ #~ msgid "%s is a required field"
12397
+ #~ msgid_plural "%s are required fields"
12398
+ #~ msgstr[0] "%s ist ein Pflichtfeld"
12399
+ #~ msgstr[1] "%s sind Pflichtfelder"
12400
+
12401
+ #~ msgid "Please choose a product to add to your cart&hellip;"
12402
+ #~ msgstr ""
12403
+ #~ "Bitte wähle ein Produkt, um es deinem Warenkorb hinzuzufügen&nbsp;&hellip;"
12404
+
12405
+ #~ msgid ""
12406
+ #~ "Please choose the quantity of items you wish to add to your cart&hellip;"
12407
+ #~ msgstr ""
12408
+ #~ "Bitte wähle die Anzahl, die du deinem Warenkorb hinzufügen möchtest&nbsp;"
12409
+ #~ "&hellip;"
12410
+
12411
+ #~ msgid ""
12412
+ #~ "Your order can no longer be cancelled. Please contact us if you need "
12413
+ #~ "assistance."
12414
+ #~ msgstr ""
12415
+ #~ "Deine Bestellung kann nicht mehr storniert werden. Bitte kontaktiere uns, "
12416
+ #~ "wenn du Hilfe benötigst."
12417
+
12418
+ #~ msgid "Your order was cancelled."
12419
+ #~ msgstr "Deine Bestellung wurde storniert."
12420
+
12421
+ #~ msgid "Order cancelled by customer."
12422
+ #~ msgstr "Bestellung vom Kunden storniert."
12423
+
12424
+ #~ msgid "The cart has been filled with the items from your previous order."
12425
+ #~ msgstr ""
12426
+ #~ "Dein Warenkorb wurde mit den Artikeln aus deiner vorherigen Bestellung "
12427
+ #~ "gefüllt."
12428
+
12429
+ #~ msgid "Cart updated."
12430
+ #~ msgstr "Warenkorb aktualisiert."
12431
+
12432
+ #~ msgid "You can only have 1 %s in your cart."
12433
+ #~ msgstr "Du kannst nur 1 %s in deinem Warenkorb haben."
12434
+
12435
+ #~ msgid "Account details changed successfully."
12436
+ #~ msgstr "Kontodetails erfolgreich geändert."
12437
+
12438
+ #~ msgid "New passwords do not match."
12439
+ #~ msgstr "Die neuen Passwörter stimmen nicht überein."
12440
+
12441
+ #~ msgid "Please re-enter your password."
12442
+ #~ msgstr "Bitte gib dein Passwort noch einmal ein."
12443
+
12444
+ #~ msgid "Please enter your current password."
12445
+ #~ msgstr "Bitte gib dein derzeitiges Passwort ein."
12446
+
12447
+ #~ msgid "Please fill out all password fields."
12448
+ #~ msgstr "Bitte fülle alle Passwortfelder aus."
12449
+
12450
+ #~ msgid "Your current password is incorrect."
12451
+ #~ msgstr "Dein derzeitiges Passwort ist nicht korrekt."
12452
+
12453
+ #~ msgid "This email address is already registered."
12454
+ #~ msgstr "Für diese E-Mail-Adresse existiert bereits ein Kundenkonto."
12455
+
12456
+ #~ msgid "Please provide a valid email address."
12457
+ #~ msgstr "Bitte gib eine gültige E-Mail-Adresse an."
12458
+
12459
+ #~ msgid "Address changed successfully."
12460
+ #~ msgstr "Adresse erfolgreich geändert."
12461
+
12462
+ #~ msgid "%1$s units of %2$s have been backordered in order #%3$s."
12463
+ #~ msgstr ""
12464
+ #~ "%1$s Stück von %2$s sind im Lieferrückstand für die Bestellung mit der "
12465
+ #~ "Nummer #%3$s."
12466
+
12467
+ #~ msgid "Product backorder"
12468
+ #~ msgstr "Produkt im Lieferrückstand"
12469
+
12470
+ #~ msgid "%s is out of stock."
12471
+ #~ msgstr "%s ist ausverkauft."
12472
+
12473
+ #~ msgid "Product out of stock"
12474
+ #~ msgstr "Produkt nicht vorrätig."
12475
+
12476
+ #~ msgid "Product low in stock"
12477
+ #~ msgstr "Produkt bald nicht mehr vorrätig"
12478
+
12479
+ #~ msgid "Note"
12480
+ #~ msgstr "Anmerkung"
12481
+
12482
+ #~ msgid "File not found"
12483
+ #~ msgstr "Datei nicht gefunden"
12484
+
12485
+ #~ msgid "No file defined"
12486
+ #~ msgstr "Keine Datei definiert"
12487
+
12488
+ #~ msgid "This is not your download link."
12489
+ #~ msgstr "Dies ist nicht dein Download-Link."
12490
+
12491
+ #~ msgid "Log in to Download Files"
12492
+ #~ msgstr "Anmelden, um Dateien herunterzuladen"
12493
+
12494
+ #~ msgid "Login"
12495
+ #~ msgstr "Anmelden"
12496
+
12497
+ #~ msgid "You must be logged in to download files."
12498
+ #~ msgstr "Du musst angemeldet sein, um Dateien herunterzuladen."
12499
+
12500
+ #~ msgid "Sorry, this download has expired"
12501
+ #~ msgstr "Entschuldigung, aber dieser Download ist abgelaufen."
12502
+
12503
+ #~ msgid "Sorry, you have reached your download limit for this file"
12504
+ #~ msgstr ""
12505
+ #~ "Entschuldigung, aber du hast das Download-Limit für diese Datei erreicht."
12506
+
12507
+ #~ msgid "Invalid order."
12508
+ #~ msgstr "Ungültige Bestellung."
12509
+
12510
+ #~ msgid "Invalid download link."
12511
+ #~ msgstr "Ungültiger Download-Link."
12512
+
12513
+ #~ msgid "Please enter a coupon code."
12514
+ #~ msgstr "Bitte Gutschein-Code eingeben."
12515
+
12516
+ #~ msgid "Coupon does not exist!"
12517
+ #~ msgstr "Gutschein existiert nicht!"
12518
+
12519
+ #~ msgid "Sorry, this coupon is not valid for sale items."
12520
+ #~ msgstr ""
12521
+ #~ "Entschuldigung, aber dieser Gutschein ist nicht gültig für Produkte, die "
12522
+ #~ "im Angebot sind."
12523
+
12524
+ #~ msgid "Sorry, this coupon is not applicable to the categories: %s."
12525
+ #~ msgstr ""
12526
+ #~ "Entschuldigung, aber dieser Gutschein ist nicht für diese Kategorien "
12527
+ #~ "anwendbar: %s."
12528
+
12529
+ #~ msgid "Sorry, this coupon is not applicable to the products: %s."
12530
+ #~ msgstr ""
12531
+ #~ "Entschuldigung, aber dieser Gutschein ist nicht für diese Produkte "
12532
+ #~ "anwendbar: %s."
12533
+
12534
+ #~ msgid "Sorry, this coupon is not applicable to your cart contents."
12535
+ #~ msgstr ""
12536
+ #~ "Leider ist dieser Gutschein nicht auf den Inhalt deines Warenkorbs "
12537
+ #~ "anwendbar."
12538
+
12539
+ #~ msgid "The maximum spend for this coupon is %s."
12540
+ #~ msgstr "Der Maximalbetrag für diesen Gutschein beträgt %s."
12541
+
12542
+ #~ msgid "The minimum spend for this coupon is %s."
12543
+ #~ msgstr "Der Mindestbetrag für diesen Gutschein ist %s."
12544
+
12545
+ #~ msgid "This coupon has expired."
12546
+ #~ msgstr "Dieser Gutschein ist abgelaufen."
12547
+
12548
+ #~ msgid "Coupon usage limit has been reached."
12549
+ #~ msgstr "Das Nutzungslimit für Gutscheine ist erreicht."
12550
+
12551
+ #~ msgid ""
12552
+ #~ "Sorry, coupon \"%s\" has already been applied and cannot be used in "
12553
+ #~ "conjunction with other coupons."
12554
+ #~ msgstr ""
12555
+ #~ "Leider wurde der Gutschein „%s“ bereits verwendet und kann nicht in "
12556
+ #~ "Verbindung mit anderen Gutscheinen genutzt werden."
12557
+
12558
+ #~ msgid "Coupon code already applied!"
12559
+ #~ msgstr "Gutschein-Code bereits angewendet!"
12560
+
12561
+ #~ msgid ""
12562
+ #~ "Sorry, it seems the coupon \"%s\" is not yours - it has now been removed "
12563
+ #~ "from your order."
12564
+ #~ msgstr ""
12565
+ #~ "Leider scheint der Gutschein „%s“ nicht dir zu gehören – er wurde aus "
12566
+ #~ "deiner Bestellung entfernt."
12567
+
12568
+ #~ msgid ""
12569
+ #~ "Sorry, it seems the coupon \"%s\" is invalid - it has now been removed "
12570
+ #~ "from your order."
12571
+ #~ msgstr ""
12572
+ #~ "Leider scheint der Gutschein „%s“ ungültig zu sein – er wurde aus deiner "
12573
+ #~ "Bestellung entfernt."
12574
+
12575
+ #~ msgid "Coupon \"%s\" does not exist!"
12576
+ #~ msgstr "Der Gutschein „%s“ existiert nicht!"
12577
+
12578
+ #~ msgid "Coupon is not valid."
12579
+ #~ msgstr "Gutschein ist nicht gültig."
12580
+
12581
+ #~ msgid "Coupon code removed successfully."
12582
+ #~ msgstr "Gutscheincode erfolgreich entfernt."
12583
+
12584
+ #~ msgid "Coupon code applied successfully."
12585
+ #~ msgstr "Gutschein-Code erfolgreich angewendet."
12586
+
12587
+ #~ msgid "Email Address"
12588
+ #~ msgstr "E-Mail-Adresse"
12589
+
12590
+ #~ msgid "Municipality"
12591
+ #~ msgstr "Gemeinde"
12592
+
12593
+ #~ msgid "Prefecture"
12594
+ #~ msgstr "Präfektur"
12595
+
12596
+ #~ msgid "County"
12597
+ #~ msgstr "Land"
12598
+
12599
+ #~ msgid "Town / District"
12600
+ #~ msgstr "Stadt / Bezirk"
12601
+
12602
+ #~ msgid "Region"
12603
+ #~ msgstr "Region"
12604
+
12605
+ #~ msgid "Canton"
12606
+ #~ msgstr "Kanton"
12607
+
12608
+ #~ msgid "Province"
12609
+ #~ msgstr "Provinz"
12610
+
12611
+ #~ msgid "District"
12612
+ #~ msgstr "Bezirk"
12613
+
12614
+ #~ msgid "Suburb"
12615
+ #~ msgstr "Vorort"
12616
+
12617
+ #~ msgid "Postcode / ZIP"
12618
+ #~ msgstr "Postleitzahl"
12619
+
12620
+ #~ msgid "State / County"
12621
+ #~ msgstr "Bundesland / Landkreis"
12622
+
12623
+ #~ msgid "Town / City"
12624
+ #~ msgstr "Ort / Stadt"
12625
+
12626
+ #~ msgid "Company name"
12627
+ #~ msgstr "Firmenname"
12628
+
12629
+ #~ msgid "(ex. tax)"
12630
+ #~ msgstr "(exkl. MwSt.)"
12631
+
12632
+ #~ msgid "(ex. VAT)"
12633
+ #~ msgstr "(exkl. MwSt.)"
12634
+
12635
+ #~ msgid "(incl. tax)"
12636
+ #~ msgstr "(inkl. MwSt)"
12637
+
12638
+ #~ msgid "(incl. VAT)"
12639
+ #~ msgstr "(inkl. MwSt.)"
12640
+
12641
+ #~ msgid "VAT"
12642
+ #~ msgstr "MwSt."
12643
+
12644
+ #~ msgid "the"
12645
+ #~ msgstr "das"
12646
+
12647
+ #~ msgid "to"
12648
+ #~ msgstr "nach"
12649
+
12650
+ #~ msgid "to the"
12651
+ #~ msgstr "zum"
12652
+
12653
+ #~ msgid "Please rate the product."
12654
+ #~ msgstr "Bitte bewerte das Produkt."
12655
+
12656
+ #~ msgid "Invalid payment method."
12657
+ #~ msgstr "Ungültige Zahlungsmethode."
12658
+
12659
+ #~ msgid "Invalid shipping method!"
12660
+ #~ msgstr "Ungültige Versandart!"
12661
+
12662
+ #~ msgid ""
12663
+ #~ "Unfortunately <strong>we do not ship %s</strong>. Please enter an "
12664
+ #~ "alternative shipping address."
12665
+ #~ msgstr ""
12666
+ #~ "Leider versenden wir <strong>nicht nach %s</strong>. Bitte gib eine "
12667
+ #~ "andere Lieferadresse an."
12668
+
12669
+ #~ msgid "%1$s is not valid. Please enter one of the following: %2$s"
12670
+ #~ msgstr ""
12671
+ #~ "%1$s ist nicht gültig. Bitte nutze eine der folgenden Möglichkeiten: %2$s"
12672
+
12673
+ #~ msgid "%s is not a valid email address."
12674
+ #~ msgstr "%s ist keine gültige E-Mail Adresse."
12675
+
12676
+ #~ msgid "%s is not a valid phone number."
12677
+ #~ msgstr "%s ist keine gültige Telefonnummer."
12678
+
12679
+ #~ msgid "Please enter a valid postcode / ZIP."
12680
+ #~ msgstr "Bitte gib eine gültige Postleitzahl ein."
12681
+
12682
+ #~ msgid "%s is a required field."
12683
+ #~ msgstr "%s ist ein Pflichtfeld."
12684
+
12685
+ #~ msgid ""
12686
+ #~ "Sorry, your session has expired. <a href=\"%s\" class=\"wc-backward"
12687
+ #~ "\">Return to shop</a>"
12688
+ #~ msgstr ""
12689
+ #~ "Deine Sitzung ist abgelaufen. <a href=\"%s\" class=\"wc-backward\">Zurück "
12690
+ #~ "zum Shop</a>"
12691
+
12692
+ #~ msgid "We were unable to process your order, please try again."
12693
+ #~ msgstr ""
12694
+ #~ "Wir konnten deine Bestellung nicht bearbeiten, bitte versuche es erneut."
12695
+
12696
+ #~ msgid "Notes about your order, e.g. special notes for delivery."
12697
+ #~ msgstr ""
12698
+ #~ "Anmerkungen zu deiner Bestellung, z.B. besondere Hinweise für die "
12699
+ #~ "Lieferung."
12700
+
12701
+ #~ msgid "Account username"
12702
+ #~ msgstr "Konto-Benutzername"
12703
+
12704
+ #~ msgid ""
12705
+ #~ "You cannot add that amount to the cart &mdash; we have %1$s in stock and "
12706
+ #~ "you already have %2$s in your cart."
12707
+ #~ msgstr ""
12708
+ #~ "Du kannst diese Menge nicht deinem Warenkorb hinzufügen. Wir haben %1$s "
12709
+ #~ "vorrätig und %2$s sind bereits in deinem Warenkorb."
12710
+
12711
+ #~ msgid ""
12712
+ #~ "You cannot add that amount of &quot;%1$s&quot; to the cart because there "
12713
+ #~ "is not enough stock (%2$s remaining)."
12714
+ #~ msgstr ""
12715
+ #~ "Du kannst die Menge von &quot;%1$s&quot; nicht dem Warenkorb hinzufügen, "
12716
+ #~ "weil diese nicht vorrätig sind (%2$s auf Lager)."
12717
+
12718
+ #~ msgid ""
12719
+ #~ "You cannot add &quot;%s&quot; to the cart because the product is out of "
12720
+ #~ "stock."
12721
+ #~ msgstr ""
12722
+ #~ "Du kannst „%s“ deinem Warenkorb nicht hinzufügen, weil das Produkt "
12723
+ #~ "derzeit nicht vorrätig ist. "
12724
+
12725
+ #~ msgid "Sorry, this product cannot be purchased."
12726
+ #~ msgstr "Entschuldigung, dieses Produkt kann nicht gekauft werden."
12727
+
12728
+ #~ msgid "View Cart"
12729
+ #~ msgstr "Warenkorb ansehen"
12730
+
12731
+ #~ msgid "Get cart should not be called before the wp_loaded action."
12732
+ #~ msgstr ""
12733
+ #~ "„Get cart“ sollte nicht vor der Action „wp_loaded“ aufgerufen werden."
12734
+
12735
+ #~ msgid ""
12736
+ #~ "Sorry, we do not have enough \"%1$s\" in stock to fulfill your order "
12737
+ #~ "right now. Please try again in %2$d minutes or edit your cart and try "
12738
+ #~ "again. We apologize for any inconvenience caused."
12739
+ #~ msgstr ""
12740
+ #~ "Leider ist „%1$s“ nicht ausreichend vorrätig, um deine Bestellung "
12741
+ #~ "auszuführen. Bitte versuche es in %2$d Minuten erneut, oder bearbeite "
12742
+ #~ "deinen Warenkorb und versuche es dann erneut. Wir entschuldigen uns für "
12743
+ #~ "eventuelle Unannehmlichkeiten."
12744
+
12745
+ #~ msgid ""
12746
+ #~ "Sorry, we do not have enough \"%1$s\" in stock to fulfill your order "
12747
+ #~ "(%2$s in stock). Please edit your cart and try again. We apologize for "
12748
+ #~ "any inconvenience caused."
12749
+ #~ msgstr ""
12750
+ #~ "Leider ist „%1$s“ nicht ausreichend vorrätig, um deine Bestellung "
12751
+ #~ "auszuführen (%2$s ist auf Lager). Bitte bearbeite deinen Warenkorb und "
12752
+ #~ "versuche es erneut. Wir entschuldigen uns für eventuelle "
12753
+ #~ "Unannehmlichkeiten."
12754
+
12755
+ #~ msgid ""
12756
+ #~ "Sorry, \"%s\" is not in stock. Please edit your cart and try again. We "
12757
+ #~ "apologize for any inconvenience caused."
12758
+ #~ msgstr ""
12759
+ #~ "Leider ist „%s“ nicht vorrätig. Bitte bearbeite deinen Warenkorb und "
12760
+ #~ "versuche es erneut. Wir entschuldigen uns für eventuelle "
12761
+ #~ "Unannehmlichkeiten."
12762
+
12763
+ #~ msgid "An item which is no longer available was removed from your cart."
12764
+ #~ msgstr ""
12765
+ #~ "Ein Produkt, das nicht länger verfügbar ist, wurde aus deinem Warenkorb "
12766
+ #~ "entfernt."
12767
+
12768
+ #~ msgid ""
12769
+ #~ "%s has been removed from your cart because it can no longer be purchased. "
12770
+ #~ "Please contact us if you need assistance."
12771
+ #~ msgstr ""
12772
+ #~ "%s wurde aus dem Warenkorb entfernt, da es nicht mehr erhältlich ist. "
12773
+ #~ "Bitte kontaktiere uns, wenn du Hilfe benötigst."
12774
+
12775
+ #~ msgid "Page %d"
12776
+ #~ msgstr "Seite %d"
12777
+
12778
+ #~ msgid "Search results for &ldquo;%s&rdquo;"
12779
+ #~ msgstr "Suchergebnisse für &#8222;%s&#8220;"
12780
+
12781
+ #~ msgid "Author: %s"
12782
+ #~ msgstr "Autor: %s"
12783
+
12784
+ #~ msgid "Posts tagged &ldquo;%s&rdquo;"
12785
+ #~ msgstr "Beiträge verschlagwortet mit &#8222;%s&#8220;"
12786
+
12787
+ #~ msgid "Products tagged &ldquo;%s&rdquo;"
12788
+ #~ msgstr "Produkte verschlagwortet mit &#8222;%s&#8220;"
12789
+
12790
+ #~ msgid "Error 404"
12791
+ #~ msgstr "Fehler 404"
12792
+
12793
+ #~ msgid "Access denied"
12794
+ #~ msgstr "Zugriff verweigert"
12795
+
12796
+ #~ msgid "You do not have permission to access this page"
12797
+ #~ msgstr "Du hast keine Berechtigung, um auf diese Seite zuzugreifen."
12798
+
12799
+ #~ msgid "Invalid nonce verification"
12800
+ #~ msgstr "Ungültige nonce-Prüfung"
12801
+
12802
+ #~ msgid ""
12803
+ #~ "An error occurred in the request and at the time were unable to send the "
12804
+ #~ "consumer data"
12805
+ #~ msgstr ""
12806
+ #~ "Im Request ist ein Fehler aufgetreten und die zu verarbeitenden Daten "
12807
+ #~ "(consumer data) konnten nicht gesendet werden"
12808
+
12809
+ #~ msgid "The callback_url needs to be over SSL"
12810
+ #~ msgstr "Die callback_url muss über SSL sein"
12811
+
12812
+ #~ msgid "The %s is not a valid URL"
12813
+ #~ msgstr "%s ist keine gültige URL"
12814
+
12815
+ #~ msgid "Invalid scope %s"
12816
+ #~ msgstr "Ungültiger Scope %s"
12817
+
12818
+ #~ msgid "View and manage products"
12819
+ #~ msgstr "Produkte anzeigen und verwalten"
12820
+
12821
+ #~ msgid "View and manage orders and sales reports"
12822
+ #~ msgstr "Bestell- und Verkaufsberichte anzeigen und verwalten"
12823
+
12824
+ #~ msgid "View and manage customers"
12825
+ #~ msgstr "Kunden anzeigen und verwalten"
12826
+
12827
+ #~ msgid "View and manage coupons"
12828
+ #~ msgstr "Gutscheine anzeigen und verwalten"
12829
+
12830
+ #~ msgid "Create products"
12831
+ #~ msgstr "Produkte erstellen"
12832
+
12833
+ #~ msgid "Create orders"
12834
+ #~ msgstr "Bestellungen erstellen"
12835
+
12836
+ #~ msgid "Create customers"
12837
+ #~ msgstr "Kunden erstellen"
12838
+
12839
+ #~ msgid "Create coupons"
12840
+ #~ msgstr "Gutscheine erstellen"
12841
+
12842
+ #~ msgid "Create webhooks"
12843
+ #~ msgstr "Erstelle Webhooks"
12844
+
12845
+ #~ msgid "View products"
12846
+ #~ msgstr "Produkte anzeigen"
12847
+
12848
+ #~ msgid "View orders and sales reports"
12849
+ #~ msgstr "Bestell- und Verkaufberichte anzeigen"
12850
+
12851
+ #~ msgid "View customers"
12852
+ #~ msgstr "Kunden anzeigen"
12853
+
12854
+ #~ msgid "View coupons"
12855
+ #~ msgstr "Gutscheine anzeigen"
12856
+
12857
+ #~ msgid "Dismiss this notice."
12858
+ #~ msgstr "Diesen Hinweis ausblenden."
12859
+
12860
+ #~ msgid "API Key updated successfully."
12861
+ #~ msgstr "API-Schlüssel erfolgreich aktualisiert."
12862
+
12863
+ #~ msgid "Permissions is missing."
12864
+ #~ msgstr "Berechtigung (permissions) fehlt."
12865
+
12866
+ #~ msgid "User is missing."
12867
+ #~ msgstr "Benutzer (user) fehlt."
12868
+
12869
+ #~ msgid "Description is missing."
12870
+ #~ msgstr "Beschreibung (description) fehlt."
12871
+
12872
+ #~ msgid "Refund failed."
12873
+ #~ msgstr "Rückerstattung fehlgeschlagen."
12874
+
12875
+ #~ msgid "Invalid refund amount"
12876
+ #~ msgstr "Ungültiger Rückerstattungsbetrag"
12877
+
12878
+ #~ msgid ""
12879
+ #~ "No products had their stock increased - they may not have stock "
12880
+ #~ "management enabled."
12881
+ #~ msgstr ""
12882
+ #~ "Keine Produkte mit erhöhtem Lagerbestand – vielleicht ist die "
12883
+ #~ "Lagerverwaltung nicht aktiviert."
12884
+
12885
+ #~ msgid "Item #%1$s stock increased from %2$s to %3$s."
12886
+ #~ msgstr "Lagerbestand von Produkt #%1$s erhöht von %2$s auf %3$s."
12887
+
12888
+ #~ msgid ""
12889
+ #~ "No products had their stock reduced - they may not have stock management "
12890
+ #~ "enabled."
12891
+ #~ msgstr ""
12892
+ #~ "Keine Produkte mit reduziertem Lagerbestand – vielleicht ist die "
12893
+ #~ "Lagerverwaltung nicht aktiviert."
12894
+
12895
+ #~ msgid "Sorry, your session has expired."
12896
+ #~ msgstr "Entschuldigung, deine Sitzung ist leider abgelaufen."
12897
+
12898
+ #~ msgid "Coupon has been removed."
12899
+ #~ msgstr "Gutschein wurde entfernt."
12900
+
12901
+ #~ msgid "Sorry there was a problem removing this coupon."
12902
+ #~ msgstr "Leider gab es ein Problem beim Löschen dieses Gutscheins."
12903
+
12904
+ #~ msgid "Invalid product SKU"
12905
+ #~ msgstr "Ungültige Artikelnummer"
12906
+
12907
+ #~ msgid "Consumer secret is missing."
12908
+ #~ msgstr "Consumer Secret fehlt."
12909
+
12910
+ #~ msgid "Consumer key is missing."
12911
+ #~ msgstr "Consumer Key fehlt."
12912
+
12913
+ #~ msgid "Invalid webhook delivery."
12914
+ #~ msgstr "Ungültige Webhook-Auslieferung."
12915
+
12916
+ #~ msgid "Invalid webhook delivery ID."
12917
+ #~ msgstr "Ungültige Webhook-Auslieferungs-ID."
12918
+
12919
+ #~ msgid ""
12920
+ #~ "Webhook delivery URL must be a valid URL starting with http:// or https://"
12921
+ #~ msgstr ""
12922
+ #~ "Webhook-Auslieferungs-URL („Webhook delivery URL“) muss eine gültige URL "
12923
+ #~ "sein, welche mit http:// oder https:// beginnt"
12924
+
12925
+ #~ msgid "You do not have permission to create webhooks."
12926
+ #~ msgstr "Du hast keine Berechtigung, um Webhooks zu erstellen."
12927
+
12928
+ #~ msgid "You do not have permission to read the webhooks count"
12929
+ #~ msgstr "Du hast keine Berechtigung, den Zähler der Webhooks zu lesen"
12930
+
12931
+ #~ msgid "No route was found matching the URL and request method"
12932
+ #~ msgstr "Keine Route für URL und Request-Methode gefunden"
12933
+
12934
+ #~ msgid "The handler for the route is invalid"
12935
+ #~ msgstr "Der Handler für die Route ist ungültig"
12936
+
12937
+ #~ msgid "Unsupported request method"
12938
+ #~ msgstr "Nicht unterstützte Request-Methode"
12939
+
12940
+ #~ msgid "Invalid authentication method"
12941
+ #~ msgstr "Ungültige Authentifizierungsmethode"
12942
+
12943
+ #~ msgid "Permanently deleted %s"
12944
+ #~ msgstr "%s dauerhaft gelöscht"
12945
+
12946
+ #~ msgid "This %s cannot be deleted"
12947
+ #~ msgstr "%s kann nicht gelöscht werden"
12948
+
12949
+ #~ msgid "The customer cannot be deleted"
12950
+ #~ msgstr "Der Kunde kann nicht gelöscht werden"
12951
+
12952
+ #~ msgid "Permanently deleted customer"
12953
+ #~ msgstr "Dauerhaft gelöschter Kunde"
12954
+
12955
+ #~ msgid "You do not have permission to delete this %s"
12956
+ #~ msgstr "Du hast keine Berechtigung, %s zu löschen"
12957
+
12958
+ #~ msgid "You do not have permission to edit this %s"
12959
+ #~ msgstr "Du hast keine Berechtigung, %s zu bearbeiten"
12960
+
12961
+ #~ msgid "You do not have permission to read this %s"
12962
+ #~ msgstr "Du hast keine Berechtigung, %s anzusehen"
12963
+
12964
+ #~ msgid "Invalid %s"
12965
+ #~ msgstr "%s ist ungültig"
12966
+
12967
+ #~ msgid "No %1$s found with the ID equal to %2$s"
12968
+ #~ msgstr "Es wurden keine %1$s gefunden, deren ID gleich %2$s ist."
12969
+
12970
+ #~ msgid "Invalid %s ID"
12971
+ #~ msgstr "Ungültige ID für %s"
12972
+
12973
+ #~ msgid "You do not have permission to read this report"
12974
+ #~ msgstr "Du hast keine Berechtigung, diesen Bericht anzusehen"
12975
+
12976
+ #~ msgid "Deleted %s"
12977
+ #~ msgstr "%s gelöscht"
12978
+
12979
+ #~ msgid "Could not delete the attribute"
12980
+ #~ msgstr "Das Attribut konnte nicht gelöscht werden"
12981
+
12982
+ #~ msgid "You do not have permission to delete product attributes"
12983
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Attribute zu löschen"
12984
+
12985
+ #~ msgid "Could not edit the attribute"
12986
+ #~ msgstr "Das Attribut konnte nicht bearbeitet werden"
12987
+
12988
+ #~ msgid "You do not have permission to edit product attributes"
12989
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Attribute zu bearbeiten"
12990
+
12991
+ #~ msgid "You do not have permission to create product attributes"
12992
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Attribute zu erstellen"
12993
+
12994
+ #~ msgid ""
12995
+ #~ "Invalid product attribute order_by type - the product attribute order_by "
12996
+ #~ "type must be any of these: %s"
12997
+ #~ msgstr ""
12998
+ #~ "Ungültiger Produkt-Attribut-Typ für order_by – der Produkt-Attribut-Typ "
12999
+ #~ "für order_by muss einer der folgenden sein: %s"
13000
+
13001
+ #~ msgid ""
13002
+ #~ "Invalid product attribute type - the product attribute type must be any "
13003
+ #~ "of these: %s"
13004
+ #~ msgstr ""
13005
+ #~ "Ungültiger Produkt-Attribut-Typ – der Produkt-Attribut-Typ muss einer der "
13006
+ #~ "folgenden sein: %s"
13007
+
13008
+ #~ msgid "A product attribute with the provided ID could not be found"
13009
+ #~ msgstr ""
13010
+ #~ "Ein Produkt-Attribut mit der angegebenen ID konnte nicht gefunden werden"
13011
+
13012
+ #~ msgid "Invalid product attribute ID"
13013
+ #~ msgstr "Ungültige Produkt-Attribut-ID"
13014
+
13015
+ #~ msgid "You do not have permission to read product attributes"
13016
+ #~ msgstr "Du hast keine Berechtigung, um Produkt-Attribute zu lesen"
13017
+
13018
+ #~ msgid "Placeholder"
13019
+ #~ msgstr "Platzhalter"
13020
+
13021
+ #~ msgid "A product category with the provided ID could not be found"
13022
+ #~ msgstr "Keine Produktkategorie mit angegebener ID gefunden"
13023
+
13024
+ #~ msgid "Invalid product category ID"
13025
+ #~ msgstr "Ungültige ID für Produktkategorie"
13026
+
13027
+ #~ msgid "You do not have permission to read product categories"
13028
+ #~ msgstr "Du hast keine Berechtigung, um Produktkategorien zu lesen"
13029
+
13030
+ #~ msgid "Invalid product type - the product type must be any of these: %s"
13031
+ #~ msgstr ""
13032
+ #~ "Ungültiger Produkt-Typ – der Produkt-Typ muss einer von diesen sein: %s"
13033
+
13034
+ #~ msgid "You do not have permission to create products"
13035
+ #~ msgstr "Du hast keine Berechtigung, um Produkte anzulegen"
13036
+
13037
+ #~ msgid "You do not have permission to read the products count"
13038
+ #~ msgstr "Du hast keine Berechtigung, die Anzahl der Produkte anzusehen"
13039
+
13040
+ #~ msgid "The order refund ID provided is not associated with the order."
13041
+ #~ msgstr "Angegebene Rückerstattungs-ID gehört nicht zur Bestellung."
13042
+
13043
+ #~ msgid "Refund amount must be positive."
13044
+ #~ msgstr "Der Rückerstattungsbetrag muss positiv sein."
13045
+
13046
+ #~ msgid "Refund amount is required."
13047
+ #~ msgstr "Rückerstattungsbetrag ist erforderlich."
13048
+
13049
+ #~ msgid "You do not have permission to create order refunds"
13050
+ #~ msgstr ""
13051
+ #~ "Du hast keine Berechtigung, um Rückerstattungen einer Bestellung "
13052
+ #~ "vorzunehmen"
13053
+
13054
+ #~ msgid "An order refund with the provided ID could not be found."
13055
+ #~ msgstr ""
13056
+ #~ "Eine Bestell-Rückerstattung konnte für die angegebene ID nicht gefunden "
13057
+ #~ "werden."
13058
+
13059
+ #~ msgid "Permanently deleted order note"
13060
+ #~ msgstr "Bestellanmerkung endgültig löschen"
13061
+
13062
+ #~ msgid "This order note cannot be deleted"
13063
+ #~ msgstr "Diese Bestellanmerkung kann nicht gelöscht werden"
13064
+
13065
+ #~ msgid "The order note ID provided is not associated with the order"
13066
+ #~ msgstr "Angegebene ID der Bestellanmerkung gehört nicht zur Bestellung"
13067
+
13068
+ #~ msgid "Order note is required"
13069
+ #~ msgstr "Ein Bestellhinweis ist erforderlich"
13070
+
13071
+ #~ msgid "You do not have permission to create order notes"
13072
+ #~ msgstr "Du hast keine Berechtigungen, Bestellanmerkungen zu erstellen"
13073
+
13074
+ #~ msgid "An order note with the provided ID could not be found"
13075
+ #~ msgstr "Keine Bestellanmerkung mit der angegebenen ID gefunden"
13076
+
13077
+ #~ msgid "Invalid order note ID"
13078
+ #~ msgstr "Ungültige ID für Bestellanmerkung"
13079
+
13080
+ #~ msgid "Coupon discount total must be a positive amount."
13081
+ #~ msgstr "Der gesamte Gutscheinrabatt muss ein positiver Betrag sein."
13082
+
13083
+ #~ msgid "Fee title is required"
13084
+ #~ msgstr "Bezeichnung der Gebühr benötigt"
13085
+
13086
+ #~ msgid "The product variation is invalid"
13087
+ #~ msgstr "Die Produktvariante ist ungültig"
13088
+
13089
+ #~ msgid "Product ID provided does not match this line item"
13090
+ #~ msgstr "Angegebene Produkt-ID stimmt nicht mit dieser Position überein"
13091
+
13092
+ #~ msgid "Product ID or SKU is required"
13093
+ #~ msgstr "Eine Produkt-ID oder Artikelnummer ist erforderlich"
13094
+
13095
+ #~ msgid "Order ID is invalid"
13096
+ #~ msgstr "Bestellnummer ungültig"
13097
+
13098
+ #~ msgid "Provided order currency is invalid."
13099
+ #~ msgstr "Angegebene Währung für Bestellung ungültig."
13100
+
13101
+ #~ msgid "Payment method ID and title are required"
13102
+ #~ msgstr "ID und Titel der Zahlungsmethode sind erforderlich"
13103
+
13104
+ #~ msgid "Cannot create order: %s"
13105
+ #~ msgstr "Bestellung kann nicht angelegt werden: %s"
13106
+
13107
+ #~ msgid "You do not have permission to create orders"
13108
+ #~ msgstr "Du hast keine Berechtigung, um Bestellungen zu erstellen"
13109
+
13110
+ #~ msgid "You do not have permission to read the orders count"
13111
+ #~ msgstr "Du hast keine Berechtigung, die Anzahl der Bestellungen anzusehen"
13112
+
13113
+ #~ msgid "The JSONP callback function is invalid"
13114
+ #~ msgstr "The JSONP callback function is invalid"
13115
+
13116
+ #~ msgid "JSONP support is disabled on this site"
13117
+ #~ msgstr "JSONP support is disabled on this site"
13118
+
13119
+ #~ msgid "You do not have permission to delete this customer"
13120
+ #~ msgstr "Du hast keine Berechtigung, diesen Kunden zu löschen"
13121
+
13122
+ #~ msgid "You do not have permission to edit this customer"
13123
+ #~ msgstr "Du hast keine Berechtigung, diesen Kunden zu bearbeiten"
13124
+
13125
+ #~ msgid "You do not have permission to read this customer"
13126
+ #~ msgstr "Du hast keine Berechtigung, diesen Kunden anzusehen"
13127
+
13128
+ #~ msgid "Invalid customer"
13129
+ #~ msgstr "Ungültiger Kunde"
13130
+
13131
+ #~ msgid "Invalid customer ID"
13132
+ #~ msgstr "Ungültige Kunden-ID"
13133
+
13134
+ #~ msgid "You do not have permission to create this customer"
13135
+ #~ msgstr "Du hast keine Berechtigung, diesen Kunden anzulegen"
13136
+
13137
+ #~ msgid "You do not have permission to read the customers count"
13138
+ #~ msgstr "Du hast keine Berechtigung, um die Anzahl der Kunden zu sehen"
13139
+
13140
+ #~ msgid "Invalid customer email"
13141
+ #~ msgstr "Ungültige Kunden E-Mail"
13142
+
13143
+ #~ msgid "No %1$s data specified to create/edit %1$s"
13144
+ #~ msgstr "Keine %1$s Daten angegeben um %1$s zu erstellen/bearbeiten"
13145
+
13146
+ #~ msgid "Failed to update coupon"
13147
+ #~ msgstr "Gutschein konnte nicht aktualisiert werden"
13148
+
13149
+ #~ msgid "No %1$s data specified to edit %1$s"
13150
+ #~ msgstr "Keine %1$s Daten angegeben um %1$s zu bearbeiten"
13151
+
13152
+ #~ msgid "Invalid coupon type - the coupon type must be any of these: %s"
13153
+ #~ msgstr ""
13154
+ #~ "Ungültiger Gutschein-Typ – der Gutschein muss einem dieser Typen "
13155
+ #~ "entsprechen: %s"
13156
+
13157
+ #~ msgid "The coupon code already exists"
13158
+ #~ msgstr "Dieser Gutschein existiert bereits."
13159
+
13160
+ #~ msgid "Missing parameter %s"
13161
+ #~ msgstr "Fehlender Parameter %s"
13162
+
13163
+ #~ msgid "You do not have permission to create coupons"
13164
+ #~ msgstr "Du hast keine Berechtigung, Gutscheine anzulegen"
13165
+
13166
+ #~ msgid "No %1$s data specified to create %1$s"
13167
+ #~ msgstr "Keine %1$s Daten angegeben um %1$s zu erstellen."
13168
+
13169
+ #~ msgid "Invalid coupon code"
13170
+ #~ msgstr "Ungültiger Gutschein-Code"
13171
+
13172
+ #~ msgid "You do not have permission to read the coupons count"
13173
+ #~ msgstr "Du hast keine Berechtigung, um die Anzahl der Coupons zu sehen"
13174
+
13175
+ #~ msgid "Invalid coupon ID"
13176
+ #~ msgstr "Ungültige Gutschein-ID"
13177
+
13178
+ #~ msgid "API user is invalid"
13179
+ #~ msgstr "API-Benutzer ist ungültig"
13180
+
13181
+ #~ msgid "%s parameter is missing"
13182
+ #~ msgstr "Parameter %s fehlt"
13183
+
13184
+ #~ msgid ""
13185
+ #~ "WooCommerce API. Use a consumer key in the username field and a consumer "
13186
+ #~ "secret in the password field."
13187
+ #~ msgstr ""
13188
+ #~ "WooCommerce API. Verwende als Benutzernamen einen Consumer Key und als "
13189
+ #~ "Passwort ein Consumer Secret."
13190
+
13191
+ #~ msgid "Consumer secret is invalid."
13192
+ #~ msgstr "Consumer Secret ist ungültig."
13193
+
13194
+ #~ msgid "Custom:"
13195
+ #~ msgstr "Benutzerdefiniert:"
13196
+
13197
+ #~ msgid ""
13198
+ #~ "It is strongly recommended that you backup your database before "
13199
+ #~ "proceeding. Are you sure you wish to run the updater now?"
13200
+ #~ msgstr ""
13201
+ #~ "Es wird dringend empfohlen, ein Backup (Sicherungskopie) deiner Datenbank "
13202
+ #~ "zu erstellen, bevor du fortfährst. Bist du sicher, dass du die "
13203
+ #~ "Aktualisierung jetzt starten willst?"
13204
+
13205
+ #~ msgid "Run the updater"
13206
+ #~ msgstr "Die Aktualisierung jetzt starten"
13207
+
13208
+ #~ msgid "Theme integration guide"
13209
+ #~ msgstr "Leitfaden zur Theme-Integration"
13210
+
13211
+ #~ msgid "Read more about Storefront"
13212
+ #~ msgstr "Erfahre mehr über Storefront"
13213
+
13214
+ #~ msgid "Learn more about templates"
13215
+ #~ msgstr "Erfahre mehr über Templates"
13216
+
13217
+ #~ msgid ""
13218
+ #~ "<strong>Your theme (%1$s) contains outdated copies of some WooCommerce "
13219
+ #~ "template files.</strong> These files may need updating to ensure they are "
13220
+ #~ "compatible with the current version of WooCommerce. You can see which "
13221
+ #~ "files are affected from the <a href=\"%2$s\">system status page</a>. If "
13222
+ #~ "in doubt, check with the author of the theme."
13223
+ #~ msgstr ""
13224
+ #~ "<strong>Dein Theme (%1$s) enthält veraltete Kopien einiger WooCommerce-"
13225
+ #~ "Templatedateien.</strong> Diese Dateien müssen eventuell aktualisiert "
13226
+ #~ "werden, um sicherzustellen, dass sie mit der aktuellen Version von "
13227
+ #~ "WooCommerce kompatibel sind. Um herauszufinden, welche Dateien "
13228
+ #~ "aktualisiert werden müssen, kannst du auf die Seite <a href=\"%2$s"
13229
+ #~ "\">Systemstatus</a> schauen. Wenn du dir unsicher bist, kontaktiere den "
13230
+ #~ "Autor des Themes."
13231
+
13232
+ #~ msgid "Skip setup"
13233
+ #~ msgstr "Konfiguration überspringen"
13234
+
13235
+ #~ msgid "Run the Setup Wizard"
13236
+ #~ msgstr "Einrichtungsassistenten ausführen"
13237
+
13238
+ #~ msgid ""
13239
+ #~ "<strong>Welcome to WooCommerce</strong> &#8211; You&lsquo;re almost ready "
13240
+ #~ "to start selling :)"
13241
+ #~ msgstr ""
13242
+ #~ "<strong>Willkommen bei WooCommerce!</strong> &#8211; Fast fertig – gleich "
13243
+ #~ "kann es losgehen mit dem Verkaufen :-)"
13244
+
13245
+ #~ msgid "Sold individually?"
13246
+ #~ msgstr "Nur einzeln verkaufen?"
13247
+
13248
+ #~ msgid "Backorders?"
13249
+ #~ msgstr "Lieferrückstande?"
13250
+
13251
+ #~ msgid "In stock?"
13252
+ #~ msgstr "Vorrätig?"
13253
+
13254
+ #~ msgid "Catalog &amp; search"
13255
+ #~ msgstr "Katalog &amp; Suche"
13256
+
13257
+ #~ msgid "Visibility"
13258
+ #~ msgstr "Sichtbarkeit"
13259
+
13260
+ #~ msgid "Height (%s)"
13261
+ #~ msgstr "Höhe (%s)"
13262
+
13263
+ #~ msgid "Width (%s)"
13264
+ #~ msgstr "Breite (%s)"
13265
+
13266
+ #~ msgid "Length (%s)"
13267
+ #~ msgstr "Länge (%s)"
13268
+
13269
+ #~ msgid "L/W/H"
13270
+ #~ msgstr "L/B/H"
13271
+
13272
+ #~ msgid "Enter sale price (%s)"
13273
+ #~ msgstr "Angebotspreis eingeben (%s)"
13274
+
13275
+ #~ msgid "Decrease existing price by (fixed amount or %):"
13276
+ #~ msgstr "Bestehenden Preis reduzieren um (fester Betrag oder %):"
13277
+
13278
+ #~ msgid "Sale"
13279
+ #~ msgstr "Angebot"
13280
+
13281
+ #~ msgid "Enter price (%s)"
13282
+ #~ msgstr "Preis eingeben (%s)"
13283
+
13284
+ #~ msgid "Change to:"
13285
+ #~ msgstr "Ändern zu:"
13286
+
13287
+ #~ msgid "— No Change —"
13288
+ #~ msgstr "— Keine Änderung —"
13289
+
13290
+ #~ msgid "Save changes"
13291
+ #~ msgstr "Änderungen speichern"
13292
+
13293
+ #~ msgid "Logs"
13294
+ #~ msgstr "Log-Dateien"
13295
+
13296
+ #~ msgid "Tools"
13297
+ #~ msgstr "Werkzeuge"
13298
+
13299
+ #~ msgid "Overrides"
13300
+ #~ msgstr "Überschrieben"
13301
+
13302
+ #~ msgid ""
13303
+ #~ "This section shows any files that are overriding the default WooCommerce "
13304
+ #~ "template pages."
13305
+ #~ msgstr ""
13306
+ #~ "Dieser Abschnitt zeigt Dateien an, welche die Standard-WooCommerce-"
13307
+ #~ "Templates überschreiben."
13308
+
13309
+ #~ msgid "Not declared"
13310
+ #~ msgstr "Nicht deklariert"
13311
+
13312
+ #~ msgid ""
13313
+ #~ "Displays whether or not the current active theme declares WooCommerce "
13314
+ #~ "support."
13315
+ #~ msgstr ""
13316
+ #~ "Zeigt an, ob das momentan aktive Theme Unterstützung für WooCommerce "
13317
+ #~ "angibt oder nicht."
13318
+
13319
+ #~ msgid "WooCommerce support"
13320
+ #~ msgstr "Unterstützung für WooCommerce"
13321
+
13322
+ #~ msgid "The parent theme developers URL."
13323
+ #~ msgstr "Die URL des Entwicklers des Eltern-Themes."
13324
+
13325
+ #~ msgid "Parent theme author URL."
13326
+ #~ msgstr "Eltern-Theme Autor URL."
13327
+
13328
+ #~ msgid "The installed version of the parent theme."
13329
+ #~ msgstr "Die installierte Version des Eltern-Themes."
13330
+
13331
+ #~ msgid "Parent theme version."
13332
+ #~ msgstr "Eltern-Theme Version."
13333
+
13334
+ #~ msgid "The name of the parent theme."
13335
+ #~ msgstr "Der Name des übergeordneten Eltern-Themes."
13336
+
13337
+ #~ msgid "Parent theme name."
13338
+ #~ msgstr "Eltern-Theme Name."
13339
+
13340
+ #~ msgid ""
13341
+ #~ "If you are modifying WooCommerce on a parent theme that you did not build "
13342
+ #~ "personally we recommend using a child theme. See: <a href=\"%s\" target="
13343
+ #~ "\"_blank\">How to create a child theme</a>"
13344
+ #~ msgstr ""
13345
+ #~ "Wenn du WooCommerce mit einem Theme, das du nicht selbst entwickelt hast, "
13346
+ #~ "an eigene Bedürfnisse anpasst, dann empfehlen wir die Verwendung eines "
13347
+ #~ "Child-Themes. Siehe <a href=\"%s\" target=\"_blank\">Wie du ein Child-"
13348
+ #~ "Theme erstellst (engl.)</a>"
13349
+
13350
+ #~ msgid "Displays whether or not the current theme is a child theme."
13351
+ #~ msgstr ""
13352
+ #~ "Zeigt an, ob das momentan aktive Theme ein Child-Theme ist oder nicht."
13353
+
13354
+ #~ msgid "Child theme"
13355
+ #~ msgstr "Child-Theme"
13356
+
13357
+ #~ msgid "The theme developers URL."
13358
+ #~ msgstr "Die URL des Theme-Entwicklers."
13359
+
13360
+ #~ msgid "Author URL"
13361
+ #~ msgstr "URL des Autors"
13362
+
13363
+ #~ msgid "%s is available"
13364
+ #~ msgstr "%s ist verfügbar"
13365
+
13366
+ #~ msgid "The installed version of the current active theme."
13367
+ #~ msgstr "Die installierte Version des momentan aktiven Themes."
13368
+
13369
+ #~ msgid "Version"
13370
+ #~ msgstr "Version"
13371
+
13372
+ #~ msgid "The name of the current active theme."
13373
+ #~ msgstr "Der Name des momentan aktiven Themes."
13374
+
13375
+ #~ msgid "Theme"
13376
+ #~ msgstr "Theme"
13377
+
13378
+ #~ msgid ""
13379
+ #~ "A list of taxonomy terms that can be used in regard to order/product "
13380
+ #~ "statuses."
13381
+ #~ msgstr ""
13382
+ #~ "Eine Liste von Taxonomie-Begriffen, die in Bezug auf die Bestell-/"
13383
+ #~ "Produktstatuse verwendet werden können."
13384
+
13385
+ #~ msgid "Page does not contain the shortcode."
13386
+ #~ msgstr "Die Seite enthält nicht den Shortcode."
13387
+
13388
+ #~ msgid "Page not set"
13389
+ #~ msgstr "Seite nicht festgelegt"
13390
+
13391
+ #~ msgctxt "Page setting"
13392
+ #~ msgid "My account"
13393
+ #~ msgstr "Mein Konto"
13394
+
13395
+ #~ msgctxt "Page setting"
13396
+ #~ msgid "Checkout"
13397
+ #~ msgstr "Kasse"
13398
+
13399
+ #~ msgctxt "Page setting"
13400
+ #~ msgid "Cart"
13401
+ #~ msgstr "Warenkorb"
13402
+
13403
+ #~ msgctxt "Page setting"
13404
+ #~ msgid "Shop base"
13405
+ #~ msgstr "Shop-Basis"
13406
+
13407
+ #~ msgid "API Version"
13408
+ #~ msgstr "API-Version"
13409
+
13410
+ #~ msgid "Does your site have REST API enabled?"
13411
+ #~ msgstr "Ist für deine Website die REST-API aktiviert?"
13412
+
13413
+ #~ msgid "API enabled"
13414
+ #~ msgstr "API aktiviert"
13415
+
13416
+ #~ msgid "The number of decimal points shown in displayed prices."
13417
+ #~ msgstr ""
13418
+ #~ "Die Anzahl der Dezimalstellen, die in den angezeigten Preisen angezeigt "
13419
+ #~ "werden."
13420
+
13421
+ #~ msgid "The decimal separator of displayed prices."
13422
+ #~ msgstr "Das Dezimaltrennzeichen der angezeigten Preise."
13423
+
13424
+ #~ msgid "The thousand separator of displayed prices."
13425
+ #~ msgstr "Das Tausender-Trennzeichen der angezeigten Preise."
13426
+
13427
+ #~ msgid "The position of the currency symbol."
13428
+ #~ msgstr "Die Position des Währungssymbols."
13429
+
13430
+ #~ msgid ""
13431
+ #~ "What currency prices are listed at in the catalog and which currency "
13432
+ #~ "gateways will take payments in."
13433
+ #~ msgstr ""
13434
+ #~ "In welchen Währungen die Preise im Shop angezeigt werden und welche "
13435
+ #~ "Währungen die Zahlungswege akzeptieren."
13436
+
13437
+ #~ msgid "Does your site force a SSL Certificate for transactions?"
13438
+ #~ msgstr ""
13439
+ #~ "Erzwingt deine Website eine Verschlüsselung für Transaktionen mittels SSL-"
13440
+ #~ "Zertifikat?"
13441
+
13442
+ #~ msgid "Force SSL"
13443
+ #~ msgstr "SSL erzwingen"
13444
+
13445
+ #~ msgid "Network enabled"
13446
+ #~ msgstr "Netzwerk aktiviert"
13447
+
13448
+ #~ msgid "Visit plugin homepage"
13449
+ #~ msgstr "Plugin-Homepage besuchen"
13450
+
13451
+ #~ msgid "Active plugins."
13452
+ #~ msgstr "Aktive Plugins"
13453
+
13454
+ #~ msgid "Table does not exist"
13455
+ #~ msgstr "Tabelle ist nicht vorhanden"
13456
+
13457
+ #~ msgid ""
13458
+ #~ "The version of WooCommerce that the database is formatted for. This "
13459
+ #~ "should be the same as your WooCommerce version."
13460
+ #~ msgstr ""
13461
+ #~ "Die WooCommerce-Version, für die die Datenbank formatiert ist. Diese "
13462
+ #~ "Version sollte deiner WooCommerce-Version entsprechen."
13463
+
13464
+ #~ msgid "WC database version."
13465
+ #~ msgstr "WC Datenbankversion."
13466
+
13467
+ #~ msgid "Database"
13468
+ #~ msgstr "Datenbank"
13469
+
13470
+ #~ msgid ""
13471
+ #~ "WooCommerce plugins may use this method of communication when checking "
13472
+ #~ "for plugin updates."
13473
+ #~ msgstr ""
13474
+ #~ "WooCommerce-Plugins könnten möglicherweise diese Kommunikationsmethode "
13475
+ #~ "verwenden, um nach neuen Plugin-Versionen bzw. -Aktualisierungen zu "
13476
+ #~ "suchen."
13477
+
13478
+ #~ msgid "Remote get"
13479
+ #~ msgstr "Remote Get"
13480
+
13481
+ #~ msgid ""
13482
+ #~ "PayPal uses this method of communicating when sending back transaction "
13483
+ #~ "information."
13484
+ #~ msgstr ""
13485
+ #~ "PayPal verwendet diese Kommunikationsmethode, um "
13486
+ #~ "Transaktionsinformationen zurückzusenden."
13487
+
13488
+ #~ msgid "Remote post"
13489
+ #~ msgstr "Remote Post"
13490
+
13491
+ #~ msgid "GZip (gzopen) is used to open the GEOIP database from MaxMind."
13492
+ #~ msgstr ""
13493
+ #~ "GZip (gzopen) wird verwendet um die GEOIP-Datenbank von MaxMind zu öffnen."
13494
+
13495
+ #~ msgid ""
13496
+ #~ "Your server does not have the %s class enabled - HTML/Multipart emails, "
13497
+ #~ "and also some extensions, will not work without DOMDocument."
13498
+ #~ msgstr ""
13499
+ #~ "Auf deinem Server ist die %s Klasse nicht aktiviert - HTML/Multipart E-"
13500
+ #~ "Mails und auch einige Erweiterungen, werden ohne DOMDocument nicht "
13501
+ #~ "funktionieren."
13502
+
13503
+ #~ msgid ""
13504
+ #~ "HTML/Multipart emails use DOMDocument to generate inline CSS in templates."
13505
+ #~ msgstr ""
13506
+ #~ "HTML/Multipart E-Mails verwenden DOMDocument, um in Mail-Vorlagen "
13507
+ #~ "(Templates) Inline-CSS zu erzeugen."
13508
+
13509
+ #~ msgid ""
13510
+ #~ "Some webservices like shipping use SOAP to get information from remote "
13511
+ #~ "servers, for example, live shipping quotes from FedEx require SOAP to be "
13512
+ #~ "installed."
13513
+ #~ msgstr ""
13514
+ #~ "Einige Webservices wie beispielsweise Versanddienstleister verwenden SOAP "
13515
+ #~ "um Informationen von entfernten Servern abzugreifen, z.B. Live-"
13516
+ #~ "Versandoptionen von FedEx benötigen eine Installation von SOAP."
13517
+
13518
+ #~ msgid ""
13519
+ #~ "Your server does not have fsockopen or cURL enabled - PayPal IPN and "
13520
+ #~ "other scripts which communicate with other servers will not work. Contact "
13521
+ #~ "your hosting provider."
13522
+ #~ msgstr ""
13523
+ #~ "Dein Webserver hat weder <code>fsockopen</code> noch <code>cURL</code> "
13524
+ #~ "aktiviert. Die sofortige Zahlungsbestätigung bei PayPal (IPN) und andere "
13525
+ #~ "Skripte, welche mit anderen Servern kommunizieren, werden daher nicht "
13526
+ #~ "funktionieren. Kontaktiere deinen Webhosting-Anbieter."
13527
+
13528
+ #~ msgid ""
13529
+ #~ "Payment gateways can use cURL to communicate with remote servers to "
13530
+ #~ "authorize payments, other plugins may also use it when communicating with "
13531
+ #~ "remote services."
13532
+ #~ msgstr ""
13533
+ #~ "Zahlungswege können cURL verwenden um mit entfernten Servern zu "
13534
+ #~ "kommunizieren um Zahlungen auszulösen. Andere Plugins verwenden cURL "
13535
+ #~ "möglicherweise ebenfalls um mit entfernten Webservices zu kommunizieren."
13536
+
13537
+ #~ msgid "Default timezone is %s - it should be UTC"
13538
+ #~ msgstr "Standard-Zeitzone ist %s – es sollte UTC sein"
13539
+
13540
+ #~ msgid "The default timezone for your server."
13541
+ #~ msgstr "Die Standard-Zeitzone auf deinem Server."
13542
+
13543
+ #~ msgid "Default timezone is UTC"
13544
+ #~ msgstr "Standard-Zeitzone ist UTC"
13545
+
13546
+ #~ msgid ""
13547
+ #~ "The largest filesize that can be uploaded to your WordPress installation."
13548
+ #~ msgstr ""
13549
+ #~ "Die Dateigröße, die maximal innerhalb deiner WordPress-Installation "
13550
+ #~ "hochgeladen werden kann."
13551
+
13552
+ #~ msgid "Max upload size."
13553
+ #~ msgstr "Maximale Uploadgröße."
13554
+
13555
+ #~ msgid "The version of MySQL installed on your hosting server."
13556
+ #~ msgstr "Die MySQL-Version, die auf deinem Webserver installiert ist."
13557
+
13558
+ #~ msgid "MySQL version."
13559
+ #~ msgstr "MySQL Version."
13560
+
13561
+ #~ msgid ""
13562
+ #~ "Suhosin is an advanced protection system for PHP installations. It was "
13563
+ #~ "designed to protect your servers on the one hand against a number of well "
13564
+ #~ "known problems in PHP applications and on the other hand against "
13565
+ #~ "potential unknown vulnerabilities within these applications or the PHP "
13566
+ #~ "core itself. If enabled on your server, Suhosin may need to be configured "
13567
+ #~ "to increase its data submission limits."
13568
+ #~ msgstr ""
13569
+ #~ "Suhosin ist ein erweitertes Sicherheitssystem für PHP-Installationen. Es "
13570
+ #~ "wurde entwickelt, um einerseits deine Server gegen eine Vielzahl "
13571
+ #~ "wohlbekannter Probleme in PHP-Anwendungen zu schützen und andererseits "
13572
+ #~ "gegen möglicherweise noch unbekannte Schwachstellen innerhalb dieser "
13573
+ #~ "Anwendungen oder dem PHP-Kern selbst. Wenn es auf deinem Server aktiviert "
13574
+ #~ "ist, dann müsste Suhosin unter Umständen so konfiguriert werden, dass "
13575
+ #~ "dessen Datenübertragungsgrenzen (data submission limits) erhöht werden."
13576
+
13577
+ #~ msgid "SUHOSIN installed"
13578
+ #~ msgstr "SUHOSIN installiert"
13579
+
13580
+ #~ msgid ""
13581
+ #~ "The maximum number of variables your server can use for a single function "
13582
+ #~ "to avoid overloads."
13583
+ #~ msgstr ""
13584
+ #~ "Die maximale Anzahl an Eingabe-Variablen, die dein Server für eine "
13585
+ #~ "einzelne Funktion nutzen kann."
13586
+
13587
+ #~ msgid "PHP max input vars"
13588
+ #~ msgstr "PHP Max Input Vars"
13589
+
13590
+ #~ msgid ""
13591
+ #~ "The amount of time (in seconds) that your site will spend on a single "
13592
+ #~ "operation before timing out (to avoid server lockups)"
13593
+ #~ msgstr ""
13594
+ #~ "Die Zeit (in Sekunden), die auf deinem Server für eine einzelne PHP-"
13595
+ #~ "Operation maximal zur Verfügung, bevor ein Time-out erfolgt (um ein "
13596
+ #~ "„Einfrieren“ deines Servers zu verhindern)"
13597
+
13598
+ #~ msgid "PHP time limit"
13599
+ #~ msgstr "PHP Time Limit"
13600
+
13601
+ #~ msgid "The largest filesize that can be contained in one post."
13602
+ #~ msgstr ""
13603
+ #~ "Die Dateigröße, die maximal in einem POST-Request enthalten sein kann."
13604
+
13605
+ #~ msgid "PHP post max size"
13606
+ #~ msgstr "PHP Post Max Size"
13607
+
13608
+ #~ msgid "The version of PHP installed on your hosting server."
13609
+ #~ msgstr "Die Version, in welcher PHP auf deinem Webserver installiert ist."
13610
+
13611
+ #~ msgid "PHP version."
13612
+ #~ msgstr "PHP Version."
13613
+
13614
+ #~ msgid ""
13615
+ #~ "Information about the web server that is currently hosting your site."
13616
+ #~ msgstr "Informationen über den Webserver, der deine Website ausliefert."
13617
+
13618
+ #~ msgid "Server info."
13619
+ #~ msgstr "Server Info."
13620
+
13621
+ #~ msgid "Server environment"
13622
+ #~ msgstr "Server-Umgebung"
13623
+
13624
+ #~ msgid "The current language used by WordPress. Default = English"
13625
+ #~ msgstr ""
13626
+ #~ "Die aktuell von WordPress verwendete Sprache. Standard ist Englisch."
13627
+
13628
+ #~ msgid "Language"
13629
+ #~ msgstr "Sprache"
13630
+
13631
+ #~ msgid "Displays whether or not WordPress is in Debug Mode."
13632
+ #~ msgstr "Zeigt an, ob sich WordPress im Debug-Modus befindet oder nicht."
13633
+
13634
+ #~ msgid ""
13635
+ #~ "The maximum amount of memory (RAM) that your site can use at one time."
13636
+ #~ msgstr ""
13637
+ #~ "Das Speichermaximum (RAM), das deine Website zu einem bestimmten "
13638
+ #~ "Zeitpunkt maximal nutzen darf."
13639
+
13640
+ #~ msgid "Whether or not you have WordPress Multisite enabled."
13641
+ #~ msgstr "Ob WordPress Multisite aktiviert ist oder nicht."
13642
+
13643
+ #~ msgid "The version of WordPress installed on your site."
13644
+ #~ msgstr "Die WordPress-Version, die auf deiner Website installiert ist."
13645
+
13646
+ #~ msgid ""
13647
+ #~ "Several WooCommerce extensions can write logs which makes debugging "
13648
+ #~ "problems easier. The directory must be writable for this to happen."
13649
+ #~ msgstr ""
13650
+ #~ "Etliche WooCommerce-Erweiterungen können Logdateien anlegen, was die "
13651
+ #~ "Fehlersuche erleichtert. Das Verzeichnis muss beschreibbar sein, damit "
13652
+ #~ "das möglich ist."
13653
+
13654
+ #~ msgid "Log directory writable"
13655
+ #~ msgstr "Log-Verzeichnis beschreibbar"
13656
+
13657
+ #~ msgid "The version of WooCommerce installed on your site."
13658
+ #~ msgstr "Die WooCommerce-Version, die auf deiner Website installiert ist."
13659
+
13660
+ #~ msgid "The root URL of your site."
13661
+ #~ msgstr "Die übergeordnete URL deiner Website."
13662
+
13663
+ #~ msgid "Site URL"
13664
+ #~ msgstr "Site URL"
13665
+
13666
+ #~ msgid "Home URL"
13667
+ #~ msgstr "Home URL"
13668
+
13669
+ #~ msgid "WordPress environment"
13670
+ #~ msgstr "WordPress Umgebung"
13671
+
13672
+ #~ msgid "Copy for support"
13673
+ #~ msgstr "Für Supportanfrage kopieren"
13674
+
13675
+ #~ msgid "Understanding the status report"
13676
+ #~ msgstr "Den Systemreport verstehen"
13677
+
13678
+ #~ msgid "Get system report"
13679
+ #~ msgstr "Den Systemreport abrufen"
13680
+
13681
+ #~ msgid ""
13682
+ #~ "Please copy and paste this information in your ticket when contacting "
13683
+ #~ "support:"
13684
+ #~ msgstr ""
13685
+ #~ "Bitte kopiere diese Informationen in dein Ticket, wenn du den Support "
13686
+ #~ "kontaktierst:"
13687
+
13688
+ #~ msgid "There are currently no logs to view."
13689
+ #~ msgstr ""
13690
+ #~ "Momentan gibt es keine Protollierung (Logs), die angezeigt werden könnte."
13691
+
13692
+ #~ msgid "Download &amp; install"
13693
+ #~ msgstr "Herunterladen und installieren"
13694
+
13695
+ #~ msgid "Read all about it"
13696
+ #~ msgstr "Alle Informationen dazu"
13697
+
13698
+ #~ msgid ""
13699
+ #~ "Storefront is an intuitive, flexible and <strong>free</strong> WordPress "
13700
+ #~ "theme offering deep integration with WooCommerce and many of the most "
13701
+ #~ "popular customer-facing extensions."
13702
+ #~ msgstr ""
13703
+ #~ "Storefront ist ein intuitiv bedienbares, flexibles und "
13704
+ #~ "<strong>kostenloses</strong> WordPress-Theme. Es bietet eine sehr gute "
13705
+ #~ "Integration von WooCommerce und unterstützt die beliebtesten "
13706
+ #~ "Erweiterungen."
13707
+
13708
+ #~ msgid "We recommend Storefront, the <em>official</em> WooCommerce theme."
13709
+ #~ msgstr ""
13710
+ #~ "Wir empfehlen Storefront, das <em>offizielle</em> WooCommerce-Theme."
13711
+
13712
+ #~ msgid "Looking for a WooCommerce theme?"
13713
+ #~ msgstr "Suchst du nach einem WooCommerce-Theme?"
13714
+
13715
+ #~ msgid ""
13716
+ #~ "Our catalog of WooCommerce Extensions can be found on WooCommerce.com "
13717
+ #~ "here: <a href=\"%s\">WooCommerce Extensions Catalog</a>"
13718
+ #~ msgstr ""
13719
+ #~ "Unseren Katalog mit Erweiterungen für WooCommerce findest du auf "
13720
+ #~ "WooCommerce.com unter: <a href=\"%s\">WooCommerce Extensions Catalog "
13721
+ #~ "(engl.)</a>"
13722
+
13723
+ #~ msgid "Free"
13724
+ #~ msgstr "Kostenlos"
13725
+
13726
+ #~ msgid "Need a theme? Try Storefront"
13727
+ #~ msgstr "Du benötigst ein Theme? Probiere Storefront aus."
13728
+
13729
+ #~ msgid "Itemized"
13730
+ #~ msgstr "Aufgeschlüsselt"
13731
+
13732
+ #~ msgid "As a single total"
13733
+ #~ msgstr "Zusammengezogen"
13734
+
13735
+ #~ msgid "Display tax totals"
13736
+ #~ msgstr "Summe der Steuern anzeigen"
13737
+
13738
+ #~ msgid ""
13739
+ #~ "Define text to show after your product prices. This could be, for "
13740
+ #~ "example, \"inc. Vat\" to explain your pricing. You can also have prices "
13741
+ #~ "substituted here using one of the following: {price_including_tax}, "
13742
+ #~ "{price_excluding_tax}."
13743
+ #~ msgstr ""
13744
+ #~ "Lege einen Text fest, der nach dem Produktpreis angezeigt wird. Dies kann "
13745
+ #~ "z.B. „inkl. MwSt.“ sein, um deine Preisangaben zu erläutern. Du kannst "
13746
+ #~ "hier auch Preise ersetzen lassen, indem du eine der folgenden Optionen "
13747
+ #~ "angibst: {price_including_tax}, {price_excluding_tax}."
13748
+
13749
+ #~ msgid "Price display suffix"
13750
+ #~ msgstr "Preisanzeige-Suffix"
13751
+
13752
+ #~ msgid "Display prices during cart and checkout"
13753
+ #~ msgstr ""
13754
+ #~ "Preise während Bestell- (Warenkorb) und Bezahlvorgang (Kasse) anzeigen"
13755
+
13756
+ #~ msgid "Excluding tax"
13757
+ #~ msgstr "MwSt nicht inbegriffen"
13758
+
13759
+ #~ msgid "Including tax"
13760
+ #~ msgstr "Steuern eingeschlossen"
13761
+
13762
+ #~ msgid "Display prices in the shop"
13763
+ #~ msgstr "Preise im Shop anzeigen"
13764
+
13765
+ #~ msgid "Reduced rate%sZero rate"
13766
+ #~ msgstr "Ermäßigter Steuersatz%sSteuerfrei"
13767
+
13768
+ #~ msgid ""
13769
+ #~ "List additional tax classes below (1 per line). This is in addition to "
13770
+ #~ "the default \"Standard rate\"."
13771
+ #~ msgstr ""
13772
+ #~ "Aufzählung zusätzlicher Steuerklassen unten (1 pro Zeile). Zusätzlich zum "
13773
+ #~ "vorgegebenen „Standardsatz“."
13774
+
13775
+ #~ msgid "Additional tax classes"
13776
+ #~ msgstr "Zusätzliche Steuerklassen"
13777
+
13778
+ #~ msgid "Round tax at subtotal level, instead of rounding per line"
13779
+ #~ msgstr ""
13780
+ #~ "Steuern auf der Ebene der Zwischensumme runden, statt pro Position zu "
13781
+ #~ "runden"
13782
+
13783
+ #~ msgid "Rounding"
13784
+ #~ msgstr "Rundung"
13785
+
13786
+ #~ msgid "Shipping tax class based on cart items"
13787
+ #~ msgstr "Steuerklasse der Versandkosten basiert auf Produkten im Warenkorb."
13788
+
13789
+ #~ msgid ""
13790
+ #~ "Optionally control which tax class shipping gets, or leave it so shipping "
13791
+ #~ "tax is based on the cart items themselves."
13792
+ #~ msgstr ""
13793
+ #~ "Optional festlegen, welche Steuerklasse für die Versandkosten gilt – oder "
13794
+ #~ "aber einstellen, dass sich die Steuerklasse der Versandkosten von den "
13795
+ #~ "Produkten im Warenkorb selbst ableitet."
13796
+
13797
+ #~ msgid "Shipping tax class"
13798
+ #~ msgstr "Steuerklasse der Versandkosten"
13799
+
13800
+ #~ msgid "Customer billing address"
13801
+ #~ msgstr "Rechnungsadresse des Kunden"
13802
+
13803
+ #~ msgid "Customer shipping address"
13804
+ #~ msgstr "Lieferadresse des Kunden"
13805
+
13806
+ #~ msgid "This option determines which address is used to calculate tax."
13807
+ #~ msgstr ""
13808
+ #~ "Diese Einstellung legt fest, welche Adresse für das Berechnen der Steuer "
13809
+ #~ "herangezogen wird."
13810
+
13811
+ #~ msgid "Calculate tax based on"
13812
+ #~ msgstr "Steuer berechnen basierend auf"
13813
+
13814
+ #~ msgid "No, I will enter prices exclusive of tax"
13815
+ #~ msgstr "Nein, ich gebe die Produktpreise exklusive Mehrwertsteuer ein"
13816
+
13817
+ #~ msgid "Yes, I will enter prices inclusive of tax"
13818
+ #~ msgstr "Ja, ich gebe die Produktpreise inklusive Mehrwertsteuer ein"
13819
+
13820
+ #~ msgid ""
13821
+ #~ "This option is important as it will affect how you input prices. Changing "
13822
+ #~ "it will not update existing products."
13823
+ #~ msgstr ""
13824
+ #~ "Diese Einstellung ist sehr wichtig, da sie beeinflusst, wie du die Preise "
13825
+ #~ "eingeben musst. Achtung: Eine Änderung hier wird bereits bestehende "
13826
+ #~ "Produkte nicht aktualisieren!"
13827
+
13828
+ #~ msgid "Prices entered with tax"
13829
+ #~ msgstr "Preise mit Steuern eingegeben"
13830
+
13831
+ #~ msgid "Enable taxes"
13832
+ #~ msgstr "Steuern aktivieren"
13833
+
13834
+ #~ msgid "Save webhook"
13835
+ #~ msgstr "Webhook speichern"
13836
+
13837
+ #~ msgid "Updated at"
13838
+ #~ msgstr "Aktualisiert am"
13839
+
13840
+ #~ msgid "Created at"
13841
+ #~ msgstr "Erstellt am"
13842
+
13843
+ #~ msgid "Webhook actions"
13844
+ #~ msgstr "Webhook-Actions"
13845
+
13846
+ #~ msgid "Secret"
13847
+ #~ msgstr "Secret"
13848
+
13849
+ #~ msgid "URL where the webhook payload is delivered."
13850
+ #~ msgstr "URL, an welche die Webhook-Daten ausliefert werden."
13851
+
13852
+ #~ msgid "Enter the action that will trigger this webhook."
13853
+ #~ msgstr "Gib die Aktion ein, die diesen Webhook auslösen wird."
13854
+
13855
+ #~ msgid "Action event"
13856
+ #~ msgstr "Aktionsereignis"
13857
+
13858
+ #~ msgid "Action"
13859
+ #~ msgstr "Aktion"
13860
+
13861
+ #~ msgid "Product deleted"
13862
+ #~ msgstr "Produkt entfernt"
13863
+
13864
+ #~ msgid "Product updated"
13865
+ #~ msgstr "Produkt aktualisiert"
13866
+
13867
+ #~ msgid "Product created"
13868
+ #~ msgstr "Produkt erstellt"
13869
+
13870
+ #~ msgid "Order updated"
13871
+ #~ msgstr "Bestellung aktualisiert"
13872
+
13873
+ #~ msgid "Order created"
13874
+ #~ msgstr "Bestellung erstellt"
13875
+
13876
+ #~ msgid "Customer deleted"
13877
+ #~ msgstr "Kunde gelöscht"
13878
+
13879
+ #~ msgid "Customer updated"
13880
+ #~ msgstr "Kunde aktualisiert"
13881
+
13882
+ #~ msgid "Coupon deleted"
13883
+ #~ msgstr "Gutschein gelöscht"
13884
+
13885
+ #~ msgid "Coupon updated"
13886
+ #~ msgstr "Gutschein aktualisiert"
13887
+
13888
+ #~ msgid "Coupon created"
13889
+ #~ msgstr "Gutschein erstellt"
13890
+
13891
+ #~ msgid "Select when the webhook will fire."
13892
+ #~ msgstr "Wähle aus, wann der Webhook ausgelöst wird."
13893
+
13894
+ #~ msgid ""
13895
+ #~ "The options are &quot;Active&quot; (delivers payload), &quot;Paused&quot; "
13896
+ #~ "(does not deliver), or &quot;Disabled&quot; (does not deliver due "
13897
+ #~ "delivery failures)."
13898
+ #~ msgstr ""
13899
+ #~ "Folgende Optionen sind möglich: „Aktiviert“ (liefert Daten aus), "
13900
+ #~ "„Angehalten“ (liefert nicht aus), oder „Deaktiviert“ (liefert aufgrund "
13901
+ #~ "von Auslieferungsfehlern nicht aus)."
13902
+
13903
+ #~ msgid ""
13904
+ #~ "Friendly name for identifying this webhook, defaults to Webhook created "
13905
+ #~ "on %s."
13906
+ #~ msgstr ""
13907
+ #~ "Name um diesen Webhook zu identifizieren, Vorgabewert ist „Webhook "
13908
+ #~ "erstellt am %s“"
13909
+
13910
+ #~ msgid "Webhook data"
13911
+ #~ msgstr "Webhook-Daten"
13912
+
13913
+ #~ msgid "Method"
13914
+ #~ msgstr "Methode"
13915
+
13916
+ #~ msgid "Tax name"
13917
+ #~ msgstr "Steuername"
13918
+
13919
+ #~ msgid "State code"
13920
+ #~ msgstr "Bundesland-Code"
13921
+
13922
+ #~ msgid "Country code"
13923
+ #~ msgstr "Ländercode"
13924
+
13925
+ #~ msgid "No row(s) selected"
13926
+ #~ msgstr "Keine Zeile(n) ausgewählt"
13927
+
13928
+ #~ msgid "Import CSV"
13929
+ #~ msgstr "CSV-Datei importieren"
13930
+
13931
+ #~ msgid "Remove selected row(s)"
13932
+ #~ msgstr "Ausgewählte Zeile(n) entfernen"
13933
+
13934
+ #~ msgid "Insert row"
13935
+ #~ msgstr "Zeile hinzufügen"
13936
+
13937
+ #~ msgid "Tax rate ID."
13938
+ #~ msgstr "Steuersatz ID."
13939
+
13940
+ #~ msgid "Choose whether or not this tax rate also gets applied to shipping."
13941
+ #~ msgstr ""
13942
+ #~ "Wähle, ob dieser Mehrwertsteuersatz ebenso auf die Versandkosten erhoben "
13943
+ #~ "wird."
13944
+
13945
+ #~ msgid ""
13946
+ #~ "Choose whether or not this is a compound rate. Compound tax rates are "
13947
+ #~ "applied on top of other tax rates."
13948
+ #~ msgstr ""
13949
+ #~ "Lege fest, ob dies ein zusammengesetzter Steuersatz ist. Zusammengesetzte "
13950
+ #~ "Steuersätze werden im Anschluss an andere Steuersätze zusätzlich "
13951
+ #~ "angewendet."
13952
+
13953
+ #~ msgid "Compound"
13954
+ #~ msgstr "Zusammengesetzt"
13955
+
13956
+ #~ msgid ""
13957
+ #~ "Choose a priority for this tax rate. Only 1 matching rate per priority "
13958
+ #~ "will be used. To define multiple tax rates for a single area you need to "
13959
+ #~ "specify a different priority per rate."
13960
+ #~ msgstr ""
13961
+ #~ "Wähle eine Priorität für diesen Steuersatz. Pro Priorität wird nur ein "
13962
+ #~ "zutreffender Steuersatz verwendet. Um verschiedene Steuersätze für ein "
13963
+ #~ "einzelnes Gebiet festzulegen, musst du pro Steuersatz eine andere "
13964
+ #~ "Priorität angeben."
13965
+
13966
+ #~ msgid "Priority"
13967
+ #~ msgstr "Priorität"
13968
+
13969
+ #~ msgid "Enter a name for this tax rate."
13970
+ #~ msgstr "Gib einen Namen für diesen Steuersatz ein."
13971
+
13972
+ #~ msgid "Enter a tax rate (percentage) to 4 decimal places."
13973
+ #~ msgstr ""
13974
+ #~ "Gib einen Steuersatz (Prozentangabe) ein, mit bis zu 4 Dezimalstellen."
13975
+
13976
+ #~ msgid "Rate&nbsp;%"
13977
+ #~ msgstr "Satz&nbsp;%"
13978
+
13979
+ #~ msgid ""
13980
+ #~ "Cities for this rule. Semi-colon (;) separate multiple values. Leave "
13981
+ #~ "blank to apply to all cities."
13982
+ #~ msgstr ""
13983
+ #~ "Orte für diese Regel. Mehrere Regeln mit Semikolon (<code>;</code>) "
13984
+ #~ "trennen. Leer lassen, um auf alle Orte anzuwenden (keine Einschränkung)."
13985
+
13986
+ #~ msgid "A 2 digit state code, e.g. AL. Leave blank to apply to all."
13987
+ #~ msgstr ""
13988
+ #~ "Ein Bundesstaaten-Code, bestehend aus 2 Buchstaben, zum Beispiel AL (für "
13989
+ #~ "Alabama). Leer lassen, um auf alle anzuwenden (keine Einschränkung)."
13990
+
13991
+ #~ msgid "A 2 digit country code, e.g. US. Leave blank to apply to all."
13992
+ #~ msgstr ""
13993
+ #~ "Ein Ländercode, bestehend aus 2 Buchstaben, z.B. DE für Deutschland. Leer "
13994
+ #~ "lassen, um auf alle anzuwenden (keine Einschränkung)."
13995
+
13996
+ #~ msgid "Country&nbsp;code"
13997
+ #~ msgstr "Ländercode"
13998
+
13999
+ #~ msgid "QRCode"
14000
+ #~ msgstr "QR-Code"
14001
+
14002
+ #~ msgid "Consumer secret"
14003
+ #~ msgstr "Verbraucher-Geheimnis (Consumer Secret)"
14004
+
14005
+ #~ msgid "Copied!"
14006
+ #~ msgstr "Kopiert!"
14007
+
14008
+ #~ msgid "Consumer key"
14009
+ #~ msgstr "Verbraucherschlüssel (Consumer Key)"
14010
+
14011
+ #~ msgid "Revoke key"
14012
+ #~ msgstr "Schlüssel zurücksetzen"
14013
+
14014
+ #~ msgid "Generate API key"
14015
+ #~ msgstr "API-Schlüssel erstellen"
14016
+
14017
+ #~ msgid "Select the access type of these keys."
14018
+ #~ msgstr "Wähle die Zugriffsart dieser Schlüssel aus."
14019
+
14020
+ #~ msgid "Owner of these keys."
14021
+ #~ msgstr "Eigentümer von diesen Schlüsseln."
14022
+
14023
+ #~ msgid "Friendly name for identifying this key."
14024
+ #~ msgstr "Name um diesen Schlüssel zu identifizieren."
14025
+
14026
+ #~ msgid "Key details"
14027
+ #~ msgstr "Schlüsseldetails"
14028
+
14029
+ #~ msgid "%s rates"
14030
+ #~ msgstr "%s Raten"
14031
+
14032
+ #~ msgid "Standard rates"
14033
+ #~ msgstr "Standard Raten"
14034
+
14035
+ #~ msgid "Tax options"
14036
+ #~ msgstr "Steuer Optionen"
14037
+
14038
+ #~ msgid "ID"
14039
+ #~ msgstr "ID"
14040
+
14041
+ #~ msgid "Shipping method(s)"
14042
+ #~ msgstr "Versandart(en)"
14043
+
14044
+ #~ msgid "Ship to specific countries only"
14045
+ #~ msgstr "Nur in bestimmte Länder versenden"
14046
+
14047
+ #~ msgid "Ship to all countries"
14048
+ #~ msgstr "In alle Länder versenden"
14049
+
14050
+ #~ msgid "Ship to all countries you sell to"
14051
+ #~ msgstr "In alle Länder versenden, in die du auch verkaufst"
14052
+
14053
+ #~ msgid ""
14054
+ #~ "Choose which countries you want to ship to, or choose to ship to all "
14055
+ #~ "locations you sell to."
14056
+ #~ msgstr ""
14057
+ #~ "Wähle die Länder aus, in die du versenden möchtest oder versende "
14058
+ #~ "stattdessen in alle Länder, in die du verkaufst."
14059
+
14060
+ #~ msgid "This controls which shipping address is used by default."
14061
+ #~ msgstr "Stellt ein, welche Lieferadresse standardmäßig verwendet wird."
14062
+
14063
+ #~ msgid "Shipping destination"
14064
+ #~ msgstr "Versandziel"
14065
+
14066
+ #~ msgid "Hide shipping costs until an address is entered"
14067
+ #~ msgstr "Versandkosten erst anzeigen wenn eine Adresse eingegeben wurde"
14068
+
14069
+ #~ msgid "Enable the shipping calculator on the cart page"
14070
+ #~ msgstr "Aktiviere den Versandrechner auf der Warenkorb-Seite"
14071
+
14072
+ #~ msgid "Show \"verified owner\" label on customer reviews"
14073
+ #~ msgstr ""
14074
+ #~ "Kennzeichnung „Verifizierter Besitzer“ bei Kundenbewertungen anzeigen"
14075
+
14076
+ #~ msgid "Product ratings"
14077
+ #~ msgstr "Produktbewertungen"
14078
+
14079
+ #~ msgid "This controls what unit you will define lengths in."
14080
+ #~ msgstr "Legt fest, in welcher Einheit Längen/Größen definiert sind."
14081
+
14082
+ #~ msgid "Dimensions unit"
14083
+ #~ msgstr "Maßeinheit"
14084
+
14085
+ #~ msgid "This controls what unit you will define weights in."
14086
+ #~ msgstr "Legt fest, in welcher Einheit Gewichte definiert sind."
14087
+
14088
+ #~ msgid "Weight unit"
14089
+ #~ msgstr "Gewichtseinheit"
14090
+
14091
+ #~ msgid "Measurements"
14092
+ #~ msgstr "Abmessungen"
14093
+
14094
+ #~ msgid ""
14095
+ #~ "Enable this option to grant access to downloads when orders are "
14096
+ #~ "\"processing\", rather than \"completed\"."
14097
+ #~ msgstr ""
14098
+ #~ "Aktiviere diese Einstellung, um den Zugriff auf Download-Dateien schon zu "
14099
+ #~ "gewähren, wenn deren Bestellungen noch im Status „in Bearbeitung“ sind, "
14100
+ #~ "statt bereits „fertiggestellt“."
14101
+
14102
+ #~ msgid "Grant access to downloadable products after payment"
14103
+ #~ msgstr "Zugriff auf herunterladbare Produkte nach Bezahlung gewähren"
14104
+
14105
+ #~ msgid "This setting does not apply to guest purchases."
14106
+ #~ msgstr ""
14107
+ #~ "Diese Einstellung betrifft keine Bestellungen/Einkäufe von Gästen (Nutzer "
14108
+ #~ "ohne Kundenkonto)."
14109
+
14110
+ #~ msgid "Downloads require login"
14111
+ #~ msgstr "Downloads erfordern Anmeldung"
14112
+
14113
+ #~ msgid "Access restriction"
14114
+ #~ msgstr "Zugriffsbeschränkung"
14115
+
14116
+ #~ msgid "Redirect only"
14117
+ #~ msgstr "Nur weiterleiten"
14118
+
14119
+ #~ msgid "X-Accel-Redirect/X-Sendfile"
14120
+ #~ msgstr "X-Accel-Redirect / X-Sendfile"
14121
+
14122
+ #~ msgid "Force downloads"
14123
+ #~ msgstr "Downloads erzwingen"
14124
+
14125
+ #~ msgid "File download method"
14126
+ #~ msgstr "Datei-Download-Methode"
14127
+
14128
+ #~ msgid "Stock display format"
14129
+ #~ msgstr "Lagerbestand-Anzeigeformat"
14130
+
14131
+ #~ msgid "Hide out of stock items from the catalog"
14132
+ #~ msgstr "Nicht vorrätige Produkte im Produkatalog verbergen"
14133
+
14134
+ #~ msgid "Out of stock visibility"
14135
+ #~ msgstr "Sichtbarkeit für „nicht vorrätig“"
14136
+
14137
+ #~ msgid "Out of stock threshold"
14138
+ #~ msgstr "Schwellwert für „nicht vorrätig“"
14139
+
14140
+ #~ msgid "Low stock threshold"
14141
+ #~ msgstr "Schwellwert für „geringer Lagerbestand“"
14142
+
14143
+ #~ msgid "Notification recipient(s)"
14144
+ #~ msgstr "Empfänger für Mitteilungen"
14145
+
14146
+ #~ msgid "Enable out of stock notifications"
14147
+ #~ msgstr "Benachrichtigung bei „nicht vorrätig“ aktivieren"
14148
+
14149
+ #~ msgid "Enable low stock notifications"
14150
+ #~ msgstr "Benachrichtigung bei „geringem Lagerbestand“ aktivieren"
14151
+
14152
+ #~ msgid "Notifications"
14153
+ #~ msgstr "Benachrichtigungen"
14154
+
14155
+ #~ msgid ""
14156
+ #~ "Hold stock (for unpaid orders) for x minutes. When this limit is reached, "
14157
+ #~ "the pending order will be cancelled. Leave blank to disable."
14158
+ #~ msgstr ""
14159
+ #~ "Die Ware (für unbezahlte Bestellungen) für x Minuten reservieren. Wenn "
14160
+ #~ "dieses Zeitlimit erreicht wird, wird die ausstehende Bestellung "
14161
+ #~ "abgebrochen. Leer lassen, um diese Funktion zu deaktivieren."
14162
+
14163
+ #~ msgid "Hold stock (minutes)"
14164
+ #~ msgstr "Ware reservieren (Minuten)"
14165
+
14166
+ #~ msgid "Enable stock management"
14167
+ #~ msgstr "Lagerverwaltung aktiveren"
14168
+
14169
+ #~ msgid "Manage stock"
14170
+ #~ msgstr "Lagerverwaltung"
14171
+
14172
+ #~ msgid "Enable AJAX add to cart buttons on archives"
14173
+ #~ msgstr "Enable AJAX add to cart buttons on archives"
14174
+
14175
+ #~ msgid "Redirect to the cart page after successful addition"
14176
+ #~ msgstr "Nach erfolgreichem Hinzufügen zum Warenkorb weiterleiten"
14177
+
14178
+ #~ msgid "Add to cart behaviour"
14179
+ #~ msgstr "„In den Warenkorb“-Verhalten"
14180
+
14181
+ #~ msgid "Sort by price (desc)"
14182
+ #~ msgstr "Nach Preis sortiert (absteigend)"
14183
+
14184
+ #~ msgid "Sort by price (asc)"
14185
+ #~ msgstr "Nach Preis sortiert (aufsteigend)"
14186
+
14187
+ #~ msgid "Sort by most recent"
14188
+ #~ msgstr "Nach neuestem Produkt sortiert"
14189
+
14190
+ #~ msgid "Average rating"
14191
+ #~ msgstr "Durchschnittliche Bewertung"
14192
+
14193
+ #~ msgid "Popularity (sales)"
14194
+ #~ msgstr "Beliebtheit (Verkäufe)"
14195
+
14196
+ #~ msgid "Default sorting (custom ordering + name)"
14197
+ #~ msgstr "Standardsortierung (benutzerdef. Reihenfolge + Name)"
14198
+
14199
+ #~ msgid "Default product sorting"
14200
+ #~ msgstr "Standard-Produktsortierung"
14201
+
14202
+ #~ msgid "Show subcategories"
14203
+ #~ msgstr "Unterkategorien anzeigen"
14204
+
14205
+ #~ msgid "Show products"
14206
+ #~ msgstr "Produkte anzeigen"
14207
+
14208
+ #~ msgid "Shop page display"
14209
+ #~ msgstr "Anzeige auf Shop-Seite"
14210
+
14211
+ #~ msgid ""
14212
+ #~ "This sets the base page of your shop - this is where your product archive "
14213
+ #~ "will be."
14214
+ #~ msgstr ""
14215
+ #~ "Damit legst du die Basisseite deines Shops fest – dort wird sich auch "
14216
+ #~ "dein Produktarchiv befinden."
14217
+
14218
+ #~ msgid ""
14219
+ #~ "The base page can also be used in your <a href=\"%s\">product permalinks</"
14220
+ #~ "a>."
14221
+ #~ msgstr ""
14222
+ #~ "Die Basisseite kann auch in deinen <a href=\"%s\">Produkt Permalinks</a> "
14223
+ #~ "verwendet werden."
14224
+
14225
+ #~ msgid "Shop page"
14226
+ #~ msgstr "Shop-Seite"
14227
+
14228
+ #~ msgid "Integration"
14229
+ #~ msgstr "Integration"
14230
+
14231
+ #~ msgid "This sets the number of decimal points shown in displayed prices."
14232
+ #~ msgstr ""
14233
+ #~ "Hiermit wird die Anzahl der Dezimalstellen eingestellt, die in den "
14234
+ #~ "angezeigten Preisen aufgeführt werden."
14235
+
14236
+ #~ msgid "Number of decimals."
14237
+ #~ msgstr "Anzahl der Dezimalstellen."
14238
+
14239
+ #~ msgid "This sets the decimal separator of displayed prices."
14240
+ #~ msgstr ""
14241
+ #~ "Hiermit wird das Dezimaltrennzeichen der angezeigten Preise gesetzt."
14242
+
14243
+ #~ msgid "This sets the thousand separator of displayed prices."
14244
+ #~ msgstr ""
14245
+ #~ "Hiermit wird das Tausendertrennzeichen der angezeigten Preise gesetzt."
14246
+
14247
+ #~ msgid "This controls the position of the currency symbol."
14248
+ #~ msgstr "Legt die Position des Währungssymbols fest."
14249
+
14250
+ #~ msgid ""
14251
+ #~ "This controls what currency prices are listed at in the catalog and which "
14252
+ #~ "currency gateways will take payments in."
14253
+ #~ msgstr ""
14254
+ #~ "Hiermit wird gesteuert, welche Währungspreise im Katalog aufgeführt sind "
14255
+ #~ "und in welcher Währung die entsprechenden Zahlungsmethoden Zahlungen "
14256
+ #~ "entgegennehmen."
14257
+
14258
+ #~ msgid "Currency"
14259
+ #~ msgstr "Währung"
14260
+
14261
+ #~ msgid ""
14262
+ #~ "The following options affect how prices are displayed on the frontend."
14263
+ #~ msgstr ""
14264
+ #~ "Die folgenden Einstellungen beeinflussen, wie Preise in der "
14265
+ #~ "Besucheransicht (Frontend) angezeigt werden."
14266
+
14267
+ #~ msgid "Currency options"
14268
+ #~ msgstr "Währungsoptionen"
14269
+
14270
+ #~ msgid ""
14271
+ #~ "This is a demo store for testing purposes &mdash; no orders shall be "
14272
+ #~ "fulfilled."
14273
+ #~ msgstr ""
14274
+ #~ "Dies ist ein Demo-Shop für Testzwecke &mdash; Bestellungen werden nicht "
14275
+ #~ "ausgeführt."
14276
+
14277
+ #~ msgid "Store notice"
14278
+ #~ msgstr "Shop-Mitteilung"
14279
+
14280
+ #~ msgid "Geolocate (with page caching support)"
14281
+ #~ msgstr "Geolokalisierung (Ortung mit Unterstützung für Seiten-Caches)"
14282
+
14283
+ #~ msgid "Geolocate"
14284
+ #~ msgstr "Geolokalisierung (Ortung)"
14285
+
14286
+ #~ msgid "Shop base address"
14287
+ #~ msgstr "Basisadresse des Shops (Basisland)"
14288
+
14289
+ #~ msgid "IP address"
14290
+ #~ msgstr "IP-Adresse"
14291
+
14292
+ #~ msgid "Specific Countries"
14293
+ #~ msgstr "Ausgewählte Länder"
14294
+
14295
+ #~ msgid "Sell to all countries"
14296
+ #~ msgstr "In alle Länder verkaufen"
14297
+
14298
+ #~ msgid ""
14299
+ #~ "This option lets you limit which countries you are willing to sell to."
14300
+ #~ msgstr ""
14301
+ #~ "Mit dieser Option kannst du einschränken, in welche Länder du verkaufen "
14302
+ #~ "möchtest."
14303
+
14304
+ #~ msgid "Selling location(s)"
14305
+ #~ msgstr "Verkaufsländer"
14306
+
14307
+ #~ msgid "Base color"
14308
+ #~ msgstr "Basisfarbe"
14309
+
14310
+ #~ msgid "The text to appear in the footer of WooCommerce emails."
14311
+ #~ msgstr "Text, der im Footer von WooCommerce E-Mails erscheint."
14312
+
14313
+ #~ msgid "Email template"
14314
+ #~ msgstr "E-Mail-Vorlage (Template)"
14315
+
14316
+ #~ msgid "\"From\" name"
14317
+ #~ msgstr "„Von“-Name"
14318
+
14319
+ #~ msgid "Email sender options"
14320
+ #~ msgstr "E-Mail-Absender Einstellungen"
14321
+
14322
+ #~ msgid "Email options"
14323
+ #~ msgstr "E-Mail-Einstellungen"
14324
+
14325
+ #~ msgid "Emails"
14326
+ #~ msgstr "E-Mails"
14327
+
14328
+ #~ msgid ""
14329
+ #~ "Installed payment methods are listed below. Drag and drop gateways to "
14330
+ #~ "control their display order on the frontend."
14331
+ #~ msgstr ""
14332
+ #~ "Die installierten Zahlungsmethoden sind unten aufgeführt. Die "
14333
+ #~ "Reihenfolge, in der diese im Frontend angezeigt werden, kann per Drag-and-"
14334
+ #~ "drop geändert werden."
14335
+
14336
+ #~ msgid "Endpoint for the \"Checkout &rarr; Add payment method\" page."
14337
+ #~ msgstr "Endpunkt für die Seite „Kasse &rarr; Zahlungsmethode hinzufügen“."
14338
+
14339
+ #~ msgid "Add payment method"
14340
+ #~ msgstr "Zahlungsmethode hinzufügen"
14341
+
14342
+ #~ msgid "Endpoint for the \"Checkout &rarr; Order received\" page."
14343
+ #~ msgstr "Endpunkt für die Seite „Kasse &rarr; Bestellung erhalten“."
14344
+
14345
+ #~ msgid "Order received"
14346
+ #~ msgstr "Bestellung erhalten"
14347
+
14348
+ #~ msgid "Endpoint for the \"Checkout &rarr; Pay\" page."
14349
+ #~ msgstr "Endpunkt für die Seite „Kasse &rarr; Bezahlen“."
14350
+
14351
+ #~ msgid "Pay"
14352
+ #~ msgstr "Bezahlen"
14353
+
14354
+ #~ msgid ""
14355
+ #~ "Endpoints are appended to your page URLs to handle specific actions "
14356
+ #~ "during the checkout process. They should be unique."
14357
+ #~ msgstr ""
14358
+ #~ "Endpunkte sind an die Seiten-URLs angehängt, um bestimmte Aufgaben "
14359
+ #~ "während des Bezahlvorgangs auszuführen. Sie sollten eindeutig sein."
14360
+
14361
+ #~ msgid "Checkout endpoints"
14362
+ #~ msgstr "Endpunkte für Bestell- und Bezahlvorgang"
14363
+
14364
+ #~ msgid ""
14365
+ #~ "If you define a \"Terms\" page the customer will be asked if they accept "
14366
+ #~ "them when checking out."
14367
+ #~ msgstr ""
14368
+ #~ "Wenn du eine „AGB“-Seite festlegst, wird der Kunde gebeten, diese zu "
14369
+ #~ "akzeptieren, wenn die Kasse-/ Bezahlen-Seite aufgerufen wird."
14370
+
14371
+ #~ msgid "Terms and conditions"
14372
+ #~ msgstr "Allgemeine Geschäftsbedingungen"
14373
+
14374
+ #~ msgid "Checkout page"
14375
+ #~ msgstr "Kasse Seite"
14376
+
14377
+ #~ msgid "Cart page"
14378
+ #~ msgstr "Warenkorb Seite"
14379
+
14380
+ #~ msgid ""
14381
+ #~ "These pages need to be set so that WooCommerce knows where to send users "
14382
+ #~ "to checkout."
14383
+ #~ msgstr ""
14384
+ #~ "Diese Seiten müssen eingestellt werden, damit WooCommerce weiß, wohin "
14385
+ #~ "Kunden für den Bestell- und Bezahlvorgang weitergeleitet werden sollen."
14386
+
14387
+ #~ msgid "Force HTTP when leaving the checkout"
14388
+ #~ msgstr "HTTP forcieren, wenn der Bestell- und Bezahlvorgang verlassen wird"
14389
+
14390
+ #~ msgid "Force secure checkout"
14391
+ #~ msgstr "Sicheren Bestell- und Bezahlvorgang erzwingen"
14392
+
14393
+ #~ msgid ""
14394
+ #~ "When applying multiple coupons, apply the first coupon to the full price "
14395
+ #~ "and the second coupon to the discounted price and so on."
14396
+ #~ msgstr ""
14397
+ #~ "Wenn mehrere Gutscheine verwendet werden, so verwende für den ersten "
14398
+ #~ "Gutschein den vollen Preis und für den zweiten Gutschein den reduzierten "
14399
+ #~ "Preis usw."
14400
+
14401
+ #~ msgid "Calculate coupon discounts sequentially"
14402
+ #~ msgstr "Gutschein-Rabatte nacheinander berechnen"
14403
+
14404
+ #~ msgid "Coupons can be applied from the cart and checkout pages."
14405
+ #~ msgstr ""
14406
+ #~ "Gutscheine können von den Warenkorb- und Kasse-Seiten aus angewendet "
14407
+ #~ "werden."
14408
+
14409
+ #~ msgid "Enable the use of coupon codes"
14410
+ #~ msgstr "Verwendung von Gutscheincodes aktivieren"
14411
+
14412
+ #~ msgid "General options"
14413
+ #~ msgstr "Allgemeine Optionen"
14414
+
14415
+ #~ msgid "Account creation"
14416
+ #~ msgstr "Kontoerstellung"
14417
+
14418
+ #~ msgid ""
14419
+ #~ "Endpoint for the triggering logout. You can add this to your menus via a "
14420
+ #~ "custom link: yoursite.com/?customer-logout=true"
14421
+ #~ msgstr ""
14422
+ #~ "Endpunkt, um die Abmeldung auszulösen. Du kannst diese über einen "
14423
+ #~ "benutzerdefinierten Link zu deinen Menüs hinzufügen: yoursite.com/?"
14424
+ #~ "customer-logout=true"
14425
+
14426
+ #~ msgid "Logout"
14427
+ #~ msgstr "Abmelden"
14428
+
14429
+ #~ msgid "Endpoint for the \"My account &rarr; Lost password\" page."
14430
+ #~ msgstr "Endpunkt für die „Mein Konto &rarr; Passwort vergessen“ Seite."
14431
+
14432
+ #~ msgid "Lost password"
14433
+ #~ msgstr "Passwort vergessen"
14434
+
14435
+ #~ msgid "Endpoint for the \"My account &rarr; Addresses\" page."
14436
+ #~ msgstr "Endpunkt für die „Mein Konto &rarr; Adressen“ Seite."
14437
+
14438
+ #~ msgid "Endpoint for the \"My account &rarr; Edit account\" page."
14439
+ #~ msgstr "Endpunkt für die „Mein Konto &rarr; Konto bearbeiten“ Seite."
14440
+
14441
+ #~ msgid "Edit account"
14442
+ #~ msgstr "Konto bearbeiten"
14443
+
14444
+ #~ msgid "Endpoint for the \"My account &rarr; View order\" page."
14445
+ #~ msgstr "Endpunkt für die „Mein Konto &rarr; Bestellung anzeigen“ Seite."
14446
+
14447
+ #~ msgid "View order"
14448
+ #~ msgstr "Bestellung anzeigen"
14449
+
14450
+ #~ msgid "My account page"
14451
+ #~ msgstr "„Mein Konto“ Seite"
14452
+
14453
+ #~ msgid "Totals"
14454
+ #~ msgstr "Summe"
14455
+
14456
+ #~ msgid "Total sales minus shipping and tax."
14457
+ #~ msgstr "Gesamtumsatz minus Versand und Steuern."
14458
+
14459
+ #~ msgid "Net profit"
14460
+ #~ msgstr "Reinerlös (Netto)"
14461
+
14462
+ #~ msgid "This is the sum of the 'Shipping total' field within your orders."
14463
+ #~ msgstr ""
14464
+ #~ "Das ist die Summe des Feldes „Versandkosten“ innerhalb deiner "
14465
+ #~ "Bestellungen."
14466
+
14467
+ #~ msgid "Total shipping"
14468
+ #~ msgstr "Gesamtversand"
14469
+
14470
+ #~ msgid "This is the sum of the 'Order total' field within your orders."
14471
+ #~ msgstr "Das ist die Summe des Feldes „Gesamtsumme“ in deinen Bestellungen."
14472
+
14473
+ #~ msgid "Total sales"
14474
+ #~ msgstr "Gesamtumsatz"
14475
+
14476
+ #~ msgid "Period"
14477
+ #~ msgstr "Zeitraum"
14478
+
14479
+ #~ msgid "No taxes found in this period"
14480
+ #~ msgstr "Keine Steuern in diesem Zeitraum gefunden"
14481
+
14482
+ #~ msgid "This is the total tax for the rate (shipping tax + product tax)."
14483
+ #~ msgstr ""
14484
+ #~ "Dies ist die Steuergesamtsumme für diesen Steuersatz (Steuer auf "
14485
+ #~ "Versandkosten + Steuer aufs Produkt)"
14486
+
14487
+ #~ msgid "Total tax"
14488
+ #~ msgstr "Gesamtsteuer"
14489
+
14490
+ #~ msgid ""
14491
+ #~ "This is the sum of the \"Tax rows\" shipping tax amount within your "
14492
+ #~ "orders."
14493
+ #~ msgstr ""
14494
+ #~ "Dies ist die Summe der Versandsteuerbeträge der Steuerzeilen innerhalb "
14495
+ #~ "deiner Bestellungen."
14496
+
14497
+ #~ msgid "Shipping tax amount"
14498
+ #~ msgstr "Steuerbetrag für den Versand"
14499
+
14500
+ #~ msgid "This is the sum of the \"Tax rows\" tax amount within your orders."
14501
+ #~ msgstr ""
14502
+ #~ "Das ist die Summe des Steuerbetrags der Steuerzeilen innerhalb deiner "
14503
+ #~ "Bestellungen."
14504
+
14505
+ #~ msgid "Tax amount"
14506
+ #~ msgstr "Steuerbetrag"
14507
+
14508
+ #~ msgid "Rate"
14509
+ #~ msgstr "Satz"
14510
+
14511
+ #~ msgid "Units in stock"
14512
+ #~ msgstr "Lagerbestand"
14513
+
14514
+ #~ msgid "Parent"
14515
+ #~ msgstr "Übergeordnetes Produkt"
14516
+
14517
+ #~ msgid "No products found."
14518
+ #~ msgstr "Keine Produkte gefunden."
14519
+
14520
+ #~ msgid "Sales amount"
14521
+ #~ msgstr "Umsatz"
14522
+
14523
+ #~ msgid "Top earners"
14524
+ #~ msgstr "Produkte mit höchstem Umsatz"
14525
+
14526
+ #~ msgid "Top freebies"
14527
+ #~ msgstr "Meistverkaufte Gratisprodukte"
14528
+
14529
+ #~ msgid "No products found in range"
14530
+ #~ msgstr "Keine Produkte in diesem Bereich gefunden"
14531
+
14532
+ #~ msgid "Top sellers"
14533
+ #~ msgstr "Meistverkaufte Produkte"
14534
+
14535
+ #~ msgid "Product search"
14536
+ #~ msgstr "Produktsuche"
14537
+
14538
+ #~ msgid "Showing reports for:"
14539
+ #~ msgstr "Zeige Berichte für:"
14540
+
14541
+ #~ msgid "%s purchases for the selected items"
14542
+ #~ msgstr "%s Ankäufe für die ausgewählten Produkte/Artikel"
14543
+
14544
+ #~ msgid "%s sales for the selected items"
14545
+ #~ msgstr "%s Verkäufe für die ausgewählten Produkte/Artikel"
14546
+
14547
+ #~ msgid "Net sales amount"
14548
+ #~ msgstr "Nettoumsatz-Betrag"
14549
+
14550
+ #~ msgid "Gross sales amount"
14551
+ #~ msgstr "Bruttoumsatz-Betrag"
14552
+
14553
+ #~ msgid "Shipping amount"
14554
+ #~ msgstr "Versandkostenanteil"
14555
+
14556
+ #~ msgid "Average net sales amount"
14557
+ #~ msgstr "Durchschnittlicher Nettoumsatz-Betrag"
14558
+
14559
+ #~ msgid "Number of orders"
14560
+ #~ msgstr "Anzahl der Bestellungen"
14561
+
14562
+ #~ msgid "Number of items sold"
14563
+ #~ msgstr "Anzahl verkaufter Artikel"
14564
+
14565
+ #~ msgid "%s worth of coupons used"
14566
+ #~ msgstr "%s Wert der genutzten Gutscheine"
14567
+
14568
+ #~ msgid "%s charged for shipping"
14569
+ #~ msgstr "%s für Versandkosten berechnet"
14570
+
14571
+ #~ msgid "%s items purchased"
14572
+ #~ msgstr "%s verkaufte Artikel"
14573
+
14574
+ #~ msgid "%s orders placed"
14575
+ #~ msgstr "%s erhaltene Bestellungen"
14576
+
14577
+ #~ msgid ""
14578
+ #~ "This is the sum of the order totals after any refunds and excluding "
14579
+ #~ "shipping and taxes."
14580
+ #~ msgstr ""
14581
+ #~ "Dies ist die Summe aller Bestellungen, nach eventuellen Rückerstattungen "
14582
+ #~ "und exklusive Versandkosten und Steuern."
14583
+
14584
+ #~ msgid "%s net sales in this period"
14585
+ #~ msgstr "%s Nettoumsatz in diesem Zeitraum"
14586
+
14587
+ #~ msgid ""
14588
+ #~ "This is the sum of the order totals after any refunds and including "
14589
+ #~ "shipping and taxes."
14590
+ #~ msgstr ""
14591
+ #~ "Dies ist die Summe aller Bestellungen, nach eventuellen Rückerstattungen "
14592
+ #~ "und inklusive Versandkosten und Steuern."
14593
+
14594
+ #~ msgid "%s gross sales in this period"
14595
+ #~ msgstr "%s Bruttoumsatz in diesem Zeitraum"
14596
+
14597
+ #~ msgid "%s average net monthly sales"
14598
+ #~ msgstr "%s durchschnittliche Netto-Monatsumsätze"
14599
+
14600
+ #~ msgid "%s average net daily sales"
14601
+ #~ msgstr "%s durchschnittliche Netto-Tagesumsätze"
14602
+
14603
+ #~ msgid "All"
14604
+ #~ msgstr "Alle"
14605
+
14606
+ #~ msgid "Select categories&hellip;"
14607
+ #~ msgstr "Kategorien wählen&hellip;"
14608
+
14609
+ #~ msgid "No out of stock products found."
14610
+ #~ msgstr "Keine nicht vorrätigen Produkte gefunden."
14611
+
14612
+ #~ msgid "No low in stock products found."
14613
+ #~ msgstr "Keine Produkte in geringer Stückzahl gefunden"
14614
+
14615
+ #~ msgid "new users"
14616
+ #~ msgstr "neue Benutzer"
14617
+
14618
+ #~ msgid "Signups"
14619
+ #~ msgstr "Neue Kundenkonten"
14620
+
14621
+ #~ msgid "guest orders"
14622
+ #~ msgstr "Gastbestellungen"
14623
+
14624
+ #~ msgid "customer orders"
14625
+ #~ msgstr "Kundenbestellungen"
14626
+
14627
+ #~ msgid "orders"
14628
+ #~ msgstr "Bestellungen"
14629
+
14630
+ #~ msgid "Guest orders"
14631
+ #~ msgstr "Gastbestellungen"
14632
+
14633
+ #~ msgid "Customer orders"
14634
+ #~ msgstr "Kundenbestellungen"
14635
+
14636
+ #~ msgid "Guest sales"
14637
+ #~ msgstr "Verkäufe an Gäste"
14638
+
14639
+ #~ msgid "Customer role."
14640
+ #~ msgstr "Kundenrolle."
14641
+
14642
+ #~ msgid "%s signups in this period"
14643
+ #~ msgstr "%s neue Kundenkonten in diesem Zeitraum"
14644
+
14645
+ #~ msgid "Last order"
14646
+ #~ msgstr "Letzte Bestellung"
14647
+
14648
+ #~ msgid "Money spent"
14649
+ #~ msgstr "Geld ausgegeben"
14650
+
14651
+ #~ msgid "Location"
14652
+ #~ msgstr "Land"
14653
+
14654
+ #~ msgid "Username"
14655
+ #~ msgstr "Benutzername"
14656
+
14657
+ #~ msgid "Name (Last, First)"
14658
+ #~ msgstr "Name (Nachname, Vorname)"
14659
+
14660
+ #~ msgid "Link previous orders"
14661
+ #~ msgstr "Vorherige Bestellungen verknüpfen"
14662
+
14663
+ #~ msgid "View orders"
14664
+ #~ msgstr "Bestellungen anzeigen"
14665
+
14666
+ #~ msgid "Refresh stats"
14667
+ #~ msgstr "Statistik aktualisieren"
14668
+
14669
+ #~ msgctxt "hash before order number"
14670
+ #~ msgid "#"
14671
+ #~ msgstr "#"
14672
+
14673
+ #~ msgid "Search customers"
14674
+ #~ msgstr "Suche nach Kunden"
14675
+
14676
+ #~ msgid "Refreshed stats for %s"
14677
+ #~ msgstr "Statistik für %s aktualisiert"
14678
+
14679
+ #~ msgid "%s previous order linked"
14680
+ #~ msgid_plural "%s previous orders linked"
14681
+ #~ msgstr[0] "%s vorherige Bestellung verknüpft"
14682
+ #~ msgstr[1] "%s vorherige Bestellungen verknüpfen"
14683
+
14684
+ #~ msgid "No customers found."
14685
+ #~ msgstr "Keine Kunden gefunden."
14686
+
14687
+ #~ msgid "Discount amount"
14688
+ #~ msgstr "Rabattbetrag"
14689
+
14690
+ #~ msgid "Number of coupons used"
14691
+ #~ msgstr "Anzahl der genutzen Gutscheine"
14692
+
14693
+ #~ msgid "Export CSV"
14694
+ #~ msgstr "CSV-Datei exportieren"
14695
+
14696
+ #~ msgid "Most discount"
14697
+ #~ msgstr "Am meisten Rabatt"
14698
+
14699
+ #~ msgid "No coupons found in range"
14700
+ #~ msgstr "Keine Gutscheine in diesem Bereich gefunden"
14701
+
14702
+ #~ msgid "Most popular"
14703
+ #~ msgstr "Am beliebtesten"
14704
+
14705
+ #~ msgid "No used coupons found"
14706
+ #~ msgstr "Keine benutzten Gutscheine gefunden"
14707
+
14708
+ #~ msgid "Show"
14709
+ #~ msgstr "Anzeigen"
14710
+
14711
+ #~ msgid "All coupons"
14712
+ #~ msgstr "Alle Gutscheine"
14713
+
14714
+ #~ msgid "Choose coupons&hellip;"
14715
+ #~ msgstr "Gutscheine auswählen&hellip;"
14716
+
14717
+ #~ msgid "Filter by coupon"
14718
+ #~ msgstr "Nach Gutschein filtern"
14719
+
14720
+ #~ msgid "Last 7 days"
14721
+ #~ msgstr "Letzte 7 Tage"
14722
+
14723
+ #~ msgid "This month"
14724
+ #~ msgstr "Aktueller Monat"
14725
+
14726
+ #~ msgid "Last month"
14727
+ #~ msgstr "Letzter Monat"
14728
+
14729
+ #~ msgid "Year"
14730
+ #~ msgstr "Jahr"
14731
+
14732
+ #~ msgid "%s coupons used in total"
14733
+ #~ msgstr "%s genutzte Gutscheine"
14734
+
14735
+ #~ msgid "%s discounts in total"
14736
+ #~ msgstr "%s an Rabatten insgesamt"
14737
+
14738
+ #~ msgid "Sold 1 item in the last %2$d days"
14739
+ #~ msgid_plural "Sold %1$d items in the last %2$d days"
14740
+ #~ msgstr[0] "1 verkaufter Artikel in den letzten %2$d Tagen"
14741
+ #~ msgstr[1] "%1$d verkaufte Artikel in den letzten %2$d Tagen"
14742
+
14743
+ #~ msgid "Sold %1$s worth in the last %2$d days"
14744
+ #~ msgstr "Verkaufter Warenwert von %1$s in den letzten %2$d Tagen"
14745
+
14746
+ #~ msgid "Variation description."
14747
+ #~ msgstr "Variationsbeschreibung."
14748
+
14749
+ #~ msgid "Tax class."
14750
+ #~ msgstr "Steuerklasse."
14751
+
14752
+ #~ msgid "Same as parent"
14753
+ #~ msgstr "Gleiche wie übergeordnet"
14754
+
14755
+ #~ msgid "Shipping classes"
14756
+ #~ msgstr "Versandklassen"
14757
+
14758
+ #~ msgid "Dimensions (L&times;W&times;H) (%s)"
14759
+ #~ msgstr "Größe (L&times;B&times;H) (%s)"
14760
+
14761
+ #~ msgid ""
14762
+ #~ "Enter a quantity to enable stock management at variation level, or leave "
14763
+ #~ "blank to use the parent product's options."
14764
+ #~ msgstr ""
14765
+ #~ "Gib eine Menge ein, um die Lagerverwaltung auf Varianten-Ebene zu "
14766
+ #~ "aktivieren, oder leer lassen um die Einstellungen des übergeordneten "
14767
+ #~ "Produkts (Elternprodukts) zu verwenden."
14768
+
14769
+ #~ msgid "Sale end date"
14770
+ #~ msgstr "Enddatum des Angebots"
14771
+
14772
+ #~ msgid "Cancel schedule"
14773
+ #~ msgstr "Zeitplan abbrechen"
14774
+
14775
+ #~ msgid "Sale price"
14776
+ #~ msgstr "Angebotspreis"
14777
+
14778
+ #~ msgid "Variation price (required)"
14779
+ #~ msgstr "Preis der Variante (erforderlich)"
14780
+
14781
+ #~ msgid "Regular price"
14782
+ #~ msgstr "Regulärer Preis"
14783
+
14784
+ #~ msgid "Enable this option to enable stock management at variation level"
14785
+ #~ msgstr ""
14786
+ #~ "Aktiviere diese Option um die Lagerverwaltung auf Varianten-Ebene zu "
14787
+ #~ "aktivieren"
14788
+
14789
+ #~ msgid ""
14790
+ #~ "Enable this option if a product is not shipped or there is no shipping "
14791
+ #~ "cost"
14792
+ #~ msgstr ""
14793
+ #~ "Aktiviere diese Option, falls ein Produkt nicht versandt wird oder keine "
14794
+ #~ "Versandkosten erhoben werden"
14795
+
14796
+ #~ msgid ""
14797
+ #~ "Enable this option if access is given to a downloadable file upon "
14798
+ #~ "purchase of a product"
14799
+ #~ msgstr ""
14800
+ #~ "Aktiviere diese Option, falls während eines Produktkaufs Zugriff auf eine "
14801
+ #~ "herunterladbare Datei gewährt wird"
14802
+
14803
+ #~ msgid "Enabled"
14804
+ #~ msgstr "Aktiviert"
14805
+
14806
+ #~ msgid "Remove this image"
14807
+ #~ msgstr "Dieses Bild entfernen"
14808
+
14809
+ #~ msgid "Insert file URL"
14810
+ #~ msgstr "Datei-URL einfügen"
14811
+
14812
+ #~ msgid "Choose file"
14813
+ #~ msgstr "Datei auswählen"
14814
+
14815
+ #~ msgid "http://"
14816
+ #~ msgstr "http://"
14817
+
14818
+ #~ msgid "File name"
14819
+ #~ msgstr "Dateiname"
14820
+
14821
+ #~ msgid "Enter some text, or some attributes by \"%s\" separating values."
14822
+ #~ msgstr "Text, oder durch \"%s\" getrennte Werte eingeben."
14823
+
14824
+ #~ msgid "Select terms"
14825
+ #~ msgstr "Werte auswählen"
14826
+
14827
+ #~ msgid "Shipping methods"
14828
+ #~ msgstr "Versandart"
14829
+
14830
+ #~ msgid "Shipping name"
14831
+ #~ msgstr "Versandname"
14832
+
14833
+ #~ msgid "Optional"
14834
+ #~ msgstr "Optional"
14835
+
14836
+ #~ msgid "Or, enter tax rate ID:"
14837
+ #~ msgstr "Alternativ die Steuersatz-ID eingeben:"
14838
+
14839
+ #~ msgid "Rate %"
14840
+ #~ msgstr "Steuersatz %"
14841
+
14842
+ #~ msgid "Rate code"
14843
+ #~ msgstr "Steuercode"
14844
+
14845
+ #~ msgid "Tax class"
14846
+ #~ msgstr "Steuerklasse"
14847
+
14848
+ #~ msgid "Rate name"
14849
+ #~ msgstr "Steuername"
14850
+
14851
+ #~ msgid "Add tax"
14852
+ #~ msgstr "Steuer hinzufügen"
14853
+
14854
+ #~ msgid "Add products"
14855
+ #~ msgstr "Produkte hinzufügen"
14856
+
14857
+ #~ msgid ""
14858
+ #~ "You will need to manually issue a refund through your payment gateway "
14859
+ #~ "after using this."
14860
+ #~ msgstr ""
14861
+ #~ "Du musst die Rückerstattung im Anschluss an diese Aktion manuell über den "
14862
+ #~ "betreffenden Zahlungsweg vornehmen."
14863
+
14864
+ #~ msgid "Payment gateway"
14865
+ #~ msgstr "Zahlungsweg"
14866
+
14867
+ #~ msgid "Reason for refund (optional):"
14868
+ #~ msgstr "Grund der Rückerstattung (optional)"
14869
+
14870
+ #~ msgid "Refund amount"
14871
+ #~ msgstr "Erstattungsbetrag"
14872
+
14873
+ #~ msgid "Total available to refund"
14874
+ #~ msgstr "Verfügbarer Rückerstattungsbetrag"
14875
+
14876
+ #~ msgid "Amount already refunded"
14877
+ #~ msgstr "Bereits rückerstatteter Betrag"
14878
+
14879
+ #~ msgid "Restock refunded items"
14880
+ #~ msgstr "Lagerbestand rückerstatteter Produkte wieder auffüllen"
14881
+
14882
+ #~ msgid "Add fee"
14883
+ #~ msgstr "Gebühr hinzufügen"
14884
+
14885
+ #~ msgid "Add product(s)"
14886
+ #~ msgstr "Produkt(e) hinzufügen"
14887
+
14888
+ #~ msgid "Refund"
14889
+ #~ msgstr "Rückerstattung"
14890
+
14891
+ #~ msgid "To edit this order change the status back to \"Pending\""
14892
+ #~ msgstr ""
14893
+ #~ "Um diese Bestellung zu bearbeiten, musst du den Status zurück auf "
14894
+ #~ "„Zahlung ausstehend“ setzen."
14895
+
14896
+ #~ msgid "Refunded"
14897
+ #~ msgstr "Rückerstattet"
14898
+
14899
+ #~ msgid "Order Total"
14900
+ #~ msgstr "Bestellsumme"
14901
+
14902
+ #~ msgid "Tax"
14903
+ #~ msgstr "Mehrwertsteuer"
14904
+
14905
+ #~ msgid "Qty"
14906
+ #~ msgstr "Anz."
14907
+
14908
+ #~ msgid "Cost"
14909
+ #~ msgstr "Preis"
14910
+
14911
+ #~ msgid "Item"
14912
+ #~ msgstr "Position"
14913
+
14914
+ #~ msgid "After pre-tax discounts."
14915
+ #~ msgstr "Nach Abzug von Vorsteuer-Rabatten"
14916
+
14917
+ #~ msgid "Add&nbsp;meta"
14918
+ #~ msgstr "Meta hinzufügen"
14919
+
14920
+ #~ msgid "Product SKU."
14921
+ #~ msgstr "Artikelnummer des Produkts."
14922
+
14923
+ #~ msgid "Variation ID:"
14924
+ #~ msgstr "ID der Variante:"
14925
+
14926
+ #~ msgid "Product ID."
14927
+ #~ msgstr "Produkt-ID."
14928
+
14929
+ #~ msgid "Fee name"
14930
+ #~ msgstr "Name der Gebühr"
14931
+
14932
+ #~ msgid "Access expires"
14933
+ #~ msgstr "Zugang läuft ab"
14934
+
14935
+ #~ msgid "Downloads remaining"
14936
+ #~ msgstr "Verbleibende Downloads"
14937
+
14938
+ #~ msgid "Downloaded %s time"
14939
+ #~ msgid_plural "Downloaded %s times"
14940
+ #~ msgstr[0] "%s Mal heruntergeladen"
14941
+ #~ msgstr[1] "%s Mal heruntergeladen"
14942
+
14943
+ #~ msgid "Revoke access"
14944
+ #~ msgstr "Zugangsrechte entziehen"
14945
+
14946
+ #~ msgid "Add product gallery images"
14947
+ #~ msgstr "Produktgaleriebilder hinzufügen"
14948
+
14949
+ #~ msgid "Add to gallery"
14950
+ #~ msgstr "Zur Galerie hinzufügen"
14951
+
14952
+ #~ msgid "Add images to product gallery"
14953
+ #~ msgstr "Bilder zur Produktgalerie hinzufügen"
14954
+
14955
+ #~ msgid "Delete image"
14956
+ #~ msgstr "Bild löschen"
14957
+
14958
+ #~ msgid "Variation #%1$s of %2$s"
14959
+ #~ msgstr "Variation #%1$s von %2$s"
14960
+
14961
+ #~ msgid ""
14962
+ #~ "The downloadable file %s cannot be used as it does not exist on the "
14963
+ #~ "server."
14964
+ #~ msgstr ""
14965
+ #~ "Die herunterladbare Datei %s kann nicht verwendet werden, da sie nicht "
14966
+ #~ "auf dem Server existiert."
14967
+
14968
+ #~ msgid ""
14969
+ #~ "The downloadable file %1$s cannot be used as it does not have an allowed "
14970
+ #~ "file type. Allowed types include: %2$s"
14971
+ #~ msgstr ""
14972
+ #~ "Die herunterladbare Datei %1$s kann nicht verwendet werden, da der "
14973
+ #~ "Dateityp nicht erlaubt ist. Zulässige Dateitypen sind: %2$s"
14974
+
14975
+ #~ msgid "Go to the last page"
14976
+ #~ msgstr "Zur letzten Seite gehen"
14977
+
14978
+ #~ msgid "Go to the next page"
14979
+ #~ msgstr "Zur nächsten Seite gehen"
14980
+
14981
+ #~ msgctxt "number of pages"
14982
+ #~ msgid "of"
14983
+ #~ msgstr "von"
14984
+
14985
+ #~ msgid "Current page"
14986
+ #~ msgstr "Aktuelle Seite"
14987
+
14988
+ #~ msgid "Select Page"
14989
+ #~ msgstr "Seite auswählen"
14990
+
14991
+ #~ msgid "Go to the previous page"
14992
+ #~ msgstr "Zur vorherigen Seite gehen"
14993
+
14994
+ #~ msgid "Go to the first page"
14995
+ #~ msgstr "Zur ersten Seite gehen"
14996
+
14997
+ #~ msgid "%s item"
14998
+ #~ msgid_plural "%s items"
14999
+ #~ msgstr[0] "%s Produkt"
15000
+ #~ msgstr[1] "%s Produkte"
15001
+
15002
+ #~ msgid "Go"
15003
+ #~ msgstr "Los"
15004
+
15005
+ #~ msgid "Download expiry"
15006
+ #~ msgstr "Ablauf des Downloads"
15007
+
15008
+ #~ msgid "Download limit"
15009
+ #~ msgstr "Downloadlimit"
15010
+
15011
+ #~ msgid "Downloadable products"
15012
+ #~ msgstr "Herunterladbare Produkte"
15013
+
15014
+ #~ msgid "Toggle &quot;Manage stock&quot;"
15015
+ #~ msgstr "„Lagerbestand verwalten“ an-/ausschalten"
15016
+
15017
+ #~ msgid "Set scheduled sale dates"
15018
+ #~ msgstr "Daten für geplante Angebotspreise festlegen"
15019
+
15020
+ #~ msgid "Decrease sale prices (fixed amount or percentage)"
15021
+ #~ msgstr "Angebotspreise reduzieren (fester Betrag oder Prozentsatz)"
15022
+
15023
+ #~ msgid "Increase sale prices (fixed amount or percentage)"
15024
+ #~ msgstr "Angebotspreise erhöhen (fester Betrag oder Prozentsatz)"
15025
+
15026
+ #~ msgid "Set sale prices"
15027
+ #~ msgstr "Angebotspreise festlegen"
15028
+
15029
+ #~ msgid "Decrease regular prices (fixed amount or percentage)"
15030
+ #~ msgstr "Regulären Preis reduzieren (Festbetrag oder prozentual)"
15031
+
15032
+ #~ msgid "Increase regular prices (fixed amount or percentage)"
15033
+ #~ msgstr "Regulären Preis erhöhen (Festbetrag oder prozentual)"
15034
+
15035
+ #~ msgid "Set regular prices"
15036
+ #~ msgstr "Regulären Preis festlegen"
15037
+
15038
+ #~ msgid "Pricing"
15039
+ #~ msgstr "Preisgestaltung"
15040
+
15041
+ #~ msgid "Toggle &quot;Virtual&quot;"
15042
+ #~ msgstr "„Virtuell“ an-/ausschalten"
15043
+
15044
+ #~ msgid "Toggle &quot;Downloadable&quot;"
15045
+ #~ msgstr "„Herunterladbar“ an-/ausschalten"
15046
+
15047
+ #~ msgid "Toggle &quot;Enabled&quot;"
15048
+ #~ msgstr "„Aktiviert“ an-/ausschalten"
15049
+
15050
+ #~ msgid "Delete all variations"
15051
+ #~ msgstr "Alle Varianten löschen"
15052
+
15053
+ #~ msgid "Create variations from all attributes"
15054
+ #~ msgstr "Alle Variationen aus Attribut-Kombinationen erstellen"
15055
+
15056
+ #~ msgid "Add variation"
15057
+ #~ msgstr "Variante hinzufügen"
15058
+
15059
+ #~ msgid "These are the attributes that will be pre-selected on the frontend."
15060
+ #~ msgstr ""
15061
+ #~ "Das sind die Eigenschaften, die in der Besucheransicht (Frontend) "
15062
+ #~ "vorausgewählt sind."
15063
+
15064
+ #~ msgid "Default Form Values"
15065
+ #~ msgstr "Standard-Formularwerte"
15066
+
15067
+ #~ msgid "Learn more"
15068
+ #~ msgstr "Mehr erfahren"
15069
+
15070
+ #~ msgid "Enable reviews"
15071
+ #~ msgstr "Produktbewertungen erlauben"
15072
+
15073
+ #~ msgid "Custom ordering position."
15074
+ #~ msgstr "Benutzerdefinierte Position in Sortier-Reihenfolge."
15075
+
15076
+ #~ msgid "Menu order"
15077
+ #~ msgstr "Menüreihenfolge"
15078
+
15079
+ #~ msgid "Enter an optional note to send the customer after purchase."
15080
+ #~ msgstr ""
15081
+ #~ "Gib einen optionalen Hinweis ein, der dem Kunden nach dem Kauf gesendet "
15082
+ #~ "wird."
15083
+
15084
+ #~ msgid "Purchase note"
15085
+ #~ msgstr "Hinweis zum Kauf"
15086
+
15087
+ #~ msgid ""
15088
+ #~ "Cross-sells are products which you promote in the cart, based on the "
15089
+ #~ "current product."
15090
+ #~ msgstr ""
15091
+ #~ "Querverkauf (Cross-Sells) sind Produkte, die du im Warenkorb bewirbst, "
15092
+ #~ "basierend auf dem aktuell gewählten Produkt."
15093
+
15094
+ #~ msgid "Cross-sells"
15095
+ #~ msgstr "Cross-Sells (Querverkäufe)"
15096
+
15097
+ #~ msgid ""
15098
+ #~ "Upsells are products which you recommend instead of the currently viewed "
15099
+ #~ "product, for example, products that are more profitable or better quality "
15100
+ #~ "or more expensive."
15101
+ #~ msgstr ""
15102
+ #~ "Zusatzverkäufe (Up-sells) sind Produkte, welche du statt des aktuell "
15103
+ #~ "angesehenen Produktes empfiehlst. Das können zum Beispiel Produkte sein, "
15104
+ #~ "die teurer / profitabler sind oder eine bessere Qualität aufweisen."
15105
+
15106
+ #~ msgid "Upsells"
15107
+ #~ msgstr "Zusatzverkäufe"
15108
+
15109
+ #~ msgid "Save attributes"
15110
+ #~ msgstr "Eigenschaften speichern"
15111
+
15112
+ #~ msgid "Custom product attribute"
15113
+ #~ msgstr "Benutzerdefinierte Produkteigenschaft"
15114
+
15115
+ #~ msgid "Close"
15116
+ #~ msgstr "Schließen"
15117
+
15118
+ #~ msgid "Expand"
15119
+ #~ msgstr "Aufklappen"
15120
+
15121
+ #~ msgid ""
15122
+ #~ "Shipping classes are used by certain shipping methods to group similar "
15123
+ #~ "products."
15124
+ #~ msgstr ""
15125
+ #~ "Versandklassen werden von bestimmten Versandarten verwendet, um ähnliche "
15126
+ #~ "Produkte zu gruppieren."
15127
+
15128
+ #~ msgid "Shipping class"
15129
+ #~ msgstr "Versandklasse"
15130
+
15131
+ #~ msgid "No shipping class"
15132
+ #~ msgstr "Keine Versandklasse"
15133
+
15134
+ #~ msgid "LxWxH in decimal form"
15135
+ #~ msgstr "LxBxH in dezimaler Form"
15136
+
15137
+ #~ msgid "Width"
15138
+ #~ msgstr "Breite"
15139
+
15140
+ #~ msgid "Length"
15141
+ #~ msgstr "Länge"
15142
+
15143
+ #~ msgid "Dimensions"
15144
+ #~ msgstr "Größe"
15145
+
15146
+ #~ msgid "Weight in decimal form"
15147
+ #~ msgstr "Gewicht in dezimaler Form"
15148
+
15149
+ #~ msgid "Weight"
15150
+ #~ msgstr "Gewicht"
15151
+
15152
+ #~ msgid ""
15153
+ #~ "Enable this to only allow one of this item to be bought in a single order"
15154
+ #~ msgstr ""
15155
+ #~ "Diese Option aktivieren, um zu erlauben, dass nur eines von diesen "
15156
+ #~ "Produkten in einer einzelnen Bestellung gekauft werden kann."
15157
+
15158
+ #~ msgid "Sold individually"
15159
+ #~ msgstr "Nur einzeln verkaufen"
15160
+
15161
+ #~ msgid ""
15162
+ #~ "Controls whether or not the product is listed as \"in stock\" or \"out of "
15163
+ #~ "stock\" on the frontend."
15164
+ #~ msgstr ""
15165
+ #~ "Bestimmt, ob das Produkt in der Besucheransicht (Frontend) als „vorrätig“ "
15166
+ #~ "oder „nicht vorrätig“ gelistet wird."
15167
+
15168
+ #~ msgid "Stock status"
15169
+ #~ msgstr "Lagerstatus"
15170
+
15171
+ #~ msgid ""
15172
+ #~ "If managing stock, this controls whether or not backorders are allowed. "
15173
+ #~ "If enabled, stock quantity can go below 0."
15174
+ #~ msgstr ""
15175
+ #~ "Stellt ein, ob bei der Lagerverwaltung Lieferrückstände erlaubt sind. "
15176
+ #~ "Wenn aktiviert, dann kann der Lagerbestand unter 0 fallen."
15177
+
15178
+ #~ msgid "Allow, but notify customer"
15179
+ #~ msgstr "Erlauben, aber Kunde benachrichtigen"
15180
+
15181
+ #~ msgid "Do not allow"
15182
+ #~ msgstr "Nicht erlauben"
15183
+
15184
+ #~ msgid "Allow backorders?"
15185
+ #~ msgstr "Lieferrückstand erlauben?"
15186
+
15187
+ #~ msgid ""
15188
+ #~ "Stock quantity. If this is a variable product this value will be used to "
15189
+ #~ "control stock for all variations, unless you define stock at variation "
15190
+ #~ "level."
15191
+ #~ msgstr ""
15192
+ #~ "Lagerbestandsmenge. Wenn dies ein variables Produkt ist, wird dieser Wert "
15193
+ #~ "verwendet, um den Bestand für alle Varianten zu verwenden (sofern du auf "
15194
+ #~ "Varianten-Ebene keinen Lagerbestand festgelegt hast)."
15195
+
15196
+ #~ msgid "Stock qty"
15197
+ #~ msgstr "Lagerbestand"
15198
+
15199
+ #~ msgid "Enable stock management at product level"
15200
+ #~ msgstr "Verwaltung des Lagerbestands auf Produkt-Ebene aktivieren"
15201
+
15202
+ #~ msgid "Manage stock?"
15203
+ #~ msgstr "Lagerbestand verwalten?"
15204
+
15205
+ #~ msgid ""
15206
+ #~ "Choose a tax class for this product. Tax classes are used to apply "
15207
+ #~ "different tax rates specific to certain types of product."
15208
+ #~ msgstr ""
15209
+ #~ "Wähle eine Steuerklasse für dieses Produkt. Steuerklassen werden "
15210
+ #~ "verwendet, um unterschiedliche Steuersätze auf bestimmte Produktarten "
15211
+ #~ "anzuwenden. "
15212
+
15213
+ #~ msgid "Standard"
15214
+ #~ msgstr "Standard"
15215
+
15216
+ #~ msgid ""
15217
+ #~ "Define whether or not the entire product is taxable, or just the cost of "
15218
+ #~ "shipping it."
15219
+ #~ msgstr ""
15220
+ #~ "Definiere ob das ganze Produkt oder lediglich dessen Versandkosten zu "
15221
+ #~ "versteuern sind."
15222
+
15223
+ #~ msgctxt "Tax status"
15224
+ #~ msgid "None"
15225
+ #~ msgstr "Keine"
15226
+
15227
+ #~ msgid "Shipping only"
15228
+ #~ msgstr "Nur beim Versand"
15229
+
15230
+ #~ msgid "Taxable"
15231
+ #~ msgstr "Besteuerbar"
15232
+
15233
+ #~ msgid ""
15234
+ #~ "Enter the number of days before a download link expires, or leave blank."
15235
+ #~ msgstr ""
15236
+ #~ "Gib die Zahl der Tage ein, bevor der Download-Link abläuft, oder lasse "
15237
+ #~ "das Feld frei."
15238
+
15239
+ #~ msgid "Leave blank for unlimited re-downloads."
15240
+ #~ msgstr "Frei lassen für unbegrenzte Downloads."
15241
+
15242
+ #~ msgid "Unlimited"
15243
+ #~ msgstr "Unbegrenzt"
15244
+
15245
+ #~ msgid "Add File"
15246
+ #~ msgstr "Datei hinzufügen"
15247
+
15248
+ #~ msgid ""
15249
+ #~ "This is the URL or absolute path to the file which customers will get "
15250
+ #~ "access to. URLs entered here should already be encoded."
15251
+ #~ msgstr ""
15252
+ #~ "Die URL oder der absolute Pfad zu der Datei, zu der die Kunden Zugang "
15253
+ #~ "erhalten. Hier eingegebene URLs sollten bereits kodiert sein."
15254
+
15255
+ #~ msgid "File URL"
15256
+ #~ msgstr "Dateipfad"
15257
+
15258
+ #~ msgid "This is the name of the download shown to the customer."
15259
+ #~ msgstr "Name des Downloads, der dem Kunden angezeigt wird."
15260
+
15261
+ #~ msgid "Downloadable files"
15262
+ #~ msgstr "Herunterladbare Dateien"
15263
+
15264
+ #~ msgid "The sale will end at the beginning of the set date."
15265
+ #~ msgstr "Das Angebot endet zu Beginn des gesetzten Datums."
15266
+
15267
+ #~ msgctxt "placeholder"
15268
+ #~ msgid "To&hellip;"
15269
+ #~ msgstr "Bis&hellip;"
15270
+
15271
+ #~ msgctxt "placeholder"
15272
+ #~ msgid "From&hellip;"
15273
+ #~ msgstr "Von&hellip;"
15274
+
15275
+ #~ msgid "Sale price dates"
15276
+ #~ msgstr "Angebotspreis-Daten"
15277
+
15278
+ #~ msgid "Schedule"
15279
+ #~ msgstr "Angebotszeitraum"
15280
+
15281
+ #~ msgid ""
15282
+ #~ "This text will be shown on the button linking to the external product."
15283
+ #~ msgstr ""
15284
+ #~ "Dieser Text wird auf dem Button erscheinen, der auf das externe Produkt "
15285
+ #~ "verlinkt."
15286
+
15287
+ #~ msgctxt "placeholder"
15288
+ #~ msgid "Buy product"
15289
+ #~ msgstr "Produkt kaufen"
15290
+
15291
+ #~ msgid "Button text"
15292
+ #~ msgstr "Button-Text"
15293
+
15294
+ #~ msgid "Enter the external URL to the product."
15295
+ #~ msgstr "Gib die externe URL zum Produkt an."
15296
+
15297
+ #~ msgid "Product URL"
15298
+ #~ msgstr "Produkt-URL"
15299
+
15300
+ #~ msgid ""
15301
+ #~ "SKU refers to a Stock-keeping unit, a unique identifier for each distinct "
15302
+ #~ "product and service that can be purchased."
15303
+ #~ msgstr ""
15304
+ #~ "Art.-Nr. steht für Artikelnummer, eine einzigartige Identifkationsgröße "
15305
+ #~ "für jedes Produkt und jede Dienstleistung, die man kaufen kann."
15306
+
15307
+ #~ msgid "Stock Keeping Unit"
15308
+ #~ msgstr "Artikelnummer"
15309
+
15310
+ #~ msgid "Advanced"
15311
+ #~ msgstr "Erweitert"
15312
+
15313
+ #~ msgid "Variations"
15314
+ #~ msgstr "Varianten"
15315
+
15316
+ #~ msgid "Linked Products"
15317
+ #~ msgstr "Verlinkte Produkte"
15318
+
15319
+ #~ msgid "Shipping"
15320
+ #~ msgstr "Versand"
15321
+
15322
+ #~ msgid "Inventory"
15323
+ #~ msgstr "Lagerbestand"
15324
+
15325
+ #~ msgid "Downloadable products give access to a file upon purchase."
15326
+ #~ msgstr ""
15327
+ #~ "Herunterladbare Produkte erlauben Zugriff auf eine Datei während des "
15328
+ #~ "Kaufvorgangs."
15329
+
15330
+ #~ msgid "Virtual products are intangible and are not shipped."
15331
+ #~ msgstr "Virtuelle Produkte sind immateriell und werden nicht versandt."
15332
+
15333
+ #~ msgid "Product Type"
15334
+ #~ msgstr "Produkttyp"
15335
+
15336
+ #~ msgid "Add"
15337
+ #~ msgstr "Hinzufügen"
15338
+
15339
+ #~ msgid "Note to customer"
15340
+ #~ msgstr "Hinweis an Kunde"
15341
+
15342
+ #~ msgid "Private note"
15343
+ #~ msgstr "Private Anmerkung"
15344
+
15345
+ #~ msgid ""
15346
+ #~ "Add a note for your reference, or add a customer note (the user will be "
15347
+ #~ "notified)."
15348
+ #~ msgstr ""
15349
+ #~ "Füge hier eine Anmerkung hinzu, entweder für deine interne Verwaltung "
15350
+ #~ "oder für den Kunden (welcher dann darüber benachrichtigt wird)."
15351
+
15352
+ #~ msgid "Add note"
15353
+ #~ msgstr "Anmerkung hinzufügen"
15354
+
15355
+ #~ msgid "There are no notes yet."
15356
+ #~ msgstr "Es gibt noch keine Anmerkungen."
15357
+
15358
+ #~ msgid "Delete note"
15359
+ #~ msgstr "Anmerkung löschen"
15360
+
15361
+ #~ msgid "by %s"
15362
+ #~ msgstr "von %s"
15363
+
15364
+ #~ msgid "added on %1$s at %2$s"
15365
+ #~ msgstr "hinzugefügt am %1$s um %2$s"
15366
+
15367
+ #~ msgid "Grant access"
15368
+ #~ msgstr "Zugriff gewähren"
15369
+
15370
+ #~ msgid "Search for a downloadable product&hellip;"
15371
+ #~ msgstr "Nach herunterladbarem Produkt suchen&hellip;"
15372
+
15373
+ #~ msgid "File %d"
15374
+ #~ msgstr "Datei %d"
15375
+
15376
+ #~ msgid "Customer notes about the order"
15377
+ #~ msgstr "Kundenanmerkungen zur Bestellung"
15378
+
15379
+ #~ msgid "Customer provided note"
15380
+ #~ msgstr "Kundenbemerkungen"
15381
+
15382
+ #~ msgid "No shipping address set."
15383
+ #~ msgstr "Keine Lieferadresse angegeben."
15384
+
15385
+ #~ msgid "Load shipping address"
15386
+ #~ msgstr "Lieferadresse laden"
15387
+
15388
+ #~ msgid "Shipping details"
15389
+ #~ msgstr "Versanddetails"
15390
+
15391
+ #~ msgid "Transaction ID"
15392
+ #~ msgstr "Transaktions-ID"
15393
+
15394
+ #~ msgid "Other"
15395
+ #~ msgstr "Andere"
15396
+
15397
+ #~ msgid "No billing address set."
15398
+ #~ msgstr "Keine Rechnungsadresse angegeben."
15399
+
15400
+ #~ msgid "Address"
15401
+ #~ msgstr "Adresse"
15402
+
15403
+ #~ msgid "Load billing address"
15404
+ #~ msgstr "Rechnungsadresse laden"
15405
+
15406
+ #~ msgid "Billing details"
15407
+ #~ msgstr "Rechnungsdetails"
15408
+
15409
+ #~ msgid "Customer:"
15410
+ #~ msgstr "Kunde:"
15411
+
15412
+ #~ msgid "h"
15413
+ #~ msgstr "h"
15414
+
15415
+ #~ msgid "Customer ID."
15416
+ #~ msgstr "Kunden-ID."
15417
+
15418
+ #~ msgid "Payment via %s"
15419
+ #~ msgstr "Bezahlung über %s"
15420
+
15421
+ #~ msgid "Phone"
15422
+ #~ msgstr "Telefon"
15423
+
15424
+ #~ msgid "Apply"
15425
+ #~ msgstr "Übernehmen"
15426
+
15427
+ #~ msgid "Regenerate download permissions"
15428
+ #~ msgstr "Download-Berechtigungen neu generieren"
15429
+
15430
+ #~ msgid ""
15431
+ #~ "Coupon code already exists - customers will use the latest coupon with "
15432
+ #~ "this code."
15433
+ #~ msgstr ""
15434
+ #~ "Dieser Gutscheincode existiert bereits – Kunden werden den aktuellsten "
15435
+ #~ "Gutschein mit diesem Code verwenden."
15436
+
15437
+ #~ msgid ""
15438
+ #~ "How many times this coupon can be used by an individual user. Uses "
15439
+ #~ "billing email for guests, and user ID for logged in users."
15440
+ #~ msgstr ""
15441
+ #~ "Wie oft dieser Gutschein von einem einzelnen Benutzer angewendet werden "
15442
+ #~ "darf. Für Gäste wird die E-Mail Adresse der Rechnungsadresse verwendet, "
15443
+ #~ "für eingeloggte Benutzer die Benutzer-ID."
15444
+
15445
+ #~ msgid "Usage limit per user"
15446
+ #~ msgstr "Nutzungslimit pro Benutzer"
15447
+
15448
+ #~ msgid ""
15449
+ #~ "The maximum number of individual items this coupon can apply to when "
15450
+ #~ "using product discounts. Leave blank to apply to all qualifying items in "
15451
+ #~ "cart."
15452
+ #~ msgstr ""
15453
+ #~ "Die maximale Anzahl von Einzelprodukten, für die dieser Gutschein bei "
15454
+ #~ "Produktrabatten angewendet werden kann. Leer lassen, um auf alle "
15455
+ #~ "zutreffenden Produkte im Warenkorb anzuwenden. "
15456
+
15457
+ #~ msgid "Limit usage to X items"
15458
+ #~ msgstr "Nutzung auf X Produkte limitieren"
15459
+
15460
+ #~ msgid "How many times this coupon can be used before it is void."
15461
+ #~ msgstr "Wie oft dieser Gutschein angewendet werden kann, bevor er abläuft."
15462
+
15463
+ #~ msgid "Usage limit per coupon"
15464
+ #~ msgstr "Nutzungslimit pro Gutschein"
15465
+
15466
+ #~ msgid "No restrictions"
15467
+ #~ msgstr "Keine Einschränkungen"
15468
+
15469
+ #~ msgid "No categories"
15470
+ #~ msgstr "Keine Kategorien"
15471
+
15472
+ #~ msgid "Exclude categories"
15473
+ #~ msgstr "Kategorien ausschließen"
15474
+
15475
+ #~ msgid "Any category"
15476
+ #~ msgstr "Beliebige Kategorie"
15477
+
15478
+ #~ msgid "Product categories"
15479
+ #~ msgstr "Produktkategorien"
15480
+
15481
+ #~ msgid "Exclude products"
15482
+ #~ msgstr "Produkte ausschließen"
15483
+
15484
+ #~ msgid "Search for a product&hellip;"
15485
+ #~ msgstr "Nach einem Produkt suchen&hellip;"
15486
+
15487
+ #~ msgid ""
15488
+ #~ "Check this box if the coupon should not apply to items on sale. Per-item "
15489
+ #~ "coupons will only work if the item is not on sale. Per-cart coupons will "
15490
+ #~ "only work if there are items in the cart that are not on sale."
15491
+ #~ msgstr ""
15492
+ #~ "Aktiviere diese Option, wenn der Gutschein nicht für Produkte gelten "
15493
+ #~ "soll, die im Angebot sind. Gutscheine pro Produkt/Artikel funktionieren "
15494
+ #~ "nur, wenn das Produkt nicht im Angebot ist. Gutscheine die Pro-Gesamt-"
15495
+ #~ "Warenkorb verwendet werden, sind nur einlösbar, wenn der Warenkorb keine "
15496
+ #~ "Produkte enthält, die im Angebot sind."
15497
+
15498
+ #~ msgid "Exclude sale items"
15499
+ #~ msgstr "Produkte, die im Angebot sind, ausschließen"
15500
+
15501
+ #~ msgid ""
15502
+ #~ "Check this box if the coupon cannot be used in conjunction with other "
15503
+ #~ "coupons."
15504
+ #~ msgstr ""
15505
+ #~ "Aktivieren, wenn dieser Gutschein nicht zusammen mit anderen Gutscheinen "
15506
+ #~ "verwendet werden darf."
15507
+
15508
+ #~ msgid "Individual use only"
15509
+ #~ msgstr "Nur einzeln anwendbar"
15510
+
15511
+ #~ msgid ""
15512
+ #~ "This field allows you to set the maximum spend (subtotal) allowed when "
15513
+ #~ "using the coupon."
15514
+ #~ msgstr ""
15515
+ #~ "In diesem Feld kann ein Maximalbestellwert (Zwischensumme) für die "
15516
+ #~ "Nutzung des Gutscheins festgelegt werden."
15517
+
15518
+ #~ msgid "No maximum"
15519
+ #~ msgstr "Kein Maximalbetrag"
15520
+
15521
+ #~ msgid "Maximum spend"
15522
+ #~ msgstr "Maximalbestellwert"
15523
+
15524
+ #~ msgid ""
15525
+ #~ "This field allows you to set the minimum spend (subtotal) allowed to use "
15526
+ #~ "the coupon."
15527
+ #~ msgstr ""
15528
+ #~ "In diesem Feld kann ein Mindestbestellwert (Zwischensumme) für die "
15529
+ #~ "Nutzung des Gutscheins festgelegt werden."
15530
+
15531
+ #~ msgid "No minimum"
15532
+ #~ msgstr "Kein Mindestbetrag"
15533
+
15534
+ #~ msgid "Minimum spend"
15535
+ #~ msgstr "Mindestbestellwert"
15536
+
15537
+ #~ msgid "Coupon expiry date"
15538
+ #~ msgstr "Verfallsdatum des Gutscheins"
15539
+
15540
+ #~ msgid ""
15541
+ #~ "Check this box if the coupon grants free shipping. A <a href=\"%s\" "
15542
+ #~ "target=\"_blank\">free shipping method</a> must be enabled in your "
15543
+ #~ "shipping zone and be set to require \"a valid free shipping coupon\" (see "
15544
+ #~ "the \"Free Shipping Requires\" setting)."
15545
+ #~ msgstr ""
15546
+ #~ "Aktiviere diese Option, wenn der Gutschein einen kostenlosen Versand "
15547
+ #~ "ermöglicht. Die Versandart <a href=\"%s\" target=\"_blank\">Kostenloser "
15548
+ #~ "Versand</a> muss in der Versandzone aktiviert und die Einstellung „ein "
15549
+ #~ "gültiger Versandkostenfrei-Gutschein\" wird benötigt, muss aktiviert sein "
15550
+ #~ "(siehe die dortigen Einstellungen zu \"Kostenloser Versand benötigt\")."
15551
+
15552
+ #~ msgid "Allow free shipping"
15553
+ #~ msgstr "Kostenlosen Versand erlauben"
15554
+
15555
+ #~ msgid "Value of the coupon."
15556
+ #~ msgstr "Wert des Gutscheins."
15557
+
15558
+ #~ msgid "Discount type"
15559
+ #~ msgstr "Rabattart"
15560
+
15561
+ #~ msgid "Usage limits"
15562
+ #~ msgstr "Nutzungsgrenzen"
15563
+
15564
+ #~ msgid "Usage restriction"
15565
+ #~ msgstr "Nutzungseinschränkung"
15566
+
15567
+ #~ msgid "General"
15568
+ #~ msgstr "Allgemein"
15569
+
15570
+ #~ msgid "Sorry, there has been an error."
15571
+ #~ msgstr "Entschuldigung, es ist leider ein Fehler aufgetreten."
15572
+
15573
+ #~ msgid "Upload file and import"
15574
+ #~ msgstr "Datei hochladen und importieren"
15575
+
15576
+ #~ msgid "Delimiter"
15577
+ #~ msgstr "Trennzeichen"
15578
+
15579
+ #~ msgid "OR enter path to file:"
15580
+ #~ msgstr "ODER gib den Pfad zu einer Datei an:"
15581
+
15582
+ #~ msgid "Maximum size: %s"
15583
+ #~ msgstr "Maximale Größe: %s"
15584
+
15585
+ #~ msgid "Choose a file from your computer:"
15586
+ #~ msgstr "Wähle eine Datei von deinem Rechner:"
15587
+
15588
+ #~ msgid ""
15589
+ #~ "Before you can upload your import file, you will need to fix the "
15590
+ #~ "following error:"
15591
+ #~ msgstr ""
15592
+ #~ "Bevor du deine Importdatei hochladen kannst, musst du folgenden Fehler "
15593
+ #~ "beheben:"
15594
+
15595
+ #~ msgid ""
15596
+ #~ "Hi there! Upload a CSV file containing tax rates to import the contents "
15597
+ #~ "into your shop. Choose a .csv file to upload, then click \"Upload file "
15598
+ #~ "and import\"."
15599
+ #~ msgstr ""
15600
+ #~ "Hallo! Lade eine CSV-Datei mit Steuersätzen hoch, um diese in deinen Shop "
15601
+ #~ "zu importieren. Wähle eine <code>.csv</code>-Datei zum Hochladen aus und "
15602
+ #~ "klicke danach auf „Datei hochladen und importieren“."
15603
+
15604
+ #~ msgid "Import tax rates"
15605
+ #~ msgstr "Steuersätze importieren"
15606
+
15607
+ #~ msgid "View tax rates"
15608
+ #~ msgstr "Steuersätze ansehen"
15609
+
15610
+ #~ msgid "All done!"
15611
+ #~ msgstr "Alles erledigt!"
15612
+
15613
+ #~ msgid "The CSV is invalid."
15614
+ #~ msgstr "Die CSV-Datei ist ungültig."
15615
+
15616
+ #~ msgid "The file does not exist, please try again."
15617
+ #~ msgstr "Die Datei existiert nicht. Bitte versuche es nochmal."
15618
+
15619
+ #~ msgid "Thank you for selling with WooCommerce."
15620
+ #~ msgstr "Danke, dass du für deinen Shop WooCommerce verwendest."
15621
+
15622
+ #~ msgid "Thanks :)"
15623
+ #~ msgstr "Danke :)"
15624
+
15625
+ #~ msgid "HTML email template"
15626
+ #~ msgstr "HTML E-Mail-Vorlage"
15627
+
15628
+ #~ msgid "Docs"
15629
+ #~ msgstr "Dokumentation"
15630
+
15631
+ #~ msgid "Search webhooks"
15632
+ #~ msgstr "Webhooks suchen"
15633
+
15634
+ #~ msgid "Add webhook"
15635
+ #~ msgstr "Webhook hinzufügen"
15636
+
15637
+ #~ msgid "Webhooks"
15638
+ #~ msgstr "Webhooks"
15639
+
15640
+ #~ msgid "Webhook created successfully."
15641
+ #~ msgstr "Webhook erfolgreich erstellt."
15642
+
15643
+ #~ msgid "Webhook updated successfully."
15644
+ #~ msgstr "Webhook erfolgreich aktualisiert."
15645
+
15646
+ #~ msgid "%d webhook permanently deleted."
15647
+ #~ msgid_plural "%d webhooks permanently deleted."
15648
+ #~ msgstr[0] "%d Webhook dauerhaft gelöscht."
15649
+ #~ msgstr[1] "%d Webhooks dauerhaft gelöscht."
15650
+
15651
+ #~ msgid "You do not have permission to edit Webhooks"
15652
+ #~ msgstr "Du hast keine Berechtigung, Webhooks zu bearbeiten"
15653
+
15654
+ #~ msgid "You do not have permission to update Webhooks"
15655
+ #~ msgstr "Du hast keine Berechtigung, Webhooks zu aktualisieren"
15656
+
15657
+ #~ msgctxt "Webhook created on date parsed by strftime"
15658
+ #~ msgid "%b %d, %Y @ %I:%M %p"
15659
+ #~ msgstr "%d %b %Y um %H:%M"
15660
+
15661
+ #~ msgid "Webhook created on %s"
15662
+ #~ msgstr "Webhook erstellt am %s"
15663
+
15664
+ #~ msgid "Move to trash"
15665
+ #~ msgstr "In den Papierkorb verschieben"
15666
+
15667
+ #~ msgctxt "posts"
15668
+ #~ msgid "All <span class=\"count\">(%s)</span>"
15669
+ #~ msgid_plural "All <span class=\"count\">(%s)</span>"
15670
+ #~ msgstr[0] "Alle <span class=\"count\">(%s)</span>"
15671
+ #~ msgstr[1] "Alle <span class=\"count\">(%s)</span>"
15672
+
15673
+ #~ msgid "Delivery URL"
15674
+ #~ msgstr "Auslieferungs-URL (Delivery URL)"
15675
+
15676
+ #~ msgid "Topic"
15677
+ #~ msgstr "Thema (topic)"
15678
+
15679
+ #~ msgid ""
15680
+ #~ "Attribute terms can be assigned to products and variations.<br/><br/"
15681
+ #~ "><b>Note</b>: Deleting a term will remove it from all products and "
15682
+ #~ "variations to which it has been assigned. Recreating a term will not "
15683
+ #~ "automatically assign it back to products."
15684
+ #~ msgstr ""
15685
+ #~ "Begriffe für Produkt-Eigenschaften können Produkten und Variationen "
15686
+ #~ "zugeordnet werden.<br/><br/><b>Hinweis</b>: Das Löschen eines Begriffs "
15687
+ #~ "entfernt alle Zuordnungen zu Produkten und Variationen. Ein erneutes "
15688
+ #~ "Erstellen eine Begriffs führt nicht automatisch zu einer erneuten "
15689
+ #~ "Zuordnung."
15690
+
15691
+ #~ msgid ""
15692
+ #~ "Product categories for your store can be managed here. To change the "
15693
+ #~ "order of categories on the front-end you can drag and drop to sort them. "
15694
+ #~ "To see more categories listed click the \"screen options\" link at the "
15695
+ #~ "top-right of this page."
15696
+ #~ msgstr ""
15697
+ #~ "Hier kannst du die Produktkategorien für deinen Shop verwalten. Um die "
15698
+ #~ "Reihenfolge der Kategorien in der Besucheransicht (Frontend) zu ändern, "
15699
+ #~ "kannst du diese per „Drag and Drop“ zur gewünschten Position ziehen. Um "
15700
+ #~ "mehr Kategorien pro Bearbeiten-Seite auflisten zu lassen, klicke bitte "
15701
+ #~ "oben rechts auf den Tab „Ansicht anpassen“."
15702
+
15703
+ #~ msgid "Use image"
15704
+ #~ msgstr "Bild verwenden"
15705
+
15706
+ #~ msgid "Remove image"
15707
+ #~ msgstr "Bild entfernen"
15708
+
15709
+ #~ msgid "Upload/Add image"
15710
+ #~ msgstr "Bild hochladen/hinzufügen"
15711
+
15712
+ #~ msgid "Thumbnail"
15713
+ #~ msgstr "Vorschaubild"
15714
+
15715
+ #~ msgid "Both"
15716
+ #~ msgstr "Beide"
15717
+
15718
+ #~ msgid "Subcategories"
15719
+ #~ msgstr "Unterkategorien"
15720
+
15721
+ #~ msgid "Products"
15722
+ #~ msgstr "Produkte"
15723
+
15724
+ #~ msgid "Display type"
15725
+ #~ msgstr "Anzeigeart"
15726
+
15727
+ #~ msgid ""
15728
+ #~ "This will reset your usage tracking settings, causing it to show the opt-"
15729
+ #~ "in banner again and not sending any data."
15730
+ #~ msgstr ""
15731
+ #~ "Hiermit werden deine Einstellungen für die Nutzungsverfolgung "
15732
+ #~ "zurückgesetzt, so dass das Opt-in-Banner wieder angezeigt wird und keine "
15733
+ #~ "Daten gesendet werden."
15734
+
15735
+ #~ msgid "Delete WooCommerce tax rates"
15736
+ #~ msgstr "WooCommerce-Steuersätze löschen"
15737
+
15738
+ #~ msgid ""
15739
+ #~ "This tool will reset the admin, customer and shop_manager roles to "
15740
+ #~ "default. Use this if your users cannot access all of the WooCommerce "
15741
+ #~ "admin pages."
15742
+ #~ msgstr ""
15743
+ #~ "Dieses Werkzeug setzt die Benutzerrollen admin (Administrator), customer "
15744
+ #~ "(Kunde) und shop_manager (Shop-Manager) auf ihre Standardwerte zurück. "
15745
+ #~ "Verwende es, falls Benutzer nicht auf alle WooCommerce Einstellungen-"
15746
+ #~ "Seiten zugreifen können."
15747
+
15748
+ #~ msgid "Reset capabilities"
15749
+ #~ msgstr "Berechtigungen zurücksetzen"
15750
+
15751
+ #~ msgid "Capabilities"
15752
+ #~ msgstr "Benutzer-Berechtigungen"
15753
+
15754
+ #~ msgid ""
15755
+ #~ "This tool will recount product terms - useful when changing your settings "
15756
+ #~ "in a way which hides products from the catalog."
15757
+ #~ msgstr ""
15758
+ #~ "Dieses Werkzeug kann Produktbegriffe nachzählen - das ist nützlich, wenn "
15759
+ #~ "du deine Einstellungen so änderst, dass Produkte aus dem Katalog "
15760
+ #~ "ausgeblendet werden."
15761
+
15762
+ #~ msgid "Recount terms"
15763
+ #~ msgstr "Terms erneut zählen"
15764
+
15765
+ #~ msgid "Term counts"
15766
+ #~ msgstr "Terms-Zähler"
15767
+
15768
+ #~ msgid "This tool will clear ALL expired transients from WordPress."
15769
+ #~ msgstr "Dieses Werkzeug löscht ALLE abgelaufenen Transients aus WordPress."
15770
+
15771
+ #~ msgid "Expired transients"
15772
+ #~ msgstr "Abgelaufene Transients"
15773
+
15774
+ #~ msgid "This tool will clear the product/shop transients cache."
15775
+ #~ msgstr ""
15776
+ #~ "Dieses Werkzeug wird den Produkt-/ Shop-Transient-Cache leeren (ein "
15777
+ #~ "spezieller Zwischenspeicher)."
15778
+
15779
+ #~ msgid "Clear transients"
15780
+ #~ msgstr "Transients leeren"
15781
+
15782
+ #~ msgid "Your changes have been saved."
15783
+ #~ msgstr "Deine Änderungen wurden gespeichert."
15784
+
15785
+ #~ msgid "There was an error calling %s"
15786
+ #~ msgstr "Es gab einen Fehler beim Aufruf von %s"
15787
+
15788
+ #~ msgid "Usage tracking settings successfully reset."
15789
+ #~ msgstr ""
15790
+ #~ "Einstellungen zur Erfassung von Nutzungsdaten erfolgreich zurückgesetzt"
15791
+
15792
+ #~ msgid "Tax rates successfully deleted"
15793
+ #~ msgstr "Steuersätze wurden erfolgreich gelöscht"
15794
+
15795
+ #~ msgid "Terms successfully recounted"
15796
+ #~ msgstr "Begriffe (terms) erfolgreich neu gezählt"
15797
+
15798
+ #~ msgid "Roles successfully reset"
15799
+ #~ msgstr "Benutzerrollen erfolgreich zurückgesetzt"
15800
+
15801
+ #~ msgid "%d transients rows cleared"
15802
+ #~ msgstr "%d Zeilen mit Transients geleert"
15803
+
15804
+ #~ msgid "Product transients cleared"
15805
+ #~ msgstr "Produkt-Transients geleert"
15806
+
15807
+ #~ msgid "Create your first product!"
15808
+ #~ msgstr "Erstelle dein erstes Produkt!"
15809
+
15810
+ #~ msgid "Next step"
15811
+ #~ msgstr "Nächster Schritt"
15812
+
15813
+ #~ msgid "Allow"
15814
+ #~ msgstr "Erlauben"
15815
+
15816
+ #~ msgid "Enable cash on delivery"
15817
+ #~ msgstr "Per Nachnahme aktivieren"
15818
+
15819
+ #~ msgid "Cash on delivery"
15820
+ #~ msgstr "Per Nachnahme"
15821
+
15822
+ #~ msgid "Offline Payments"
15823
+ #~ msgstr "Offline-Zahlungen"
15824
+
15825
+ #~ msgid "PayPal email address"
15826
+ #~ msgstr "PayPal E-Mail-Adresse"
15827
+
15828
+ #~ msgid "State"
15829
+ #~ msgstr "Bundesland"
15830
+
15831
+ #~ msgid "yd"
15832
+ #~ msgstr "yd"
15833
+
15834
+ #~ msgid "in"
15835
+ #~ msgstr "in"
15836
+
15837
+ #~ msgid "mm"
15838
+ #~ msgstr "mm"
15839
+
15840
+ #~ msgid "cm"
15841
+ #~ msgstr "cm"
15842
+
15843
+ #~ msgid "m"
15844
+ #~ msgstr "m"
15845
+
15846
+ #~ msgid "oz"
15847
+ #~ msgstr "oz"
15848
+
15849
+ #~ msgid "lbs"
15850
+ #~ msgstr "lbs"
15851
+
15852
+ #~ msgid "g"
15853
+ #~ msgstr "g"
15854
+
15855
+ #~ msgid "kg"
15856
+ #~ msgstr "kg"
15857
+
15858
+ #~ msgid "Decimal separator."
15859
+ #~ msgstr "Dezimaltrennzeichen."
15860
+
15861
+ #~ msgid "Thousand separator."
15862
+ #~ msgstr "Tausender Trennzeichen."
15863
+
15864
+ #~ msgid "Right with space"
15865
+ #~ msgstr "Rechts mit Freiraum"
15866
+
15867
+ #~ msgid "Left with space"
15868
+ #~ msgstr "Links mit Freiraum"
15869
+
15870
+ #~ msgid "Currency position."
15871
+ #~ msgstr "Position der Währung."
15872
+
15873
+ #~ msgid "Choose a currency&hellip;"
15874
+ #~ msgstr "Wähle eine Währung aus&hellip;"
15875
+
15876
+ #~ msgid "Where is your store based?"
15877
+ #~ msgstr "Wo befindet sich dein Geschäft?"
15878
+
15879
+ #~ msgid "Skip this step"
15880
+ #~ msgstr "Diesen Schritt überspringen"
15881
+
15882
+ #~ msgctxt "Page title"
15883
+ #~ msgid "My account"
15884
+ #~ msgstr "Mein Konto"
15885
+
15886
+ #~ msgctxt "Page title"
15887
+ #~ msgid "Checkout"
15888
+ #~ msgstr "Kasse"
15889
+
15890
+ #~ msgctxt "Page title"
15891
+ #~ msgid "Cart"
15892
+ #~ msgstr "Warenkorb"
15893
+
15894
+ #~ msgctxt "Page title"
15895
+ #~ msgid "Shop"
15896
+ #~ msgstr "Shop"
15897
+
15898
+ #~ msgid "Not right now"
15899
+ #~ msgstr "Nicht gerade jetzt"
15900
+
15901
+ #~ msgid "Let's go!"
15902
+ #~ msgstr "Los gehts!"
15903
+
15904
+ #~ msgid "WooCommerce &rsaquo; Setup Wizard"
15905
+ #~ msgstr "WooCommerce &rsaquo; Einrichtungsassistent"
15906
+
15907
+ #~ msgid "Ready!"
15908
+ #~ msgstr "Bereit!"
15909
+
15910
+ #~ msgid "Payments"
15911
+ #~ msgstr "Zahlungen"
15912
+
15913
+ #~ msgid "Page setup"
15914
+ #~ msgstr "Seiteneinrichtung"
15915
+
15916
+ #~ msgid "Select none"
15917
+ #~ msgstr "Nichts auswählen"
15918
+
15919
+ #~ msgid "Select all"
15920
+ #~ msgstr "Alle auswählen"
15921
+
15922
+ #~ msgid "Choose countries&hellip;"
15923
+ #~ msgstr "Länder auswählen&hellip;"
15924
+
15925
+ #~ msgid "Choose a country&hellip;"
15926
+ #~ msgstr "Ein Land auswählen&hellip;"
15927
+
15928
+ #~ msgid "Select a page&hellip;"
15929
+ #~ msgstr "Eine Seite auswählen&hellip;"
15930
+
15931
+ #~ msgid "Hard crop?"
15932
+ #~ msgstr "Genau zuschneiden?"
15933
+
15934
+ #~ msgid ""
15935
+ #~ "The settings of this image size have been disabled because its values are "
15936
+ #~ "being overwritten by a filter."
15937
+ #~ msgstr ""
15938
+ #~ "Die Einstellungen dieser Bildgröße wurden deaktiviert, da die Werte durch "
15939
+ #~ "einen Filter überschrieben werden."
15940
+
15941
+ #~ msgid ""
15942
+ #~ "The changes you made will be lost if you navigate away from this page."
15943
+ #~ msgstr ""
15944
+ #~ "Deine bisherigen Änderungen gehen verloren, wenn du diese Seite verlässt."
15945
+
15946
+ #~ msgid "Your settings have been saved."
15947
+ #~ msgstr "Deine Einstellungen wurden gespeichert."
15948
+
15949
+ #~ msgid "Taxes by date"
15950
+ #~ msgstr "Steuern nach Datum"
15951
+
15952
+ #~ msgid "Taxes by code"
15953
+ #~ msgstr "Steuern nach Code"
15954
+
15955
+ #~ msgid "Taxes"
15956
+ #~ msgstr "Steuern"
15957
+
15958
+ #~ msgid "Most stocked"
15959
+ #~ msgstr "Hoher Lagerbestand"
15960
+
15961
+ #~ msgid "Low in stock"
15962
+ #~ msgstr "Geringer Lagerbestand"
15963
+
15964
+ #~ msgid "Customer list"
15965
+ #~ msgstr "Kundenliste"
15966
+
15967
+ #~ msgid "Customers vs. guests"
15968
+ #~ msgstr "Kunden vs. Gäste"
15969
+
15970
+ #~ msgid "Customers"
15971
+ #~ msgstr "Kunden"
15972
+
15973
+ #~ msgid "Coupons by date"
15974
+ #~ msgstr "Gutscheine nach Datum"
15975
+
15976
+ #~ msgid "Sales by category"
15977
+ #~ msgstr "Verkäufe nach Kategorie"
15978
+
15979
+ #~ msgid "Sales by product"
15980
+ #~ msgstr "Verkäufe nach Produkt"
15981
+
15982
+ #~ msgid "Sales by date"
15983
+ #~ msgstr "Verkäufe nach Datum"
15984
+
15985
+ #~ msgid "Orders"
15986
+ #~ msgstr "Bestellungen"
15987
+
15988
+ #~ msgid "State / County or state code"
15989
+ #~ msgstr "Bundesland / Kanton oder Bundesstaaten-Code"
15990
+
15991
+ #~ msgid "Select a country&hellip;"
15992
+ #~ msgstr "Land auswählen&hellip;"
15993
+
15994
+ #~ msgid "Country"
15995
+ #~ msgstr "Land"
15996
+
15997
+ #~ msgid "Postcode"
15998
+ #~ msgstr "Postleitzahl"
15999
+
16000
+ #~ msgid "City"
16001
+ #~ msgstr "Stadt"
16002
+
16003
+ #~ msgid "Company"
16004
+ #~ msgstr "Firma"
16005
+
16006
+ #~ msgid "Last name"
16007
+ #~ msgstr "Nachname"
16008
+
16009
+ #~ msgid "First name"
16010
+ #~ msgstr "Vorname"
16011
+
16012
+ #~ msgid "Cancel"
16013
+ #~ msgstr "Abbrechen"
16014
+
16015
+ #~ msgid "OK"
16016
+ #~ msgstr "OK"
16017
+
16018
+ #~ msgid "Catalog visibility:"
16019
+ #~ msgstr "Sichtbarkeit im Katalog:"
16020
+
16021
+ #~ msgid "Search"
16022
+ #~ msgstr "Suche"
16023
+
16024
+ #~ msgid "Catalog"
16025
+ #~ msgstr "Katalog"
16026
+
16027
+ #~ msgid "Description (optional)"
16028
+ #~ msgstr "Beschreibung (optional)"
16029
+
16030
+ #~ msgid "Coupon code"
16031
+ #~ msgstr "Gutscheincode"
16032
+
16033
+ #~ msgid "Product name"
16034
+ #~ msgstr "Produktname"
16035
+
16036
+ #~ msgid "Show all types"
16037
+ #~ msgstr "Zeige alle Typen"
16038
+
16039
+ #~ msgid "Simple product"
16040
+ #~ msgstr "Einfaches Produkt"
16041
+
16042
+ #~ msgid "Variable product"
16043
+ #~ msgstr "Variables Produkt"
16044
+
16045
+ #~ msgid "External/Affiliate product"
16046
+ #~ msgstr "Externes/Affiliate-Produkt"
16047
+
16048
+ #~ msgid "Grouped product"
16049
+ #~ msgstr "Gruppiertes Produkt"
16050
+
16051
+ #~ msgid "%d order status changed."
16052
+ #~ msgid_plural "%d order statuses changed."
16053
+ #~ msgstr[0] "%d Bestellstatus geändert."
16054
+ #~ msgstr[1] "%d Bestellstatus geändert."
16055
+
16056
+ #~ msgid "Order status changed by bulk edit:"
16057
+ #~ msgstr "Bestellstatus geändert durch Massenbearbeitung:"
16058
+
16059
+ #~ msgid "Complete"
16060
+ #~ msgstr "Abgeschlossen"
16061
+
16062
+ #~ msgid "Processing"
16063
+ #~ msgstr "In Bearbeitung"
16064
+
16065
+ #~ msgid "Guest"
16066
+ #~ msgstr "Gast"
16067
+
16068
+ #~ msgid "Billing"
16069
+ #~ msgstr "Rechnung"
16070
+
16071
+ #~ msgid "%d note"
16072
+ #~ msgid_plural "%d notes"
16073
+ #~ msgstr[0] "%d Anmerkung"
16074
+ #~ msgstr[1] "%d Anmerkungen"
16075
+
16076
+ #~ msgid "Plus %d other note"
16077
+ #~ msgid_plural "Plus %d other notes"
16078
+ #~ msgstr[0] "plus %d weitere Anmerkung"
16079
+ #~ msgstr[1] "plus %d weitere Anmerkungen"
16080
+
16081
+ #~ msgid "View"
16082
+ #~ msgstr "Anzeigen"
16083
+
16084
+ #~ msgid "Delete permanently"
16085
+ #~ msgstr "Dauerhaft löschen"
16086
+
16087
+ #~ msgid "Trash"
16088
+ #~ msgstr "Papierkorb"
16089
+
16090
+ #~ msgid "No"
16091
+ #~ msgstr "Nein"
16092
+
16093
+ #~ msgid "Yes"
16094
+ #~ msgstr "Ja"
16095
+
16096
+ #~ msgid "Toggle featured"
16097
+ #~ msgstr "Hervorgehoben an-/ausschalten"
16098
+
16099
+ #~ msgid "Downloadable"
16100
+ #~ msgstr "Herunterladbar"
16101
+
16102
+ #~ msgid "Virtual"
16103
+ #~ msgstr "Virtuell"
16104
+
16105
+ #~ msgid "Actions"
16106
+ #~ msgstr "Aktionen"
16107
+
16108
+ #~ msgid "Total"
16109
+ #~ msgstr "Gesamtsumme"
16110
+
16111
+ #~ msgid "Ship to"
16112
+ #~ msgstr "Versand"
16113
+
16114
+ #~ msgid "Purchase"
16115
+ #~ msgstr "Kaufen"
16116
+
16117
+ #~ msgid "Order"
16118
+ #~ msgstr "Bestellung"
16119
+
16120
+ #~ msgid "Status"
16121
+ #~ msgstr "Status"
16122
+
16123
+ #~ msgid "Expiry date"
16124
+ #~ msgstr "Ablaufdatum"
16125
+
16126
+ #~ msgid "Usage / Limit"
16127
+ #~ msgstr "Verwendung / Limit"
16128
+
16129
+ #~ msgid "Product IDs"
16130
+ #~ msgstr "Produkt-IDs"
16131
+
16132
+ #~ msgid "Coupon amount"
16133
+ #~ msgstr "Gutscheinbetrag"
16134
+
16135
+ #~ msgid "Coupon type"
16136
+ #~ msgstr "Gutscheintyp"
16137
+
16138
+ #~ msgid "Code"
16139
+ #~ msgstr "Gutscheincode"
16140
+
16141
+ #~ msgid "Date"
16142
+ #~ msgstr "Datum"
16143
+
16144
+ #~ msgid "Tags"
16145
+ #~ msgstr "Schlagwörter"
16146
+
16147
+ #~ msgid "Categories"
16148
+ #~ msgstr "Kategorien"
16149
+
16150
+ #~ msgid "Stock"
16151
+ #~ msgstr "Lager"
16152
+
16153
+ #~ msgid "SKU"
16154
+ #~ msgstr "Artikelnummer"
16155
+
16156
+ #~ msgid "Image"
16157
+ #~ msgstr "Bild"
16158
+
16159
+ #~ msgid "%s coupon restored from the Trash."
16160
+ #~ msgid_plural "%s coupons restored from the Trash."
16161
+ #~ msgstr[0] "%s Gutschein aus dem Papierkorb wiederhergestellt."
16162
+ #~ msgstr[1] "%s Gutscheine aus dem Papierkorb wiederhergestellt."
16163
+
16164
+ #~ msgid "%s coupon moved to the Trash."
16165
+ #~ msgid_plural "%s coupons moved to the Trash."
16166
+ #~ msgstr[0] "%s Gutschein in den Papierkorb verschoben."
16167
+ #~ msgstr[1] "%s Gutscheine in den Papierkorb verschoben."
16168
+
16169
+ #~ msgid "%s coupon permanently deleted."
16170
+ #~ msgid_plural "%s coupons permanently deleted."
16171
+ #~ msgstr[0] "%s Gutschein dauerhaft gelöscht."
16172
+ #~ msgstr[1] "%s Gutscheine dauerhaft gelöscht."
16173
+
16174
+ #~ msgid "%s coupon not updated, somebody is editing it."
16175
+ #~ msgid_plural "%s coupons not updated, somebody is editing them."
16176
+ #~ msgstr[0] "%s Gutschein nicht aktualisiert, jemand bearbeitet ihn."
16177
+ #~ msgstr[1] "%s Gutscheine nicht aktualisiert, jemand bearbeitet sie."
16178
+
16179
+ #~ msgid "%s coupon updated."
16180
+ #~ msgid_plural "%s coupons updated."
16181
+ #~ msgstr[0] "%s Gutschein aktualisiert."
16182
+ #~ msgstr[1] "%s Gutscheine aktualisiert."
16183
+
16184
+ #~ msgid "%s order restored from the Trash."
16185
+ #~ msgid_plural "%s orders restored from the Trash."
16186
+ #~ msgstr[0] "%s Bestellung aus dem Papierkorb wiederhergestellt."
16187
+ #~ msgstr[1] "%s Bestellungen aus dem Papierkorb wiederhergestellt."
16188
+
16189
+ #~ msgid "%s order moved to the Trash."
16190
+ #~ msgid_plural "%s orders moved to the Trash."
16191
+ #~ msgstr[0] "%s Bestellung in den Papierkorb verschoben."
16192
+ #~ msgstr[1] "%s Bestellungen in den Papierkorb verschoben."
16193
+
16194
+ #~ msgid "%s order permanently deleted."
16195
+ #~ msgid_plural "%s orders permanently deleted."
16196
+ #~ msgstr[0] "%s Bestellung dauerhaft gelöscht."
16197
+ #~ msgstr[1] "%s Bestellungen dauerhaft gelöscht."
16198
+
16199
+ #~ msgid "%s order not updated, somebody is editing it."
16200
+ #~ msgid_plural "%s orders not updated, somebody is editing them."
16201
+ #~ msgstr[0] "%s Bestellung nicht aktualisiert, jemand bearbeitet sie."
16202
+ #~ msgstr[1] "%s Bestellungen nicht aktualisiert, jemand bearbeitet sie."
16203
+
16204
+ #~ msgid "%s order updated."
16205
+ #~ msgid_plural "%s orders updated."
16206
+ #~ msgstr[0] "%s Bestellung aktualisiert."
16207
+ #~ msgstr[1] "%s Bestellungen aktualisiert."
16208
+
16209
+ #~ msgid "%s product restored from the Trash."
16210
+ #~ msgid_plural "%s products restored from the Trash."
16211
+ #~ msgstr[0] "%s Produkt aus dem Papierkorb wiederhergestellt."
16212
+ #~ msgstr[1] "%s Produkte aus dem Papierkorb wiederhergestellt."
16213
+
16214
+ #~ msgid "%s product moved to the Trash."
16215
+ #~ msgid_plural "%s products moved to the Trash."
16216
+ #~ msgstr[0] "%s Produkt in den Papierkorb verschoben."
16217
+ #~ msgstr[1] "%s Produkte in den Papierkorb verschoben."
16218
+
16219
+ #~ msgid "%s product permanently deleted."
16220
+ #~ msgid_plural "%s products permanently deleted."
16221
+ #~ msgstr[0] "%s Produkt dauerhaft gelöscht."
16222
+ #~ msgstr[1] "%s Produkte dauerhaft gelöscht."
16223
+
16224
+ #~ msgid "%s product not updated, somebody is editing it."
16225
+ #~ msgid_plural "%s products not updated, somebody is editing them."
16226
+ #~ msgstr[0] "%s Produkt nicht aktualisiert, jemand bearbeitet es."
16227
+ #~ msgstr[1] "%s Produkte nicht aktualisiert, jemand bearbeitet sie."
16228
+
16229
+ #~ msgid "%s product updated."
16230
+ #~ msgid_plural "%s products updated."
16231
+ #~ msgstr[0] "%s Produkt aktualisiert."
16232
+ #~ msgstr[1] "%s Produkte aktualisiert."
16233
+
16234
+ #~ msgid "Coupon draft updated."
16235
+ #~ msgstr "Gutschein-Entwurf aktualisiert."
16236
+
16237
+ #~ msgid "Coupon submitted."
16238
+ #~ msgstr "Gutschein übermittelt."
16239
+
16240
+ #~ msgid "Coupon saved."
16241
+ #~ msgstr "Gutschein gespeichert."
16242
+
16243
+ #~ msgid "Coupon updated."
16244
+ #~ msgstr "Gutschein aktualisiert."
16245
+
16246
+ #~ msgid "Order draft updated."
16247
+ #~ msgstr "Bestellentwurf aktualisiert."
16248
+
16249
+ #~ msgid "Order submitted."
16250
+ #~ msgstr "Bestellung abgeschickt."
16251
+
16252
+ #~ msgid "Order saved."
16253
+ #~ msgstr "Bestellung gespeichert."
16254
+
16255
+ #~ msgid "Order updated."
16256
+ #~ msgstr "Bestellung aktualisiert."
16257
+
16258
+ #~ msgid ""
16259
+ #~ "Product draft updated. <a target=\"_blank\" href=\"%s\">Preview product</"
16260
+ #~ "a>"
16261
+ #~ msgstr ""
16262
+ #~ "Produktentwurf aktualisiert. <a target=\"_blank\" href=\"%s"
16263
+ #~ "\">Produktvorschau</a>"
16264
+
16265
+ #~ msgid "M j, Y @ G:i"
16266
+ #~ msgstr "d. F Y @ H:i"
16267
+
16268
+ #~ msgid ""
16269
+ #~ "Product scheduled for: %1$s. <a target=\"_blank\" href=\"%2$s\">Preview "
16270
+ #~ "product</a>"
16271
+ #~ msgstr ""
16272
+ #~ "Produkt geplant für: %1$s. <a target=\"_blank\" href=\"%2$s"
16273
+ #~ "\">Produktvorschau</a>"
16274
+
16275
+ #~ msgid ""
16276
+ #~ "Product submitted. <a target=\"_blank\" href=\"%s\">Preview product</a>"
16277
+ #~ msgstr ""
16278
+ #~ "Produkt eingestellt. <a target=\"_blank\" href=\"%s\">Produktvorschau</a>"
16279
+
16280
+ #~ msgid "Product saved."
16281
+ #~ msgstr "Produkt gespeichert."
16282
+
16283
+ #~ msgid "Product published. <a href=\"%s\">View Product</a>"
16284
+ #~ msgstr "Produkt veröffentlicht. <a href=\"%s\">Produkt ansehen</a>"
16285
+
16286
+ #~ msgid "Product updated."
16287
+ #~ msgstr "Produkt aktualisiert."
16288
+
16289
+ #~ msgid "Custom field deleted."
16290
+ #~ msgstr "Benutzerdefiniertes Feld gelöscht."
16291
+
16292
+ #~ msgid "Custom field updated."
16293
+ #~ msgstr "Benutzerdefiniertes Feld aktualisiert."
16294
+
16295
+ #~ msgid "Product updated. <a href=\"%s\">View Product</a>"
16296
+ #~ msgstr "Produkt aktualisiert. <a href=\"%s\">Produkt ansehen</a>"
16297
+
16298
+ #~ msgid ""
16299
+ #~ "When you are finished editing your product, hit the \"Publish\" button to "
16300
+ #~ "publish your product to your store."
16301
+ #~ msgstr ""
16302
+ #~ "Wenn Du dein Produkt fertig bearbeitet hast, klicke auf den "
16303
+ #~ "„Veröffentlichen“-Button, um dein Produkt in deinem Shop zu "
16304
+ #~ "veröffentlichen."
16305
+
16306
+ #~ msgid "Publish your product!"
16307
+ #~ msgstr "Veröffentliche dein Produkt!"
16308
+
16309
+ #~ msgid ""
16310
+ #~ "Optionally assign categories to your products to make them easier to "
16311
+ #~ "browse through and find in your store."
16312
+ #~ msgstr ""
16313
+ #~ "Wahlweise kannst du deinen Produkten Kategorien zuordnen, um sie "
16314
+ #~ "übersichtlich und einfacher durchsuchbar in deinem Shop darzustellen."
16315
+
16316
+ #~ msgid "Product Categories"
16317
+ #~ msgstr "Produktkategorien"
16318
+
16319
+ #~ msgid ""
16320
+ #~ "You can optionally \"tag\" your products here. Tags are a method of "
16321
+ #~ "labeling your products to make them easier for customers to find."
16322
+ #~ msgstr ""
16323
+ #~ "Wahlweise kannst du hier deine Produkte mit sogenannten Tags "
16324
+ #~ "\"verschlagworten\". Tags sind eine Möglichkeit deine Produkte mit "
16325
+ #~ "Schlagwörtern auszuzeichnen, so dass sie von deinen Kunden einfacher zu "
16326
+ #~ "finden sind."
16327
+
16328
+ #~ msgid ""
16329
+ #~ "Upload or assign an image to your product here. This image will be shown "
16330
+ #~ "in your store's catalog."
16331
+ #~ msgstr ""
16332
+ #~ "Lade hier ein neues Produktbild hoch oder wähle ein vorhandenes Bild aus. "
16333
+ #~ "Dieses Bild wird in deinem Shopkatalog erscheinen."
16334
+
16335
+ #~ msgid "Product images"
16336
+ #~ msgstr "Produktbilder"
16337
+
16338
+ #~ msgid ""
16339
+ #~ "Add a quick summary for your product here. This will appear on the "
16340
+ #~ "product page under the product name."
16341
+ #~ msgstr ""
16342
+ #~ "Ergänze hier eine Kurzbeschreibung deines Produkts. Sie wird auf "
16343
+ #~ "Produktseiten unter dem Produktnamen erscheinen."
16344
+
16345
+ #~ msgid "Next you need to give your product a price."
16346
+ #~ msgstr "Als nächstes gib deinem Produkt einen Preis."
16347
+
16348
+ #~ msgid "Prices"
16349
+ #~ msgstr "Preise"
16350
+
16351
+ #~ msgid ""
16352
+ #~ "If purchasing this product gives a customer access to a downloadable "
16353
+ #~ "file, e.g. software, check this box."
16354
+ #~ msgstr ""
16355
+ #~ "Wenn der Kauf dieses Produkts den Kunden zu einem Download berechtigt, z."
16356
+ #~ "B. bei Software, wähle diese Checkbox."
16357
+
16358
+ #~ msgid ""
16359
+ #~ "Check the \"Virtual\" box if this is a non-physical item, for example a "
16360
+ #~ "service, which does not need shipping."
16361
+ #~ msgstr ""
16362
+ #~ "Wähle die \"Virtuell\" Checkbox, wenn es sich um ein nicht-physisches "
16363
+ #~ "Produkt handelt, z.B. eine Dienstleistung, die keinen Versand erfordert."
16364
+
16365
+ #~ msgid "Virtual products"
16366
+ #~ msgstr "Virtuelle Produkte"
16367
+
16368
+ #~ msgid "Finally, external products are for linking off-site."
16369
+ #~ msgstr "Externe Produkte verlinken auf Produkte außerhalb der Website."
16370
+
16371
+ #~ msgid "Grouped products are for grouping several simple products into one."
16372
+ #~ msgstr ""
16373
+ #~ "Gruppierte Produkte dienen der Gruppierung verschiedener einfacher "
16374
+ #~ "Produkte in eins."
16375
+
16376
+ #~ msgid ""
16377
+ #~ "Variable is for more complex products such as t-shirts with multiple "
16378
+ #~ "sizes."
16379
+ #~ msgstr ""
16380
+ #~ "Variable Produkte können für komplexere Artikel, wie T-Shirts in "
16381
+ #~ "verschiedenen Größen genutzt werden."
16382
+
16383
+ #~ msgid ""
16384
+ #~ "Choose a type for this product. Simple is suitable for most physical "
16385
+ #~ "goods and services (we recommend setting up a simple product for now)."
16386
+ #~ msgstr ""
16387
+ #~ "Wähle einen Produkttyp. \"Einfaches Produkt\" passt bei den meisten "
16388
+ #~ "materiellen Waren und Dienstleistungen (wir empfehlen zunächst ein "
16389
+ #~ "Einfaches Produkt anzulegen)."
16390
+
16391
+ #~ msgid "Choose product type"
16392
+ #~ msgstr "Produkttyp auswählen"
16393
+
16394
+ #~ msgid ""
16395
+ #~ "This is your products main body of content. Here you should describe your "
16396
+ #~ "product in detail."
16397
+ #~ msgstr ""
16398
+ #~ "Das ist der inhaltliche Hauptteil deiner Produkte. Hier solltest du dein "
16399
+ #~ "Produkt detailiert bzw. ausführlich beschreiben."
16400
+
16401
+ #~ msgid "Product description"
16402
+ #~ msgstr "Produktbeschreibung"
16403
+
16404
+ #~ msgid ""
16405
+ #~ "Give your new product a name here. This is a required field and will be "
16406
+ #~ "what your customers will see in your store."
16407
+ #~ msgstr ""
16408
+ #~ "Gib hier deinem neuen Produkt einen Namen. Dies ist ein Pflichtfeld und "
16409
+ #~ "wird das sein, was deine Kunden im Shop sehen werden."
16410
+
16411
+ #~ msgctxt "slug"
16412
+ #~ msgid "product"
16413
+ #~ msgstr "produkt"
16414
+
16415
+ #~ msgid ""
16416
+ #~ "Enter a custom base to use. A base must be set or WordPress will use "
16417
+ #~ "default instead."
16418
+ #~ msgstr ""
16419
+ #~ "Gib eine benutzerdefinierte Basis ein. Es muss eine Basis angegeben "
16420
+ #~ "werden, ansonsten verwendet WordPress die Standard-Einstellung."
16421
+
16422
+ #~ msgid "Custom base"
16423
+ #~ msgstr "Benutzerdefinierte Basis"
16424
+
16425
+ #~ msgid "Shop base with category"
16426
+ #~ msgstr "Shop-Basis mit Kategorie"
16427
+
16428
+ #~ msgid "Shop base"
16429
+ #~ msgstr "Shop-Basis"
16430
+
16431
+ #~ msgid "Default"
16432
+ #~ msgstr "Standard"
16433
+
16434
+ #~ msgctxt "default-slug"
16435
+ #~ msgid "product"
16436
+ #~ msgstr "produkt"
16437
+
16438
+ #~ msgctxt "default-slug"
16439
+ #~ msgid "shop"
16440
+ #~ msgstr "shop"
16441
+
16442
+ #~ msgctxt "slug"
16443
+ #~ msgid "product-tag"
16444
+ #~ msgstr "produkt-schlagwort"
16445
+
16446
+ #~ msgctxt "slug"
16447
+ #~ msgid "product-category"
16448
+ #~ msgstr "produkt-kategorie"
16449
+
16450
+ #~ msgid "Product attribute base"
16451
+ #~ msgstr "Eigenschaft-Basis Produkte"
16452
+
16453
+ #~ msgid "Product tag base"
16454
+ #~ msgstr "Schlagwort-Basis (Tag) Produkte"
16455
+
16456
+ #~ msgid "Product category base"
16457
+ #~ msgstr "Kategorie-Basis Produkte"
16458
+
16459
+ #~ msgid "Reviews"
16460
+ #~ msgstr "Bewertungen"
16461
+
16462
+ #~ msgid "Rating"
16463
+ #~ msgstr "Bewertung"
16464
+
16465
+ #~ msgid "Coupon data"
16466
+ #~ msgstr "Gutschein-Daten"
16467
+
16468
+ #~ msgid "%s actions"
16469
+ #~ msgstr "%s Aktionen"
16470
+
16471
+ #~ msgid ""
16472
+ #~ "Note: Permissions for order items will automatically be granted when the "
16473
+ #~ "order status changes to processing/completed."
16474
+ #~ msgstr ""
16475
+ #~ "Hinweis: Berechtigungen für bestellte Produkte werden automatisch "
16476
+ #~ "erteilt, wenn sich der Bestellstatus nach „In Bearbeitung“ / "
16477
+ #~ "„Fertiggestellt“ ändert."
16478
+
16479
+ #~ msgid "Downloadable product permissions"
16480
+ #~ msgstr "Berechtigungen für herunterladbares Produkt"
16481
+
16482
+ #~ msgid "%s notes"
16483
+ #~ msgstr "%s Anmerkungen"
16484
+
16485
+ #~ msgid "%s items"
16486
+ #~ msgstr "%s Produkte"
16487
+
16488
+ #~ msgid "%s data"
16489
+ #~ msgstr "%s Daten"
16490
+
16491
+ #~ msgid "Product gallery"
16492
+ #~ msgstr "Produktgalerie"
16493
+
16494
+ #~ msgid "Product data"
16495
+ #~ msgstr "Produktdaten"
16496
+
16497
+ #~ msgid "Product short description"
16498
+ #~ msgstr "Produkt Kurzbeschreibung"
16499
+
16500
+ #~ msgid "Visit Store"
16501
+ #~ msgstr "Zum Shop"
16502
+
16503
+ #~ msgid "Add to menu"
16504
+ #~ msgstr "Zum Menü hinzufügen"
16505
+
16506
+ #~ msgid "WooCommerce endpoints"
16507
+ #~ msgstr "WooCommerce Endpunkte"
16508
+
16509
+ #~ msgctxt "Admin menu name"
16510
+ #~ msgid "Orders"
16511
+ #~ msgstr "Bestellungen"
16512
+
16513
+ #~ msgid "WooCommerce settings"
16514
+ #~ msgstr "WooCommerce-Einstellungen"
16515
+
16516
+ #~ msgid "Sales reports"
16517
+ #~ msgstr "Verkaufsberichte"
16518
+
16519
+ #~ msgid "Import <strong>tax rates</strong> to your store via a csv file."
16520
+ #~ msgstr ""
16521
+ #~ "<strong>Steuersätze</strong> in deinen Shop via CSV-Datei importieren."
16522
+
16523
+ #~ msgid "WooCommerce tax rates (CSV)"
16524
+ #~ msgstr "WooCommerce-Steuersätze (CSV)"
16525
+
16526
+ #~ msgid "Official extensions"
16527
+ #~ msgstr "Offizielle Erweiterungen (Extensions)"
16528
+
16529
+ #~ msgid "Official theme"
16530
+ #~ msgstr "Offizielles Theme"
16531
+
16532
+ #~ msgid "Github project"
16533
+ #~ msgstr "Github-Projekt"
16534
+
16535
+ #~ msgid "WordPress.org project"
16536
+ #~ msgstr "WordPress.org-Projekt"
16537
+
16538
+ #~ msgid "About WooCommerce"
16539
+ #~ msgstr "Über WooCommerce"
16540
+
16541
+ #~ msgid "For more information:"
16542
+ #~ msgstr "Für weitere Informationen:"
16543
+
16544
+ #~ msgid "Report a bug"
16545
+ #~ msgstr "Fehler melden"
16546
+
16547
+ #~ msgid ""
16548
+ #~ "If you find a bug within WooCommerce core you can create a ticket via <a "
16549
+ #~ "href=\"%1$s\">Github issues</a>. Ensure you read the <a href=\"%2$s"
16550
+ #~ "\">contribution guide</a> prior to submitting your report. To help us "
16551
+ #~ "solve your issue, please be as descriptive as possible and include your "
16552
+ #~ "<a href=\"%3$s\">system status report</a>."
16553
+ #~ msgstr ""
16554
+ #~ "Wenn du einen Bug im WooCommerce-Quellcode entdeckst, kannst du ein "
16555
+ #~ "Ticket via <a href=\"%1$s\">Github Issues</a> erstellen. Stelle sicher, "
16556
+ #~ "dass du den <a href=\"%2$s\">Contribution Guide</a> gelesen hast, bevor "
16557
+ #~ "du deinen Report übermittelst. Um uns bei der Fehlerbehebung zu helfen, "
16558
+ #~ "beschreibe den Fehler bitte so anschaulich wie möglich und integriere "
16559
+ #~ "deinen <a href=\"%3$s\">System Statusreport</a>."
16560
+
16561
+ #~ msgid "Found a bug?"
16562
+ #~ msgstr "Einen Fehler gefunden?"
16563
+
16564
+ #~ msgid "Education"
16565
+ #~ msgstr "Ausbildung"
16566
+
16567
+ #~ msgid ""
16568
+ #~ "Before asking for help we recommend checking the system status page to "
16569
+ #~ "identify any problems with your configuration."
16570
+ #~ msgstr ""
16571
+ #~ "Bevor du nach Hilfe fragst, empfehlen wir eine Überprüfung der "
16572
+ #~ "Systemstatus Seite um mögliche Konfigurationsprobleme zu identifizieren."
16573
+
16574
+ #~ msgid ""
16575
+ #~ "Should you need help understanding, using, or extending WooCommerce, <a "
16576
+ #~ "href=\"%s\">please read our documentation</a>. You will find all kinds of "
16577
+ #~ "resources including snippets, tutorials and much more."
16578
+ #~ msgstr ""
16579
+ #~ "Solltest du Hilfe benötigen WooCommerce zu verstehen, zu benutzen oder zu "
16580
+ #~ "erweitern, dann <a href=\"%s\">lies bitte unsere Dokumentation</a>. Du "
16581
+ #~ "wirst dort alle möglichen Ressourcen, inklusive Code-Beispiele, Tutorials "
16582
+ #~ "und noch viel mehr finden."
16583
+
16584
+ #~ msgid "Coupons"
16585
+ #~ msgstr "Gutscheine"
16586
+
16587
+ #~ msgid "Reports"
16588
+ #~ msgstr "Berichte"
16589
+
16590
+ #~ msgid "Local pickup"
16591
+ #~ msgstr "Abholung vor Ort"
16592
+
16593
+ #~ msgid "Local delivery"
16594
+ #~ msgstr "Lokale Zustellung"
16595
+
16596
+ #~ msgid "Free Shipping"
16597
+ #~ msgstr "Kostenloser Versand"
16598
+
16599
+ #~ msgid "Simplify Commerce"
16600
+ #~ msgstr "Simplify Commerce"
16601
+
16602
+ #~ msgid "PayPal Standard"
16603
+ #~ msgstr "PayPal-Standard"
16604
+
16605
+ #~ msgid "Product creation failed, could not find original product: %s"
16606
+ #~ msgstr ""
16607
+ #~ "Produkterstellung fehlgeschlagen, das Originalprodukt wurde nicht "
16608
+ #~ "gefunden: %s"
16609
+
16610
+ #~ msgid "No product to duplicate has been supplied!"
16611
+ #~ msgstr "Es wurde kein Produkt zum Duplizieren angegeben!"
16612
+
16613
+ #~ msgid "Copy to a new draft"
16614
+ #~ msgstr "In neuen Entwurf kopieren"
16615
+
16616
+ #~ msgid "Duplicate"
16617
+ #~ msgstr "Duplizieren"
16618
+
16619
+ #~ msgid "Make a duplicate from this product"
16620
+ #~ msgstr "Duplikat (Kopie) von diesem Produkt erstellen"
16621
+
16622
+ #~ msgid "There are no product reviews yet."
16623
+ #~ msgstr "Noch keine Produktbewertungen vorhanden."
16624
+
16625
+ #~ msgid "<strong>%s product</strong> out of stock"
16626
+ #~ msgid_plural "<strong>%s products</strong> out of stock"
16627
+ #~ msgstr[0] "<strong>%s Produkt</strong> nicht vorrätig"
16628
+ #~ msgstr[1] "<strong>%s Produkte</strong> nicht vorrätig"
16629
+
16630
+ #~ msgid "<strong>%s product</strong> low in stock"
16631
+ #~ msgid_plural "<strong>%s products</strong> low in stock"
16632
+ #~ msgstr[0] "<strong>%s Produkt </strong> in geringer Stückzahl"
16633
+ #~ msgstr[1] "<strong>%s Produkte</strong> in geringer Stückzahl"
16634
+
16635
+ #~ msgid "<strong>%s order</strong> on-hold"
16636
+ #~ msgid_plural "<strong>%s orders</strong> on-hold"
16637
+ #~ msgstr[0] "<strong>%s Bestellung</strong> mit Status „Wartend“"
16638
+ #~ msgstr[1] "<strong>%s Bestellungen</strong> mit Status „Wartend“"
16639
+
16640
+ #~ msgid "<strong>%s order</strong> awaiting processing"
16641
+ #~ msgid_plural "<strong>%s orders</strong> awaiting processing"
16642
+ #~ msgstr[0] "<strong>%s Bestellung</strong> wartet auf Bearbeitung "
16643
+ #~ msgstr[1] "<strong>%s Bestellungen</strong> warten auf Bearbeitung "
16644
+
16645
+ #~ msgid "%1$s top seller this month (sold %2$d)"
16646
+ #~ msgstr "%1$s meistverkauftes Produkt in diesem Monat (%2$d verkauft)"
16647
+
16648
+ #~ msgid "WooCommerce status"
16649
+ #~ msgstr "WooCommerce Status"
16650
+
16651
+ #~ msgid "WooCommerce recent reviews"
16652
+ #~ msgstr "WooCommerce Neueste Bewertungen"
16653
+
16654
+ #~ msgid "Are you sure you want to delete this attribute?"
16655
+ #~ msgstr "Bist du sicher, dass du diese Eigenschaft löschen willst?"
16656
+
16657
+ #~ msgid "Add attribute"
16658
+ #~ msgstr "Eigenschaft hinzufügen"
16659
+
16660
+ #~ msgid "Add new attribute"
16661
+ #~ msgstr "Neue Eigenschaft hinzufügen"
16662
+
16663
+ #~ msgid "No attributes currently exist."
16664
+ #~ msgstr "Derzeit existieren keine Eigenschaften."
16665
+
16666
+ #~ msgid "Configure terms"
16667
+ #~ msgstr "Begriffe konfigurieren"
16668
+
16669
+ #~ msgid "Delete"
16670
+ #~ msgstr "Löschen"
16671
+
16672
+ #~ msgid "Edit"
16673
+ #~ msgstr "Bearbeiten"
16674
+
16675
+ #~ msgid "Terms"
16676
+ #~ msgstr "Begriffe"
16677
+
16678
+ #~ msgid "Order by"
16679
+ #~ msgstr "Sortieren nach"
16680
+
16681
+ #~ msgid "Attributes"
16682
+ #~ msgstr "Eigenschaften"
16683
+
16684
+ #~ msgid "Update"
16685
+ #~ msgstr "Aktualisieren"
16686
+
16687
+ #~ msgid ""
16688
+ #~ "Determines the sort order of the terms on the frontend shop product "
16689
+ #~ "pages. If using custom ordering, you can drag and drop the terms in this "
16690
+ #~ "attribute."
16691
+ #~ msgstr ""
16692
+ #~ "Bestimmt die Reihenfolge der Begriffe (terms) innerhalb der Produktseiten "
16693
+ #~ "des Shops. Wenn du eine andere Sortierung benötigst, kannst du die "
16694
+ #~ "Begriffe via „Drag and Drop“ in dieser Eigenschaft ändern."
16695
+
16696
+ #~ msgid "Term ID"
16697
+ #~ msgstr "Begriffs-ID"
16698
+
16699
+ #~ msgid "Name (numeric)"
16700
+ #~ msgstr "Name (numerisch)"
16701
+
16702
+ #~ msgid "Custom ordering"
16703
+ #~ msgstr "Benutzerdefinierte Sortierung"
16704
+
16705
+ #~ msgid "Default sort order"
16706
+ #~ msgstr "Standard-Sortierreihenfolge"
16707
+
16708
+ #~ msgid "Type"
16709
+ #~ msgstr "Typ"
16710
+
16711
+ #~ msgid ""
16712
+ #~ "Enable this if you want this attribute to have product archives in your "
16713
+ #~ "store."
16714
+ #~ msgstr ""
16715
+ #~ "Aktivieren, wenn du für diese Eigenschaft Produktarchive in deinem Shop "
16716
+ #~ "wünschst."
16717
+
16718
+ #~ msgid "Enable Archives?"
16719
+ #~ msgstr "Archive aktivieren?"
16720
+
16721
+ #~ msgid ""
16722
+ #~ "Unique slug/reference for the attribute; must be no more than 28 "
16723
+ #~ "characters."
16724
+ #~ msgstr ""
16725
+ #~ "Einzigartiger Slug / Referenz für die Eigenschaft; muss kürzer als 28 "
16726
+ #~ "Zeichen sein."
16727
+
16728
+ #~ msgid "Slug"
16729
+ #~ msgstr "Slug"
16730
+
16731
+ #~ msgid "Name for the attribute (shown on the front-end)."
16732
+ #~ msgstr ""
16733
+ #~ "Name der Eigenschaft (wird so in der Besucheransicht (Frontend) "
16734
+ #~ "angezeigt)."
16735
+
16736
+ #~ msgid "Error: non-existing attribute ID."
16737
+ #~ msgstr "Fehler: nicht existierende Eigenschafts-ID (Attribut-ID)."
16738
+
16739
+ #~ msgid "Edit attribute"
16740
+ #~ msgstr "Eigenschaft bearbeiten"
16741
+
16742
+ #~ msgid "Attribute updated successfully"
16743
+ #~ msgstr "Eigenschaft erfolgreich aktualisiert"
16744
+
16745
+ #~ msgid "Slug \"%s\" is already in use. Change it, please."
16746
+ #~ msgstr "Slug „%s“ wird bereits verwendet. Bitte ändern."
16747
+
16748
+ #~ msgid ""
16749
+ #~ "Slug \"%s\" is not allowed because it is a reserved term. Change it, "
16750
+ #~ "please."
16751
+ #~ msgstr ""
16752
+ #~ "Slug „%s“ ist nicht erlaubt, weil es reservierte Begriffe enthält. Bitte "
16753
+ #~ "ändern."
16754
+
16755
+ #~ msgid "Slug \"%s\" is too long (28 characters max). Shorten it, please."
16756
+ #~ msgstr "Slug „%s“ ist zu lang (28 Zeichen maximal). Bitte kürzen."
16757
+
16758
+ #~ msgid "You cannot add the same tax rate twice!"
16759
+ #~ msgstr "Du kannst den gleichen Steuersatz nicht zweimal hinzufügen!"
16760
+
16761
+ #~ msgid ""
16762
+ #~ "Could not grant access - the user may already have permission for this "
16763
+ #~ "file or billing email is not set. Ensure the billing email is set, and "
16764
+ #~ "the order has been saved."
16765
+ #~ msgstr ""
16766
+ #~ "Zugriff konnte nicht gewährt werden. Der Benutzer hat entweder schon "
16767
+ #~ "Zugriff auf diese Datei oder die Rechnungs-E-Mail-Adresse ist nicht "
16768
+ #~ "gesetzt. Stelle sicher, dass die Rechnungs-E-Mail-Adresse eingestellt ist "
16769
+ #~ "und die Bestellung gespeichert wurde."
16770
+
16771
+ #~ msgid "No customer selected"
16772
+ #~ msgstr "Kein Kunde ausgewählt"
16773
+
16774
+ #~ msgid "Featured"
16775
+ #~ msgstr "Hervorgehoben"
16776
+
16777
+ #~ msgid ""
16778
+ #~ "Load the customer's shipping information? This will remove any currently "
16779
+ #~ "entered shipping information."
16780
+ #~ msgstr ""
16781
+ #~ "Die Lieferinformationen des Kunden laden? Hinweis: Dies löscht die "
16782
+ #~ "bereits eingegebenen Lieferinformationen."
16783
+
16784
+ #~ msgid ""
16785
+ #~ "Load the customer's billing information? This will remove any currently "
16786
+ #~ "entered billing information."
16787
+ #~ msgstr ""
16788
+ #~ "Rechnungsinformationen des Kunden laden? Hinweis: Dies löscht die bereits "
16789
+ #~ "eingegebenen Rechnungsinformationen."
16790
+
16791
+ #~ msgid ""
16792
+ #~ "Copy billing information to shipping information? This will remove any "
16793
+ #~ "currently entered shipping information."
16794
+ #~ msgstr ""
16795
+ #~ "Rechnungsinformationen zu Lieferinformationen kopieren? Dies löscht die "
16796
+ #~ "bereits eingegebenen Lieferinformationen."
16797
+
16798
+ #~ msgid "Enter a name for the new attribute term:"
16799
+ #~ msgstr "Gib einen Namen für die neue Eigenschaft ein:"
16800
+
16801
+ #~ msgid "Used for variations"
16802
+ #~ msgstr "Für Varianten verwendet"
16803
+
16804
+ #~ msgid "Visible on the product page"
16805
+ #~ msgstr "Sichtbar auf der Produktseite"
16806
+
16807
+ #~ msgid "Enter some text, or some attributes by pipe (|) separating values."
16808
+ #~ msgstr ""
16809
+ #~ "Gib einen Text oder einige Eigenschaften ein, indem du Werte durch Pipe "
16810
+ #~ "(|) trennst."
16811
+
16812
+ #~ msgid "Value(s)"
16813
+ #~ msgstr "Wert(e)"
16814
+
16815
+ #~ msgid "Click to toggle"
16816
+ #~ msgstr "Zum Aus-/Einklappen klicken"
16817
+
16818
+ #~ msgid "Remove"
16819
+ #~ msgstr "Entfernen"
16820
+
16821
+ #~ msgid "Name"
16822
+ #~ msgstr "Name"
16823
+
16824
+ #~ msgid "Remove this attribute?"
16825
+ #~ msgstr "Diese Eigenschaft entfernen?"
16826
+
16827
+ #~ msgid "Remove this item meta?"
16828
+ #~ msgstr "Metainformationen dieses Produktes entfernen?"
16829
+
16830
+ #~ msgid ""
16831
+ #~ "Are you sure you wish to delete this tax column? This action cannot be "
16832
+ #~ "undone."
16833
+ #~ msgstr ""
16834
+ #~ "Bist du sicher, dass du diese Steuerspalte löschen willst? Diese Aktion "
16835
+ #~ "kann nicht rückgängig gemacht werden."
16836
+
16837
+ #~ msgid ""
16838
+ #~ "Are you sure you wish to delete this refund? This action cannot be undone."
16839
+ #~ msgstr ""
16840
+ #~ "Bist du sicher, dass du diese Rückerstattung löschen willst? Diese Aktion "
16841
+ #~ "kann nicht rückgängig gemacht werden."
16842
+
16843
+ #~ msgid ""
16844
+ #~ "Are you sure you wish to process this refund? This action cannot be "
16845
+ #~ "undone."
16846
+ #~ msgstr ""
16847
+ #~ "Bist du sicher, dass du diese Rückerstattung veranlassen willst? Diese "
16848
+ #~ "Aktion kann nicht rückgängig gemacht werden."
16849
+
16850
+ #~ msgid ""
16851
+ #~ "Are you sure you want to remove the selected items? If you have "
16852
+ #~ "previously reduced this item's stock, or this order was submitted by a "
16853
+ #~ "customer, you will need to manually restore the item's stock."
16854
+ #~ msgstr ""
16855
+ #~ "Bist du sicher, dass du die ausgewählten Produkte entfernen willst? Wenn "
16856
+ #~ "du zuvor den Lagerbestand dieses Produkts reduziert hast oder diese "
16857
+ #~ "Bestellung von einem Kunden aufgegeben wurde, musst du den Lagerbestand "
16858
+ #~ "des Produkts manuell wiederherstellen."
16859
+
16860
+ #~ msgid "Select an option&hellip;"
16861
+ #~ msgstr "Wähle eine Option&hellip;"
16862
+
16863
+ #~ msgid "%qty% variations"
16864
+ #~ msgstr "%qty% Varianten"
16865
+
16866
+ #~ msgid "%qty% variation"
16867
+ #~ msgstr "%qty% Variante"
16868
+
16869
+ #~ msgid "Save changes before changing page?"
16870
+ #~ msgstr "Änderungen vor dem Verlassen der Seite speichern?"
16871
+
16872
+ #~ msgid "Sale end date (YYYY-MM-DD format or leave blank)"
16873
+ #~ msgstr "Angebots-Enddatum (JJJJ-MM-TT Format oder leer lassen)"
16874
+
16875
+ #~ msgid "Sale start date (YYYY-MM-DD format or leave blank)"
16876
+ #~ msgstr "Angebots-Startdatum (JJJJ-MM-TT Format oder leer lassen)"
16877
+
16878
+ #~ msgid "Are you sure you want to remove this variation?"
16879
+ #~ msgstr "Bist du sicher, dass du diese Variante entfernen willst?"
16880
+
16881
+ #~ msgid "No variations added"
16882
+ #~ msgstr "Keine Varianten hinzugefügt"
16883
+
16884
+ #~ msgid "variations added"
16885
+ #~ msgstr "Varianten hinzugefügt"
16886
+
16887
+ #~ msgid "variation added"
16888
+ #~ msgstr "Variante hinzugefügt"
16889
+
16890
+ #~ msgid "Set variation image"
16891
+ #~ msgstr "Bild für Variante festlegen"
16892
+
16893
+ #~ msgid "Choose an image"
16894
+ #~ msgstr "Bild auswählen"
16895
+
16896
+ #~ msgid "Last warning, are you sure?"
16897
+ #~ msgstr "Letzte Warnung, bist du sicher?"
16898
+
16899
+ #~ msgid ""
16900
+ #~ "Are you sure you want to delete all variations? This cannot be undone."
16901
+ #~ msgstr ""
16902
+ #~ "Bist du sicher, dass du alle Varianten löschen willst? Dies kann nicht "
16903
+ #~ "rückgängig gemacht werden."
16904
+
16905
+ #~ msgid "Enter a value (fixed or %)"
16906
+ #~ msgstr "Gib einen Wert ein (fest oder %)"
16907
+
16908
+ #~ msgid "Variation menu order (determines position in the list of variations)"
16909
+ #~ msgstr ""
16910
+ #~ "Varianten-Menüreihenfolge (bestimmt die Position in der Liste der "
16911
+ #~ "Varianten)"
16912
+
16913
+ #~ msgid "Enter a value"
16914
+ #~ msgstr "Gib einen Wert ein"
16915
+
16916
+ #~ msgid ""
16917
+ #~ "Are you sure you want to link all variations? This will create a new "
16918
+ #~ "variation for each and every possible combination of variation attributes "
16919
+ #~ "(max %d per run)."
16920
+ #~ msgstr ""
16921
+ #~ "Bist du sicher, dass du alle Varianten verknüpfen willst? Dies wird eine "
16922
+ #~ "neue Variante für jede mögliche Kombination von Eigenschaften erstellen "
16923
+ #~ "(maximal %d pro Durchlauf)."
16924
+
16925
+ #~ msgid "Please enter in a value less than the regular price."
16926
+ #~ msgstr "Bitte gib einen Wert ein, der geringer ist als der reguläre Preis."
16927
+
16928
+ #~ msgid "Please enter in country code with two capital letters."
16929
+ #~ msgstr "Bitte Landescodierung mit zwei Großbuchstaben eingeben."
16930
+
16931
+ #~ msgid ""
16932
+ #~ "Please enter in monetary decimal (%s) format without thousand separators "
16933
+ #~ "and currency symbols."
16934
+ #~ msgstr ""
16935
+ #~ "Bitte die Währungsangaben im Dezimalformat (%s) eingeben, ohne "
16936
+ #~ "Tausendertrennzeichen und Währungssymbole."
16937
+
16938
+ #~ msgid "Please enter in decimal (%s) format without thousand separators."
16939
+ #~ msgstr "Bitte im Dezimalformat (%s) eingeben, ohne Tausendertrennzeichen."
16940
+
16941
+ #~ msgctxt "enhanced select"
16942
+ #~ msgid "Searching&hellip;"
16943
+ #~ msgstr "Suche nach&hellip;"
16944
+
16945
+ #~ msgctxt "enhanced select"
16946
+ #~ msgid "Loading more results&hellip;"
16947
+ #~ msgstr "Weitere Ergebnisse anzeigen&hellip;"
16948
+
16949
+ #~ msgctxt "enhanced select"
16950
+ #~ msgid "You can only select %qty% items"
16951
+ #~ msgstr "Du kannst nur %qty% Produkte auswählen"
16952
+
16953
+ #~ msgctxt "enhanced select"
16954
+ #~ msgid "You can only select 1 item"
16955
+ #~ msgstr "Du kannst nur 1 Produkt auswählen"
16956
+
16957
+ #~ msgctxt "enhanced select"
16958
+ #~ msgid "Please delete %qty% characters"
16959
+ #~ msgstr "Bitte %qty% Buchstaben löschen"
16960
+
16961
+ #~ msgctxt "enhanced select"
16962
+ #~ msgid "Please delete 1 character"
16963
+ #~ msgstr "Bitte 1 Buchstaben löschen"
16964
+
16965
+ #~ msgctxt "enhanced select"
16966
+ #~ msgid "Please enter %qty% or more characters"
16967
+ #~ msgstr "Bitte %qty% oder mehr Buchstaben eingeben"
16968
+
16969
+ #~ msgctxt "enhanced select"
16970
+ #~ msgid "Please enter 1 or more characters"
16971
+ #~ msgstr "Bitte 1 oder mehr Buchstaben eingeben"
16972
+
16973
+ #~ msgctxt "enhanced select"
16974
+ #~ msgid "No matches found"
16975
+ #~ msgstr "Keine Treffer gefunden"
16976
+
16977
+ #~ msgid "Action failed. Please refresh the page and retry."
16978
+ #~ msgstr ""
16979
+ #~ "Aktion fehlgeschlagen. Bitte lade die Seite neu und versuche es nochmal."
16980
+
16981
+ #~ msgid "Search key"
16982
+ #~ msgstr "Schlüssel suchen"
16983
+
16984
+ #~ msgid "Add key"
16985
+ #~ msgstr "Schlüssel hinzufügen"
16986
+
16987
+ #~ msgid "Unknown"
16988
+ #~ msgstr "Unbekannt"
16989
+
16990
+ #~ msgid "Read/Write"
16991
+ #~ msgstr "Lesen/Schreiben"
16992
+
16993
+ #~ msgid "Write"
16994
+ #~ msgstr "Schreiben"
16995
+
16996
+ #~ msgid "Read"
16997
+ #~ msgstr "Lesen"
16998
+
16999
+ #~ msgid "Revoke"
17000
+ #~ msgstr "Annullieren"
17001
+
17002
+ #~ msgid "Revoke API key"
17003
+ #~ msgstr "API-Schlüssel widerrufen"
17004
+
17005
+ #~ msgid "View/Edit"
17006
+ #~ msgstr "Anzeigen/Bearbeiten"
17007
+
17008
+ #~ msgid "ID: %d"
17009
+ #~ msgstr "ID: %d"
17010
+
17011
+ #~ msgid "API key"
17012
+ #~ msgstr "API-Schlüssel"
17013
+
17014
+ #~ msgid "Last access"
17015
+ #~ msgstr "Letzter Zugriff"
17016
+
17017
+ #~ msgid "Permissions"
17018
+ #~ msgstr "Berechtigungen"
17019
+
17020
+ #~ msgid "User"
17021
+ #~ msgstr "Benutzer"
17022
+
17023
+ #~ msgid "Consumer key ending in"
17024
+ #~ msgstr "Schlüssel (Consumer Key) endet mit"
17025
+
17026
+ #~ msgid "Description"
17027
+ #~ msgstr "Beschreibung"
17028
+
17029
+ #~ msgid "Rated %s out of 5"
17030
+ #~ msgstr "Bewertet mit %s von 5"
17031
+
17032
+ #~ msgctxt "min_price"
17033
+ #~ msgid "From:"
17034
+ #~ msgstr "Ab:"
17035
+
17036
+ #~ msgid "Out of stock"
17037
+ #~ msgstr "Nicht vorrätig"
17038
+
17039
+ #~ msgid "Available on backorder"
17040
+ #~ msgstr "Verfügbar bei Nachlieferung"
17041
+
17042
+ #~ msgid "%s in stock"
17043
+ #~ msgstr "%s vorrätig"
17044
+
17045
+ #~ msgid "(can be backordered)"
17046
+ #~ msgstr "(kann nachbestellt werden)"
17047
+
17048
+ #~ msgid "Only %s left in stock"
17049
+ #~ msgstr "Nur noch %s vorrätig"
17050
+
17051
+ #~ msgid "In stock"
17052
+ #~ msgstr "Vorrätig"
17053
+
17054
+ #~ msgid "Read more"
17055
+ #~ msgstr "Weiterlesen"
17056
+
17057
+ #~ msgid "Add to cart"
17058
+ #~ msgstr "In den Warenkorb"
17059
+
17060
+ #~ msgid "CVC"
17061
+ #~ msgstr "Sicherheitscode"
17062
+
17063
+ #~ msgid "Card code"
17064
+ #~ msgstr "Sicherheitscode"
17065
+
17066
+ #~ msgid "MM / YY"
17067
+ #~ msgstr "MM / JJ"
17068
+
17069
+ #~ msgid "Expiry (MM/YY)"
17070
+ #~ msgstr "Gültig bis (MM/JJ)"
17071
+
17072
+ #~ msgid "Card number"
17073
+ #~ msgstr "Kartennummer"
17074
+
17075
+ #~ msgid "%1$s stock increased from %2$s to %3$s."
17076
+ #~ msgstr "%1$s Lagerbestand vergrößert von %2$s auf %3$s."
17077
+
17078
+ #~ msgid "Order status changed from %1$s to %2$s."
17079
+ #~ msgstr "Status der Bestellung von %1$s auf %2$s geändert."
17080
+
17081
+ #~ msgid "WooCommerce"
17082
+ #~ msgstr "WooCommerce"
17083
+
17084
+ #~ msgid "Download"
17085
+ #~ msgstr "Download"
17086
+
17087
+ #~ msgid "Download %d"
17088
+ #~ msgstr "Download %d:"
17089
+
17090
+ #~ msgid "Total:"
17091
+ #~ msgstr "Gesamt:"
17092
+
17093
+ #~ msgid "Payment method:"
17094
+ #~ msgstr "Zahlungsmethode:"
17095
+
17096
+ #~ msgid "Fee"
17097
+ #~ msgstr "Gebühr"
17098
+
17099
+ #~ msgid "Shipping:"
17100
+ #~ msgstr "Lieferung:"
17101
+
17102
+ #~ msgid "Discount:"
17103
+ #~ msgstr "Rabatt:"
17104
+
17105
+ #~ msgid "Subtotal:"
17106
+ #~ msgstr "Zwischensumme:"
17107
+
17108
+ #~ msgid "Free!"
17109
+ #~ msgstr "Kostenlos!"
17110
+
17111
+ #~ msgctxt "full name"
17112
+ #~ msgid "%1$s %2$s"
17113
+ #~ msgstr "%1$s %2$s"
17114
+
17115
+ #~ msgid "Western Cape"
17116
+ #~ msgstr "Westkap"
17117
+
17118
+ #~ msgid "North West"
17119
+ #~ msgstr "Nord West"
17120
+
17121
+ #~ msgid "Northern Cape"
17122
+ #~ msgstr "Nordkap"
17123
+
17124
+ #~ msgid "Mpumalanga"
17125
+ #~ msgstr "Mpumalanga"
17126
+
17127
+ #~ msgid "Limpopo"
17128
+ #~ msgstr "Limpopo"
17129
+
17130
+ #~ msgid "KwaZulu-Natal"
17131
+ #~ msgstr "KwaZulu-Natal"
17132
+
17133
+ #~ msgid "Gauteng"
17134
+ #~ msgstr "Gauteng"
17135
+
17136
+ #~ msgid "Free State"
17137
+ #~ msgstr "Freistaat"
17138
+
17139
+ #~ msgid "Eastern Cape"
17140
+ #~ msgstr "Ostkap"
17141
+
17142
+ #~ msgid "Puerto Rico"
17143
+ #~ msgstr "Puerto Rico"
17144
+
17145
+ #~ msgid "Northern Mariana Islands"
17146
+ #~ msgstr "Nördliche Marianen"
17147
+
17148
+ #~ msgid "Guam"
17149
+ #~ msgstr "Guam"
17150
+
17151
+ #~ msgid "American Samoa"
17152
+ #~ msgstr "Amerikanisch-Samoa"
17153
+
17154
+ #~ msgid "Armed Forces (AP)"
17155
+ #~ msgstr "Armed Forces (AP)"
17156
+
17157
+ #~ msgid "Armed Forces (AE)"
17158
+ #~ msgstr "Armed Forces (AE)"
17159
+
17160
+ #~ msgid "Armed Forces (AA)"
17161
+ #~ msgstr "Armed Forces (AA)"
17162
+
17163
+ #~ msgid "Wyoming"
17164
+ #~ msgstr "Wyoming"
17165
+
17166
+ #~ msgid "Wisconsin"
17167
+ #~ msgstr "Wisconsin"
17168
+
17169
+ #~ msgid "West Virginia"
17170
+ #~ msgstr "West Virginia"
17171
+
17172
+ #~ msgid "Washington"
17173
+ #~ msgstr "Washington"
17174
+
17175
+ #~ msgid "Virginia"
17176
+ #~ msgstr "Virginia"
17177
+
17178
+ #~ msgid "Vermont"
17179
+ #~ msgstr "Vermont"
17180
+
17181
+ #~ msgid "Utah"
17182
+ #~ msgstr "Utah"
17183
+
17184
+ #~ msgid "Texas"
17185
+ #~ msgstr "Texas"
17186
+
17187
+ #~ msgid "Tennessee"
17188
+ #~ msgstr "Tennessee"
17189
+
17190
+ #~ msgid "South Dakota"
17191
+ #~ msgstr "South Dakota"
17192
+
17193
+ #~ msgid "South Carolina"
17194
+ #~ msgstr "South Carolina"
17195
+
17196
+ #~ msgid "Rhode Island"
17197
+ #~ msgstr "Rhode Island"
17198
+
17199
+ #~ msgid "Pennsylvania"
17200
+ #~ msgstr "Pennsylvania"
17201
+
17202
+ #~ msgid "Oregon"
17203
+ #~ msgstr "Oregon"
17204
+
17205
+ #~ msgid "Oklahoma"
17206
+ #~ msgstr "Oklahoma"
17207
+
17208
+ #~ msgid "Ohio"
17209
+ #~ msgstr "Ohio"
17210
+
17211
+ #~ msgid "North Dakota"
17212
+ #~ msgstr "North Dakota"
17213
+
17214
+ #~ msgid "North Carolina"
17215
+ #~ msgstr "North Carolina"
17216
+
17217
+ #~ msgid "New York"
17218
+ #~ msgstr "New York"
17219
+
17220
+ #~ msgid "New Mexico"
17221
+ #~ msgstr "New Mexico"
17222
+
17223
+ #~ msgid "New Jersey"
17224
+ #~ msgstr "New Jersey"
17225
+
17226
+ #~ msgid "New Hampshire"
17227
+ #~ msgstr "New Hampshire"
17228
+
17229
+ #~ msgid "Nevada"
17230
+ #~ msgstr "Nevada"
17231
+
17232
+ #~ msgid "Nebraska"
17233
+ #~ msgstr "Nebraska"
17234
+
17235
+ #~ msgid "Missouri"
17236
+ #~ msgstr "Missouri"
17237
+
17238
+ #~ msgid "Mississippi"
17239
+ #~ msgstr "Mississippi"
17240
+
17241
+ #~ msgid "Minnesota"
17242
+ #~ msgstr "Minnesota"
17243
+
17244
+ #~ msgid "Michigan"
17245
+ #~ msgstr "Michigan"
17246
+
17247
+ #~ msgid "Massachusetts"
17248
+ #~ msgstr "Massachusetts"
17249
+
17250
+ #~ msgid "Maryland"
17251
+ #~ msgstr "Maryland"
17252
+
17253
+ #~ msgid "Maine"
17254
+ #~ msgstr "Maine"
17255
+
17256
+ #~ msgid "Louisiana"
17257
+ #~ msgstr "Louisiana"
17258
+
17259
+ #~ msgid "Kentucky"
17260
+ #~ msgstr "Kentucky"
17261
+
17262
+ #~ msgid "Kansas"
17263
+ #~ msgstr "Kansas"
17264
+
17265
+ #~ msgid "Iowa"
17266
+ #~ msgstr "Iowa"
17267
+
17268
+ #~ msgid "Indiana"
17269
+ #~ msgstr "Indiana"
17270
+
17271
+ #~ msgid "Illinois"
17272
+ #~ msgstr "Illinois"
17273
+
17274
+ #~ msgid "Idaho"
17275
+ #~ msgstr "Idaho"
17276
+
17277
+ #~ msgid "Hawaii"
17278
+ #~ msgstr "Hawaii"
17279
+
17280
+ #~ msgctxt "US state of Georgia"
17281
+ #~ msgid "Georgia"
17282
+ #~ msgstr "Georgia"
17283
+
17284
+ #~ msgid "Florida"
17285
+ #~ msgstr "Florida"
17286
+
17287
+ #~ msgid "District Of Columbia"
17288
+ #~ msgstr "Washington, D.C."
17289
+
17290
+ #~ msgid "Delaware"
17291
+ #~ msgstr "Delaware"
17292
+
17293
+ #~ msgid "Connecticut"
17294
+ #~ msgstr "Connecticut"
17295
+
17296
+ #~ msgid "California"
17297
+ #~ msgstr "Kalifornien"
17298
+
17299
+ #~ msgid "Arkansas"
17300
+ #~ msgstr "Arkansas"
17301
+
17302
+ #~ msgid "Arizona"
17303
+ #~ msgstr "Arizona"
17304
+
17305
+ #~ msgid "Alaska"
17306
+ #~ msgstr "Alaska"
17307
+
17308
+ #~ msgid "Alabama"
17309
+ #~ msgstr "Alabama"
17310
+
17311
+ #~ msgid "D&#252;zce"
17312
+ #~ msgstr "D&#252;zce"
17313
+
17314
+ #~ msgid "Osmaniye"
17315
+ #~ msgstr "Osmaniye"
17316
+
17317
+ #~ msgid "Kilis"
17318
+ #~ msgstr "Kilis"
17319
+
17320
+ #~ msgid "Karab&#252;k"
17321
+ #~ msgstr "Karab&#252;k"
17322
+
17323
+ #~ msgid "Yalova"
17324
+ #~ msgstr "Yalova"
17325
+
17326
+ #~ msgid "I&#287;d&#305;r"
17327
+ #~ msgstr "I&#287;d&#305;r"
17328
+
17329
+ #~ msgid "Ardahan"
17330
+ #~ msgstr "Ardahan"
17331
+
17332
+ #~ msgid "Bart&#305;n"
17333
+ #~ msgstr "Bart&#305;n"
17334
+
17335
+ #~ msgid "&#350;&#305;rnak"
17336
+ #~ msgstr "&#350;&#305;rnak"
17337
+
17338
+ #~ msgid "Batman"
17339
+ #~ msgstr "Batman"
17340
+
17341
+ #~ msgid "K&#305;r&#305;kkale"
17342
+ #~ msgstr "K&#305;r&#305;kkale"
17343
+
17344
+ #~ msgid "Karaman"
17345
+ #~ msgstr "Karaman"
17346
+
17347
+ #~ msgid "Bayburt"
17348
+ #~ msgstr "Bayburt"
17349
+
17350
+ #~ msgid "Aksaray"
17351
+ #~ msgstr "Aksaray"
17352
+
17353
+ #~ msgid "Zonguldak"
17354
+ #~ msgstr "Zonguldak"
17355
+
17356
+ #~ msgid "Yozgat"
17357
+ #~ msgstr "Yozgat"
17358
+
17359
+ #~ msgid "Van"
17360
+ #~ msgstr "Van"
17361
+
17362
+ #~ msgid "U&#351;ak"
17363
+ #~ msgstr "U&#351;ak"
17364
+
17365
+ #~ msgid "&#350;anl&#305;urfa"
17366
+ #~ msgstr "&#350;anl&#305;urfa"
17367
+
17368
+ #~ msgid "Tunceli"
17369
+ #~ msgstr "Tunceli"
17370
+
17371
+ #~ msgid "Trabzon"
17372
+ #~ msgstr "Trabzon"
17373
+
17374
+ #~ msgid "Tokat"
17375
+ #~ msgstr "Tokat"
17376
+
17377
+ #~ msgid "Tekirda&#287;"
17378
+ #~ msgstr "Tekirda&#287;"
17379
+
17380
+ #~ msgid "Sivas"
17381
+ #~ msgstr "Sivas"
17382
+
17383
+ #~ msgid "Sinop"
17384
+ #~ msgstr "Sinop"
17385
+
17386
+ #~ msgid "Siirt"
17387
+ #~ msgstr "Siirt"
17388
+
17389
+ #~ msgid "Samsun"
17390
+ #~ msgstr "Samsun"
17391
+
17392
+ #~ msgid "Sakarya"
17393
+ #~ msgstr "Sakarya"
17394
+
17395
+ #~ msgid "Rize"
17396
+ #~ msgstr "Rize"
17397
+
17398
+ #~ msgid "Ordu"
17399
+ #~ msgstr "Ordu"
17400
+
17401
+ #~ msgid "Ni&#287;de"
17402
+ #~ msgstr "Ni&#287;de"
17403
+
17404
+ #~ msgid "Nev&#351;ehir"
17405
+ #~ msgstr "Nev&#351;ehir"
17406
+
17407
+ #~ msgid "Mu&#351;"
17408
+ #~ msgstr "Mu&#351;"
17409
+
17410
+ #~ msgid "Mu&#287;la"
17411
+ #~ msgstr "Mu&#287;la"
17412
+
17413
+ #~ msgid "Mardin"
17414
+ #~ msgstr "Mardin"
17415
+
17416
+ #~ msgid "Kahramanmara&#351;"
17417
+ #~ msgstr "Kahramanmara&#351;"
17418
+
17419
+ #~ msgid "Manisa"
17420
+ #~ msgstr "Manisa"
17421
+
17422
+ #~ msgid "Malatya"
17423
+ #~ msgstr "Malatya"
17424
+
17425
+ #~ msgid "K&#252;tahya"
17426
+ #~ msgstr "K&#252;tahya"
17427
+
17428
+ #~ msgid "Konya"
17429
+ #~ msgstr "Konya"
17430
+
17431
+ #~ msgid "Kocaeli"
17432
+ #~ msgstr "Kocaeli"
17433
+
17434
+ #~ msgid "K&#305;r&#351;ehir"
17435
+ #~ msgstr "K&#305;r&#351;ehir"
17436
+
17437
+ #~ msgid "K&#305;rklareli"
17438
+ #~ msgstr "K&#305;rklareli"
17439
+
17440
+ #~ msgid "Kayseri"
17441
+ #~ msgstr "Kayseri"
17442
+
17443
+ #~ msgid "Kastamonu"
17444
+ #~ msgstr "Kastamonu"
17445
+
17446
+ #~ msgid "Kars"
17447
+ #~ msgstr "Kars"
17448
+
17449
+ #~ msgid "&#304;zmir"
17450
+ #~ msgstr "&#304;zmir"
17451
+
17452
+ #~ msgid "&#304;stanbul"
17453
+ #~ msgstr "&#304;stanbul"
17454
+
17455
+ #~ msgid "&#304;&#231;el"
17456
+ #~ msgstr "&#304;&#231;el"
17457
+
17458
+ #~ msgid "Isparta"
17459
+ #~ msgstr "Isparta"
17460
+
17461
+ #~ msgid "Hatay"
17462
+ #~ msgstr "Hatay"
17463
+
17464
+ #~ msgid "Hakkari"
17465
+ #~ msgstr "Hakkari"
17466
+
17467
+ #~ msgid "G&#252;m&#252;&#351;hane"
17468
+ #~ msgstr "G&#252;m&#252;&#351;hane"
17469
+
17470
+ #~ msgid "Giresun"
17471
+ #~ msgstr "Giresun"
17472
+
17473
+ #~ msgid "Gaziantep"
17474
+ #~ msgstr "Gaziantep"
17475
+
17476
+ #~ msgid "Eski&#351;ehir"
17477
+ #~ msgstr "Eski&#351;ehir"
17478
+
17479
+ #~ msgid "Erzurum"
17480
+ #~ msgstr "Erzurum"
17481
+
17482
+ #~ msgid "Erzincan"
17483
+ #~ msgstr "Erzincan"
17484
+
17485
+ #~ msgid "Elaz&#305;&#287;"
17486
+ #~ msgstr "Elaz&#305;&#287;"
17487
+
17488
+ #~ msgid "Edirne"
17489
+ #~ msgstr "Edirne"
17490
+
17491
+ #~ msgid "Diyarbak&#305;r"
17492
+ #~ msgstr "Diyarbak&#305;r"
17493
+
17494
+ #~ msgid "Denizli"
17495
+ #~ msgstr "Denizli"
17496
+
17497
+ #~ msgid "&#199;orum"
17498
+ #~ msgstr "&#199;orum"
17499
+
17500
+ #~ msgid "&#199;ank&#305;r&#305;"
17501
+ #~ msgstr "&#199;ank&#305;r&#305;"
17502
+
17503
+ #~ msgid "&#199;anakkale"
17504
+ #~ msgstr "&#199;anakkale"
17505
+
17506
+ #~ msgid "Bursa"
17507
+ #~ msgstr "Bursa"
17508
+
17509
+ #~ msgid "Burdur"
17510
+ #~ msgstr "Burdur"
17511
+
17512
+ #~ msgid "Bolu"
17513
+ #~ msgstr "Bolu"
17514
+
17515
+ #~ msgid "Bitlis"
17516
+ #~ msgstr "Bitlis"
17517
+
17518
+ #~ msgid "Bing&#246;l"
17519
+ #~ msgstr "Bing&#246;l"
17520
+
17521
+ #~ msgid "Bilecik"
17522
+ #~ msgstr "Bilecik"
17523
+
17524
+ #~ msgid "Bal&#305;kesir"
17525
+ #~ msgstr "Bal&#305;kesir"
17526
+
17527
+ #~ msgid "Ayd&#305;n"
17528
+ #~ msgstr "Ayd&#305;n"
17529
+
17530
+ #~ msgid "Artvin"
17531
+ #~ msgstr "Artvin"
17532
+
17533
+ #~ msgid "Antalya"
17534
+ #~ msgstr "Antalya"
17535
+
17536
+ #~ msgid "Ankara"
17537
+ #~ msgstr "Ankara"
17538
+
17539
+ #~ msgid "Amasya"
17540
+ #~ msgstr "Amasya"
17541
+
17542
+ #~ msgid "A&#287;r&#305;"
17543
+ #~ msgstr "A&#287;r&#305;"
17544
+
17545
+ #~ msgid "Afyon"
17546
+ #~ msgstr "Afyon"
17547
+
17548
+ #~ msgid "Ad&#305;yaman"
17549
+ #~ msgstr "Ad&#305;yaman"
17550
+
17551
+ #~ msgid "Adana"
17552
+ #~ msgstr "Adana"
17553
+
17554
+ #~ msgid "Metro Manila"
17555
+ #~ msgstr "Metro Manila"
17556
+
17557
+ #~ msgid "Zamboanga Sibugay"
17558
+ #~ msgstr "Zamboanga Sibugay"
17559
+
17560
+ #~ msgid "Zamboanga del Sur"
17561
+ #~ msgstr "Zamboanga del Sur"
17562
+
17563
+ #~ msgid "Zamboanga del Norte"
17564
+ #~ msgstr "Zamboanga del Norte"
17565
+
17566
+ #~ msgid "Zambales"
17567
+ #~ msgstr "Zambales"
17568
+
17569
+ #~ msgid "Tawi-Tawi"
17570
+ #~ msgstr "Tawi-Tawi"
17571
+
17572
+ #~ msgid "Tarlac"
17573
+ #~ msgstr "Tarlac"
17574
+
17575
+ #~ msgid "Surigao del Sur"
17576
+ #~ msgstr "Surigao del Sur"
17577
+
17578
+ #~ msgid "Surigao del Norte"
17579
+ #~ msgstr "Surigao del Norte"
17580
+
17581
+ #~ msgid "Sulu"
17582
+ #~ msgstr "Sulu"
17583
+
17584
+ #~ msgid "Sultan Kudarat"
17585
+ #~ msgstr "Sultan Kudarat"
17586
+
17587
+ #~ msgid "Southern Leyte"
17588
+ #~ msgstr "Southern Leyte"
17589
+
17590
+ #~ msgid "South Cotabato"
17591
+ #~ msgstr "South Cotabato"
17592
+
17593
+ #~ msgid "Sorsogon"
17594
+ #~ msgstr "Sorsogon"
17595
+
17596
+ #~ msgid "Siquijor"
17597
+ #~ msgstr "Siquijor"
17598
+
17599
+ #~ msgid "Sarangani"
17600
+ #~ msgstr "Sarangani"
17601
+
17602
+ #~ msgid "Samar"
17603
+ #~ msgstr "Samar"
17604
+
17605
+ #~ msgid "Romblon"
17606
+ #~ msgstr "Romblon"
17607
+
17608
+ #~ msgid "Rizal"
17609
+ #~ msgstr "Rizal"
17610
+
17611
+ #~ msgid "Quirino"
17612
+ #~ msgstr "Quirino"
17613
+
17614
+ #~ msgid "Quezon"
17615
+ #~ msgstr "Quezon"
17616
+
17617
+ #~ msgid "Pangasinan"
17618
+ #~ msgstr "Pangasinan"
17619
+
17620
+ #~ msgid "Pampanga"
17621
+ #~ msgstr "Pampanga"
17622
+
17623
+ #~ msgid "Palawan"
17624
+ #~ msgstr "Palawan"
17625
+
17626
+ #~ msgid "Oriental Mindoro"
17627
+ #~ msgstr "Oriental Mindoro"
17628
+
17629
+ #~ msgid "Occidental Mindoro"
17630
+ #~ msgstr "Occidental Mindoro"
17631
+
17632
+ #~ msgid "Nueva Vizcaya"
17633
+ #~ msgstr "Nueva Vizcaya"
17634
+
17635
+ #~ msgid "Nueva Ecija"
17636
+ #~ msgstr "Nueva Ecija"
17637
+
17638
+ #~ msgid "Northern Samar"
17639
+ #~ msgstr "Northern Samar"
17640
+
17641
+ #~ msgid "Negros Oriental"
17642
+ #~ msgstr "Negros Oriental"
17643
+
17644
+ #~ msgid "Negros Occidental"
17645
+ #~ msgstr "Negros Occidental"
17646
+
17647
+ #~ msgid "Mountain Province"
17648
+ #~ msgstr "Mountain Province"
17649
+
17650
+ #~ msgid "Misamis Oriental"
17651
+ #~ msgstr "Misamis Oriental"
17652
+
17653
+ #~ msgid "Misamis Occidental"
17654
+ #~ msgstr "Misamis Occidental"
17655
+
17656
+ #~ msgid "Masbate"
17657
+ #~ msgstr "Masbate"
17658
+
17659
+ #~ msgid "Marinduque"
17660
+ #~ msgstr "Marinduque"
17661
+
17662
+ #~ msgid "Maguindanao"
17663
+ #~ msgstr "Maguindanao"
17664
+
17665
+ #~ msgid "Leyte"
17666
+ #~ msgstr "Leyte"
17667
+
17668
+ #~ msgid "Lanao del Sur"
17669
+ #~ msgstr "Lanao del Sur"
17670
+
17671
+ #~ msgid "Lanao del Norte"
17672
+ #~ msgstr "Lanao del Norte"
17673
+
17674
+ #~ msgid "Laguna"
17675
+ #~ msgstr "Laguna"
17676
+
17677
+ #~ msgid "La Union"
17678
+ #~ msgstr "La Union"
17679
+
17680
+ #~ msgid "Kalinga"
17681
+ #~ msgstr "Kalinga"
17682
+
17683
+ #~ msgid "Isabela"
17684
+ #~ msgstr "Isabela"
17685
+
17686
+ #~ msgid "Iloilo"
17687
+ #~ msgstr "Iloilo"
17688
+
17689
+ #~ msgid "Ilocos Sur"
17690
+ #~ msgstr "Ilocos Sur"
17691
+
17692
+ #~ msgid "Ilocos Norte"
17693
+ #~ msgstr "Ilocos Norte"
17694
+
17695
+ #~ msgid "Ifugao"
17696
+ #~ msgstr "Ifugao"
17697
+
17698
+ #~ msgid "Guimaras"
17699
+ #~ msgstr "Guimaras"
17700
+
17701
+ #~ msgid "Eastern Samar"
17702
+ #~ msgstr "Eastern Samar"
17703
+
17704
+ #~ msgid "Dinagat Islands"
17705
+ #~ msgstr "Dinagat Islands"
17706
+
17707
+ #~ msgid "Davao Oriental"
17708
+ #~ msgstr "Davao Oriental"
17709
+
17710
+ #~ msgid "Davao Occidental"
17711
+ #~ msgstr "Davao Occidental"
17712
+
17713
+ #~ msgid "Davao del Sur"
17714
+ #~ msgstr "Davao del Sur"
17715
+
17716
+ #~ msgid "Davao del Norte"
17717
+ #~ msgstr "Davao del Norte"
17718
+
17719
+ #~ msgid "Cotabato"
17720
+ #~ msgstr "Cotabato"
17721
+
17722
+ #~ msgid "Compostela Valley"
17723
+ #~ msgstr "Compostela Valley"
17724
+
17725
+ #~ msgid "Cebu"
17726
+ #~ msgstr "Cebu"
17727
+
17728
+ #~ msgid "Cavite"
17729
+ #~ msgstr "Cavite"
17730
+
17731
+ #~ msgid "Catanduanes"
17732
+ #~ msgstr "Catanduanes"
17733
+
17734
+ #~ msgid "Camiguin"
17735
+ #~ msgstr "Camiguin"
17736
+
17737
+ #~ msgid "Camarines Sur"
17738
+ #~ msgstr "Camarines Sur"
17739
+
17740
+ #~ msgid "Camarines Norte"
17741
+ #~ msgstr "Camarines Norte"
17742
+
17743
+ #~ msgid "Cagayan"
17744
+ #~ msgstr "Cagayan"
17745
+
17746
+ #~ msgid "Bulacan"
17747
+ #~ msgstr "Bulacan"
17748
+
17749
+ #~ msgid "Bukidnon"
17750
+ #~ msgstr "Bukidnon"
17751
+
17752
+ #~ msgid "Bohol"
17753
+ #~ msgstr "Bohol"
17754
+
17755
+ #~ msgid "Biliran"
17756
+ #~ msgstr "Biliran"
17757
+
17758
+ #~ msgid "Benguet"
17759
+ #~ msgstr "Benguet"
17760
+
17761
+ #~ msgid "Batangas"
17762
+ #~ msgstr "Batangas"
17763
+
17764
+ #~ msgid "Batanes"
17765
+ #~ msgstr "Batanes"
17766
+
17767
+ #~ msgid "Bataan"
17768
+ #~ msgstr "Bataan"
17769
+
17770
+ #~ msgid "Basilan"
17771
+ #~ msgstr "Basilan"
17772
+
17773
+ #~ msgid "Aurora"
17774
+ #~ msgstr "Aurora"
17775
+
17776
+ #~ msgid "Apayao"
17777
+ #~ msgstr "Apayao"
17778
+
17779
+ #~ msgid "Antique"
17780
+ #~ msgstr "Antique"
17781
+
17782
+ #~ msgid "Albay"
17783
+ #~ msgstr "Albay"
17784
+
17785
+ #~ msgid "Aklan"
17786
+ #~ msgstr "Aklan"
17787
+
17788
+ #~ msgid "Agusan del Sur"
17789
+ #~ msgstr "Agusan del Sur"
17790
+
17791
+ #~ msgid "Agusan del Norte"
17792
+ #~ msgstr "Agusan del Norte"
17793
+
17794
+ #~ msgid "Abra"
17795
+ #~ msgstr "Abra"
17796
+
17797
+ #~ msgid "Ucayali"
17798
+ #~ msgstr "Ucayali"
17799
+
17800
+ #~ msgid "Tumbes"
17801
+ #~ msgstr "Tumbes"
17802
+
17803
+ #~ msgid "Tacna"
17804
+ #~ msgstr "Tacna"
17805
+
17806
+ #~ msgid "San Mart&iacute;n"
17807
+ #~ msgstr "San Mart&iacute;n"
17808
+
17809
+ #~ msgid "Puno"
17810
+ #~ msgstr "Puno"
17811
+
17812
+ #~ msgid "Piura"
17813
+ #~ msgstr "Piura"
17814
+
17815
+ #~ msgid "Pasco"
17816
+ #~ msgstr "Pasco"
17817
+
17818
+ #~ msgid "Moquegua"
17819
+ #~ msgstr "Moquegua"
17820
+
17821
+ #~ msgid "Madre de Dios"
17822
+ #~ msgstr "Madre de Dios"
17823
+
17824
+ #~ msgid "Loreto"
17825
+ #~ msgstr "Loreto"
17826
+
17827
+ #~ msgid "Lima"
17828
+ #~ msgstr "Lima"
17829
+
17830
+ #~ msgid "Lambayeque"
17831
+ #~ msgstr "Lambayeque"
17832
+
17833
+ #~ msgid "La Libertad"
17834
+ #~ msgstr "La Libertad"
17835
+
17836
+ #~ msgid "Jun&iacute;n"
17837
+ #~ msgstr "Jun&iacute;n"
17838
+
17839
+ #~ msgid "Ica"
17840
+ #~ msgstr "Ica"
17841
+
17842
+ #~ msgid "Hu&aacute;nuco"
17843
+ #~ msgstr "Hu&aacute;nuco"
17844
+
17845
+ #~ msgid "Huancavelica"
17846
+ #~ msgstr "Huancavelica"
17847
+
17848
+ #~ msgid "Cusco"
17849
+ #~ msgstr "Cusco"
17850
+
17851
+ #~ msgid "Cajamarca"
17852
+ #~ msgstr "Cajamarca"
17853
+
17854
+ #~ msgid "Ayacucho"
17855
+ #~ msgstr "Ayacucho"
17856
+
17857
+ #~ msgid "Arequipa"
17858
+ #~ msgstr "Arequipa"
17859
+
17860
+ #~ msgid "Apur&iacute;mac"
17861
+ #~ msgstr "Apur&iacute;mac"
17862
+
17863
+ #~ msgid "Ancash"
17864
+ #~ msgstr "Ancash"
17865
+
17866
+ #~ msgid "Municipalidad Metropolitana de Lima"
17867
+ #~ msgstr "Municipalidad Metropolitana de Lima"
17868
+
17869
+ #~ msgid "El Callao"
17870
+ #~ msgstr "El Callao"
17871
+
17872
+ #~ msgid "Southland"
17873
+ #~ msgstr "Southland"
17874
+
17875
+ #~ msgid "Otago"
17876
+ #~ msgstr "Otago"
17877
+
17878
+ #~ msgid "West Coast"
17879
+ #~ msgstr "West Coast"
17880
+
17881
+ #~ msgid "Tasman"
17882
+ #~ msgstr "Tasman"
17883
+
17884
+ #~ msgid "Marlborough"
17885
+ #~ msgstr "Marlborough"
17886
+
17887
+ #~ msgid "Nelson"
17888
+ #~ msgstr "Nelson"
17889
+
17890
+ #~ msgid "Wellington"
17891
+ #~ msgstr "Wellington"
17892
+
17893
+ #~ msgid "Manawatu-Wanganui"
17894
+ #~ msgstr "Manawatu-Wanganui"
17895
+
17896
+ #~ msgid "Hawke&rsquo;s Bay"
17897
+ #~ msgstr "Hawke&rsquo;s Bay"
17898
+
17899
+ #~ msgid "Gisborne"
17900
+ #~ msgstr "Gisborne"
17901
+
17902
+ #~ msgid "Taranaki"
17903
+ #~ msgstr "Taranaki"
17904
+
17905
+ #~ msgid "Bay of Plenty"
17906
+ #~ msgstr "Bay of Plenty"
17907
+
17908
+ #~ msgid "Waikato"
17909
+ #~ msgstr "Waikato"
17910
+
17911
+ #~ msgid "Auckland"
17912
+ #~ msgstr "Auckland"
17913
+
17914
+ #~ msgid "Northland"
17915
+ #~ msgstr "Northland"
17916
+
17917
+ #~ msgid "Huíla"
17918
+ #~ msgstr "Huíla"
17919
+
17920
+ #~ msgid "Terengganu"
17921
+ #~ msgstr "Terengganu"
17922
+
17923
+ #~ msgid "Selangor"
17924
+ #~ msgstr "Selangor"
17925
+
17926
+ #~ msgid "Sarawak"
17927
+ #~ msgstr "Sarawak"
17928
+
17929
+ #~ msgid "Sabah"
17930
+ #~ msgstr "Sabah"
17931
+
17932
+ #~ msgid "Perlis"
17933
+ #~ msgstr "Perlis"
17934
+
17935
+ #~ msgid "Perak"
17936
+ #~ msgstr "Perak"
17937
+
17938
+ #~ msgid "Pahang"
17939
+ #~ msgstr "Pahang"
17940
+
17941
+ #~ msgid "Negeri Sembilan"
17942
+ #~ msgstr "Negeri Sembilan"
17943
+
17944
+ #~ msgid "Kelantan"
17945
+ #~ msgstr "Kelantan"
17946
+
17947
+ #~ msgid "Kedah"
17948
+ #~ msgstr "Kedah"
17949
+
17950
+ #~ msgid "Johor"
17951
+ #~ msgstr "Johor"
17952
+
17953
+ #~ msgid "Zacatecas"
17954
+ #~ msgstr "Zacatecas"
17955
+
17956
+ #~ msgid "Veracruz"
17957
+ #~ msgstr "Veracruz"
17958
+
17959
+ #~ msgid "Tlaxcala"
17960
+ #~ msgstr "Tlaxcala"
17961
+
17962
+ #~ msgid "Tamaulipas"
17963
+ #~ msgstr "Tamaulipas"
17964
+
17965
+ #~ msgid "Tabasco"
17966
+ #~ msgstr "Tabasco"
17967
+
17968
+ #~ msgid "Sonora"
17969
+ #~ msgstr "Sonora"
17970
+
17971
+ #~ msgid "Sinaloa"
17972
+ #~ msgstr "Sinaloa"
17973
+
17974
+ #~ msgid "Quintana Roo"
17975
+ #~ msgstr "Quintana Roo"
17976
+
17977
+ #~ msgid "Puebla"
17978
+ #~ msgstr "Puebla"
17979
+
17980
+ #~ msgid "Oaxaca"
17981
+ #~ msgstr "Oaxaca"
17982
+
17983
+ #~ msgid "Nayarit"
17984
+ #~ msgstr "Nayarit"
17985
+
17986
+ #~ msgid "Morelos"
17987
+ #~ msgstr "Morelos"
17988
+
17989
+ #~ msgid "Hidalgo"
17990
+ #~ msgstr "Hidalgo"
17991
+
17992
+ #~ msgid "Guerrero"
17993
+ #~ msgstr "Guerrero"
17994
+
17995
+ #~ msgid "Guanajuato"
17996
+ #~ msgstr "Guanajuato"
17997
+
17998
+ #~ msgid "Durango"
17999
+ #~ msgstr "Durango"
18000
+
18001
+ #~ msgid "Colima"
18002
+ #~ msgstr "Colima"
18003
+
18004
+ #~ msgid "Coahuila"
18005
+ #~ msgstr "Coahuila"
18006
+
18007
+ #~ msgid "Chihuahua"
18008
+ #~ msgstr "Chihuahua"
18009
+
18010
+ #~ msgid "Chiapas"
18011
+ #~ msgstr "Chiapas"
18012
+
18013
+ #~ msgid "Campeche"
18014
+ #~ msgstr "Campeche"
18015
+
18016
+ #~ msgid "Baja California Sur"
18017
+ #~ msgstr "Baja California Sur"
18018
+
18019
+ #~ msgid "Baja California"
18020
+ #~ msgstr "Baja California"
18021
+
18022
+ #~ msgid "Aguascalientes"
18023
+ #~ msgstr "Aguascalientes"
18024
+
18025
+ #~ msgid "Jalisco"
18026
+ #~ msgstr "Jalisco"
18027
+
18028
+ #~ msgid "Okinawa"
18029
+ #~ msgstr "Okinawa"
18030
+
18031
+ #~ msgid "Kagoshima"
18032
+ #~ msgstr "Kagoshima"
18033
+
18034
+ #~ msgid "Miyazaki"
18035
+ #~ msgstr "Miyazaki"
18036
+
18037
+ #~ msgid "Oita"
18038
+ #~ msgstr "Oita"
18039
+
18040
+ #~ msgid "Kumamoto"
18041
+ #~ msgstr "Kumamoto"
18042
+
18043
+ #~ msgid "Nagasaki"
18044
+ #~ msgstr "Nagasaki"
18045
+
18046
+ #~ msgid "Saga"
18047
+ #~ msgstr "Saga"
18048
+
18049
+ #~ msgid "Fukuoka"
18050
+ #~ msgstr "Fukuoka"
18051
+
18052
+ #~ msgid "Kochi"
18053
+ #~ msgstr "Kochi"
18054
+
18055
+ #~ msgid "Ehime"
18056
+ #~ msgstr "Ehime"
18057
+
18058
+ #~ msgid "Kagawa"
18059
+ #~ msgstr "Kagawa"
18060
+
18061
+ #~ msgid "Tokushima"
18062
+ #~ msgstr "Tokushima"
18063
+
18064
+ #~ msgid "Yamaguchi"
18065
+ #~ msgstr "Yamaguchi"
18066
+
18067
+ #~ msgid "Hiroshima"
18068
+ #~ msgstr "Hiroshima"
18069
+
18070
+ #~ msgid "Okayama"
18071
+ #~ msgstr "Okayama"
18072
+
18073
+ #~ msgid "Shimane"
18074
+ #~ msgstr "Shimane"
18075
+
18076
+ #~ msgid "Tottori"
18077
+ #~ msgstr "Tottori"
18078
+
18079
+ #~ msgid "Wakayama"
18080
+ #~ msgstr "Wakayama"
18081
+
18082
+ #~ msgid "Nara"
18083
+ #~ msgstr "Nara"
18084
+
18085
+ #~ msgid "Hyogo"
18086
+ #~ msgstr "Hyogo"
18087
+
18088
+ #~ msgid "Osaka"
18089
+ #~ msgstr "Osaka"
18090
+
18091
+ #~ msgid "Kyoto"
18092
+ #~ msgstr "Kyoto"
18093
+
18094
+ #~ msgid "Shiga"
18095
+ #~ msgstr "Shiga"
18096
+
18097
+ #~ msgid "Mie"
18098
+ #~ msgstr "Mie"
18099
+
18100
+ #~ msgid "Aichi"
18101
+ #~ msgstr "Aichi"
18102
+
18103
+ #~ msgid "Shizuoka"
18104
+ #~ msgstr "Shizuoka"
18105
+
18106
+ #~ msgid "Gifu"
18107
+ #~ msgstr "Gifu"
18108
+
18109
+ #~ msgid "Nagano"
18110
+ #~ msgstr "Nagano"
18111
+
18112
+ #~ msgid "Yamanashi"
18113
+ #~ msgstr "Yamanashi"
18114
+
18115
+ #~ msgid "Fukui"
18116
+ #~ msgstr "Fukui"
18117
+
18118
+ #~ msgid "Ishikawa"
18119
+ #~ msgstr "Ishikawa"
18120
+
18121
+ #~ msgid "Toyama"
18122
+ #~ msgstr "Toyama"
18123
+
18124
+ #~ msgid "Niigata"
18125
+ #~ msgstr "Niigata"
18126
+
18127
+ #~ msgid "Kanagawa"
18128
+ #~ msgstr "Kanagawa"
18129
+
18130
+ #~ msgid "Tokyo"
18131
+ #~ msgstr "Tokio"
18132
+
18133
+ #~ msgid "Chiba"
18134
+ #~ msgstr "Chiba"
18135
+
18136
+ #~ msgid "Saitama"
18137
+ #~ msgstr "Saitama"
18138
+
18139
+ #~ msgid "Gunma"
18140
+ #~ msgstr "Gunma"
18141
+
18142
+ #~ msgid "Tochigi"
18143
+ #~ msgstr "Tochigi"
18144
+
18145
+ #~ msgid "Ibaraki"
18146
+ #~ msgstr "Ibaraki"
18147
+
18148
+ #~ msgid "Fukushima"
18149
+ #~ msgstr "Fukushima"
18150
+
18151
+ #~ msgid "Yamagata"
18152
+ #~ msgstr "Yamagata"
18153
+
18154
+ #~ msgid "Akita"
18155
+ #~ msgstr "Akita"
18156
+
18157
+ #~ msgid "Miyagi"
18158
+ #~ msgstr "Miyagi"
18159
+
18160
+ #~ msgid "Iwate"
18161
+ #~ msgstr "Iwate"
18162
+
18163
+ #~ msgid "Aomori"
18164
+ #~ msgstr "Aomori"
18165
+
18166
+ #~ msgid "Hokkaido"
18167
+ #~ msgstr "Hokkaido"
18168
+
18169
+ #~ msgid "Viterbo"
18170
+ #~ msgstr "Viterbo"
18171
+
18172
+ #~ msgid "Vicenza"
18173
+ #~ msgstr "Vicenza"
18174
+
18175
+ #~ msgid "Vibo Valentia"
18176
+ #~ msgstr "Vibo Valentia"
18177
+
18178
+ #~ msgid "Verona"
18179
+ #~ msgstr "Verona"
18180
+
18181
+ #~ msgid "Vercelli"
18182
+ #~ msgstr "Vercelli"
18183
+
18184
+ #~ msgid "Verbano-Cusio-Ossola"
18185
+ #~ msgstr "Verbano-Cusio-Ossola"
18186
+
18187
+ #~ msgid "Venezia"
18188
+ #~ msgstr "Venezien"
18189
+
18190
+ #~ msgid "Varese"
18191
+ #~ msgstr "Varese"
18192
+
18193
+ #~ msgid "Udine"
18194
+ #~ msgstr "Udine"
18195
+
18196
+ #~ msgid "Trieste"
18197
+ #~ msgstr "Triest"
18198
+
18199
+ #~ msgid "Treviso"
18200
+ #~ msgstr "Treviso"
18201
+
18202
+ #~ msgid "Trento"
18203
+ #~ msgstr "Trento"
18204
+
18205
+ #~ msgid "Trapani"
18206
+ #~ msgstr "Trapani"
18207
+
18208
+ #~ msgid "Ogliastra"
18209
+ #~ msgstr "Ogliastra"
18210
+
18211
+ #~ msgid "Torino"
18212
+ #~ msgstr "Turin"
18213
+
18214
+ #~ msgid "Terni"
18215
+ #~ msgstr "Terni"
18216
+
18217
+ #~ msgid "Teramo"
18218
+ #~ msgstr "Teramo"
18219
+
18220
+ #~ msgid "Taranto"
18221
+ #~ msgstr "Taranto"
18222
+
18223
+ #~ msgid "Sondrio"
18224
+ #~ msgstr "Sondrio"
18225
+
18226
+ #~ msgid "Siracusa"
18227
+ #~ msgstr "Siracusa"
18228
+
18229
+ #~ msgid "Siena"
18230
+ #~ msgstr "Siena"
18231
+
18232
+ #~ msgid "Savona"
18233
+ #~ msgstr "Savona"
18234
+
18235
+ #~ msgid "Sassari"
18236
+ #~ msgstr "Sassari"
18237
+
18238
+ #~ msgid "Medio Campidano"
18239
+ #~ msgstr "Medio Campidano"
18240
+
18241
+ #~ msgid "Salerno"
18242
+ #~ msgstr "Salerno"
18243
+
18244
+ #~ msgid "Rovigo"
18245
+ #~ msgstr "Rovigo"
18246
+
18247
+ #~ msgid "Roma"
18248
+ #~ msgstr "Rom"
18249
+
18250
+ #~ msgid "Rimini"
18251
+ #~ msgstr "Rimini"
18252
+
18253
+ #~ msgid "Rieti"
18254
+ #~ msgstr "Rieti"
18255
+
18256
+ #~ msgid "Reggio Emilia"
18257
+ #~ msgstr "Reggio Emilia"
18258
+
18259
+ #~ msgid "Reggio Calabria"
18260
+ #~ msgstr "Reggio Calabria"
18261
+
18262
+ #~ msgid "Ravenna"
18263
+ #~ msgstr "Ravenna"
18264
+
18265
+ #~ msgid "Ragusa"
18266
+ #~ msgstr "Ragusa"
18267
+
18268
+ #~ msgid "Prato"
18269
+ #~ msgstr "Prato"
18270
+
18271
+ #~ msgid "Potenza"
18272
+ #~ msgstr "Potenza"
18273
+
18274
+ #~ msgid "Pistoia"
18275
+ #~ msgstr "Pistoia"
18276
+
18277
+ #~ msgid "Pisa"
18278
+ #~ msgstr "Pisa"
18279
+
18280
+ #~ msgid "Piacenza"
18281
+ #~ msgstr "Piacenza"
18282
+
18283
+ #~ msgid "Pescara"
18284
+ #~ msgstr "Pescara"
18285
+
18286
+ #~ msgid "Pesaro e Urbino"
18287
+ #~ msgstr "Pesaro e Urbino"
18288
+
18289
+ #~ msgid "Perugia"
18290
+ #~ msgstr "Perugia"
18291
+
18292
+ #~ msgid "Pavia"
18293
+ #~ msgstr "Pavia"
18294
+
18295
+ #~ msgid "Parma"
18296
+ #~ msgstr "Parma"
18297
+
18298
+ #~ msgid "Palermo"
18299
+ #~ msgstr "Palermo"
18300
+
18301
+ #~ msgid "Padova"
18302
+ #~ msgstr "Padova"
18303
+
18304
+ #~ msgid "Oristano"
18305
+ #~ msgstr "Oristano"
18306
+
18307
+ #~ msgid "Olbia-Tempio"
18308
+ #~ msgstr "Olbia-Tempio"
18309
+
18310
+ #~ msgid "Nuoro"
18311
+ #~ msgstr "Nuoro"
18312
+
18313
+ #~ msgid "Novara"
18314
+ #~ msgstr "Novara"
18315
+
18316
+ #~ msgid "Napoli"
18317
+ #~ msgstr "Neapel"
18318
+
18319
+ #~ msgid "Monza e della Brianza"
18320
+ #~ msgstr "Monza e della Brianza"
18321
+
18322
+ #~ msgid "Modena"
18323
+ #~ msgstr "Modena"
18324
+
18325
+ #~ msgid "Milano"
18326
+ #~ msgstr "Mailand"
18327
+
18328
+ #~ msgid "Messina"
18329
+ #~ msgstr "Messina"
18330
+
18331
+ #~ msgid "Matera"
18332
+ #~ msgstr "Matera"
18333
+
18334
+ #~ msgid "Massa-Carrara"
18335
+ #~ msgstr "Massa-Carrara"
18336
+
18337
+ #~ msgid "Mantova"
18338
+ #~ msgstr "Mantova"
18339
+
18340
+ #~ msgid "Macerata"
18341
+ #~ msgstr "Macerata"
18342
+
18343
+ #~ msgid "Lucca"
18344
+ #~ msgstr "Lucca"
18345
+
18346
+ #~ msgid "Lodi"
18347
+ #~ msgstr "Lodi"
18348
+
18349
+ #~ msgid "Livorno"
18350
+ #~ msgstr "Livorno"
18351
+
18352
+ #~ msgid "Lecco"
18353
+ #~ msgstr "Lecco"
18354
+
18355
+ #~ msgid "Lecce"
18356
+ #~ msgstr "Lecce"
18357
+
18358
+ #~ msgid "Latina"
18359
+ #~ msgstr "Latina"
18360
+
18361
+ #~ msgid "La Spezia"
18362
+ #~ msgstr "La Spezia"
18363
+
18364
+ #~ msgid "Isernia"
18365
+ #~ msgstr "Isernia"
18366
+
18367
+ #~ msgid "Imperia"
18368
+ #~ msgstr "Imperia"
18369
+
18370
+ #~ msgid "Grosseto"
18371
+ #~ msgstr "Grosseto"
18372
+
18373
+ #~ msgid "Gorizia"
18374
+ #~ msgstr "Gorizia"
18375
+
18376
+ #~ msgid "Genova"
18377
+ #~ msgstr "Genua"
18378
+
18379
+ #~ msgid "Frosinone"
18380
+ #~ msgstr "Frosinone"
18381
+
18382
+ #~ msgid "Forlì-Cesena"
18383
+ #~ msgstr "Forlì-Cesena"
18384
+
18385
+ #~ msgid "Foggia"
18386
+ #~ msgstr "Foggia"
18387
+
18388
+ #~ msgid "Firenze"
18389
+ #~ msgstr "Florenz"
18390
+
18391
+ #~ msgid "Ferrara"
18392
+ #~ msgstr "Ferrara"
18393
+
18394
+ #~ msgid "Fermo"
18395
+ #~ msgstr "Fermo"
18396
+
18397
+ #~ msgid "Enna"
18398
+ #~ msgstr "Enna"
18399
+
18400
+ #~ msgid "Cuneo"
18401
+ #~ msgstr "Cuneo"
18402
+
18403
+ #~ msgid "Crotone"
18404
+ #~ msgstr "Crotone"
18405
+
18406
+ #~ msgid "Cremona"
18407
+ #~ msgstr "Cremona"
18408
+
18409
+ #~ msgid "Cosenza"
18410
+ #~ msgstr "Cosenza"
18411
+
18412
+ #~ msgid "Como"
18413
+ #~ msgstr "Como"
18414
+
18415
+ #~ msgid "Chieti"
18416
+ #~ msgstr "Chieti"
18417
+
18418
+ #~ msgid "Catanzaro"
18419
+ #~ msgstr "Catanzaro"
18420
+
18421
+ #~ msgid "Catania"
18422
+ #~ msgstr "Catania"
18423
+
18424
+ #~ msgid "Caserta"
18425
+ #~ msgstr "Caserta"
18426
+
18427
+ #~ msgid "Carbonia-Iglesias"
18428
+ #~ msgstr "Carbonia-Iglesias"
18429
+
18430
+ #~ msgid "Campobasso"
18431
+ #~ msgstr "Campobasso"
18432
+
18433
+ #~ msgid "Caltanissetta"
18434
+ #~ msgstr "Caltanissetta"
18435
+
18436
+ #~ msgid "Cagliari"
18437
+ #~ msgstr "Cagliari"
18438
+
18439
+ #~ msgid "Brindisi"
18440
+ #~ msgstr "Brindisi"
18441
+
18442
+ #~ msgid "Brescia"
18443
+ #~ msgstr "Brescia"
18444
+
18445
+ #~ msgid "Bolzano"
18446
+ #~ msgstr "Bozen"
18447
+
18448
+ #~ msgid "Bologna"
18449
+ #~ msgstr "Bologna"
18450
+
18451
+ #~ msgid "Biella"
18452
+ #~ msgstr "Biella"
18453
+
18454
+ #~ msgid "Bergamo"
18455
+ #~ msgstr "Bergamo"
18456
+
18457
+ #~ msgid "Benevento"
18458
+ #~ msgstr "Benevento"
18459
+
18460
+ #~ msgid "Belluno"
18461
+ #~ msgstr "Belluno"
18462
+
18463
+ #~ msgid "Barletta-Andria-Trani"
18464
+ #~ msgstr "Barletta-Andria-Trani"
18465
+
18466
+ #~ msgid "Bari"
18467
+ #~ msgstr "Bari"
18468
+
18469
+ #~ msgid "Avellino"
18470
+ #~ msgstr "Avellino"
18471
+
18472
+ #~ msgid "Asti"
18473
+ #~ msgstr "Asti"
18474
+
18475
+ #~ msgid "Ascoli Piceno"
18476
+ #~ msgstr "Ascoli Piceno"
18477
+
18478
+ #~ msgid "Arezzo"
18479
+ #~ msgstr "Arezzo"
18480
+
18481
+ #~ msgid "Aosta"
18482
+ #~ msgstr "Aosta"
18483
+
18484
+ #~ msgid "Ancona"
18485
+ #~ msgstr "Ancona"
18486
+
18487
+ #~ msgid "Alessandria"
18488
+ #~ msgstr "Alexandria"
18489
+
18490
+ #~ msgid "Agrigento"
18491
+ #~ msgstr "Agrigento"
18492
+
18493
+ #~ msgid "Sistan and Baluchestan (سیستان و بلوچستان)"
18494
+ #~ msgstr "Sistan and Baluchestan (سیستان و بلوچستان)"
18495
+
18496
+ #~ msgid "Hormozgan (هرمزگان)"
18497
+ #~ msgstr "Hormozgan (هرمزگان)"
18498
+
18499
+ #~ msgid "Markazi (مرکزی)"
18500
+ #~ msgstr "Markazi (مرکزی)"
18501
+
18502
+ #~ msgid "Mazandaran (مازندران)"
18503
+ #~ msgstr "Mazandaran (مازندران)"
18504
+
18505
+ #~ msgid "Gilan (گیلان)"
18506
+ #~ msgstr "Gilan (گیلان)"
18507
+
18508
+ #~ msgid "Golestan (گلستان)"
18509
+ #~ msgstr "Golestan (گلستان)"
18510
+
18511
+ #~ msgid "Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراحمد)"
18512
+ #~ msgstr "Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراحمد)"
18513
+
18514
+ #~ msgid "Kurdistan / کردستان)"
18515
+ #~ msgstr "Kurdistan / کردستان)"
18516
+
18517
+ #~ msgid "Qom (قم)"
18518
+ #~ msgstr "Qom (قم)"
18519
+
18520
+ #~ msgid "Fars (فارس)"
18521
+ #~ msgstr "Fars (فارس)"
18522
+
18523
+ #~ msgid "Semnan (سمنان)"
18524
+ #~ msgstr "Semnan (سمنان)"
18525
+
18526
+ #~ msgid "North Khorasan (خراسان شمالی)"
18527
+ #~ msgstr "Nord-Khorasan (خراسان جنوبی)"
18528
+
18529
+ #~ msgid "Razavi Khorasan (خراسان رضوی)"
18530
+ #~ msgstr "Razavi Khorasan (خراسان رضوی)"
18531
+
18532
+ #~ msgid "South Khorasan (خراسان جنوبی)"
18533
+ #~ msgstr "South Khorasan (خراسان جنوبی)"
18534
+
18535
+ #~ msgid "Chaharmahal and Bakhtiari (چهارمحال و بختیاری)"
18536
+ #~ msgstr "Chaharmahal and Bakhtiari (چهارمحال و بختیاری)"
18537
+
18538
+ #~ msgid "West Azarbaijan (آذربایجان غربی)"
18539
+ #~ msgstr "West Azarbaijan (آذربایجان غربی)"
18540
+
18541
+ #~ msgid "East Azarbaijan (آذربایجان شرقی)"
18542
+ #~ msgstr "East Azarbaijan (آذربایجان شرقی)"
18543
+
18544
+ #~ msgid "Alborz (البرز)"
18545
+ #~ msgstr "Alborz (البرز)"
18546
+
18547
+ #~ msgid "Luristan (لرستان)"
18548
+ #~ msgstr "Luristan (لرستان)"
18549
+
18550
+ #~ msgid "Zanjan (زنجان)"
18551
+ #~ msgstr "Zanjan (زنجان)"
18552
+
18553
+ #~ msgid "Ghazvin (قزوین)"
18554
+ #~ msgstr "Ghazvin (قزوین)"
18555
+
18556
+ #~ msgid "Hamadan (همدان)"
18557
+ #~ msgstr "Hamadan (همدان)"
18558
+
18559
+ #~ msgid "Kerman (کرمان)"
18560
+ #~ msgstr "Kerman (کرمان)"
18561
+
18562
+ #~ msgid "Kermanshah (کرمانشاه)"
18563
+ #~ msgstr "Kermanshah (کرمانشاه)"
18564
+
18565
+ #~ msgid "Yazd (یزد)"
18566
+ #~ msgstr "Yazd (یزد)"
18567
+
18568
+ #~ msgid "Isfahan (اصفهان)"
18569
+ #~ msgstr "Isfahan (اصفهان)"
18570
+
18571
+ #~ msgid "Ardabil (اردبیل)"
18572
+ #~ msgstr "Ardabil (اردبیل)"
18573
+
18574
+ #~ msgid "Bushehr (بوشهر)"
18575
+ #~ msgstr "Bushehr (بوشهر)"
18576
+
18577
+ #~ msgid "Ilaam (ایلام)"
18578
+ #~ msgstr "Ilaam (ایلام)"
18579
+
18580
+ #~ msgid "Tehran (تهران)"
18581
+ #~ msgstr "Tehran (تهران)"
18582
+
18583
+ #~ msgid "Khuzestan (خوزستان)"
18584
+ #~ msgstr "Khuzestan (خوزستان)"
18585
+
18586
+ #~ msgid "Pondicherry (Puducherry)"
18587
+ #~ msgstr "Pondicherry (Puducherry)"
18588
+
18589
+ #~ msgid "Lakshadeep"
18590
+ #~ msgstr "Lakshadeep"
18591
+
18592
+ #~ msgid "Delhi"
18593
+ #~ msgstr "Delhi"
18594
+
18595
+ #~ msgid "Daman and Diu"
18596
+ #~ msgstr "Daman und Diu"
18597
+
18598
+ #~ msgid "Dadra and Nagar Haveli"
18599
+ #~ msgstr "Dadra und Nagar Haveli"
18600
+
18601
+ #~ msgid "Chandigarh"
18602
+ #~ msgstr "Chandigarh"
18603
+
18604
+ #~ msgid "Andaman and Nicobar Islands"
18605
+ #~ msgstr "Andamanen und Nikobaren"
18606
+
18607
+ #~ msgid "West Bengal"
18608
+ #~ msgstr "Westbengalen"
18609
+
18610
+ #~ msgid "Uttar Pradesh"
18611
+ #~ msgstr "Uttar Pradesh"
18612
+
18613
+ #~ msgid "Uttarakhand"
18614
+ #~ msgstr "Uttarakhand"
18615
+
18616
+ #~ msgid "Tripura"
18617
+ #~ msgstr "Tripura"
18618
+
18619
+ #~ msgid "Telangana"
18620
+ #~ msgstr "Telangana"
18621
+
18622
+ #~ msgid "Tamil Nadu"
18623
+ #~ msgstr "Tamil Nadu"
18624
+
18625
+ #~ msgid "Sikkim"
18626
+ #~ msgstr "Sikkim"
18627
+
18628
+ #~ msgid "Rajasthan"
18629
+ #~ msgstr "Rajasthan"
18630
+
18631
+ #~ msgid "Punjab"
18632
+ #~ msgstr "Punjab"
18633
+
18634
+ #~ msgid "Orissa"
18635
+ #~ msgstr "Orissa"
18636
+
18637
+ #~ msgid "Nagaland"
18638
+ #~ msgstr "Nagaland"
18639
+
18640
+ #~ msgid "Mizoram"
18641
+ #~ msgstr "Mizoram"
18642
+
18643
+ #~ msgid "Meghalaya"
18644
+ #~ msgstr "Meghalaya"
18645
+
18646
+ #~ msgid "Manipur"
18647
+ #~ msgstr "Manipur"
18648
+
18649
+ #~ msgid "Maharashtra"
18650
+ #~ msgstr "Maharashtra"
18651
+
18652
+ #~ msgid "Madhya Pradesh"
18653
+ #~ msgstr "Madhya Pradesh"
18654
+
18655
+ #~ msgid "Kerala"
18656
+ #~ msgstr "Kerala"
18657
+
18658
+ #~ msgid "Karnataka"
18659
+ #~ msgstr "Karnataka"
18660
+
18661
+ #~ msgid "Jharkhand"
18662
+ #~ msgstr "Jharkhand"
18663
+
18664
+ #~ msgid "Jammu and Kashmir"
18665
+ #~ msgstr "Jammu und Kashmir"
18666
+
18667
+ #~ msgid "Himachal Pradesh"
18668
+ #~ msgstr "Himachal Pradesh"
18669
+
18670
+ #~ msgid "Haryana"
18671
+ #~ msgstr "Haryana"
18672
+
18673
+ #~ msgid "Gujarat"
18674
+ #~ msgstr "Gujarat"
18675
+
18676
+ #~ msgid "Goa"
18677
+ #~ msgstr "Goa"
18678
+
18679
+ #~ msgid "Chhattisgarh"
18680
+ #~ msgstr "Chhattisgarh"
18681
+
18682
+ #~ msgid "Bihar"
18683
+ #~ msgstr "Bihar"
18684
+
18685
+ #~ msgid "Assam"
18686
+ #~ msgstr "Assam"
18687
+
18688
+ #~ msgid "Arunachal Pradesh"
18689
+ #~ msgstr "Arunachal Pradesh"
18690
+
18691
+ #~ msgid "Andhra Pradesh"
18692
+ #~ msgstr "Andhra Pradesh"
18693
+
18694
+ #~ msgid "Papua Barat"
18695
+ #~ msgstr "Papua Barat"
18696
+
18697
+ #~ msgid "Papua"
18698
+ #~ msgstr "Papua"
18699
+
18700
+ #~ msgid "Maluku Utara"
18701
+ #~ msgstr "Maluku Utara"
18702
+
18703
+ #~ msgid "Maluku"
18704
+ #~ msgstr "Maluku"
18705
+
18706
+ #~ msgid "Gorontalo"
18707
+ #~ msgstr "Gorontalo"
18708
+
18709
+ #~ msgid "Sulawesi Selatan"
18710
+ #~ msgstr "Sulawesi Selatan"
18711
+
18712
+ #~ msgid "Sulawesi Barat"
18713
+ #~ msgstr "Sulawesi Barat"
18714
+
18715
+ #~ msgid "Sulawesi Tenggara"
18716
+ #~ msgstr "Sulawesi Tenggara"
18717
+
18718
+ #~ msgid "Sulawesi Tengah"
18719
+ #~ msgstr "Sulawesi Tengah"
18720
+
18721
+ #~ msgid "Sulawesi Utara"
18722
+ #~ msgstr "Sulawesi Utara"
18723
+
18724
+ #~ msgid "Kalimantan Utara"
18725
+ #~ msgstr "Kalimantan Utara"
18726
+
18727
+ #~ msgid "Kalimantan Selatan"
18728
+ #~ msgstr "Kalimantan Selatan"
18729
+
18730
+ #~ msgid "Kalimantan Timur"
18731
+ #~ msgstr "Kalimantan Timur"
18732
+
18733
+ #~ msgid "Kalimantan Tengah"
18734
+ #~ msgstr "Kalimantan Tengah"
18735
+
18736
+ #~ msgid "Kalimantan Barat"
18737
+ #~ msgstr "Kalimantan Barat"
18738
+
18739
+ #~ msgid "Nusa Tenggara Timur"
18740
+ #~ msgstr "Nusa Tenggara Timur"
18741
+
18742
+ #~ msgid "Nusa Tenggara Barat"
18743
+ #~ msgstr "Nusa Tenggara Barat"
18744
+
18745
+ #~ msgid "Bali"
18746
+ #~ msgstr "Bali"
18747
+
18748
+ #~ msgid "Daerah Istimewa Yogyakarta"
18749
+ #~ msgstr "Daerah Istimewa Yogyakarta"
18750
+
18751
+ #~ msgid "Jawa Timur"
18752
+ #~ msgstr "Jawa Timur"
18753
+
18754
+ #~ msgid "Jawa Tengah"
18755
+ #~ msgstr "Jawa Tengah"
18756
+
18757
+ #~ msgid "Banten"
18758
+ #~ msgstr "Banten"
18759
+
18760
+ #~ msgid "Jawa Barat"
18761
+ #~ msgstr "Jawa Barat"
18762
+
18763
+ #~ msgid "DKI Jakarta"
18764
+ #~ msgstr "DKI Jakarta"
18765
+
18766
+ #~ msgid "Lampung"
18767
+ #~ msgstr "Lampung"
18768
+
18769
+ #~ msgid "Bengkulu"
18770
+ #~ msgstr "Bengkulu"
18771
+
18772
+ #~ msgid "Bangka Belitung"
18773
+ #~ msgstr "Bangka Belitung"
18774
+
18775
+ #~ msgid "Sumatera Selatan"
18776
+ #~ msgstr "Sumatera Selatan"
18777
+
18778
+ #~ msgid "Jambi"
18779
+ #~ msgstr "Jambi"
18780
+
18781
+ #~ msgid "Kepulauan Riau"
18782
+ #~ msgstr "Kepulauan Riau"
18783
+
18784
+ #~ msgid "Riau"
18785
+ #~ msgstr "Riau"
18786
+
18787
+ #~ msgid "Sumatera Barat"
18788
+ #~ msgstr "Sumatera Barat"
18789
+
18790
+ #~ msgid "Sumatera Utara"
18791
+ #~ msgstr "Sumatera Utara"
18792
+
18793
+ #~ msgid "Daerah Istimewa Aceh"
18794
+ #~ msgstr "Daerah Istimewa Aceh"
18795
+
18796
+ #~ msgid "Zala"
18797
+ #~ msgstr "Zala"
18798
+
18799
+ #~ msgid "Veszprém"
18800
+ #~ msgstr "Veszprém"
18801
+
18802
+ #~ msgid "Vas"
18803
+ #~ msgstr "Vas"
18804
+
18805
+ #~ msgid "Tolna"
18806
+ #~ msgstr "Tolna"
18807
+
18808
+ #~ msgid "Szabolcs-Szatmár-Bereg"
18809
+ #~ msgstr "Szabolcs-Szatmár-Bereg"
18810
+
18811
+ #~ msgid "Somogy"
18812
+ #~ msgstr "Somogy"
18813
+
18814
+ #~ msgid "Pest"
18815
+ #~ msgstr "Pest"
18816
+
18817
+ #~ msgid "Nógrád"
18818
+ #~ msgstr "Nógrád"
18819
+
18820
+ #~ msgid "Komárom-Esztergom"
18821
+ #~ msgstr "Komárom-Esztergom"
18822
+
18823
+ #~ msgid "Jász-Nagykun-Szolnok"
18824
+ #~ msgstr "Jász-Nagykun-Szolnok"
18825
+
18826
+ #~ msgid "Heves"
18827
+ #~ msgstr "Heves"
18828
+
18829
+ #~ msgid "Hajdú-Bihar"
18830
+ #~ msgstr "Hajdú-Bihar"
18831
+
18832
+ #~ msgid "Győr-Moson-Sopron"
18833
+ #~ msgstr "Győr-Moson-Sopron"
18834
+
18835
+ #~ msgid "Fejér"
18836
+ #~ msgstr "Fejér"
18837
+
18838
+ #~ msgid "Csongrád"
18839
+ #~ msgstr "Csongrád"
18840
+
18841
+ #~ msgid "Budapest"
18842
+ #~ msgstr "Budapest"
18843
+
18844
+ #~ msgid "Borsod-Abaúj-Zemplén"
18845
+ #~ msgstr "Borsod-Abaúj-Zemplén"
18846
+
18847
+ #~ msgid "Baranya"
18848
+ #~ msgstr "Baranya"
18849
+
18850
+ #~ msgid "Békés"
18851
+ #~ msgstr "Békés"
18852
+
18853
+ #~ msgid "Bács-Kiskun"
18854
+ #~ msgstr "Bács-Kiskun"
18855
+
18856
+ #~ msgid "New Territories"
18857
+ #~ msgstr "New Territories"
18858
+
18859
+ #~ msgid "Kowloon"
18860
+ #~ msgstr "Kowloon"
18861
+
18862
+ #~ msgid "Hong Kong Island"
18863
+ #~ msgstr "Hong Kong Island"
18864
+
18865
+ #~ msgid "Κρήτη"
18866
+ #~ msgstr "Kreta"
18867
+
18868
+ #~ msgid "Νότιο Αιγαίο"
18869
+ #~ msgstr "Südliche Ägäis"
18870
+
18871
+ #~ msgid "Βόρειο Αιγαίο"
18872
+ #~ msgstr "Nördliche Ägäis"
18873
+
18874
+ #~ msgid "Πελοπόννησος"
18875
+ #~ msgstr "Peloponnes"
18876
+
18877
+ #~ msgid "Στερεά Ελλάδα"
18878
+ #~ msgstr "Zentralgriechenland"
18879
+
18880
+ #~ msgid "Δυτική Ελλάδα"
18881
+ #~ msgstr "Westgriechenland"
18882
+
18883
+ #~ msgid "Ιόνιοι Νήσοι"
18884
+ #~ msgstr "Ionische Inseln"
18885
+
18886
+ #~ msgid "Θεσσαλία"
18887
+ #~ msgstr "Thessalien"
18888
+
18889
+ #~ msgid "Ήπειρος"
18890
+ #~ msgstr "Epirus"
18891
+
18892
+ #~ msgid "Δυτική Μακεδονία"
18893
+ #~ msgstr "Westmakedonien"
18894
+
18895
+ #~ msgid "Κεντρική Μακεδονία"
18896
+ #~ msgstr "Zentralmakedonien"
18897
+
18898
+ #~ msgid "Ανατολική Μακεδονία και Θράκη"
18899
+ #~ msgstr "Ostmakedonien und Thrakien"
18900
+
18901
+ #~ msgid "Αττική"
18902
+ #~ msgstr "Attika"
18903
+
18904
+ #~ msgid "Zaragoza"
18905
+ #~ msgstr "Zaragoza"
18906
+
18907
+ #~ msgid "Zamora"
18908
+ #~ msgstr "Zamora"
18909
+
18910
+ #~ msgid "Bizkaia"
18911
+ #~ msgstr "Bizkaia"
18912
+
18913
+ #~ msgid "Valladolid"
18914
+ #~ msgstr "Valladolid"
18915
+
18916
+ #~ msgid "Valencia"
18917
+ #~ msgstr "Valencia"
18918
+
18919
+ #~ msgid "Toledo"
18920
+ #~ msgstr "Toledo"
18921
+
18922
+ #~ msgid "Teruel"
18923
+ #~ msgstr "Teruel"
18924
+
18925
+ #~ msgid "Tarragona"
18926
+ #~ msgstr "Tarragona"
18927
+
18928
+ #~ msgid "Soria"
18929
+ #~ msgstr "Soria"
18930
+
18931
+ #~ msgid "Sevilla"
18932
+ #~ msgstr "Sevilla"
18933
+
18934
+ #~ msgid "Segovia"
18935
+ #~ msgstr "Segovia"
18936
+
18937
+ #~ msgid "Santa Cruz de Tenerife"
18938
+ #~ msgstr "Santa Cruz de Tenerife"
18939
+
18940
+ #~ msgid "Salamanca"
18941
+ #~ msgstr "Salamanca"
18942
+
18943
+ #~ msgid "Pontevedra"
18944
+ #~ msgstr "Pontevedra"
18945
+
18946
+ #~ msgid "Palencia"
18947
+ #~ msgstr "Palencia"
18948
+
18949
+ #~ msgid "Ourense"
18950
+ #~ msgstr "Ourense"
18951
+
18952
+ #~ msgid "Navarra"
18953
+ #~ msgstr "Navarra"
18954
+
18955
+ #~ msgid "Murcia"
18956
+ #~ msgstr "Murcia"
18957
+
18958
+ #~ msgid "Melilla"
18959
+ #~ msgstr "Melilla"
18960
+
18961
+ #~ msgid "M&aacute;laga"
18962
+ #~ msgstr "M&aacute;laga"
18963
+
18964
+ #~ msgid "Madrid"
18965
+ #~ msgstr "Madrid"
18966
+
18967
+ #~ msgid "Lugo"
18968
+ #~ msgstr "Lugo"
18969
+
18970
+ #~ msgid "Lleida"
18971
+ #~ msgstr "Lleida"
18972
+
18973
+ #~ msgid "Le&oacute;n"
18974
+ #~ msgstr "Le&oacute;n"
18975
+
18976
+ #~ msgid "Las Palmas"
18977
+ #~ msgstr "Las Palmas"
18978
+
18979
+ #~ msgid "Ja&eacute;n"
18980
+ #~ msgstr "Ja&eacute;n"
18981
+
18982
+ #~ msgid "Huesca"
18983
+ #~ msgstr "Huesca"
18984
+
18985
+ #~ msgid "Huelva"
18986
+ #~ msgstr "Huelva"
18987
+
18988
+ #~ msgid "Gipuzkoa"
18989
+ #~ msgstr "Gipuzkoa"
18990
+
18991
+ #~ msgid "Guadalajara"
18992
+ #~ msgstr "Guadalajara"
18993
+
18994
+ #~ msgid "Granada"
18995
+ #~ msgstr "Granada"
18996
+
18997
+ #~ msgid "Girona"
18998
+ #~ msgstr "Girona"
18999
+
19000
+ #~ msgid "Cuenca"
19001
+ #~ msgstr "Cuenca"
19002
+
19003
+ #~ msgid "Ciudad Real"
19004
+ #~ msgstr "Ciudad Real"
19005
+
19006
+ #~ msgid "Ceuta"
19007
+ #~ msgstr "Ceuta"
19008
+
19009
+ #~ msgid "Castell&oacute;n"
19010
+ #~ msgstr "Castell&oacute;n"
19011
+
19012
+ #~ msgid "Cantabria"
19013
+ #~ msgstr "Kantabrien"
19014
+
19015
+ #~ msgid "C&aacute;diz"
19016
+ #~ msgstr "C&aacute;diz"
19017
+
19018
+ #~ msgid "C&aacute;ceres"
19019
+ #~ msgstr "C&aacute;ceres"
19020
+
19021
+ #~ msgid "Burgos"
19022
+ #~ msgstr "Burgos"
19023
+
19024
+ #~ msgid "Barcelona"
19025
+ #~ msgstr "Barcelona"
19026
+
19027
+ #~ msgid "Baleares"
19028
+ #~ msgstr "Balearen"
19029
+
19030
+ #~ msgid "Badajoz"
19031
+ #~ msgstr "Badajoz"
19032
+
19033
+ #~ msgid "&Aacute;vila"
19034
+ #~ msgstr "&Aacute;vila"
19035
+
19036
+ #~ msgid "Asturias"
19037
+ #~ msgstr "Asturias"
19038
+
19039
+ #~ msgid "Almer&iacute;a"
19040
+ #~ msgstr "Almer&iacute;a"
19041
+
19042
+ #~ msgid "Alicante"
19043
+ #~ msgstr "Alicante"
19044
+
19045
+ #~ msgid "Albacete"
19046
+ #~ msgstr "Albacete"
19047
+
19048
+ #~ msgid "Araba/&Aacute;lava"
19049
+ #~ msgstr "Araba/&Aacute;lava"
19050
+
19051
+ #~ msgid "A Coru&ntilde;a"
19052
+ #~ msgstr "A Coru&ntilde;a"
19053
+
19054
+ #~ msgid "Xinjiang / &#26032;&#30086;"
19055
+ #~ msgstr "Xinjiang / &#26032;&#30086;"
19056
+
19057
+ #~ msgid "Tibet / &#35199;&#34255;"
19058
+ #~ msgstr "Tibet / &#35199;&#34255;"
19059
+
19060
+ #~ msgid "Macau / &#28595;&#38376;"
19061
+ #~ msgstr "Macau / &#28595;&#38376;"
19062
+
19063
+ #~ msgid "Ningxia Hui / &#23425;&#22799;"
19064
+ #~ msgstr "Ningxia Hui / &#23425;&#22799;"
19065
+
19066
+ #~ msgid "Qinghai / &#38738;&#28023;"
19067
+ #~ msgstr "Qinghai / &#38738;&#28023;"
19068
+
19069
+ #~ msgid "Gansu / &#29976;&#32899;"
19070
+ #~ msgstr "Gansu / &#29976;&#32899;"
19071
+
19072
+ #~ msgid "Shaanxi / &#38485;&#35199;"
19073
+ #~ msgstr "Shaanxi / &#38485;&#35199;"
19074
+
19075
+ #~ msgid "Guizhou / &#36149;&#24030;"
19076
+ #~ msgstr "Guizhou / &#36149;&#24030;"
19077
+
19078
+ #~ msgid "Sichuan / &#22235;&#24029;"
19079
+ #~ msgstr "Sichuan / &#22235;&#24029;"
19080
+
19081
+ #~ msgid "Chongqing / &#37325;&#24198;"
19082
+ #~ msgstr "Chongqing / &#37325;&#24198;"
19083
+
19084
+ #~ msgid "Hainan / &#28023;&#21335;"
19085
+ #~ msgstr "Hainan / &#28023;&#21335;"
19086
+
19087
+ #~ msgid "Guangxi Zhuang / &#24191;&#35199;&#22766;&#26063;"
19088
+ #~ msgstr "Guangxi Zhuang / &#24191;&#35199;&#22766;&#26063;"
19089
+
19090
+ #~ msgid "Guangdong / &#24191;&#19996;"
19091
+ #~ msgstr "Guangdong / &#24191;&#19996;"
19092
+
19093
+ #~ msgid "Hunan / &#28246;&#21335;"
19094
+ #~ msgstr "Hunan / &#28246;&#21335;"
19095
+
19096
+ #~ msgid "Hubei / &#28246;&#21271;"
19097
+ #~ msgstr "Hubei / &#28246;&#21271;"
19098
+
19099
+ #~ msgid "Henan / &#27827;&#21335;"
19100
+ #~ msgstr "Henan / &#27827;&#21335;"
19101
+
19102
+ #~ msgid "Shandong / &#23665;&#19996;"
19103
+ #~ msgstr "Shandong / &#23665;&#19996;"
19104
+
19105
+ #~ msgid "Jiangxi / &#27743;&#35199;"
19106
+ #~ msgstr "Jiangxi / &#27743;&#35199;"
19107
+
19108
+ #~ msgid "Fujian / &#31119;&#24314;"
19109
+ #~ msgstr "Fujian / &#31119;&#24314;"
19110
+
19111
+ #~ msgid "Anhui / &#23433;&#24509;"
19112
+ #~ msgstr "Anhui / &#23433;&#24509;"
19113
+
19114
+ #~ msgid "Zhejiang / &#27993;&#27743;"
19115
+ #~ msgstr "Zhejiang / &#27993;&#27743;"
19116
+
19117
+ #~ msgid "Jiangsu / &#27743;&#33487;"
19118
+ #~ msgstr "Jiangsu / &#27743;&#33487;"
19119
+
19120
+ #~ msgid "Shanghai / &#19978;&#28023;"
19121
+ #~ msgstr "Shanghai / &#19978;&#28023;"
19122
+
19123
+ #~ msgid "Heilongjiang / &#40657;&#40857;&#27743;"
19124
+ #~ msgstr "Heilongjiang / &#40657;&#40857;&#27743;"
19125
+
19126
+ #~ msgid "Jilin / &#21513;&#26519;"
19127
+ #~ msgstr "Jilin / &#21513;&#26519;"
19128
+
19129
+ #~ msgid "Liaoning / &#36797;&#23425;"
19130
+ #~ msgstr "Liaoning / &#36797;&#23425;"
19131
+
19132
+ #~ msgid "Inner Mongolia / &#20839;&#33945;&#21476;"
19133
+ #~ msgstr "Innere Mongolei / &#20839;&#33945;&#21476;"
19134
+
19135
+ #~ msgid "Shanxi / &#23665;&#35199;"
19136
+ #~ msgstr "Shanxi / &#23665;&#35199;"
19137
+
19138
+ #~ msgid "Hebei / &#27827;&#21271;"
19139
+ #~ msgstr "Hebei / &#27827;&#21271;"
19140
+
19141
+ #~ msgid "Tianjin / &#22825;&#27941;"
19142
+ #~ msgstr "Tianjin / &#22825;&#27941;"
19143
+
19144
+ #~ msgid "Beijing / &#21271;&#20140;"
19145
+ #~ msgstr "Peking (Beijing) / &#21271;&#20140;"
19146
+
19147
+ #~ msgid "Yunnan / &#20113;&#21335;"
19148
+ #~ msgstr "Yunnan / &#20113;&#21335;"
19149
+
19150
+ #~ msgid "Yukon Territory"
19151
+ #~ msgstr "Yukon"
19152
+
19153
+ #~ msgid "Saskatchewan"
19154
+ #~ msgstr "Saskatchewan"
19155
+
19156
+ #~ msgid "Quebec"
19157
+ #~ msgstr "Quebec"
19158
+
19159
+ #~ msgid "Prince Edward Island"
19160
+ #~ msgstr "Prinz-Edward-Insel"
19161
+
19162
+ #~ msgid "Ontario"
19163
+ #~ msgstr "Ontario"
19164
+
19165
+ #~ msgid "Nunavut"
19166
+ #~ msgstr "Nunavut"
19167
+
19168
+ #~ msgid "Nova Scotia"
19169
+ #~ msgstr "Neuschottland"
19170
+
19171
+ #~ msgid "Northwest Territories"
19172
+ #~ msgstr "Nordwest-Territorien"
19173
+
19174
+ #~ msgid "Newfoundland and Labrador"
19175
+ #~ msgstr "Neufundland und Labrador"
19176
+
19177
+ #~ msgid "New Brunswick"
19178
+ #~ msgstr "New Brunswick"
19179
+
19180
+ #~ msgid "Manitoba"
19181
+ #~ msgstr "Manitoba"
19182
+
19183
+ #~ msgid "British Columbia"
19184
+ #~ msgstr "Britisch-Kolumbien"
19185
+
19186
+ #~ msgid "Alberta"
19187
+ #~ msgstr "Alberta"
19188
+
19189
+ #~ msgid "Tocantins"
19190
+ #~ msgstr "Tocantins"
19191
+
19192
+ #~ msgid "Sergipe"
19193
+ #~ msgstr "Sergipe"
19194
+
19195
+ #~ msgid "S&atilde;o Paulo"
19196
+ #~ msgstr "S&atilde;o Paulo"
19197
+
19198
+ #~ msgid "Santa Catarina"
19199
+ #~ msgstr "Santa Catarina"
19200
+
19201
+ #~ msgid "Roraima"
19202
+ #~ msgstr "Roraima"
19203
+
19204
+ #~ msgid "Rond&ocirc;nia"
19205
+ #~ msgstr "Rond&ocirc;nia"
19206
+
19207
+ #~ msgid "Rio Grande do Sul"
19208
+ #~ msgstr "Rio Grande do Sul"
19209
+
19210
+ #~ msgid "Rio Grande do Norte"
19211
+ #~ msgstr "Rio Grande do Norte"
19212
+
19213
+ #~ msgid "Rio de Janeiro"
19214
+ #~ msgstr "Rio de Janeiro"
19215
+
19216
+ #~ msgid "Piau&iacute;"
19217
+ #~ msgstr "Piau&iacute;"
19218
+
19219
+ #~ msgid "Pernambuco"
19220
+ #~ msgstr "Pernambuco"
19221
+
19222
+ #~ msgid "Paran&aacute;"
19223
+ #~ msgstr "Paran&aacute;"
19224
+
19225
+ #~ msgid "Para&iacute;ba"
19226
+ #~ msgstr "Para&iacute;ba"
19227
+
19228
+ #~ msgid "Par&aacute;"
19229
+ #~ msgstr "Par&aacute;"
19230
+
19231
+ #~ msgid "Minas Gerais"
19232
+ #~ msgstr "Minas Gerais"
19233
+
19234
+ #~ msgid "Mato Grosso do Sul"
19235
+ #~ msgstr "Mato Grosso do Sul"
19236
+
19237
+ #~ msgid "Mato Grosso"
19238
+ #~ msgstr "Mato Grosso"
19239
+
19240
+ #~ msgid "Maranh&atilde;o"
19241
+ #~ msgstr "Maranh&atilde;o"
19242
+
19243
+ #~ msgid "Goi&aacute;s"
19244
+ #~ msgstr "Goi&aacute;s"
19245
+
19246
+ #~ msgid "Esp&iacute;rito Santo"
19247
+ #~ msgstr "Esp&iacute;rito Santo"
19248
+
19249
+ #~ msgid "Distrito Federal"
19250
+ #~ msgstr "Distrito Federal"
19251
+
19252
+ #~ msgid "Cear&aacute;"
19253
+ #~ msgstr "Cear&aacute;"
19254
+
19255
+ #~ msgid "Bahia"
19256
+ #~ msgstr "Bahia"
19257
+
19258
+ #~ msgid "Amazonas"
19259
+ #~ msgstr "Amazonas"
19260
+
19261
+ #~ msgid "Amap&aacute;"
19262
+ #~ msgstr "Amap&aacute;"
19263
+
19264
+ #~ msgid "Alagoas"
19265
+ #~ msgstr "Alagoas"
19266
+
19267
+ #~ msgid "Acre"
19268
+ #~ msgstr "Acre"
19269
+
19270
+ #~ msgid "Yambol"
19271
+ #~ msgstr "Yambol"
19272
+
19273
+ #~ msgid "Vratsa"
19274
+ #~ msgstr "Vratsa"
19275
+
19276
+ #~ msgid "Vidin"
19277
+ #~ msgstr "Vidin"
19278
+
19279
+ #~ msgid "Veliko Tarnovo"
19280
+ #~ msgstr "Veliko Tarnovo"
19281
+
19282
+ #~ msgid "Varna"
19283
+ #~ msgstr "Varna"
19284
+
19285
+ #~ msgid "Targovishte"
19286
+ #~ msgstr "Targovishte"
19287
+
19288
+ #~ msgid "Stara Zagora"
19289
+ #~ msgstr "Stara Zagora"
19290
+
19291
+ #~ msgid "Sofia-Grad"
19292
+ #~ msgstr "Sofia-Grad"
19293
+
19294
+ #~ msgid "Sofia"
19295
+ #~ msgstr "Sofia"
19296
+
19297
+ #~ msgid "Smolyan"
19298
+ #~ msgstr "Smolyan"
19299
+
19300
+ #~ msgid "Sliven"
19301
+ #~ msgstr "Sliven"
19302
+
19303
+ #~ msgid "Silistra"
19304
+ #~ msgstr "Silistra"
19305
+
19306
+ #~ msgid "Shumen"
19307
+ #~ msgstr "Shumen"
19308
+
19309
+ #~ msgid "Ruse"
19310
+ #~ msgstr "Ruse"
19311
+
19312
+ #~ msgid "Razgrad"
19313
+ #~ msgstr "Razgrad"
19314
+
19315
+ #~ msgid "Plovdiv"
19316
+ #~ msgstr "Plovdiv"
19317
+
19318
+ #~ msgid "Pleven"
19319
+ #~ msgstr "Pleven"
19320
+
19321
+ #~ msgid "Pernik"
19322
+ #~ msgstr "Pernik"
19323
+
19324
+ #~ msgid "Pazardzhik"
19325
+ #~ msgstr "Pazardzhik"
19326
+
19327
+ #~ msgid "Montana"
19328
+ #~ msgstr "Montana"
19329
+
19330
+ #~ msgid "Lovech"
19331
+ #~ msgstr "Lovech"
19332
+
19333
+ #~ msgid "Kyustendil"
19334
+ #~ msgstr "Kyustendil"
19335
+
19336
+ #~ msgid "Kardzhali"
19337
+ #~ msgstr "Kardzhali"
19338
+
19339
+ #~ msgid "Haskovo"
19340
+ #~ msgstr "Haskovo"
19341
+
19342
+ #~ msgid "Gabrovo"
19343
+ #~ msgstr "Gabrovo"
19344
+
19345
+ #~ msgid "Dobrich"
19346
+ #~ msgstr "Dobrich"
19347
+
19348
+ #~ msgid "Burgas"
19349
+ #~ msgstr "Burgas"
19350
+
19351
+ #~ msgid "Blagoevgrad"
19352
+ #~ msgstr "Blagoevgrad"
19353
+
19354
+ #~ msgid "Thakurgaon"
19355
+ #~ msgstr "Thakurgaon"
19356
+
19357
+ #~ msgid "Tangail"
19358
+ #~ msgstr "Tangail"
19359
+
19360
+ #~ msgid "Sylhet"
19361
+ #~ msgstr "Sylhet"
19362
+
19363
+ #~ msgid "Sunamganj"
19364
+ #~ msgstr "Sunamganj"
19365
+
19366
+ #~ msgid "Sirajganj"
19367
+ #~ msgstr "Sirajganj"
19368
+
19369
+ #~ msgid "Sherpur"
19370
+ #~ msgstr "Sherpur"
19371
+
19372
+ #~ msgid "Shariatpur"
19373
+ #~ msgstr "Shariatpur"
19374
+
19375
+ #~ msgid "Satkhira"
19376
+ #~ msgstr "Satkhira"
19377
+
19378
+ #~ msgid "Rangpur"
19379
+ #~ msgstr "Rangpur"
19380
+
19381
+ #~ msgid "Rangamati"
19382
+ #~ msgstr "Rangamati"
19383
+
19384
+ #~ msgid "Rajshahi"
19385
+ #~ msgstr "Rajshahi"
19386
+
19387
+ #~ msgid "Rajbari"
19388
+ #~ msgstr "Rajbari"
19389
+
19390
+ #~ msgid "Pirojpur"
19391
+ #~ msgstr "Pirojpur"
19392
+
19393
+ #~ msgid "Patuakhali"
19394
+ #~ msgstr "Patuakhali"
19395
+
19396
+ #~ msgid "Panchagarh"
19397
+ #~ msgstr "Panchagarh"
19398
+
19399
+ #~ msgid "Pabna"
19400
+ #~ msgstr "Pabna"
19401
+
19402
+ #~ msgid "Noakhali"
19403
+ #~ msgstr "Noakhali"
19404
+
19405
+ #~ msgid "Nilphamari"
19406
+ #~ msgstr "Nilphamari"
19407
+
19408
+ #~ msgid "Netrakona"
19409
+ #~ msgstr "Netrakona"
19410
+
19411
+ #~ msgid "Nawabganj"
19412
+ #~ msgstr "Nawabganj"
19413
+
19414
+ #~ msgid "Natore"
19415
+ #~ msgstr "Natore"
19416
+
19417
+ #~ msgid "Narsingdi"
19418
+ #~ msgstr "Narsingdi"
19419
+
19420
+ #~ msgid "Narayanganj"
19421
+ #~ msgstr "Narayanganj"
19422
+
19423
+ #~ msgid "Narail"
19424
+ #~ msgstr "Narail"
19425
+
19426
+ #~ msgid "Naogaon"
19427
+ #~ msgstr "Naogaon"
19428
+
19429
+ #~ msgid "Mymensingh"
19430
+ #~ msgstr "Mymensingh"
19431
+
19432
+ #~ msgid "Munshiganj"
19433
+ #~ msgstr "Munshiganj"
19434
+
19435
+ #~ msgid "Moulvibazar"
19436
+ #~ msgstr "Moulvibazar"
19437
+
19438
+ #~ msgid "Meherpur"
19439
+ #~ msgstr "Meherpur"
19440
+
19441
+ #~ msgid "Manikganj "
19442
+ #~ msgstr "Manikganj "
19443
+
19444
+ #~ msgid "Magura"
19445
+ #~ msgstr "Magura"
19446
+
19447
+ #~ msgid "Madaripur"
19448
+ #~ msgstr "Madaripur"
19449
+
19450
+ #~ msgid "Lalmonirhat"
19451
+ #~ msgstr "Lalmonirhat"
19452
+
19453
+ #~ msgid "Lakshmipur"
19454
+ #~ msgstr "Lakshmipur"
19455
+
19456
+ #~ msgid "Kushtia"
19457
+ #~ msgstr "Kushtia"
19458
+
19459
+ #~ msgid "Kurigram"
19460
+ #~ msgstr "Kurigram"
19461
+
19462
+ #~ msgid "Kishoreganj"
19463
+ #~ msgstr "Kishoreganj"
19464
+
19465
+ #~ msgid "Khulna"
19466
+ #~ msgstr "Khulna"
19467
+
19468
+ #~ msgid "Khagrachhari"
19469
+ #~ msgstr "Khagrachhari"
19470
+
19471
+ #~ msgid "Joypurhat"
19472
+ #~ msgstr "Joypurhat"
19473
+
19474
+ #~ msgid "Jhenaidah"
19475
+ #~ msgstr "Jhenaidah"
19476
+
19477
+ #~ msgid "Jhalokati"
19478
+ #~ msgstr "Jhalokati"
19479
+
19480
+ #~ msgid "Jamalpur"
19481
+ #~ msgstr "Jamalpur"
19482
+
19483
+ #~ msgid "Habiganj"
19484
+ #~ msgstr "Habiganj"
19485
+
19486
+ #~ msgid "Gopalganj"
19487
+ #~ msgstr "Gopalganj"
19488
+
19489
+ #~ msgid "Gazipur"
19490
+ #~ msgstr "Gazipur"
19491
+
19492
+ #~ msgid "Gaibandha"
19493
+ #~ msgstr "Gaibandha"
19494
+
19495
+ #~ msgid "Feni"
19496
+ #~ msgstr "Feni"
19497
+
19498
+ #~ msgid "Faridpur "
19499
+ #~ msgstr "Faridpur "
19500
+
19501
+ #~ msgid "Dinajpur"
19502
+ #~ msgstr "Dinajpur"
19503
+
19504
+ #~ msgid "Dhaka"
19505
+ #~ msgstr "Dhaka"
19506
+
19507
+ #~ msgid "Cox's Bazar"
19508
+ #~ msgstr "Cox's Bazar"
19509
+
19510
+ #~ msgid "Cumilla"
19511
+ #~ msgstr "Comilla"
19512
+
19513
+ #~ msgid "Chuadanga"
19514
+ #~ msgstr "Chuadanga"
19515
+
19516
+ #~ msgid "Chandpur"
19517
+ #~ msgstr "Chandpur"
19518
+
19519
+ #~ msgid "Brahmanbaria"
19520
+ #~ msgstr "Brahmanbaria"
19521
+
19522
+ #~ msgid "Bogura"
19523
+ #~ msgstr "Bogra"
19524
+
19525
+ #~ msgid "Bhola"
19526
+ #~ msgstr "Bhola"
19527
+
19528
+ #~ msgid "Barishal"
19529
+ #~ msgstr "Barisal"
19530
+
19531
+ #~ msgid "Barguna"
19532
+ #~ msgstr "Barguna"
19533
+
19534
+ #~ msgid "Bandarban"
19535
+ #~ msgstr "Bandarban"
19536
+
19537
+ #~ msgid "Bagerhat"
19538
+ #~ msgstr "Bagerhat"
19539
+
19540
+ #~ msgid "Western Australia"
19541
+ #~ msgstr "Westaustralien"
19542
+
19543
+ #~ msgid "Victoria"
19544
+ #~ msgstr "Victoria"
19545
+
19546
+ #~ msgid "Tasmania"
19547
+ #~ msgstr "Tasmanien"
19548
+
19549
+ #~ msgid "South Australia"
19550
+ #~ msgstr "Südaustralien"
19551
+
19552
+ #~ msgid "Queensland"
19553
+ #~ msgstr "Queensland"
19554
+
19555
+ #~ msgid "Northern Territory"
19556
+ #~ msgstr "Nordterritorium"
19557
+
19558
+ #~ msgid "New South Wales"
19559
+ #~ msgstr "Neusüdwales"
19560
+
19561
+ #~ msgid "Australian Capital Territory"
19562
+ #~ msgstr "Australisches Hauptstadtterritorium"
19563
+
19564
+ #~ msgid "Tucum&aacute;n"
19565
+ #~ msgstr "Tucum&aacute;n"
19566
+
19567
+ #~ msgid "Tierra del Fuego"
19568
+ #~ msgstr "Tierra del Fuego"
19569
+
19570
+ #~ msgid "Santiago del Estero"
19571
+ #~ msgstr "Santiago del Estero"
19572
+
19573
+ #~ msgid "Santa Fe"
19574
+ #~ msgstr "Santa Fe"
19575
+
19576
+ #~ msgid "Santa Cruz"
19577
+ #~ msgstr "Santa Cruz"
19578
+
19579
+ #~ msgid "San Luis"
19580
+ #~ msgstr "San Luis"
19581
+
19582
+ #~ msgid "San Juan"
19583
+ #~ msgstr "San Juan"
19584
+
19585
+ #~ msgid "Salta"
19586
+ #~ msgstr "Salta"
19587
+
19588
+ #~ msgid "R&iacute;o Negro"
19589
+ #~ msgstr "R&iacute;o Negro"
19590
+
19591
+ #~ msgid "Neuqu&eacute;n"
19592
+ #~ msgstr "Neuqu&eacute;n"
19593
+
19594
+ #~ msgid "Misiones"
19595
+ #~ msgstr "Misiones"
19596
+
19597
+ #~ msgid "Mendoza"
19598
+ #~ msgstr "Mendoza"
19599
+
19600
+ #~ msgid "La Rioja"
19601
+ #~ msgstr "La Rioja"
19602
+
19603
+ #~ msgid "La Pampa"
19604
+ #~ msgstr "La Pampa"
19605
+
19606
+ #~ msgid "Jujuy"
19607
+ #~ msgstr "Jujuy"
19608
+
19609
+ #~ msgid "Formosa"
19610
+ #~ msgstr "Formosa"
19611
+
19612
+ #~ msgid "Entre R&iacute;os"
19613
+ #~ msgstr "Entre R&iacute;os"
19614
+
19615
+ #~ msgid "Corrientes"
19616
+ #~ msgstr "Corrientes"
19617
+
19618
+ #~ msgid "C&oacute;rdoba"
19619
+ #~ msgstr "C&oacute;rdoba"
19620
+
19621
+ #~ msgid "Chubut"
19622
+ #~ msgstr "Chubut"
19623
+
19624
+ #~ msgid "Chaco"
19625
+ #~ msgstr "Chaco"
19626
+
19627
+ #~ msgid "Catamarca"
19628
+ #~ msgstr "Catamarca"
19629
+
19630
+ #~ msgid "Buenos Aires"
19631
+ #~ msgstr "Buenos Aires"
19632
+
19633
+ #~ msgid "Ciudad Aut&oacute;noma de Buenos Aires"
19634
+ #~ msgstr "Autonome Stadt Buenos Aires"
19635
+
19636
+ #~ msgid "Consumption tax"
19637
+ #~ msgstr "Konsumsteuer"
19638
+
19639
+ #~ msgid "Zimbabwe"
19640
+ #~ msgstr "Simbabwe"
19641
+
19642
+ #~ msgid "Zambia"
19643
+ #~ msgstr "Sambia"
19644
+
19645
+ #~ msgid "Yemen"
19646
+ #~ msgstr "Jemen"
19647
+
19648
+ #~ msgid "Western Sahara"
19649
+ #~ msgstr "Westsahara"
19650
+
19651
+ #~ msgid "Wallis and Futuna"
19652
+ #~ msgstr "Wallis und Futuna"
19653
+
19654
+ #~ msgid "Vietnam"
19655
+ #~ msgstr "Vietnam"
19656
+
19657
+ #~ msgid "Venezuela"
19658
+ #~ msgstr "Venezuela"
19659
+
19660
+ #~ msgid "Vatican"
19661
+ #~ msgstr "Vatikanstadt"
19662
+
19663
+ #~ msgid "Vanuatu"
19664
+ #~ msgstr "Vanuatu"
19665
+
19666
+ #~ msgid "Uzbekistan"
19667
+ #~ msgstr "Usbekistan"
19668
+
19669
+ #~ msgid "Uruguay"
19670
+ #~ msgstr "Uruguay"
19671
+
19672
+ #~ msgid "United States (US)"
19673
+ #~ msgstr "Vereinigte Staaten von Amerika (USA)"
19674
+
19675
+ #~ msgid "United Kingdom (UK)"
19676
+ #~ msgstr "Vereinigtes Königreich"
19677
+
19678
+ #~ msgid "United Arab Emirates"
19679
+ #~ msgstr "Vereinigte Arabische Emirate"
19680
+
19681
+ #~ msgid "Ukraine"
19682
+ #~ msgstr "Ukraine"
19683
+
19684
+ #~ msgid "Uganda"
19685
+ #~ msgstr "Uganda"
19686
+
19687
+ #~ msgid "Tuvalu"
19688
+ #~ msgstr "Tuvalu"
19689
+
19690
+ #~ msgid "Turks and Caicos Islands"
19691
+ #~ msgstr "Turks- und Caicosinseln"
19692
+
19693
+ #~ msgid "Turkmenistan"
19694
+ #~ msgstr "Turkmenistan"
19695
+
19696
+ #~ msgid "Turkey"
19697
+ #~ msgstr "Türkei"
19698
+
19699
+ #~ msgid "Tunisia"
19700
+ #~ msgstr "Tunesien"
19701
+
19702
+ #~ msgid "Trinidad and Tobago"
19703
+ #~ msgstr "Trinidad und Tobago"
19704
+
19705
+ #~ msgid "Tonga"
19706
+ #~ msgstr "Tonga"
19707
+
19708
+ #~ msgid "Tokelau"
19709
+ #~ msgstr "Tokelau"
19710
+
19711
+ #~ msgid "Togo"
19712
+ #~ msgstr "Togo"
19713
+
19714
+ #~ msgid "Timor-Leste"
19715
+ #~ msgstr "Osttimor"
19716
+
19717
+ #~ msgid "Thailand"
19718
+ #~ msgstr "Thailand"
19719
+
19720
+ #~ msgid "Tanzania"
19721
+ #~ msgstr "Tansania"
19722
+
19723
+ #~ msgid "Tajikistan"
19724
+ #~ msgstr "Tadschikistan"
19725
+
19726
+ #~ msgid "Taiwan"
19727
+ #~ msgstr "Taiwan"
19728
+
19729
+ #~ msgid "Syria"
19730
+ #~ msgstr "Syrien"
19731
+
19732
+ #~ msgid "Switzerland"
19733
+ #~ msgstr "Schweiz"
19734
+
19735
+ #~ msgid "Sweden"
19736
+ #~ msgstr "Schweden"
19737
+
19738
+ #~ msgid "Swaziland"
19739
+ #~ msgstr "Swasiland"
19740
+
19741
+ #~ msgid "Svalbard and Jan Mayen"
19742
+ #~ msgstr "Svalbard und Jan Mayen"
19743
+
19744
+ #~ msgid "Suriname"
19745
+ #~ msgstr "Suriname"
19746
+
19747
+ #~ msgid "Sudan"
19748
+ #~ msgstr "Sudan"
19749
+
19750
+ #~ msgid "Sri Lanka"
19751
+ #~ msgstr "Sri Lanka"
19752
+
19753
+ #~ msgid "Spain"
19754
+ #~ msgstr "Spanien"
19755
+
19756
+ #~ msgid "South Sudan"
19757
+ #~ msgstr "Südsudan"
19758
+
19759
+ #~ msgid "South Korea"
19760
+ #~ msgstr "Südkorea"
19761
+
19762
+ #~ msgid "South Georgia/Sandwich Islands"
19763
+ #~ msgstr "Südgeorgien / Sandwich-Inseln"
19764
+
19765
+ #~ msgid "South Africa"
19766
+ #~ msgstr "Südafrika"
19767
+
19768
+ #~ msgid "Somalia"
19769
+ #~ msgstr "Somalia"
19770
+
19771
+ #~ msgid "Solomon Islands"
19772
+ #~ msgstr "Salomonen"
19773
+
19774
+ #~ msgid "Slovenia"
19775
+ #~ msgstr "Slowenien"
19776
+
19777
+ #~ msgid "Slovakia"
19778
+ #~ msgstr "Slowakei"
19779
+
19780
+ #~ msgid "Singapore"
19781
+ #~ msgstr "Singapur"
19782
+
19783
+ #~ msgid "Sierra Leone"
19784
+ #~ msgstr "Sierra Leone"
19785
+
19786
+ #~ msgid "Seychelles"
19787
+ #~ msgstr "Seychellen"
19788
+
19789
+ #~ msgid "Serbia"
19790
+ #~ msgstr "Serbien"
19791
+
19792
+ #~ msgid "Senegal"
19793
+ #~ msgstr "Senegal"
19794
+
19795
+ #~ msgid "Saudi Arabia"
19796
+ #~ msgstr "Saudi-Arabien"
19797
+
19798
+ #~ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
19799
+ #~ msgstr "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
19800
+
19801
+ #~ msgid "Saint Vincent and the Grenadines"
19802
+ #~ msgstr "St. Vincent und die Grenadinen"
19803
+
19804
+ #~ msgid "Saint Pierre and Miquelon"
19805
+ #~ msgstr "Saint-Pierre und Miquelon"
19806
+
19807
+ #~ msgid "Saint Martin (Dutch part)"
19808
+ #~ msgstr "Saint Martin (Dutch part)"
19809
+
19810
+ #~ msgid "Saint Martin (French part)"
19811
+ #~ msgstr "St. Martin (französischer Teil)"
19812
+
19813
+ #~ msgid "Saint Lucia"
19814
+ #~ msgstr "St. Lucia"
19815
+
19816
+ #~ msgid "Saint Kitts and Nevis"
19817
+ #~ msgstr "St. Kitts und Nevis"
19818
+
19819
+ #~ msgid "Saint Helena"
19820
+ #~ msgstr "St. Helena"
19821
+
19822
+ #~ msgid "Saint Barth&eacute;lemy"
19823
+ #~ msgstr "Saint Barth&eacute;lemy"
19824
+
19825
+ #~ msgid "Rwanda"
19826
+ #~ msgstr "Ruanda"
19827
+
19828
+ #~ msgid "Russia"
19829
+ #~ msgstr "Russland"
19830
+
19831
+ #~ msgid "Romania"
19832
+ #~ msgstr "Rumänien"
19833
+
19834
+ #~ msgid "Reunion"
19835
+ #~ msgstr "Réunion"
19836
+
19837
+ #~ msgid "Qatar"
19838
+ #~ msgstr "Katar"
19839
+
19840
+ #~ msgid "Portugal"
19841
+ #~ msgstr "Portugal"
19842
+
19843
+ #~ msgid "Poland"
19844
+ #~ msgstr "Polen"
19845
+
19846
+ #~ msgid "Pitcairn"
19847
+ #~ msgstr "Pitcairninseln"
19848
+
19849
+ #~ msgid "Philippines"
19850
+ #~ msgstr "Philippinen"
19851
+
19852
+ #~ msgid "Peru"
19853
+ #~ msgstr "Peru"
19854
+
19855
+ #~ msgid "Paraguay"
19856
+ #~ msgstr "Paraguay"
19857
+
19858
+ #~ msgid "Papua New Guinea"
19859
+ #~ msgstr "Papua-Neuguinea"
19860
+
19861
+ #~ msgid "Panama"
19862
+ #~ msgstr "Panama"
19863
+
19864
+ #~ msgid "Palestinian Territory"
19865
+ #~ msgstr "Palästinensisches Territorium"
19866
+
19867
+ #~ msgid "Pakistan"
19868
+ #~ msgstr "Pakistan"
19869
+
19870
+ #~ msgid "Oman"
19871
+ #~ msgstr "Oman"
19872
+
19873
+ #~ msgid "Norway"
19874
+ #~ msgstr "Norwegen"
19875
+
19876
+ #~ msgid "North Korea"
19877
+ #~ msgstr "Nordkorea"
19878
+
19879
+ #~ msgid "Norfolk Island"
19880
+ #~ msgstr "Norfolkinsel"
19881
+
19882
+ #~ msgid "Niue"
19883
+ #~ msgstr "Niue"
19884
+
19885
+ #~ msgid "Nigeria"
19886
+ #~ msgstr "Nigeria"
19887
+
19888
+ #~ msgid "Niger"
19889
+ #~ msgstr "Niger"
19890
+
19891
+ #~ msgid "Nicaragua"
19892
+ #~ msgstr "Nicaragua"
19893
+
19894
+ #~ msgid "New Zealand"
19895
+ #~ msgstr "Neuseeland"
19896
+
19897
+ #~ msgid "New Caledonia"
19898
+ #~ msgstr "Neukaledonien"
19899
+
19900
+ #~ msgid "Netherlands"
19901
+ #~ msgstr "Niederlande"
19902
+
19903
+ #~ msgid "Nepal"
19904
+ #~ msgstr "Nepal"
19905
+
19906
+ #~ msgid "Nauru"
19907
+ #~ msgstr "Nauru"
19908
+
19909
+ #~ msgid "Namibia"
19910
+ #~ msgstr "Namibia"
19911
+
19912
+ #~ msgid "Myanmar"
19913
+ #~ msgstr "Myanmar"
19914
+
19915
+ #~ msgid "Mozambique"
19916
+ #~ msgstr "Mosambik"
19917
+
19918
+ #~ msgid "Morocco"
19919
+ #~ msgstr "Marokko"
19920
+
19921
+ #~ msgid "Montserrat"
19922
+ #~ msgstr "Montserrat"
19923
+
19924
+ #~ msgid "Montenegro"
19925
+ #~ msgstr "Montenegro"
19926
+
19927
+ #~ msgid "Mongolia"
19928
+ #~ msgstr "Mongolei"
19929
+
19930
+ #~ msgid "Monaco"
19931
+ #~ msgstr "Monaco"
19932
+
19933
+ #~ msgid "Moldova"
19934
+ #~ msgstr "Moldawien"
19935
+
19936
+ #~ msgid "Micronesia"
19937
+ #~ msgstr "Mikronesien"
19938
+
19939
+ #~ msgid "Mexico"
19940
+ #~ msgstr "Mexiko"
19941
+
19942
+ #~ msgid "Mauritius"
19943
+ #~ msgstr "Mauritius"
19944
+
19945
+ #~ msgid "Mauritania"
19946
+ #~ msgstr "Mauretanien"
19947
+
19948
+ #~ msgid "Martinique"
19949
+ #~ msgstr "Martinique"
19950
+
19951
+ #~ msgid "Marshall Islands"
19952
+ #~ msgstr "Marshallinseln"
19953
+
19954
+ #~ msgid "Malta"
19955
+ #~ msgstr "Malta"
19956
+
19957
+ #~ msgid "Mali"
19958
+ #~ msgstr "Mali"
19959
+
19960
+ #~ msgid "Maldives"
19961
+ #~ msgstr "Malediven"
19962
+
19963
+ #~ msgid "Malaysia"
19964
+ #~ msgstr "Malaysia"
19965
+
19966
+ #~ msgid "Malawi"
19967
+ #~ msgstr "Malawi"
19968
+
19969
+ #~ msgid "Madagascar"
19970
+ #~ msgstr "Madagaskar"
19971
+
19972
+ #~ msgid "Macedonia"
19973
+ #~ msgstr "Mazedonien"
19974
+
19975
+ #~ msgid "Macao S.A.R., China"
19976
+ #~ msgstr "Macao, China"
19977
+
19978
+ #~ msgid "Luxembourg"
19979
+ #~ msgstr "Luxemburg"
19980
+
19981
+ #~ msgid "Lithuania"
19982
+ #~ msgstr "Litauen"
19983
+
19984
+ #~ msgid "Liechtenstein"
19985
+ #~ msgstr "Liechtenstein"
19986
+
19987
+ #~ msgid "Libya"
19988
+ #~ msgstr "Libyen"
19989
+
19990
+ #~ msgid "Liberia"
19991
+ #~ msgstr "Liberia"
19992
+
19993
+ #~ msgid "Lesotho"
19994
+ #~ msgstr "Lesotho"
19995
+
19996
+ #~ msgid "Lebanon"
19997
+ #~ msgstr "Libanon"
19998
+
19999
+ #~ msgid "Latvia"
20000
+ #~ msgstr "Lettland"
20001
+
20002
+ #~ msgid "Laos"
20003
+ #~ msgstr "Laos"
20004
+
20005
+ #~ msgid "Kyrgyzstan"
20006
+ #~ msgstr "Kirgisistan"
20007
+
20008
+ #~ msgid "Kuwait"
20009
+ #~ msgstr "Kuwait"
20010
+
20011
+ #~ msgid "Kiribati"
20012
+ #~ msgstr "Kiribati"
20013
+
20014
+ #~ msgid "Kenya"
20015
+ #~ msgstr "Kenia"
20016
+
20017
+ #~ msgid "Kazakhstan"
20018
+ #~ msgstr "Kasachstan"
20019
+
20020
+ #~ msgid "Jordan"
20021
+ #~ msgstr "Jordanien"
20022
+
20023
+ #~ msgid "Jersey"
20024
+ #~ msgstr "Jersey"
20025
+
20026
+ #~ msgid "Japan"
20027
+ #~ msgstr "Japan"
20028
+
20029
+ #~ msgid "Jamaica"
20030
+ #~ msgstr "Jamaika"
20031
+
20032
+ #~ msgid "Ivory Coast"
20033
+ #~ msgstr "Elfenbeinküste"
20034
+
20035
+ #~ msgid "Israel"
20036
+ #~ msgstr "Israel"
20037
+
20038
+ #~ msgid "Isle of Man"
20039
+ #~ msgstr "Isle of Man"
20040
+
20041
+ #~ msgid "Iraq"
20042
+ #~ msgstr "Irak"
20043
+
20044
+ #~ msgid "Iran"
20045
+ #~ msgstr "Iran"
20046
+
20047
+ #~ msgid "Indonesia"
20048
+ #~ msgstr "Indonesien"
20049
+
20050
+ #~ msgid "India"
20051
+ #~ msgstr "Indien"
20052
+
20053
+ #~ msgid "Iceland"
20054
+ #~ msgstr "Island"
20055
+
20056
+ #~ msgid "Hungary"
20057
+ #~ msgstr "Ungarn"
20058
+
20059
+ #~ msgid "Hong Kong"
20060
+ #~ msgstr "Hongkong"
20061
+
20062
+ #~ msgid "Honduras"
20063
+ #~ msgstr "Honduras"
20064
+
20065
+ #~ msgid "Heard Island and McDonald Islands"
20066
+ #~ msgstr "Heard und McDonaldinseln"
20067
+
20068
+ #~ msgid "Haiti"
20069
+ #~ msgstr "Haiti"
20070
+
20071
+ #~ msgid "Guyana"
20072
+ #~ msgstr "Guyana"
20073
+
20074
+ #~ msgid "Guinea-Bissau"
20075
+ #~ msgstr "Guinea-Bissau"
20076
+
20077
+ #~ msgid "Guinea"
20078
+ #~ msgstr "Guinea"
20079
+
20080
+ #~ msgid "Guernsey"
20081
+ #~ msgstr "Guernsey"
20082
+
20083
+ #~ msgid "Guatemala"
20084
+ #~ msgstr "Guatemala"
20085
+
20086
+ #~ msgid "Guadeloupe"
20087
+ #~ msgstr "Guadeloupe"
20088
+
20089
+ #~ msgid "Grenada"
20090
+ #~ msgstr "Grenada"
20091
+
20092
+ #~ msgid "Greenland"
20093
+ #~ msgstr "Grönland"
20094
+
20095
+ #~ msgid "Greece"
20096
+ #~ msgstr "Griechenland"
20097
+
20098
+ #~ msgid "Gibraltar"
20099
+ #~ msgstr "Gibraltar"
20100
+
20101
+ #~ msgid "Ghana"
20102
+ #~ msgstr "Ghana"
20103
+
20104
+ #~ msgid "Germany"
20105
+ #~ msgstr "Deutschland"
20106
+
20107
+ #~ msgid "Georgia"
20108
+ #~ msgstr "Georgien"
20109
+
20110
+ #~ msgid "Gambia"
20111
+ #~ msgstr "Gambia"
20112
+
20113
+ #~ msgid "Gabon"
20114
+ #~ msgstr "Gabun"
20115
+
20116
+ #~ msgid "French Southern Territories"
20117
+ #~ msgstr "Französische Süd- und Antarktisgebiete"
20118
+
20119
+ #~ msgid "French Polynesia"
20120
+ #~ msgstr "Französisch-Polynesien"
20121
+
20122
+ #~ msgid "French Guiana"
20123
+ #~ msgstr "Französisch-Guayana"
20124
+
20125
+ #~ msgid "France"
20126
+ #~ msgstr "Frankreich"
20127
+
20128
+ #~ msgid "Finland"
20129
+ #~ msgstr "Finnland"
20130
+
20131
+ #~ msgid "Fiji"
20132
+ #~ msgstr "Fidschi"
20133
+
20134
+ #~ msgid "Faroe Islands"
20135
+ #~ msgstr "Färöer"
20136
+
20137
+ #~ msgid "Falkland Islands"
20138
+ #~ msgstr "Falklandinseln"
20139
+
20140
+ #~ msgid "Ethiopia"
20141
+ #~ msgstr "Äthiopien"
20142
+
20143
+ #~ msgid "Estonia"
20144
+ #~ msgstr "Estland"
20145
+
20146
+ #~ msgid "Eritrea"
20147
+ #~ msgstr "Eritrea"
20148
+
20149
+ #~ msgid "Equatorial Guinea"
20150
+ #~ msgstr "Äquatorialguinea"
20151
+
20152
+ #~ msgid "El Salvador"
20153
+ #~ msgstr "El Salvador"
20154
+
20155
+ #~ msgid "Egypt"
20156
+ #~ msgstr "Ägypten"
20157
+
20158
+ #~ msgid "Ecuador"
20159
+ #~ msgstr "Ecuador"
20160
+
20161
+ #~ msgid "Dominican Republic"
20162
+ #~ msgstr "Dominikanische Republik"
20163
+
20164
+ #~ msgid "Dominica"
20165
+ #~ msgstr "Dominica"
20166
+
20167
+ #~ msgid "Djibouti"
20168
+ #~ msgstr "Dschibuti"
20169
+
20170
+ #~ msgid "Denmark"
20171
+ #~ msgstr "Dänemark"
20172
+
20173
+ #~ msgid "Czech Republic"
20174
+ #~ msgstr "Tschechien"
20175
+
20176
+ #~ msgid "Cyprus"
20177
+ #~ msgstr "Zypern"
20178
+
20179
+ #~ msgid "Cura&ccedil;ao"
20180
+ #~ msgstr "Cura&Ccedil;ao"
20181
+
20182
+ #~ msgid "Cuba"
20183
+ #~ msgstr "Kuba"
20184
+
20185
+ #~ msgid "Croatia"
20186
+ #~ msgstr "Kroatien"
20187
+
20188
+ #~ msgid "Costa Rica"
20189
+ #~ msgstr "Costa Rica"
20190
+
20191
+ #~ msgid "Cook Islands"
20192
+ #~ msgstr "Cookinseln"
20193
+
20194
+ #~ msgid "Congo (Kinshasa)"
20195
+ #~ msgstr "Kongo-Kinshasa"
20196
+
20197
+ #~ msgid "Congo (Brazzaville)"
20198
+ #~ msgstr "Kongo-Brazzaville"
20199
+
20200
+ #~ msgid "Comoros"
20201
+ #~ msgstr "Komoren"
20202
+
20203
+ #~ msgid "Colombia"
20204
+ #~ msgstr "Kolumbien"
20205
+
20206
+ #~ msgid "Cocos (Keeling) Islands"
20207
+ #~ msgstr "Kokosinseln"
20208
+
20209
+ #~ msgid "Christmas Island"
20210
+ #~ msgstr "Weihnachtsinsel"
20211
+
20212
+ #~ msgid "China"
20213
+ #~ msgstr "China"
20214
+
20215
+ #~ msgid "Chile"
20216
+ #~ msgstr "Chile"
20217
+
20218
+ #~ msgid "Chad"
20219
+ #~ msgstr "Tschad"
20220
+
20221
+ #~ msgid "Central African Republic"
20222
+ #~ msgstr "Zentralafrikanische Republik"
20223
+
20224
+ #~ msgid "Cayman Islands"
20225
+ #~ msgstr "Caymaninseln"
20226
+
20227
+ #~ msgid "Cape Verde"
20228
+ #~ msgstr "Kap Verde"
20229
+
20230
+ #~ msgid "Canada"
20231
+ #~ msgstr "Kanada"
20232
+
20233
+ #~ msgid "Cameroon"
20234
+ #~ msgstr "Kamerun"
20235
+
20236
+ #~ msgid "Cambodia"
20237
+ #~ msgstr "Kambodscha"
20238
+
20239
+ #~ msgid "Burundi"
20240
+ #~ msgstr "Burundi"
20241
+
20242
+ #~ msgid "Burkina Faso"
20243
+ #~ msgstr "Burkina Faso"
20244
+
20245
+ #~ msgid "Bulgaria"
20246
+ #~ msgstr "Bulgarien"
20247
+
20248
+ #~ msgid "Brunei"
20249
+ #~ msgstr "Brunei"
20250
+
20251
+ #~ msgid "British Virgin Islands"
20252
+ #~ msgstr "Britische Jungferninseln"
20253
+
20254
+ #~ msgid "British Indian Ocean Territory"
20255
+ #~ msgstr "Britisches Territorium im Indischen Ozean"
20256
+
20257
+ #~ msgid "Brazil"
20258
+ #~ msgstr "Brasilien"
20259
+
20260
+ #~ msgid "Bouvet Island"
20261
+ #~ msgstr "Bouvetinsel"
20262
+
20263
+ #~ msgid "Botswana"
20264
+ #~ msgstr "Botswana"
20265
+
20266
+ #~ msgid "Bosnia and Herzegovina"
20267
+ #~ msgstr "Bosnien und Herzegowina"
20268
+
20269
+ #~ msgid "Bonaire, Saint Eustatius and Saba"
20270
+ #~ msgstr "Bonaire, Saint Eustatius and Saba"
20271
+
20272
+ #~ msgid "Bolivia"
20273
+ #~ msgstr "Bolivien"
20274
+
20275
+ #~ msgid "Bhutan"
20276
+ #~ msgstr "Bhutan"
20277
+
20278
+ #~ msgid "Bermuda"
20279
+ #~ msgstr "Bermuda"
20280
+
20281
+ #~ msgid "Benin"
20282
+ #~ msgstr "Benin"
20283
+
20284
+ #~ msgid "Belize"
20285
+ #~ msgstr "Belize"
20286
+
20287
+ #~ msgid "Belau"
20288
+ #~ msgstr "Belau"
20289
+
20290
+ #~ msgid "Belgium"
20291
+ #~ msgstr "Belgien"
20292
+
20293
+ #~ msgid "Belarus"
20294
+ #~ msgstr "Weißrussland"
20295
+
20296
+ #~ msgid "Barbados"
20297
+ #~ msgstr "Barbados"
20298
+
20299
+ #~ msgid "Bangladesh"
20300
+ #~ msgstr "Bangladesch"
20301
+
20302
+ #~ msgid "Bahrain"
20303
+ #~ msgstr "Bahrain"
20304
+
20305
+ #~ msgid "Bahamas"
20306
+ #~ msgstr "Bahamas"
20307
+
20308
+ #~ msgid "Azerbaijan"
20309
+ #~ msgstr "Aserbaidschan"
20310
+
20311
+ #~ msgid "Austria"
20312
+ #~ msgstr "Österreich"
20313
+
20314
+ #~ msgid "Australia"
20315
+ #~ msgstr "Australien"
20316
+
20317
+ #~ msgid "Aruba"
20318
+ #~ msgstr "Aruba"
20319
+
20320
+ #~ msgid "Armenia"
20321
+ #~ msgstr "Armenien"
20322
+
20323
+ #~ msgid "Argentina"
20324
+ #~ msgstr "Argentinien"
20325
+
20326
+ #~ msgid "Antigua and Barbuda"
20327
+ #~ msgstr "Antigua und Barbuda"
20328
+
20329
+ #~ msgid "Antarctica"
20330
+ #~ msgstr "Antarktika"
20331
+
20332
+ #~ msgid "Anguilla"
20333
+ #~ msgstr "Anguilla"
20334
+
20335
+ #~ msgid "Angola"
20336
+ #~ msgstr "Angola"
20337
+
20338
+ #~ msgid "Andorra"
20339
+ #~ msgstr "Andorra"
20340
+
20341
+ #~ msgid "Algeria"
20342
+ #~ msgstr "Algerien"
20343
+
20344
+ #~ msgid "Albania"
20345
+ #~ msgstr "Albanien"
20346
+
20347
+ #~ msgid "&#197;land Islands"
20348
+ #~ msgstr "&#197;land"
20349
+
20350
+ #~ msgid "Afghanistan"
20351
+ #~ msgstr "Afghanistan"
languages/kadence-woocommerce-email-designer-es_ES.mo ADDED
Binary file
languages/kadence-woocommerce-email-designer-es_ES.po ADDED
@@ -0,0 +1,21076 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Kadence WooCommerce Email Designer\n"
4
+ "POT-Creation-Date: 2018-09-26 11:59-0600\n"
5
+ "PO-Revision-Date: 2018-09-26 12:37-0600\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: \n"
8
+ "Language: es\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
+ "X-Poedit-KeywordsList: __;_e;esc_html__;esc_html_e;esc_attr__;esc_attr_e;"
15
+ "_ex:1,2c;_n:1,2;esc_attr_x:1,2c;_x:1,2c;esc_html_x:1,2c\n"
16
+ "X-Poedit-Basepath: ..\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: includes/class-customizer-kwdimportexport-control.php:16
20
+ #: includes/class-customizer-kwdimportexport-control.php:21
21
+ msgid "Export"
22
+ msgstr "Exportar"
23
+
24
+ #: includes/class-customizer-kwdimportexport-control.php:19
25
+ msgid ""
26
+ "Click the button below to export the customization settings for this plugin."
27
+ msgstr ""
28
+
29
+ #: includes/class-customizer-kwdimportexport-control.php:26
30
+ #: includes/class-customizer-kwdimportexport-control.php:36
31
+ msgid "Import"
32
+ msgstr "Importar"
33
+
34
+ #: includes/class-customizer-kwdimportexport-control.php:29
35
+ msgid "Upload a file to import customization settings for this plugin."
36
+ msgstr ""
37
+
38
+ #: includes/class-customizer-kwdimportexport-control.php:35
39
+ msgid "Uploading..."
40
+ msgstr ""
41
+
42
+ #: includes/class-customizer-kwdsendemail-control.php:21
43
+ msgid "Settings must be saved to send preview email."
44
+ msgstr ""
45
+
46
+ #: includes/class-customizer-kwdsendemail-control.php:22
47
+ #, fuzzy
48
+ #| msgid "Email"
49
+ msgid "Send Email"
50
+ msgstr "Correo electrónico"
51
+
52
+ #: includes/class-customizer-kwdsendemail-control.php:23
53
+ msgid ""
54
+ "Some emails will not work correctly with the mockup order. It is best to use "
55
+ "a real order for sending preview emails."
56
+ msgstr ""
57
+
58
+ #: includes/class-customizer-kwdtemplateload-control.php:17
59
+ #: includes/class-customizer-kwdtemplateload-control.php:31
60
+ #, fuzzy
61
+ #| msgid "Templates"
62
+ msgid "Load Template"
63
+ msgstr "Plantillas"
64
+
65
+ #: includes/class-customizer-kwdtemplateload-control.php:30
66
+ msgid "Loading and Saving..."
67
+ msgstr ""
68
+
69
+ #: includes/class-customizer-repeater-control.php:29
70
+ #, fuzzy
71
+ #| msgid "Add new"
72
+ msgid "Add new field"
73
+ msgstr "Añadir nuevo"
74
+
75
+ #: includes/class-customizer-repeater-control.php:34
76
+ #, fuzzy
77
+ #| msgid "Customer created"
78
+ msgid "Customizer Repeater"
79
+ msgstr "Cliente creado"
80
+
81
+ #: includes/class-customizer-repeater-control.php:201
82
+ #: includes/class-customizer-repeater-control.php:253
83
+ msgid "Title"
84
+ msgstr "Título"
85
+
86
+ #: includes/class-customizer-repeater-control.php:208
87
+ #: includes/class-customizer-repeater-control.php:261
88
+ msgid "Link"
89
+ msgstr ""
90
+
91
+ #: includes/class-customizer-repeater-control.php:222
92
+ #: includes/class-customizer-repeater-control.php:269
93
+ #, fuzzy
94
+ #| msgid "Delete item"
95
+ msgid "Delete field"
96
+ msgstr "Eliminar artículo"
97
+
98
+ #: includes/class-customizer-repeater-control.php:310
99
+ #, fuzzy
100
+ #| msgid "Choose an action..."
101
+ msgid "Choose a Bundled Icon"
102
+ msgstr "Elige una acción…"
103
+
104
+ #: includes/class-customizer-repeater-control.php:332
105
+ #: includes/class-customizer-repeater-control.php:346
106
+ #, fuzzy
107
+ #| msgid "Customer download log"
108
+ msgid "Custom Upload Icon"
109
+ msgstr "Registro de descargas del cliente"
110
+
111
+ #: includes/class-customizer-repeater-control.php:335
112
+ #, fuzzy
113
+ #| msgid "Upload an image"
114
+ msgid "Upload Image"
115
+ msgstr "Subir una imagen"
116
+
117
+ #: includes/class-customizer-repeater-control.php:342
118
+ msgid "Social Image Source"
119
+ msgstr ""
120
+
121
+ #: includes/class-customizer-repeater-control.php:345
122
+ msgid "Bundled Icon"
123
+ msgstr ""
124
+
125
+ #: includes/class-customizer-repeater-control.php:347
126
+ #: includes/class-kadence-woomail-settings.php:1382
127
+ #: includes/class-kadence-woomail-settings.php:1423
128
+ msgid "None"
129
+ msgstr "Ninguno"
130
+
131
+ #: includes/class-customizer-repeater-control.php:354
132
+ msgid "Bundled Icon Color"
133
+ msgstr ""
134
+
135
+ #: includes/class-customizer-repeater-control.php:357
136
+ msgid "Black"
137
+ msgstr ""
138
+
139
+ #: includes/class-customizer-repeater-control.php:358
140
+ msgid "White"
141
+ msgstr ""
142
+
143
+ #: includes/class-customizer-repeater-control.php:359
144
+ msgid "Gray"
145
+ msgstr ""
146
+
147
+ #: includes/class-kadence-woomail-customizer.php:110
148
+ msgid "Save"
149
+ msgstr "Guardar"
150
+
151
+ #: includes/class-kadence-woomail-customizer.php:112
152
+ #, fuzzy
153
+ #| msgid "Save"
154
+ msgid "Saved"
155
+ msgstr "Guardar"
156
+
157
+ #: includes/class-kadence-woomail-customizer.php:165
158
+ #, fuzzy
159
+ #| msgid "WooCommerce pages"
160
+ msgid "WooCommerce Emails"
161
+ msgstr "Páginas de WooCommerce"
162
+
163
+ #: includes/class-kadence-woomail-customizer.php:272
164
+ msgid "Reset"
165
+ msgstr "Restablecer"
166
+
167
+ #: includes/class-kadence-woomail-customizer.php:273
168
+ #, fuzzy
169
+ #| msgid "WooCommerce pages"
170
+ msgid "Woocommerce Emails"
171
+ msgstr "Páginas de WooCommerce"
172
+
173
+ #: includes/class-kadence-woomail-customizer.php:274
174
+ #, fuzzy
175
+ #| msgid "Are you sure you want to delete this template file?"
176
+ msgid "Are you sure you want to send an email?"
177
+ msgstr "¿Estás seguro que deseas eliminar este archivo de plantilla?"
178
+
179
+ #: includes/class-kadence-woomail-customizer.php:275
180
+ #, fuzzy
181
+ #| msgid "Email type"
182
+ msgid "Email Sent!"
183
+ msgstr "Tipo de correo electrónico"
184
+
185
+ #: includes/class-kadence-woomail-customizer.php:276
186
+ msgid "Email failed, make sure you have a working email server for your site."
187
+ msgstr ""
188
+
189
+ #: includes/class-kadence-woomail-customizer.php:277
190
+ #, fuzzy
191
+ #| msgid "Are you sure you want to remove the selected items?"
192
+ msgid ""
193
+ "Are you sure you want to reset all changes made to your WooCommerce emails?"
194
+ msgstr "¿Estas seguro de querer borrar los artículos seleccionados?"
195
+
196
+ #: includes/class-kadence-woomail-customizer.php:278
197
+ msgid ""
198
+ "<p>Use native WordPress Customizer to make Woocommerce emails match your "
199
+ "brand.</p>"
200
+ msgstr ""
201
+
202
+ #: includes/class-kadence-woomail-customizer.php:278
203
+ #, php-format
204
+ msgid ""
205
+ "<a href=\"%s\">Kadence Woocommerce Email Designer</a> plugin by <a href=\"%s"
206
+ "\">Kadence Themes</a>."
207
+ msgstr ""
208
+
209
+ #: includes/class-kadence-woomail-customizer.php:283
210
+ #, fuzzy
211
+ #| msgid "Please select some items."
212
+ msgid "Please choose a file to import."
213
+ msgstr "Por favor, elige algún artículo."
214
+
215
+ #: includes/class-kadence-woomail-customizer.php:284
216
+ msgid ""
217
+ "WARNING: This will override all of your current settings. Are you sure you "
218
+ "want to do that? We suggest geting an export of your current settings incase "
219
+ "you want to revert back."
220
+ msgstr ""
221
+
222
+ #: includes/class-kadence-woomail-import-export.php:211
223
+ #, fuzzy
224
+ #| msgid "Error processing refund. Please try again."
225
+ msgid "Error importing settings! Please try again."
226
+ msgstr "Error al procesar el reembolso. Por favor, inténtalo de nuevo."
227
+
228
+ #: includes/class-kadence-woomail-import-export.php:224
229
+ #: includes/class-kadence-woomail-import-export.php:228
230
+ msgid ""
231
+ "Error importing settings! Please check that you uploaded a customizer export "
232
+ "file."
233
+ msgstr ""
234
+
235
+ #: includes/class-kadence-woomail-import-export.php:232
236
+ msgid ""
237
+ "Error importing settings! The settings you uploaded are not for the Kadence "
238
+ "Woomail Designer."
239
+ msgstr ""
240
+
241
+ #: includes/class-kadence-woomail-import-export.php:293
242
+ msgid "Error importing settings! The template you selected is not found."
243
+ msgstr ""
244
+
245
+ #: includes/class-kadence-woomail-import-export.php:297
246
+ #: includes/class-kadence-woomail-import-export.php:301
247
+ msgid "Error importing settings! The template you selected is not valid."
248
+ msgstr ""
249
+
250
+ #: includes/class-kadence-woomail-preview.php:231
251
+ msgid "Hello! This is an example note"
252
+ msgstr ""
253
+
254
+ #: includes/class-kadence-woomail-preview.php:304
255
+ msgid ""
256
+ "This email type can not be previewed because it links with a subscription. "
257
+ "We are working on it."
258
+ msgstr ""
259
+
260
+ #: includes/class-kadence-woomail-preview.php:351
261
+ msgid ""
262
+ "An error occurred trying to load this email type. Make sure this email type "
263
+ "is enabled or please try another type."
264
+ msgstr ""
265
+
266
+ #: includes/class-kadence-woomail-settings.php:79
267
+ #, fuzzy
268
+ #| msgid "Header image"
269
+ msgid "Header"
270
+ msgstr "Imagen de cabecera"
271
+
272
+ #: includes/class-kadence-woomail-settings.php:85
273
+ #, fuzzy
274
+ #| msgid "Content type"
275
+ msgid "Content"
276
+ msgstr "Tipo de contenido"
277
+
278
+ #: includes/class-kadence-woomail-settings.php:91
279
+ #, fuzzy
280
+ #| msgid "Footer text"
281
+ msgid "Footer"
282
+ msgstr "Texto de pie de página"
283
+
284
+ #: includes/class-kadence-woomail-settings.php:113
285
+ #, fuzzy
286
+ #| msgid "Templates"
287
+ msgid "Prebuilt Templates"
288
+ msgstr "Plantillas"
289
+
290
+ #: includes/class-kadence-woomail-settings.php:117
291
+ #, fuzzy
292
+ #| msgid "Email type"
293
+ msgid "Email Type and Text"
294
+ msgstr "Tipo de correo electrónico"
295
+
296
+ #: includes/class-kadence-woomail-settings.php:122
297
+ #, fuzzy
298
+ #| msgid "Continue"
299
+ msgid "Container"
300
+ msgstr "Continuar"
301
+
302
+ #: includes/class-kadence-woomail-settings.php:128
303
+ #, fuzzy
304
+ #| msgid "Header image"
305
+ msgid "Header Style"
306
+ msgstr "Imagen de cabecera"
307
+
308
+ #: includes/class-kadence-woomail-settings.php:135
309
+ #: includes/class-kadence-woomail-settings.php:237
310
+ #, fuzzy
311
+ #| msgid "Header image"
312
+ msgid "Header Image"
313
+ msgstr "Imagen de cabecera"
314
+
315
+ #: includes/class-kadence-woomail-settings.php:142
316
+ #, fuzzy
317
+ #| msgid "Pending"
318
+ msgid "Heading"
319
+ msgstr "Pendiente"
320
+
321
+ #: includes/class-kadence-woomail-settings.php:149
322
+ #, fuzzy
323
+ #| msgid "Footer text"
324
+ msgid "Footer Style"
325
+ msgstr "Texto de pie de página"
326
+
327
+ #: includes/class-kadence-woomail-settings.php:155
328
+ msgid "Footer Social"
329
+ msgstr ""
330
+
331
+ #: includes/class-kadence-woomail-settings.php:161
332
+ #, fuzzy
333
+ #| msgid "Footer text"
334
+ msgid "Footer Credit Content"
335
+ msgstr "Texto de pie de página"
336
+
337
+ #: includes/class-kadence-woomail-settings.php:168
338
+ #, fuzzy
339
+ #| msgid "Content type"
340
+ msgid "Content Container"
341
+ msgstr "Tipo de contenido"
342
+
343
+ #: includes/class-kadence-woomail-settings.php:173
344
+ #, fuzzy
345
+ #| msgid "Content type"
346
+ msgid "Content Headings Style"
347
+ msgstr "Tipo de contenido"
348
+
349
+ #: includes/class-kadence-woomail-settings.php:179
350
+ #, fuzzy
351
+ #| msgid "Content type"
352
+ msgid "Content Text Style"
353
+ msgstr "Tipo de contenido"
354
+
355
+ #: includes/class-kadence-woomail-settings.php:185
356
+ #, fuzzy
357
+ #| msgid "Order notes"
358
+ msgid "Order Items"
359
+ msgstr "Notas del pedido"
360
+
361
+ #: includes/class-kadence-woomail-settings.php:191
362
+ msgid "Addresses"
363
+ msgstr "Direcciones"
364
+
365
+ #: includes/class-kadence-woomail-settings.php:197
366
+ #, fuzzy
367
+ #| msgid "Copy"
368
+ msgid "Text Copy"
369
+ msgstr "Copiar"
370
+
371
+ #: includes/class-kadence-woomail-settings.php:204
372
+ #, fuzzy
373
+ #| msgid "Customer sales"
374
+ msgid "Custom Styles"
375
+ msgstr "Ventas del cliente"
376
+
377
+ #: includes/class-kadence-woomail-settings.php:209
378
+ #: includes/class-kadence-woomail-settings.php:2089
379
+ #, fuzzy
380
+ #| msgid "Import products"
381
+ msgid "Import Export"
382
+ msgstr "Importa productos"
383
+
384
+ #: includes/class-kadence-woomail-settings.php:214
385
+ #, fuzzy
386
+ #| msgid "Reviewer email."
387
+ msgid "Send Preview Email"
388
+ msgstr "Correo electrónico de quien valora."
389
+
390
+ #: includes/class-kadence-woomail-settings.php:250
391
+ #, fuzzy
392
+ #| msgid "Background color"
393
+ msgid "Container Background color"
394
+ msgstr "Color de fondo"
395
+
396
+ #: includes/class-kadence-woomail-settings.php:263
397
+ #, fuzzy
398
+ #| msgid "Body text color"
399
+ msgid "Content Text color"
400
+ msgstr "Color del texto del cuerpo"
401
+
402
+ #: includes/class-kadence-woomail-settings.php:277
403
+ #, fuzzy
404
+ #| msgid "Background color"
405
+ msgid "Content Background color"
406
+ msgstr "Color de fondo"
407
+
408
+ #: includes/class-kadence-woomail-settings.php:291
409
+ msgid "Footer text"
410
+ msgstr "Texto de pie de página"
411
+
412
+ #: includes/class-kadence-woomail-settings.php:306
413
+ msgid "Recipient(s)"
414
+ msgstr "Destinatario(s)"
415
+
416
+ #: includes/class-kadence-woomail-settings.php:311
417
+ #, php-format
418
+ msgid "Enter recipients (comma separated) for this email. Defaults to %s."
419
+ msgstr ""
420
+ "Introduce los destinatarios (separados por comas) de este correo "
421
+ "electrónico. Por defecto es %s."
422
+
423
+ #: includes/class-kadence-woomail-settings.php:322
424
+ msgid "Full refund subject"
425
+ msgstr "Motivo del reembolso completo"
426
+
427
+ #: includes/class-kadence-woomail-settings.php:338
428
+ msgid "Partial refund subject"
429
+ msgstr "Motivo del reembolso parcial"
430
+
431
+ #: includes/class-kadence-woomail-settings.php:354
432
+ #, fuzzy
433
+ #| msgid "Full refund email heading"
434
+ msgid "Full refund Heading Text"
435
+ msgstr "Encabezado del correo electrónico de reembolso completo"
436
+
437
+ #: includes/class-kadence-woomail-settings.php:374
438
+ #, fuzzy
439
+ #| msgid "Partial refund email heading"
440
+ msgid "Partial refund Heading Text"
441
+ msgstr "Encabezado del correo electrónico de reembolso parcial"
442
+
443
+ #: includes/class-kadence-woomail-settings.php:391
444
+ #, fuzzy
445
+ #| msgid "Subject"
446
+ msgid "Subject Text"
447
+ msgstr "Asunto"
448
+
449
+ #: includes/class-kadence-woomail-settings.php:407
450
+ #, fuzzy
451
+ #| msgid "Subject (paid)"
452
+ msgid "Subject (paid) Text"
453
+ msgstr "Asunto (pagado)"
454
+
455
+ #: includes/class-kadence-woomail-settings.php:424
456
+ msgid "Heading Text"
457
+ msgstr ""
458
+
459
+ #: includes/class-kadence-woomail-settings.php:444
460
+ #, fuzzy
461
+ #| msgid "Email heading (paid)"
462
+ msgid "Heading (paid) Text"
463
+ msgstr "Encabezado del correo electrónico (pagado)"
464
+
465
+ #: includes/class-kadence-woomail-settings.php:479
466
+ #, fuzzy
467
+ #| msgid "Templates"
468
+ msgid "Template_load"
469
+ msgstr "Plantillas"
470
+
471
+ #: includes/class-kadence-woomail-settings.php:488
472
+ #, fuzzy
473
+ #| msgid "Preview"
474
+ msgid "Preview Order"
475
+ msgstr "Vista previa"
476
+
477
+ #: includes/class-kadence-woomail-settings.php:498
478
+ #, fuzzy
479
+ #| msgid "Email type"
480
+ msgid "Email Type"
481
+ msgstr "Tipo de correo electrónico"
482
+
483
+ #: includes/class-kadence-woomail-settings.php:508
484
+ #, fuzzy
485
+ #| msgid "Available placeholders: %s"
486
+ msgid "Available placeholders"
487
+ msgstr "Marcadores de posición disponibles: %s"
488
+
489
+ #: includes/class-kadence-woomail-settings.php:520
490
+ msgid "Subtitle Text"
491
+ msgstr ""
492
+
493
+ #: includes/class-kadence-woomail-settings.php:538
494
+ msgid "Switch off for Partial Refund Preview"
495
+ msgstr ""
496
+
497
+ #: includes/class-kadence-woomail-settings.php:553
498
+ #, fuzzy
499
+ #| msgid "Full refund subject"
500
+ msgid "Body Full Refund Text"
501
+ msgstr "Motivo del reembolso completo"
502
+
503
+ #: includes/class-kadence-woomail-settings.php:567
504
+ #, fuzzy
505
+ #| msgid "Partial refund subject"
506
+ msgid "Body Partial Refund Text"
507
+ msgstr "Motivo del reembolso parcial"
508
+
509
+ #: includes/class-kadence-woomail-settings.php:581
510
+ msgid "Switch off for unpaid preview"
511
+ msgstr ""
512
+
513
+ #: includes/class-kadence-woomail-settings.php:596
514
+ msgid "Body Invoice Paid Text"
515
+ msgstr ""
516
+
517
+ #: includes/class-kadence-woomail-settings.php:610
518
+ #: includes/class-kadence-woomail-settings.php:638
519
+ msgid "Body Invoice Pending Payment Text"
520
+ msgstr ""
521
+
522
+ #: includes/class-kadence-woomail-settings.php:624
523
+ msgid "Body Invoice Failed Text"
524
+ msgstr ""
525
+
526
+ #: includes/class-kadence-woomail-settings.php:652
527
+ #, fuzzy
528
+ #| msgid "Body text color"
529
+ msgid "Body Text"
530
+ msgstr "Color del texto del cuerpo"
531
+
532
+ #: includes/class-kadence-woomail-settings.php:670
533
+ #, fuzzy
534
+ #| msgid "Content type"
535
+ msgid "Content Width"
536
+ msgstr "Tipo de contenido"
537
+
538
+ #: includes/class-kadence-woomail-settings.php:690
539
+ #, fuzzy
540
+ #| msgid "Order Status"
541
+ msgid "Border radius"
542
+ msgstr "Estado del pedido"
543
+
544
+ #: includes/class-kadence-woomail-settings.php:706
545
+ #: includes/class-kadence-woomail-settings.php:1618
546
+ #, fuzzy
547
+ #| msgid "Backordered"
548
+ msgid "Border Width"
549
+ msgstr "Reservado"
550
+
551
+ #: includes/class-kadence-woomail-settings.php:722
552
+ #, fuzzy
553
+ #| msgid "Body text color"
554
+ msgid "Border color"
555
+ msgstr "Color del texto del cuerpo"
556
+
557
+ #: includes/class-kadence-woomail-settings.php:733
558
+ msgid "Shadow"
559
+ msgstr ""
560
+
561
+ #: includes/class-kadence-woomail-settings.php:749
562
+ #, fuzzy
563
+ #| msgid "Continue shopping"
564
+ msgid "Container Top Padding"
565
+ msgstr "Seguir comprando"
566
+
567
+ #: includes/class-kadence-woomail-settings.php:765
568
+ #, fuzzy
569
+ #| msgid "Continue shopping"
570
+ msgid "Container Botom Padding"
571
+ msgstr "Seguir comprando"
572
+
573
+ #: includes/class-kadence-woomail-settings.php:782
574
+ #, fuzzy
575
+ #| msgid "Image url"
576
+ msgid "Image Align"
577
+ msgstr "URL de la imagen"
578
+
579
+ #: includes/class-kadence-woomail-settings.php:794
580
+ #, fuzzy
581
+ #| msgid "Image data."
582
+ msgid "Image Max Width"
583
+ msgstr "Datos de la imagen."
584
+
585
+ #: includes/class-kadence-woomail-settings.php:809
586
+ #: includes/class-kadence-woomail-settings.php:836
587
+ msgid "Background color"
588
+ msgstr "Color de fondo"
589
+
590
+ #: includes/class-kadence-woomail-settings.php:820
591
+ msgid "Padding top/bottom"
592
+ msgstr ""
593
+
594
+ #: includes/class-kadence-woomail-settings.php:847
595
+ #, fuzzy
596
+ #| msgid "Next page"
597
+ msgid "Text align"
598
+ msgstr "Página siguiente"
599
+
600
+ #: includes/class-kadence-woomail-settings.php:861
601
+ #: includes/class-kadence-woomail-settings.php:1106
602
+ msgid "Padding Top"
603
+ msgstr ""
604
+
605
+ #: includes/class-kadence-woomail-settings.php:877
606
+ #: includes/class-kadence-woomail-settings.php:1122
607
+ #, fuzzy
608
+ #| msgid "Paying customer"
609
+ msgid "Padding Bottom"
610
+ msgstr "Cliente con pagos"
611
+
612
+ #: includes/class-kadence-woomail-settings.php:894
613
+ msgid "Padding left/right"
614
+ msgstr ""
615
+
616
+ #: includes/class-kadence-woomail-settings.php:910
617
+ msgid "Heading Font size"
618
+ msgstr ""
619
+
620
+ #: includes/class-kadence-woomail-settings.php:926
621
+ msgid "Heading Line Height"
622
+ msgstr ""
623
+
624
+ #: includes/class-kadence-woomail-settings.php:942
625
+ #, fuzzy
626
+ #| msgctxt "enhanced select"
627
+ #| msgid "Loading failed"
628
+ msgid "Heading Font family"
629
+ msgstr "Error al cargar"
630
+
631
+ #: includes/class-kadence-woomail-settings.php:954
632
+ msgid "Heading Font Style"
633
+ msgstr ""
634
+
635
+ #: includes/class-kadence-woomail-settings.php:960
636
+ #: includes/class-kadence-woomail-settings.php:1067
637
+ #: includes/class-kadence-woomail-settings.php:1349
638
+ #: includes/class-kadence-woomail-settings.php:1538
639
+ #: includes/class-kadence-woomail-settings.php:1580
640
+ #: includes/class-kadence-woomail-settings.php:1673
641
+ msgid "Normal"
642
+ msgstr ""
643
+
644
+ #: includes/class-kadence-woomail-settings.php:961
645
+ #: includes/class-kadence-woomail-settings.php:1068
646
+ #: includes/class-kadence-woomail-settings.php:1350
647
+ #: includes/class-kadence-woomail-settings.php:1539
648
+ #, fuzzy
649
+ #| msgid "Italy"
650
+ msgid "Italic"
651
+ msgstr "Italia"
652
+
653
+ #: includes/class-kadence-woomail-settings.php:969
654
+ msgid "Heading Font weight"
655
+ msgstr ""
656
+
657
+ #: includes/class-kadence-woomail-settings.php:985
658
+ #, fuzzy
659
+ #| msgid "Body text color"
660
+ msgid "Heading Text color"
661
+ msgstr "Color del texto del cuerpo"
662
+
663
+ #: includes/class-kadence-woomail-settings.php:997
664
+ #, fuzzy
665
+ #| msgid "Review Settings"
666
+ msgid "Subtitle Settings"
667
+ msgstr "Revisar ajustes"
668
+
669
+ #: includes/class-kadence-woomail-settings.php:1004
670
+ msgid "Subtitle Placement"
671
+ msgstr ""
672
+
673
+ #: includes/class-kadence-woomail-settings.php:1010
674
+ #, fuzzy
675
+ #| msgid "Email heading"
676
+ msgid "Below Heading"
677
+ msgstr "Encabezado del correo electrónico"
678
+
679
+ #: includes/class-kadence-woomail-settings.php:1011
680
+ msgid "Above Heading"
681
+ msgstr ""
682
+
683
+ #: includes/class-kadence-woomail-settings.php:1017
684
+ msgid "Subtitle Font Size"
685
+ msgstr ""
686
+
687
+ #: includes/class-kadence-woomail-settings.php:1033
688
+ msgid "Subtitle Line Height"
689
+ msgstr ""
690
+
691
+ #: includes/class-kadence-woomail-settings.php:1049
692
+ msgid "Subtitle Font Family"
693
+ msgstr ""
694
+
695
+ #: includes/class-kadence-woomail-settings.php:1061
696
+ msgid "Subtitle Font Style"
697
+ msgstr ""
698
+
699
+ #: includes/class-kadence-woomail-settings.php:1077
700
+ msgid "Subtitle Font weight"
701
+ msgstr ""
702
+
703
+ #: includes/class-kadence-woomail-settings.php:1094
704
+ msgid "Subtitle Text color"
705
+ msgstr ""
706
+
707
+ #: includes/class-kadence-woomail-settings.php:1138
708
+ msgid "Padding Left/Right"
709
+ msgstr ""
710
+
711
+ #: includes/class-kadence-woomail-settings.php:1156
712
+ #: includes/class-kadence-woomail-settings.php:1990
713
+ msgid "Font Size"
714
+ msgstr ""
715
+
716
+ #: includes/class-kadence-woomail-settings.php:1173
717
+ #, fuzzy
718
+ #| msgid "Height"
719
+ msgid "Line Height"
720
+ msgstr "Altura"
721
+
722
+ #: includes/class-kadence-woomail-settings.php:1190
723
+ #: includes/class-kadence-woomail-settings.php:2006
724
+ msgid "Font Family"
725
+ msgstr ""
726
+
727
+ #: includes/class-kadence-woomail-settings.php:1204
728
+ #: includes/class-kadence-woomail-settings.php:2019
729
+ msgid "Font weight"
730
+ msgstr ""
731
+
732
+ #: includes/class-kadence-woomail-settings.php:1220
733
+ msgid "Link Color"
734
+ msgstr ""
735
+
736
+ #: includes/class-kadence-woomail-settings.php:1234
737
+ msgid "H2 Font Size"
738
+ msgstr ""
739
+
740
+ #: includes/class-kadence-woomail-settings.php:1250
741
+ #, fuzzy
742
+ #| msgid "Height"
743
+ msgid "H2 Line Height"
744
+ msgstr "Altura"
745
+
746
+ #: includes/class-kadence-woomail-settings.php:1266
747
+ msgid "H2 Padding Top"
748
+ msgstr ""
749
+
750
+ #: includes/class-kadence-woomail-settings.php:1282
751
+ msgid "H2 Padding Bottom"
752
+ msgstr ""
753
+
754
+ #: includes/class-kadence-woomail-settings.php:1298
755
+ #, fuzzy
756
+ #| msgid "San Marino"
757
+ msgid "H2 Margin Top"
758
+ msgstr "San Marino"
759
+
760
+ #: includes/class-kadence-woomail-settings.php:1314
761
+ msgid "H2 Margin Bottom"
762
+ msgstr ""
763
+
764
+ #: includes/class-kadence-woomail-settings.php:1330
765
+ msgid "H2 Font Family"
766
+ msgstr ""
767
+
768
+ #: includes/class-kadence-woomail-settings.php:1343
769
+ msgid "H2 Font Style"
770
+ msgstr ""
771
+
772
+ #: includes/class-kadence-woomail-settings.php:1359
773
+ #, fuzzy
774
+ #| msgid "Height"
775
+ msgid "H2 Font weight"
776
+ msgstr "Altura"
777
+
778
+ #: includes/class-kadence-woomail-settings.php:1376
779
+ msgid "H2 Text Transform"
780
+ msgstr ""
781
+
782
+ #: includes/class-kadence-woomail-settings.php:1383
783
+ msgid "Uppercase"
784
+ msgstr ""
785
+
786
+ #: includes/class-kadence-woomail-settings.php:1384
787
+ msgid "Lowercase"
788
+ msgstr ""
789
+
790
+ #: includes/class-kadence-woomail-settings.php:1385
791
+ #, fuzzy
792
+ #| msgid "Capiz"
793
+ msgid "Capitalize"
794
+ msgstr "Capiz"
795
+
796
+ #: includes/class-kadence-woomail-settings.php:1393
797
+ #, fuzzy
798
+ #| msgid "Colorado"
799
+ msgid "H2 Color"
800
+ msgstr "Colorado"
801
+
802
+ #: includes/class-kadence-woomail-settings.php:1405
803
+ msgid "H2 Text Align"
804
+ msgstr ""
805
+
806
+ #: includes/class-kadence-woomail-settings.php:1417
807
+ #, fuzzy
808
+ #| msgid "Decimal separator"
809
+ msgid "H2 Separator"
810
+ msgstr "Separador decimal"
811
+
812
+ #: includes/class-kadence-woomail-settings.php:1424
813
+ msgid "Separator below"
814
+ msgstr ""
815
+
816
+ #: includes/class-kadence-woomail-settings.php:1425
817
+ msgid "Separator above"
818
+ msgstr ""
819
+
820
+ #: includes/class-kadence-woomail-settings.php:1430
821
+ msgid "H2 Separator height"
822
+ msgstr ""
823
+
824
+ #: includes/class-kadence-woomail-settings.php:1448
825
+ msgid "H2 Separator Style"
826
+ msgstr ""
827
+
828
+ #: includes/class-kadence-woomail-settings.php:1454
829
+ #: includes/class-kadence-woomail-settings.php:1652
830
+ #: includes/class-kadence-woomail-settings.php:1723
831
+ #: includes/class-kadence-woomail-settings.php:1964
832
+ msgid "Solid"
833
+ msgstr ""
834
+
835
+ #: includes/class-kadence-woomail-settings.php:1455
836
+ #: includes/class-kadence-woomail-settings.php:1653
837
+ #: includes/class-kadence-woomail-settings.php:1724
838
+ #: includes/class-kadence-woomail-settings.php:1965
839
+ msgid "Double"
840
+ msgstr ""
841
+
842
+ #: includes/class-kadence-woomail-settings.php:1456
843
+ #: includes/class-kadence-woomail-settings.php:1654
844
+ #: includes/class-kadence-woomail-settings.php:1725
845
+ #: includes/class-kadence-woomail-settings.php:1966
846
+ msgid "Groove"
847
+ msgstr ""
848
+
849
+ #: includes/class-kadence-woomail-settings.php:1457
850
+ #: includes/class-kadence-woomail-settings.php:1655
851
+ #: includes/class-kadence-woomail-settings.php:1726
852
+ #: includes/class-kadence-woomail-settings.php:1967
853
+ #, fuzzy
854
+ #| msgid "Mayotte"
855
+ msgid "Dotted"
856
+ msgstr "Mayotte"
857
+
858
+ #: includes/class-kadence-woomail-settings.php:1458
859
+ #: includes/class-kadence-woomail-settings.php:1656
860
+ #: includes/class-kadence-woomail-settings.php:1727
861
+ #: includes/class-kadence-woomail-settings.php:1968
862
+ #, fuzzy
863
+ #| msgid "Trashed"
864
+ msgid "Dashed"
865
+ msgstr "Borrado"
866
+
867
+ #: includes/class-kadence-woomail-settings.php:1459
868
+ #: includes/class-kadence-woomail-settings.php:1657
869
+ #: includes/class-kadence-woomail-settings.php:1728
870
+ #: includes/class-kadence-woomail-settings.php:1969
871
+ msgid "Ridge"
872
+ msgstr ""
873
+
874
+ #: includes/class-kadence-woomail-settings.php:1468
875
+ msgid "H2 Separator Color"
876
+ msgstr ""
877
+
878
+ #: includes/class-kadence-woomail-settings.php:1481
879
+ #, fuzzy
880
+ #| msgid "Settings"
881
+ msgid "H3 Settings"
882
+ msgstr "Ajustes"
883
+
884
+ #: includes/class-kadence-woomail-settings.php:1488
885
+ msgid "H3 Font Size"
886
+ msgstr ""
887
+
888
+ #: includes/class-kadence-woomail-settings.php:1504
889
+ #, fuzzy
890
+ #| msgid "Height"
891
+ msgid "H3 Line Height"
892
+ msgstr "Altura"
893
+
894
+ #: includes/class-kadence-woomail-settings.php:1520
895
+ msgid "H3 Font Family"
896
+ msgstr ""
897
+
898
+ #: includes/class-kadence-woomail-settings.php:1532
899
+ msgid "H3 Font Style"
900
+ msgstr ""
901
+
902
+ #: includes/class-kadence-woomail-settings.php:1547
903
+ #, fuzzy
904
+ #| msgid "Height"
905
+ msgid "H3 Font weight"
906
+ msgstr "Altura"
907
+
908
+ #: includes/class-kadence-woomail-settings.php:1563
909
+ #, fuzzy
910
+ #| msgid "Colorado"
911
+ msgid "H3 Color"
912
+ msgstr "Colorado"
913
+
914
+ #: includes/class-kadence-woomail-settings.php:1574
915
+ #, fuzzy
916
+ #| msgid "Order deleted"
917
+ msgid "Order Table Style"
918
+ msgstr "Pedido eliminado"
919
+
920
+ #: includes/class-kadence-woomail-settings.php:1581
921
+ #, fuzzy
922
+ #| msgid "Right"
923
+ msgid "Light"
924
+ msgstr "Derecha"
925
+
926
+ #: includes/class-kadence-woomail-settings.php:1586
927
+ #, fuzzy
928
+ #| msgid "Body background color"
929
+ msgid "Order Table Background color"
930
+ msgstr "Color de fondo del cuerpo"
931
+
932
+ #: includes/class-kadence-woomail-settings.php:1598
933
+ #, fuzzy
934
+ #| msgid "Pending"
935
+ msgid "Padding"
936
+ msgstr "Pendiente"
937
+
938
+ #: includes/class-kadence-woomail-settings.php:1635
939
+ #, fuzzy
940
+ #| msgid "Body text color"
941
+ msgid "Border Color"
942
+ msgstr "Color del texto del cuerpo"
943
+
944
+ #: includes/class-kadence-woomail-settings.php:1646
945
+ #, fuzzy
946
+ #| msgid "Order Date"
947
+ msgid "Border Style"
948
+ msgstr "Fecha del pedido"
949
+
950
+ #: includes/class-kadence-woomail-settings.php:1667
951
+ msgid "Order Table Heading Style"
952
+ msgstr ""
953
+
954
+ #: includes/class-kadence-woomail-settings.php:1674
955
+ msgid "Split"
956
+ msgstr ""
957
+
958
+ #: includes/class-kadence-woomail-settings.php:1679
959
+ #, fuzzy
960
+ #| msgid "Body background color"
961
+ msgid "Address Box Background color"
962
+ msgstr "Color de fondo del cuerpo"
963
+
964
+ #: includes/class-kadence-woomail-settings.php:1690
965
+ #, fuzzy
966
+ #| msgid "Address override"
967
+ msgid "Address Box Border Width"
968
+ msgstr "Sobreescribir la dirección"
969
+
970
+ #: includes/class-kadence-woomail-settings.php:1706
971
+ #, fuzzy
972
+ #| msgid "Address override"
973
+ msgid "Address Box Border Color"
974
+ msgstr "Sobreescribir la dirección"
975
+
976
+ #: includes/class-kadence-woomail-settings.php:1717
977
+ #, fuzzy
978
+ #| msgid "Address override"
979
+ msgid "Address Box Border Style"
980
+ msgstr "Sobreescribir la dirección"
981
+
982
+ #: includes/class-kadence-woomail-settings.php:1736
983
+ msgid "Address Box Text Color"
984
+ msgstr ""
985
+
986
+ #: includes/class-kadence-woomail-settings.php:1747
987
+ #, fuzzy
988
+ #| msgid "Address line 2"
989
+ msgid "Address Box Text Align"
990
+ msgstr "Dirección, línea 2"
991
+
992
+ #: includes/class-kadence-woomail-settings.php:1759
993
+ msgid "Footer Background Placement"
994
+ msgstr ""
995
+
996
+ #: includes/class-kadence-woomail-settings.php:1765
997
+ msgid "Inside Body Container"
998
+ msgstr ""
999
+
1000
+ #: includes/class-kadence-woomail-settings.php:1766
1001
+ msgid "Outside Body Container"
1002
+ msgstr ""
1003
+
1004
+ #: includes/class-kadence-woomail-settings.php:1771
1005
+ #, fuzzy
1006
+ #| msgid "Background color"
1007
+ msgid "Footer Background Color"
1008
+ msgstr "Color de fondo"
1009
+
1010
+ #: includes/class-kadence-woomail-settings.php:1782
1011
+ #: includes/class-kadence-woomail-settings.php:1899
1012
+ #: includes/class-kadence-woomail-settings.php:2047
1013
+ #, fuzzy
1014
+ #| msgid "Shop Page"
1015
+ msgid "Top Padding"
1016
+ msgstr "Página de la tienda"
1017
+
1018
+ #: includes/class-kadence-woomail-settings.php:1798
1019
+ #: includes/class-kadence-woomail-settings.php:1915
1020
+ #: includes/class-kadence-woomail-settings.php:2063
1021
+ msgid "Bottom Padding"
1022
+ msgstr ""
1023
+
1024
+ #: includes/class-kadence-woomail-settings.php:1814
1025
+ msgid "Left/Right Padding"
1026
+ msgstr ""
1027
+
1028
+ #: includes/class-kadence-woomail-settings.php:1830
1029
+ #, fuzzy
1030
+ #| msgid "Other locations"
1031
+ msgid "Footer Social Options"
1032
+ msgstr "Otras ubicaciones"
1033
+
1034
+ #: includes/class-kadence-woomail-settings.php:1844
1035
+ msgid "Footer Social Title Color"
1036
+ msgstr ""
1037
+
1038
+ #: includes/class-kadence-woomail-settings.php:1855
1039
+ msgid "Footer Social Title Font Size"
1040
+ msgstr ""
1041
+
1042
+ #: includes/class-kadence-woomail-settings.php:1871
1043
+ msgid "Footer Social Title Font Family"
1044
+ msgstr ""
1045
+
1046
+ #: includes/class-kadence-woomail-settings.php:1883
1047
+ msgid "Footer Social Title Font Weight"
1048
+ msgstr ""
1049
+
1050
+ #: includes/class-kadence-woomail-settings.php:1931
1051
+ msgid "Footer Social Bottom Border Width"
1052
+ msgstr ""
1053
+
1054
+ #: includes/class-kadence-woomail-settings.php:1947
1055
+ msgid "Footer Social Bottom Border Color"
1056
+ msgstr ""
1057
+
1058
+ #: includes/class-kadence-woomail-settings.php:1958
1059
+ msgid "Footer Social Bottom Border Style"
1060
+ msgstr ""
1061
+
1062
+ #: includes/class-kadence-woomail-settings.php:1977
1063
+ msgid "Text Align"
1064
+ msgstr ""
1065
+
1066
+ #: includes/class-kadence-woomail-settings.php:2036
1067
+ #, fuzzy
1068
+ #| msgid "Body text color"
1069
+ msgid "Text Color"
1070
+ msgstr "Color del texto del cuerpo"
1071
+
1072
+ #: includes/class-kadence-woomail-settings.php:2078
1073
+ #, fuzzy
1074
+ #| msgid "Custom"
1075
+ msgid "Custom CSS"
1076
+ msgstr "Personalizado"
1077
+
1078
+ #: includes/class-kadence-woomail-settings.php:2095
1079
+ msgid "Preview Email Recipient"
1080
+ msgstr ""
1081
+
1082
+ #: includes/class-kadence-woomail-settings.php:2096
1083
+ #, fuzzy
1084
+ #| msgid "Enter recipients (comma separated) for this email. Defaults to %s."
1085
+ msgid "Enter recipients (comma separated) for preview emails"
1086
+ msgstr ""
1087
+ "Introduce los destinatarios (separados por comas) de este correo "
1088
+ "electrónico. Por defecto es %s."
1089
+
1090
+ #: includes/class-kadence-woomail-settings.php:2139
1091
+ #: includes/class-kadence-woomail-settings.php:2166
1092
+ #, fuzzy
1093
+ #| msgid "customer orders"
1094
+ msgid "New customer order"
1095
+ msgstr "pedidos de los clientes"
1096
+
1097
+ #: includes/class-kadence-woomail-settings.php:2140
1098
+ #: includes/class-kadence-woomail-settings.php:2181
1099
+ #, fuzzy
1100
+ #| msgid "[{site_title}]: New order #{order_number}"
1101
+ msgid "[{site_title}] New customer order ({order_number}) - {order_date}"
1102
+ msgstr "[{site_title}] Nuevo pedido #({order_number})"
1103
+
1104
+ #: includes/class-kadence-woomail-settings.php:2141
1105
+ msgid ""
1106
+ "You have received a subscription renewal order from {customer_full_name}. "
1107
+ "Their order is as follows:"
1108
+ msgstr ""
1109
+
1110
+ #: includes/class-kadence-woomail-settings.php:2142
1111
+ #: includes/class-kadence-woomail-settings.php:2168
1112
+ #: includes/class-kadence-woomail-settings.php:2173
1113
+ msgid "Thank you for your order"
1114
+ msgstr "Gracias por tu pedido"
1115
+
1116
+ #: includes/class-kadence-woomail-settings.php:2143
1117
+ #: includes/class-kadence-woomail-settings.php:2183
1118
+ #: includes/class-kadence-woomail-settings.php:2189
1119
+ #, fuzzy
1120
+ #| msgid "Note added to your {site_title} order from {order_date}"
1121
+ msgid "Your {site_title} order receipt from {order_date}"
1122
+ msgstr "Nota añadida a tu pedido en {site_title} del {order_date}"
1123
+
1124
+ #: includes/class-kadence-woomail-settings.php:2144
1125
+ #, fuzzy
1126
+ #| msgid ""
1127
+ #| "Your order on %s has been refunded. There are more details below for your "
1128
+ #| "reference:"
1129
+ msgid ""
1130
+ "Your subscription renewal order has been received and is now being "
1131
+ "processed. Your order details are shown below for your reference:"
1132
+ msgstr ""
1133
+ "Tu pedido en %s se ha reembolsado. Hay más detalles abajo para tu "
1134
+ "información:"
1135
+
1136
+ #: includes/class-kadence-woomail-settings.php:2145
1137
+ #: includes/class-kadence-woomail-settings.php:2148
1138
+ #: includes/class-kadence-woomail-settings.php:2169
1139
+ #, fuzzy
1140
+ #| msgid "Your {site_title} order is now complete"
1141
+ msgid "Your order is complete"
1142
+ msgstr "Tu pedido en {site_title} ya está completo"
1143
+
1144
+ #: includes/class-kadence-woomail-settings.php:2146
1145
+ #: includes/class-kadence-woomail-settings.php:2149
1146
+ #: includes/class-kadence-woomail-settings.php:2184
1147
+ #, fuzzy
1148
+ #| msgid "Your {site_title} order is now complete"
1149
+ msgid "Your {site_title} order from {order_date} is complete"
1150
+ msgstr "Tu pedido en {site_title} ya está completo"
1151
+
1152
+ #: includes/class-kadence-woomail-settings.php:2147
1153
+ #, fuzzy
1154
+ #| msgid ""
1155
+ #| "Your order on %s has been refunded. There are more details below for your "
1156
+ #| "reference:"
1157
+ msgid ""
1158
+ "Hi there. Your subscription renewal order with {site_title} has been "
1159
+ "completed. Your order details are shown below for your reference:"
1160
+ msgstr ""
1161
+ "Tu pedido en %s se ha reembolsado. Hay más detalles abajo para tu "
1162
+ "información:"
1163
+
1164
+ #: includes/class-kadence-woomail-settings.php:2150
1165
+ msgid ""
1166
+ "Hi there. You have successfully changed your subscription items on "
1167
+ "{site_title}. Your new order and subscription details are shown below for "
1168
+ "your reference:"
1169
+ msgstr ""
1170
+
1171
+ #: includes/class-kadence-woomail-settings.php:2152
1172
+ #: includes/class-kadence-woomail-settings.php:2153
1173
+ #: includes/class-kadence-woomail-settings.php:2174
1174
+ #: includes/class-kadence-woomail-settings.php:2191
1175
+ #, fuzzy
1176
+ #| msgid "Invoice for order #{order_number}"
1177
+ msgid "Invoice for order {order_number}"
1178
+ msgstr "Recibo del pedido #{order_number}"
1179
+
1180
+ #: includes/class-kadence-woomail-settings.php:2154
1181
+ msgid ""
1182
+ "An invoice has been created for you to renew your subscription with "
1183
+ "{site_title}. To pay for this invoice please use the following link: "
1184
+ "{invoice_pay_link}"
1185
+ msgstr ""
1186
+
1187
+ #: includes/class-kadence-woomail-settings.php:2155
1188
+ msgid ""
1189
+ "The automatic payment to renew your subscription with {site_title} has "
1190
+ "failed. To reactivate the subscription, please login and pay for the renewal "
1191
+ "from your account page: {invoice_pay_link}"
1192
+ msgstr ""
1193
+
1194
+ #: includes/class-kadence-woomail-settings.php:2158
1195
+ #, fuzzy
1196
+ #| msgid "Subscription: Unlimited"
1197
+ msgid "Subscription Cancelled"
1198
+ msgstr "Suscripción: sin límite"
1199
+
1200
+ #: includes/class-kadence-woomail-settings.php:2159
1201
+ #, fuzzy
1202
+ #| msgid "Lifetime Subscription"
1203
+ msgid "[{site_title}] Subscription Cancelled"
1204
+ msgstr "Suscripción de por vida"
1205
+
1206
+ #: includes/class-kadence-woomail-settings.php:2160
1207
+ msgid ""
1208
+ "A subscription belonging to {customer_full_name} has been cancelled. Their "
1209
+ "subscription's details are as follows:"
1210
+ msgstr ""
1211
+
1212
+ #: includes/class-kadence-woomail-settings.php:2163
1213
+ #, fuzzy
1214
+ #| msgid "Invoice for order #{order_number}"
1215
+ msgid "Automatic payment failed for order {order_number}"
1216
+ msgstr "Recibo del pedido #{order_number}"
1217
+
1218
+ #: includes/class-kadence-woomail-settings.php:2164
1219
+ msgid "Automatic payment failed for {order_number}, we will retry {retry_time}"
1220
+ msgstr ""
1221
+
1222
+ #: includes/class-kadence-woomail-settings.php:2167
1223
+ msgid "Cancelled order"
1224
+ msgstr "Pedido cancelado"
1225
+
1226
+ #: includes/class-kadence-woomail-settings.php:2170
1227
+ #, fuzzy
1228
+ #| msgid "New Order: #{order_number}"
1229
+ msgid "Order {order_number} details"
1230
+ msgstr "Nuevo pedido: #{order_number}"
1231
+
1232
+ #: includes/class-kadence-woomail-settings.php:2171
1233
+ #, fuzzy
1234
+ #| msgid "Your {site_title} order #{order_number} has been partially refunded"
1235
+ msgid "Your order has been partially refunded"
1236
+ msgstr ""
1237
+ "Tu pedido en {site_title} del #{order_date} ha sido parcialmente reembolsado"
1238
+
1239
+ #: includes/class-kadence-woomail-settings.php:2175
1240
+ #, fuzzy
1241
+ #| msgid "Order details"
1242
+ msgid "Your order details"
1243
+ msgstr "Detalles del pedido"
1244
+
1245
+ #: includes/class-kadence-woomail-settings.php:2176
1246
+ msgid "Failed order"
1247
+ msgstr "Pedido fallido"
1248
+
1249
+ #: includes/class-kadence-woomail-settings.php:2177
1250
+ msgid "Welcome to {site_title}"
1251
+ msgstr "Bienvenido a {site_title}"
1252
+
1253
+ #: includes/class-kadence-woomail-settings.php:2178
1254
+ msgid "A note has been added to your order"
1255
+ msgstr "Se ha añadido una nota a tu pedido"
1256
+
1257
+ #: includes/class-kadence-woomail-settings.php:2179
1258
+ #, fuzzy
1259
+ #| msgid "Password Reset Request"
1260
+ msgid "Password reset instructions"
1261
+ msgstr "Solicitud de restablecimiento de contraseña"
1262
+
1263
+ #: includes/class-kadence-woomail-settings.php:2182
1264
+ #, fuzzy
1265
+ #| msgid "[{site_title}]: New order #{order_number}"
1266
+ msgid "[{site_title}] Cancelled order ({order_number})"
1267
+ msgstr "[{site_title}] Nuevo pedido #({order_number})"
1268
+
1269
+ #: includes/class-kadence-woomail-settings.php:2186
1270
+ #, fuzzy
1271
+ #| msgid "Your {site_title} order #{order_number} has been refunded"
1272
+ msgid "Your {site_title} order from {order_date} has been refunded"
1273
+ msgstr "Tu pedido en {site_title} del #{order_date} ha sido reembolsado"
1274
+
1275
+ #: includes/class-kadence-woomail-settings.php:2187
1276
+ #, fuzzy
1277
+ #| msgid "Your {site_title} order #{order_number} has been partially refunded"
1278
+ msgid "Your {site_title} order from {order_date} has been partially refunded"
1279
+ msgstr ""
1280
+ "Tu pedido en {site_title} del #{order_date} ha sido parcialmente reembolsado"
1281
+
1282
+ #: includes/class-kadence-woomail-settings.php:2192
1283
+ #, fuzzy
1284
+ #| msgid "Note added to your {site_title} order from {order_date}"
1285
+ msgid "Your {site_title} order from {order_date}"
1286
+ msgstr "Nota añadida a tu pedido en {site_title} del {order_date}"
1287
+
1288
+ #: includes/class-kadence-woomail-settings.php:2194
1289
+ #, fuzzy
1290
+ #| msgid "[{site_title}]: New order #{order_number}"
1291
+ msgid "[{site_title}] Failed order ({order_number})"
1292
+ msgstr "[{site_title}] Nuevo pedido #({order_number})"
1293
+
1294
+ #: includes/class-kadence-woomail-settings.php:2195
1295
+ #, fuzzy
1296
+ #| msgid "Your latest {site_title} invoice"
1297
+ msgid "Your account on {site_title}"
1298
+ msgstr "Tu última factura en {site_title}"
1299
+
1300
+ #: includes/class-kadence-woomail-settings.php:2196
1301
+ msgid "Note added to your {site_title} order from {order_date}"
1302
+ msgstr "Nota añadida a tu pedido en {site_title} del {order_date}"
1303
+
1304
+ #: includes/class-kadence-woomail-settings.php:2197
1305
+ #, fuzzy
1306
+ #| msgid "Password Reset Request for {site_title}"
1307
+ msgid "Password reset for {site_title}"
1308
+ msgstr "Solicitud de restablecimiento de contraseña para {site_title}"
1309
+
1310
+ #: includes/class-kadence-woomail-settings.php:2199
1311
+ #, fuzzy
1312
+ #| msgid ""
1313
+ #| "Payment for order #%1$s from %2$s has failed. The order was as follows:"
1314
+ msgid ""
1315
+ "You have received an order from {customer_full_name}. The order is as "
1316
+ "follows:"
1317
+ msgstr ""
1318
+ "El pago del pedido #%1$s de %2$s ha fallado. El pedido era el siguiente:"
1319
+
1320
+ #: includes/class-kadence-woomail-settings.php:2200
1321
+ #, fuzzy
1322
+ #| msgid ""
1323
+ #| "Payment for order #%1$s from %2$s has failed. The order was as follows:"
1324
+ msgid ""
1325
+ "The order {order_number} from {customer_full_name} has been cancelled. The "
1326
+ "order was as follows:"
1327
+ msgstr ""
1328
+ "El pago del pedido #%1$s de %2$s ha fallado. El pedido era el siguiente:"
1329
+
1330
+ #: includes/class-kadence-woomail-settings.php:2201
1331
+ #, fuzzy
1332
+ #| msgid ""
1333
+ #| "Your order on %s has been refunded. There are more details below for your "
1334
+ #| "reference:"
1335
+ msgid ""
1336
+ "Your order has been received and is now being processed. Your order details "
1337
+ "are shown below for your reference:"
1338
+ msgstr ""
1339
+ "Tu pedido en %s se ha reembolsado. Hay más detalles abajo para tu "
1340
+ "información:"
1341
+
1342
+ #: includes/class-kadence-woomail-settings.php:2202
1343
+ #, fuzzy
1344
+ #| msgid ""
1345
+ #| "Your order on %s has been refunded. There are more details below for your "
1346
+ #| "reference:"
1347
+ msgid ""
1348
+ "Hi there. Your recent order on {site_title} has been completed. Your order "
1349
+ "details are shown below for your reference:"
1350
+ msgstr ""
1351
+ "Tu pedido en %s se ha reembolsado. Hay más detalles abajo para tu "
1352
+ "información:"
1353
+
1354
+ #: includes/class-kadence-woomail-settings.php:2204
1355
+ #, fuzzy
1356
+ #| msgid "Your {site_title} order has been received!"
1357
+ msgid "Hi there. Your order on {site_title} has been refunded."
1358
+ msgstr "¡Hemos recibido tu pedido en {site_title}!"
1359
+
1360
+ #: includes/class-kadence-woomail-settings.php:2205
1361
+ #, fuzzy
1362
+ #| msgid "Your {site_title} order #{order_number} has been partially refunded"
1363
+ msgid "Hi there. Your order on {site_title} has been partially refunded."
1364
+ msgstr ""
1365
+ "Tu pedido en {site_title} del #{order_date} ha sido parcialmente reembolsado"
1366
+
1367
+ #: includes/class-kadence-woomail-settings.php:2207
1368
+ #, fuzzy
1369
+ #| msgid ""
1370
+ #| "Your order on %s has been refunded. There are more details below for your "
1371
+ #| "reference:"
1372
+ msgid ""
1373
+ "Your order is on-hold until we confirm payment has been received. Your order "
1374
+ "details are shown below for your reference:"
1375
+ msgstr ""
1376
+ "Tu pedido en %s se ha reembolsado. Hay más detalles abajo para tu "
1377
+ "información:"
1378
+
1379
+ #: includes/class-kadence-woomail-settings.php:2209
1380
+ msgid "An order has been created for you on {site_title}. {invoice_pay_link}"
1381
+ msgstr ""
1382
+
1383
+ #: includes/class-kadence-woomail-settings.php:2211
1384
+ #, fuzzy
1385
+ #| msgid ""
1386
+ #| "Payment for order #%1$s from %2$s has failed. The order was as follows:"
1387
+ msgid ""
1388
+ "Payment for order {order_number} from {customer_full_name} has failed. The "
1389
+ "order was as follows:"
1390
+ msgstr ""
1391
+ "El pago del pedido #%1$s de %2$s ha fallado. El pedido era el siguiente:"
1392
+
1393
+ #: includes/class-kadence-woomail-settings.php:2212
1394
+ msgid ""
1395
+ "Thanks for creating an account on {site_title}. Your username is "
1396
+ "{customer_username}"
1397
+ msgstr ""
1398
+
1399
+ #: includes/class-kadence-woomail-settings.php:2213
1400
+ #, fuzzy
1401
+ #| msgid "A note has been added to your order"
1402
+ msgid "Hello, a note has just been added to your order:"
1403
+ msgstr "Se ha añadido una nota a tu pedido"
1404
+
1405
+ #: includes/class-kadence-woomail-settings.php:2214
1406
+ msgid ""
1407
+ "Someone requested that the password be reset for the following account:\n"
1408
+ "\n"
1409
+ "Username: {customer_username}\n"
1410
+ "\n"
1411
+ "If this was a mistake, just ignore this email and nothing will happen.\n"
1412
+ "\n"
1413
+ "To reset your password, visit the following address:"
1414
+ msgstr ""
1415
+
1416
+ #: includes/class-kadence-woomail-settings.php:2350
1417
+ #, fuzzy
1418
+ #| msgid "Pordenone"
1419
+ msgid "none"
1420
+ msgstr "Pordenone"
1421
+
1422
+ #: includes/class-kadence-woomail-settings.php:2351
1423
+ #, fuzzy
1424
+ #| msgid "Hidden"
1425
+ msgid "hidden"
1426
+ msgstr "Oculto"
1427
+
1428
+ #: includes/class-kadence-woomail-settings.php:2352
1429
+ #, fuzzy
1430
+ #| msgid "Mayotte"
1431
+ msgid "dotted"
1432
+ msgstr "Mayotte"
1433
+
1434
+ #: includes/class-kadence-woomail-settings.php:2353
1435
+ #, fuzzy
1436
+ #| msgid "Trashed"
1437
+ msgid "dashed"
1438
+ msgstr "Borrado"
1439
+
1440
+ #: includes/class-kadence-woomail-settings.php:2354
1441
+ msgid "solid"
1442
+ msgstr ""
1443
+
1444
+ #: includes/class-kadence-woomail-settings.php:2355
1445
+ msgid "double"
1446
+ msgstr ""
1447
+
1448
+ #: includes/class-kadence-woomail-settings.php:2356
1449
+ msgid "groove"
1450
+ msgstr ""
1451
+
1452
+ #: includes/class-kadence-woomail-settings.php:2357
1453
+ msgid "ridge"
1454
+ msgstr ""
1455
+
1456
+ #: includes/class-kadence-woomail-settings.php:2358
1457
+ msgid "inset"
1458
+ msgstr ""
1459
+
1460
+ #: includes/class-kadence-woomail-settings.php:2359
1461
+ msgid "outset"
1462
+ msgstr ""
1463
+
1464
+ #: includes/class-kadence-woomail-settings.php:2371
1465
+ #: includes/class-kadence-woomail-settings.php:2379
1466
+ msgid "Left"
1467
+ msgstr "Izquierda"
1468
+
1469
+ #: includes/class-kadence-woomail-settings.php:2372
1470
+ #: includes/class-kadence-woomail-settings.php:2380
1471
+ #, fuzzy
1472
+ #| msgid "Central"
1473
+ msgid "Center"
1474
+ msgstr "Central"
1475
+
1476
+ #: includes/class-kadence-woomail-settings.php:2373
1477
+ #: includes/class-kadence-woomail-settings.php:2381
1478
+ msgid "Right"
1479
+ msgstr "Derecha"
1480
+
1481
+ #: includes/class-kadence-woomail-settings.php:2374
1482
+ msgid "Justify"
1483
+ msgstr ""
1484
+
1485
+ #: includes/class-kadence-woomail-settings.php:2394
1486
+ #, fuzzy
1487
+ #| msgid "Your order"
1488
+ msgid "Mockup Order"
1489
+ msgstr "Tu pedido"
1490
+
1491
+ #: includes/class-kadence-woomail-woo.php:60
1492
+ #, fuzzy
1493
+ #| msgid "WooCommerce Extensions"
1494
+ msgid "Woocommerce Email Designer"
1495
+ msgstr "Extensiones de WooCommerce"
1496
+
1497
+ #: includes/class-kadence-woomail-woo.php:90
1498
+ #, fuzzy
1499
+ #| msgid "View WooCommerce settings"
1500
+ msgid "Customize WooCommerce Emails"
1501
+ msgstr "Ver los ajustes de WooCommerce"
1502
+
1503
+ #: includes/class-kadence-woomail-woo.php:94
1504
+ #: includes/class-kadence-woomail-woo.php:95
1505
+ #, fuzzy
1506
+ #| msgid "WooCommerce Extensions"
1507
+ msgid "Open Woocommerce Email Designer"
1508
+ msgstr "Extensiones de WooCommerce"
1509
+
1510
+ #: includes/class-kadence-woomail-woo.php:98
1511
+ #, php-format
1512
+ msgid ""
1513
+ "Make Woocommerce Emails match your brand. <a href=\"%s\">Kadence Woocommerce "
1514
+ "Email Designer</a> plugin by <a href=\"%s\">Kadence Themes</a>."
1515
+ msgstr ""
1516
+
1517
+ #: kadence-woocommerce-email-designer.php:108
1518
+ msgid ""
1519
+ "Kadence Woocommerce Email Designer requires WooCommerce to be active to work"
1520
+ msgstr ""
1521
+
1522
+ #: kadence-woocommerce-email-designer.php:204
1523
+ msgid "Pay for this order"
1524
+ msgstr "Pagar este pedido"
1525
+
1526
+ #: kadence-woocommerce-email-designer.php:212
1527
+ #: kadence-woocommerce-email-designer.php:216
1528
+ msgid "Pay Now &raquo;"
1529
+ msgstr ""
1530
+
1531
+ #: kadence-woocommerce-email-designer.php:361
1532
+ #: kadence-woocommerce-email-designer.php:362
1533
+ #, fuzzy
1534
+ #| msgid "Customer"
1535
+ msgid "Email Customizer"
1536
+ msgstr "Cliente"
1537
+
1538
+ #: kadence-woocommerce-email-designer.php:375
1539
+ msgid "Open Email Designer"
1540
+ msgstr ""
1541
+
1542
+ #: preview.php:30
1543
+ #, fuzzy
1544
+ #| msgid "Email heading"
1545
+ msgid "Email Designer"
1546
+ msgstr "Encabezado del correo electrónico"
1547
+
1548
+ #: templates/woo/emails/cancelled-subscription.php:34
1549
+ #: templates/woo/emails/subscription-info.php:24
1550
+ #, fuzzy
1551
+ #| msgid "Subscriptions"
1552
+ msgid "Subscription"
1553
+ msgstr "Suscripciones"
1554
+
1555
+ #: templates/woo/emails/cancelled-subscription.php:35
1556
+ #, fuzzy
1557
+ #| msgid "Price"
1558
+ msgctxt "table headings in notification email"
1559
+ msgid "Price"
1560
+ msgstr "Precio"
1561
+
1562
+ #: templates/woo/emails/cancelled-subscription.php:36
1563
+ #, fuzzy
1564
+ #| msgid "Order Date"
1565
+ msgctxt "table heading"
1566
+ msgid "Last Order Date"
1567
+ msgstr "Fecha del pedido"
1568
+
1569
+ #: templates/woo/emails/cancelled-subscription.php:37
1570
+ msgctxt "table headings in notification email"
1571
+ msgid "End of Prepaid Term"
1572
+ msgstr ""
1573
+
1574
+ #: templates/woo/emails/cancelled-subscription.php:54
1575
+ msgid "-"
1576
+ msgstr ""
1577
+
1578
+ #: templates/woo/emails/customer-completed-switch-order.php:34
1579
+ #, fuzzy
1580
+ #| msgid "Subscriptions"
1581
+ msgid "New Subscription Details"
1582
+ msgstr "Suscripciones"
1583
+
1584
+ #: templates/woo/emails/customer-new-account.php:40
1585
+ #, php-format
1586
+ msgid "Your password has been automatically generated: %s"
1587
+ msgstr "Tu contraseña se ha generado automáticamente: %s"
1588
+
1589
+ #: templates/woo/emails/customer-new-account.php:44
1590
+ #, php-format
1591
+ msgid ""
1592
+ "You can access your account area to view your orders and change your "
1593
+ "password here: %s."
1594
+ msgstr ""
1595
+
1596
+ #: templates/woo/emails/customer-note.php:41
1597
+ msgid "For your reference, your order details are shown below."
1598
+ msgstr ""
1599
+
1600
+ #: templates/woo/emails/customer-reset-password.php:38
1601
+ msgid "Click here to reset your password"
1602
+ msgstr "Haz clic aquí para restablecer tu contraseña"
1603
+
1604
+ #: templates/woo/emails/email-addresses.php:35
1605
+ msgid "Billing address"
1606
+ msgstr "Dirección de facturación"
1607
+
1608
+ #: templates/woo/emails/email-addresses.php:38
1609
+ msgid "N/A"
1610
+ msgstr "N/D"
1611
+
1612
+ #: templates/woo/emails/email-addresses.php:49
1613
+ msgid "Shipping address"
1614
+ msgstr "Dirección de envío"
1615
+
1616
+ #: templates/woo/emails/email-customer-details.php:34
1617
+ msgid "Customer details"
1618
+ msgstr "Datos de cliente"
1619
+
1620
+ #: templates/woo/emails/email-downloads.php:33
1621
+ msgid "Downloads"
1622
+ msgstr "Descargas"
1623
+
1624
+ #: templates/woo/emails/email-downloads.php:66
1625
+ msgid "Never"
1626
+ msgstr "Nunca"
1627
+
1628
+ #: templates/woo/emails/email-order-details.php:40
1629
+ #, fuzzy
1630
+ #| msgid "Order details"
1631
+ msgid "Order Details"
1632
+ msgstr "Detalles del pedido"
1633
+
1634
+ #. translators: %s: Order ID.
1635
+ #: templates/woo/emails/email-order-details.php:53
1636
+ #, fuzzy, php-format
1637
+ #| msgid "Order number:"
1638
+ msgid "Order number: %s"
1639
+ msgstr "Número de pedido:"
1640
+
1641
+ #: templates/woo/emails/email-order-details.php:58
1642
+ #, fuzzy
1643
+ #| msgid "Order Date"
1644
+ msgid "Order date:"
1645
+ msgstr "Fecha del pedido"
1646
+
1647
+ #. translators: %s: Order ID.
1648
+ #: templates/woo/emails/email-order-details.php:73
1649
+ #, php-format
1650
+ msgid "Order #%s"
1651
+ msgstr "Pedido #%s"
1652
+
1653
+ #: templates/woo/emails/email-order-details.php:82
1654
+ msgid "Product"
1655
+ msgstr "Producto"
1656
+
1657
+ #: templates/woo/emails/email-order-details.php:83
1658
+ msgid "Quantity"
1659
+ msgstr "Cantidad"
1660
+
1661
+ #: templates/woo/emails/email-order-details.php:84
1662
+ msgid "Price"
1663
+ msgstr "Precio"
1664
+
1665
+ #: templates/woo/emails/email-order-details.php:117
1666
+ msgid "Note:"
1667
+ msgstr "Aviso:"
1668
+
1669
+ #: templates/woo/emails/subscription-info.php:19
1670
+ #, fuzzy
1671
+ #| msgid "Additional information"
1672
+ msgid "Subscription Information:"
1673
+ msgstr "Información adicional"
1674
+
1675
+ #: templates/woo/emails/subscription-info.php:25
1676
+ #, fuzzy
1677
+ #| msgid "Sale start date"
1678
+ msgctxt "table heading"
1679
+ msgid "Start Date"
1680
+ msgstr "Fecha de inicio de la oferta"
1681
+
1682
+ #: templates/woo/emails/subscription-info.php:26
1683
+ #, fuzzy
1684
+ #| msgid "Order Date"
1685
+ msgctxt "table heading"
1686
+ msgid "End Date"
1687
+ msgstr "Fecha del pedido"
1688
+
1689
+ #: templates/woo/emails/subscription-info.php:27
1690
+ #, fuzzy
1691
+ #| msgid "Price"
1692
+ msgctxt "table heading"
1693
+ msgid "Price"
1694
+ msgstr "Precio"
1695
+
1696
+ #: templates/woo/emails/subscription-info.php:33
1697
+ #, php-format
1698
+ msgctxt "subscription number in email table. (eg: #106)"
1699
+ msgid "#%s"
1700
+ msgstr ""
1701
+
1702
+ #: templates/woo/emails/subscription-info.php:35
1703
+ #, fuzzy
1704
+ #| msgctxt "Order status"
1705
+ #| msgid "Cancelled"
1706
+ msgctxt "Used as end date for an indefinite subscription"
1707
+ msgid "When Cancelled"
1708
+ msgstr "Cancelado"
1709
+
1710
+ #~ msgid ""
1711
+ #~ "The class attached to the \"woocommerce_queue_class\" does not implement "
1712
+ #~ "the WC_Queue_Interface interface. The default %s class will be used "
1713
+ #~ "instead."
1714
+ #~ msgstr ""
1715
+ #~ "La clase adjunta a \"woocommerce_queue_class\" no implementa la interfaz "
1716
+ #~ "WC_Queue_Interface. Se usará en su lugar la clase %s por defecto."
1717
+
1718
+ #~ msgid "This function should not be called before plugins_loaded."
1719
+ #~ msgstr "Esta función no debería llamarse antes de plugins_loaded."
1720
+
1721
+ #~ msgid "Action Group"
1722
+ #~ msgstr "Grupo de acción"
1723
+
1724
+ #~ msgid "No actions found in trash"
1725
+ #~ msgstr "No se encontraron acciones en la papelera"
1726
+
1727
+ #~ msgid "No actions found"
1728
+ #~ msgstr "No se encontraron acciones"
1729
+
1730
+ #~ msgid "Search Scheduled Actions"
1731
+ #~ msgstr "Buscar acciones programadas"
1732
+
1733
+ #~ msgid "View Action"
1734
+ #~ msgstr "Ver acción"
1735
+
1736
+ #~ msgid "New Scheduled Action"
1737
+ #~ msgstr "Nueva acción programada"
1738
+
1739
+ #~ msgid "Edit Scheduled Action"
1740
+ #~ msgstr "Editar acción programada"
1741
+
1742
+ #~ msgid "Add New Scheduled Action"
1743
+ #~ msgstr "Añadir nueva acción programada"
1744
+
1745
+ #~ msgctxt "Admin menu name"
1746
+ #~ msgid "Scheduled Actions"
1747
+ #~ msgstr "Acciones programadas"
1748
+
1749
+ #~ msgid "Scheduled Action"
1750
+ #~ msgstr "Acción programada"
1751
+
1752
+ #~ msgid "Scheduled actions are hooks triggered on a cetain date and time."
1753
+ #~ msgstr ""
1754
+ #~ "Las acciones programadas son ganchos lanzados en una cierta fecha y hora."
1755
+
1756
+ #~ msgid "In-Progress <span class=\"count\">(%s)</span>"
1757
+ #~ msgid_plural "In-Progress <span class=\"count\">(%s)</span>"
1758
+ #~ msgstr[0] "En curso <span class=\"count\">(%s)</span>"
1759
+ #~ msgstr[1] "En curso <span class=\"count\">(%s)</span>"
1760
+
1761
+ #~ msgctxt "post"
1762
+ #~ msgid "In-Progress"
1763
+ #~ msgstr "En curso"
1764
+
1765
+ #~ msgctxt "post"
1766
+ #~ msgid "Failed"
1767
+ #~ msgstr "Falló"
1768
+
1769
+ #~ msgid "Invalid action ID. No status found."
1770
+ #~ msgstr "ID de acción no válida. No se encontró ningún estado."
1771
+
1772
+ #~ msgid "Unable to mark failure on action %s. Database error."
1773
+ #~ msgstr ""
1774
+ #~ "No ha sido posible marcar el fallo en la acción %s. Error en la base de "
1775
+ #~ "datos."
1776
+
1777
+ #~ msgid "Unable to unlock claim on action %s. Database error."
1778
+ #~ msgstr ""
1779
+ #~ "No ha sido posible desbloquear la petición de la acción %s. Error en la "
1780
+ #~ "base de datos."
1781
+
1782
+ #~ msgid "Unable to unlock claim %s. Database error."
1783
+ #~ msgstr ""
1784
+ #~ "No ha sido posible desbloquear la petición %s. Error en la base de datos."
1785
+
1786
+ #~ msgid "The group \"%s\" does not exist."
1787
+ #~ msgstr "El grupo “%s” no existe."
1788
+
1789
+ #~ msgid "Unable to claim actions. Database error."
1790
+ #~ msgstr ""
1791
+ #~ "No ha sido posible la petición de acciones. Error en la base de datos."
1792
+
1793
+ #~ msgid "Unidentified action %s"
1794
+ #~ msgstr "Acción %s no identificada"
1795
+
1796
+ #~ msgid "Unable to save action."
1797
+ #~ msgstr "No ha sido posible guardar la acción."
1798
+
1799
+ #~ msgid "Error saving action: %s"
1800
+ #~ msgstr "Error al guardar la acción: %s"
1801
+
1802
+ #~ msgid "action reset"
1803
+ #~ msgstr "restablecer acción"
1804
+
1805
+ #~ msgid "unexpected shutdown: PHP Fatal error %s in %s on line %s"
1806
+ #~ msgstr "apagado inesperado: Error fatal de PHP %s en %s en la línea %s"
1807
+
1808
+ #~ msgid "action timed out after %s seconds"
1809
+ #~ msgstr "la acción agotó el tiempo de ejecución tras %s segundos"
1810
+
1811
+ #~ msgid "action failed: %s"
1812
+ #~ msgstr "acción fallida: %s"
1813
+
1814
+ #~ msgid "action complete"
1815
+ #~ msgstr "acción completada"
1816
+
1817
+ #~ msgid "action started"
1818
+ #~ msgstr "acción iniciada"
1819
+
1820
+ #~ msgid "action canceled"
1821
+ #~ msgstr "acción cancelada"
1822
+
1823
+ #~ msgid "action created"
1824
+ #~ msgstr "acción creada"
1825
+
1826
+ #~ msgid "%d scheduled task completed."
1827
+ #~ msgid_plural "%d scheduled tasks completed."
1828
+ #~ msgstr[0] "%d tarea programada completada."
1829
+ #~ msgstr[1] "%d tareas programadas completadas."
1830
+
1831
+ #~ msgid "There was an error running the action scheduler: %s"
1832
+ #~ msgstr "Hubo un error al ejecutar la programación de la acción: %s"
1833
+
1834
+ #~ msgid "%d batch executed."
1835
+ #~ msgid_plural "%d batches executed."
1836
+ #~ msgstr[0] "%d proceso en lote ejecutado."
1837
+ #~ msgstr[1] "%d procesos en lote ejecutados."
1838
+
1839
+ #~ msgid "Found %d scheduled task"
1840
+ #~ msgid_plural "Found %d scheduled tasks"
1841
+ #~ msgstr[0] "Se ha encontrado %d tarea programada"
1842
+ #~ msgstr[1] "Se han encontrado %d tareas programadas"
1843
+
1844
+ #~ msgid "Attempting to reduce used memory..."
1845
+ #~ msgstr "Intentando reducir la memoria en uso...."
1846
+
1847
+ #~ msgid "second"
1848
+ #~ msgid_plural "seconds"
1849
+ #~ msgstr[0] "segundo"
1850
+ #~ msgstr[1] "segundos"
1851
+
1852
+ #~ msgid "Error processing action %1$s: %2$s"
1853
+ #~ msgstr "Error al procesar la acción %1$s: %2$s"
1854
+
1855
+ #~ msgid "Completed processing action %s"
1856
+ #~ msgstr "Completado el procesamiento de la acción %s"
1857
+
1858
+ #~ msgid "Started processing action %s"
1859
+ #~ msgstr "Iniciado el procesamiento de la acción %s"
1860
+
1861
+ #~ msgid "The claim has been lost. Aborting current batch."
1862
+ #~ msgstr "La solicitud se ha perdido. Abortando el actual proceso en lotes."
1863
+
1864
+ #~ msgid "Running %d action"
1865
+ #~ msgid_plural "Running %d actions"
1866
+ #~ msgstr[0] "Ejecutando %d acción"
1867
+ #~ msgstr[1] "Ejecutando %d acciones"
1868
+
1869
+ #~ msgid "There are too many concurrent batches."
1870
+ #~ msgstr "Hay demasiados procesos en lote concurrentes."
1871
+
1872
+ #~ msgid ""
1873
+ #~ "There are too many concurrent batches, but the run is forced to continue."
1874
+ #~ msgstr ""
1875
+ #~ "Hay demasiados procesos en lote concurrentes, pero se ha forzado la "
1876
+ #~ "ejecución para que continue."
1877
+
1878
+ #~ msgid "Canceled"
1879
+ #~ msgstr "Cancelada"
1880
+
1881
+ #~ msgid "Failed"
1882
+ #~ msgstr "Fallida"
1883
+
1884
+ #~ msgid "In-progress"
1885
+ #~ msgstr "En curso"
1886
+
1887
+ #~ msgid "Invalid schedule. Cannot save action."
1888
+ #~ msgstr "Programación no válida. No se puede guardar la acción."
1889
+
1890
+ #~ msgid "Every minute"
1891
+ #~ msgstr "Cada minuto"
1892
+
1893
+ #~ msgid "Search hook, args and claim ID"
1894
+ #~ msgstr "Buscar gancho, argumentos y solicitar ID"
1895
+
1896
+ #~ msgid " (%s)"
1897
+ #~ msgstr " (%s)"
1898
+
1899
+ #~ msgid " (%s ago)"
1900
+ #~ msgstr " (hace %s)"
1901
+
1902
+ #~ msgid "Could not process change for action: \"%s\" (ID: %d). Error: %s"
1903
+ #~ msgstr ""
1904
+ #~ "No se pudo procesar el cambio de la acción: \"%s\" (ID: %d). Error: %s"
1905
+
1906
+ #~ msgid "Successfully processed change for action: %s"
1907
+ #~ msgstr "El cambio de la acción se procesó con éxito: %s"
1908
+
1909
+ #~ msgid "Successfully canceled action: %s"
1910
+ #~ msgstr "Acción cancelada con éxito: %s"
1911
+
1912
+ #~ msgid "Successfully executed action: %s"
1913
+ #~ msgstr "Acción ejecutada con éxito: %s"
1914
+
1915
+ #~ msgid ""
1916
+ #~ "Maximum simultaneous batches already in progress (%s queues). No actions "
1917
+ #~ "will be processed until the current batches are complete."
1918
+ #~ msgstr ""
1919
+ #~ "Ya están en marcha el máximo de de procesos en lote simultáneos máximos "
1920
+ #~ "(%s colas). No se procesarán más acciones hasta que se completen los "
1921
+ #~ "procesos en lote actuales. "
1922
+
1923
+ #~ msgid "Non-repeating"
1924
+ #~ msgstr "No repetitiva"
1925
+
1926
+ #~ msgid "Every %s"
1927
+ #~ msgstr "Cada %s"
1928
+
1929
+ #~ msgid "Now!"
1930
+ #~ msgstr "¡Ahora!"
1931
+
1932
+ #~ msgid "%s second"
1933
+ #~ msgid_plural "%s seconds"
1934
+ #~ msgstr[0] "%s segundo"
1935
+ #~ msgstr[1] "%s segundos"
1936
+
1937
+ #~ msgid "%s minute"
1938
+ #~ msgid_plural "%s minutes"
1939
+ #~ msgstr[0] "%s minuto"
1940
+ #~ msgstr[1] "%s minutos"
1941
+
1942
+ #~ msgid "%s hour"
1943
+ #~ msgid_plural "%s hours"
1944
+ #~ msgstr[0] "%s hora"
1945
+ #~ msgstr[1] "%s horas"
1946
+
1947
+ #~ msgid "%s day"
1948
+ #~ msgid_plural "%s days"
1949
+ #~ msgstr[0] "%s día"
1950
+ #~ msgstr[1] "%s días"
1951
+
1952
+ #~ msgid "%s week"
1953
+ #~ msgid_plural "%s weeks"
1954
+ #~ msgstr[0] "%s semana"
1955
+ #~ msgstr[1] "%s semanas"
1956
+
1957
+ #~ msgid "%s month"
1958
+ #~ msgid_plural "%s months"
1959
+ #~ msgstr[0] "%s mes"
1960
+ #~ msgstr[1] "%s meses"
1961
+
1962
+ #~ msgid "%s year"
1963
+ #~ msgid_plural "%s years"
1964
+ #~ msgstr[0] "%s año"
1965
+ #~ msgstr[1] "%s años"
1966
+
1967
+ #~ msgid "Cancel the action now to avoid it being run in future"
1968
+ #~ msgstr "Cancelar la acción ahora para evitar su ejecución en el futuro"
1969
+
1970
+ #~ msgid "Process the action now as if it were run as part of a queue"
1971
+ #~ msgstr ""
1972
+ #~ "Procesar la acción ahora como si se ejecutase como parte de una cola"
1973
+
1974
+ #~ msgid "Run"
1975
+ #~ msgstr "Ejecutar"
1976
+
1977
+ #~ msgid "Claim ID"
1978
+ #~ msgstr "Solicitar ID"
1979
+
1980
+ #~ msgid "Log"
1981
+ #~ msgstr "Registro"
1982
+
1983
+ #~ msgid "Scheduled Date"
1984
+ #~ msgstr "Fecha programada"
1985
+
1986
+ #~ msgid "Recurrence"
1987
+ #~ msgstr "Recurrencia"
1988
+
1989
+ #~ msgid "Group"
1990
+ #~ msgstr "Grupo"
1991
+
1992
+ #~ msgid "Arguments"
1993
+ #~ msgstr "Argumentos"
1994
+
1995
+ #~ msgid "Hook"
1996
+ #~ msgstr "Gancho"
1997
+
1998
+ #~ msgid "Scheduled Actions"
1999
+ #~ msgstr "Acciones programadas"
2000
+
2001
+ #~ msgid "Limit result set to products with a specific tax class."
2002
+ #~ msgstr ""
2003
+ #~ "Limitar el resultado a productos con una clase de impuestos específica."
2004
+
2005
+ #~ msgid "Shipping instance ID."
2006
+ #~ msgstr "ID de la instancia de envío."
2007
+
2008
+ #~ msgid "Amount of reviews."
2009
+ #~ msgstr "Cantidad de valoraciones."
2010
+
2011
+ #~ msgid "Review type name."
2012
+ #~ msgstr "Nombre del tipo de valoración."
2013
+
2014
+ #~ msgid "Amount of products."
2015
+ #~ msgstr "Cantidad de productos."
2016
+
2017
+ #~ msgid "Product type name."
2018
+ #~ msgstr "Nombre del tipo de producto."
2019
+
2020
+ #~ msgid "Amount of orders."
2021
+ #~ msgstr "Cantidad de pedidos."
2022
+
2023
+ #~ msgid "Order status name."
2024
+ #~ msgstr "Nombre del estado del pedido."
2025
+
2026
+ #~ msgid "Amount of customers."
2027
+ #~ msgstr "Cantidad de clientes."
2028
+
2029
+ #~ msgid "Customer type name."
2030
+ #~ msgstr "Nombre del tipo de cliente."
2031
+
2032
+ #~ msgid "Non-paying customer"
2033
+ #~ msgstr "Cliente sin pagos"
2034
+
2035
+ #~ msgid "Amount of coupons."
2036
+ #~ msgstr "Cantidad de cupones."
2037
+
2038
+ #~ msgid "Coupon type name."
2039
+ #~ msgstr "Nombre del tipo de cupón."
2040
+
2041
+ #~ msgid "Full name of currency."
2042
+ #~ msgstr "Nombre completo de la moneda."
2043
+
2044
+ #~ msgid "There are no currencies matching these parameters."
2045
+ #~ msgstr "No hay monedas que coincidan con estos parámetros."
2046
+
2047
+ #~ msgid "ISO4217 currency code."
2048
+ #~ msgstr "Código de moneda ISO4217."
2049
+
2050
+ #~ msgid "Data resource description."
2051
+ #~ msgstr "Descripción del recurso de los datos."
2052
+
2053
+ #~ msgid "Data resource ID."
2054
+ #~ msgstr "ID del recurso de los datos."
2055
+
2056
+ #~ msgid "List of supported currencies."
2057
+ #~ msgstr "Lista de monedas admitidas."
2058
+
2059
+ #~ msgid "Information about the amount of various objects on this site."
2060
+ #~ msgstr ""
2061
+ #~ "Información sobre la cantidad de los distintos objetos de este sitio."
2062
+
2063
+ #~ msgid "List of supported states in a given country."
2064
+ #~ msgstr "Lista de las provincias disponibles en un país dado."
2065
+
2066
+ #~ msgid "List of supported continents, countries, and states."
2067
+ #~ msgstr "Lista de continentes, países y provincias disponibles."
2068
+
2069
+ #~ msgid "The unit weights are defined in for this country."
2070
+ #~ msgstr "Las unidades de peso definidas para este país."
2071
+
2072
+ #~ msgid "Thousands separator for displayed prices in this country."
2073
+ #~ msgstr "Separador de miles para los precios mostrados en este país."
2074
+
2075
+ #~ msgid "Full name of state."
2076
+ #~ msgstr "Nombre completo de la provincia."
2077
+
2078
+ #~ msgid "List of states in this country."
2079
+ #~ msgstr "Lista de provincias de este país."
2080
+
2081
+ #~ msgid "Number of decimal points shown in displayed prices for this country."
2082
+ #~ msgstr ""
2083
+ #~ "Número de puntos decimales mostrados al mostrar precios para este país."
2084
+
2085
+ #~ msgid "Full name of country."
2086
+ #~ msgstr "Nombre completo del país."
2087
+
2088
+ #~ msgid "The unit lengths are defined in for this country."
2089
+ #~ msgstr "Las unidades de longitud definidas para este país."
2090
+
2091
+ #~ msgid "Decimal separator for displayed prices for this country."
2092
+ #~ msgstr "Separador decimal para mostrar los precios para este país."
2093
+
2094
+ #~ msgid "Currency symbol position for this country."
2095
+ #~ msgstr "Posición del símbolo de moneda para este país."
2096
+
2097
+ #~ msgid "Default ISO4127 alpha-3 currency code for the country."
2098
+ #~ msgstr "Código de moneda ISO4127 por defecto para el país."
2099
+
2100
+ #~ msgid "ISO3166 alpha-2 country code."
2101
+ #~ msgstr "Código de país ISO3166 alpha-2."
2102
+
2103
+ #~ msgid "List of countries on this continent."
2104
+ #~ msgstr "Lista de países en este continente."
2105
+
2106
+ #~ msgid "Full name of continent."
2107
+ #~ msgstr "Nombre completo del continente."
2108
+
2109
+ #~ msgid "There are no locations matching these parameters."
2110
+ #~ msgstr "No hay ubicaciones que coincidan con estos parámetros."
2111
+
2112
+ #~ msgid "2 character continent code."
2113
+ #~ msgstr "Código de 2 caracteres del continente."
2114
+
2115
+ #~ msgid "WooCommerce Endpoints"
2116
+ #~ msgstr "Variables de WooCommerce"
2117
+
2118
+ #~ msgid "Boquer&oacute;n"
2119
+ #~ msgstr "Boquer&oacute;n"
2120
+
2121
+ #~ msgid "Alto Paraguay"
2122
+ #~ msgstr "Alto Paraguay"
2123
+
2124
+ #~ msgid "Presidente Hayes"
2125
+ #~ msgstr "Presidente Hayes"
2126
+
2127
+ #~ msgid "Canindey&uacute;"
2128
+ #~ msgstr "Canindey&uacute;"
2129
+
2130
+ #~ msgid "Amambay"
2131
+ #~ msgstr "Amambay"
2132
+
2133
+ #~ msgid "&Ntilde;eembuc&uacute;"
2134
+ #~ msgstr "&Ntilde;eembuc&uacute;"
2135
+
2136
+ #~ msgid "Alto Paran&aacute;"
2137
+ #~ msgstr "Alto Paran&aacute;"
2138
+
2139
+ #~ msgid "Paraguar&iacute;"
2140
+ #~ msgstr "Paraguar&iacute;"
2141
+
2142
+ #~ msgid "Itap&uacute;a"
2143
+ #~ msgstr "Itap&uacute;a"
2144
+
2145
+ #~ msgid "Caazap&aacute;"
2146
+ #~ msgstr "Caazap&aacute;"
2147
+
2148
+ #~ msgid "Caaguaz&uacute;"
2149
+ #~ msgstr "Caaguaz&uacute;"
2150
+
2151
+ #~ msgid "Guair&aacute;"
2152
+ #~ msgstr "Guair&aacute;"
2153
+
2154
+ #~ msgid "Cordillera"
2155
+ #~ msgstr "Cordillera"
2156
+
2157
+ #~ msgid "San Pedro"
2158
+ #~ msgstr "San Pedro"
2159
+
2160
+ #~ msgid "Concepci&oacute;n"
2161
+ #~ msgstr "Concepci&oacute;n"
2162
+
2163
+ #~ msgid "Asunci&oacute;n"
2164
+ #~ msgstr "Asunci&oacute;n"
2165
+
2166
+ #~ msgid "[Order #%1$s] (%2$s)"
2167
+ #~ msgstr "[Pedido #%1$s] (%2$s)"
2168
+
2169
+ #~ msgid "Your password has been automatically generated: %s."
2170
+ #~ msgstr "Tu contraseña se ha creado automáticamente: %s. "
2171
+
2172
+ #~ msgid ""
2173
+ #~ "An order has been created for you on %1$s. Your invoice is below, with a "
2174
+ #~ "link to make payment when you’re ready: %1$s"
2175
+ #~ msgstr ""
2176
+ #~ "Se ha creado para ti un pedido en %1$s. -Tu recibo está abajo, con un "
2177
+ #~ "enlace para hacer el pago cuando estés listo: %2$s"
2178
+
2179
+ #~ msgid ""
2180
+ #~ "If you didn't make this request, just ignore this email. If you'd like to "
2181
+ #~ "proceed:"
2182
+ #~ msgstr ""
2183
+ #~ "Si no hiciste esta solicitud simplemente ignora este correo electrónico. "
2184
+ #~ "Si quieres proceder:"
2185
+
2186
+ #~ msgid ""
2187
+ #~ "Someone has requested a new password for the following account on %s:"
2188
+ #~ msgstr ""
2189
+ #~ "Alguien ha solicitado una nueva contraseña para la siguiente cuenta en %s:"
2190
+
2191
+ #~ msgid "We hope to see you again soon."
2192
+ #~ msgstr "Esperamos verte de nuevo pronto."
2193
+
2194
+ #~ msgid ""
2195
+ #~ "Your order on %s has been partially refunded. There are more details "
2196
+ #~ "below for your reference:"
2197
+ #~ msgstr ""
2198
+ #~ "Tu pedido en %s se ha reembolsado parcialmente. Hay más detalles abajo "
2199
+ #~ "para tu información:"
2200
+
2201
+ #~ msgid "Thanks!"
2202
+ #~ msgstr "¡Gracias!"
2203
+
2204
+ #~ msgid ""
2205
+ #~ "Just to let you know -- your payment has been confirmed, and order #%s is "
2206
+ #~ "now being processed:"
2207
+ #~ msgstr ""
2208
+ #~ "Solo para que lo sepas - tu pago se ha confirmado, y ahora se está "
2209
+ #~ "procesando el pedido #%s: "
2210
+
2211
+ #~ msgid "We look forward to fulfilling your order soon."
2212
+ #~ msgstr "Esperamos poder cumplir pronto tu pedido."
2213
+
2214
+ #~ msgid ""
2215
+ #~ "Thanks for your order. It’s on-hold until we confirm that payment has "
2216
+ #~ "been received. In the meantime, here’s a reminder of what you ordered:"
2217
+ #~ msgstr ""
2218
+ #~ "Gracias por tu pedido. Está en espera hasta que confirmemos que se ha "
2219
+ #~ "recibido el pago. Mientras tanto, aquí tienes un recordatorio de lo que "
2220
+ #~ "has pedido:"
2221
+
2222
+ #~ msgid "As a reminder, here are your order details:"
2223
+ #~ msgstr "Como recordatorio, aquí tienes los detalles del pedido:"
2224
+
2225
+ #~ msgid "The following note has been added to your order:"
2226
+ #~ msgstr "Se ha añadido la siguiente nota a tu pedido:"
2227
+
2228
+ #~ msgid "We look forward to seeing you soon."
2229
+ #~ msgstr "Esperamos verte pronto."
2230
+
2231
+ #~ msgid ""
2232
+ #~ "Thanks for creating an account on %1$s. As a reminder, the username you "
2233
+ #~ "chose is %2$s. You can access your account area to view orders, change "
2234
+ #~ "your password, and more at: %3$s"
2235
+ #~ msgstr ""
2236
+ #~ "Gracias por crear una cuenta en %1$s. Como recordatorio, el nombre de "
2237
+ #~ "usuario que has elegido es %2$s. Puedes acceder al área de tu cuenta para "
2238
+ #~ "ver pedidos, cambiar tu contraseña y más en: %3$s"
2239
+
2240
+ #~ msgid "Here are the details of your order placed on %s:"
2241
+ #~ msgstr "Aquí tienes los detalles de tu pedido realizado el %s:"
2242
+
2243
+ #~ msgid ""
2244
+ #~ "An order has been created for you on %1$s. Your invoice is below, with a "
2245
+ #~ "link to make payment when you’re ready: %2$s"
2246
+ #~ msgstr ""
2247
+ #~ "Se ha creado para ti un pedido en %1$s. Tu recibo está abajo, con un "
2248
+ #~ "enlace para hacer el pago cuando estés listo: %2$s"
2249
+
2250
+ #~ msgid "Thanks for shopping with us."
2251
+ #~ msgstr "Gracias tu compra."
2252
+
2253
+ #~ msgid "Your %s order has been marked complete on our side."
2254
+ #~ msgstr "Tu pedido en %s se ha marcado como completo por nuestra parte."
2255
+
2256
+ #~ msgid "Hi %s,"
2257
+ #~ msgstr "Hola %s,"
2258
+
2259
+ #~ msgid "Over to you."
2260
+ #~ msgstr "Te toca."
2261
+
2262
+ #~ msgid "You’ve received the following order from %s:"
2263
+ #~ msgstr "Has recibido el siguiente pedido de %s:"
2264
+
2265
+ #~ msgid ""
2266
+ #~ "Hopefully they’ll be back. Read more about <a href=\"https://docs."
2267
+ #~ "woocommerce.com/document/managing-orders/#section-10\">troubleshooting "
2268
+ #~ "failed payments</a>."
2269
+ #~ msgstr ""
2270
+ #~ "Afortunadamente han vuelto. Lee más sobre <a href=\"https://docs."
2271
+ #~ "woocommerce.com/document/managing-orders/#section-10\">soluciones a pagos "
2272
+ #~ "fallidos</a>."
2273
+
2274
+ #~ msgid "Thanks for reading."
2275
+ #~ msgstr "Gracias por leerlo."
2276
+
2277
+ #~ msgid "Alas. Just to let you know -- %1$s has cancelled order #%2$s:"
2278
+ #~ msgstr "¡Ay!. Solo para que lo sepas -- %1$s ha cancelado el pedido #%2$s:"
2279
+
2280
+ #~ msgid "Enter a different address"
2281
+ #~ msgstr "Introduce una dirección diferente"
2282
+
2283
+ #~ msgid "No shipping options were found for %s."
2284
+ #~ msgstr "No se han encontrado opciones de envío para %s."
2285
+
2286
+ #~ msgid "Enter your address to view shipping options."
2287
+ #~ msgstr "Introduce tu dirección para ver las opciones de envío."
2288
+
2289
+ #~ msgid "This is only an estimate. Prices will be updated during checkout."
2290
+ #~ msgstr ""
2291
+ #~ "Esto es solo una estimación. Los precios se actualizarán al finalizar la "
2292
+ #~ "compra."
2293
+
2294
+ #~ msgid "Change address"
2295
+ #~ msgstr "Cambiar dirección"
2296
+
2297
+ #~ msgid "Estimate for %s."
2298
+ #~ msgstr "Estimación para %s"
2299
+
2300
+ #~ msgid "Sort by latest"
2301
+ #~ msgstr "Ordenar por las últimas"
2302
+
2303
+ #~ msgid "Stock levels increased:"
2304
+ #~ msgstr "Incrementados los niveles de inventario:"
2305
+
2306
+ #~ msgid "Unable to restore stock for item %s."
2307
+ #~ msgstr "No ha sido posible restaurar el inventario del artículo %s."
2308
+
2309
+ #~ msgid "Stock levels reduced:"
2310
+ #~ msgstr "Niveles de inventario reducidos:"
2311
+
2312
+ #~ msgid "Unable to reduce stock for item %s."
2313
+ #~ msgstr "No ha sido posible reducir el inventario del artículo %s."
2314
+
2315
+ #~ msgid "Order Failed: #{order_number}"
2316
+ #~ msgstr "Pedido fallido: #{order_number}"
2317
+
2318
+ #~ msgid "[{site_title}]: Order #{order_number} has failed"
2319
+ #~ msgstr "[{site_title}]: El pedido #{order_number} ha fallado"
2320
+
2321
+ #~ msgid "Order Refunded: {order_number}"
2322
+ #~ msgstr "Pedido reembolsado: {order_number}"
2323
+
2324
+ #~ msgid "Partial Refund: Order {order_number}"
2325
+ #~ msgstr "Reembolso parcial: Pedido {order_number}"
2326
+
2327
+ #~ msgid "Thank you for your payment"
2328
+ #~ msgstr "Gracias por tu pago"
2329
+
2330
+ #~ msgid "Payment received for your order"
2331
+ #~ msgstr "Recibido el pago para tu pedido"
2332
+
2333
+ #~ msgid "Your {site_title} account has been created!"
2334
+ #~ msgstr "¡Se ha creado tu cuenta en {site_title}!"
2335
+
2336
+ #~ msgid "Invoice for order #{order_number} on {site_title}"
2337
+ #~ msgstr "Recibo del pedido #{order_number} en {site_title}"
2338
+
2339
+ #~ msgid "Thanks for shopping with us"
2340
+ #~ msgstr "Gracias por tu compra"
2341
+
2342
+ #~ msgid "Order Cancelled: #{order_number}"
2343
+ #~ msgstr "Pedido cancelado: #{order_number}"
2344
+
2345
+ #~ msgid ""
2346
+ #~ "[{site_title}]: {order_billing_full_name} has cancelled order "
2347
+ #~ "#{order_number}"
2348
+ #~ msgstr ""
2349
+ #~ "[{site_title}]: {order_billing_full_name} ha cancelado el pedido "
2350
+ #~ "#{order_number}"
2351
+
2352
+ #~ msgid "%1$s in %2$s on line %3$s"
2353
+ #~ msgstr "%1$s en %2$s en la línea %3$s"
2354
+
2355
+ #~ msgid "WooCommerce Customer Payment Tokens"
2356
+ #~ msgstr "Tokens de pago del cliente en WooCommerce"
2357
+
2358
+ #~ msgid "WooCommerce Customer Downloads"
2359
+ #~ msgstr "Descargas del cliente en WooCommerce"
2360
+
2361
+ #~ msgid "WooCommerce Customer Orders"
2362
+ #~ msgstr "Pedidos del cliente en WooCommerce"
2363
+
2364
+ #~ msgid "Apartment, suite, or unit."
2365
+ #~ msgstr "Apartamento, habitación o escalera."
2366
+
2367
+ #~ msgid ""
2368
+ #~ "%1$s is not valid. You can look up the correct Eircode <a target=\"_blank"
2369
+ #~ "\" href=\"%2$s\">here</a>."
2370
+ #~ msgstr ""
2371
+ #~ "%1$s no es válido. Puedes buscar el Eircode correcto <a target=\"_blank\" "
2372
+ #~ "href=\"%2$s\">aquí</a>."
2373
+
2374
+ #~ msgid ""
2375
+ #~ "Sorry, we do not have enough \"%1$s\" in stock to fulfill your order "
2376
+ #~ "(%2$s available). We apologize for any inconvenience caused."
2377
+ #~ msgstr ""
2378
+ #~ "Lo siento, no tenemos suficientes existencias de \"%1$s\" para completar "
2379
+ #~ "tu pedido (hay %2$s disponibles). Sentimos cualquier inconveniente que "
2380
+ #~ "esto te provoque."
2381
+
2382
+ #~ msgid "An identifier for the group this setting belongs to."
2383
+ #~ msgstr "Un identificador del grupo al que pertenece este ajuste."
2384
+
2385
+ #~ msgid "Attributes stats count."
2386
+ #~ msgstr "Contador de estadísticas de atributos."
2387
+
2388
+ #~ msgid "Tags stats count."
2389
+ #~ msgstr "Contador de estadísticas de etiquetas."
2390
+
2391
+ #~ msgid "Categories stats count."
2392
+ #~ msgstr "Contador de estadísticas de categorías."
2393
+
2394
+ #~ msgid "Reviews stats count."
2395
+ #~ msgstr "Contador de estadísticas de valoraciones."
2396
+
2397
+ #~ msgid "Coupons stats count."
2398
+ #~ msgstr "Contador de estadísticas de cupones."
2399
+
2400
+ #~ msgid "Customers stats count."
2401
+ #~ msgstr "Contador de estadísticas de clientes."
2402
+
2403
+ #~ msgid "Orders stats count."
2404
+ #~ msgstr "Contador de estadísticas de pedidos."
2405
+
2406
+ #~ msgid ""
2407
+ #~ "Controls the stock status of the product: \"instock\", \"outofstock\" or "
2408
+ #~ "\"onbackorder\"."
2409
+ #~ msgstr ""
2410
+ #~ "Controla el estado de inventario del producto: \"hay existencias\", \"no "
2411
+ #~ "hay existencias\" o \"reservado\"."
2412
+
2413
+ #~ msgid "Variation status."
2414
+ #~ msgstr "Estado de la variación."
2415
+
2416
+ #~ msgid "Invalid review ID."
2417
+ #~ msgstr "ID de valoración no válido."
2418
+
2419
+ #~ msgid "Limit result set to reviews assigned a specific status."
2420
+ #~ msgstr ""
2421
+ #~ "Limita el resultado a las valoraciones asignadas a un estado específico."
2422
+
2423
+ #~ msgid "Limit result set to reviews assigned to specific product IDs."
2424
+ #~ msgstr ""
2425
+ #~ "Limita el resultado a valoraciones asignadas a IDs de producto "
2426
+ #~ "específicos."
2427
+
2428
+ #~ msgid "Limit result set to that from a specific author email."
2429
+ #~ msgstr ""
2430
+ #~ "Limita el resultado a los del correo electrónico de un autor específico."
2431
+
2432
+ #~ msgid "The object cannot be deleted."
2433
+ #~ msgstr "El objeto no se puede borrar."
2434
+
2435
+ #~ msgid "Unique identifier for the product that the review belongs to."
2436
+ #~ msgstr "Identificador único del producto al que pertenece la valoración."
2437
+
2438
+ #~ msgid "Product review field exceeds maximum length allowed."
2439
+ #~ msgstr ""
2440
+ #~ "El campo de la valoración del producto excede la longitud máxima "
2441
+ #~ "permitida."
2442
+
2443
+ #~ msgid "Invalid product review content."
2444
+ #~ msgstr "Contenido de valoración de producto no válido."
2445
+
2446
+ #~ msgid "Cannot create existing product review."
2447
+ #~ msgstr "No se puede crear la valoración el producto existente."
2448
+
2449
+ #~ msgid "Sorry, you are not allowed to change the comment type."
2450
+ #~ msgstr "Lo siento, no tienes permisos para cambiar el tipo de comentario."
2451
+
2452
+ #~ msgid "Invalid revivew content."
2453
+ #~ msgstr "Contenido de valoración no válido."
2454
+
2455
+ #~ msgid "Updating review failed."
2456
+ #~ msgstr "Falló la actualización de la valoración."
2457
+
2458
+ #~ msgid "The object does not support trashing. Set '%s' to delete."
2459
+ #~ msgstr ""
2460
+ #~ "El objeto no se puede enviar a la papelera. Aplica '%s' para borrarlo."
2461
+
2462
+ #~ msgid "Updating review status failed."
2463
+ #~ msgstr "Falló el estado de actualización de la valoración."
2464
+
2465
+ #~ msgid ""
2466
+ #~ "If you copied over a template file to change something, then you will "
2467
+ #~ "need to copy the new version of the template and apply your changes again."
2468
+ #~ msgstr ""
2469
+ #~ "Si has copiado sobre un archivo de plantilla para cambiar algo, entonces "
2470
+ #~ "tendrás que copiar la nueva versión de la plantilla y aplicar de nuevo "
2471
+ #~ "tus cambios."
2472
+
2473
+ #~ msgid "Avatar URL with image size of %d pixels."
2474
+ #~ msgstr "URL del avatar con un tamaño de imagen de %d píxeles."
2475
+
2476
+ #~ msgid "Status of the review"
2477
+ #~ msgstr "Estado de la valoración"
2478
+
2479
+ #~ msgid "Limit result set to reviews assigned to specific user IDs."
2480
+ #~ msgstr ""
2481
+ #~ "Limitar el resultado a las valoraciones asignadas a IDs de usuario "
2482
+ #~ "específicos."
2483
+
2484
+ #~ msgid "Unique identifier for the product."
2485
+ #~ msgstr "Identificador único del producto."
2486
+
2487
+ #~ msgid "Supported features for this payment gateway."
2488
+ #~ msgstr "Características compatibles de esta pasarela de pago."
2489
+
2490
+ #~ msgid ""
2491
+ #~ "Limit response to reviews published after a given ISO8601 compliant date."
2492
+ #~ msgstr ""
2493
+ #~ "Limitar la respuesta a valoraciones publicadas después de una fecha dada "
2494
+ #~ "compatible con ISO8601."
2495
+
2496
+ #~ msgid "Avatar URLs for the object reviewer."
2497
+ #~ msgstr "URLs del avatar del valorador del objeto."
2498
+
2499
+ #~ msgid ""
2500
+ #~ "Limit response to reviews published before a given ISO8601 compliant date."
2501
+ #~ msgstr ""
2502
+ #~ "Limitar la respuesta a valoraciones publicadas antes de una fecha dada "
2503
+ #~ "compatible con ISO8601."
2504
+
2505
+ #~ msgid ""
2506
+ #~ "If true, this note will be attributed to the current user. If false, the "
2507
+ #~ "note will be attributed to the system."
2508
+ #~ msgstr ""
2509
+ #~ "Si el valor es true esta nota se atribuirá al usuario actual. -Si el "
2510
+ #~ "valor es false la nota se atribuirá al sistema."
2511
+
2512
+ #~ msgid "Order note author."
2513
+ #~ msgstr "Autor de la nota del pedido."
2514
+
2515
+ #~ msgid "View affected templates"
2516
+ #~ msgstr "Ver plantillas afectadas"
2517
+
2518
+ #~ msgid "Ensure result set excludes reviews assigned to specific user IDs."
2519
+ #~ msgstr ""
2520
+ #~ "Asegura que el resultado establecido excluye las valoraciones asignadas a "
2521
+ #~ "IDs de usuario específicos."
2522
+
2523
+ #~ msgid "The object has already been trashed."
2524
+ #~ msgstr "El objeto ya está en la papelera."
2525
+
2526
+ #~ msgid ""
2527
+ #~ "<strong>Your theme (%s) contains outdated copies of some WooCommerce "
2528
+ #~ "template files.</strong> These files may need updating to ensure they are "
2529
+ #~ "compatible with the current version of WooCommerce. Suggestions to fix "
2530
+ #~ "this:"
2531
+ #~ msgstr ""
2532
+ #~ "<strong>Tu tema (%s) contiene copias obsoletas de algunos archivos de "
2533
+ #~ "plantilla de WooCommerce.</strong> Puede que tengas que actualizar estos "
2534
+ #~ "archivos para asegurar que son compatibles con la versión actual de "
2535
+ #~ "WooCommerce. Sugerencias para solucionar esto:"
2536
+
2537
+ #~ msgid "The \"%s\" payment method is currently enabled"
2538
+ #~ msgstr "El método de pago \"%s\" está actualmente activo"
2539
+
2540
+ #~ msgid "The \"%s\" payment method is currently disabled"
2541
+ #~ msgstr "El método de pago \"%s\" está actualmente inactivo"
2542
+
2543
+ #~ msgid "Placeholder image"
2544
+ #~ msgstr "Imagen del marcador de posición"
2545
+
2546
+ #~ msgid "Enter attachment ID or URL to an image"
2547
+ #~ msgstr "Introduce el ID del adjunto o la URL a una imagen"
2548
+
2549
+ #~ msgid "Set up the \"%s\" payment method"
2550
+ #~ msgstr "Configura el método de pago \"%s\""
2551
+
2552
+ #~ msgid "Move up"
2553
+ #~ msgstr "Mover arriba"
2554
+
2555
+ #~ msgid ""
2556
+ #~ "Enter a number to set stock quantity at the variation level. Use a "
2557
+ #~ "variation's 'Manage stock?' check box above to enable/disable stock "
2558
+ #~ "management at the variation level."
2559
+ #~ msgstr ""
2560
+ #~ "Introduce un número para establecer la cantidad de inventario en cada "
2561
+ #~ "variación. Usa la casilla de selección de arriba '¿Gestionar inventario?' "
2562
+ #~ "de una variación para activar/desactivar la gestión de inventario en cada "
2563
+ #~ "variación."
2564
+
2565
+ #~ msgid "Move the \"%s\" payment method up"
2566
+ #~ msgstr "Mover el método de pago \"%s\" arriba"
2567
+
2568
+ #~ msgid "Move down"
2569
+ #~ msgstr "Mover abajo"
2570
+
2571
+ #~ msgid "Move the \"%s\" payment method down"
2572
+ #~ msgstr "Mover el método de pago \"%s\" abajo"
2573
+
2574
+ #~ msgid "Manage the \"%s\" payment method"
2575
+ #~ msgstr "Gestiona el método de pago \"%s\""
2576
+
2577
+ #~ msgid ""
2578
+ #~ "This is the attachment ID, or image URL, used for placeholder images in "
2579
+ #~ "the product catalog. Products with no image will use this."
2580
+ #~ msgstr ""
2581
+ #~ "Este es el ID de adjunto, o URL de la imagen, utilizado para las imágenes "
2582
+ #~ "de marcador de posición en el catálogo de productos. Los productos sin "
2583
+ #~ "imagen usará esto."
2584
+
2585
+ #~ msgid "Which product category should be exported?"
2586
+ #~ msgstr "¿Qué categoría de producto debería exportarse?"
2587
+
2588
+ #~ msgid "Export all categories"
2589
+ #~ msgstr "Exportar todas las categorías"
2590
+
2591
+ #~ msgid ""
2592
+ #~ "Update your theme to the latest version. If no update is available "
2593
+ #~ "contact your theme author asking about compatibility with the current "
2594
+ #~ "WooCommerce version."
2595
+ #~ msgstr ""
2596
+ #~ "Actualiza tu tema a la última versión. Si no hay ninguna actualización "
2597
+ #~ "disponible contacta con el autor de tu tema para preguntarle sobre la "
2598
+ #~ "compatibilidad con la versión actual de WooCommerce."
2599
+
2600
+ #~ msgid "Centimeters"
2601
+ #~ msgstr "Centímetros"
2602
+
2603
+ #~ msgid ""
2604
+ #~ "We recommend using ShipStation to save time at the Post Office by "
2605
+ #~ "printing your shipping labels at home. Try ShipStation free for 30 days."
2606
+ #~ msgstr ""
2607
+ #~ "Recomendamos usar ShipStation para ahorrar tiempo en la oficina de "
2608
+ #~ "correos al imprimir tus etiquetas de envío en casa. Prueba gratis "
2609
+ #~ "ShipStation durante 30 días."
2610
+
2611
+ #~ msgid "Item moved up"
2612
+ #~ msgstr "Artículo movido arriba"
2613
+
2614
+ #~ msgid "Item moved down"
2615
+ #~ msgstr "Artículo movido abajo"
2616
+
2617
+ #~ msgid "WooCommerce Services icon"
2618
+ #~ msgstr "Icono de WooCommerce Services"
2619
+
2620
+ #~ msgid "Kilograms"
2621
+ #~ msgstr "Kilogramos"
2622
+
2623
+ #~ msgid "Pounds"
2624
+ #~ msgstr "Libras"
2625
+
2626
+ #~ msgid "Grams"
2627
+ #~ msgstr "Gramos"
2628
+
2629
+ #~ msgid "Stripe setup is powered by Jetpack and WooCommerce Services."
2630
+ #~ msgstr ""
2631
+ #~ "La configuración de Stripe la facilitan Jetpack y WooCommerce Services."
2632
+
2633
+ #~ msgid "PayPal setup is powered by Jetpack and WooCommerce Services."
2634
+ #~ msgstr ""
2635
+ #~ "La configuración de PayPal la facilitan Jetpack y WooCommerce Services."
2636
+
2637
+ #~ msgid ""
2638
+ #~ "Stripe and PayPal setup are powered by Jetpack and WooCommerce Services."
2639
+ #~ msgstr ""
2640
+ #~ "La configuración de Stripe y PayPal la facilitan Jetpack and WooCommerce "
2641
+ #~ "Services."
2642
+
2643
+ #~ msgid "Meters"
2644
+ #~ msgstr "Metros"
2645
+
2646
+ #~ msgid "Millimeters"
2647
+ #~ msgstr "Milímetros"
2648
+
2649
+ #~ msgid "Inches"
2650
+ #~ msgstr "Pulgadas"
2651
+
2652
+ #~ msgid "Yards"
2653
+ #~ msgstr "Yardas"
2654
+
2655
+ #~ msgid ""
2656
+ #~ "If you'd like to offer <span class=\"help_tip\" data-tip=\"%1$s\">live "
2657
+ #~ "rates</span> from a specific carrier (e.g. UPS) you can find a variety of "
2658
+ #~ "extensions available for WooCommerce <a href=\"%2$s\" target=\"_blank"
2659
+ #~ "\">here</a>."
2660
+ #~ msgstr ""
2661
+ #~ "Si quieres ofrecer <span class=\"help_tip\" data-tip=\"%1$s\">tarifas en "
2662
+ #~ "directo</span> de un transportista específico (p.ej. UPS) puedes "
2663
+ #~ "encontrar una amplia variedad de extensiones disponibles para WooCommerce "
2664
+ #~ "<a href=\"%2$s\" target=\"_blank\">aquí</a>."
2665
+
2666
+ #~ msgid ""
2667
+ #~ "A live rate is the exact cost to ship an order, quoted directly from the "
2668
+ #~ "shipping carrier."
2669
+ #~ msgstr ""
2670
+ #~ "Una tarifa en directo es el coste exacto para enviar un pedido, cotizada "
2671
+ #~ "directamente por el transportista de los envíos."
2672
+
2673
+ #~ msgid "Print shipping labels at home"
2674
+ #~ msgstr "Imprime etiquetas de envío en casa"
2675
+
2676
+ #~ msgid ""
2677
+ #~ "We recommend WooCommerce Services & Jetpack. These plugins will save you "
2678
+ #~ "time at the Post Office by enabling you to print your shipping labels at "
2679
+ #~ "home."
2680
+ #~ msgstr ""
2681
+ #~ "Recomendamos WooCommerce Services y Jetpack, Estos plugins te ahorrarán "
2682
+ #~ "tiempo en la oficina de correos permitiéndote imprimir tus etiquetas de "
2683
+ #~ "envío en casa."
2684
+
2685
+ #~ msgid "ShipStation"
2686
+ #~ msgstr "ShipStation"
2687
+
2688
+ #~ msgid "ShipStation icon"
2689
+ #~ msgstr "Icono de ShipStation"
2690
+
2691
+ #~ msgid "We'll use %1$s for product weight and %2$s for product dimensions."
2692
+ #~ msgstr ""
2693
+ #~ "Utilizaremos %1$s para el peso del producto y %2$s para las dimensiones "
2694
+ #~ "del producto."
2695
+
2696
+ #~ msgid "Set up Stripe for me using this email:"
2697
+ #~ msgstr "Configura Stripe para mi usando este correo electrónico:"
2698
+
2699
+ #~ msgid "WooCommerce PayPal Checkout Gateway"
2700
+ #~ msgstr "Pasarela de pago PayPal para WooCommerce"
2701
+
2702
+ #~ msgid "Low stock amount"
2703
+ #~ msgstr "Cantidad de bajo inventario"
2704
+
2705
+ #~ msgid "Set up PayPal for me using this email:"
2706
+ #~ msgstr "Configura PayPal para mi usando este correo electrónico:"
2707
+
2708
+ #~ msgid "When product stock reaches this amount you will be notified by email"
2709
+ #~ msgstr ""
2710
+ #~ "Cuando el inventario del producto alcance esta cantidad recibirás un "
2711
+ #~ "aviso por correo electrónico."
2712
+
2713
+ #~ msgid ""
2714
+ #~ "We've created two Shipping Zones - for %s and for the rest of the world. "
2715
+ #~ "Below you can set Flat Rate shipping costs for these Zones or offer Free "
2716
+ #~ "Shipping."
2717
+ #~ msgstr ""
2718
+ #~ "Hemos creado dos zonas de envío - para %s y para el resto del mundo. "
2719
+ #~ "Abajo puedes configurar costes de tarifa plana de envío para estas zonas "
2720
+ #~ "u ofrecer envío gratuito."
2721
+
2722
+ #~ msgid "Ounces"
2723
+ #~ msgstr "Onzas"
2724
+
2725
+ #~ msgid "Sud Sardegna"
2726
+ #~ msgstr "Sur de Cerdeña"
2727
+
2728
+ #~ msgid "You may need to manually restore the item's stock."
2729
+ #~ msgstr ""
2730
+ #~ "Puede que tengas que restaurar manualmente el inventario del artículo."
2731
+
2732
+ #~ msgid "Apartment, suite, unit etc."
2733
+ #~ msgstr "Apartamento, habitación, escalera, etc."
2734
+
2735
+ #~ msgid "%d API key permanently revoked."
2736
+ #~ msgid_plural "%d API keys permanently revoked."
2737
+ #~ msgstr[0] "%d clave API anulada permanentemente."
2738
+ #~ msgstr[1] "%d claves API anuladas permanentemente."
2739
+
2740
+ #~ msgid "Cannot set attributes due to invalid parent product."
2741
+ #~ msgstr ""
2742
+ #~ "No se pudieron aplicar atributos debido a un producto superior no válido."
2743
+
2744
+ #~ msgid "Install the WooCommerce Gutenberg Products Block"
2745
+ #~ msgstr "Instala el bloque de productos WooCommerce para Gutenberg"
2746
+
2747
+ #~ msgid "Activate the Gutenberg Products Block"
2748
+ #~ msgstr "Activa el bloque de productos para Gutenberg"
2749
+
2750
+ #~ msgid ""
2751
+ #~ "We noticed you're experimenting with Gutenberg: Try the WooCommerce "
2752
+ #~ "Gutenberg Products Block for a powerful new way to feature products in "
2753
+ #~ "posts."
2754
+ #~ msgstr ""
2755
+ #~ "Hemos detectado que estás experimentando con Gutenberg. Prueba el bloque "
2756
+ #~ "de productos WooCommerce para Gutenberg para disponer de un potente nuevo "
2757
+ #~ "método de destacar productos en las entradas."
2758
+
2759
+ #~ msgid ""
2760
+ #~ "This action cannot be reversed. Are you sure you wish to erase personal "
2761
+ #~ "data from the selected orders?"
2762
+ #~ msgstr ""
2763
+ #~ "Esta acción no es reversible. ¿Estás seguro de que quieres borrar los "
2764
+ #~ "datos personales de los pedidos seleccionados?"
2765
+
2766
+ #~ msgid "Payer PayPal address"
2767
+ #~ msgstr "Dirección de PayPal del pagador"
2768
+
2769
+ #~ msgid "Payer last name"
2770
+ #~ msgstr "Apellidos del pagador"
2771
+
2772
+ #~ msgid "Payer first name"
2773
+ #~ msgstr "Nombre del pagador"
2774
+
2775
+ #~ msgid "MySQL version string."
2776
+ #~ msgstr "Cadena de la versión de MySQL."
2777
+
2778
+ #~ msgid ""
2779
+ #~ "Your CSV needs to include columns in a specific order. %1$sClick here to "
2780
+ #~ "download a sample%2$s."
2781
+ #~ msgstr ""
2782
+ #~ "Tu CSV tiene que incluir columnas en un orden específico. %1$sHaz clic "
2783
+ #~ "aquí para descargar un ejemplo%2$s."
2784
+
2785
+ #~ msgid "Lofa"
2786
+ #~ msgstr "Lofa"
2787
+
2788
+ #~ msgctxt "shipping packages"
2789
+ #~ msgid "Shipping %d"
2790
+ #~ msgstr "Envío %d"
2791
+
2792
+ #~ msgid "eCheck ending in %1$s"
2793
+ #~ msgstr "eCheque finalizado en %1$s"
2794
+
2795
+ #~ msgid ""
2796
+ #~ "Log PayPal events, such as IPN requests, inside %s Note: this may log "
2797
+ #~ "personal information. We recommend using this for debugging purposes only "
2798
+ #~ "and deleting the logs when finished."
2799
+ #~ msgstr ""
2800
+ #~ "Eventos de registro de PayPal, como solicitudes IPN, dentro de %s "
2801
+ #~ "Observación: esto puede registrar información personal. Recomendamos usar "
2802
+ #~ "esto solo para propósitos de depuración y borrar los registros cuando "
2803
+ #~ "termines."
2804
+
2805
+ #~ msgid ""
2806
+ #~ "Please see the <a href=\"https://www.paypal.com/us/webapps/mpp/ua/privacy-"
2807
+ #~ "full\">PayPal Privacy Policy</a> for more details."
2808
+ #~ msgstr ""
2809
+ #~ "Por favor, revisa la <a href=\"https://www.paypal.com/us/webapps/mpp/ua/"
2810
+ #~ "privacy-full\">política de privacidad de PayPal</a> para más detalles."
2811
+
2812
+ #~ msgid ""
2813
+ #~ "We accept payments through PayPal. When processing payments, some of your "
2814
+ #~ "data will be passed to PayPal, including information required to process "
2815
+ #~ "or support the payment, such as the purchase total and billing "
2816
+ #~ "information."
2817
+ #~ msgstr ""
2818
+ #~ "Aceptamos pagos mediante PayPal. Al procesar pagos algunos de tus datos "
2819
+ #~ "se pasarán a PayPal, incluida la información requerida para procesar o "
2820
+ #~ "dar soporte al pago, tales como el total de la compra y la información de "
2821
+ #~ "facturación."
2822
+
2823
+ #~ msgid ""
2824
+ #~ "In this subsection you should list which third party payment processors "
2825
+ #~ "you’re using to take payments on your store since these may handle "
2826
+ #~ "customer data. We’ve included PayPal as an example, but you should remove "
2827
+ #~ "this if you’re not using PayPal."
2828
+ #~ msgstr ""
2829
+ #~ "En esta subsección deberías apuntar qué otros procesadores de pago "
2830
+ #~ "externos estás usando para admitir pagos en tu tienda, ya que puede que "
2831
+ #~ "manejen datos de los clientes. Hemos incluido PayPal como ejemplo, pero "
2832
+ #~ "deberías borrarlo si no estás usando PayPal."
2833
+
2834
+ #~ msgid ""
2835
+ #~ "We share information with third parties who help us provide our orders "
2836
+ #~ "and store services to you; for example --"
2837
+ #~ msgstr ""
2838
+ #~ "Compartimos información con otros, que nos ayudan a ofrecer nuestros "
2839
+ #~ "pedidos y gestionar servicios para ti; por ejemplo --"
2840
+
2841
+ #~ msgid ""
2842
+ #~ "In this section you should list who you’re sharing data with, and for "
2843
+ #~ "what purpose. This could include, but may not be limited to, analytics, "
2844
+ #~ "marketing, payment gateways, shipping providers, and third party embeds."
2845
+ #~ msgstr ""
2846
+ #~ "En esta sección deberías apuntar con quién estás compartiendo datos, y "
2847
+ #~ "con qué objetivo. Esto podría incluir, pero no está solo limitado a ello, "
2848
+ #~ "analítica, marketing, pasarelas de pago, proveedores de envío, e "
2849
+ #~ "incrustados de terceros."
2850
+
2851
+ #~ msgid "What we share with others"
2852
+ #~ msgstr "Lo que compartimos con otros"
2853
+
2854
+ #~ msgid ""
2855
+ #~ "Our team members have access to this information to help fulfill orders, "
2856
+ #~ "process refunds and support you."
2857
+ #~ msgstr ""
2858
+ #~ "Los miembros de nuestro equipo tienen acceso a esta información para "
2859
+ #~ "ayudar a completar pedidos, procesar reembolsos y darte soporte."
2860
+
2861
+ #~ msgid ""
2862
+ #~ "Customer information like your name, email address, and billing and "
2863
+ #~ "shipping information."
2864
+ #~ msgstr ""
2865
+ #~ "La información de cliente, como tu nombre, dirección de correo "
2866
+ #~ "electrónico, y la información de facturación y envío."
2867
+
2868
+ #~ msgid ""
2869
+ #~ "Order information like what was purchased, when it was purchased and "
2870
+ #~ "where it should be sent, and"
2871
+ #~ msgstr ""
2872
+ #~ "La información de pedidos, como qué se compró, cuándo se compró y dónde "
2873
+ #~ "se debería enviar, y"
2874
+
2875
+ #~ msgid ""
2876
+ #~ "Members of our team have access to the information you provide us. For "
2877
+ #~ "example, both Administrators and Shop Managers can access:"
2878
+ #~ msgstr ""
2879
+ #~ "Los miembros de nuestro equipo tienen acceso a la información que nos "
2880
+ #~ "ofreces. Por ejemplo, los administradores y gestores de tienda pueden "
2881
+ #~ "acceder:"
2882
+
2883
+ #~ msgid "Who on our team has access"
2884
+ #~ msgstr "Quién de nuestro equipo tiene acceso"
2885
+
2886
+ #~ msgid "We will also store comments or reviews, if you choose to leave them."
2887
+ #~ msgstr "También almacenamos comentarios o valoraciones, si eliges dejarlos."
2888
+
2889
+ #~ msgid ""
2890
+ #~ "We generally store information about you for as long as we need the "
2891
+ #~ "information for the purposes for which we collect and use it, and we are "
2892
+ #~ "not legally required to continue to keep it. For example, we will store "
2893
+ #~ "order information for XXX years for tax and accounting purposes. This "
2894
+ #~ "includes your name, email address and billing and shipping addresses."
2895
+ #~ msgstr ""
2896
+ #~ "Normalmente almacenamos información sobre ti durante el tiempo que "
2897
+ #~ "necesitemos la información para los propósitos para los que la "
2898
+ #~ "recopilamos y usamos, y no estemos legalmente obligados a seguir "
2899
+ #~ "guardándola. Por ejemplo, almacenaremos información de los pedidos "
2900
+ #~ "durante XXX años para propósitos de impuestos y contabilidad. Esto "
2901
+ #~ "incluye tu hombre, dirección de correo electrónico y direcciones de "
2902
+ #~ "facturación y envío."
2903
+
2904
+ #~ msgid ""
2905
+ #~ "If you create an account, we will store your name, address, email and "
2906
+ #~ "phone number, which will be used to populate the checkout for future "
2907
+ #~ "orders."
2908
+ #~ msgstr ""
2909
+ #~ "Si creas una cuenta almacenaremos tu nombre, dirección, correo "
2910
+ #~ "electrónico y número de teléfono, lo que usaremos para el proceso de pago "
2911
+ #~ "y futuros pedidos."
2912
+
2913
+ #~ msgid "Send you marketing messages, if you choose to receive them"
2914
+ #~ msgstr "Enviarte mensajes promocioniales, si eliges recibirlos"
2915
+
2916
+ #~ msgid "Improve our store offerings"
2917
+ #~ msgstr "Mejorar las ofertas de nuestra tienda"
2918
+
2919
+ #~ msgid "Comply with any legal obligations we have, such as calculating taxes"
2920
+ #~ msgstr ""
2921
+ #~ "Cumplir con cualquier obligación legal que tengamos, como cálculos de "
2922
+ #~ "impuestos"
2923
+
2924
+ #~ msgid "Set up your account for our store"
2925
+ #~ msgstr "Configurar tu cuenta para nuestra tienda"
2926
+
2927
+ #~ msgid "Process payments and prevent fraud"
2928
+ #~ msgstr "Procesar pagos y evitar el fraude"
2929
+
2930
+ #~ msgid "Respond to your requests, including refunds and complaints"
2931
+ #~ msgstr "Responder a tus solicitudes, incluidos reembolsos y reclamaciones"
2932
+
2933
+ #~ msgid "Send you information about your account and order"
2934
+ #~ msgstr "Enviarte información sobre tu cuenta y pedido"
2935
+
2936
+ #~ msgid ""
2937
+ #~ "When you purchase from us, we’ll ask you to provide information including "
2938
+ #~ "your name, billing address, shipping address, email address, phone "
2939
+ #~ "number, credit card/payment details and optional account information like "
2940
+ #~ "username and password. We’ll use this information for purposes, such as, "
2941
+ #~ "to:"
2942
+ #~ msgstr ""
2943
+ #~ "Cuando nos compras algo te pedimos que facilites información que incluye "
2944
+ #~ "tu nombre, dirección de facturación, dirección de envío, dirección de "
2945
+ #~ "correo electrónico, número de teléfono, detalles de la tarjeta de crédito/"
2946
+ #~ "pago e información adicional opcional como el nombre de usuario y la "
2947
+ #~ "contraseña. Usaremos esta información para propósitos como:"
2948
+
2949
+ #~ msgid ""
2950
+ #~ "Note: you may want to further detail your cookie policy, and link to that "
2951
+ #~ "section from here."
2952
+ #~ msgstr ""
2953
+ #~ "Observación: puede que quieras detallar tu política de cookies, y enlazar "
2954
+ #~ "desde aquí a esta sección."
2955
+
2956
+ #~ msgid ""
2957
+ #~ "We’ll also use cookies to keep track of cart contents while you’re "
2958
+ #~ "browsing our site."
2959
+ #~ msgstr ""
2960
+ #~ "También usamos cookies para realizar el seguimiento de los contenidos del "
2961
+ #~ "carrito mientras navegas por nuestro sitio."
2962
+
2963
+ #~ msgid ""
2964
+ #~ "Shipping address: we’ll ask you to enter this so we can, for instance, "
2965
+ #~ "estimate shipping before you place an order, and send you the order!"
2966
+ #~ msgstr ""
2967
+ #~ "Dirección de envío: te pediremos que facilites esto para que podamos, por "
2968
+ #~ "ejemplo, estimar el coste del envío antes de que hagas un pedido, ¡y "
2969
+ #~ "enviarte el pedido!"
2970
+
2971
+ #~ msgid ""
2972
+ #~ "Location, IP address and browser type: we’ll use this for purposes like "
2973
+ #~ "estimating taxes and shipping"
2974
+ #~ msgstr ""
2975
+ #~ "Ubicación, dirección IP y tipo de navegador: usaremos esto para "
2976
+ #~ "propósitos como estimar impuestos y costes de envío"
2977
+
2978
+ #~ msgid ""
2979
+ #~ "Products you’ve viewed: we’ll use this to, for example, show you "
2980
+ #~ "products you’ve recently viewed"
2981
+ #~ msgstr ""
2982
+ #~ "Los productos que has visto: usaremos esto para, por ejemplo, mostrarte "
2983
+ #~ "productos que has visto recientemente"
2984
+
2985
+ #~ msgid "While you visit our site, we’ll track:"
2986
+ #~ msgstr "Mientras visitas nuestro sitio realizaremos el seguimiento de:"
2987
+
2988
+ #~ msgid "What we collect and store"
2989
+ #~ msgstr "Lo que recopilamos y almacenamos"
2990
+
2991
+ #~ msgid ""
2992
+ #~ "We collect information about you during the checkout process on our store."
2993
+ #~ msgstr ""
2994
+ #~ "Recopilamos información tuya durante el proceso de pago en nuestra tienda."
2995
+
2996
+ #~ msgid ""
2997
+ #~ "This sample language includes the basics around what personal data your "
2998
+ #~ "store may be collecting, storing and sharing, as well as who may have "
2999
+ #~ "access to that data. Depending on what settings are enabled and which "
3000
+ #~ "additional plugins are used, the specific information shared by your "
3001
+ #~ "store will vary. We recommend consulting with a lawyer when deciding what "
3002
+ #~ "information to disclose on your privacy policy."
3003
+ #~ msgstr ""
3004
+ #~ "Este texto de muestra incluye los básicos sobre qué datos personales "
3005
+ #~ "recopila, almacena y comparte tu tienda, así como quién tiene acceso a "
3006
+ #~ "esos datos. Dependiendo de qué ajustes estén activos y qué plugins "
3007
+ #~ "adicionales se usane, la información específica compartida por tu tienda "
3008
+ #~ "puede variar. Te recomendamos que consultes a un abogado para decidir qué "
3009
+ #~ "información mostrar en tu política de privacidad."
3010
+
3011
+ #~ msgid "Token"
3012
+ #~ msgstr "Token"
3013
+
3014
+ #~ msgid "Payment Tokens"
3015
+ #~ msgstr "Tokens de pago"
3016
+
3017
+ #~ msgid "Shipping Address"
3018
+ #~ msgstr "Dirección de envío"
3019
+
3020
+ #~ msgid "Billing Address"
3021
+ #~ msgstr "Dirección de facturación"
3022
+
3023
+ #~ msgid "Access to Purchased Downloads"
3024
+ #~ msgstr "Acceso a las descargas compradas"
3025
+
3026
+ #~ msgid "Purchased Downloads"
3027
+ #~ msgstr "Descargas compradas"
3028
+
3029
+ #~ msgid "Removed payment token \"%d\""
3030
+ #~ msgstr "Eliminado el token de pago \"%d\""
3031
+
3032
+ #~ msgid "Customer download permissions have been retained."
3033
+ #~ msgstr "Los permisos de descarga del cliente se han conservado. "
3034
+
3035
+ #~ msgid "Removed access to downloadable files."
3036
+ #~ msgstr "Eliminado el acceso a los archivos descargables."
3037
+
3038
+ #~ msgid "Personal data within order %s has been retained."
3039
+ #~ msgstr "Los datos personales del pedido %s se han conservado."
3040
+
3041
+ #~ msgid "Removed personal data from order %s."
3042
+ #~ msgstr "Eliminados los datos personales del pedido %s."
3043
+
3044
+ #~ msgid "Removed customer \"%s\""
3045
+ #~ msgstr "Eliminado el cliente \"%s\""
3046
+
3047
+ #~ msgid "Shipping Address 1"
3048
+ #~ msgstr "Dirección de envío 1"
3049
+
3050
+ #~ msgid "Billing Address 1"
3051
+ #~ msgstr "Dirección de facturación 1"
3052
+
3053
+ #~ msgctxt "User role"
3054
+ #~ msgid "Shop manager"
3055
+ #~ msgstr "Gestor de la tienda"
3056
+
3057
+ #~ msgctxt "User role"
3058
+ #~ msgid "Customer"
3059
+ #~ msgstr "Cliente"
3060
+
3061
+ #~ msgid "Unable to create order."
3062
+ #~ msgstr "No ha sido posible crear el pedido."
3063
+
3064
+ #~ msgid "%d permissions deleted"
3065
+ #~ msgstr "%d permisos borrados"
3066
+
3067
+ #~ msgid ""
3068
+ #~ "This tool will delete expired download permissions and permissions with 0 "
3069
+ #~ "remaining downloads."
3070
+ #~ msgstr ""
3071
+ #~ "Esta herramienta borrará los permisos de descargas caducadas y los "
3072
+ #~ "permisos cuando quedan 0 descargas."
3073
+
3074
+ #~ msgid "Clean up download permissions"
3075
+ #~ msgstr "Vaciar permisos de descarga"
3076
+
3077
+ #~ msgid "Used-up download permissions"
3078
+ #~ msgstr "Permisos de descarga agotados"
3079
+
3080
+ #~ msgid ""
3081
+ #~ "Limit result set to products with a specific attribute. Use the taxonomy "
3082
+ #~ "name/attribute slug."
3083
+ #~ msgstr ""
3084
+ #~ "Limita el resultado a productos con un atributo específico. Usa el slug "
3085
+ #~ "del nombre/atributo de la taxonomía."
3086
+
3087
+ #~ msgid ""
3088
+ #~ "Retain completed orders for a specified duration before anonymizing the "
3089
+ #~ "personal data within them."
3090
+ #~ msgstr ""
3091
+ #~ "Conserva pedidos completados una duración especificada antes de "
3092
+ #~ "anoninizar los datos personales que contengan."
3093
+
3094
+ #~ msgid "Retain completed orders"
3095
+ #~ msgstr "Conservar pedidos completados"
3096
+
3097
+ #~ msgid ""
3098
+ #~ "Cancelled orders are unpaid and may have been cancelled by the store "
3099
+ #~ "owner or customer. They will be trashed after the specified duration."
3100
+ #~ msgstr ""
3101
+ #~ "Los pedidos cancelados están sin pagar y podrían haber sido cancelados "
3102
+ #~ "por el dueño de la tienda o el cliente. Se enviarán a la papelera tras la "
3103
+ #~ "duración especificada."
3104
+
3105
+ #~ msgid "Retain cancelled orders"
3106
+ #~ msgstr "Conservar pedidos cancelados"
3107
+
3108
+ #~ msgid ""
3109
+ #~ "Failed orders are unpaid and may have been abandoned by the customer. "
3110
+ #~ "They will be trashed after the specified duration."
3111
+ #~ msgstr ""
3112
+ #~ "Los pedidos fallidos están sin pagar y podrían haber sido abandonados por "
3113
+ #~ "el cliente. Se enviarán a la papelera tras la duración especificada."
3114
+
3115
+ #~ msgid "Retain failed orders"
3116
+ #~ msgstr "Conservar pedidos fallidos"
3117
+
3118
+ #~ msgid ""
3119
+ #~ "Pending orders are unpaid and may have been abandoned by the customer. "
3120
+ #~ "They will be trashed after the specified duration."
3121
+ #~ msgstr ""
3122
+ #~ "Los pedidos pendientes están sin pagar y podrían haber sido abandonados "
3123
+ #~ "por el cliente. Se enviarán a la papelera tras la duración especificada."
3124
+
3125
+ #~ msgid "Retain pending orders "
3126
+ #~ msgstr "Conservar pedidos pendientes"
3127
+
3128
+ #~ msgid ""
3129
+ #~ "Inactive accounts are those which have not logged in, or placed an order, "
3130
+ #~ "for the specified duration. They will be deleted. Any orders will be "
3131
+ #~ "converted into guest orders."
3132
+ #~ msgstr ""
3133
+ #~ "Cuentas inactivas son las que no han accedido, o realizado algún pedido, "
3134
+ #~ "durante una duración especificada. Se borrarán. Cualquier pedido se "
3135
+ #~ "convertirá en pedido de invitado."
3136
+
3137
+ #~ msgid "Retain inactive accounts "
3138
+ #~ msgstr "Conservar cuentas inactivas"
3139
+
3140
+ #~ msgid ""
3141
+ #~ "Choose how long to retain personal data when it's no longer needed for "
3142
+ #~ "processing. Leave the following options blank to retain this data "
3143
+ #~ "indefinitely."
3144
+ #~ msgstr ""
3145
+ #~ "Elige cuánto tiempo tiempo conservar los datos personales cuando ya no "
3146
+ #~ "sea necesario procesarlos. Deja las siguientes opciones en blanco para "
3147
+ #~ "conservar estos datos indefinidamente."
3148
+
3149
+ #~ msgid "Personal data retention"
3150
+ #~ msgstr "Conservación de datos personales"
3151
+
3152
+ #~ msgid ""
3153
+ #~ "When handling an <a href=\"%s\">account erasure request</a>, should "
3154
+ #~ "access to downloadable files be revoked and download logs cleared?"
3155
+ #~ msgstr ""
3156
+ #~ "Al gestionar una <a href=\"%s\">solicitud de borrado de cuenta</a>, "
3157
+ #~ "¿debería anularse el acceso a los archivos descargables y vaciarse los "
3158
+ #~ "registros de descarga?"
3159
+
3160
+ #~ msgid "Remove access to downloads"
3161
+ #~ msgstr "Eliminar el acceso a las descargas"
3162
+
3163
+ #~ msgid ""
3164
+ #~ "When handling an <a href=\"%s\">account erasure request</a>, should "
3165
+ #~ "personal data within orders be retained or removed?"
3166
+ #~ msgstr ""
3167
+ #~ "Al gestionar una <a href=\"%s\">solicitud de borrado de cuenta</a>, ¿se "
3168
+ #~ "deben conservar o borrar los datos personales de los pedidos?"
3169
+
3170
+ #~ msgid "Remove personal data from orders"
3171
+ #~ msgstr "Eliminar datos personales de pedidos"
3172
+
3173
+ #~ msgid "Account erasure requests"
3174
+ #~ msgstr "Solicitudes de borrado de cuenta"
3175
+
3176
+ #~ msgid "Allowed emails"
3177
+ #~ msgstr "Correos electrónicos permitidos"
3178
+
3179
+ #~ msgid "WooCommerce PayFast Gateway"
3180
+ #~ msgstr "WooCommerce PayFast Gateway"
3181
+
3182
+ #~ msgid "WooCommerce eWAY Gateway"
3183
+ #~ msgstr "WooCommerce eWAY Gateway"
3184
+
3185
+ #~ msgid "WooCommerce Square"
3186
+ #~ msgstr "WooCommerce Square"
3187
+
3188
+ #~ msgid "Klarna Payments for WooCommerce"
3189
+ #~ msgstr "Klarna Payments for WooCommerce"
3190
+
3191
+ #~ msgid "Klarna Checkout for WooCommerce"
3192
+ #~ msgstr "Klarna Checkout for WooCommerce"
3193
+
3194
+ #~ msgid "WooCommerce Stripe Gateway"
3195
+ #~ msgstr "WooCommerce Stripe Gateway"
3196
+
3197
+ #~ msgid "The following plugins will be installed and activated for you:"
3198
+ #~ msgstr "Los siguientes plugins se instalarán y activarán para ti:"
3199
+
3200
+ #~ msgid "Further education"
3201
+ #~ msgstr "Ampliar formación"
3202
+
3203
+ #~ msgid ""
3204
+ #~ "If you would like to learn about using WooCommerce from an expert, "
3205
+ #~ "consider a WooCommerce course to further your education."
3206
+ #~ msgstr ""
3207
+ #~ "Si quieres aprender más de un experto sobre cómo usar WooCommerce, "
3208
+ #~ "considera ampliar tu formación con un curso de WooCommerce."
3209
+
3210
+ #~ msgid ""
3211
+ #~ "This will be how your name will be displayed in the account section and "
3212
+ #~ "in reviews"
3213
+ #~ msgstr ""
3214
+ #~ "Así será como se mostrará tu nombre en la sección de tu cuenta y en las "
3215
+ #~ "valoraciones"
3216
+
3217
+ #~ msgid "If you have a coupon code, please apply it below."
3218
+ #~ msgstr "Si tienes un código de cupón, por favor, aplícalo abajo."
3219
+
3220
+ #~ msgid "terms and conditions"
3221
+ #~ msgstr "términos y condiciones"
3222
+
3223
+ #~ msgid "privacy policy"
3224
+ #~ msgstr "política de privacidad"
3225
+
3226
+ #~ msgid "United States (US) dollar"
3227
+ #~ msgstr "Dólar de los Estados Unidos (US)"
3228
+
3229
+ #~ msgid ""
3230
+ #~ "PayPal allows us to send one address. If you are using PayPal for "
3231
+ #~ "shipping labels you may prefer to send the shipping address rather than "
3232
+ #~ "billing. Turning this option off may prevent PayPal Seller protection "
3233
+ #~ "from applying."
3234
+ #~ msgstr ""
3235
+ #~ "PayPal nos permite enviar una dirección. Si estás usando PayPal para las "
3236
+ #~ "etiquetas de envío puede que prefieras enviar la dirección de envío en "
3237
+ #~ "vez de la de facturación. Desactivar esto puede evitar que se aplique la "
3238
+ #~ "protección del vendedor de PayPal."
3239
+
3240
+ #~ msgid ""
3241
+ #~ "PayPal Standard redirects customers to PayPal to enter their payment "
3242
+ #~ "information."
3243
+ #~ msgstr ""
3244
+ #~ "PayPal estándar redirige a los clientes a PayPal para introducir su "
3245
+ #~ "información de pago."
3246
+
3247
+ #~ msgid "%1$s &ndash; %2$s"
3248
+ #~ msgstr "%1$s &ndash; %2$s"
3249
+
3250
+ #~ msgid "%1$s (#%2$s)"
3251
+ #~ msgstr "%1$s (#%2$s)"
3252
+
3253
+ #~ msgid "Any &quot;%1$s&quot; method"
3254
+ #~ msgstr "Cualquier método &quot;%1$s&quot;"
3255
+
3256
+ #~ msgid ""
3257
+ #~ "Take payments in person via checks. This offline gateway can also be "
3258
+ #~ "useful to test purchases."
3259
+ #~ msgstr ""
3260
+ #~ "Obtén pagos en persona mediante cheques. Esta pasarela de pago offline "
3261
+ #~ "también puede ser útil para pruebas de compra."
3262
+
3263
+ #~ msgid "Account details:"
3264
+ #~ msgstr "Detalles de la cuenta:"
3265
+
3266
+ #~ msgid ""
3267
+ #~ "Take payments in person via BACS. More commonly known as direct bank/wire "
3268
+ #~ "transfer"
3269
+ #~ msgstr ""
3270
+ #~ "Obtén pagos en persona mediante transferencia bancaria. También conocida "
3271
+ #~ "como transferencia directa al banco o por cable."
3272
+
3273
+ #~ msgctxt "Comma-separated list of search stopwords in your language"
3274
+ #~ msgid ""
3275
+ #~ "about,an,are,as,at,be,by,com,for,from,how,in,is,it,of,on,or,that,the,this,"
3276
+ #~ "to,was,what,when,where,who,will,with,www"
3277
+ #~ msgstr ""
3278
+ #~ "a, acuerdo, adelante, ademas, además, adrede, ahi, ahí, ahora, al, alli, "
3279
+ #~ "allí, alrededor, antano, antaño, ante, antes, apenas, aproximadamente, "
3280
+ #~ "aquel, aquél, aquella, aquélla, aquellas, aquéllas, aquello, aquellos, "
3281
+ #~ "aquéllos, aqui, aquí, arriba, abajo, asi, así, aun, aún, aunque, b, bajo, "
3282
+ #~ "bastante, bien, breve, c, casi, cerca, claro, como, cómo, con, conmigo, "
3283
+ #~ "contigo, contra, cual, cuál, cuales, cuáles, cuando, cuándo, cuanta, "
3284
+ #~ "cuánta, cuantas, cuántas, cuanto, cuánto, cuantos, cuántos, d, de, "
3285
+ #~ "debajo, del, delante, demasiado, dentro, deprisa, desde, despacio, "
3286
+ #~ "despues, después, detras, detrás, dia, día, dias, días, donde, dónde, "
3287
+ #~ "dos, durante, e, el, él, ella, ellas, ellos, en, encima, enfrente, "
3288
+ #~ "enseguida, entre, es, esa, ésa, esas, ésas, ese, ése, eso, esos, ésos, "
3289
+ #~ "esta, está, ésta, estado, estados, estan, están, estar, estas, éstas, "
3290
+ #~ "este, éste, esto, estos, éstos, ex, excepto, f, final, fue, fuera, "
3291
+ #~ "fueron, g, general, gran, h, ha, habia, había, habla, hablan, hace, "
3292
+ #~ "hacia, han, hasta, hay, horas, hoy, i, incluso, informo, informó, j, "
3293
+ #~ "junto, k, l, la, lado, las, le, lejos, lo, los, luego, m, mal, mas, más, "
3294
+ #~ "mayor, me, medio, mejor, menos, menudo, mi, mí, mia, mía, mias, mías, "
3295
+ #~ "mientras, mio, mío, mios, míos, mis, mismo, mucho, muy, n, nada, nadie, "
3296
+ #~ "ninguna, no, nos, nosotras, nosotros, nuestra, nuestras, nuestro, "
3297
+ #~ "nuestros, nueva, nuevo, nunca, o, os, otra, otros, p, pais, paìs, para, "
3298
+ #~ "parte, pasado, peor, pero, poco, por, porque, pronto, proximo, próximo, "
3299
+ #~ "puede, q, qeu, que, qué, quien, quién, quienes, quiénes, quiza, quizá, "
3300
+ #~ "quizas, quizás, r, raras, repente, s, salvo, se, sé, segun, según, ser, "
3301
+ #~ "sera, será, si, sí, sido, siempre, sin, sobre, solamente, solo, sólo, "
3302
+ #~ "son, soyos, su, supuesto, sus, suya, suyas, suyo, t, tal, tambien, "
3303
+ #~ "también, tampoco, tarde, te, temprano, ti, tiene, todavia, todavía, todo, "
3304
+ #~ "todos, tras, tu, tú, tus, tuya, tuyas, tuyo, tuyos, u, un, una, unas, "
3305
+ #~ "uno, unos, usted, ustedes, v, veces, vez, vosotras, vosotros, vuestra, "
3306
+ #~ "vuestras, vuestro, vuestros, w, www,x, y, ya, yo, z"
3307
+
3308
+ #~ msgid ""
3309
+ #~ "Optionally add some text for the terms checkbox that customers must "
3310
+ #~ "accept."
3311
+ #~ msgstr ""
3312
+ #~ "Opcionalmente, añade algo de texto a la casilla de los términos, que los "
3313
+ #~ "clientes deberán aceptar."
3314
+
3315
+ #~ msgid "%s page"
3316
+ #~ msgstr "Página %s"
3317
+
3318
+ #~ msgid "No page set"
3319
+ #~ msgstr "Ninguna página definida"
3320
+
3321
+ #~ msgid "Highlight required fields with an asterisk"
3322
+ #~ msgstr "Destaca los campos obligatorios con un asterisco"
3323
+
3324
+ #~ msgid "I have read and agree to the website %s"
3325
+ #~ msgstr "He leído y estoy de acuerdo con los %s de la web"
3326
+
3327
+ #~ msgid "Required"
3328
+ #~ msgstr "Obligatorio"
3329
+
3330
+ #~ msgid "%s field"
3331
+ #~ msgstr "Campo %s"
3332
+
3333
+ #~ msgid ""
3334
+ #~ "These options let you change the appearance of the WooCommerce checkout."
3335
+ #~ msgstr ""
3336
+ #~ "Estas opciones te permiten cambiar la apariencia de la página de "
3337
+ #~ "finalizar compra de WooCommerce."
3338
+
3339
+ #~ msgid "Personal data removed."
3340
+ #~ msgstr "Datos personales borrados."
3341
+
3342
+ #~ msgid "Browser User Agent"
3343
+ #~ msgstr "Agente de usuario del navegador"
3344
+
3345
+ #~ msgid "Items Purchased"
3346
+ #~ msgstr "Productos comprados"
3347
+
3348
+ #~ msgid "Order Number"
3349
+ #~ msgstr "Número del pedido"
3350
+
3351
+ #~ msgid "Shipping Country"
3352
+ #~ msgstr "País del envío"
3353
+
3354
+ #~ msgid "Shipping State"
3355
+ #~ msgstr "Provincia del envío"
3356
+
3357
+ #~ msgid "Shipping Postal/Zip Code"
3358
+ #~ msgstr "Código postal del envío"
3359
+
3360
+ #~ msgid "Shipping City"
3361
+ #~ msgstr "Ciudad del envío"
3362
+
3363
+ #~ msgid "Shipping Company"
3364
+ #~ msgstr "Empresa del envío"
3365
+
3366
+ #~ msgid "Shipping Last Name"
3367
+ #~ msgstr "Apellidos del envío"
3368
+
3369
+ #~ msgid "Shipping First Name"
3370
+ #~ msgstr "Nombre del envío"
3371
+
3372
+ #~ msgid "Phone Number"
3373
+ #~ msgstr "Número de teléfono"
3374
+
3375
+ #~ msgid "Billing Country"
3376
+ #~ msgstr "País de facturación"
3377
+
3378
+ #~ msgid "Billing State"
3379
+ #~ msgstr "Provincia de facturación"
3380
+
3381
+ #~ msgid "Billing Postal/Zip Code"
3382
+ #~ msgstr "Código postal de facturación"
3383
+
3384
+ #~ msgid "Billing City"
3385
+ #~ msgstr "Ciudad de facturación"
3386
+
3387
+ #~ msgid "Billing Company"
3388
+ #~ msgstr "Empresa de facturación"
3389
+
3390
+ #~ msgid "Billing Last Name"
3391
+ #~ msgstr "Apellidos de facturación"
3392
+
3393
+ #~ msgid "Billing First Name"
3394
+ #~ msgstr "Nombre de facturación"
3395
+
3396
+ #~ msgid "Access granted"
3397
+ #~ msgstr "Acceso concedido"
3398
+
3399
+ #~ msgid "Download count"
3400
+ #~ msgstr "Contador de descargas"
3401
+
3402
+ #~ msgid "User email"
3403
+ #~ msgstr "Correo electrónico del usuario"
3404
+
3405
+ #~ msgid "Download ID"
3406
+ #~ msgstr "ID de la descarga"
3407
+
3408
+ #~ msgid "Customer Data"
3409
+ #~ msgstr "Datos del cliente"
3410
+
3411
+ #~ msgid "WooCommerce Customer Data"
3412
+ #~ msgstr "Datos del cliente de WooCommerce"
3413
+
3414
+ #~ msgid "Error during status transition."
3415
+ #~ msgstr "Error durante el cambio de estado."
3416
+
3417
+ #~ msgid "Update status event failed."
3418
+ #~ msgstr "Falló el evento de actualización de estado."
3419
+
3420
+ #~ msgid "Error saving order."
3421
+ #~ msgstr "Error al guardar el pedido."
3422
+
3423
+ #~ msgid "Payment complete event failed."
3424
+ #~ msgstr "Falló el evento de completar el pago."
3425
+
3426
+ #~ msgid "optional"
3427
+ #~ msgstr "opcional"
3428
+
3429
+ #~ msgid "Display name"
3430
+ #~ msgstr "Nombre visible"
3431
+
3432
+ #~ msgid ""
3433
+ #~ "Display name cannot be changed to email address due to privacy concern."
3434
+ #~ msgstr ""
3435
+ #~ "El nombre visible no se puede cambiar a la dirección de correo "
3436
+ #~ "electrónico debido a cuestiones de privacidad."
3437
+
3438
+ #~ msgctxt "display name"
3439
+ #~ msgid "%1$s %2$s"
3440
+ #~ msgstr "%1$s %2$s"
3441
+
3442
+ #~ msgid ""
3443
+ #~ "Please read and accept the terms and conditions to proceed with your "
3444
+ #~ "order."
3445
+ #~ msgstr ""
3446
+ #~ "Por favor, lee y acepta los términos y condiciones para proceder con tu "
3447
+ #~ "pedido."
3448
+
3449
+ #~ msgid "Unserializing instances of this class is forbidden."
3450
+ #~ msgstr "Las instancias sin serializar para esta clase están prohibidas."
3451
+
3452
+ #~ msgid "Cloning is forbidden."
3453
+ #~ msgstr "El clonado está prohibido."
3454
+
3455
+ #~ msgid "Deleted all active sessions, and %d saved carts."
3456
+ #~ msgstr "Borradas todas las sesiones activas, y guardados %d carritos."
3457
+
3458
+ #~ msgid ""
3459
+ #~ "This tool will delete all customer session data from the database, "
3460
+ #~ "including current carts and saved carts in the database."
3461
+ #~ msgstr ""
3462
+ #~ "Esta herramienta borrará todos los datos de sesión del cliente de la base "
3463
+ #~ "de datos, incluidos los carritos y carritos guardados en la base de datos."
3464
+
3465
+ #~ msgid "Parent product does not match current variation."
3466
+ #~ msgstr "El producto padre no coincide con la variación actual."
3467
+
3468
+ #~ msgid "If the payment was refunded via the API."
3469
+ #~ msgstr "Si el pago se reembolsó mediante la API."
3470
+
3471
+ #~ msgid "Order total formatted for locale"
3472
+ #~ msgstr "Total del pedido formateado localmente"
3473
+
3474
+ #~ msgid ""
3475
+ #~ "%1$s has been removed from your cart because it has since been modified. "
3476
+ #~ "You can add it back to your cart <a href=\"%2$s\">here</a>."
3477
+ #~ msgstr ""
3478
+ #~ "%1$s se ha borrado de tu carrito debido a que ha tenido modificaciones. "
3479
+ #~ "Puedes añadirlo de nuevo a tu carrito <a href=\"%2$s\">aquí</a>."
3480
+
3481
+ #~ msgid "Name of the customer for the order"
3482
+ #~ msgstr "Nombre del cliente para el pedido"
3483
+
3484
+ #~ msgid "URL to edit the order"
3485
+ #~ msgstr "URL para editar el pedido"
3486
+
3487
+ #~ msgid "Blog id of the record on the multisite."
3488
+ #~ msgstr "ID del blog en el registro del multisitio."
3489
+
3490
+ #~ msgid ""
3491
+ #~ "Your store does not appear to be using a secure connection. We highly "
3492
+ #~ "recommend serving your entire website over an HTTPS connection to help "
3493
+ #~ "keep customer data secure. <a href=\"%s\">Learn more here.</a>"
3494
+ #~ msgstr ""
3495
+ #~ "Parece que tu tienda no está usando una conexión segura. Recomendamos "
3496
+ #~ "encarecidamente servir toda tu web en una conexión HTTPS para ayudar a "
3497
+ #~ "mantener seguros los datos de los clientes. <a href=\"%s\">Aprende más "
3498
+ #~ "aquí.</a>"
3499
+
3500
+ #~ msgid "MaxMind GeoIP database requires at least PHP 5.4."
3501
+ #~ msgstr "La base de datos MaxMind GeoIP requiere al menos PHP 5.4."
3502
+
3503
+ #~ msgid "WooCommerce database version"
3504
+ #~ msgstr "Versión de la base de datos de WordPress"
3505
+
3506
+ #~ msgid ""
3507
+ #~ "We recommend using PHP version 7.2 or above for greater performance and "
3508
+ #~ "security."
3509
+ #~ msgstr ""
3510
+ #~ "Recomendamos usar la versión 7.2 o superior de PHP para un mayor "
3511
+ #~ "rendimiento y seguridad."
3512
+
3513
+ #~ msgid ""
3514
+ #~ "WooCommerce will run under this version of PHP, however, it has reached "
3515
+ #~ "end of life. We recommend using PHP version 7.2 or above for greater "
3516
+ #~ "performance and security."
3517
+ #~ msgstr ""
3518
+ #~ "WooCommerce funcionará con esta versión de PHP, sin embargo, ha alcanzado "
3519
+ #~ "el fin de su vida útil. Recomendamos usar la versión 7.2 o superior de "
3520
+ #~ "PHP para un mayor rendimiento y seguridad."
3521
+
3522
+ #~ msgid ""
3523
+ #~ "WooCommerce will run under this version of PHP, however, some features "
3524
+ #~ "such as geolocation are not compatible. Support for this version will be "
3525
+ #~ "dropped in the next major release. We recommend using PHP version 7.2 or "
3526
+ #~ "above for greater performance and security."
3527
+ #~ msgstr ""
3528
+ #~ "WooCommerce funcionará con esta versión de PHP, sin embargo, algunas "
3529
+ #~ "características como la geolocalización no son compatibles. La "
3530
+ #~ "compatibilidad con esta versión se acabará en la siguiente versión mayor. "
3531
+ #~ "Recomendamos usar la versión 7.2 o superior de PHP para un mayor "
3532
+ #~ "rendimiento y seguridad."
3533
+
3534
+ #~ msgid "Displays whether or not WordPress is using an external object cache."
3535
+ #~ msgstr "Muestra si WordPress está usando o no caché externa de objetos."
3536
+
3537
+ #~ msgid "External object cache"
3538
+ #~ msgstr "Caché externa de objetos"
3539
+
3540
+ #~ msgid "WordPress cron"
3541
+ #~ msgstr "Cron de WordPress"
3542
+
3543
+ #~ msgid "WordPress debug mode"
3544
+ #~ msgstr "Modo de depuración de WordPress"
3545
+
3546
+ #~ msgid "WordPress memory limit"
3547
+ #~ msgstr "Límite de memoria de WordPress"
3548
+
3549
+ #~ msgid "WordPress multisite"
3550
+ #~ msgstr "WordPress multisitio"
3551
+
3552
+ #~ msgid "%1$s - There is a newer version of WordPress available (%2$s)"
3553
+ #~ msgstr "%1$s - Hay una versión nueva de WordPress disponible (%2$s)"
3554
+
3555
+ #~ msgid "WordPress version"
3556
+ #~ msgstr "Versión de WordPress"
3557
+
3558
+ #~ msgid "WooCommerce version"
3559
+ #~ msgstr "Versión de WooCommerce"
3560
+
3561
+ #~ msgid "Set up"
3562
+ #~ msgstr "Configuración"
3563
+
3564
+ #~ msgctxt "Settings tab label"
3565
+ #~ msgid "Payments"
3566
+ #~ msgstr "Pagos"
3567
+
3568
+ #~ msgid "Enable coupons"
3569
+ #~ msgstr "Activar cupones"
3570
+
3571
+ #~ msgid ""
3572
+ #~ "Rates will be configurable and taxes will be calculated during checkout."
3573
+ #~ msgstr ""
3574
+ #~ "Las tasas ser podrán configurar, y los impuestos se calcularán durante el "
3575
+ #~ "pago."
3576
+
3577
+ #~ msgid "Enable tax rates and calculations"
3578
+ #~ msgstr "Activar tasas de impuestos y sus cálculos"
3579
+
3580
+ #~ msgid "Manage"
3581
+ #~ msgstr "Gestionar"
3582
+
3583
+ #~ msgid "Enable the legacy REST API"
3584
+ #~ msgstr "Activar la REST API heredada"
3585
+
3586
+ #~ msgid "Account endpoints"
3587
+ #~ msgstr "Variables de la cuenta"
3588
+
3589
+ #~ msgid "Secure checkout"
3590
+ #~ msgstr "Pago seguro"
3591
+
3592
+ #~ msgid "Legacy API"
3593
+ #~ msgstr "API heredada"
3594
+
3595
+ #~ msgid ""
3596
+ #~ "Your personal data will be used to process your order, support your "
3597
+ #~ "experience throughout this website, and for other purposes described in "
3598
+ #~ "our %s."
3599
+ #~ msgstr ""
3600
+ #~ "Tus datos personales se utilizarán para procesar tu pedido, mejorar tu "
3601
+ #~ "experiencia en esta web y otros propósitos descritos en nuestra %s."
3602
+
3603
+ #~ msgid ""
3604
+ #~ "Optionally add some text about your store privacy policy to show during "
3605
+ #~ "checkout."
3606
+ #~ msgstr ""
3607
+ #~ "Opcionalmente, añade algo de texto sobre la política de privacidad de tu "
3608
+ #~ "tienda, que se mostrará al finalizar compra."
3609
+
3610
+ #~ msgid "Checkout privacy policy"
3611
+ #~ msgstr "Política de privacidad al finalizar compra"
3612
+
3613
+ #~ msgid ""
3614
+ #~ "Your personal data will be used to support your experience throughout "
3615
+ #~ "this website, to manage access to your account, and for other purposes "
3616
+ #~ "described in our %s."
3617
+ #~ msgstr ""
3618
+ #~ "Tus datos personales se utilizarán para procesar tu pedido, mejorar tu "
3619
+ #~ "experiencia en esta web, gestionar el acceso a tu cuenta y otros "
3620
+ #~ "propósitos descritos en nuestra %s."
3621
+
3622
+ #~ msgid ""
3623
+ #~ "Optionally add some text about your store privacy policy to show on "
3624
+ #~ "account registration forms."
3625
+ #~ msgstr ""
3626
+ #~ "Opcionalmente, añade algo de texto sobre la política de privacidad de tu "
3627
+ #~ "tienda, que se mostrará en los formularios de registro de la cuenta."
3628
+
3629
+ #~ msgid "Registration privacy policy"
3630
+ #~ msgstr "Política de privacidad en el registro"
3631
+
3632
+ #~ msgid "Choose a page to act as your privacy policy."
3633
+ #~ msgstr "Elige una página para que sea tu política de privacidad."
3634
+
3635
+ #~ msgid "Privacy page"
3636
+ #~ msgstr "Página de privacidad"
3637
+
3638
+ #~ msgid ""
3639
+ #~ "This section controls the display of your website privacy policy. The "
3640
+ #~ "privacy notices below will not show up unless a privacy page is first set."
3641
+ #~ msgstr ""
3642
+ #~ "Esta sección controla la visibilidad de la política de privacidad de tu "
3643
+ #~ "web. Los avisos de privacidad de abajo no se mostrarán a menos que "
3644
+ #~ "primero se defina una página de privacidad."
3645
+
3646
+ #~ msgid "Privacy policy"
3647
+ #~ msgstr "Política de privacidad"
3648
+
3649
+ #~ msgid "When creating an account, automatically generate an account password"
3650
+ #~ msgstr ""
3651
+ #~ "Al crear una cuenta, crea automáticamente una contraseña para la cuenta"
3652
+
3653
+ #~ msgid ""
3654
+ #~ "When creating an account, automatically generate a username from the "
3655
+ #~ "customer's email address"
3656
+ #~ msgstr ""
3657
+ #~ "Al crear una cuenta, crea automáticamente un nombre de usuario a partir "
3658
+ #~ "de la dirección de correo electrónico del cliente."
3659
+
3660
+ #~ msgid "Allow customers to create an account on the \"My account\" page"
3661
+ #~ msgstr "Permite a los clientes crear una cuenta en la página \"Mi cuenta\"."
3662
+
3663
+ #~ msgid "Allow customers to create an account during checkout"
3664
+ #~ msgstr "Permite a los clientes crear una cuenta al finalizar compra."
3665
+
3666
+ #~ msgid "Allow customers to log into an existing account during checkout"
3667
+ #~ msgstr ""
3668
+ #~ "Permite a los clientes acceder a una cuenta existente al finalizar compra"
3669
+
3670
+ #~ msgid "Allow customers to place orders without an account"
3671
+ #~ msgstr "Permite a los clientes hacer pedidos sin tener una cuenta"
3672
+
3673
+ #~ msgid "Guest checkout"
3674
+ #~ msgstr "Pago como invitado"
3675
+
3676
+ #~ msgid "Accounts &amp; Privacy"
3677
+ #~ msgstr "Cuentas y privacidad"
3678
+
3679
+ #~ msgid ""
3680
+ #~ "Whitelist of billing emails to check against when an order is placed. "
3681
+ #~ "Separate email addresses with commas. You can also use an asterisk (*) to "
3682
+ #~ "match parts of an email. For example \"*@gmail.com\" would match all "
3683
+ #~ "gmail addresses."
3684
+ #~ msgstr ""
3685
+ #~ "Lista de correos electrónicos permitidos contra los que probar el correo "
3686
+ #~ "electrónico de facturación del cliente al hacer un pedido. Separa las "
3687
+ #~ "direcciones de correo electrónico con comas. También puedes usar un "
3688
+ #~ "asterisco (*) para hacer coincidir partes de un correo electrónico. Por "
3689
+ #~ "ejemplo \"*@gmail.com\" coincidirá con todas las direcciones de correo "
3690
+ #~ "electrónico de gmail."
3691
+
3692
+ #~ msgid "Filter by registered customer"
3693
+ #~ msgstr "Filtrar por cliente registrado"
3694
+
3695
+ #~ msgid "Removed personal data from %d order."
3696
+ #~ msgid_plural "Removed personal data from %d orders."
3697
+ #~ msgstr[0] "Borrados los datos personales de %d pedido."
3698
+ #~ msgstr[1] "Borrados los datos personales de %d pedidos."
3699
+
3700
+ #~ msgid "Remove personal data"
3701
+ #~ msgstr "Borrar datos personales"
3702
+
3703
+ #~ msgid "Use previous column mapping preferences?"
3704
+ #~ msgstr "¿Usamos las anteriores preferencias de asignación de columnas?"
3705
+
3706
+ #~ msgid "View &amp; Customize"
3707
+ #~ msgstr "Ver y personalizar"
3708
+
3709
+ #~ msgid "Visit Dashboard"
3710
+ #~ msgstr "Visitar el escritorio"
3711
+
3712
+ #~ msgid "You can also:"
3713
+ #~ msgstr "También puedes:"
3714
+
3715
+ #~ msgid "You're ready to add products to your store."
3716
+ #~ msgstr "Ya estás listo para añadir productos a tu tienda."
3717
+
3718
+ #~ msgid "Create some products"
3719
+ #~ msgstr "Crea algunos productos"
3720
+
3721
+ #~ msgid "Continue with WooCommerce Services"
3722
+ #~ msgstr "Seguir con WooCommerce Services"
3723
+
3724
+ #~ msgid "Connect your store to activate WooCommerce Services"
3725
+ #~ msgstr "Conecta tu tienda para activar WooCommerce Services"
3726
+
3727
+ #~ msgid ""
3728
+ #~ "Thanks for using Jetpack! Your store is almost ready: to activate "
3729
+ #~ "services like %s, just connect your store."
3730
+ #~ msgstr ""
3731
+ #~ "¡Gracias por usar Jetpack! Tu tienda está casi lista: para activar "
3732
+ #~ "servicios como %s simplemente conecta tu tienda."
3733
+
3734
+ #~ msgid "MailChimp for WooCommerce"
3735
+ #~ msgstr "MailChimp para WooCommerce"
3736
+
3737
+ #~ msgid "MailChimp icon"
3738
+ #~ msgstr "Icono de MailChimp"
3739
+
3740
+ #~ msgid ""
3741
+ #~ "Join the 16 million customers who use MailChimp. Sync list and store data "
3742
+ #~ "to send automated emails, and targeted campaigns."
3743
+ #~ msgstr ""
3744
+ #~ "Únete a 16 millones de clientes que usan MailChimp. Sincroniza tus "
3745
+ #~ "listas y almacena datos para enviar correos electrónicos automáticos, y "
3746
+ #~ "campañas segmentadas."
3747
+
3748
+ #~ msgid "MailChimp"
3749
+ #~ msgstr "MailChimp"
3750
+
3751
+ #~ msgid "automated taxes icon"
3752
+ #~ msgstr "icono de impuestos automáticos"
3753
+
3754
+ #~ msgid ""
3755
+ #~ "Save time and errors with automated tax calculation and collection at "
3756
+ #~ "checkout. Powered by WooCommerce Services and Jetpack."
3757
+ #~ msgstr ""
3758
+ #~ "Ahorra tiempo y errores con el cálculo automático de impuestos y su "
3759
+ #~ "aplicación al finalizar compra. Gracias a WooCommerce Services y Jetpack."
3760
+
3761
+ #~ msgid "Storefront icon"
3762
+ #~ msgstr "Icono de Storefront"
3763
+
3764
+ #~ msgid ""
3765
+ #~ "Design your store with deep WooCommerce integration. If toggled on, we’ll "
3766
+ #~ "install <a href=\"https://woocommerce.com/storefront/\" target=\"_blank\" "
3767
+ #~ "rel=\"noopener noreferrer\">Storefront</a>, and your current theme <em>"
3768
+ #~ "%s</em> will be deactivated."
3769
+ #~ msgstr ""
3770
+ #~ "Diseña tu tienda con una integración profunda con WooCommerce. Si activas "
3771
+ #~ "esto instalaremos <a href=\"https://woocommerce.com/storefront/\" target="
3772
+ #~ "\"_blank\" rel=\"noopener noreferrer\">Storefront</a>, y tu tema actual "
3773
+ #~ "<em>%s</em> se desactivará."
3774
+
3775
+ #~ msgid "Enhance your store with these recommended features."
3776
+ #~ msgstr "Mejora tu tienda con estas características recomendadas."
3777
+
3778
+ #~ msgid ""
3779
+ #~ "Select from the list below to enable automated taxes and MailChimp’s best-"
3780
+ #~ "in-class email services — and design your store with our official, free "
3781
+ #~ "WooCommerce theme."
3782
+ #~ msgstr ""
3783
+ #~ "Elige de la lista de abajo y activa los impuestos automáticos y el "
3784
+ #~ "servicio insuperable de correo electrónico de MailChimp - y diseña tu "
3785
+ #~ "tienda con nuestro tema oficial, y gratuito, para WooCommerce."
3786
+
3787
+ #~ msgid "Recommended for All WooCommerce Stores"
3788
+ #~ msgstr "Recomendado para todas las tiendas WooCommerce"
3789
+
3790
+ #~ msgid ""
3791
+ #~ "The PayFast extension for WooCommerce enables you to accept payments by "
3792
+ #~ "Credit Card and EFT via one of South Africa’s most popular payment "
3793
+ #~ "gateways. No setup fees or monthly subscription costs."
3794
+ #~ msgstr ""
3795
+ #~ "La extensión PayFast para WooCommerce te permite aceptar pagos mediante "
3796
+ #~ "tarjeta de crédito y EFT gracias a una de las pasarelas de pago más "
3797
+ #~ "populares de Sudáfrica. No hay cuotas de activación ni costes de "
3798
+ #~ "suscripción."
3799
+
3800
+ #~ msgid ""
3801
+ #~ "The eWAY extension for WooCommerce allows you to take credit card "
3802
+ #~ "payments directly on your store without redirecting your customers to a "
3803
+ #~ "third party site to make payment."
3804
+ #~ msgstr ""
3805
+ #~ "La extensión eWAY para WooCommerce te permite recibir pagos directamente "
3806
+ #~ "por tarjeta de crédito en tu tienda sin redirigir a tus clientes a otro "
3807
+ #~ "sitio para hacer el pago."
3808
+
3809
+ #~ msgid "Help WooCommerce improve with usage tracking."
3810
+ #~ msgstr "Ayuda a mejorar WooCommerce con el seguimiento de uso."
3811
+
3812
+ #~ msgid "%1$s (%2$s / %3$s)"
3813
+ #~ msgstr "%1$s (%2$s / %3$s)"
3814
+
3815
+ #~ msgid "What currency do you accept payments in?"
3816
+ #~ msgstr "¿En qué moneda aceptas pagos?"
3817
+
3818
+ #~ msgid "Choose a state&hellip;"
3819
+ #~ msgstr "Elige una provincia&hellip;"
3820
+
3821
+ #~ msgid "Recommended"
3822
+ #~ msgstr "Recomendado"
3823
+
3824
+ #~ msgid "Year(s)"
3825
+ #~ msgstr "Año(s)"
3826
+
3827
+ #~ msgid "Month(s)"
3828
+ #~ msgstr "Mes(es)"
3829
+
3830
+ #~ msgid "Week(s)"
3831
+ #~ msgstr "Semana(s)"
3832
+
3833
+ #~ msgid "Day(s)"
3834
+ #~ msgstr "Día(s)"
3835
+
3836
+ #~ msgid "You don&#8217;t have permission to do this."
3837
+ #~ msgstr "No tienes permisos para hacer esto."
3838
+
3839
+ #~ msgid "Insufficient privileges to import products."
3840
+ #~ msgstr "Privilegios insuficientes para importar productos."
3841
+
3842
+ #~ msgid "Insufficient privileges to export products."
3843
+ #~ msgstr "Privilegios insuficientes para exportar productos."
3844
+
3845
+ #~ msgid "Loading network orders"
3846
+ #~ msgstr "Cargando pedidos de la red"
3847
+
3848
+ #~ msgid "WooCommerce network orders"
3849
+ #~ msgstr "Pedidos de la red WooCommerce"
3850
+
3851
+ #~ msgid "You do not have permission to edit API Keys"
3852
+ #~ msgstr "No tienes permisos para editar las claves API"
3853
+
3854
+ #~ msgid "REST API"
3855
+ #~ msgstr "REST API"
3856
+
3857
+ #~ msgid "No keys found."
3858
+ #~ msgstr "No se han encontrado claves."
3859
+
3860
+ #~ msgid "Return to payments"
3861
+ #~ msgstr "Volver a los pagos"
3862
+
3863
+ #~ msgid "Yasothon"
3864
+ #~ msgstr "Yasothon"
3865
+
3866
+ #~ msgid "Yala"
3867
+ #~ msgstr "Yala"
3868
+
3869
+ #~ msgid "Uttaradit"
3870
+ #~ msgstr "Uttaradit"
3871
+
3872
+ #~ msgid "Uthai Thani"
3873
+ #~ msgstr "Uthai Thani"
3874
+
3875
+ #~ msgid "Udon Thani"
3876
+ #~ msgstr "Udon Thani"
3877
+
3878
+ #~ msgid "Ubon Ratchathani"
3879
+ #~ msgstr "Ubon Ratchathani"
3880
+
3881
+ #~ msgid "Trat"
3882
+ #~ msgstr "Trat"
3883
+
3884
+ #~ msgid "Trang"
3885
+ #~ msgstr "Trang"
3886
+
3887
+ #~ msgid "Tak"
3888
+ #~ msgstr "Tak"
3889
+
3890
+ #~ msgid "Surin"
3891
+ #~ msgstr "Surin"
3892
+
3893
+ #~ msgid "Surat Thani"
3894
+ #~ msgstr "Surat Thani"
3895
+
3896
+ #~ msgid "Suphan Buri"
3897
+ #~ msgstr "Suphan Buri"
3898
+
3899
+ #~ msgid "Sukhothai"
3900
+ #~ msgstr "Sukhothai"
3901
+
3902
+ #~ msgid "Songkhla"
3903
+ #~ msgstr "Songkhla"
3904
+
3905
+ #~ msgid "Sisaket"
3906
+ #~ msgstr "Sisaket"
3907
+
3908
+ #~ msgid "Sing Buri"
3909
+ #~ msgstr "Sing Buri"
3910
+
3911
+ #~ msgid "Satun"
3912
+ #~ msgstr "Satun"
3913
+
3914
+ #~ msgid "Saraburi"
3915
+ #~ msgstr "Saraburi"
3916
+
3917
+ #~ msgid "Samut Songkhram"
3918
+ #~ msgstr "Samut Songkhram"
3919
+
3920
+ #~ msgid "Samut Sakhon"
3921
+ #~ msgstr "Samut Sakhon"
3922
+
3923
+ #~ msgid "Samut Prakan"
3924
+ #~ msgstr "Samut Prakan"
3925
+
3926
+ #~ msgid "Sakon Nakhon"
3927
+ #~ msgstr "Sakon Nakhon"
3928
+
3929
+ #~ msgid "Sa Kaeo"
3930
+ #~ msgstr "Sa Kaeo"
3931
+
3932
+ #~ msgid "Roi Et"
3933
+ #~ msgstr "Roi Et"
3934
+
3935
+ #~ msgid "Rayong"
3936
+ #~ msgstr "Rayong"
3937
+
3938
+ #~ msgid "Ratchaburi"
3939
+ #~ msgstr "Ratchaburi"
3940
+
3941
+ #~ msgid "Ranong"
3942
+ #~ msgstr "Ranong"
3943
+
3944
+ #~ msgid "Prachuap Khiri Khan"
3945
+ #~ msgstr "Prachuap Khiri Khan"
3946
+
3947
+ #~ msgid "Prachin Buri"
3948
+ #~ msgstr "Prachin Buri"
3949
+
3950
+ #~ msgid "Phuket"
3951
+ #~ msgstr "Phuket"
3952
+
3953
+ #~ msgid "Phrae"
3954
+ #~ msgstr "Phrae"
3955
+
3956
+ #~ msgid "Phitsanulok"
3957
+ #~ msgstr "Phitsanulok"
3958
+
3959
+ #~ msgid "Phichit"
3960
+ #~ msgstr "Phichit"
3961
+
3962
+ #~ msgid "Phetchaburi"
3963
+ #~ msgstr "Phetchaburi"
3964
+
3965
+ #~ msgid "Phetchabun"
3966
+ #~ msgstr "Phetchabun"
3967
+
3968
+ #~ msgid "Phayao"
3969
+ #~ msgstr "Phayao"
3970
+
3971
+ #~ msgid "Phatthalung"
3972
+ #~ msgstr "Phatthalung"
3973
+
3974
+ #~ msgid "Phang Nga"
3975
+ #~ msgstr "Phang Nga"
3976
+
3977
+ #~ msgid "Pattani"
3978
+ #~ msgstr "Pattani"
3979
+
3980
+ #~ msgid "Pathum Thani"
3981
+ #~ msgstr "Pathum Thani"
3982
+
3983
+ #~ msgid "Nonthaburi"
3984
+ #~ msgstr "Nonthaburi"
3985
+
3986
+ #~ msgid "Nong Khai"
3987
+ #~ msgstr "Nong Khai"
3988
+
3989
+ #~ msgid "Nong Bua Lam Phu"
3990
+ #~ msgstr "Nong Bua Lam Phu"
3991
+
3992
+ #~ msgid "Narathiwat"
3993
+ #~ msgstr "Narathiwat"
3994
+
3995
+ #~ msgid "Nan"
3996
+ #~ msgstr "Nan"
3997
+
3998
+ #~ msgid "Nakhon Si Thammarat"
3999
+ #~ msgstr "Nakhon Si Thammarat"
4000
+
4001
+ #~ msgid "Nakhon Sawan"
4002
+ #~ msgstr "Nakhon Sawan"
4003
+
4004
+ #~ msgid "Nakhon Ratchasima"
4005
+ #~ msgstr "Nakhon Ratchasima"
4006
+
4007
+ #~ msgid "Nakhon Phanom"
4008
+ #~ msgstr "Nakhon Phanom"
4009
+
4010
+ #~ msgid "Nakhon Pathom"
4011
+ #~ msgstr "Nakhon Pathom"
4012
+
4013
+ #~ msgid "Nakhon Nayok"
4014
+ #~ msgstr "Nakhon Nayok"
4015
+
4016
+ #~ msgid "Mukdahan"
4017
+ #~ msgstr "Mukdahan"
4018
+
4019
+ #~ msgid "Maha Sarakham"
4020
+ #~ msgstr "Maha Sarakham"
4021
+
4022
+ #~ msgid "Mae Hong Son"
4023
+ #~ msgstr "Mae Hong Son"
4024
+
4025
+ #~ msgid "Lopburi"
4026
+ #~ msgstr "Lopburi"
4027
+
4028
+ #~ msgid "Loei"
4029
+ #~ msgstr "Loei"
4030
+
4031
+ #~ msgid "Lamphun"
4032
+ #~ msgstr "Lamphun"
4033
+
4034
+ #~ msgid "Lampang"
4035
+ #~ msgstr "Lampang"
4036
+
4037
+ #~ msgid "Krabi"
4038
+ #~ msgstr "Krabi"
4039
+
4040
+ #~ msgid "Khon Kaen"
4041
+ #~ msgstr "Khon Kaen"
4042
+
4043
+ #~ msgid "Kanchanaburi"
4044
+ #~ msgstr "Kanchanaburi"
4045
+
4046
+ #~ msgid "Kamphaeng Phet"
4047
+ #~ msgstr "Kamphaeng Phet"
4048
+
4049
+ #~ msgid "Kalasin"
4050
+ #~ msgstr "Kalasin"
4051
+
4052
+ #~ msgid "Chumphon"
4053
+ #~ msgstr "Chumphon"
4054
+
4055
+ #~ msgid "Chonburi"
4056
+ #~ msgstr "Chonburi"
4057
+
4058
+ #~ msgid "Chiang Rai"
4059
+ #~ msgstr "Chiang Rai"
4060
+
4061
+ #~ msgid "Chiang Mai"
4062
+ #~ msgstr "Chiang Mai"
4063
+
4064
+ #~ msgid "Chanthaburi"
4065
+ #~ msgstr "Chanthaburi"
4066
+
4067
+ #~ msgid "Chaiyaphum"
4068
+ #~ msgstr "Chaiyaphum"
4069
+
4070
+ #~ msgid "Chai Nat"
4071
+ #~ msgstr "Chai Nat"
4072
+
4073
+ #~ msgid "Chachoengsao"
4074
+ #~ msgstr "Chachoengsao"
4075
+
4076
+ #~ msgid "Buri Ram"
4077
+ #~ msgstr "Buri Ram"
4078
+
4079
+ #~ msgid "Bueng Kan"
4080
+ #~ msgstr "Bueng Kan"
4081
+
4082
+ #~ msgid "Bangkok"
4083
+ #~ msgstr "Bangkok"
4084
+
4085
+ #~ msgid "Ayutthaya"
4086
+ #~ msgstr "Ayutthaya"
4087
+
4088
+ #~ msgid "Ang Thong"
4089
+ #~ msgstr "Ang Thong"
4090
+
4091
+ #~ msgid "Amnat Charoen"
4092
+ #~ msgstr "Amnat Charoen"
4093
+
4094
+ #~ msgid "Sinoe"
4095
+ #~ msgstr "Sinoe"
4096
+
4097
+ #~ msgid "River Gee"
4098
+ #~ msgstr "River Gee"
4099
+
4100
+ #~ msgid "Rivercess"
4101
+ #~ msgstr "Rivercess"
4102
+
4103
+ #~ msgid "Nimba"
4104
+ #~ msgstr "Nimba"
4105
+
4106
+ #~ msgid "Montserrado"
4107
+ #~ msgstr "Montserrado"
4108
+
4109
+ #~ msgid "Margibi"
4110
+ #~ msgstr "Margibi"
4111
+
4112
+ #~ msgid "Grand Kru"
4113
+ #~ msgstr "Grand Kru"
4114
+
4115
+ #~ msgid "Grand Gedeh"
4116
+ #~ msgstr "Grand Gedeh"
4117
+
4118
+ #~ msgid "Grand Cape Mount"
4119
+ #~ msgstr "Grand Cape Mount"
4120
+
4121
+ #~ msgid "Grand Bassa"
4122
+ #~ msgstr "Grand Bassa"
4123
+
4124
+ #~ msgid "Gbarpolu"
4125
+ #~ msgstr "Gbarpolu"
4126
+
4127
+ #~ msgid "Bong"
4128
+ #~ msgstr "Bong"
4129
+
4130
+ #~ msgid "Bomi"
4131
+ #~ msgstr "Bomi"
4132
+
4133
+ #~ msgid "Jashore"
4134
+ #~ msgstr "Jashore"
4135
+
4136
+ #~ msgid "Chattogram"
4137
+ #~ msgstr "Chattogram"
4138
+
4139
+ #~ msgid "Profile &rarr;"
4140
+ #~ msgstr "Perfil &rarr;"
4141
+
4142
+ #~ msgid "Read more about what we collect."
4143
+ #~ msgstr "Lee más acerca de lo que recopilamos."
4144
+
4145
+ #~ msgid ""
4146
+ #~ "Gathering usage data allows us to make WooCommerce better &mdash; your "
4147
+ #~ "store will be considered as we evaluate new features, judge the quality "
4148
+ #~ "of an update, or determine if an improvement makes sense. If you would "
4149
+ #~ "rather opt-out, and do not check this box, we will not know this store "
4150
+ #~ "exists and we will not collect any usage data."
4151
+ #~ msgstr ""
4152
+ #~ "Recuperando datos de uso nos permite hacer que WooCommerce sea mejor "
4153
+ #~ "&mdash; tendremos en cuenta tu tienda a la hora de evaluar las nuevas "
4154
+ #~ "características, juzgar la calidad de una actualización o determinar si "
4155
+ #~ "una mejora tiene sentido. Si no aceptas y no seleccionas esta no "
4156
+ #~ "sabremos que existe esta tienda y no recopilaremos ningún dato de uso."
4157
+
4158
+ #~ msgid "Image size used for products in the catalog."
4159
+ #~ msgstr "Tamaño de imagen usado para los productos en el catálogo."
4160
+
4161
+ #~ msgid ""
4162
+ #~ "After publishing your changes, new image sizes may not be shown until you "
4163
+ #~ "<a href=\"%s\" target=\"_blank\">Regenerate Thumbnails</a>."
4164
+ #~ msgstr ""
4165
+ #~ "Después de publicar tus cambios, los nuevos tamaños de imagen puede que "
4166
+ #~ "no se muestren hasta que <a href=\"%s\" target=\"_blank\">regeneres las "
4167
+ #~ "miniaturas</a>."
4168
+
4169
+ #~ msgid ""
4170
+ #~ "After publishing your changes, new image sizes may not be shown until you "
4171
+ #~ "regenerate thumbnails. You can do this from the <a href=\"%1$s\" target="
4172
+ #~ "\"_blank\">tools section in WooCommerce</a> or by using a plugin such as "
4173
+ #~ "<a href=\"%2$s\" target=\"_blank\">Regenerate Thumbnails</a>."
4174
+ #~ msgstr ""
4175
+ #~ "Después de publicar tus cambios, los nuevos tamaños de imagen puede que "
4176
+ #~ "no se muestren hasta que regeneres las miniaturas. Puedes hacer esto "
4177
+ #~ "desde la <a href=\"%1$s\" target=\"_blank\">sección herramientas en "
4178
+ #~ "WooCommerce</a> o usando un plugin como <a href=\"%2$s\" target=\"_blank"
4179
+ #~ "\">Regenerate Thumbnails</a>."
4180
+
4181
+ #~ msgid ""
4182
+ #~ "After publishing your changes, new image sizes will be generated "
4183
+ #~ "automatically."
4184
+ #~ msgstr ""
4185
+ #~ "Después de publicar tus cambios, los nuevos tamaños de imagen se "
4186
+ #~ "generarán automáticamente."
4187
+
4188
+ #~ msgid "Cancelled product image regeneration job."
4189
+ #~ msgstr "Cancelado el trabajo de regeneración de imágenes de producto."
4190
+
4191
+ #~ msgid "Thumbnail regeneration has been scheduled to run in the background."
4192
+ #~ msgstr ""
4193
+ #~ "La regeneración de miniaturas se ha programado para realizarse en segundo "
4194
+ #~ "plano."
4195
+
4196
+ #~ msgid ""
4197
+ #~ "This will regenerate all shop thumbnails to match your theme and/or image "
4198
+ #~ "settings."
4199
+ #~ msgstr ""
4200
+ #~ "Esto regenerará todas las miniaturas de la tienda para que concuerde con "
4201
+ #~ "los ajustes de tu tema y/o de imágenes."
4202
+
4203
+ #~ msgid "Regenerate"
4204
+ #~ msgstr "Regenerar"
4205
+
4206
+ #~ msgid "Regenerate shop thumbnails"
4207
+ #~ msgstr "Regenerar las miniaturas de la tienda"
4208
+
4209
+ #~ msgid ""
4210
+ #~ "Thumbnail regeneration is running in the background. Depending on the "
4211
+ #~ "amount of images in your store this may take a while."
4212
+ #~ msgstr ""
4213
+ #~ "La regeneración de miniaturas se está ejecutando en segundo plano. "
4214
+ #~ "Dependiendo de la cantidad de imágenes en tu tienda esto puede llevar un "
4215
+ #~ "rato."
4216
+
4217
+ #~ msgid "Cancel thumbnail regeneration"
4218
+ #~ msgstr "Cancelar la regeneración de miniaturas"
4219
+
4220
+ #~ msgid "Change order status to completed"
4221
+ #~ msgstr "Cambiar el estado del pedido a completado"
4222
+
4223
+ #~ msgid "Change order status to processing"
4224
+ #~ msgstr "Cambiar el estado del pedido a procesando"
4225
+
4226
+ #~ msgid "Change order status to on-hold"
4227
+ #~ msgstr "Cambiar el estado del pedido a en espera"
4228
+
4229
+ #~ msgid "Edit this order"
4230
+ #~ msgstr "Editar este pedido"
4231
+
4232
+ #~ msgid ""
4233
+ #~ "This is the default category and it cannot be deleted. It will be "
4234
+ #~ "automatically assigned to products with no category."
4235
+ #~ msgstr ""
4236
+ #~ "Esta es la categoría por defecto y no puede ser eliminada. Se asignará "
4237
+ #~ "automáticamente a los productos sin categoría."
4238
+
4239
+ #~ msgid "Make &#8220;%s&#8221; the default category"
4240
+ #~ msgstr "Haz &#8220;%s&#8221; la categoría por defecto"
4241
+
4242
+ #~ msgid ""
4243
+ #~ "Deleting a category does not delete the products in that category. "
4244
+ #~ "Instead, products that were only assigned to the deleted category are set "
4245
+ #~ "to the category %s."
4246
+ #~ msgstr ""
4247
+ #~ "Eliminar una categoría no elimina los productos en esa categoría. En su "
4248
+ #~ "lugar a los productos que solamente tenían asignada la categoría "
4249
+ #~ "eliminada, se les asigna la categoría %s."
4250
+
4251
+ #~ msgid "Every %d Minutes"
4252
+ #~ msgstr "Cada %d minutos"
4253
+
4254
+ #~ msgid ""
4255
+ #~ "Looking for the store notice setting? It can now be found <a href=\"%s"
4256
+ #~ "\">in the Customizer</a>."
4257
+ #~ msgstr ""
4258
+ #~ "¿Buscas el ajuste del aviso en la tienda? Ahora se encuentra <a href=\"%s"
4259
+ #~ "\">en el Personalizador</a>."
4260
+
4261
+ #~ msgid "The maximum allowed setting is %d"
4262
+ #~ msgstr "El ajuste máximo permitido es %d"
4263
+
4264
+ #~ msgid "The minimum allowed setting is %d"
4265
+ #~ msgstr "El ajuste mínimo permitido es %d"
4266
+
4267
+ #~ msgid ""
4268
+ #~ "Postcodes containing wildcards (e.g. CB23*) or fully numeric ranges (e.g. "
4269
+ #~ "<code>90210...99000</code>) are also supported. Please see the shipping "
4270
+ #~ "zones <a href=\"%s\" target=\"_blank\">documentation</a>) for more "
4271
+ #~ "information."
4272
+ #~ msgstr ""
4273
+ #~ "Los códigos postales que contienen comodines (p.ej. CB23*) o rangos "
4274
+ #~ "totalmente numéricos (p.ej. <code>90210...99000</code>) también se pueden "
4275
+ #~ "utilizar. Por favor, revisa la <a href=\"%s\" target=\"_blank"
4276
+ #~ "\">documentación</a> de zonas de envío para más información."
4277
+
4278
+ #~ msgid ""
4279
+ #~ "Looking for the product display options? They can now be found in the "
4280
+ #~ "Customizer. <a href=\"%s\">Go see them in action here.</a>"
4281
+ #~ msgstr ""
4282
+ #~ "¿Buscas las opciones de visualización de productos? Las puedes encontrar "
4283
+ #~ "en el Personalizador. <a href=\"%s\">Puedes verlas en acción aquí.</a>"
4284
+
4285
+ #~ msgid ""
4286
+ #~ "To receive updates and support for this extension, you need to "
4287
+ #~ "<strong>purchase</strong> a new subscription or consolidate your "
4288
+ #~ "extensions to one connected account by <strong><a href=\"%1$s\" title="
4289
+ #~ "\"Sharing Docs\">sharing</a> or <a href=\"%2$s\" title=\"Transferring Docs"
4290
+ #~ "\">transferring</a></strong> this extension to this connected account."
4291
+ #~ msgstr ""
4292
+ #~ "Para recibir actualizaciones y soporte de esta extensión tienes que "
4293
+ #~ "<strong>adquirir</strong> una nueva suscripción, o consolidar tus "
4294
+ #~ "extensiones a una cuenta conectada <strong><a href=\"%1$s\" title="
4295
+ #~ "\"Sharing Docs\">compartiendo</a> o <a href=\"%2$s\" title=\"Transferring "
4296
+ #~ "Docs\">transfiriendo</a></strong> esta extensión a esta cuenta conectada."
4297
+
4298
+ #~ msgid "Reasons you'll love Jetpack"
4299
+ #~ msgstr "Razones por las que te encantará Jetpack"
4300
+
4301
+ #~ msgid "payment setup"
4302
+ #~ msgstr "configuración de pago"
4303
+
4304
+ #~ msgid "%s quantity"
4305
+ #~ msgstr "%s cantidad"
4306
+
4307
+ #~ msgid "Sandbox API signature"
4308
+ #~ msgstr "Firma de la API de pruebas"
4309
+
4310
+ #~ msgid "Sandbox API password"
4311
+ #~ msgstr "Contraseña de la API de pruebas"
4312
+
4313
+ #~ msgid "Sandbox API username"
4314
+ #~ msgstr "Nombre de usuario de la API de pruebas"
4315
+
4316
+ #~ msgid "Live API signature"
4317
+ #~ msgstr "Firma de la API de producción"
4318
+
4319
+ #~ msgid "Live API password"
4320
+ #~ msgstr "Contraseña de la API de producción"
4321
+
4322
+ #~ msgid "Live API username"
4323
+ #~ msgstr "Nombre de usuario de la API de producción"
4324
+
4325
+ #~ msgid ""
4326
+ #~ "Send notifications when an IPN is received from PayPal indicating "
4327
+ #~ "refunds, chargebacks and cancellations."
4328
+ #~ msgstr ""
4329
+ #~ "Enviar avisos cuando se recibe una IPN de PayPal que se refiere a "
4330
+ #~ "reembolsos, devoluciones y cancelaciones."
4331
+
4332
+ #~ msgid "Enable IPN email notifications"
4333
+ #~ msgstr "Activar avisos por correo electrónico de IPN"
4334
+
4335
+ #~ msgid "IPN Email Notifications"
4336
+ #~ msgstr "Avisos por correo electrónico de IPN"
4337
+
4338
+ #~ msgid ""
4339
+ #~ "SANDBOX ENABLED. You can use sandbox testing accounts only. See the <a "
4340
+ #~ "href=\"%s\">PayPal Sandbox Testing Guide</a> for more details."
4341
+ #~ msgstr ""
4342
+ #~ "PRUEBAS ACTIVAS. Solo puedes usar cuentas de pruebas. Revisa la <a href="
4343
+ #~ "\"%s\">guía de pruebas de PayPal</a> para más detalles."
4344
+
4345
+ #~ msgid "Invalid webhook."
4346
+ #~ msgstr "Webhook no válido."
4347
+
4348
+ #~ msgid "Invalid download log: not found."
4349
+ #~ msgstr "Registro de descarga no válido: no encontrado."
4350
+
4351
+ #~ msgid "Invalid download log: no ID."
4352
+ #~ msgstr "Registro de descarga no válido: no tiene ID."
4353
+
4354
+ #~ msgid "Unable to insert download log entry in database."
4355
+ #~ msgstr ""
4356
+ #~ "No ha sido posible insertar la entrada del registro de descarga en la "
4357
+ #~ "base de datos."
4358
+
4359
+ #~ msgid ""
4360
+ #~ "Images will display using the aspect ratio in which they were uploaded"
4361
+ #~ msgstr ""
4362
+ #~ "Las imágenes se mostrarán usando la relación de aspecto en la que se "
4363
+ #~ "subieron"
4364
+
4365
+ #~ msgid "Uncropped"
4366
+ #~ msgstr "Sin recortar"
4367
+
4368
+ #~ msgid "Images will be cropped to a custom aspect ratio"
4369
+ #~ msgstr "Las imágenes se recortarán a una relación de aspecto personalizada"
4370
+
4371
+ #~ msgid "Images will be cropped into a square"
4372
+ #~ msgstr "Las imágenes se recortarán a un recuadro"
4373
+
4374
+ #~ msgid "1:1"
4375
+ #~ msgstr "1:1"
4376
+
4377
+ #~ msgid "Thumbnail cropping"
4378
+ #~ msgstr "Recorte de la miniatura"
4379
+
4380
+ #~ msgid "Thumbnail width"
4381
+ #~ msgstr "Ancho de la miniatura"
4382
+
4383
+ #~ msgid ""
4384
+ #~ "Image size used for the main image on single product pages. These images "
4385
+ #~ "will remain uncropped."
4386
+ #~ msgstr ""
4387
+ #~ "Tamaño de imagen utilizado para la imagen principal en las páginas de "
4388
+ #~ "producto. Estas imágenes se mantendrán sin recortar."
4389
+
4390
+ #~ msgid "Main image width"
4391
+ #~ msgstr "Ancho de la imagen principal"
4392
+
4393
+ #~ msgid "Product Images"
4394
+ #~ msgstr "Imágenes de producto"
4395
+
4396
+ #~ msgid "How many rows of products should be shown per page?"
4397
+ #~ msgstr "¿Cuántas filas de producto deberían mostrarse por página?"
4398
+
4399
+ #~ msgid "Rows per page"
4400
+ #~ msgstr "Filas por página"
4401
+
4402
+ #~ msgid "How many products should be shown per row?"
4403
+ #~ msgstr "¿Cúantos productos deberían mostrarse por fila?"
4404
+
4405
+ #~ msgid "Products per row"
4406
+ #~ msgstr "Productos por fila"
4407
+
4408
+ #~ msgid "How should products be sorted in the catalog by default?"
4409
+ #~ msgstr "¿Cómo deberían ordenarse por defecto los productos en el catálogo?"
4410
+
4411
+ #~ msgid "Choose what to display on product category pages."
4412
+ #~ msgstr "Elige qué mostrar en las páginas de categoría de productos."
4413
+
4414
+ #~ msgid "Category display"
4415
+ #~ msgstr "Visualización de categorías"
4416
+
4417
+ #~ msgid "Choose what to display on the main shop page."
4418
+ #~ msgstr "Elige qué mostrar en la página principal de la tienda."
4419
+
4420
+ #~ msgid "Product Catalog"
4421
+ #~ msgstr "Catálogo de productos"
4422
+
4423
+ #~ msgid "Enable store notice"
4424
+ #~ msgstr "Activar el aviso en la tienda"
4425
+
4426
+ #~ msgid ""
4427
+ #~ "If enabled, this text will be shown site-wide. You can use it to show "
4428
+ #~ "events or promotions to visitors!"
4429
+ #~ msgstr ""
4430
+ #~ "Si se activa se mostrará este texto en toda la tienda. ¡Puedes usarlo "
4431
+ #~ "para mostrar eventos o promociones a los visitantes!"
4432
+
4433
+ #~ msgid "Store Notice"
4434
+ #~ msgstr "Aviso en la tienda"
4435
+
4436
+ #~ msgid "Completed product image regeneration job."
4437
+ #~ msgstr "Completada la tarea de regeneración de la imagen del producto."
4438
+
4439
+ #~ msgid "Regenerating images for attachment ID: %s"
4440
+ #~ msgstr "Regenerando imágenes para el ID de adjunto: %s"
4441
+
4442
+ #~ msgid "Select options for &ldquo;%s&rdquo;"
4443
+ #~ msgstr "Elige las opciones para &ldquo;%s&rdquo;"
4444
+
4445
+ #~ msgid "Add &ldquo;%s&rdquo; to your cart"
4446
+ #~ msgstr "Añade &ldquo;%s&rdquo; a tu carrito"
4447
+
4448
+ #~ msgid "View products in the &ldquo;%s&rdquo; group"
4449
+ #~ msgstr "Ver productos en el grupo &ldquo;%s&rdquo;"
4450
+
4451
+ #~ msgid "Buy &ldquo;%s&rdquo;"
4452
+ #~ msgstr "Compra &ldquo;%s&rdquo;"
4453
+
4454
+ #~ msgctxt "Default category slug"
4455
+ #~ msgid "Uncategorized"
4456
+ #~ msgstr "Sin categoría"
4457
+
4458
+ #~ msgid "Invalid permission ID."
4459
+ #~ msgstr "ID de permiso no válido."
4460
+
4461
+ #~ msgid "Municipality / District"
4462
+ #~ msgstr "Municipio / Barrio"
4463
+
4464
+ #~ msgid "%s is not a valid postcode / ZIP."
4465
+ #~ msgstr "%s no es un código postal válido."
4466
+
4467
+ #~ msgid ""
4468
+ #~ "Limit result set to products with specific SKU(s). Use commas to separate."
4469
+ #~ msgstr ""
4470
+ #~ "Limita el resultado a productos con SKU(s) específico(s). Utiliza comas "
4471
+ #~ "para separarlos."
4472
+
4473
+ #~ msgid "Customer ID does not belong to this site."
4474
+ #~ msgstr "El ID de cliente no pertenece a este sitio."
4475
+
4476
+ #~ msgid "Download ID."
4477
+ #~ msgstr "ID de descarga."
4478
+
4479
+ #~ msgid "Search logs"
4480
+ #~ msgstr "Registros de búsqueda"
4481
+
4482
+ #~ msgid "Enter a search term and press enter"
4483
+ #~ msgstr "Introduce un término a buscar y pulsa intro"
4484
+
4485
+ #~ msgid "Showing search results for: %s"
4486
+ #~ msgstr "Mostrando resultados de búsqueda para: %s"
4487
+
4488
+ #~ msgid "Shop pages"
4489
+ #~ msgstr "Páginas de la tienda"
4490
+
4491
+ #~ msgid "No customer downloads found."
4492
+ #~ msgstr "No se han encontrado descargas del cliente."
4493
+
4494
+ #~ msgid "Filter by IP address"
4495
+ #~ msgstr "Filtrar por dirección IP"
4496
+
4497
+ #~ msgid "Filter by user"
4498
+ #~ msgstr "Filtrar por usuario"
4499
+
4500
+ #~ msgid "Filter by order"
4501
+ #~ msgstr "Filtrar por pedido"
4502
+
4503
+ #~ msgid "Filter by file"
4504
+ #~ msgstr "Filtrar por archivo"
4505
+
4506
+ #~ msgid "Filter by product"
4507
+ #~ msgstr "Filtrar por producto"
4508
+
4509
+ #~ msgid "Permission ID"
4510
+ #~ msgstr "ID del permiso"
4511
+
4512
+ #~ msgid "File ID"
4513
+ #~ msgstr "ID del archivo"
4514
+
4515
+ #~ msgid "Permission #%d not found."
4516
+ #~ msgstr "Permiso #%d no encontrado."
4517
+
4518
+ #~ msgid "Confirm navigation"
4519
+ #~ msgstr "Confirmar navegación"
4520
+
4521
+ #~ msgid ""
4522
+ #~ "This report link has expired. %1$sClick here to view the filtered report"
4523
+ #~ "%2$s."
4524
+ #~ msgstr ""
4525
+ #~ "El enlace del informe ha caducado. %1$sHaz clic aquí para ver el informe "
4526
+ #~ "filtrado%2$s."
4527
+
4528
+ #~ msgid "Set Status - On backorder"
4529
+ #~ msgstr "Establecer estado - Reservado"
4530
+
4531
+ #~ msgid "View report"
4532
+ #~ msgstr "Ver informe"
4533
+
4534
+ #~ msgid "Copy link"
4535
+ #~ msgstr "Copiar enlace"
4536
+
4537
+ #~ msgid ""
4538
+ #~ "Copying to clipboard failed. You should be able to right-click the button "
4539
+ #~ "and copy."
4540
+ #~ msgstr ""
4541
+ #~ "El copiado al portapapeles falló. Deberías poder hacer clic derecho en el "
4542
+ #~ "botón y copiar."
4543
+
4544
+ #~ msgid "Status:"
4545
+ #~ msgstr "Estado:"
4546
+
4547
+ #~ msgid "Date created:"
4548
+ #~ msgstr "Fecha de creación:"
4549
+
4550
+ #~ msgid "Paid on %1$s @ %2$s"
4551
+ #~ msgstr "Pagado el %1$s @ %2$s"
4552
+
4553
+ #~ msgid "Filter by stock status"
4554
+ #~ msgstr "Filtrar por estado de inventario"
4555
+
4556
+ #~ msgid "On backorder"
4557
+ #~ msgstr "Reservado"
4558
+
4559
+ #~ msgid "Change status: "
4560
+ #~ msgstr "Cambiar estado:"
4561
+
4562
+ #~ msgid "Completed"
4563
+ #~ msgstr "Completado"
4564
+
4565
+ #~ msgid "On-hold"
4566
+ #~ msgstr "En espera"
4567
+
4568
+ #~ msgid "Payment via"
4569
+ #~ msgstr "Pago mediante"
4570
+
4571
+ #~ msgid "M j, Y"
4572
+ #~ msgstr "j M, Y"
4573
+
4574
+ #~ msgctxt "%s = human-readable time difference"
4575
+ #~ msgid "%s ago"
4576
+ #~ msgstr "hace %s"
4577
+
4578
+ #~ msgid "Change status to completed"
4579
+ #~ msgstr "Cambiar estado a completado"
4580
+
4581
+ #~ msgid "Change status to on-hold"
4582
+ #~ msgstr "Cambiar estado a en espera"
4583
+
4584
+ #~ msgid "Change status to processing"
4585
+ #~ msgstr "Cambiar estado a procesando"
4586
+
4587
+ #~ msgid "Create your first coupon"
4588
+ #~ msgstr "Crea tu primer cupón"
4589
+
4590
+ #~ msgid ""
4591
+ #~ "Existing products that match by ID or SKU will be updated. Products that "
4592
+ #~ "do not exist will be skipped."
4593
+ #~ msgstr ""
4594
+ #~ "Los productos existentes que coincidan en ID o SKU se actualizarán. Los "
4595
+ #~ "productos que no existan se omitirán."
4596
+
4597
+ #~ msgid ""
4598
+ #~ "<a href=\"%s\">Connect your store</a> to WooCommerce.com to receive "
4599
+ #~ "extensions updates and support."
4600
+ #~ msgstr ""
4601
+ #~ "<a href=\"%s\">Conecta tu tienda</a> a WooCommerce.com para recibir "
4602
+ #~ "actualizaciones de extensiones y soporte."
4603
+
4604
+ #~ msgid ""
4605
+ #~ "The WooCommerce Helper plugin is no longer needed. <a href=\"%s\">Manage "
4606
+ #~ "subscriptions</a> from the extensions tab instead."
4607
+ #~ msgstr ""
4608
+ #~ "Ya no es necesario el plugin de ayuda para WooCommerce. <a href=\"%s"
4609
+ #~ "\">Gestiona las suscripciones</a> desde la pestaña de extensiones en su "
4610
+ #~ "lugar."
4611
+
4612
+ #~ msgid "Webhook topic unknown. Please select a valid topic."
4613
+ #~ msgstr "Asunto de webhook desconocido. Por favor, elige un asunto válido."
4614
+
4615
+ #~ msgid "Delete \"%s\" permanently"
4616
+ #~ msgstr "Borrar \"%s\" permanentemente"
4617
+
4618
+ #~ msgid "payment setup and automated taxes"
4619
+ #~ msgstr "configuración de pagos y tarifas automáticas"
4620
+
4621
+ #~ msgid "Continue with Jetpack"
4622
+ #~ msgstr "Seguir con Jetpack"
4623
+
4624
+ #~ msgid "Email address to receive payments"
4625
+ #~ msgstr "Dirección de correo electrónico para recibir pagos"
4626
+
4627
+ #~ msgid "Direct payments to email address:"
4628
+ #~ msgstr "Pagos directos a la dirección de correo electrónico:"
4629
+
4630
+ #~ msgid ""
4631
+ #~ "Securely accept credit and debit cards with one low rate, no surprise "
4632
+ #~ "fees (custom rates available). Sell online and in store and track sales "
4633
+ #~ "and inventory in one place. <a href=\"%s\" target=\"_blank\">Learn more "
4634
+ #~ "about Square</a>."
4635
+ #~ msgstr ""
4636
+ #~ "Acepta tarjetas de crédito y débito con seguridad con una tarifa baja, "
4637
+ #~ "sin cuotas sorpresa (hay tarifas personalizadas disponibles). Vende "
4638
+ #~ "online y en tu tienda y lleva el seguimiento de las ventas y el "
4639
+ #~ "inventario desde un solo lugar. <a href=\"%s\" target=\"_blank\">Aprende "
4640
+ #~ "más sobre Square</a>."
4641
+
4642
+ #~ msgid ""
4643
+ #~ "Choose the payment that you want, pay now, pay later or slice it. No "
4644
+ #~ "credit card numbers, no passwords, no worries. <a href=\"%s\" target="
4645
+ #~ "\"_blank\">Learn more about Klarna</a>."
4646
+ #~ msgstr ""
4647
+ #~ "Elige el pago que quieras, paga ahora, paga más tarde, o a plazos. Sin "
4648
+ #~ "números de tarjeta de crédito, sin contraseñas, sin preocupaciones. <a "
4649
+ #~ "href=\"%s\" target=\"_blank\">Aprende más sobre Klarna</a>."
4650
+
4651
+ #~ msgid ""
4652
+ #~ "Full checkout experience with pay now, pay later and slice it. No credit "
4653
+ #~ "card numbers, no passwords, no worries. <a href=\"%s\" target=\"_blank"
4654
+ #~ "\">Learn more about Klarna</a>."
4655
+ #~ msgstr ""
4656
+ #~ "Completa experiencia de pago pudiendo pagar ahora, más tarde o a plazos. "
4657
+ #~ "Sin números de tarjeta de crédito, sin contraseñas, sin preocupaciones. "
4658
+ #~ "<a href=\"%s\" target=\"_blank\">Aprende más sobre Klarna</a>."
4659
+
4660
+ #~ msgid ""
4661
+ #~ "Accept debit and credit cards in 135+ currencies, methods such as Alipay, "
4662
+ #~ "and one-touch checkout with Apple Pay. <a href=\"%s\" target=\"_blank"
4663
+ #~ "\">Learn more</a>."
4664
+ #~ msgstr ""
4665
+ #~ "Acepta tarjetas de débito y crédito en más de 135 divisas, métodos como "
4666
+ #~ "Alipay y pago en un toque con Apple Pay. <a href=\"%s\" target=\"_blank"
4667
+ #~ "\">Aprende más</a>."
4668
+
4669
+ #~ msgid "I will also be selling products or services in person."
4670
+ #~ msgstr "También venderé productos o servicios en persona."
4671
+
4672
+ #~ msgid "Customer downloads"
4673
+ #~ msgstr "Descargas del cliente"
4674
+
4675
+ #~ msgid "Revision restored."
4676
+ #~ msgstr "Revisión restaurada."
4677
+
4678
+ #~ msgid ""
4679
+ #~ "If you like, you may enter custom structures for your product URLs here. "
4680
+ #~ "For example, using <code>shop</code> would make your product links like "
4681
+ #~ "<code>%sshop/sample-product/</code>. This setting affects product URLs "
4682
+ #~ "only, not things such as product categories."
4683
+ #~ msgstr ""
4684
+ #~ "Si quieres, puedes introducir aquí estructuras personalizadas para las "
4685
+ #~ "URLs de tus productos. Por ejemplo, usar <code>tienda</code> haría que tu "
4686
+ #~ "producto se enlace como <code>%stienda/producto-ejemplo/</code>. Este "
4687
+ #~ "ajuste afecta solo a las URLs de producto, no a otras cosas, como a "
4688
+ #~ "categorías de productos."
4689
+
4690
+ #~ msgid "Move &#8220;%s&#8221; to the Trash"
4691
+ #~ msgstr "Mover &#8220;%s&#8221; a la papelera"
4692
+
4693
+ #~ msgid ""
4694
+ #~ "Attributes let you define extra product data, such as size or color. You "
4695
+ #~ "can use these attributes in the shop sidebar using the \"layered nav\" "
4696
+ #~ "widgets."
4697
+ #~ msgstr ""
4698
+ #~ "Los atributos te permiten definir datos adicionales del producto, como "
4699
+ #~ "talla o color. Puedes usar atributos en la barra lateral usando los "
4700
+ #~ "widgets de \"navegación por capas\""
4701
+
4702
+ #~ msgid "Determines how this attribute's values are displayed."
4703
+ #~ msgstr "Determina cómo se muestran los valores de este atributo."
4704
+
4705
+ #~ msgid ""
4706
+ #~ "This product has produced sales and may be linked to existing orders. Are "
4707
+ #~ "you sure you want to delete it?"
4708
+ #~ msgstr ""
4709
+ #~ "Este producto ha producido ventas y puede estar ligado a pedidos "
4710
+ #~ "existentes. ¿Estás seguro de querer borrarlo?"
4711
+
4712
+ #~ msgid "Read more about &ldquo;%s&rdquo;"
4713
+ #~ msgstr "Lee más sobre &ldquo;%s&rdquo;"
4714
+
4715
+ #~ msgid "Simiyu"
4716
+ #~ msgstr "Simiyu"
4717
+
4718
+ #~ msgid "Njombe"
4719
+ #~ msgstr "Njombe"
4720
+
4721
+ #~ msgid "Katavi"
4722
+ #~ msgstr "Katavi"
4723
+
4724
+ #~ msgid "Geita"
4725
+ #~ msgstr "Geita"
4726
+
4727
+ #~ msgid "Manyara"
4728
+ #~ msgstr "Manyara"
4729
+
4730
+ #~ msgid "Tanga"
4731
+ #~ msgstr "Tanga"
4732
+
4733
+ #~ msgid "Tabora"
4734
+ #~ msgstr "Tabora"
4735
+
4736
+ #~ msgid "Singida"
4737
+ #~ msgstr "Singida"
4738
+
4739
+ #~ msgid "Shinyanga"
4740
+ #~ msgstr "Shinyanga"
4741
+
4742
+ #~ msgid "Ruvuma"
4743
+ #~ msgstr "Ruvuma"
4744
+
4745
+ #~ msgid "Rukwa"
4746
+ #~ msgstr "Rukwa"
4747
+
4748
+ #~ msgid "Coast"
4749
+ #~ msgstr "Coast"
4750
+
4751
+ #~ msgid "Mwanza"
4752
+ #~ msgstr "Mwanza"
4753
+
4754
+ #~ msgid "Mtwara"
4755
+ #~ msgstr "Mtwara"
4756
+
4757
+ #~ msgid "Morogoro"
4758
+ #~ msgstr "Morogoro"
4759
+
4760
+ #~ msgid "Zanzibar West"
4761
+ #~ msgstr "Zanzibar Oeste"
4762
+
4763
+ #~ msgid "Mbeya"
4764
+ #~ msgstr "Mbeya"
4765
+
4766
+ #~ msgid "Mara"
4767
+ #~ msgstr "Mara"
4768
+
4769
+ #~ msgid "Lindi"
4770
+ #~ msgstr "Lindi"
4771
+
4772
+ #~ msgid "Zanzibar South"
4773
+ #~ msgstr "Zanzibar Sur"
4774
+
4775
+ #~ msgid "Pemba South"
4776
+ #~ msgstr "Pemba Sur"
4777
+
4778
+ #~ msgid "Kilimanjaro"
4779
+ #~ msgstr "Kilimanjaro"
4780
+
4781
+ #~ msgid "Kigoma"
4782
+ #~ msgstr "Kigoma"
4783
+
4784
+ #~ msgid "Zanzibar North"
4785
+ #~ msgstr "Zanzibar Norte"
4786
+
4787
+ #~ msgid "Pemba North"
4788
+ #~ msgstr "Pemba Norte"
4789
+
4790
+ #~ msgid "Kagera"
4791
+ #~ msgstr "Kagera"
4792
+
4793
+ #~ msgid "Iringa"
4794
+ #~ msgstr "Iringa"
4795
+
4796
+ #~ msgid "Dodoma"
4797
+ #~ msgstr "Dodoma"
4798
+
4799
+ #~ msgid "Dar es Salaam"
4800
+ #~ msgstr "Dar es Salaam"
4801
+
4802
+ #~ msgid "Arusha"
4803
+ #~ msgstr "Arusha"
4804
+
4805
+ #~ msgid "V&acirc;lcea"
4806
+ #~ msgstr "V&acirc;lcea"
4807
+
4808
+ #~ msgid "Timi&#537;"
4809
+ #~ msgstr "Timi&#537;"
4810
+
4811
+ #~ msgid "S&#259;laj"
4812
+ #~ msgstr "S&#259;laj"
4813
+
4814
+ #~ msgid "Neam&#539;"
4815
+ #~ msgstr "Neam&#539;"
4816
+
4817
+ #~ msgid "Mure&#537;"
4818
+ #~ msgstr "Mure&#537;"
4819
+
4820
+ #~ msgid "Mehedin&#539;i"
4821
+ #~ msgstr "Mehedin&#539;i"
4822
+
4823
+ #~ msgid "Maramure&#537;"
4824
+ #~ msgstr "Maramure&#537;"
4825
+
4826
+ #~ msgid "Ia&#537;i"
4827
+ #~ msgstr "Ia&#537;i"
4828
+
4829
+ #~ msgid "Ialomi&#539;a"
4830
+ #~ msgstr "Ialomi&#539;a"
4831
+
4832
+ #~ msgid "Gala&#539;i"
4833
+ #~ msgstr "Gala&#539;i"
4834
+
4835
+ #~ msgid "D&acirc;mbovi&#539;a"
4836
+ #~ msgstr "D&acirc;mbovi&#539;a"
4837
+
4838
+ #~ msgid "Constan&#539;a"
4839
+ #~ msgstr "Constan&#539;a"
4840
+
4841
+ #~ msgid "Cara&#537;-Severin"
4842
+ #~ msgstr "Cara&#537;-Severin"
4843
+
4844
+ #~ msgid "Buz&#259;u"
4845
+ #~ msgstr "Buz&#259;u"
4846
+
4847
+ #~ msgid "Bucure&#537;ti"
4848
+ #~ msgstr "Bucure&#537;ti"
4849
+
4850
+ #~ msgid "Bra&#537;ov"
4851
+ #~ msgstr "Bra&#537;ov"
4852
+
4853
+ #~ msgid "Br&#259;ila"
4854
+ #~ msgstr "Br&#259;ila"
4855
+
4856
+ #~ msgid "Boto&#537;ani"
4857
+ #~ msgstr "Boto&#537;ani"
4858
+
4859
+ #~ msgid "Bistri&#539;a-N&#259;s&#259;ud"
4860
+ #~ msgstr "Bistri&#539;a-N&#259;s&#259;ud"
4861
+
4862
+ #~ msgid "Bac&#259;u"
4863
+ #~ msgstr "Bac&#259;u"
4864
+
4865
+ #~ msgid "Arge&#537;"
4866
+ #~ msgstr "Arge&#537;"
4867
+
4868
+ #~ msgid "Ungheni"
4869
+ #~ msgstr "Ungheni"
4870
+
4871
+ #~ msgid "Telene&#537;ti"
4872
+ #~ msgstr "Telene&#537;ti"
4873
+
4874
+ #~ msgid "Taraclia"
4875
+ #~ msgstr "Taraclia"
4876
+
4877
+ #~ msgid "&#536;tefan Vod&#259;"
4878
+ #~ msgstr "&#536;tefan Vod&#259;"
4879
+
4880
+ #~ msgid "&#536;old&#259;ne&#537;ti"
4881
+ #~ msgstr "&#536;old&#259;ne&#537;ti"
4882
+
4883
+ #~ msgid "Str&#259;&#537;eni"
4884
+ #~ msgstr "Str&#259;&#537;eni"
4885
+
4886
+ #~ msgid "Soroca"
4887
+ #~ msgstr "Soroca"
4888
+
4889
+ #~ msgid "S&icirc;ngerei"
4890
+ #~ msgstr "S&icirc;ngerei"
4891
+
4892
+ #~ msgid "R&icirc;&#537;cani"
4893
+ #~ msgstr "R&icirc;&#537;cani"
4894
+
4895
+ #~ msgid "Rezina"
4896
+ #~ msgstr "Rezina"
4897
+
4898
+ #~ msgid "Orhei"
4899
+ #~ msgstr "Orhei"
4900
+
4901
+ #~ msgid "Ocni&#539;a"
4902
+ #~ msgstr "Ocni&#539;a"
4903
+
4904
+ #~ msgid "Nisporeni"
4905
+ #~ msgstr "Nisporeni"
4906
+
4907
+ #~ msgid "Leova"
4908
+ #~ msgstr "Leova"
4909
+
4910
+ #~ msgid "Ialoveni"
4911
+ #~ msgstr "Ialoveni"
4912
+
4913
+ #~ msgid "H&icirc;nce&#537;ti"
4914
+ #~ msgstr "H&icirc;nce&#537;ti"
4915
+
4916
+ #~ msgid "Glodeni"
4917
+ #~ msgstr "Glodeni"
4918
+
4919
+ #~ msgid "UTA G&#259;g&#259;uzia"
4920
+ #~ msgstr "UTA G&#259;g&#259;uzia"
4921
+
4922
+ #~ msgid "Flore&#537;ti"
4923
+ #~ msgstr "Flore&#537;ti"
4924
+
4925
+ #~ msgid "F&#259;le&#537;ti"
4926
+ #~ msgstr "F&#259;le&#537;ti"
4927
+
4928
+ #~ msgid "Edine&#539;"
4929
+ #~ msgstr "Edine&#539;"
4930
+
4931
+ #~ msgid "Dub&#259;sari"
4932
+ #~ msgstr "Dub&#259;sari"
4933
+
4934
+ #~ msgid "Drochia"
4935
+ #~ msgstr "Drochia"
4936
+
4937
+ #~ msgid "Dondu&#537;eni"
4938
+ #~ msgstr "Dondu&#537;eni"
4939
+
4940
+ #~ msgid "Criuleni"
4941
+ #~ msgstr "Criuleni"
4942
+
4943
+ #~ msgid "Cimi&#537;lia"
4944
+ #~ msgstr "Cimi&#537;lia"
4945
+
4946
+ #~ msgid "C&#259;u&#537;eni"
4947
+ #~ msgstr "C&#259;u&#537;eni"
4948
+
4949
+ #~ msgid "C&#259;l&#259;ra&#537;i"
4950
+ #~ msgstr "C&#259;l&#259;ra&#537;i"
4951
+
4952
+ #~ msgid "Cantemir"
4953
+ #~ msgstr "Cantemir"
4954
+
4955
+ #~ msgid "Cahul"
4956
+ #~ msgstr "Cahul"
4957
+
4958
+ #~ msgid "Briceni"
4959
+ #~ msgstr "Briceni"
4960
+
4961
+ #~ msgid "Basarabeasca"
4962
+ #~ msgstr "Basarabeasca"
4963
+
4964
+ #~ msgid "Anenii Noi"
4965
+ #~ msgstr "Anenii Noi"
4966
+
4967
+ #~ msgid "B&#259;l&#539;i"
4968
+ #~ msgstr "B&#259;l&#539;i"
4969
+
4970
+ #~ msgid "Chi&#537;in&#259;u"
4971
+ #~ msgstr "Chi&#537;in&#259;u"
4972
+
4973
+ #~ msgid ""
4974
+ #~ "New payment methods can only be added during checkout. Please contact us "
4975
+ #~ "if you require assistance."
4976
+ #~ msgstr ""
4977
+ #~ "Los nuevos métodos de pago solo se pueden añadir durante el pago. Por "
4978
+ #~ "favor, contáctanos si necesitas ayuda."
4979
+
4980
+ #~ msgid "Belarusian ruble (old)"
4981
+ #~ msgstr "Rublo bieloruso (antiguo)"
4982
+
4983
+ #~ msgid ""
4984
+ #~ "This key is invalid or has already been used. Please reset your password "
4985
+ #~ "again if needed."
4986
+ #~ msgstr ""
4987
+ #~ "La clave no es válida o ya se ha utilizado. Por favor, restablece tu "
4988
+ #~ "contraseña de nuevo si la necesitas."
4989
+
4990
+ #~ msgid "Customer invoice / Order details"
4991
+ #~ msgstr "Recibo del cliente / Detalles del pedido"
4992
+
4993
+ #~ msgid "End date of sale price, as GMT."
4994
+ #~ msgstr "Fecha de finalización del precio rebajado, en GMT."
4995
+
4996
+ #~ msgid "Define if the variation is visible on the product's page."
4997
+ #~ msgstr "Define si la variación es visible en la página del producto."
4998
+
4999
+ #~ msgid "Email invoice / order details to customer"
5000
+ #~ msgstr "Enviar los detalles del pedido al cliente"
5001
+
5002
+ #~ msgid "Resend new order notification"
5003
+ #~ msgstr "Volver a enviar el aviso de nuevo pedido"
5004
+
5005
+ #~ msgid "Order updated and sent."
5006
+ #~ msgstr "Pedido actualizado y enviado."
5007
+
5008
+ #~ msgid ""
5009
+ #~ "Your site might be on a private network. Jetpack can only connect to "
5010
+ #~ "public sites. Please make sure your site is visible over the internet, "
5011
+ #~ "and then try connecting again 🙏."
5012
+ #~ msgstr ""
5013
+ #~ "Tu sitio podría estar en una red privada. Jetpack solo puede conectarse a "
5014
+ #~ "sitios públicos. Por favor asegúrate de que tu sitio está visible en "
5015
+ #~ "internet y después intenta conectarlo de nuevo 🙏."
5016
+
5017
+ #~ msgid ""
5018
+ #~ "Sorry! We couldn't contact Jetpack just now 😭. Please make sure that your "
5019
+ #~ "site is visible over the internet, and that it accepts incoming and "
5020
+ #~ "outgoing requests via curl. You can also try to connect to Jetpack again, "
5021
+ #~ "and if you run into any more issues, please contact support."
5022
+ #~ msgstr ""
5023
+ #~ "¡Lo siento! No hemos podido contactar con Jetpack justo ahora 😭. Por "
5024
+ #~ "favor asegúrate de que tu sitio está visible en internet y que acepta "
5025
+ #~ "peticiones de entrada y salida vía curl. Puedes también intentar conectar "
5026
+ #~ "Jetpack de nuevo, y si tienes más problemas, por favor contacta con "
5027
+ #~ "soporte."
5028
+
5029
+ #~ msgid ""
5030
+ #~ "Sorry! We tried, but we couldn't install Jetpack for you 😭. Please go to "
5031
+ #~ "the Plugins tab to install it, and finish setting up your store."
5032
+ #~ msgstr ""
5033
+ #~ "¡Lo siento! Hemos intentado pero no hemos podido instalar Jetpack por ti "
5034
+ #~ "😭. Por favor ve a la pestaña de Plugins para instalarlo y terminar de "
5035
+ #~ "configurar tu tienda."
5036
+
5037
+ #~ msgid ""
5038
+ #~ "Sorry! We tried, but we couldn't connect Jetpack just now 😭. Please go to "
5039
+ #~ "the Plugins tab to connect Jetpack, so that you can finish setting up "
5040
+ #~ "your store."
5041
+ #~ msgstr ""
5042
+ #~ "¡Lo siento! Hemos intentado pero no hemos podido conectarnos con Jetpack "
5043
+ #~ "justo ahora 😭. Por favor ve a la pestaña de Plugins para conectar Jetpack "
5044
+ #~ "y así poder terminar de configurar tu tienda."
5045
+
5046
+ #~ msgid "Finish setting up your store"
5047
+ #~ msgstr "Terminar de configurar tu tienda"
5048
+
5049
+ #~ msgid "Sorry, we couldn't connect your store to Jetpack"
5050
+ #~ msgstr "Lo siento, no hemos podido conectar tu tienda con Jetpack"
5051
+
5052
+ #~ msgid "Stripe email address"
5053
+ #~ msgstr "Dirección de correo electrónico de Stripe"
5054
+
5055
+ #~ msgid "Stripe email address:"
5056
+ #~ msgstr "Dirección de correo electrónico de Stripe:"
5057
+
5058
+ #~ msgid "I plan to sell both physical and digital products"
5059
+ #~ msgstr "Tengo pensado vender tanto productos físicos como digitales"
5060
+
5061
+ #~ msgid ""
5062
+ #~ "The following wizard will help you configure your store and get you "
5063
+ #~ "started quickly."
5064
+ #~ msgstr ""
5065
+ #~ "El asistente a continuación te ayudará a configurar tu tienda y empezar a "
5066
+ #~ "funcionar rápidamente."
5067
+
5068
+ #~ msgid ""
5069
+ #~ "There are no shipping methods available. Please ensure that your address "
5070
+ #~ "has been entered correctly, or contact us if you need any help."
5071
+ #~ msgstr ""
5072
+ #~ "No hay métodos de envío disponibles. Por favor, asegúrate de que has "
5073
+ #~ "introducido correctamente tu dirección, o contáctanos si necesitas ayuda."
5074
+
5075
+ #~ msgid "Recent Viewed Products"
5076
+ #~ msgstr "Productos vistos recientemente"
5077
+
5078
+ #~ msgid "Upload a new file"
5079
+ #~ msgstr "Subir un nuevo archivo"
5080
+
5081
+ #~ msgid ""
5082
+ #~ "The file is empty or using a different encoding than UTF-8, please try "
5083
+ #~ "again with a new file."
5084
+ #~ msgstr ""
5085
+ #~ "El archivo está vacío o utiliza una codificación diferente a UTF-8, por "
5086
+ #~ "favor, inténtalo de nuevo con un nuevo archivo."
5087
+
5088
+ #~ msgid ""
5089
+ #~ "Transfer existing products to your new store — just import a CSV file."
5090
+ #~ msgstr ""
5091
+ #~ "Transfiere productos existentes a tu nueva tienda — simplemente importa "
5092
+ #~ "un archivo CSV."
5093
+
5094
+ #~ msgid "Have an existing store?"
5095
+ #~ msgstr "¿Ya tienes una tienda?"
5096
+
5097
+ #~ msgid "Create a product"
5098
+ #~ msgstr "Crea un producto"
5099
+
5100
+ #~ msgid "Yes please!"
5101
+ #~ msgstr "¡Sí, por favor!"
5102
+
5103
+ #~ msgid ""
5104
+ #~ "We're here for you — get tips, product updates, and inspiration straight "
5105
+ #~ "to your mailbox."
5106
+ #~ msgstr ""
5107
+ #~ "Estamos aquí para ayudarte — consigue trucos, actualizaciones de "
5108
+ #~ "productos e inspiración directamente en tu bandeja de entrada."
5109
+
5110
+ #~ msgid "You're ready to start selling!"
5111
+ #~ msgstr "¡Ya estás listo para empezar a vender!"
5112
+
5113
+ #~ msgid ""
5114
+ #~ "Watch our <a href=\"%1$s\" target=\"_blank\">guided tour videos</a> to "
5115
+ #~ "learn more about WooCommerce, and visit WooCommerce.com to learn more "
5116
+ #~ "about <a href=\"%2$s\" target=\"_blank\">getting started</a>."
5117
+ #~ msgstr ""
5118
+ #~ "Echa un vistazo a nuestros <a href=\"%1$s\" target=\"_blank\">vídeos de "
5119
+ #~ "visita guiada</a> para aprender más sobre WooCommerce, y visita "
5120
+ #~ "WooCommerce.com para aprender más sobre <a href=\"%2$s\" target=\"_blank"
5121
+ #~ "\">cómo empezar</a>."
5122
+
5123
+ #~ msgid ""
5124
+ #~ "Share new items on social media the moment they're live in your store."
5125
+ #~ msgstr ""
5126
+ #~ "Comparte los nuevos productos en las redes sociales en el momento en que "
5127
+ #~ "estén publicados en tu tienda."
5128
+
5129
+ #~ msgid "Product promotion"
5130
+ #~ msgstr "Promoción de productos"
5131
+
5132
+ #~ msgid "Get an alert if your store is down for even a few minutes."
5133
+ #~ msgstr ""
5134
+ #~ "Recibe una alerta si se cae tu tienda aunque solo sea unos pocos minutos."
5135
+
5136
+ #~ msgid "Store monitoring"
5137
+ #~ msgstr "Vigilancia de la tienda"
5138
+
5139
+ #~ msgid ""
5140
+ #~ "Get insights on how your store is doing, including total sales, top "
5141
+ #~ "products, and more."
5142
+ #~ msgstr ""
5143
+ #~ "Obtén estadísticas de cómo va tu tienda, incluyendo ventas totales, los "
5144
+ #~ "productos más vendidos y más."
5145
+
5146
+ #~ msgid "Store stats"
5147
+ #~ msgstr "Estadísticas de la tienda"
5148
+
5149
+ #~ msgid "Protect your store from unauthorized access."
5150
+ #~ msgstr "Protege tu tienda de accesos no autorizados."
5151
+
5152
+ #~ msgid "Better security"
5153
+ #~ msgstr "Mejor seguridad"
5154
+
5155
+ #~ msgid "Bonus reasons you'll love Jetpack"
5156
+ #~ msgstr "Razones adicionales por las que te encantará Jetpack"
5157
+
5158
+ #~ msgid ""
5159
+ #~ "By connecting your site you agree to our fascinating <a href=\"%1$s\" "
5160
+ #~ "target=\"_blank\">Terms of Service</a> and to <a href=\"%2$s\" target="
5161
+ #~ "\"_blank\">share details</a> with WordPress.com"
5162
+ #~ msgstr ""
5163
+ #~ "Al conectar tu sitio aceptas nuestros fascinantes <a href=\"%1$s\" target="
5164
+ #~ "\"_blank\">términos del servicio</a> y a <a href=\"%2$s\" target=\"_blank"
5165
+ #~ "\">compartir detalles</a> con WordPress.com"
5166
+
5167
+ #~ msgid "Connect your store to Jetpack to enable extra features"
5168
+ #~ msgstr ""
5169
+ #~ "Conecta tu tienda a Jetpack para activar características adicionales"
5170
+
5171
+ #~ msgid "Connect your store to Jetpack"
5172
+ #~ msgstr "Conecta tu tienda a Jetpack"
5173
+
5174
+ #~ msgid "live rates and discounted shipping labels"
5175
+ #~ msgstr "tarifas actualizadas y etiquetas de envío con descuento"
5176
+
5177
+ #~ msgid "automated taxes"
5178
+ #~ msgstr "tarifas automáticas"
5179
+
5180
+ #~ msgid "automated taxes, live rates and discounted shipping labels"
5181
+ #~ msgstr ""
5182
+ #~ "tasas automáticas, tarifas actualizadas y etiquetas de envío con descuento"
5183
+
5184
+ #~ msgid "payment setup, live rates and discounted shipping labels"
5185
+ #~ msgstr ""
5186
+ #~ "configuración de pagos, tarifas en tiempo real y etiquetas de envío con "
5187
+ #~ "descuento"
5188
+
5189
+ #~ msgid ""
5190
+ #~ "payment setup, automated taxes, live rates and discounted shipping labels"
5191
+ #~ msgstr ""
5192
+ #~ "configuración de pagos, impuestos automáticos, tarifas actualizadas y "
5193
+ #~ "etiquetas de envío con descuento"
5194
+
5195
+ #~ msgid ""
5196
+ #~ "Your store is almost ready! To activate services like %s, just connect "
5197
+ #~ "with Jetpack."
5198
+ #~ msgstr ""
5199
+ #~ "¡Tu tienda está casi lista! Para activar servicios como %s simplemente "
5200
+ #~ "conecta con Jetpack."
5201
+
5202
+ #~ msgid "Automated Taxes"
5203
+ #~ msgstr "Impuestos automáticos"
5204
+
5205
+ #~ msgid "Storefront Theme"
5206
+ #~ msgstr "Tema Storefront"
5207
+
5208
+ #~ msgid "Collect payments from customers offline."
5209
+ #~ msgstr "Acepta pagos sin conexión de tus clientes. "
5210
+
5211
+ #~ msgid ""
5212
+ #~ "WooCommerce can accept both online and offline payments. <a href=\"%s\" "
5213
+ #~ "target=\"_blank\">Additional payment methods</a> can be installed later."
5214
+ #~ msgstr ""
5215
+ #~ "WooCommerce puede aceptar tanto pagos online como offline. Los <a href="
5216
+ #~ "\"%s\" target=\"_blank\">métodos de pago adicionales</a> se pueden "
5217
+ #~ "instalar más tarde."
5218
+
5219
+ #~ msgid "PayPal email address:"
5220
+ #~ msgstr "Dirección de correo electrónico de PayPal:"
5221
+
5222
+ #~ msgid "Shipping Method"
5223
+ #~ msgstr "Método de envío"
5224
+
5225
+ #~ msgid "Shipping Zone"
5226
+ #~ msgstr "Zona de envío"
5227
+
5228
+ #~ msgid "Don't charge for shipping."
5229
+ #~ msgstr "No cobrar por el envío."
5230
+
5231
+ #~ msgid "What would you like to charge for flat rate shipping?"
5232
+ #~ msgstr "¿Que te gustaría cobrar por la tarifa fija de envío?"
5233
+
5234
+ #~ msgid "Set a fixed price to cover shipping costs."
5235
+ #~ msgstr "Establece un precio fijo para cubrir los costes de envío."
5236
+
5237
+ #~ msgid "Flat Rate"
5238
+ #~ msgstr "Tarifa fija"
5239
+
5240
+ #~ msgid "Jetpack"
5241
+ #~ msgstr "Jetpack"
5242
+
5243
+ #~ msgid "I plan to sell digital products"
5244
+ #~ msgstr "Tengo pensado vender productos digitales"
5245
+
5246
+ #~ msgid "I plan to sell physical products"
5247
+ #~ msgstr "Tengo pensado vender productos físicos"
5248
+
5249
+ #~ msgid "What type of products do you plan to sell?"
5250
+ #~ msgstr "¿Qué tipos de productos tienes pensado vender?"
5251
+
5252
+ #~ msgid "Store setup"
5253
+ #~ msgstr "Configuración de la tienda"
5254
+
5255
+ #~ msgid ""
5256
+ #~ "Generic add/update/get meta methods should not be used for internal meta "
5257
+ #~ "data, including \"%s\". Use getters and setters."
5258
+ #~ msgstr ""
5259
+ #~ "Los métodos meta add/update/get no deberían usarse para los metadatos "
5260
+ #~ "internos, incluido \"%s\". Utiliza getters y setters."
5261
+
5262
+ #~ msgid "Products by Rating"
5263
+ #~ msgstr "Productos por puntuación"
5264
+
5265
+ #~ msgid "A list of your store's top-rated products."
5266
+ #~ msgstr "Una lista de los productos más valorados de tu tienda."
5267
+
5268
+ #~ msgid "Display a list of a customer's recently viewed products."
5269
+ #~ msgstr ""
5270
+ #~ "Muestra una lista de los productos recientemente vistos por un cliente."
5271
+
5272
+ #~ msgid "Recent Product Reviews"
5273
+ #~ msgstr "Valoraciones recientes de productos"
5274
+
5275
+ #~ msgid "Display a list of recent reviews from your store."
5276
+ #~ msgstr "Muestra una lista de valoraciones recientes de tu tienda."
5277
+
5278
+ #~ msgid "Filter Products by Rating"
5279
+ #~ msgstr "Filtrar productos por puntuación"
5280
+
5281
+ #~ msgid "Display a list of star ratings to filter products in your store."
5282
+ #~ msgstr ""
5283
+ #~ "Muestra una lista de puntuaciones de estrellas para filtrar productos en "
5284
+ #~ "tu tienda."
5285
+
5286
+ #~ msgid "A list of your store's products."
5287
+ #~ msgstr "Una lista de los productos de tu tienda."
5288
+
5289
+ #~ msgid "Product Tag Cloud"
5290
+ #~ msgstr "Nube de etiquetas de productos"
5291
+
5292
+ #~ msgid "A cloud of your most used product tags."
5293
+ #~ msgstr "Una nube de las etiquetas de producto más utilizadas."
5294
+
5295
+ #~ msgid "Product Search"
5296
+ #~ msgstr "Búsqueda de productos"
5297
+
5298
+ #~ msgid "A search form for your store."
5299
+ #~ msgstr "Un formulario de búsqueda para tu tienda."
5300
+
5301
+ #~ msgid "Maximum depth"
5302
+ #~ msgstr "Profundidad máxima"
5303
+
5304
+ #~ msgid "Filter Products by Price"
5305
+ #~ msgstr "Filtrar productos por precio"
5306
+
5307
+ #~ msgid "Display a slider to filter products in your store by price."
5308
+ #~ msgstr ""
5309
+ #~ "Muestra un control deslizante para filtrar productos de tu tienda por "
5310
+ #~ "precio."
5311
+
5312
+ #~ msgid "Filter Products by Attribute"
5313
+ #~ msgstr "Filtrar productos por atributo"
5314
+
5315
+ #~ msgid "Display a list of attributes to filter products in your store."
5316
+ #~ msgstr ""
5317
+ #~ "Muestra una lista de atributos por los que filtrar productos de tu tienda."
5318
+
5319
+ #~ msgid "Active Product Filters"
5320
+ #~ msgstr "Filtros de productos activos"
5321
+
5322
+ #~ msgid "Display a list of active product filters."
5323
+ #~ msgstr "Muestra una lista de filtros de productos activos."
5324
+
5325
+ #~ msgid "Display the customer shopping cart."
5326
+ #~ msgstr "Muestra el carrito de compra del cliente."
5327
+
5328
+ #~ msgid "Relevance"
5329
+ #~ msgstr "Relevancia"
5330
+
5331
+ #~ msgid "%1$s should not be called before the %2$s action."
5332
+ #~ msgstr "%1$s no debería reclamarse antes de la acción %2$s."
5333
+
5334
+ #~ msgid "Please, provide an attribute name."
5335
+ #~ msgstr "Por favor, facilita un nombre de atributo."
5336
+
5337
+ #~ msgid ""
5338
+ #~ "Sorry, the order could not be found. Please contact us if you are having "
5339
+ #~ "difficulty finding your order details."
5340
+ #~ msgstr ""
5341
+ #~ "Lo siento, no se ha podido encontrar el pedido. Por favor, contáctanos si "
5342
+ #~ "estás teniendo dificultades para encontrar los detalles de tu pedido."
5343
+
5344
+ #~ msgid "Please enter a valid email address"
5345
+ #~ msgstr "Por favor, introduce una dirección de correo electrónico válida"
5346
+
5347
+ #~ msgid ""
5348
+ #~ "Sorry, \"%s\" is no longer in stock so this order cannot be paid for. We "
5349
+ #~ "apologize for any inconvenience caused."
5350
+ #~ msgstr ""
5351
+ #~ "Lo siento, ya no hay existencias de \"%s\" así que no se puede pagar este "
5352
+ #~ "pedido. Sentimos cualquier inconveniente que te haya causado."
5353
+
5354
+ #~ msgid "%1$s was called with an invalid level \"%2$s\"."
5355
+ #~ msgstr "%1$s se reclamó con un nivel no válido \"%2$s\"."
5356
+
5357
+ #~ msgid "The provided handler %1$s does not implement %2$s."
5358
+ #~ msgstr "El gestor ofrecido %1$s no incluye %2$s."
5359
+
5360
+ #~ msgid "Unable to add payment method to your account."
5361
+ #~ msgstr "No ha sido posible añadir el método de pago a tu cuenta."
5362
+
5363
+ #~ msgid "Payment method successfully added."
5364
+ #~ msgstr "Método de pago añadido con éxito."
5365
+
5366
+ #~ msgid "Invalid payment gateway."
5367
+ #~ msgstr "Pasarela de pago no válida."
5368
+
5369
+ #~ msgid "Sorry, this coupon is not applicable to selected products."
5370
+ #~ msgstr ""
5371
+ #~ "Lo siento, este cupón no se puede aplicar a los productos seleccionados."
5372
+
5373
+ #~ msgid "Invalid discount amount"
5374
+ #~ msgstr "Cantidad de descuento no válida"
5375
+
5376
+ #~ msgid "Create account password"
5377
+ #~ msgstr "Crear una contraseña para la cuenta"
5378
+
5379
+ #~ msgid "Fee has already been added."
5380
+ #~ msgstr "La cuota ya se ha añadido."
5381
+
5382
+ #~ msgid "%s fee"
5383
+ #~ msgstr "%s de cuota"
5384
+
5385
+ #~ msgid "%d indexes added"
5386
+ #~ msgstr "%d índices añadidos"
5387
+
5388
+ #~ msgid "Reset usage tracking"
5389
+ #~ msgstr "Restablecer el seguimiento de uso"
5390
+
5391
+ #~ msgid ""
5392
+ #~ "This option will delete ALL of your tax rates, use with caution. This "
5393
+ #~ "action cannot be reversed."
5394
+ #~ msgstr ""
5395
+ #~ "Esta opción borrará TODAS tus tasas de impuestos, úsala con precaución. "
5396
+ #~ "Esta acción es irreversible."
5397
+
5398
+ #~ msgid "Delete tax rates"
5399
+ #~ msgstr "Borrar tasas de impuestos"
5400
+
5401
+ #~ msgid "Create pages"
5402
+ #~ msgstr "Crear páginas"
5403
+
5404
+ #~ msgid "Create default WooCommerce pages"
5405
+ #~ msgstr "Crea las páginas por defecto de WooCommerce"
5406
+
5407
+ #~ msgid "Clear customer sessions"
5408
+ #~ msgstr "Borrar las sesiones de cliente"
5409
+
5410
+ #~ msgid ""
5411
+ #~ "This tool will add address indexes to orders that do not have them yet. "
5412
+ #~ "This improves order search results."
5413
+ #~ msgstr ""
5414
+ #~ "Esta herramienta añadirá índices de direcciones a los pedidos que aún no "
5415
+ #~ "los tengan. Esto mejora los resultados de búsqueda de pedidos."
5416
+
5417
+ #~ msgid "Index orders"
5418
+ #~ msgstr "Indexar pedidos"
5419
+
5420
+ #~ msgid "Order address indexes"
5421
+ #~ msgstr "Ordenar índices de direcciones"
5422
+
5423
+ #~ msgid "WooCommerce transients"
5424
+ #~ msgstr "Datos temporales de WooCommerce"
5425
+
5426
+ #~ msgctxt "Page setting"
5427
+ #~ msgid "Terms and conditions"
5428
+ #~ msgstr "Términos y condiciones"
5429
+
5430
+ #~ msgid "Not tested with the active version of WooCommerce"
5431
+ #~ msgstr "No probado con la versión activa de WooCommerce"
5432
+
5433
+ #~ msgid "Post Type Counts"
5434
+ #~ msgstr "Contador de tipo de contenido"
5435
+
5436
+ #~ msgid "Data: %1$.2fMB + Index: %2$.2fMB"
5437
+ #~ msgstr "Datos: %1$.2fMB + Índice: %2$.2fMB"
5438
+
5439
+ #~ msgid "Database Index Size"
5440
+ #~ msgstr "Tamaño del índice de la base de datos"
5441
+
5442
+ #~ msgid "Database Data Size"
5443
+ #~ msgstr "Tamaño de los datos de la base de datos"
5444
+
5445
+ #~ msgid "Total Database Size"
5446
+ #~ msgstr "Tamaño total de la base de datos"
5447
+
5448
+ #~ msgid "%s failed. Contact your hosting provider."
5449
+ #~ msgstr "%s falló. Contacta con to proveedor de alojamiento."
5450
+
5451
+ #~ msgid ""
5452
+ #~ "Forcing downloads will keep URLs hidden, but some servers may serve large "
5453
+ #~ "files unreliably. If supported, %1$s / %2$s can be used to serve "
5454
+ #~ "downloads instead (server requires %3$s)."
5455
+ #~ msgstr ""
5456
+ #~ "Forzar las descargas mantendrá ocultas las URLs, pero algunos servidores "
5457
+ #~ "puede que sirvan archivos grandes de modo poco fiable. Si fuese "
5458
+ #~ "compatible, se pueden usar %1$s / %2$s para servir descargas en su lugar "
5459
+ #~ "(el servidor requiere %3$s)."
5460
+
5461
+ #~ msgid "The postal code, if any, in which your business is located."
5462
+ #~ msgstr "El código postal, si lo hubiera, en el que está situado tu negocio."
5463
+
5464
+ #~ msgid ""
5465
+ #~ "The country and state or province, if any, in which your business is "
5466
+ #~ "located."
5467
+ #~ msgstr ""
5468
+ #~ "El país, región o provincia, si lo hubiera, en el que está situado tu "
5469
+ #~ "negocio."
5470
+
5471
+ #~ msgid "The city in which your business is located."
5472
+ #~ msgstr "La ciudad en la que está situado tu negocio."
5473
+
5474
+ #~ msgid "An additional, optional address line for your business location."
5475
+ #~ msgstr ""
5476
+ #~ "Una línea de dirección adicional, opcional, para la ubicación de tu "
5477
+ #~ "negocio."
5478
+
5479
+ #~ msgid "The street address for your business location."
5480
+ #~ msgstr "La dirección de la calle de la ubicación de tu negocio."
5481
+
5482
+ #~ msgid ""
5483
+ #~ "This is where your business is located. Tax rates and shipping rates will "
5484
+ #~ "use this address."
5485
+ #~ msgstr ""
5486
+ #~ "Aquí es donde está situado tu negocio. Las tasas de impuestos y tasas de "
5487
+ #~ "envío usarán esta dirección."
5488
+
5489
+ #~ msgid "Store Address"
5490
+ #~ msgstr "Dirección de la tienda"
5491
+
5492
+ #~ msgid "Update now"
5493
+ #~ msgstr "Actualizar ahora"
5494
+
5495
+ #~ msgid ""
5496
+ #~ "As this is a major update, we strongly recommend creating a backup of "
5497
+ #~ "your site before updating."
5498
+ #~ msgstr ""
5499
+ #~ "Como esta es una actualización mayor recomendamos encarecidamente crear "
5500
+ #~ "una copia de seguridad de tu sitio antes de actualizar."
5501
+
5502
+ #~ msgid ""
5503
+ #~ "The following active plugin(s) have not declared compatibility with "
5504
+ #~ "WooCommerce %s yet and should be updated and examined further before you "
5505
+ #~ "proceed:"
5506
+ #~ msgstr ""
5507
+ #~ "El/los siguiente/s plugin/s activo/s no han declarado compatibilidad con "
5508
+ #~ "WooCommerce %s aún y deberías actualizarlos y revisarlos algo más antes "
5509
+ #~ "de proceder:"
5510
+
5511
+ #~ msgid "This is a major update, are you sure you're ready?"
5512
+ #~ msgstr "Esta es una actualización mayor, ¿estás seguro de que estás listo?"
5513
+
5514
+ #~ msgid "Tested up to WooCommerce version"
5515
+ #~ msgstr "Probado hasta la versión de WooCommerce"
5516
+
5517
+ #~ msgid "Plugin"
5518
+ #~ msgstr "Plugin"
5519
+
5520
+ #~ msgid "unknown"
5521
+ #~ msgstr "desconocido"
5522
+
5523
+ #~ msgid ""
5524
+ #~ "<strong>Heads up!</strong> The versions of the following plugins you're "
5525
+ #~ "running haven't been tested with WooCommerce %s. Please update them or "
5526
+ #~ "confirm compatibility before updating WooCommerce, or you may experience "
5527
+ #~ "issues:"
5528
+ #~ msgstr ""
5529
+ #~ "<strong>¡Ojo!</strong> Las versiones que estás ejecutando de los "
5530
+ #~ "siguientes plugins aún no se han probado con WooCommerce %s. Por favor, "
5531
+ #~ "actualízalos o confirma su compatibilidad antes de actualizar WooCommerce "
5532
+ #~ "o podrías experimentar problemas:"
5533
+
5534
+ #~ msgid "The class %1$s provided by %2$s filter must implement %3$s."
5535
+ #~ msgstr "La clase %1$s ofrecida por el filtro %2$s debe implementar %3$s."
5536
+
5537
+ #~ msgid ""
5538
+ #~ "<strong>Heads up!</strong> The versions of the following plugins you're "
5539
+ #~ "running haven't been tested with the latest version of WooCommerce (%s)."
5540
+ #~ msgstr ""
5541
+ #~ "<strong>¡Ojo!</strong> Las versiones que estás ejecutando de los "
5542
+ #~ "siguientes plugins no se han probado con la última versión de WooCommerce "
5543
+ #~ "(%s)."
5544
+
5545
+ #~ msgid "Refund #%1$s - %2$s by %3$s"
5546
+ #~ msgstr "Reembolso #%1$s - %2$s por %3$s"
5547
+
5548
+ #~ msgid "Add shipping"
5549
+ #~ msgstr "Añadir envío"
5550
+
5551
+ #~ msgid ""
5552
+ #~ "The stock has not been updated because the value has changed since "
5553
+ #~ "editing. Product %1$d has %2$d units in stock."
5554
+ #~ msgstr ""
5555
+ #~ "No se ha actualizado el inventario debido a que el valor cambió mientras "
5556
+ #~ "se modificaba. El producto %1$d tiene %2$d existencias en el inventario."
5557
+
5558
+ #~ msgid "Order details manually sent to customer."
5559
+ #~ msgstr "Detalles del pedido enviados manualmente al cliente."
5560
+
5561
+ #~ msgid "Position"
5562
+ #~ msgstr "Posición"
5563
+
5564
+ #~ msgid "Sort by:"
5565
+ #~ msgstr "Ordenar por:"
5566
+
5567
+ #~ msgid ""
5568
+ #~ "Below is a list of extensions available on your WooCommerce.com account. "
5569
+ #~ "To receive extension updates please make sure the extension is installed, "
5570
+ #~ "and its subscription activated and connected to your WooCommerce.com "
5571
+ #~ "account. Extensions can be activated from the <a href=\"%s\">Plugins</a> "
5572
+ #~ "screen."
5573
+ #~ msgstr ""
5574
+ #~ "Abajo tienes una lista de las extensiones disponibles en tu cuenta de "
5575
+ #~ "WooCommerce.com. Para recibir actualizaciones de una extensión asegúrate "
5576
+ #~ "de que la extensión esté instalada, y de que su suscripción esté activa y "
5577
+ #~ "conectada a tu cuenta de WordPress.com. Las extensiones pueden activarse "
5578
+ #~ "desde la pantalla de <a href=\"%s\">Plugins</a>."
5579
+
5580
+ #~ msgid "Expired"
5581
+ #~ msgstr "Caducada"
5582
+
5583
+ #~ msgid "Expiring Soon"
5584
+ #~ msgstr "Caduca pronto"
5585
+
5586
+ #~ msgid "Update Available"
5587
+ #~ msgstr "Actualización disponible"
5588
+
5589
+ #~ msgid "Country / State"
5590
+ #~ msgstr "País / Región"
5591
+
5592
+ #~ msgid "Terms and Conditions Page"
5593
+ #~ msgstr "Página de términos y condiciones"
5594
+
5595
+ #~ msgid "My Account Page"
5596
+ #~ msgstr "Página de mi cuenta"
5597
+
5598
+ #~ msgid "Checkout Page"
5599
+ #~ msgstr "Página de pago"
5600
+
5601
+ #~ msgid "Cart Page"
5602
+ #~ msgstr "Página del carrito"
5603
+
5604
+ #~ msgid ""
5605
+ #~ "If you like %1$s please leave us a %2$s rating. A huge thanks in advance!"
5606
+ #~ msgstr ""
5607
+ #~ "Si te gusta %1$s, por favor, déjanos una valoración de %2$s. ¡Gracias "
5608
+ #~ "anticipadas!"
5609
+
5610
+ #~ msgid "Coupon scheduled for: %s."
5611
+ #~ msgstr "Cupón programado para: %s"
5612
+
5613
+ #~ msgid "Order scheduled for: %s."
5614
+ #~ msgstr "Pedido programado para: %s"
5615
+
5616
+ #~ msgid "Extensions %s"
5617
+ #~ msgstr "Extensiones %s"
5618
+
5619
+ #~ msgid "Enter a fixed amount or percentage to apply as a fee."
5620
+ #~ msgstr "Introduce una cantidad fija o porcentaje a aplicar como cuota."
5621
+
5622
+ #~ msgid "Enter a coupon code to apply to this order."
5623
+ #~ msgstr "Introduce un código de cupón para aplicarlo a este pedido."
5624
+
5625
+ #~ msgid "Invalid coupon"
5626
+ #~ msgstr "Cupón no válido"
5627
+
5628
+ #~ msgid "Yucat&aacute;n"
5629
+ #~ msgstr "Yucat&aacute;n"
5630
+
5631
+ #~ msgid "San Luis Potos&iacute;"
5632
+ #~ msgstr "San Luis Potos&iacute;"
5633
+
5634
+ #~ msgid "Quer&eacute;taro"
5635
+ #~ msgstr "Quer&eacute;taro"
5636
+
5637
+ #~ msgid "Michoac&aacute;n"
5638
+ #~ msgstr "Michoac&aacute;n"
5639
+
5640
+ #~ msgid "Estado de M&eacute;xico"
5641
+ #~ msgstr "Estado de M&eacute;xico"
5642
+
5643
+ #~ msgid "Nuevo Le&oacute;n"
5644
+ #~ msgstr "Nuevo Le&oacute;n"
5645
+
5646
+ #~ msgid "Ciudad de M&eacute;xico"
5647
+ #~ msgstr "Ciudad de M&eacute;xico"
5648
+
5649
+ #~ msgid "Z&uuml;rich"
5650
+ #~ msgstr "Z&uuml;rich"
5651
+
5652
+ #~ msgid "Zug"
5653
+ #~ msgstr "Zug"
5654
+
5655
+ #~ msgid "Vaud"
5656
+ #~ msgstr "Vaud"
5657
+
5658
+ #~ msgid "Valais"
5659
+ #~ msgstr "Valais"
5660
+
5661
+ #~ msgid "Uri"
5662
+ #~ msgstr "Uri"
5663
+
5664
+ #~ msgid "Ticino"
5665
+ #~ msgstr "Ticino"
5666
+
5667
+ #~ msgid "Thurgau"
5668
+ #~ msgstr "Thurgau"
5669
+
5670
+ #~ msgid "St. Gallen"
5671
+ #~ msgstr "St. Gallen"
5672
+
5673
+ #~ msgid "Solothurn"
5674
+ #~ msgstr "Solothurn"
5675
+
5676
+ #~ msgid "Schwyz"
5677
+ #~ msgstr "Schwyz"
5678
+
5679
+ #~ msgid "Schaffhausen"
5680
+ #~ msgstr "Schaffhausen"
5681
+
5682
+ #~ msgid "Obwalden"
5683
+ #~ msgstr "Obwalden"
5684
+
5685
+ #~ msgid "Nidwalden"
5686
+ #~ msgstr "Nidwalden"
5687
+
5688
+ #~ msgid "Neuch&acirc;tel"
5689
+ #~ msgstr "Neuch&acirc;tel"
5690
+
5691
+ #~ msgid "Luzern"
5692
+ #~ msgstr "Luzern"
5693
+
5694
+ #~ msgid "Jura"
5695
+ #~ msgstr "Jura"
5696
+
5697
+ #~ msgid "Graub&uuml;nden"
5698
+ #~ msgstr "Graub&uuml;nden"
5699
+
5700
+ #~ msgid "Glarus"
5701
+ #~ msgstr "Glarus"
5702
+
5703
+ #~ msgid "Geneva"
5704
+ #~ msgstr "Geneva"
5705
+
5706
+ #~ msgid "Fribourg"
5707
+ #~ msgstr "Fribourg"
5708
+
5709
+ #~ msgid "Bern"
5710
+ #~ msgstr "Bern"
5711
+
5712
+ #~ msgid "Basel-Stadt"
5713
+ #~ msgstr "Basel-Stadt"
5714
+
5715
+ #~ msgid "Basel-Landschaft"
5716
+ #~ msgstr "Basel-Landschaft"
5717
+
5718
+ #~ msgid "Appenzell Innerrhoden"
5719
+ #~ msgstr "Appenzell Innerrhoden"
5720
+
5721
+ #~ msgid "Appenzell Ausserrhoden"
5722
+ #~ msgstr "Appenzell Ausserrhoden"
5723
+
5724
+ #~ msgid "Aargau"
5725
+ #~ msgstr "Aargau"
5726
+
5727
+ #~ msgid "Zaire"
5728
+ #~ msgstr "Zaire"
5729
+
5730
+ #~ msgid "Uíge"
5731
+ #~ msgstr "Uíge"
5732
+
5733
+ #~ msgid "Namibe"
5734
+ #~ msgstr "Namibe"
5735
+
5736
+ #~ msgid "Moxico"
5737
+ #~ msgstr "Moxico"
5738
+
5739
+ #~ msgid "Malanje"
5740
+ #~ msgstr "Malanje"
5741
+
5742
+ #~ msgid "Lunda-Sul"
5743
+ #~ msgstr "Lunda-Sul"
5744
+
5745
+ #~ msgid "Lunda-Norte"
5746
+ #~ msgstr "Lunda-Norte"
5747
+
5748
+ #~ msgid "Luanda"
5749
+ #~ msgstr "Luanda"
5750
+
5751
+ #~ msgid "Kwanza-Sul"
5752
+ #~ msgstr "Kwanza-Sul"
5753
+
5754
+ #~ msgid "Kwanza-Norte"
5755
+ #~ msgstr "Kwanza-Norte"
5756
+
5757
+ #~ msgid "Kuando Kubango"
5758
+ #~ msgstr "Kuando Kubango"
5759
+
5760
+ #~ msgid "Huambo"
5761
+ #~ msgstr "Huambo"
5762
+
5763
+ #~ msgid "Cunene"
5764
+ #~ msgstr "Cunene"
5765
+
5766
+ #~ msgid "Cabinda"
5767
+ #~ msgstr "Cabinda"
5768
+
5769
+ #~ msgid "Bié"
5770
+ #~ msgstr "Bié"
5771
+
5772
+ #~ msgid "Benguela"
5773
+ #~ msgstr "Benguela"
5774
+
5775
+ #~ msgid "Bengo"
5776
+ #~ msgstr "Bengo"
5777
+
5778
+ #~ msgid "Unable to use image \"%s\"."
5779
+ #~ msgstr "No ha sido posible utilizar la imagen \"%s\"."
5780
+
5781
+ #~ msgid ""
5782
+ #~ "The \"locations not covered by your other zones\" zone cannot be updated."
5783
+ #~ msgstr ""
5784
+ #~ "La zona \"ubicaciones no cubiertas por tus otras zonas\" no se ha podido "
5785
+ #~ "actualizar."
5786
+
5787
+ #~ msgid ""
5788
+ #~ "Product categories that the coupon will not be applied to, or that cannot "
5789
+ #~ "be in the cart in order for the \"Fixed cart discount\" to be applied."
5790
+ #~ msgstr ""
5791
+ #~ "Categorías de producto a las que no se podrá aplicar el cupón, o que no "
5792
+ #~ "podrán estar en el carrito para que se aplique el \"Descuento fijo en el "
5793
+ #~ "carrito\"."
5794
+
5795
+ #~ msgid ""
5796
+ #~ "Product categories that the coupon will be applied to, or that need to be "
5797
+ #~ "in the cart in order for the \"Fixed cart discount\" to be applied."
5798
+ #~ msgstr ""
5799
+ #~ "Categorías de producto a las que se aplicará el cupón, o que tendrán que "
5800
+ #~ "estar en el carrito para que se aplique el \"Descuento fijo en el carrito"
5801
+ #~ "\"."
5802
+
5803
+ #~ msgid ""
5804
+ #~ "Products that the coupon will not be applied to, or that cannot be in the "
5805
+ #~ "cart in order for the \"Fixed cart discount\" to be applied."
5806
+ #~ msgstr ""
5807
+ #~ "Productos a los que no se aplicará el cupón, o que no pueden estar en el "
5808
+ #~ "carrito para que se aplique el \"Descuento fijo en el carrito\"."
5809
+
5810
+ #~ msgid ""
5811
+ #~ "Products that the coupon will be applied to, or that need to be in the "
5812
+ #~ "cart in order for the \"Fixed cart discount\" to be applied."
5813
+ #~ msgstr ""
5814
+ #~ "Productos a los que se aplicará el cupón, o que tienen que estar en el "
5815
+ #~ "carrito para que se aplique el \"Descuento fijo en el carrito\"."
5816
+
5817
+ #~ msgid "No matching product exists to update."
5818
+ #~ msgstr "No hay productos que actualizar."
5819
+
5820
+ #~ msgid "Invalid file type. The importer supports CSV and TXT file formats."
5821
+ #~ msgstr ""
5822
+ #~ "Tipo de archivo no válido. El importador es compatible con archivos en "
5823
+ #~ "formatos CSV y TXT."
5824
+
5825
+ #~ msgid "Connect"
5826
+ #~ msgstr "Conectar"
5827
+
5828
+ #~ msgid "Once connected, your WooCommerce.com purchases will be listed here."
5829
+ #~ msgstr ""
5830
+ #~ "Una vez estés conectado tus compras en WooCommerce.com se mostrarán aquí."
5831
+
5832
+ #~ msgid ""
5833
+ #~ "Manage your subscriptions, get important product notifications, and "
5834
+ #~ "updates, all from the convenience of your WooCommerce dashboard"
5835
+ #~ msgstr ""
5836
+ #~ "Gestiona tus suscripciones, consigue avisos importantes de productos, y "
5837
+ #~ "actualizaciones, todo desde la comodidad de tu escritorio de WooCommerce"
5838
+
5839
+ #~ msgid "Shared by %s"
5840
+ #~ msgstr "Compartido por %s"
5841
+
5842
+ #~ msgid "Subscription: Not available - %1$d of %2$d already in use"
5843
+ #~ msgstr "Suscripción: No disponible - %1$d de %2$d ya en uso"
5844
+
5845
+ #~ msgid ""
5846
+ #~ "This subscription has expired. Contact the owner to <strong>renew</"
5847
+ #~ "strong> the subscription to receive updates and support."
5848
+ #~ msgstr ""
5849
+ #~ "Esta suscripción ha caducado. Contacta con el propietario para "
5850
+ #~ "<strong>renovar</strong> la suscripción y recibir actualizaciones y "
5851
+ #~ "soporte."
5852
+
5853
+ #~ msgid "Search results only"
5854
+ #~ msgstr "Solo en los resultados de búsqueda"
5855
+
5856
+ #~ msgid "Shop only"
5857
+ #~ msgstr "Solo en la tienda"
5858
+
5859
+ #~ msgid "Shop and search results"
5860
+ #~ msgstr "En la tienda y en los resultados de búsqueda"
5861
+
5862
+ #~ msgid ""
5863
+ #~ "Are you sure you want to log out? <a href=\"%s\">Confirm and log out</a>"
5864
+ #~ msgstr ""
5865
+ #~ "¿Estás seguro de que quieres salir? <a href=\"%s\">Confirma para salir</a>"
5866
+
5867
+ #~ msgid "Invalid customer query."
5868
+ #~ msgstr "Búsqueda de cliente no válida."
5869
+
5870
+ #~ msgid "List of upsell products IDs."
5871
+ #~ msgstr "Lista de IDs de productos de ventas dirigidas."
5872
+
5873
+ #~ msgid "Unknown request method."
5874
+ #~ msgstr "Método de petición desconocido."
5875
+
5876
+ #~ msgid "Locations not covered by your other zones"
5877
+ #~ msgstr "Ubicaciones no cubiertas por tus otras zonas"
5878
+
5879
+ #~ msgid "Star ratings should be required, not optional"
5880
+ #~ msgstr ""
5881
+ #~ "Las valoraciones con estrellas deberán ser obligatorias, no opcionales"
5882
+
5883
+ #~ msgid "Enable star rating on reviews"
5884
+ #~ msgstr "Activar valoraciones con estrellas en las reseñas"
5885
+
5886
+ #~ msgid "Reviews can only be left by \"verified owners\""
5887
+ #~ msgstr "Las reseñas solo las pueden dejar \"propietarios verificados\""
5888
+
5889
+ #~ msgid "Enable product reviews"
5890
+ #~ msgstr "Activar valoraciones de producto"
5891
+
5892
+ #~ msgctxt "Quantity in stock"
5893
+ #~ msgid "Stock"
5894
+ #~ msgstr "Inventario"
5895
+
5896
+ #~ msgid "Disconnect"
5897
+ #~ msgstr "Desconectar"
5898
+
5899
+ #~ msgid "My Subscriptions"
5900
+ #~ msgstr "Mis suscripciones"
5901
+
5902
+ #~ msgid "Connected to WooCommerce.com"
5903
+ #~ msgstr "Conectado a WooCommerce.com"
5904
+
5905
+ #~ msgid "Inactive"
5906
+ #~ msgstr "Inactivo"
5907
+
5908
+ #~ msgid ""
5909
+ #~ "We've made things simpler and easier to manage moving forward. From now "
5910
+ #~ "on you can manage all your WooCommerce purchases directly from the "
5911
+ #~ "Extensions menu within the WooCommerce plugin itself. <a href=\"%s\">View "
5912
+ #~ "and manage</a> your extensions now."
5913
+ #~ msgstr ""
5914
+ #~ "Hemos hecho todo más simple y fácil para seguir mejorando. A partir de "
5915
+ #~ "ahora puedes gestionar todas las compras de tu WooCommerce directamente "
5916
+ #~ "desde el menú Extensiones, dentro del mismo plugin WooCommerce. <a href="
5917
+ #~ "\"%s\">Ve y gestiona</a> tus extensiones ahora.."
5918
+
5919
+ #~ msgid "Looking for the WooCommerce Helper?"
5920
+ #~ msgstr "¿Buscas un asistente de WooCommerce?"
5921
+
5922
+ #~ msgid ""
5923
+ #~ "This subscription is expiring soon. Please <strong>renew</strong> to "
5924
+ #~ "continue receiving updates and support."
5925
+ #~ msgstr ""
5926
+ #~ "Esta suscripción caducará pronto. Por favor, <strong>renuévala</strong> "
5927
+ #~ "para seguir recibiendo actualizaciones y soporte."
5928
+
5929
+ #~ msgid "Renew"
5930
+ #~ msgstr "Renovar"
5931
+
5932
+ #~ msgid ""
5933
+ #~ "This subscription has expired. Please <strong>renew</strong> to receive "
5934
+ #~ "updates and support."
5935
+ #~ msgstr ""
5936
+ #~ "Esta suscripción ha caducado. Por favor, <strong>renuévala</strong> para "
5937
+ #~ "recibir actualizaciones y soporte."
5938
+
5939
+ #~ msgid "WooCommerce Helper"
5940
+ #~ msgstr "Asistente de WooCommerce"
5941
+
5942
+ #~ msgid "This is a featured product"
5943
+ #~ msgstr "Este es un producto destacado"
5944
+
5945
+ #~ msgid "This setting determines which shop pages products will be listed on."
5946
+ #~ msgstr ""
5947
+ #~ "Este ajuste determina qué productos de las páginas de la tienda se "
5948
+ #~ "mostrarán."
5949
+
5950
+ #~ msgid ""
5951
+ #~ "Display live rates from Canada Post at checkout to make shipping a "
5952
+ #~ "breeze. Powered by WooCommerce Services."
5953
+ #~ msgstr ""
5954
+ #~ "Muestra las tarifas de Canada Post en la página de finalizar compra para "
5955
+ #~ "facilitar la compra. Utiliza WooCommerce Services."
5956
+
5957
+ #~ msgid "Show Canada Post shipping rates"
5958
+ #~ msgstr "Mostrar tarifas de envío de Canada Post"
5959
+
5960
+ #~ msgid ""
5961
+ #~ "Integrate your store with USPS to buy discounted shipping labels, and "
5962
+ #~ "print them directly from your WooCommerce dashboard. Powered by "
5963
+ #~ "WooCommerce Services."
5964
+ #~ msgstr ""
5965
+ #~ "Integra tu tienda con USPS comprando etiquetas de envío con descuento, e "
5966
+ #~ "imprímelas directamente desde el escritorio de WooCommerce. Utiliza "
5967
+ #~ "WooCommerce Services."
5968
+
5969
+ #~ msgid ""
5970
+ #~ "Buy discounted shipping labels — then print them from your dashboard."
5971
+ #~ msgstr ""
5972
+ #~ "Compra etiquetas de envío con descuento - luego imprímelas desde tu "
5973
+ #~ "escritorio."
5974
+
5975
+ #~ msgid "Vrancea"
5976
+ #~ msgstr "Vrancea"
5977
+
5978
+ #~ msgid "Vaslui"
5979
+ #~ msgstr "Vaslui"
5980
+
5981
+ #~ msgid "Tulcea"
5982
+ #~ msgstr "Tulcea"
5983
+
5984
+ #~ msgid "Teleorman"
5985
+ #~ msgstr "Teleorman"
5986
+
5987
+ #~ msgid "Suceava"
5988
+ #~ msgstr "Suceava"
5989
+
5990
+ #~ msgid "Sibiu"
5991
+ #~ msgstr "Sibiu"
5992
+
5993
+ #~ msgid "Satu Mare"
5994
+ #~ msgstr "Satu Mare"
5995
+
5996
+ #~ msgid "Prahova"
5997
+ #~ msgstr "Prahova"
5998
+
5999
+ #~ msgid "Olt"
6000
+ #~ msgstr "Olt"
6001
+
6002
+ #~ msgid "Ilfov"
6003
+ #~ msgstr "Ilfov"
6004
+
6005
+ #~ msgid "Hunedoara"
6006
+ #~ msgstr "Hunedoara"
6007
+
6008
+ #~ msgid "Harghita"
6009
+ #~ msgstr "Harghita"
6010
+
6011
+ #~ msgid "Gorj"
6012
+ #~ msgstr "Gorj"
6013
+
6014
+ #~ msgid "Giurgiu"
6015
+ #~ msgstr "Giurgiu"
6016
+
6017
+ #~ msgid "Dolj"
6018
+ #~ msgstr "Dolj"
6019
+
6020
+ #~ msgid "Covasna"
6021
+ #~ msgstr "Covasna"
6022
+
6023
+ #~ msgid "Cluj"
6024
+ #~ msgstr "Cluj"
6025
+
6026
+ #~ msgid "Bihor"
6027
+ #~ msgstr "Bihor"
6028
+
6029
+ #~ msgid "Arad"
6030
+ #~ msgstr "Arad"
6031
+
6032
+ #~ msgid "Alba"
6033
+ #~ msgstr "Alba"
6034
+
6035
+ #~ msgid "Rated %1$s out of 5 based on %2$s customer rating"
6036
+ #~ msgid_plural "Rated %1$s out of 5 based on %2$s customer ratings"
6037
+ #~ msgstr[0] "Valorado %1$s sobre 5 basado en %2$s puntuación de cliente"
6038
+ #~ msgstr[1] "Valorado %1$s sobre 5 basado en %2$s puntuaciones de clientes"
6039
+
6040
+ #~ msgid ""
6041
+ #~ "This order cannot be paid for. Please contact us if you need assistance."
6042
+ #~ msgstr ""
6043
+ #~ "Este pedido no se ha podido pagar. Por favor contáctanos si necesitas "
6044
+ #~ "ayuda."
6045
+
6046
+ #~ msgid "Please log in to your account below to continue to the payment form."
6047
+ #~ msgstr ""
6048
+ #~ "Por favor accede a tu cuenta abajo para continuar con el formulario de "
6049
+ #~ "pago."
6050
+
6051
+ #~ msgid "A product with this SKU already exists."
6052
+ #~ msgstr "Un producto con este SKU ya existe."
6053
+
6054
+ #~ msgid "A product with this ID already exists."
6055
+ #~ msgstr "Un producto con este ID ya existe."
6056
+
6057
+ #~ msgid "SKU %s"
6058
+ #~ msgstr "SKU %s"
6059
+
6060
+ #~ msgid "ID %d"
6061
+ #~ msgstr "ID %d"
6062
+
6063
+ #~ msgid "Not able to attach \"%s\"."
6064
+ #~ msgstr "No se ha podido adjuntar \"%s\"."
6065
+
6066
+ #~ msgid ""
6067
+ #~ "Variation cannot be imported: Missing parent ID or parent does not exist "
6068
+ #~ "yet."
6069
+ #~ msgstr ""
6070
+ #~ "La variación no se ha podido importar: falta el ID del padre o el padre "
6071
+ #~ "no existe aún."
6072
+
6073
+ #~ msgid "Invalid product ID %d."
6074
+ #~ msgstr "ID %d de producto no válida."
6075
+
6076
+ #~ msgid "Invalid product type."
6077
+ #~ msgstr "Tipo de producto no válido."
6078
+
6079
+ #~ msgid "Add New"
6080
+ #~ msgstr "Añadir nuevo"
6081
+
6082
+ #~ msgid "All Products"
6083
+ #~ msgstr "Todos los productos"
6084
+
6085
+ #~ msgid "House number and street name"
6086
+ #~ msgstr "Número de la casa y nombre de la calle"
6087
+
6088
+ #~ msgid ""
6089
+ #~ "API Key generated successfully. Make sure to copy your new keys now as "
6090
+ #~ "the secret key will be hidden once you leave this page."
6091
+ #~ msgstr ""
6092
+ #~ "Clave de la API generada con éxito. Asegúrate de copiar tus nuevas claves "
6093
+ #~ "ahora ya que la clave secreta se ocultará una vez abandones esta página."
6094
+
6095
+ #~ msgid "The URL of your %s page (along with the Page ID)."
6096
+ #~ msgstr "La URL de tu página %s (junto con el ID de la página)."
6097
+
6098
+ #~ msgid "The homepage URL of your site."
6099
+ #~ msgstr "La URL de la página de inicio de tu sitio."
6100
+
6101
+ #~ msgid "Generate CSV"
6102
+ #~ msgstr "Generar CSV"
6103
+
6104
+ #~ msgid "Yes, export all custom meta"
6105
+ #~ msgstr "Sí, exporta todos los meta personalizados"
6106
+
6107
+ #~ msgid "Export custom meta?"
6108
+ #~ msgstr "¿Exportar los meta personalizados?"
6109
+
6110
+ #~ msgid "Product variations"
6111
+ #~ msgstr "Variaciones de producto"
6112
+
6113
+ #~ msgid "Export all products"
6114
+ #~ msgstr "Exportar todos los productos"
6115
+
6116
+ #~ msgid "Which product types should be exported?"
6117
+ #~ msgstr "¿Qué tipos de producto deberían exportarse?"
6118
+
6119
+ #~ msgid "Export all columns"
6120
+ #~ msgstr "Exportar todas las columnas"
6121
+
6122
+ #~ msgid "Which columns should be exported?"
6123
+ #~ msgstr "¿Qué columnas deberían exportarse?"
6124
+
6125
+ #~ msgid ""
6126
+ #~ "This tool allows you to generate and download a CSV file containing a "
6127
+ #~ "list of all products."
6128
+ #~ msgstr ""
6129
+ #~ "Esta herramienta te permite generar y descargar un archivo CSV que "
6130
+ #~ "contiene una lista de todos los productos."
6131
+
6132
+ #~ msgid "Export products to a CSV file"
6133
+ #~ msgstr "Exportar productos a un archivo CSV"
6134
+
6135
+ #~ msgid "Export Products"
6136
+ #~ msgstr "Exportar productos"
6137
+
6138
+ #~ msgid "Product restored"
6139
+ #~ msgstr "Producto restaurado"
6140
+
6141
+ #~ msgid "Order restored"
6142
+ #~ msgstr "Pedido restaurado"
6143
+
6144
+ #~ msgid "Coupon restored"
6145
+ #~ msgstr "Cupón restaurado"
6146
+
6147
+ #~ msgid "Set Status - Out of stock"
6148
+ #~ msgstr "Establecer estado - Agotado"
6149
+
6150
+ #~ msgid "Set Status - In stock"
6151
+ #~ msgstr "Establecer estado - Con existencias"
6152
+
6153
+ #~ msgid "Show advanced options"
6154
+ #~ msgstr "Mostrar opciones avanzadas"
6155
+
6156
+ #~ msgid "Hide advanced options"
6157
+ #~ msgstr "Ocultar opciones avanzadas"
6158
+
6159
+ #~ msgid "CSV Delimiter"
6160
+ #~ msgstr "Delimitador CSV"
6161
+
6162
+ #~ msgid "Alternatively, enter the path to a CSV file on your server:"
6163
+ #~ msgstr "Alternativamente introduce la ruta al archivo CSV en tu servidor:"
6164
+
6165
+ #~ msgid "Update existing products"
6166
+ #~ msgstr "Actualizar productos existentes"
6167
+
6168
+ #~ msgid "Choose a CSV file from your computer:"
6169
+ #~ msgstr "Elige un archivo CSV desde tu ordenador:"
6170
+
6171
+ #~ msgid ""
6172
+ #~ "This tool allows you to import (or merge) product data to your store from "
6173
+ #~ "a CSV file."
6174
+ #~ msgstr ""
6175
+ #~ "Esta herramienta te permite importar (o fusionar) datos de productos a tu "
6176
+ #~ "tienda desde un archivo CSV."
6177
+
6178
+ #~ msgid "Your products are now being imported..."
6179
+ #~ msgstr "Tus productos están siendo importados ahora…"
6180
+
6181
+ #~ msgid "Importing"
6182
+ #~ msgstr "Importando"
6183
+
6184
+ #~ msgid "Run the importer"
6185
+ #~ msgstr "Ejecutar el importador"
6186
+
6187
+ #~ msgid "Do not import"
6188
+ #~ msgstr "No importar"
6189
+
6190
+ #~ msgid "Sample:"
6191
+ #~ msgstr "Ejemplo:"
6192
+
6193
+ #~ msgid "Map to field"
6194
+ #~ msgstr "Asignar al campo"
6195
+
6196
+ #~ msgid "Column name"
6197
+ #~ msgstr "Nombre de la columna"
6198
+
6199
+ #~ msgid ""
6200
+ #~ "Select fields from your CSV file to map against products fields, or to "
6201
+ #~ "ignore during import."
6202
+ #~ msgstr ""
6203
+ #~ "Selecciona los campos de tu archivo CSV para asignarlos a los campos de "
6204
+ #~ "producto, o para ignorarlos durante la importación."
6205
+
6206
+ #~ msgid "Map CSV fields to products"
6207
+ #~ msgstr "Asignar campos CSV a los productos"
6208
+
6209
+ #~ msgid "Import Products"
6210
+ #~ msgstr "Importar productos"
6211
+
6212
+ #~ msgid "Reason for failure"
6213
+ #~ msgstr "Motivo del fallo"
6214
+
6215
+ #~ msgid "Import complete!"
6216
+ #~ msgstr "¡Importación completa!"
6217
+
6218
+ #~ msgid "View import log"
6219
+ #~ msgstr "Ver el registro de la importación"
6220
+
6221
+ #~ msgid "Failed to import %s product"
6222
+ #~ msgid_plural "Failed to import %s products"
6223
+ #~ msgstr[0] "Falló al importar %s producto"
6224
+ #~ msgstr[1] "Falló al importar %s productos"
6225
+
6226
+ #~ msgid "%s product was skipped"
6227
+ #~ msgid_plural "%s products were skipped"
6228
+ #~ msgstr[0] "%s producto fue omitido"
6229
+ #~ msgstr[1] "%s productos fueron omitidos"
6230
+
6231
+ #~ msgid "%s product updated"
6232
+ #~ msgid_plural "%s products updated"
6233
+ #~ msgstr[0] "%s producto actualizado"
6234
+ #~ msgstr[1] "%s productos actualizados"
6235
+
6236
+ #~ msgid "%s product imported"
6237
+ #~ msgid_plural "%s products imported"
6238
+ #~ msgstr[0] "%s producto importado"
6239
+ #~ msgstr[1] "%s productos importados"
6240
+
6241
+ #~ msgid "Import as meta"
6242
+ #~ msgstr "Importado como meta"
6243
+
6244
+ #~ msgid "Default attribute"
6245
+ #~ msgstr "Atributo por defecto"
6246
+
6247
+ #~ msgid "Attribute visibility"
6248
+ #~ msgstr "Visibilidad del atributo"
6249
+
6250
+ #~ msgid "Is a global attribute?"
6251
+ #~ msgstr "¿Es un atributo global?"
6252
+
6253
+ #~ msgid "Attribute value(s)"
6254
+ #~ msgstr "Valor(es) del atributo"
6255
+
6256
+ #~ msgid "Attribute name"
6257
+ #~ msgstr "Nombre del atributo"
6258
+
6259
+ #~ msgid "Download URL"
6260
+ #~ msgstr "URL de descarga"
6261
+
6262
+ #~ msgid "Download name"
6263
+ #~ msgstr "Nombre de la descarga"
6264
+
6265
+ #~ msgid "External product"
6266
+ #~ msgstr "Producto externo"
6267
+
6268
+ #~ msgid "Meta: %s"
6269
+ #~ msgstr "Meta: %s"
6270
+
6271
+ #~ msgid "Download %d URL"
6272
+ #~ msgstr "URL de la descarga %d"
6273
+
6274
+ #~ msgid "Download %d name"
6275
+ #~ msgstr "Nombre de la descarga %d"
6276
+
6277
+ #~ msgid "Attribute %d default"
6278
+ #~ msgstr "Atributo por defecto %d"
6279
+
6280
+ #~ msgid "Attribute %d global"
6281
+ #~ msgstr "Atributo global %d"
6282
+
6283
+ #~ msgid "Attribute %d visible"
6284
+ #~ msgstr "Atributo visible %d"
6285
+
6286
+ #~ msgid "Attribute %d value(s)"
6287
+ #~ msgstr "Valor(es) del atributo %d"
6288
+
6289
+ #~ msgid "Attribute %d name"
6290
+ #~ msgstr "Nombre del atributo %d"
6291
+
6292
+ #~ msgid "External URL"
6293
+ #~ msgstr "URL externa"
6294
+
6295
+ #~ msgid "Upsells"
6296
+ #~ msgstr "Ventas dirigidas"
6297
+
6298
+ #~ msgid "Download expiry days"
6299
+ #~ msgstr "Días de expiración de la descarga"
6300
+
6301
+ #~ msgid "Images"
6302
+ #~ msgstr "Imágenes"
6303
+
6304
+ #~ msgid "Allow customer reviews?"
6305
+ #~ msgstr "¿Permitir valoraciones de clientes?"
6306
+
6307
+ #~ msgid "Backorders allowed?"
6308
+ #~ msgstr "¿Permitir reservas de productos agotados?"
6309
+
6310
+ #~ msgid "Date sale price ends"
6311
+ #~ msgstr "Día en que termina el precio rebajado"
6312
+
6313
+ #~ msgid "Date sale price starts"
6314
+ #~ msgstr "Día en que empieza el precio rebajado"
6315
+
6316
+ #~ msgid "Short description"
6317
+ #~ msgstr "Descripción corta"
6318
+
6319
+ #~ msgid "Visibility in catalog"
6320
+ #~ msgstr "Visibilidad en el catálogo"
6321
+
6322
+ #~ msgid "Is featured?"
6323
+ #~ msgstr "¿Está destacado?"
6324
+
6325
+ #~ msgid "Published"
6326
+ #~ msgstr "Publicado"
6327
+
6328
+ #~ msgid "Please upload or provide the link to a valid CSV file."
6329
+ #~ msgstr "Por favor sube o pon el enlace a un archivo CSV válido."
6330
+
6331
+ #~ msgid ""
6332
+ #~ "File is empty. Please upload something more substantial. This error could "
6333
+ #~ "also be caused by uploads being disabled in your php.ini or by "
6334
+ #~ "post_max_size being defined as smaller than upload_max_filesize in php."
6335
+ #~ "ini."
6336
+ #~ msgstr ""
6337
+ #~ "El archivo está vacío. Por favor sube algo con más sustancia. Este error "
6338
+ #~ "podría ser causado también si las subidas de archivos están desactivadas "
6339
+ #~ "en tu php.ini o si el post_max_size está definido como más pequeño que el "
6340
+ #~ "upload_max_filesize en el php.ini."
6341
+
6342
+ #~ msgid "Done!"
6343
+ #~ msgstr "¡Hecho!"
6344
+
6345
+ #~ msgid "Column mapping"
6346
+ #~ msgstr "Asignación de columnas"
6347
+
6348
+ #~ msgid "Upload CSV file"
6349
+ #~ msgstr "Subir archivo CSV"
6350
+
6351
+ #~ msgid "WooCommerce.com Subscriptions %s"
6352
+ #~ msgstr "Suscripciones de WooCommerce.com %s"
6353
+
6354
+ #~ msgid "Browse Extensions"
6355
+ #~ msgstr "Navegar por las extensiones"
6356
+
6357
+ #~ msgid ""
6358
+ #~ "<strong>Sorry to see you go</strong>. Feel free to reconnect again using "
6359
+ #~ "the button below."
6360
+ #~ msgstr ""
6361
+ #~ "<strong>Sentimos verte marchar</strong>. Siéntete libre de reconectar de "
6362
+ #~ "nuevo utilizando el botón de abajo."
6363
+
6364
+ #~ msgid ""
6365
+ #~ "Version %s is <strong>available</strong>. To enable this update you need "
6366
+ #~ "to <strong>purchase</strong> a new subscription."
6367
+ #~ msgstr ""
6368
+ #~ "La versión %s está <strong>disponible</strong>. Para activar esta "
6369
+ #~ "actualización necesitas <strong>adquirir</strong> una nueva suscripción."
6370
+
6371
+ #~ msgid "Installed Extensions without a Subscription"
6372
+ #~ msgstr "Extensiones instaladas sin una suscripción"
6373
+
6374
+ #~ msgid "Could not find any subscriptions on your WooCommerce.com account"
6375
+ #~ msgstr "No se encontraron suscripciones en tu cuenta de WooCommerce.com"
6376
+
6377
+ #~ msgid "Upgrade"
6378
+ #~ msgstr "Actualizar"
6379
+
6380
+ #~ msgid "Enable auto-renew"
6381
+ #~ msgstr "Activar renovaciones automáticas"
6382
+
6383
+ #~ msgid "Subscription is <strong>expiring</strong> soon."
6384
+ #~ msgstr "La suscripción <strong>caducará</strong> pronto."
6385
+
6386
+ #~ msgid ""
6387
+ #~ "To enable this update you need to <strong>purchase</strong> a new "
6388
+ #~ "subscription."
6389
+ #~ msgstr ""
6390
+ #~ "Para activar esta actualización necesitas <strong>comprar</strong> una "
6391
+ #~ "nueva suscripción."
6392
+
6393
+ #~ msgid ""
6394
+ #~ "To enable this update you need to <strong>activate</strong> this "
6395
+ #~ "subscription."
6396
+ #~ msgstr ""
6397
+ #~ "Para activar esta actualización necesitas <strong>activar</strong> esta "
6398
+ #~ "suscripción."
6399
+
6400
+ #~ msgid "Version %s is <strong>available</strong>."
6401
+ #~ msgstr "La versión %s está <strong>disponible</strong>."
6402
+
6403
+ #~ msgid "Activate"
6404
+ #~ msgstr "Activar"
6405
+
6406
+ #~ msgid "Subscription: Using %1$d of %2$d sites available"
6407
+ #~ msgstr "Suscripción: Utilizando %1$d de %2$d sitios disponibles"
6408
+
6409
+ #~ msgid "Expires on:"
6410
+ #~ msgstr "Caduca el:"
6411
+
6412
+ #~ msgid "Expiring soon!"
6413
+ #~ msgstr "¡Caduca pronto!"
6414
+
6415
+ #~ msgid "Auto renews on:"
6416
+ #~ msgstr "Se renueva automáticamente el:"
6417
+
6418
+ #~ msgid "Expired :("
6419
+ #~ msgstr "Caducada :("
6420
+
6421
+ #~ msgid "Parent SKU"
6422
+ #~ msgstr "SKU del padre"
6423
+
6424
+ #~ msgid ""
6425
+ #~ "Note: You currently have <a href=\"%1$s\">%2$d paid extension</a> which "
6426
+ #~ "should be updated first before updating WooCommerce."
6427
+ #~ msgid_plural ""
6428
+ #~ "Note: You currently have <a href=\"%1$s\">%2$d paid extensions</a> which "
6429
+ #~ "should be updated first before updating WooCommerce."
6430
+ #~ msgstr[0] ""
6431
+ #~ "Aviso: Actualmente tienes <a href=\"%1$s\">%2$d extensión de pago</a> que "
6432
+ #~ "debería actualizarse antes antes de actualizar WooCommerce."
6433
+ #~ msgstr[1] ""
6434
+ #~ "Aviso: Actualmente tienes <a href=\"%1$s\">%2$d extensiones</a> que "
6435
+ #~ "deberían ser actualizadas primero antes de actualizar WooCommerce."
6436
+
6437
+ #~ msgid "Authentication and subscription caches refreshed successfully."
6438
+ #~ msgstr "Cache de identificación y suscripción actualizados con éxito."
6439
+
6440
+ #~ msgid "You have successfully disconnected your store from WooCommerce.com"
6441
+ #~ msgstr "Has desconectado con éxito tu tienda de WooCommerce.com"
6442
+
6443
+ #~ msgid "You have successfully connected your store to WooCommerce.com"
6444
+ #~ msgstr "Has conectado con éxito tu tienda a WooCommerce.com"
6445
+
6446
+ #~ msgid ""
6447
+ #~ "An error has occurred when deactivating the extension %1$s. Please "
6448
+ #~ "proceed to the <a href=\"%2$s\">Plugins screen</a> to deactivate it "
6449
+ #~ "manually."
6450
+ #~ msgstr ""
6451
+ #~ "Un error ha ocurrido al desactivar la extensión %1$s. Por favor ve a la "
6452
+ #~ "<a href=\"%2$s\">pantalla de plugins</a> y desactívala manualmente."
6453
+
6454
+ #~ msgid "The extension %s has been deactivated successfully."
6455
+ #~ msgstr "La extensión %s ha sido desactivada con éxito."
6456
+
6457
+ #~ msgid ""
6458
+ #~ "An error has occurred when deactivating the subscription for %s. Please "
6459
+ #~ "try again later."
6460
+ #~ msgstr ""
6461
+ #~ "Un error ha ocurrido al desactivar la suscripción para %s. Por favor "
6462
+ #~ "inténtalo de nuevo más tarde."
6463
+
6464
+ #~ msgid ""
6465
+ #~ "Subscription for %1$s deactivated successfully. You will no longer "
6466
+ #~ "receive updates for this product. <a href=\"%2$s\">Click here</a> if you "
6467
+ #~ "wish to deactivate the plugin as well."
6468
+ #~ msgstr ""
6469
+ #~ "Se ha desactivado con éxito la suscripción de %1$s. No recibirás más "
6470
+ #~ "actualizaciones para este producto. <a href=\"%2$s\">Haz clic aquí</a> si "
6471
+ #~ "deseas desactivar el plugin también."
6472
+
6473
+ #~ msgid ""
6474
+ #~ "Subscription for %s deactivated successfully. You will no longer receive "
6475
+ #~ "updates for this product."
6476
+ #~ msgstr ""
6477
+ #~ "Suscripción para %s desactivada con éxito. No recibirás más "
6478
+ #~ "actualizaciones para este producto."
6479
+
6480
+ #~ msgid "An error has occurred when activating %s. Please try again later."
6481
+ #~ msgstr ""
6482
+ #~ "Un error ha ocurrido al activar %s. Por favor inténtalo de nuevo más "
6483
+ #~ "tarde."
6484
+
6485
+ #~ msgid ""
6486
+ #~ "%s activated successfully. You will now receive updates for this product."
6487
+ #~ msgstr ""
6488
+ #~ "%s se activó con éxito. Ahora ya recibirás actualizaciones para este "
6489
+ #~ "producto."
6490
+
6491
+ #~ msgid "Create a new webhook"
6492
+ #~ msgstr "Crear un nuevo webhook"
6493
+
6494
+ #~ msgid ""
6495
+ #~ "Webhooks are event notifications sent to URLs of your choice. They can be "
6496
+ #~ "used to integrate with third-party services which support them."
6497
+ #~ msgstr ""
6498
+ #~ "Los webhooks son notificaciones de eventos enviadas a URLs de tu "
6499
+ #~ "elección. Pueden usarse para integraciones con servicios de terceros que "
6500
+ #~ "sean compatibles con ellos."
6501
+
6502
+ #~ msgid "Copy from billing address"
6503
+ #~ msgstr "Copiar de la dirección de facturación"
6504
+
6505
+ #~ msgid "Import products from a CSV file"
6506
+ #~ msgstr "Importar productos desde un archivo CSV"
6507
+
6508
+ #~ msgid "Filter by product type"
6509
+ #~ msgstr "Filtrar por tipo de producto"
6510
+
6511
+ #~ msgid "Filter by category"
6512
+ #~ msgstr "Filtrar por categoría"
6513
+
6514
+ #~ msgid "Sorting"
6515
+ #~ msgstr "Orden"
6516
+
6517
+ #~ msgid "Import <strong>products</strong> to your store via a csv file."
6518
+ #~ msgstr ""
6519
+ #~ "Importar <strong>productos</strong> a tu tienda a traves de un archivo "
6520
+ #~ "CSV."
6521
+
6522
+ #~ msgid "WooCommerce products (CSV)"
6523
+ #~ msgstr "Productos de WooCommerce (CSV)"
6524
+
6525
+ #~ msgid "Product Import"
6526
+ #~ msgstr "Importar producto"
6527
+
6528
+ #~ msgid "Product Export"
6529
+ #~ msgstr "Exportar producto"
6530
+
6531
+ #~ msgid "Custom Link"
6532
+ #~ msgstr "Enlace personalizado"
6533
+
6534
+ #~ msgid "WooCommerce Endpoint"
6535
+ #~ msgstr "Variable de WooCommerce"
6536
+
6537
+ #~ msgid "Back to Attributes"
6538
+ #~ msgstr "Volver a atributos"
6539
+
6540
+ #~ msgid "Are you sure you want to delete this log?"
6541
+ #~ msgstr "¿Estás seguro de que quieres eliminar este registro?"
6542
+
6543
+ #~ msgid "Create an API key"
6544
+ #~ msgstr "Crear una clave de API"
6545
+
6546
+ #~ msgid ""
6547
+ #~ "The WooCommerce REST API allows external apps to view and manage store "
6548
+ #~ "data. Access is granted only to those with valid API keys."
6549
+ #~ msgstr ""
6550
+ #~ "La REST API de WooCommerce permite a aplicaciones externas ver y "
6551
+ #~ "gestionar los datos de la tienda. El acceso solo se permite a aquellos "
6552
+ #~ "que tengan claves de la API válidas."
6553
+
6554
+ #~ msgid "Free - Install now"
6555
+ #~ msgstr "Gratis - Instálalo ahora"
6556
+
6557
+ #~ msgid "WooCommerce Services"
6558
+ #~ msgstr "WooCommerce Services"
6559
+
6560
+ #~ msgid "Tarija"
6561
+ #~ msgstr "Tarija"
6562
+
6563
+ #~ msgid "Potosí"
6564
+ #~ msgstr "Potosí"
6565
+
6566
+ #~ msgid "Pando"
6567
+ #~ msgstr "Pando"
6568
+
6569
+ #~ msgid "Oruro"
6570
+ #~ msgstr "Oruro"
6571
+
6572
+ #~ msgid "La Paz"
6573
+ #~ msgstr "La Paz"
6574
+
6575
+ #~ msgid "Cochabamba"
6576
+ #~ msgstr "Cochabamba"
6577
+
6578
+ #~ msgid "Beni"
6579
+ #~ msgstr "Beni"
6580
+
6581
+ #~ msgid "Chuquisaca"
6582
+ #~ msgstr "Chuquisaca"
6583
+
6584
+ #~ msgid "Create"
6585
+ #~ msgstr "Crear"
6586
+
6587
+ #~ msgid "Zone ID."
6588
+ #~ msgstr "ID de la zona:"
6589
+
6590
+ #~ msgid "ID."
6591
+ #~ msgstr "ID."
6592
+
6593
+ #~ msgid "Value (required)"
6594
+ #~ msgstr "Valor (requerido)"
6595
+
6596
+ #~ msgid "Name (required)"
6597
+ #~ msgstr "Nombre (requerido)"
6598
+
6599
+ #~ msgid "Recalculate"
6600
+ #~ msgstr "Recalcular"
6601
+
6602
+ #~ msgid ""
6603
+ #~ "Recalculate totals? This will calculate taxes based on the customers "
6604
+ #~ "country (or the store base country) and update totals."
6605
+ #~ msgstr ""
6606
+ #~ "¿Recalcular totales? Esto calculará los impuestos basándose en el país de "
6607
+ #~ "los clientes (o el país de la tienda) y actualizará los totales."
6608
+
6609
+ #~ msgid "All missing WooCommerce pages successfully installed"
6610
+ #~ msgstr ""
6611
+ #~ "Todas las páginas que faltaban de WooCommerce se han instalado "
6612
+ #~ "correctamente"
6613
+
6614
+ #~ msgid "Terms in the product visibility taxonomy."
6615
+ #~ msgstr "Los términos en la taxonomía de visibilidad del producto."
6616
+
6617
+ #~ msgid "A list of taxonomy terms used for product visibility."
6618
+ #~ msgstr ""
6619
+ #~ "Una lista de los términos de taxonomía utilizados para la visibilidad del "
6620
+ #~ "producto."
6621
+
6622
+ #~ msgid "Taxonomies: Product visibility"
6623
+ #~ msgstr "Taxonomías: Visibilidad del producto"
6624
+
6625
+ #~ msgid "%s (Copy)"
6626
+ #~ msgstr "%s (copia)"
6627
+
6628
+ #~ msgctxt "with first and last result"
6629
+ #~ msgid "Showing the single result"
6630
+ #~ msgid_plural "Showing %1$d&ndash;%2$d of %3$d results"
6631
+ #~ msgstr[0] "Mostrando el único resultado"
6632
+ #~ msgstr[1] "Mostrando %1$d&ndash;%2$d de %3$d resultados"
6633
+
6634
+ #~ msgid "WP REST API Integration v2"
6635
+ #~ msgstr "Integración con la WP REST API v2"
6636
+
6637
+ #~ msgid "The date the webhook was last modified, as GMT."
6638
+ #~ msgstr "La fecha en la que se modificó por última vez el webhook, en GMT."
6639
+
6640
+ #~ msgid "The date the webhook was created, as GMT."
6641
+ #~ msgstr "La fecha en que se creó el webhook, en GMT."
6642
+
6643
+ #~ msgid "The date the webhook delivery was logged, as GMT."
6644
+ #~ msgstr "La fecha en que se registró la entrega del webhook, en GMT."
6645
+
6646
+ #~ msgid "Security."
6647
+ #~ msgstr "Seguridad."
6648
+
6649
+ #~ msgid "Number of decimals."
6650
+ #~ msgstr "Número de decimales."
6651
+
6652
+ #~ msgid "Decimal separator."
6653
+ #~ msgstr "Separador decimal."
6654
+
6655
+ #~ msgid "Thousand separator."
6656
+ #~ msgstr "Separador de miles."
6657
+
6658
+ #~ msgid "Currency position."
6659
+ #~ msgstr "Posición de la moneda."
6660
+
6661
+ #~ msgid "Currency."
6662
+ #~ msgstr "Moneda."
6663
+
6664
+ #~ msgid "Settings."
6665
+ #~ msgstr "Ajustes."
6666
+
6667
+ #~ msgid "Parent theme author URL."
6668
+ #~ msgstr "URL del autor del tema padre."
6669
+
6670
+ #~ msgid "Parent theme version."
6671
+ #~ msgstr "Versión del tema padre."
6672
+
6673
+ #~ msgid "Parent theme name."
6674
+ #~ msgstr "Nombre del tema padre."
6675
+
6676
+ #~ msgid "Theme."
6677
+ #~ msgstr "Tema."
6678
+
6679
+ #~ msgid "Active plugins."
6680
+ #~ msgstr "Plugins activos."
6681
+
6682
+ #~ msgid "MaxMind GeoIP database."
6683
+ #~ msgstr "Base de datos GeoIP de MaxMind."
6684
+
6685
+ #~ msgid "Database prefix."
6686
+ #~ msgstr "Prefijo de la base de datos."
6687
+
6688
+ #~ msgid "WC database version."
6689
+ #~ msgstr "Versión de la base de datos de WC."
6690
+
6691
+ #~ msgid "Database."
6692
+ #~ msgstr "Base de datos."
6693
+
6694
+ #~ msgid "MySQL version."
6695
+ #~ msgstr "Versión de MySQL."
6696
+
6697
+ #~ msgid "Max upload size."
6698
+ #~ msgstr "Tamaño máximo de subida."
6699
+
6700
+ #~ msgid "cURL version."
6701
+ #~ msgstr "Versión de cURL."
6702
+
6703
+ #~ msgid "PHP max input vars."
6704
+ #~ msgstr "PHP max input vars."
6705
+
6706
+ #~ msgid "PHP post max size."
6707
+ #~ msgstr "PHP post max size."
6708
+
6709
+ #~ msgid "PHP version."
6710
+ #~ msgstr "Versión de PHP."
6711
+
6712
+ #~ msgid "Server info."
6713
+ #~ msgstr "Información del servidor."
6714
+
6715
+ #~ msgid "Site URL."
6716
+ #~ msgstr "URL del sitio."
6717
+
6718
+ #~ msgid "Home URL."
6719
+ #~ msgstr "URL de portada."
6720
+
6721
+ #~ msgid "Number of days until access to downloadable files expires."
6722
+ #~ msgstr ""
6723
+ #~ "Número de días hasta que caduca el acceso a los archivos descargables."
6724
+
6725
+ #~ msgid "Number of times downloadable files can be downloaded after purchase."
6726
+ #~ msgstr ""
6727
+ #~ "Número de veces que se pueden descargar los archivos descargables después "
6728
+ #~ "de la compra."
6729
+
6730
+ #~ msgid "The date the review was created, as GMT."
6731
+ #~ msgstr "La fecha en que se creó la valoración, en GMT."
6732
+
6733
+ #~ msgid "Additional help text shown to the user about the setting."
6734
+ #~ msgstr "Texto de ayuda adicional mostrado al usuario sobre el ajuste."
6735
+
6736
+ #~ msgid "Type of setting."
6737
+ #~ msgstr "Tipo de ajuste."
6738
+
6739
+ #~ msgid "A human readable description for the setting used in interfaces."
6740
+ #~ msgstr "Una descripción humana del ajuste utilizado en las interfaces."
6741
+
6742
+ #~ msgid "A human readable label for the setting used in interfaces."
6743
+ #~ msgstr "Una etiqueta para humanos del ajuste utilizado en las interfaces."
6744
+
6745
+ #~ msgid "Version of WooCommerce which last updated the order."
6746
+ #~ msgstr "Versión de WooCommerce en la que se actualizó el pedido."
6747
+
6748
+ #~ msgid "When true, the payment gateway API is used to generate the refund."
6749
+ #~ msgstr ""
6750
+ #~ "Cuando sea <em>true</em>, la API de la pasarela de pago se utiliza para "
6751
+ #~ "generar el reembolso."
6752
+
6753
+ #~ msgid ""
6754
+ #~ "If true, the note will be shown to customers and they will be notified. "
6755
+ #~ "If false, the note will be for admin reference only."
6756
+ #~ msgstr ""
6757
+ #~ "Si es <em>true</em>, la nota se mostrará a los clientes y se les avisará. "
6758
+ #~ "Si es <em>false</em>, la nota solo será de referencia para el "
6759
+ #~ "administrador. "
6760
+
6761
+ #~ msgid "The date the order note was created, as GMT."
6762
+ #~ msgstr "La fecha en que se creó la nota del pedido, en GMT."
6763
+
6764
+ #~ msgid ""
6765
+ #~ "List of user IDs (or guest email addresses) that have used the coupon."
6766
+ #~ msgstr ""
6767
+ #~ "Lista de IDs de usuario (o direcciones de correo electrónico de los "
6768
+ #~ "invitados) que han utilizado el cupón."
6769
+
6770
+ #~ msgid ""
6771
+ #~ "If true, this coupon will not be applied to items that have sale prices."
6772
+ #~ msgstr ""
6773
+ #~ "Si es <em>true</em> este cupón no se aplicará a los artículos que tengan "
6774
+ #~ "precios rebajados."
6775
+
6776
+ #~ msgid ""
6777
+ #~ "If true and if the free shipping method requires a coupon, this coupon "
6778
+ #~ "will enable free shipping."
6779
+ #~ msgstr ""
6780
+ #~ "Si es <em>true</em> y el método de envío gratuito requiere un cupón este "
6781
+ #~ "cupón activará el envío gratuito."
6782
+
6783
+ #~ msgid "How many times the coupon can be used in total."
6784
+ #~ msgstr "Cuántas veces puede usarse en total el cupón."
6785
+
6786
+ #~ msgid ""
6787
+ #~ "If true, the coupon can only be used individually. Other applied coupons "
6788
+ #~ "will be removed from the cart."
6789
+ #~ msgstr ""
6790
+ #~ "Si es <em>true</em> el cupón solo se puede usar individualmente. El resto "
6791
+ #~ "de cupones que se añadan se borrarán del carrito."
6792
+
6793
+ #~ msgid ""
6794
+ #~ "The amount of discount. Should always be numeric, even if setting a "
6795
+ #~ "percentage."
6796
+ #~ msgstr ""
6797
+ #~ "La cantidad de descuento. Siempre debe ser numérico, aunque se defina un "
6798
+ #~ "porcentaje."
6799
+
6800
+ #~ msgid "Never show quantity remaining in stock"
6801
+ #~ msgstr "Nunca mostrar la cantidad restante del inventario"
6802
+
6803
+ #~ msgid ""
6804
+ #~ "Only show quantity remaining in stock when low e.g. \"Only 2 left in stock"
6805
+ #~ "\""
6806
+ #~ msgstr ""
6807
+ #~ "Solo mostrar la cantidad restante del inventario cuando sea baja, p.ej. "
6808
+ #~ "\"Solo quedan 2 existencias\""
6809
+
6810
+ #~ msgid "Always show quantity remaining in stock e.g. \"12 in stock\""
6811
+ #~ msgstr ""
6812
+ #~ "Siempre mostrar la cantidad restante del inventario, p.ej. \"12 "
6813
+ #~ "existencias\""
6814
+
6815
+ #~ msgid "This controls how stock quantities are displayed on the frontend."
6816
+ #~ msgstr ""
6817
+ #~ "Esto controla cómo se muestran las cantidades del inventario en la tienda."
6818
+
6819
+ #~ msgid "Address line 1"
6820
+ #~ msgstr "Dirección, línea 1"
6821
+
6822
+ #~ msgid ""
6823
+ #~ "Make sure to include the --user flag with an account that has permissions "
6824
+ #~ "for this action."
6825
+ #~ msgstr ""
6826
+ #~ "Asegúrate de incluir la marca --user con una cuenta que tenga permisos "
6827
+ #~ "para esta acción."
6828
+
6829
+ #~ msgid "The date of the customer last order, as GMT."
6830
+ #~ msgstr "La fecha del último pedido del cliente, en GMT."
6831
+
6832
+ #~ msgid "The date the customer was last modified, as GMT."
6833
+ #~ msgstr "La fecha de la última modificación del cliente, en GMT."
6834
+
6835
+ #~ msgid "The date the customer was created, as GMT."
6836
+ #~ msgstr "La fecha de creación del cliente, en GMT."
6837
+
6838
+ #~ msgid "The date the image was last modified, as GMT."
6839
+ #~ msgstr "La fecha de la última modificación de la imagen, en GMT."
6840
+
6841
+ #~ msgid "The date the image was created, as GMT."
6842
+ #~ msgstr "La fecha de creación de la imagen, en GMT."
6843
+
6844
+ #~ msgid "The date the product was last modified, as GMT."
6845
+ #~ msgstr "La fecha de la última modificación del producto, en GMT."
6846
+
6847
+ #~ msgid "The date the product was created, as GMT."
6848
+ #~ msgstr "La fecha de creación del producto, en GMT."
6849
+
6850
+ #~ msgid "End date of sale price, in the site's timezone."
6851
+ #~ msgstr ""
6852
+ #~ "Fecha del fin del descuento en el precio, en la zona horaria del sitio."
6853
+
6854
+ #~ msgid "Start date of sale price, as GMT."
6855
+ #~ msgstr "Fecha del inicio del descuento en el precio, en GMT."
6856
+
6857
+ #~ msgid "Start date of sale price, in the site's timezone."
6858
+ #~ msgstr ""
6859
+ #~ "Fecha del inicio del descuento en el precio, en la zona horaria del sitio."
6860
+
6861
+ #~ msgid "The date the order was completed, as GMT."
6862
+ #~ msgstr "La fecha en la que se completó el pedido, en GMT."
6863
+
6864
+ #~ msgid "The date the order was paid, as GMT."
6865
+ #~ msgstr "La fecha en la que se pagó el pedido, en GMT."
6866
+
6867
+ #~ msgid "The date the order refund was created, as GMT."
6868
+ #~ msgstr "La fecha en la que se creó el reembolso del pedido, en formato GMT."
6869
+
6870
+ #~ msgid "The date the order was last modified, as GMT."
6871
+ #~ msgstr "La fecha de la última modificación en el pedido, en GMT."
6872
+
6873
+ #~ msgid "The date the order was created, as GMT."
6874
+ #~ msgstr "La fecha en la que se creó el pedido, en GMT."
6875
+
6876
+ #~ msgid "The date when download access expires, as GMT."
6877
+ #~ msgstr "La fecha de caducidad del acceso a la descarga, en GMT."
6878
+
6879
+ #~ msgid "The date the coupon expires, as GMT."
6880
+ #~ msgstr "La fecha de caducidad del cupón, en GMT."
6881
+
6882
+ #~ msgid "The date the coupon expires, in the site's timezone."
6883
+ #~ msgstr "La fecha de caducidad del cupón, en la zona horaria del sitio."
6884
+
6885
+ #~ msgid "The date the coupon was created, as GMT."
6886
+ #~ msgstr "La fecha de creación del cupón, en GMT."
6887
+
6888
+ #~ msgid "The date the coupon was last modified, as GMT."
6889
+ #~ msgstr "La fecha del último cambio del cupón, en GMT."
6890
+
6891
+ #~ msgid "Dimensions (%s)"
6892
+ #~ msgstr "Dimensiones (%s)"
6893
+
6894
+ #~ msgid "Bank"
6895
+ #~ msgstr "Banco"
6896
+
6897
+ #~ msgid ""
6898
+ #~ "%d item from your previous order is currently unavailable and could not "
6899
+ #~ "be added to your cart."
6900
+ #~ msgid_plural ""
6901
+ #~ "%d items from your previous order are currently unavailable and could not "
6902
+ #~ "be added to your cart."
6903
+ #~ msgstr[0] ""
6904
+ #~ "Hay %d elemento de tu pedido anterior que no está disponible actualmente "
6905
+ #~ "y no se ha podido añadir a tu carrito."
6906
+ #~ msgstr[1] ""
6907
+ #~ "Hay %d elementos de tu pedido anterior que no están disponibles "
6908
+ #~ "actualmente y no se han podido añadir a tu carrito."
6909
+
6910
+ #~ msgid "Invalid order"
6911
+ #~ msgstr "Pedido no válido"
6912
+
6913
+ #~ msgid ""
6914
+ #~ "<strong>Your theme does not declare WooCommerce support</strong> &#8211; "
6915
+ #~ "Please read our <a href=\"%1$s\" target=\"_blank\">integration</a> guide "
6916
+ #~ "or check out our <a href=\"%2$s\" target=\"_blank\">Storefront</a> theme "
6917
+ #~ "which is totally free to download and designed specifically for use with "
6918
+ #~ "WooCommerce."
6919
+ #~ msgstr ""
6920
+ #~ "<strong>Tu tema no indica que sea compatible con WooCommerce</strong>: "
6921
+ #~ "lee nuestra guía de <a href=\"%1$s\" target=\"_blank\">integración</a> o "
6922
+ #~ "prueba nuestro tema <a href=\"%2$s\" target=\"_blank\">Storefront</a> que "
6923
+ #~ "está diseñado específicamente para utilizarse con WooCommerce y te puedes "
6924
+ #~ "descargar de forma totalmente gratuita."
6925
+
6926
+ #~ msgid ""
6927
+ #~ "Page visibility should be <a href=\"%s\" target=\"_blank\">public</a>"
6928
+ #~ msgstr ""
6929
+ #~ "La visibilidad de la página debe ser <a href=\"%s\" target=\"_blank"
6930
+ #~ "\">pública</a>"
6931
+
6932
+ #~ msgid ""
6933
+ #~ "Safe and secure payments using credit cards or your customer's PayPal "
6934
+ #~ "account. <a href=\"%s\" target=\"_blank\">Learn more</a>."
6935
+ #~ msgstr ""
6936
+ #~ "Pagos seguros con tarjetas de crédito o con la cuenta de PayPal de tu "
6937
+ #~ "cliente. <a href=\"%s\" target=\"_blank\">Aprende más</a>."
6938
+
6939
+ #~ msgid "Sindh"
6940
+ #~ msgstr "Sindh"
6941
+
6942
+ #~ msgid "Khyber Pakhtunkhwa"
6943
+ #~ msgstr "Khyber Pakhtunkhwa"
6944
+
6945
+ #~ msgid "Islamabad Capital Territory"
6946
+ #~ msgstr "Territorio de la capital Islamabad"
6947
+
6948
+ #~ msgid "Gilgit Baltistan"
6949
+ #~ msgstr "Gilgit-Baltistán "
6950
+
6951
+ #~ msgid "FATA"
6952
+ #~ msgstr "FATA"
6953
+
6954
+ #~ msgid "Azad Kashmir"
6955
+ #~ msgstr "Azad Cachemira"
6956
+
6957
+ #~ msgid "Ireland"
6958
+ #~ msgstr "Irlanda"
6959
+
6960
+ #~ msgid "Balochistan"
6961
+ #~ msgstr "Baluchistán"
6962
+
6963
+ #~ msgid "Automattic"
6964
+ #~ msgstr "Automattic"
6965
+
6966
+ #~ msgid ""
6967
+ #~ "The payment gateway for this order does not support automatic refunds."
6968
+ #~ msgstr ""
6969
+ #~ "La pasarela de pago de este pedido no es compatible con reembolsos "
6970
+ #~ "automáticos."
6971
+
6972
+ #~ msgid "The payment gateway for this order does not exist."
6973
+ #~ msgstr "La pasarela de pago de este pedido no existe."
6974
+
6975
+ #~ msgid "Invalid refund amount."
6976
+ #~ msgstr "Cantidad de reembolso no válida."
6977
+
6978
+ #~ msgid "Iranian toman"
6979
+ #~ msgstr "Toman iraní"
6980
+
6981
+ #~ msgctxt "shipping packages"
6982
+ #~ msgid "Shipping"
6983
+ #~ msgstr "Envío"
6984
+
6985
+ #~ msgid "This method should not be called before plugins_loaded."
6986
+ #~ msgstr "Este método no debe ser invocado antes de plugins_loaded."
6987
+
6988
+ #~ msgid "Visit %s admin area:"
6989
+ #~ msgstr "Visita el área de administración de %s:"
6990
+
6991
+ #~ msgid "You have received the following WooCommerce log message:"
6992
+ #~ msgid_plural "You have received the following WooCommerce log messages:"
6993
+ #~ msgstr[0] "Has recibido el siguiente mensaje de registro de WooCommerce:"
6994
+ #~ msgstr[1] "Has recibido los siguientes mensajes de registro de WooCommerce:"
6995
+
6996
+ #~ msgid "[%1$s] %2$s: %3$s WooCommerce log message"
6997
+ #~ msgid_plural "[%1$s] %2$s: %3$s WooCommerce log messages"
6998
+ #~ msgstr[0] "[%1$s] %2$s: %3$s mensaje de registro de WooCommerce"
6999
+ #~ msgstr[1] "[%1$s] %2$s: %3$s mensajes de registro de WooCommerce"
7000
+
7001
+ #~ msgid "Invalid product ID"
7002
+ #~ msgstr "ID de producto no válido"
7003
+
7004
+ #~ msgid "Webhook delivery URL."
7005
+ #~ msgstr "URL de entrega del webhook."
7006
+
7007
+ #~ msgid "Unique identifier for the webhook."
7008
+ #~ msgstr "Identificador único del webhook."
7009
+
7010
+ #~ msgid "Unique slug for the resource."
7011
+ #~ msgstr "Slug único del recurso."
7012
+
7013
+ #~ msgid "Email of the reviewer."
7014
+ #~ msgstr "Correo electrónico de quien dejó la valoración."
7015
+
7016
+ #~ msgid "Name of the reviewer."
7017
+ #~ msgstr "Nombre de quien dejó la valoración."
7018
+
7019
+ #~ msgid "Review content."
7020
+ #~ msgstr "Contenido de la valoración."
7021
+
7022
+ #~ msgid "Unique identifier for the attribute of the terms."
7023
+ #~ msgstr "Identificador único del atributo de los términos."
7024
+
7025
+ #~ msgid "Order note content."
7026
+ #~ msgstr "Contenido de la nota del pedido."
7027
+
7028
+ #~ msgid "ID to reassign posts to."
7029
+ #~ msgstr "ID al que reasignar las publicaciones."
7030
+
7031
+ #~ msgid "New user password."
7032
+ #~ msgstr "Nueva contraseña de usuario."
7033
+
7034
+ #~ msgid "New user username."
7035
+ #~ msgstr "Nuevo nombre de usuario del usuario."
7036
+
7037
+ #~ msgid "New user email address."
7038
+ #~ msgstr "Nueva dirección de correo electrónico del usuario."
7039
+
7040
+ #~ msgid "Unique ID for the instance."
7041
+ #~ msgstr "ID único de la instancia."
7042
+
7043
+ #~ msgid "Unique ID for the zone."
7044
+ #~ msgstr "ID único de la zona."
7045
+
7046
+ #~ msgid "Unique ID for the resource."
7047
+ #~ msgstr "ID único del recurso."
7048
+
7049
+ #~ msgid "Settings group ID."
7050
+ #~ msgstr "ID de ajustes del grupo."
7051
+
7052
+ #~ msgid "List of variations IDs."
7053
+ #~ msgstr "ID de la lista de variaciones."
7054
+
7055
+ #~ msgid "Unique identifier for the variation."
7056
+ #~ msgstr "Identificador único de la variación."
7057
+
7058
+ #~ msgid "Unique identifier for the variable product."
7059
+ #~ msgstr "Identificador único del producto variable."
7060
+
7061
+ #~ msgid "The order ID."
7062
+ #~ msgstr "ID del pedido."
7063
+
7064
+ #~ msgid "Meta data."
7065
+ #~ msgstr "Metadatos."
7066
+
7067
+ #~ msgid "Increase existing price by (fixed amount or %):"
7068
+ #~ msgstr "Incrementa el precio existente en (cantidad fija o %):"
7069
+
7070
+ #~ msgid "Are you sure you want to clear all logs from the database?"
7071
+ #~ msgstr ""
7072
+ #~ "¿Está seguro que querer borrar todos los registros de la base de datos?"
7073
+
7074
+ #~ msgid "Flush all logs"
7075
+ #~ msgstr "Borrar todos los registros"
7076
+
7077
+ #~ msgid "Search for a user&hellip;"
7078
+ #~ msgstr "Buscar un usuario&hellip;"
7079
+
7080
+ #~ msgid "Customer provided note:"
7081
+ #~ msgstr "Nota ofrecida por el cliente:"
7082
+
7083
+ #~ msgid "All sources"
7084
+ #~ msgstr "Todos los orígenes"
7085
+
7086
+ #~ msgid "Filter by source"
7087
+ #~ msgstr "Filtrar por origen"
7088
+
7089
+ #~ msgid "Source"
7090
+ #~ msgstr "Origen"
7091
+
7092
+ #~ msgid "Message"
7093
+ #~ msgstr "Mensaje"
7094
+
7095
+ #~ msgid "Level"
7096
+ #~ msgstr "Nivel"
7097
+
7098
+ #~ msgid "Timestamp"
7099
+ #~ msgstr "Marca temporal"
7100
+
7101
+ #~ msgid "All levels"
7102
+ #~ msgstr "Todos los niveles"
7103
+
7104
+ #~ msgid "Filter by level"
7105
+ #~ msgstr "Filtrar por nivel"
7106
+
7107
+ #~ msgid "Debug"
7108
+ #~ msgstr "Depuración"
7109
+
7110
+ #~ msgid "Info"
7111
+ #~ msgstr "Información"
7112
+
7113
+ #~ msgid "Notice"
7114
+ #~ msgstr "Aviso"
7115
+
7116
+ #~ msgid "Warning"
7117
+ #~ msgstr "Advertencia"
7118
+
7119
+ #~ msgid "Error"
7120
+ #~ msgstr "Error"
7121
+
7122
+ #~ msgid "Critical"
7123
+ #~ msgstr "Crítico"
7124
+
7125
+ #~ msgid "Alert"
7126
+ #~ msgstr "Alerta"
7127
+
7128
+ #~ msgid "Emergency"
7129
+ #~ msgstr "Emergencia"
7130
+
7131
+ #~ msgid "Name for the resource."
7132
+ #~ msgstr "Nombre del recurso."
7133
+
7134
+ #~ msgid "Method '%s' not implemented. Must be overridden in subclass."
7135
+ #~ msgstr ""
7136
+ #~ "El método '%s' no está implementado. Debe sustituirse en la subclase."
7137
+
7138
+ #~ msgid "%1$s review for %2$s"
7139
+ #~ msgid_plural "%1$s reviews for %2$s"
7140
+ #~ msgstr[0] "%1$s valoración en %2$s"
7141
+ #~ msgstr[1] "%1$s valoraciones en %2$s"
7142
+
7143
+ #~ msgid "Awaiting product image"
7144
+ #~ msgstr "Esperando la imagen de producto"
7145
+
7146
+ #~ msgid "Next (arrow right)"
7147
+ #~ msgstr "Siguiente (flecha derecha)"
7148
+
7149
+ #~ msgid "Previous (arrow left)"
7150
+ #~ msgstr "Anterior (flecha izquierda)"
7151
+
7152
+ #~ msgid "Zoom in/out"
7153
+ #~ msgstr "Ampliar/Reducir"
7154
+
7155
+ #~ msgid "Toggle fullscreen"
7156
+ #~ msgstr "Cambiar a pantalla completa"
7157
+
7158
+ #~ msgid "Share"
7159
+ #~ msgstr "Compartir"
7160
+
7161
+ #~ msgid "Close (Esc)"
7162
+ #~ msgstr "Cerrar (Esc)"
7163
+
7164
+ #~ msgid "Search products&hellip;"
7165
+ #~ msgstr "Buscar productos&hellip;"
7166
+
7167
+ #~ msgid "%1$s ending in %2$s"
7168
+ #~ msgstr "%1$s terminada en %2$s"
7169
+
7170
+ #~ msgid "%1$s for %2$s item"
7171
+ #~ msgid_plural "%1$s for %2$s items"
7172
+ #~ msgstr[0] "%1$s para %2$s elemento"
7173
+ #~ msgstr[1] "%1$s para %2$s elementos"
7174
+
7175
+ #~ msgid ""
7176
+ #~ "From your account dashboard you can view your <a href=\"%1$s\">recent "
7177
+ #~ "orders</a>, manage your <a href=\"%2$s\">shipping and billing addresses</"
7178
+ #~ "a>, and <a href=\"%3$s\">edit your password and account details</a>."
7179
+ #~ msgstr ""
7180
+ #~ "Desde el panel de control de tu cuenta puedes ver tus <a href=\"%1$s"
7181
+ #~ "\">pedidos recientes</a>, gestionar tus <a href=\"%2$s\">direcciones de "
7182
+ #~ "envío y facturación</a> y <a href=\"%3$s\">editar tu contraseña y los "
7183
+ #~ "detalles de tu cuenta</a>."
7184
+
7185
+ #~ msgid "Hello %1$s (not %1$s? <a href=\"%2$s\">Log out</a>)"
7186
+ #~ msgstr "Hola %1$s (¿no eres %1$s? <a href=\"%2$s\">Cerrar sesión</a>)"
7187
+
7188
+ #~ msgid "(estimated for %s)"
7189
+ #~ msgstr "(estimado para %s)"
7190
+
7191
+ #~ msgid "This will give \"%1$s\" %2$s access which will allow it to:"
7192
+ #~ msgstr "Esto dará a \"%1$s\" acceso de %2$s lo que le permitirá:"
7193
+
7194
+ #~ msgid "Max %s"
7195
+ #~ msgstr "Max %s"
7196
+
7197
+ #~ msgid "Min %s"
7198
+ #~ msgstr "Min %s"
7199
+
7200
+ #~ msgctxt "Price range: from-to"
7201
+ #~ msgid "%1$s &ndash; %2$s"
7202
+ #~ msgstr "%1$s &ndash; %2$s"
7203
+
7204
+ #~ msgid "Fixed product discount"
7205
+ #~ msgstr "Descuento fijo de producto"
7206
+
7207
+ #~ msgid "Fixed cart discount"
7208
+ #~ msgstr "Descuento fijo en el carrito"
7209
+
7210
+ #~ msgid "Percentage discount"
7211
+ #~ msgstr "Descuento en porcentaje"
7212
+
7213
+ #~ msgid "%s does not exist."
7214
+ #~ msgstr "%s no existe."
7215
+
7216
+ #~ msgid "Coupon: %s"
7217
+ #~ msgstr "Cupón: %s"
7218
+
7219
+ #~ msgid "Your password has been reset successfully."
7220
+ #~ msgstr "Tu contraseña se ha restablecido correctamente."
7221
+
7222
+ #~ msgid "Specific countries"
7223
+ #~ msgstr "Países específicos"
7224
+
7225
+ #~ msgid "Free shipping"
7226
+ #~ msgstr "Envío gratuito"
7227
+
7228
+ #~ msgid "%1$s ending in %2$s (expires %3$s/%4$s)"
7229
+ #~ msgstr "%1$s terminada en %2$s (caduca %3$s/%4$s)"
7230
+
7231
+ #~ msgid "%1$s - Pre-order for \"%2$s\" (Order #%3$s)"
7232
+ #~ msgstr "%1$s - Reserva de \"%2$s\" (Pedido #%3$s)"
7233
+
7234
+ #~ msgid "%1$s - Order #%2$s"
7235
+ #~ msgstr "%1$s - Pedido #%2$s"
7236
+
7237
+ #~ msgid ""
7238
+ #~ "Optionally enter the URL to a 150x50px image displayed as your logo in "
7239
+ #~ "the upper left corner of the PayPal checkout pages."
7240
+ #~ msgstr ""
7241
+ #~ "Opcionalmente introduce la url a una imagen de 150x50 píxeles que se "
7242
+ #~ "mostrará como tu logotipo en la esquina superior izquierda de las páginas "
7243
+ #~ "de pago de PayPal."
7244
+
7245
+ #~ msgid ""
7246
+ #~ "Optionally enter the name of the page style you wish to use. These are "
7247
+ #~ "defined within your PayPal account. This affects classic PayPal checkout "
7248
+ #~ "screens."
7249
+ #~ msgstr ""
7250
+ #~ "Opcionalmente introduce el nombre del estilo de página que quieres usar. "
7251
+ #~ "Estos se definen dentro de tu cuenta de PayPal. Esto afecta a las "
7252
+ #~ "pantallas de pago clásicas de PayPal."
7253
+
7254
+ #~ msgid ""
7255
+ #~ "PayPal sandbox can be used to test payments. Sign up for a <a href=\"%s"
7256
+ #~ "\">developer account</a>."
7257
+ #~ msgstr ""
7258
+ #~ "Se puede usar la zona de pruebas de PayPal para probar pagos. Crea una <a "
7259
+ #~ "href=\"%s\">cuenta de desarrollador</a>."
7260
+
7261
+ #~ msgid ""
7262
+ #~ "Order #%s has been marked paid by PayPal IPN, but was previously "
7263
+ #~ "cancelled. Admin handling required."
7264
+ #~ msgstr ""
7265
+ #~ "El pedido #%s se ha marcado como pagado por la IPN de PayPal, pero se "
7266
+ #~ "canceló previamente. Se requiere una gestión de administración."
7267
+
7268
+ #~ msgid "Payment for cancelled order %s received"
7269
+ #~ msgstr "Se ha recibido el pago para el pedido cancelado %s"
7270
+
7271
+ #~ msgid ""
7272
+ #~ "Payment authorized. Change payment status to processing or complete to "
7273
+ #~ "capture funds."
7274
+ #~ msgstr ""
7275
+ #~ "Pago autorizado. Cambia el estado del pedido a procesando o completo para "
7276
+ #~ "capturar los fondos."
7277
+
7278
+ #~ msgid "Payment could not captured - Auth ID: %1$s, Status: %2$s"
7279
+ #~ msgstr ""
7280
+ #~ "No se pudo capturar el pago - ID de autorización: %1$s, Estado: %2$s"
7281
+
7282
+ #~ msgid "Payment of %1$s was captured - Auth ID: %2$s, Transaction ID: %3$s"
7283
+ #~ msgstr ""
7284
+ #~ "Se capturó el pago de %1$s - ID de autorización: %2$s, ID de transacción: "
7285
+ #~ "%3$s"
7286
+
7287
+ #~ msgid "Payment could not captured: %s"
7288
+ #~ msgstr "No se pudo capturar el pago: %s"
7289
+
7290
+ #~ msgid ""
7291
+ #~ "To override and edit this email template copy %1$s to your theme folder: "
7292
+ #~ "%2$s."
7293
+ #~ msgstr ""
7294
+ #~ "Para sobreescribir la plantilla de correo electrónico copia %1$s a la "
7295
+ #~ "carpeta de tu tema: %2$s."
7296
+
7297
+ #~ msgid "Invalid payment token."
7298
+ #~ msgstr "Token de pago no válido."
7299
+
7300
+ #~ msgid "Invalid or missing payment token fields."
7301
+ #~ msgstr "Campos de token de pago no disponibles o no válidos."
7302
+
7303
+ #~ msgid "Invalid download."
7304
+ #~ msgstr "Descarga no válida."
7305
+
7306
+ #~ msgid "Invalid customer."
7307
+ #~ msgstr "Cliente no válido."
7308
+
7309
+ #~ msgid "%1$d updates complete. Database version is %2$s"
7310
+ #~ msgstr ""
7311
+ #~ "Actualizaciones de %1$d completas. La versión de la base de datos es %2$s"
7312
+
7313
+ #~ msgid "Calling update function: %s"
7314
+ #~ msgstr "Función de llamada a la actualización: %s"
7315
+
7316
+ #~ msgid "Output just the id when the operation is successful."
7317
+ #~ msgstr "Solo se muestra el id cuando la operación se completa con éxito."
7318
+
7319
+ #~ msgid "Render response in a particular format."
7320
+ #~ msgstr "Visualización de la respuesta en un formato específico."
7321
+
7322
+ #~ msgid "Get the value of an individual field."
7323
+ #~ msgstr "Obtiene el valor de un campo individual."
7324
+
7325
+ #~ msgid "Limit response to specific fields. Defaults to all fields."
7326
+ #~ msgstr ""
7327
+ #~ "Limita la respuesta a campos específicos. Por defecto son todos los "
7328
+ #~ "campos."
7329
+
7330
+ #~ msgid "The id for the resource."
7331
+ #~ msgstr "El id del recurso."
7332
+
7333
+ #~ msgid "No schema title found for %s, skipping REST command registration."
7334
+ #~ msgstr ""
7335
+ #~ "No se ha encontrado ningún título de schema para %s, saltando al registro "
7336
+ #~ "del comando REST."
7337
+
7338
+ #~ msgid "Updated"
7339
+ #~ msgstr "Actualizado"
7340
+
7341
+ #~ msgid "Deleted"
7342
+ #~ msgstr "Eliminado"
7343
+
7344
+ #~ msgid "External products cannot be backordered."
7345
+ #~ msgstr "Los productos externos no pueden reservarse."
7346
+
7347
+ #~ msgid "External products cannot be stock managed."
7348
+ #~ msgstr "Los productos externos no pueden tener inventario."
7349
+
7350
+ #~ msgid "Invalid coupon."
7351
+ #~ msgstr "Cupón no válido."
7352
+
7353
+ #~ msgctxt "Product Attribute"
7354
+ #~ msgid "Product %s"
7355
+ #~ msgstr "Producto %s"
7356
+
7357
+ #~ msgid "Product shipping classes"
7358
+ #~ msgstr "Clases de envío del producto"
7359
+
7360
+ #~ msgid "No tags found"
7361
+ #~ msgstr "No se encontraron etiquetas"
7362
+
7363
+ #~ msgid "Choose from the most used tags"
7364
+ #~ msgstr "Elige de las etiquetas más utilizadas"
7365
+
7366
+ #~ msgid "Add or remove tags"
7367
+ #~ msgstr "Añadir o eliminar etiquetas"
7368
+
7369
+ #~ msgid "Separate tags with commas"
7370
+ #~ msgstr "Separar etiquetas con comas"
7371
+
7372
+ #~ msgid "Popular tags"
7373
+ #~ msgstr "Etiquetas populares"
7374
+
7375
+ #~ msgid "New tag name"
7376
+ #~ msgstr "Nombre de la nueva etiqueta"
7377
+
7378
+ #~ msgid "Add new tag"
7379
+ #~ msgstr "Añadir nueva etiqueta"
7380
+
7381
+ #~ msgid "Update tag"
7382
+ #~ msgstr "Actualizar etiqueta"
7383
+
7384
+ #~ msgid "Edit tag"
7385
+ #~ msgstr "Editar etiqueta"
7386
+
7387
+ #~ msgid "All tags"
7388
+ #~ msgstr "Todas las etiquetas"
7389
+
7390
+ #~ msgid "Search tags"
7391
+ #~ msgstr "Buscar etiquetas"
7392
+
7393
+ #~ msgid "Tag"
7394
+ #~ msgstr "Etiqueta"
7395
+
7396
+ #~ msgid "No categories found"
7397
+ #~ msgstr "No se encontraron categorías"
7398
+
7399
+ #~ msgid "New category name"
7400
+ #~ msgstr "Nombre de la nueva categoría"
7401
+
7402
+ #~ msgid "Add new category"
7403
+ #~ msgstr "Añadir nueva categoría"
7404
+
7405
+ #~ msgid "Update category"
7406
+ #~ msgstr "Actualizar categoría"
7407
+
7408
+ #~ msgid "Edit category"
7409
+ #~ msgstr "Editar categoría"
7410
+
7411
+ #~ msgid "Parent category:"
7412
+ #~ msgstr "Categoría padre:"
7413
+
7414
+ #~ msgid "Parent category"
7415
+ #~ msgstr "Categoría padre"
7416
+
7417
+ #~ msgid "All categories"
7418
+ #~ msgstr "Todas las categorías"
7419
+
7420
+ #~ msgid "Search categories"
7421
+ #~ msgstr "Buscar categorías"
7422
+
7423
+ #~ msgid "Category"
7424
+ #~ msgstr "Categoría"
7425
+
7426
+ #~ msgid "Invalid tax class"
7427
+ #~ msgstr "Clase de impuesto no válida"
7428
+
7429
+ #~ msgid "Visit premium customer support"
7430
+ #~ msgstr "Vista el soporte al cliente premium"
7431
+
7432
+ #~ msgid "Invalid variation ID"
7433
+ #~ msgstr "ID de variación no válido"
7434
+
7435
+ #~ msgid "Order status set to %s."
7436
+ #~ msgstr "El estado del pedido se estableció a %s."
7437
+
7438
+ #~ msgid "Invalid value posted for %s"
7439
+ #~ msgstr "Valor no válido publicado para %s"
7440
+
7441
+ #~ msgid "%1$s is low in stock. There are %2$d left."
7442
+ #~ msgstr "%1$s tiene pocas existencias. Quedan %2$d."
7443
+
7444
+ #~ msgid "Invalid data store."
7445
+ #~ msgstr "Almacenamiento de datos no válido."
7446
+
7447
+ #~ msgid "Invalid billing email address"
7448
+ #~ msgstr "Dirección correo electrónico de facturación no válido "
7449
+
7450
+ #~ msgid "Invalid role"
7451
+ #~ msgstr "Perfil no válido"
7452
+
7453
+ #~ msgid "Invalid email address"
7454
+ #~ msgstr "Dirección de correo electrónico no válida"
7455
+
7456
+ #~ msgid "Invalid email address restriction"
7457
+ #~ msgstr "Restricción de dirección de correo electrónico no válida"
7458
+
7459
+ #~ msgid "Invalid discount type"
7460
+ #~ msgstr "Tipo de descuento no válido"
7461
+
7462
+ #~ msgid "Eircode"
7463
+ #~ msgstr "Eircode"
7464
+
7465
+ #~ msgid "Apartment, suite, unit etc. (optional)"
7466
+ #~ msgstr "Apartamento, habitación, etc. (opcional)"
7467
+
7468
+ #~ msgid "Street address"
7469
+ #~ msgstr "Dirección de la calle"
7470
+
7471
+ #~ msgid "Billing %s"
7472
+ #~ msgstr "Facturación %s"
7473
+
7474
+ #~ msgid "You cannot add another \"%s\" to your cart."
7475
+ #~ msgstr "No puedes añadir otro \"%s\" a tu carrito."
7476
+
7477
+ #~ msgid "View cart"
7478
+ #~ msgstr "Ver carrito"
7479
+
7480
+ #~ msgid ""
7481
+ #~ "In order for <strong>database caching</strong> to work with WooCommerce "
7482
+ #~ "you must add %1$s to the \"Ignored Query Strings\" option in <a href="
7483
+ #~ "\"%2$s\">W3 Total Cache settings</a>."
7484
+ #~ msgstr ""
7485
+ #~ "Para que funcione el <strong>cacheo de la base de datos</strong> con "
7486
+ #~ "WooCommerce debes añadir %1$s a la opción de \"Cadenas de petición "
7487
+ #~ "ignoradas\" en <a href=\"%2$s\">los ajustes de W3 Total Cache</a>."
7488
+
7489
+ #~ msgid "%1$s - API %2$s (created on %3$s at %4$s)."
7490
+ #~ msgstr "%1$s - API %2$s (creado el %3$s a las %4$s)."
7491
+
7492
+ #~ msgid "Invalid product"
7493
+ #~ msgstr "Producto no válido"
7494
+
7495
+ #~ msgid "There was an error calling this tool. There is no callback present."
7496
+ #~ msgstr ""
7497
+ #~ "Ocurrió un error al reclamar esta herramienta. No hay un callback "
7498
+ #~ "presente."
7499
+
7500
+ #~ msgid "Tool ran."
7501
+ #~ msgstr "Herramienta ejecutada."
7502
+
7503
+ #~ msgid "%d orphaned variations deleted"
7504
+ #~ msgstr "%d variaciones huérfanas borradas"
7505
+
7506
+ #~ msgid "Tool return message."
7507
+ #~ msgstr "Mensaje mostrado por la herramienta."
7508
+
7509
+ #~ msgid "Did the tool run successfully?"
7510
+ #~ msgstr "¿Se ejecutó con éxito la herramienta?"
7511
+
7512
+ #~ msgid "Tool description."
7513
+ #~ msgstr "Descripción de la herramienta."
7514
+
7515
+ #~ msgid "What running the tool will do."
7516
+ #~ msgstr "Lo que hará la herramienta en funcionamiento."
7517
+
7518
+ #~ msgid "Tool name."
7519
+ #~ msgstr "Nombre de la herramienta."
7520
+
7521
+ #~ msgid "A unique identifier for the tool."
7522
+ #~ msgstr "Un identificador único para la herramienta."
7523
+
7524
+ #~ msgid "Invalid tool ID."
7525
+ #~ msgstr "ID de herramienta no válido."
7526
+
7527
+ #~ msgid ""
7528
+ #~ "This tool will install all the missing WooCommerce pages. Pages already "
7529
+ #~ "defined and set up will not be replaced."
7530
+ #~ msgstr ""
7531
+ #~ "Esta herramienta instalará todas las páginas de WooCommerce que falten. "
7532
+ #~ "Las páginas ya definidas y configuradas no se reemplazarán."
7533
+
7534
+ #~ msgid "This tool will delete all variations which have no parent."
7535
+ #~ msgstr ""
7536
+ #~ "Esta herramienta borrará todas las variaciones que no tengan una superior."
7537
+
7538
+ #~ msgid "Delete orphaned variations"
7539
+ #~ msgstr "Borrar variaciones huérfanas"
7540
+
7541
+ #~ msgid "Orphaned variations"
7542
+ #~ msgstr "Variaciones huérfanas"
7543
+
7544
+ #~ msgid "WooCommerce pages."
7545
+ #~ msgstr "Páginas de WooCommerce"
7546
+
7547
+ #~ msgid "Hide errors from visitors?"
7548
+ #~ msgstr "¿Ocultar errores a los visitantes?"
7549
+
7550
+ #~ msgid "Taxonomy terms for product/order statuses."
7551
+ #~ msgstr "Términos de taxonomía para los estados de producto/pedido."
7552
+
7553
+ #~ msgid "Geolocation enabled?"
7554
+ #~ msgstr "¿Geolocalización activa?"
7555
+
7556
+ #~ msgid "Currency symbol."
7557
+ #~ msgstr "Símbolo de moneda."
7558
+
7559
+ #~ msgid "SSL forced?"
7560
+ #~ msgstr "¿SSL forzado?"
7561
+
7562
+ #~ msgid "REST API enabled?"
7563
+ #~ msgstr "¿REST API activa?"
7564
+
7565
+ #~ msgid "Template overrides."
7566
+ #~ msgstr "Sobreescrituras de plantilla."
7567
+
7568
+ #~ msgid "Does this theme have outdated templates?"
7569
+ #~ msgstr "¿Tiene este tema plantillas obsoletas?"
7570
+
7571
+ #~ msgid "Does the theme have a woocommerce.php file?"
7572
+ #~ msgstr "¿Tiene este tema un archivo woocommerce.php?"
7573
+
7574
+ #~ msgid "Does the theme declare WooCommerce support?"
7575
+ #~ msgstr "¿Está marcado este tema como compatible con WooCommerce?"
7576
+
7577
+ #~ msgid "Is this theme a child theme?"
7578
+ #~ msgstr "¿Es este tema un tema hijo?"
7579
+
7580
+ #~ msgid "Theme author URL."
7581
+ #~ msgstr "URL de autor del tema."
7582
+
7583
+ #~ msgid "Latest version of theme."
7584
+ #~ msgstr "Última versión del tema."
7585
+
7586
+ #~ msgid "Theme version."
7587
+ #~ msgstr "Versión del tema."
7588
+
7589
+ #~ msgid "Theme name."
7590
+ #~ msgstr "Nombre del tema."
7591
+
7592
+ #~ msgid "Database tables."
7593
+ #~ msgstr "Tablas de la base de datos."
7594
+
7595
+ #~ msgid "Remote GET response."
7596
+ #~ msgstr "Respuesta remota GET."
7597
+
7598
+ #~ msgid "Remote GET successful?"
7599
+ #~ msgstr "¿Funcionó el GET remoto?"
7600
+
7601
+ #~ msgid "Remote POST response."
7602
+ #~ msgstr "Respuesta POST remota."
7603
+
7604
+ #~ msgid "Remote POST successful?"
7605
+ #~ msgstr "¿Funcionó el POST remoto?"
7606
+
7607
+ #~ msgid "Is mbstring enabled?"
7608
+ #~ msgstr "¿Está mbstring activo?"
7609
+
7610
+ #~ msgid "Is GZip enabled?"
7611
+ #~ msgstr "¿Está GZip activo?"
7612
+
7613
+ #~ msgid "Is DomDocument class enabled?"
7614
+ #~ msgstr "¿Está la clase DomDocument activa?"
7615
+
7616
+ #~ msgid "Is SoapClient class enabled?"
7617
+ #~ msgstr "¿Está la clase SoapCliente activa?"
7618
+
7619
+ #~ msgid "Is fsockopen/cURL enabled?"
7620
+ #~ msgstr "¿Está fsockopen/cURL activo?"
7621
+
7622
+ #~ msgid "Default timezone."
7623
+ #~ msgstr "Zona horaria por defecto."
7624
+
7625
+ #~ msgid "Is SUHOSIN installed?"
7626
+ #~ msgstr "¿Está SUHOSIN instalado?"
7627
+
7628
+ #~ msgid "PHP max execution time."
7629
+ #~ msgstr "Tiempo máximo de ejecución de PHP."
7630
+
7631
+ #~ msgid "WordPress language."
7632
+ #~ msgstr "Idioma de WordPress."
7633
+
7634
+ #~ msgid "Are WordPress cron jobs enabled?"
7635
+ #~ msgstr "¿Están activas las tareas cron de WordPress?"
7636
+
7637
+ #~ msgid "Is WordPress debug mode active?"
7638
+ #~ msgstr "¿Está activo el modo de depuración de WordPress?"
7639
+
7640
+ #~ msgid "WordPress memory limit."
7641
+ #~ msgstr "Límite de memoria de WordPress."
7642
+
7643
+ #~ msgid "Is WordPress multisite?"
7644
+ #~ msgstr "¿Es WordPress multisitio?"
7645
+
7646
+ #~ msgid "WordPress version."
7647
+ #~ msgstr "Versión de WordPress."
7648
+
7649
+ #~ msgid "Is log directory writable?"
7650
+ #~ msgstr "¿Se puede escribir en el directorio de registros?"
7651
+
7652
+ #~ msgid "Log directory."
7653
+ #~ msgstr "Directorio de registros."
7654
+
7655
+ #~ msgid "WooCommerce version."
7656
+ #~ msgstr "Versión de WooCommerce."
7657
+
7658
+ #~ msgid "Environment."
7659
+ #~ msgstr "Entorno."
7660
+
7661
+ #~ msgid "Shipping zone order."
7662
+ #~ msgstr "Orden de zona de envío."
7663
+
7664
+ #~ msgid "Shipping zone name."
7665
+ #~ msgstr "Nombre de zona de envío."
7666
+
7667
+ #~ msgid "Shipping zones do not support trashing."
7668
+ #~ msgstr "No se pueden enviar a la papelera las zonas de envío."
7669
+
7670
+ #~ msgid ""
7671
+ #~ "Resource cannot be created. Check to make sure 'order' and 'name' are "
7672
+ #~ "present."
7673
+ #~ msgstr ""
7674
+ #~ "No se pudo crear el recurso. Revisa para asegurarte de que están "
7675
+ #~ "presentes el 'pedido' y el 'nombre'."
7676
+
7677
+ #~ msgid "Shipping method settings."
7678
+ #~ msgstr "Ajustes del método de envío."
7679
+
7680
+ #~ msgid "Shipping method enabled status."
7681
+ #~ msgstr "Estado de activación del método de envío."
7682
+
7683
+ #~ msgid "Shipping method sort order."
7684
+ #~ msgstr "Orden de pedidos del método de envío."
7685
+
7686
+ #~ msgid "Shipping method customer facing title."
7687
+ #~ msgstr "Título visible para el cliente del método de envío."
7688
+
7689
+ #~ msgid "Shipping method instance ID."
7690
+ #~ msgstr "ID de instancia del método de envío."
7691
+
7692
+ #~ msgid "Shipping methods do not support trashing."
7693
+ #~ msgstr "Los métodos de envío no se pueden enviar a la papelera."
7694
+
7695
+ #~ msgid "Resource cannot be created."
7696
+ #~ msgstr "No se pudo crear el recurso."
7697
+
7698
+ #~ msgid "Shipping zone location type."
7699
+ #~ msgstr "Tipo de ubicación de la zona de envío."
7700
+
7701
+ #~ msgid "Shipping zone location code."
7702
+ #~ msgstr "Código de ubicación de la zona de envío."
7703
+
7704
+ #~ msgid "Shipping method description."
7705
+ #~ msgstr "Descripción del método de envío."
7706
+
7707
+ #~ msgid "Shipping method title."
7708
+ #~ msgstr "Título del método de envío."
7709
+
7710
+ #~ msgid "Method ID."
7711
+ #~ msgstr "ID del método."
7712
+
7713
+ #~ msgid ""
7714
+ #~ "Array of options (key value pairs) for inputs such as select, "
7715
+ #~ "multiselect, and radio buttons."
7716
+ #~ msgstr ""
7717
+ #~ "Array de opciones (pares de valores clave) para tipos de introducción "
7718
+ #~ "como selección, selección múltiple y botones de radio. "
7719
+
7720
+ #~ msgid "Placeholder text to be displayed in text inputs."
7721
+ #~ msgstr ""
7722
+ #~ "Texto de muestra que se verá en los campos de introducción de texto."
7723
+
7724
+ #~ msgid "Default value for the setting."
7725
+ #~ msgstr "Valor por defecto para el ajuste."
7726
+
7727
+ #~ msgid "Setting value."
7728
+ #~ msgstr "Valor del ajuste."
7729
+
7730
+ #~ msgid "A unique identifier for the setting."
7731
+ #~ msgstr "Un identificador único para el ajuste."
7732
+
7733
+ #~ msgid "Invalid setting."
7734
+ #~ msgstr "Ajuste no válido."
7735
+
7736
+ #~ msgid "Invalid setting group."
7737
+ #~ msgstr "Grupo de ajustes no válido."
7738
+
7739
+ #~ msgid "IDs for settings sub groups."
7740
+ #~ msgstr "IDs de los subgrupos de ajustes."
7741
+
7742
+ #~ msgid "ID of parent grouping."
7743
+ #~ msgstr "ID de la agrupación superior."
7744
+
7745
+ #~ msgid "A unique identifier that can be used to link settings together."
7746
+ #~ msgstr ""
7747
+ #~ "Un identificador único que puede usarse para enlazar varios ajustes."
7748
+
7749
+ #~ msgid "No setting groups have been registered."
7750
+ #~ msgstr "No se han registrado grupos de ajuste."
7751
+
7752
+ #~ msgid "Limit result set to products based on a maximum price."
7753
+ #~ msgstr "Limitar el resultado a productos basados en un precio máximo."
7754
+
7755
+ #~ msgid "Limit result set to products based on a minimum price."
7756
+ #~ msgstr "Limitar el resultado a productos basados en un precio mínimo."
7757
+
7758
+ #~ msgid "Limit result set to products on sale."
7759
+ #~ msgstr "Limitar el resultado a productos en oferta."
7760
+
7761
+ #~ msgid "Limit result set to products in stock or out of stock."
7762
+ #~ msgstr "Limitar el resultado a productos con existencias o sin existencias."
7763
+
7764
+ #~ msgid "Limit result set to products with specified stock status."
7765
+ #~ msgstr ""
7766
+ #~ "Limitar el resultado a productos con un estado de inventario específico."
7767
+
7768
+ #~ msgid "#%s is an invalid image ID."
7769
+ #~ msgstr "#%s es un ID de imagen no válido."
7770
+
7771
+ #~ msgid "Limit result set to featured products."
7772
+ #~ msgstr "Limitar el resultado a productos destacados."
7773
+
7774
+ #~ msgid "The content of the review."
7775
+ #~ msgstr "El contenido de la valoración."
7776
+
7777
+ #~ msgid "The product review cannot be deleted."
7778
+ #~ msgstr "No puede borrarse la valoración del producto."
7779
+
7780
+ #~ msgid "The comment has already been trashed."
7781
+ #~ msgstr "El comentario ya está en la papelera."
7782
+
7783
+ #~ msgid "The product review does not support trashing."
7784
+ #~ msgstr "La valoración del producto no se puede enviar a la papelera."
7785
+
7786
+ #~ msgid "Invalid product review ID."
7787
+ #~ msgstr "ID de valoración de producto no válido."
7788
+
7789
+ #~ msgid "Updating product review failed."
7790
+ #~ msgstr "Falló la actualización de la valoración del producto."
7791
+
7792
+ #~ msgid "Creating product review failed."
7793
+ #~ msgstr "Falló la creación de la valoración del producto."
7794
+
7795
+ #~ msgid "Could not update the attribute."
7796
+ #~ msgstr "No se pudo actualizar el atributo."
7797
+
7798
+ #~ msgid "Payment gateway settings."
7799
+ #~ msgstr "Ajustes de la pasarela de pago."
7800
+
7801
+ #~ msgid "Payment gateway method description."
7802
+ #~ msgstr "Descripción del método de la pasarela de pago."
7803
+
7804
+ #~ msgid "Payment gateway method title."
7805
+ #~ msgstr "Título del método de la pasarela de pago."
7806
+
7807
+ #~ msgid "Payment gateway enabled status."
7808
+ #~ msgstr "Estado de activación de la pasarela de pago."
7809
+
7810
+ #~ msgid "Payment gateway sort order."
7811
+ #~ msgstr "Orden de visualización de la pasarela de pago"
7812
+
7813
+ #~ msgid "Payment gateway description on checkout."
7814
+ #~ msgstr ""
7815
+ #~ "Descripción de la pasarela de pago en la página de finalizar compra."
7816
+
7817
+ #~ msgid "Payment gateway title on checkout."
7818
+ #~ msgstr "Título de la pasarela de pago en la página de finalizar compra."
7819
+
7820
+ #~ msgid "Payment gateway ID."
7821
+ #~ msgstr "ID de la pasarela de pago."
7822
+
7823
+ #~ msgid "User ID of user who created the refund."
7824
+ #~ msgstr "ID del usuario que creó el reembolso."
7825
+
7826
+ #~ msgid "Limit result to customers or internal notes."
7827
+ #~ msgstr "Limitar el resultado a notas de clientes o internas."
7828
+
7829
+ #~ msgid "Limit result set to specific IDs."
7830
+ #~ msgstr "Limitar el resultado a IDs específicos."
7831
+
7832
+ #~ msgid "Is the customer a paying customer?"
7833
+ #~ msgstr "¿Es el cliente un cliente de pago?"
7834
+
7835
+ #~ msgid "Invalid resource ID."
7836
+ #~ msgstr "ID de recurso no válido."
7837
+
7838
+ #~ msgid "This resource cannot be created."
7839
+ #~ msgstr "No pudo crearse el recurso."
7840
+
7841
+ #~ msgid "Meta ID."
7842
+ #~ msgstr "ID del meta."
7843
+
7844
+ #~ msgid "Missing OAuth parameter %s"
7845
+ #~ msgid_plural "Missing OAuth parameters %s"
7846
+ #~ msgstr[0] "Parámetro OAuth %s no disponible"
7847
+ #~ msgstr[1] "Parámetros OAuth %s no disponibles"
7848
+
7849
+ #~ msgid "From %1$s to %2$s"
7850
+ #~ msgstr "Desde el %1$s al %2$s"
7851
+
7852
+ #~ msgid "Set to regular price decreased by (fixed amount or %):"
7853
+ #~ msgstr "Establecer a un precio normal disminuido en (cantidad fija o %):"
7854
+
7855
+ #~ msgid "Decrease existing sale price by (fixed amount or %):"
7856
+ #~ msgstr "Disminución del precio de oferta existente en (cantidad fija o %):"
7857
+
7858
+ #~ msgid "Increase existing sale price by (fixed amount or %):"
7859
+ #~ msgstr "incrementar el precio de oferta existente en (cantidad fija o %):"
7860
+
7861
+ #~ msgid "— No change —"
7862
+ #~ msgstr "— Sin cambios —"
7863
+
7864
+ #~ msgid "Learn how to update"
7865
+ #~ msgstr "Aprende cómo actualizar"
7866
+
7867
+ #~ msgid "Outdated templates"
7868
+ #~ msgstr "Plantillas obsoletas"
7869
+
7870
+ #~ msgid "%1$s version %2$s is out of date. The core version is %3$s"
7871
+ #~ msgstr ""
7872
+ #~ "La version %2$s de %1$s está obsoleta. La versión del núcleo es la %3$s"
7873
+
7874
+ #~ msgid "Edit %s page"
7875
+ #~ msgstr "Modificar página %s"
7876
+
7877
+ #~ msgid "Taxonomies: Product types"
7878
+ #~ msgstr "Taxonomías: Tipos de producto"
7879
+
7880
+ #~ msgid "Error messages should not be shown to visitors."
7881
+ #~ msgstr "Los mensajes de error no deberían mostrarse a los visitantes."
7882
+
7883
+ #~ msgid ""
7884
+ #~ "Error messages can contain sensitive information about your store "
7885
+ #~ "environment. These should be hidden from untrusted visitors."
7886
+ #~ msgstr ""
7887
+ #~ "Los mensajes de error pueden contener información sensible sobre el "
7888
+ #~ "entorno de tu tienda. Deberían estar ocultos a visitantes no fiables."
7889
+
7890
+ #~ msgid "Hide errors from visitors"
7891
+ #~ msgstr "Ocultar errores a los visitantes"
7892
+
7893
+ #~ msgid ""
7894
+ #~ "Your store is not using HTTPS. <a href=\"%s\" target=\"_blank\">Learn "
7895
+ #~ "more about HTTPS and SSL Certificates</a>."
7896
+ #~ msgstr ""
7897
+ #~ "Tu tienda no está usando HTTPS. <a href=\"%s\" target=\"_blank\">Aprende "
7898
+ #~ "más sobre HTTPS y los certificados SSL</a>."
7899
+
7900
+ #~ msgid "Is the connection to your store secure?"
7901
+ #~ msgstr "¿Es segura la conexión a tu tienda?"
7902
+
7903
+ #~ msgid "Secure connection (HTTPS)"
7904
+ #~ msgstr "Conexión segura (HTTPS)"
7905
+
7906
+ #~ msgid "Security"
7907
+ #~ msgstr "Seguridad"
7908
+
7909
+ #~ msgid ""
7910
+ #~ "The MaxMind GeoIP Database does not exist - Geolocation will not "
7911
+ #~ "function. You can download and install it manually from %1$s to the path: "
7912
+ #~ "%2$s. Scroll down to \"Downloads\" and download the \"MaxMind DB binary, "
7913
+ #~ "gzipped\" file next to \"GeoLite2 Country\". Please remember to "
7914
+ #~ "uncompress GeoLite2-Country_xxxxxxxx.tar.gz and upload the GeoLite2-"
7915
+ #~ "Country.mmdb file only."
7916
+ #~ msgstr ""
7917
+ #~ "No existe la base de datos MaxMind GeoIP - La geolocalización no "
7918
+ #~ "funcionará. Puedes descargarla e instalarla manualmente desde %1$s en la "
7919
+ #~ "ruta: %2$s. Ve a \"Downloads\" y descarga el archivo \"MaxMind DB binary, "
7920
+ #~ "gzipped\" junto a \"GeoLite2 Country\". Por favor, acuérdate de "
7921
+ #~ "descomprimir GeoLite2-Country_xxxxxxxx.tar.gz y subir solo el archivo "
7922
+ #~ "GeoLite2-Country.mmdb."
7923
+
7924
+ #~ msgid "How to update your database table prefix"
7925
+ #~ msgstr "Cómo actualizar el prefijo de tu base de datos"
7926
+
7927
+ #~ msgid ""
7928
+ #~ "%1$s - We recommend using a prefix with less than 20 characters. See: %2$s"
7929
+ #~ msgstr ""
7930
+ #~ "%1$s - Recomendamos usar un prefijo de menos de 20 caracteres. Ver: %2$s"
7931
+
7932
+ #~ msgid "Database prefix"
7933
+ #~ msgstr "Prefijo de la base de datos"
7934
+
7935
+ #~ msgid "Multibyte string"
7936
+ #~ msgstr "Cadena multibyte"
7937
+
7938
+ #~ msgid "GZip"
7939
+ #~ msgstr "GZip"
7940
+
7941
+ #~ msgid "DOMDocument"
7942
+ #~ msgstr "DOMDocument"
7943
+
7944
+ #~ msgid "SoapClient"
7945
+ #~ msgstr "SoapClient"
7946
+
7947
+ #~ msgid "fsockopen/cURL"
7948
+ #~ msgstr "fsockopen/cURL"
7949
+
7950
+ #~ msgid "To allow logging, make %1$s writable or define a custom %2$s."
7951
+ #~ msgstr ""
7952
+ #~ "Para permitir el registro haz que %1$s tenga permisos de escritura o "
7953
+ #~ "define un %2$s personalizado."
7954
+
7955
+ #~ msgid "Delete log"
7956
+ #~ msgstr "Borrar registro"
7957
+
7958
+ #~ msgid "Legacy API v3 (deprecated)"
7959
+ #~ msgstr "API v3 heredada (obsoleta)"
7960
+
7961
+ #~ msgid "WP REST API Integration v1"
7962
+ #~ msgstr "Integración con WP REST API v1"
7963
+
7964
+ #~ msgid "REST API version used in the webhook deliveries."
7965
+ #~ msgstr "Versión de la REST API utilizada en las entregas de webhook."
7966
+
7967
+ #~ msgctxt "Pagination"
7968
+ #~ msgid "%1$s of %2$s"
7969
+ #~ msgstr "%1$s de %2$s"
7970
+
7971
+ #~ msgid ""
7972
+ #~ "This zone is <b>optionally</b> used for regions that are not included in "
7973
+ #~ "any other shipping zone."
7974
+ #~ msgstr ""
7975
+ #~ "Esta zona la pueden usar de manera <b>opcional</b> las regiones que no "
7976
+ #~ "estén incluidas en otra zona de envío."
7977
+
7978
+ #~ msgid ""
7979
+ #~ "WooCommerce will match a customer to a single zone using their shipping "
7980
+ #~ "address and present the shipping methods within that zone to them."
7981
+ #~ msgstr ""
7982
+ #~ "WooCommerce asociará un cliente a una sola zona usando su dirección de "
7983
+ #~ "envío, y le mostrará los métodos de envío de esa zona."
7984
+
7985
+ #~ msgid ""
7986
+ #~ "A shipping zone is a geographic region where a certain set of shipping "
7987
+ #~ "methods are offered."
7988
+ #~ msgstr ""
7989
+ #~ "Una zona de envío es una región geográfica en la que se ofrecen una "
7990
+ #~ "cierta variedad de métodos de envío."
7991
+
7992
+ #~ msgid "%s Settings"
7993
+ #~ msgstr "Ajustes de %s"
7994
+
7995
+ #~ msgid ""
7996
+ #~ "These are regions inside this zone. Customers will be matched against "
7997
+ #~ "these regions."
7998
+ #~ msgstr ""
7999
+ #~ "Estas son las regiones de esta zona. Los clientes se asociarán a estas "
8000
+ #~ "regiones."
8001
+
8002
+ #~ msgid "Zone regions"
8003
+ #~ msgstr "Región(es) de la zona"
8004
+
8005
+ #~ msgid "This is the name of the zone for your reference."
8006
+ #~ msgstr "Este es el nombre de la zona solo visible para ti."
8007
+
8008
+ #~ msgid ""
8009
+ #~ "Are you sure you want to delete this zone? This action cannot be undone."
8010
+ #~ msgstr ""
8011
+ #~ "¿Estás seguro de querer borrar esta zona? Esta acción es irreversible."
8012
+
8013
+ #~ msgid "Enable debug mode"
8014
+ #~ msgstr "Activar el modo de depuración"
8015
+
8016
+ #~ msgid "Debug mode"
8017
+ #~ msgstr "Modo de depuración"
8018
+
8019
+ #~ msgid ""
8020
+ #~ "When product stock reaches this amount the stock status will change to "
8021
+ #~ "\"out of stock\" and you will be notified via email. This setting does "
8022
+ #~ "not affect existing \"in stock\" products."
8023
+ #~ msgstr ""
8024
+ #~ "Cuando el inventario del producto alcanza esta cantidad el estado del "
8025
+ #~ "inventario cambiará a \"sin existencias\" y recibirás un aviso por correo "
8026
+ #~ "electrónico. Este ajuste no afecta a los productos \"con existencias\"."
8027
+
8028
+ #~ msgid ""
8029
+ #~ "When product stock reaches this amount you will be notified via email."
8030
+ #~ msgstr ""
8031
+ #~ "Cuando el inventario del producto alcance esta cantidad serás notificado "
8032
+ #~ "por correo electrónico."
8033
+
8034
+ #~ msgid "The main body text color. Default %s."
8035
+ #~ msgstr "El color principal del texto de la página. Por defecto %s."
8036
+
8037
+ #~ msgid "The main body background color. Default %s."
8038
+ #~ msgstr "El color principal del fondo de la página. Por defecto %s."
8039
+
8040
+ #~ msgid "The background color for WooCommerce email templates. Default %s."
8041
+ #~ msgstr ""
8042
+ #~ "El color de fondo para las plantillas de correo electrónico de "
8043
+ #~ "WooCommerce. Por defecto %s."
8044
+
8045
+ #~ msgid "The base color for WooCommerce email templates. Default %s."
8046
+ #~ msgstr ""
8047
+ #~ "El color base para las plantillas de correo electrónico de WooCommerce. "
8048
+ #~ "Por defecto %s."
8049
+
8050
+ #~ msgid "Page contents: [%s]"
8051
+ #~ msgstr "Contenidos de la página: [%s]"
8052
+
8053
+ #~ msgid "Choose a product to view stats"
8054
+ #~ msgstr "Elige un producto para ver las estadísticas"
8055
+
8056
+ #~ msgid "%1$s refunded %2$d order (%3$d item)"
8057
+ #~ msgid_plural "%1$s refunded %2$d orders (%3$d items)"
8058
+ #~ msgstr[0] "%1$s reembolsado %2$d pedido (%3$d artículo)"
8059
+ #~ msgstr[1] "%1$s reembolsados %2$d pedidos (%3$d artículos)"
8060
+
8061
+ #~ msgid "Choose a category to view stats"
8062
+ #~ msgstr "Elige una categoría para ver las estadísticas"
8063
+
8064
+ #~ msgid "%1$s sales in %2$s"
8065
+ #~ msgstr "%1$s ventas en %2$s"
8066
+
8067
+ #~ msgid "Add file"
8068
+ #~ msgstr "Añadir archivo"
8069
+
8070
+ #~ msgid "Enter an optional description for this variation."
8071
+ #~ msgstr "Introduce una descripción opcional para esta variación."
8072
+
8073
+ #~ msgid "Length x width x height in decimal form"
8074
+ #~ msgstr "Largo x ancho x alto en formato decimal"
8075
+
8076
+ #~ msgid "Weight (%s)"
8077
+ #~ msgstr "Peso (%s)"
8078
+
8079
+ #~ msgid "Sale price (%s)"
8080
+ #~ msgstr "Precio rebajado (%s)"
8081
+
8082
+ #~ msgid "Regular price (%s)"
8083
+ #~ msgstr "Precio normal (%s)"
8084
+
8085
+ #~ msgid "Any %s&hellip;"
8086
+ #~ msgstr "Cualquier %s&hellip;"
8087
+
8088
+ #~ msgid "No default %s&hellip;"
8089
+ #~ msgstr "%s&hellip; Sin valor por defecto"
8090
+
8091
+ #~ msgid "This lets you choose which products are part of this group."
8092
+ #~ msgstr "Esto te permite elegir qué productos son parte de este grupo."
8093
+
8094
+ #~ msgid "Grouped products"
8095
+ #~ msgstr "Productos agrupados"
8096
+
8097
+ #~ msgid "Refund #%1$s - %2$s"
8098
+ #~ msgstr "Reembolso #%1$s - %2$s"
8099
+
8100
+ #~ msgid "Refund %s manually"
8101
+ #~ msgstr "Reembolsar %s manualmente"
8102
+
8103
+ #~ msgid "Refund %1$s via %2$s"
8104
+ #~ msgstr "Reembolsar %1$s mediante %2$s"
8105
+
8106
+ #~ msgid "Coupon(s)"
8107
+ #~ msgstr "Cupón(es)"
8108
+
8109
+ #~ msgid "%s (No longer exists)"
8110
+ #~ msgstr "%s (Ya no existe)"
8111
+
8112
+ #~ msgid "Copy billing address"
8113
+ #~ msgstr "Copiar dirección de facturación"
8114
+
8115
+ #~ msgid "Address:"
8116
+ #~ msgstr "Dirección:"
8117
+
8118
+ #~ msgid "View other orders &rarr;"
8119
+ #~ msgstr "Ver otros pedidos &rarr;"
8120
+
8121
+ #~ msgid "Customer payment page &rarr;"
8122
+ #~ msgstr "Página de pago del cliente &rarr;"
8123
+
8124
+ #~ msgid "Customer IP: %s"
8125
+ #~ msgstr "IP del cliente: %s"
8126
+
8127
+ #~ msgid "%1$s #%2$s details"
8128
+ #~ msgstr "Detalles de %1$s #%2$s"
8129
+
8130
+ #~ msgid "Apply to all qualifying items in cart"
8131
+ #~ msgstr "Aplicar a todos los artículos del carrito adecuados"
8132
+
8133
+ #~ msgid "Unlimited usage"
8134
+ #~ msgstr "Uso ilimitado"
8135
+
8136
+ #~ msgid "Note type"
8137
+ #~ msgstr "Tipo de nota"
8138
+
8139
+ #~ msgid "Import complete - imported %s tax rates."
8140
+ #~ msgstr "Importación completada - %s tasas de impuestos importadas."
8141
+
8142
+ #~ msgid "Tool does not exist."
8143
+ #~ msgstr "La herramienta no existe."
8144
+
8145
+ #~ msgid "%1$s (%2$s)"
8146
+ #~ msgstr "%1$s (%2$s)"
8147
+
8148
+ #~ msgid ""
8149
+ #~ "This is the WooCommerce shop page. The shop page is a special archive "
8150
+ #~ "that lists your products. <a href=\"%s\">You can read more about this "
8151
+ #~ "here</a>."
8152
+ #~ msgstr ""
8153
+ #~ "Esta es la página de la tienda de WooCommerce. Esta página de la tienda "
8154
+ #~ "es un archivo especial que lista tus productos. <a href=\"%s\">Puedes "
8155
+ #~ "leer más sobre esto aquí</a>."
8156
+
8157
+ #~ msgid "%1$s (#%2$s &ndash; %3$s)"
8158
+ #~ msgstr "%1$s (#%2$s &ndash; %3$s)"
8159
+
8160
+ #~ msgid "%1$s / %2$s"
8161
+ #~ msgstr "%1$s / %2$s"
8162
+
8163
+ #~ msgid "WooCommerce helpdesk"
8164
+ #~ msgstr "Soporte técnico de WooCommerce"
8165
+
8166
+ #~ msgid "reviewed by %s"
8167
+ #~ msgstr "valorado por %s"
8168
+
8169
+ #~ msgid "%s out of 5"
8170
+ #~ msgstr "%s de 5"
8171
+
8172
+ #~ msgid "%s net sales this month"
8173
+ #~ msgstr "%s ventas netas este mes"
8174
+
8175
+ #~ msgid "(Public)"
8176
+ #~ msgstr "(Público)"
8177
+
8178
+ #~ msgid "Enable archives?"
8179
+ #~ msgstr "¿Activar archivos?"
8180
+
8181
+ #~ msgid "%1$s at %2$s"
8182
+ #~ msgstr "%1$s a las %2$s"
8183
+
8184
+ #~ msgid "Shipping is disabled."
8185
+ #~ msgstr "El envío está desactivado."
8186
+
8187
+ #~ msgid "Ensure result set excludes specific IDs."
8188
+ #~ msgstr "Asegurar que los resultados excluyan IDs específicas."
8189
+
8190
+ #~ msgid ""
8191
+ #~ "To manipulate product variations you should use the /products/&lt;"
8192
+ #~ "product_id&gt;/variations/&lt;id&gt; endpoint."
8193
+ #~ msgstr ""
8194
+ #~ "Para manipular variaciones de producto deberías usar la variable /"
8195
+ #~ "products//&lt;product_id&gt;/variations/&lt;id&gt;"
8196
+
8197
+ #~ msgid "An invalid setting value was passed."
8198
+ #~ msgstr "Se pasó un valor de ajuste no válido."
8199
+
8200
+ #~ msgid "Invalid product tax status."
8201
+ #~ msgstr "Estado de impuesto de producto no válido."
8202
+
8203
+ #~ msgid "Invalid or duplicated SKU."
8204
+ #~ msgstr "SKU no válido o duplicado."
8205
+
8206
+ #~ msgid "Invalid catalog visibility option."
8207
+ #~ msgstr "Opción de visibilidad del catálogo no válida."
8208
+
8209
+ #~ msgid "Invalid currency code"
8210
+ #~ msgstr "Código de moneda no válido"
8211
+
8212
+ #~ msgid "Invalid parent ID"
8213
+ #~ msgstr "ID de padre no válido"
8214
+
8215
+ #~ msgid "Product properties should not be accessed directly."
8216
+ #~ msgstr "No se debería acceder a las propiedades del producto directamente."
8217
+
8218
+ #~ msgid "Zamfara"
8219
+ #~ msgstr "Zamfara"
8220
+
8221
+ #~ msgid "Yobe"
8222
+ #~ msgstr "Yobe"
8223
+
8224
+ #~ msgid "Taraba"
8225
+ #~ msgstr "Taraba"
8226
+
8227
+ #~ msgid "Sokoto"
8228
+ #~ msgstr "Sokoto"
8229
+
8230
+ #~ msgid "Rivers"
8231
+ #~ msgstr "Rivers"
8232
+
8233
+ #~ msgid "Plateau"
8234
+ #~ msgstr "Plateau"
8235
+
8236
+ #~ msgid "Oyo"
8237
+ #~ msgstr "Oyo"
8238
+
8239
+ #~ msgid "Osun"
8240
+ #~ msgstr "Osun"
8241
+
8242
+ #~ msgid "Ondo"
8243
+ #~ msgstr "Ondo"
8244
+
8245
+ #~ msgid "Ogun"
8246
+ #~ msgstr "Ogun"
8247
+
8248
+ #~ msgid "Nasarawa"
8249
+ #~ msgstr "Nasarawa"
8250
+
8251
+ #~ msgid "Lagos"
8252
+ #~ msgstr "Lagos"
8253
+
8254
+ #~ msgid "Kwara"
8255
+ #~ msgstr "Kwara"
8256
+
8257
+ #~ msgid "Kogi"
8258
+ #~ msgstr "Kogi"
8259
+
8260
+ #~ msgid "Kebbi"
8261
+ #~ msgstr "Kebbi"
8262
+
8263
+ #~ msgid "Katsina"
8264
+ #~ msgstr "Katsina"
8265
+
8266
+ #~ msgid "Kano"
8267
+ #~ msgstr "Kano"
8268
+
8269
+ #~ msgid "Kaduna"
8270
+ #~ msgstr "Kaduna"
8271
+
8272
+ #~ msgid "Jigawa"
8273
+ #~ msgstr "Jigawa"
8274
+
8275
+ #~ msgid "Imo"
8276
+ #~ msgstr "Imo"
8277
+
8278
+ #~ msgid "Gombe"
8279
+ #~ msgstr "Gombe"
8280
+
8281
+ #~ msgid "Enugu"
8282
+ #~ msgstr "Enugu"
8283
+
8284
+ #~ msgid "Ekiti"
8285
+ #~ msgstr "Ekiti"
8286
+
8287
+ #~ msgid "Edo"
8288
+ #~ msgstr "Edo"
8289
+
8290
+ #~ msgid "Ebonyi"
8291
+ #~ msgstr "Ebonyi"
8292
+
8293
+ #~ msgid "Delta"
8294
+ #~ msgstr "Delta"
8295
+
8296
+ #~ msgid "Cross River"
8297
+ #~ msgstr "Cross River"
8298
+
8299
+ #~ msgid "Borno"
8300
+ #~ msgstr "Borno"
8301
+
8302
+ #~ msgid "Benue"
8303
+ #~ msgstr "Benue"
8304
+
8305
+ #~ msgid "Bayelsa"
8306
+ #~ msgstr "Bayelsa"
8307
+
8308
+ #~ msgid "Bauchi"
8309
+ #~ msgstr "Bauchi"
8310
+
8311
+ #~ msgid "Anambra"
8312
+ #~ msgstr "Anambra"
8313
+
8314
+ #~ msgid "Akwa Ibom"
8315
+ #~ msgstr "Akwa Ibom"
8316
+
8317
+ #~ msgid "Adamawa"
8318
+ #~ msgstr "Adamawa"
8319
+
8320
+ #~ msgid "Abuja"
8321
+ #~ msgstr "Abuja"
8322
+
8323
+ #~ msgid "Abia"
8324
+ #~ msgstr "Abia"
8325
+
8326
+ #~ msgid "L'Aquila"
8327
+ #~ msgstr "L'Aquila"
8328
+
8329
+ #~ msgid "Wexford"
8330
+ #~ msgstr "Wexford"
8331
+
8332
+ #~ msgid "Wicklow"
8333
+ #~ msgstr "Wicklow"
8334
+
8335
+ #~ msgid "Westmeath"
8336
+ #~ msgstr "Westmeath"
8337
+
8338
+ #~ msgid "Waterford"
8339
+ #~ msgstr "Waterford"
8340
+
8341
+ #~ msgid "Tipperary"
8342
+ #~ msgstr "Tipperary"
8343
+
8344
+ #~ msgid "Sligo"
8345
+ #~ msgstr "Sligo"
8346
+
8347
+ #~ msgid "Roscommon"
8348
+ #~ msgstr "Roscommon"
8349
+
8350
+ #~ msgid "Offaly"
8351
+ #~ msgstr "Offaly"
8352
+
8353
+ #~ msgid "Mayo"
8354
+ #~ msgstr "Mayo"
8355
+
8356
+ #~ msgid "Monaghan"
8357
+ #~ msgstr "Monaghan"
8358
+
8359
+ #~ msgid "Meath"
8360
+ #~ msgstr "Meath"
8361
+
8362
+ #~ msgid "Laois"
8363
+ #~ msgstr "Laois"
8364
+
8365
+ #~ msgid "Leitrim"
8366
+ #~ msgstr "Leitrim"
8367
+
8368
+ #~ msgid "Limerick"
8369
+ #~ msgstr "Limerick"
8370
+
8371
+ #~ msgid "Louth"
8372
+ #~ msgstr "Louth"
8373
+
8374
+ #~ msgid "Longford"
8375
+ #~ msgstr "Longford"
8376
+
8377
+ #~ msgid "Kerry"
8378
+ #~ msgstr "Kerry"
8379
+
8380
+ #~ msgid "Kilkenny"
8381
+ #~ msgstr "Kilkenny"
8382
+
8383
+ #~ msgid "Kildare"
8384
+ #~ msgstr "Kildare"
8385
+
8386
+ #~ msgid "Galway"
8387
+ #~ msgstr "Galway"
8388
+
8389
+ #~ msgid "Dublin"
8390
+ #~ msgstr "Dublín"
8391
+
8392
+ #~ msgid "Donegal"
8393
+ #~ msgstr "Donegal"
8394
+
8395
+ #~ msgid "Carlow"
8396
+ #~ msgstr "Carlow"
8397
+
8398
+ #~ msgid "Cavan"
8399
+ #~ msgstr "Cavan"
8400
+
8401
+ #~ msgid "Cork"
8402
+ #~ msgstr "Cork"
8403
+
8404
+ #~ msgid "Clare"
8405
+ #~ msgstr "Clare"
8406
+
8407
+ #~ msgid "WooCommerce extensions"
8408
+ #~ msgstr "Extensiones de WooCommerce"
8409
+
8410
+ #~ msgid "Installed"
8411
+ #~ msgstr "Instalado"
8412
+
8413
+ #~ msgid "https://woocommerce.com"
8414
+ #~ msgstr "https://woocommerce.com"
8415
+
8416
+ #~ msgid ""
8417
+ #~ "Force SSL (HTTPS) on the checkout pages (<a href=\"%s\" target=\"_blank"
8418
+ #~ "\">an SSL Certificate is required</a>)."
8419
+ #~ msgstr ""
8420
+ #~ "Fuerza SSL (HTTPS) en las páginas de finalizar compra (<a href=\"%s\" "
8421
+ #~ "target=\"_blank\">se requiere un certificado SSL</a>)."
8422
+
8423
+ #~ msgid "Invalid image type."
8424
+ #~ msgstr "Tipo de imagen no válido"
8425
+
8426
+ #~ msgid "https://woocommerce.com/"
8427
+ #~ msgstr "https://woocommerce.com/"
8428
+
8429
+ #~ msgid "If the variation is visible."
8430
+ #~ msgstr "Si es visible la variación."
8431
+
8432
+ #~ msgid ""
8433
+ #~ "Endpoints are appended to your page URLs to handle specific actions on "
8434
+ #~ "the accounts pages. They should be unique and can be left blank to "
8435
+ #~ "disable the endpoint."
8436
+ #~ msgstr ""
8437
+ #~ "Las variables se añaden a las URLs de tu página para manejar acciones "
8438
+ #~ "específicas en las páginas de cuentas. Deberían ser únicas y pueden "
8439
+ #~ "dejarse en blanco para desactivar la variable. "
8440
+
8441
+ #~ msgid "Everywhere"
8442
+ #~ msgstr "En todas partes"
8443
+
8444
+ #~ msgid "Error: %s."
8445
+ #~ msgstr "Error: %s."
8446
+
8447
+ #~ msgid ""
8448
+ #~ "Enable shipping debug mode to show matching shipping zones and to bypass "
8449
+ #~ "shipping rate cache."
8450
+ #~ msgstr ""
8451
+ #~ "Activa el modo de depuración de envío para mostrar las zonas de envío y "
8452
+ #~ "saltarte la cache de la tasa de envío."
8453
+
8454
+ #~ msgid ""
8455
+ #~ "Choose the shipping method you wish to add. Only shipping methods which "
8456
+ #~ "support zones are listed."
8457
+ #~ msgstr ""
8458
+ #~ "Elige el método de envío que desees añadir. Solo se muestran los métodos "
8459
+ #~ "de envío compatibles con zonas."
8460
+
8461
+ #~ msgid "No shipping methods offered to this zone."
8462
+ #~ msgstr "No hay métodos de envío para esta zona."
8463
+
8464
+ #~ msgid "Taking a while? Click here to run it now."
8465
+ #~ msgstr "¿Está tardando? Haz clic aquí para ejecutarlo ahora."
8466
+
8467
+ #~ msgid ""
8468
+ #~ "Use <code>[qty]</code> for the number of items, <br/><code>[cost]</code> "
8469
+ #~ "for the total cost of items, and <code>[fee percent=\"10\" min_fee=\"20\" "
8470
+ #~ "max_fee=\"\"]</code> for percentage based fees."
8471
+ #~ msgstr ""
8472
+ #~ "Utiliza <code>[qty]</code> para el número de artículos, <br/"
8473
+ #~ "><code>[cost]</code> para el coste total de artículos y <code>[fee "
8474
+ #~ "percent=\"10\" min_fee=\"20\" max_fee=\"\"]</code> para cargos en "
8475
+ #~ "porcentaje."
8476
+
8477
+ #~ msgid "Optional cost for local pickup."
8478
+ #~ msgstr "Coste opcional para recogida local."
8479
+
8480
+ #~ msgid "Ready to start selling something awesome?"
8481
+ #~ msgstr "¿Listo para empezar a vender algo fantástico?"
8482
+
8483
+ #~ msgid "Learn more about coupons"
8484
+ #~ msgstr "Aprende más acerca de los cupones"
8485
+
8486
+ #~ msgid ""
8487
+ #~ "Coupons are a great way to offer discounts and rewards to your customers. "
8488
+ #~ "They will appear here once created."
8489
+ #~ msgstr ""
8490
+ #~ "Los cupones son una buena forma de ofrecer descuentos y recompensas a tus "
8491
+ #~ "clientes. Aparecerán aquí una vez creados."
8492
+
8493
+ #~ msgid "Learn more about orders"
8494
+ #~ msgstr "Aprende más acerca de los pedidos"
8495
+
8496
+ #~ msgid "When you receive a new order, it will appear here."
8497
+ #~ msgstr "Cuando recibas un nuevo pedido aparecerá aquí."
8498
+
8499
+ #~ msgid ""
8500
+ #~ "The secret key is used to generate a hash of the delivered webhook and "
8501
+ #~ "provided in the request headers."
8502
+ #~ msgstr ""
8503
+ #~ "La clave secreta se usa para generar un hash del webhook entregado y "
8504
+ #~ "ofrecido en las cabeceras de la petición."
8505
+
8506
+ #~ msgid ""
8507
+ #~ "a group of regions that can be assigned different shipping methods and "
8508
+ #~ "rates."
8509
+ #~ msgstr ""
8510
+ #~ "un grupo de regiones al que se puede asignar diferentes métodos de envío "
8511
+ #~ "y tarifas."
8512
+
8513
+ #~ msgid "New:"
8514
+ #~ msgstr "Nuevo:"
8515
+
8516
+ #~ msgid "WooCommerce data update"
8517
+ #~ msgstr "Actualización de datos de WooCommerce"
8518
+
8519
+ #~ msgid "We need to update your store database to the latest version."
8520
+ #~ msgstr ""
8521
+ #~ "Necesitamos actualizar la base de datos de tu tienda a la última versión."
8522
+
8523
+ #~ msgid "Your database is being updated in the background."
8524
+ #~ msgstr "Tu base de datos está siendo actualizada en segundo plano."
8525
+
8526
+ #~ msgid "Line taxes."
8527
+ #~ msgstr "Impuestos de la línea."
8528
+
8529
+ #~ msgid "List of refunds."
8530
+ #~ msgstr "Lista de reembolsos."
8531
+
8532
+ #~ msgid "Refund ID."
8533
+ #~ msgstr "ID del reembolso."
8534
+
8535
+ #~ msgid "Refund reason."
8536
+ #~ msgstr "Motivo del reembolso."
8537
+
8538
+ #~ msgid "Refund total."
8539
+ #~ msgstr "Total del reembolso."
8540
+
8541
+ #~ msgid "Selected attribute term name."
8542
+ #~ msgstr "Nombre del término del atributo seleccionado."
8543
+
8544
+ #~ msgid "Attribute ID."
8545
+ #~ msgstr "ID del atributo."
8546
+
8547
+ #~ msgid "Variation URL."
8548
+ #~ msgstr "URL de la variación."
8549
+
8550
+ #~ msgid "Current variation price."
8551
+ #~ msgstr "Precio actual de la variación."
8552
+
8553
+ #~ msgid "Variation regular price."
8554
+ #~ msgstr "Precio normal de la variación."
8555
+
8556
+ #~ msgid "Variation sale price."
8557
+ #~ msgstr "Precio rebajado de la variación."
8558
+
8559
+ #~ msgid "Shows if the variation is on sale."
8560
+ #~ msgstr "Muestra si la variación está de oferta."
8561
+
8562
+ #~ msgid "Shows if the variation can be bought."
8563
+ #~ msgstr "Muestra si la variación puede ser comprada."
8564
+
8565
+ #~ msgid "If the variation is virtual."
8566
+ #~ msgstr "Si la variación es virtual."
8567
+
8568
+ #~ msgid "If the variation is downloadable."
8569
+ #~ msgstr "Si la variación es descargable."
8570
+
8571
+ #~ msgid "Stock management at variation level."
8572
+ #~ msgstr "Gestión del inventario a nivel de las variaciones."
8573
+
8574
+ #~ msgid ""
8575
+ #~ "Controls whether or not the variation is listed as \"in stock\" or \"out "
8576
+ #~ "of stock\" on the frontend."
8577
+ #~ msgstr ""
8578
+ #~ "Controla si la variación se muestra como \"hay existencias\" o como "
8579
+ #~ "\"agotada\" en la tienda."
8580
+
8581
+ #~ msgid "Shows if the variation is on backordered."
8582
+ #~ msgstr "Muestra si la variación está reservada."
8583
+
8584
+ #~ msgid "Variation weight (%s)."
8585
+ #~ msgstr "Peso de la variación (%s)."
8586
+
8587
+ #~ msgid "Variation dimensions."
8588
+ #~ msgstr "Dimensiones de la variación."
8589
+
8590
+ #~ msgid "Variation length (%s)."
8591
+ #~ msgstr "Largo de la variación (%s)."
8592
+
8593
+ #~ msgid "Variation width (%s)."
8594
+ #~ msgstr "Ancho de la variación (%s)."
8595
+
8596
+ #~ msgid "Return to shop"
8597
+ #~ msgstr "Volver a la tienda"
8598
+
8599
+ #~ msgid "Variation height (%s)."
8600
+ #~ msgstr "Altura de la variación (%s)."
8601
+
8602
+ #~ msgid "Go to shop"
8603
+ #~ msgstr "Ir a la tienda"
8604
+
8605
+ #~ msgid "%s product"
8606
+ #~ msgstr "%s producto"
8607
+
8608
+ #~ msgid "No downloads available yet."
8609
+ #~ msgstr "No hay descargas disponibles todavía."
8610
+
8611
+ #~ msgid ""
8612
+ #~ "Postcode for this rule. Semi-colon (;) separate multiple values. Leave "
8613
+ #~ "blank to apply to all areas. Wildcards (*) and ranges for numeric "
8614
+ #~ "postcodes (e.g. 12345...12350) can also be used."
8615
+ #~ msgstr ""
8616
+ #~ "Código postal para esta regla. El punto y coma (;) separa múltiples "
8617
+ #~ "valores. Déjalo en blanco para que se aplique a todas las áreas. También "
8618
+ #~ "se pueden usar comodines (*) y rangos de códigos postales numéricos (p. "
8619
+ #~ "ej. 12345…12350)."
8620
+
8621
+ #~ msgid "Samoa"
8622
+ #~ msgstr "Samoa"
8623
+
8624
+ #~ msgid "This order is no longer editable."
8625
+ #~ msgstr "Este pedido ya no se puede editar."
8626
+
8627
+ #~ msgid "Note: the refund reason will be visible by the customer."
8628
+ #~ msgstr "Aviso: el motivo del reembolso será visible para el cliente."
8629
+
8630
+ #~ msgid "Every %d minutes"
8631
+ #~ msgstr "Cada %d minutos"
8632
+
8633
+ #~ msgid ""
8634
+ #~ "Legacy shipping methods (flat rate, international flat rate, local pickup "
8635
+ #~ "and delivery, and free shipping) are deprecated but will continue to work "
8636
+ #~ "as normal for now. <b><em>They will be removed in future versions of "
8637
+ #~ "WooCommerce</em></b>. We recommend disabling these and setting up new "
8638
+ #~ "rates within shipping zones as soon as possible."
8639
+ #~ msgstr ""
8640
+ #~ "Los métodos de envío heredados (tarifa plana, tarifa plana internacional, "
8641
+ #~ "recogida y entrega local, y envío gratuito) están obsoletos pero "
8642
+ #~ "continuarán funcionando de manera normal por ahora. <b><em>Se eliminarán "
8643
+ #~ "en versiones futuras de WooCommerce</em></b>. Recomendamos "
8644
+ #~ "desahabilitarlas y configurar nuevas tarifas dentro de las zonas de envío "
8645
+ #~ "tan pronto como sea posible."
8646
+
8647
+ #~ msgid ""
8648
+ #~ "Shipping classes can be used to group products of similar type and can be "
8649
+ #~ "used by some Shipping Methods (such as \"Flat rate shipping\") to provide "
8650
+ #~ "different rates to different classes of product."
8651
+ #~ msgstr ""
8652
+ #~ "Las clases de envío pueden usarse para agrupar productos de tipo similar "
8653
+ #~ "y pueden utilizarlas algunos métodos de envío (como el \"precio fijo de "
8654
+ #~ "envío\") para proporcionar diferentes tarifas a diferentes clases de "
8655
+ #~ "producto."
8656
+
8657
+ #~ msgid ""
8658
+ #~ "Are you sure you wish to delete this note? This action cannot be undone."
8659
+ #~ msgstr ""
8660
+ #~ "¿Estás seguro que deseas eliminar esta nota? Esta acción no se puede "
8661
+ #~ "deshacer."
8662
+
8663
+ #~ msgid "Limit results to those matching a string."
8664
+ #~ msgstr "Limita los resultados a lo indicado en la cadena."
8665
+
8666
+ #~ msgid "Maximum number of items to be returned in result set."
8667
+ #~ msgstr "Número máximo de artículos a mostrar en los resultados."
8668
+
8669
+ #~ msgid "Current page of the collection."
8670
+ #~ msgstr "Página actual de la colección."
8671
+
8672
+ #~ msgid "Menu order, used to custom sort the resource."
8673
+ #~ msgstr ""
8674
+ #~ "Orden en el menú, utilizado para aplicar un orden personalizado al "
8675
+ #~ "recurso."
8676
+
8677
+ #~ msgid "Customer download link"
8678
+ #~ msgstr "Enlace de descarga de cliente"
8679
+
8680
+ #~ msgid "Sorry, you are not allowed to batch manipulate this resource."
8681
+ #~ msgstr "Lo siento, pero no tienes permisos para manipular este recurso."
8682
+
8683
+ #~ msgid "List of delete resources."
8684
+ #~ msgstr "Lista de recursos eliminados."
8685
+
8686
+ #~ msgid "List of updated resources."
8687
+ #~ msgstr "Lista de recursos actualizados."
8688
+
8689
+ #~ msgid "List of created resources."
8690
+ #~ msgstr "Lista de recursos creados."
8691
+
8692
+ #~ msgid "Unable to accept more than %s items for this request."
8693
+ #~ msgstr "No se pueden aceptar más de %s artículos para esta petición."
8694
+
8695
+ #~ msgid "Order #%1$s was placed on %2$s and is currently %3$s."
8696
+ #~ msgstr "El pedido #%1$s se realizó el %2$s y está actualmente %3$s."
8697
+
8698
+ #~ msgid ""
8699
+ #~ "A password reset email has been sent to the email address on file for "
8700
+ #~ "your account, but may take several minutes to show up in your inbox. "
8701
+ #~ "Please wait at least 10 minutes before attempting another reset."
8702
+ #~ msgstr ""
8703
+ #~ "Se ha enviado un correo electrónico de restablecimiento de contraseña a "
8704
+ #~ "la dirección de correo electrónico de tu cuenta, pero puede llevar varios "
8705
+ #~ "minutos que aparezca en tu bandeja de entrada. Por favor, espera al menos "
8706
+ #~ "10 minutos antes de intentar otro restablecimiento."
8707
+
8708
+ #~ msgid "Password reset email has been sent."
8709
+ #~ msgstr "Correo electrónico de restablecimiento de contraseña enviado."
8710
+
8711
+ #~ msgid "North Korean won"
8712
+ #~ msgstr "Won norcoreano"
8713
+
8714
+ #~ msgctxt "Check payment method"
8715
+ #~ msgid "Awaiting check payment"
8716
+ #~ msgstr "Pago de cheque en espera"
8717
+
8718
+ #~ msgid ""
8719
+ #~ "%1$s was installed but could not be activated. <a href=\"%2$s\">Please "
8720
+ #~ "activate it manually by clicking here.</a>"
8721
+ #~ msgstr ""
8722
+ #~ "%1$s está instalado pero no se pudo activar. <a href=\"%2$s\">Por favor, "
8723
+ #~ "actívalo manualmente haciendo clic aquí.</a>"
8724
+
8725
+ #~ msgid "Undo?"
8726
+ #~ msgstr "¿Deshacer?"
8727
+
8728
+ #~ msgid "Sell to all countries, except for&hellip;"
8729
+ #~ msgstr "Vender a todos los países, excepto a&hellip;"
8730
+
8731
+ #~ msgid ""
8732
+ #~ "A simple offline gateway that lets you accept a check as method of "
8733
+ #~ "payment."
8734
+ #~ msgstr ""
8735
+ #~ "Una sencilla pasarela de pago sin conexión que te permite aceptar cheques "
8736
+ #~ "como método de pago."
8737
+
8738
+ #~ msgctxt "Check payment method"
8739
+ #~ msgid "Check payments"
8740
+ #~ msgstr "Pagos por cheque"
8741
+
8742
+ #~ msgid "Community forum"
8743
+ #~ msgstr "Foros de la comunidad"
8744
+
8745
+ #~ msgid ""
8746
+ #~ "For further assistance with WooCommerce core you can use the <a href="
8747
+ #~ "\"%1$s\">community forum</a>. If you need help with premium extensions "
8748
+ #~ "sold by WooCommerce, please <a href=\"%2$s\">use our helpdesk</a>."
8749
+ #~ msgstr ""
8750
+ #~ "Para más ayuda con el núcleo de WooCommerce puedes utilizar los <a href="
8751
+ #~ "\"%1$s\">foros de la comunidad</a>. Si necesitas ayuda con extensiones de "
8752
+ #~ "pago vendidas por WooCommerce por favor <a href=\"%2$s\">utiliza nuestro "
8753
+ #~ "sistema de soporte</a>."
8754
+
8755
+ #~ msgid "Help &amp; Support"
8756
+ #~ msgstr "Ayuda y soporte"
8757
+
8758
+ #~ msgctxt "Canadian Tax Rates"
8759
+ #~ msgid "GST"
8760
+ #~ msgstr "GST"
8761
+
8762
+ #~ msgctxt "Canadian Tax Rates"
8763
+ #~ msgid "HST"
8764
+ #~ msgstr "HST"
8765
+
8766
+ #~ msgctxt "Canadian Tax Rates"
8767
+ #~ msgid "QST"
8768
+ #~ msgstr "QST"
8769
+
8770
+ #~ msgctxt "Canadian Tax Rates"
8771
+ #~ msgid "PST"
8772
+ #~ msgstr "PST"
8773
+
8774
+ #~ msgid "No saved methods found."
8775
+ #~ msgstr "No se han encontrado métodos guardados."
8776
+
8777
+ #~ msgid "No order has been made yet."
8778
+ #~ msgstr "No se ha hecho ningún pedido todavía."
8779
+
8780
+ #~ msgid "Go shop"
8781
+ #~ msgstr "Ir a la tienda"
8782
+
8783
+ #~ msgid "Next"
8784
+ #~ msgstr "Siguiente"
8785
+
8786
+ #~ msgid "Previous"
8787
+ #~ msgstr "Anterior"
8788
+
8789
+ #~ msgid "&infin;"
8790
+ #~ msgstr "&infin;"
8791
+
8792
+ #~ msgid "Checkout is not available whilst your cart is empty."
8793
+ #~ msgstr "Finalizar compra no está disponible mientras tu carrito esté vacío."
8794
+
8795
+ #~ msgid "Zero size file downloaded."
8796
+ #~ msgstr "Archivo descargado de tamaño cero."
8797
+
8798
+ #~ msgid "Error getting remote image %s."
8799
+ #~ msgstr "Error recuperando la imagen remota %s."
8800
+
8801
+ #~ msgid "Invalid URL %s."
8802
+ #~ msgstr "URL no válida %s."
8803
+
8804
+ #~ msgid "JCB"
8805
+ #~ msgstr "JCB"
8806
+
8807
+ #~ msgid "Diners"
8808
+ #~ msgstr "Diners"
8809
+
8810
+ #~ msgid "American Express"
8811
+ #~ msgstr "American Express"
8812
+
8813
+ #~ msgid "Discover"
8814
+ #~ msgstr "Discover"
8815
+
8816
+ #~ msgid "Visa"
8817
+ #~ msgstr "Visa"
8818
+
8819
+ #~ msgid "MasterCard"
8820
+ #~ msgstr "MasterCard"
8821
+
8822
+ #~ msgid "Zambian kwacha"
8823
+ #~ msgstr "Kwacha zambiano"
8824
+
8825
+ #~ msgid "Yemeni rial"
8826
+ #~ msgstr "Rial yemení"
8827
+
8828
+ #~ msgid "CFP franc"
8829
+ #~ msgstr "Franco CFP"
8830
+
8831
+ #~ msgid "West African CFA franc"
8832
+ #~ msgstr "Franco CFA de África del Oeste"
8833
+
8834
+ #~ msgid "East Caribbean dollar"
8835
+ #~ msgstr "Dólar del Caribe Oriental"
8836
+
8837
+ #~ msgid "Central African CFA franc"
8838
+ #~ msgstr "Franco CFA de África Central"
8839
+
8840
+ #~ msgid "Samoan t&#x101;l&#x101;"
8841
+ #~ msgstr "T&#x101;l&#x101; de Samoa"
8842
+
8843
+ #~ msgid "Vanuatu vatu"
8844
+ #~ msgstr "Vatu de Vanuatu"
8845
+
8846
+ #~ msgid "Vietnamese &#x111;&#x1ed3;ng"
8847
+ #~ msgstr "&#x111;&#x1ed3;ng vietnamita"
8848
+
8849
+ #~ msgid "Venezuelan bol&iacute;var"
8850
+ #~ msgstr "Bolívar venezolano"
8851
+
8852
+ #~ msgid "Uzbekistani som"
8853
+ #~ msgstr "Som uzbeko"
8854
+
8855
+ #~ msgid "Uruguayan peso"
8856
+ #~ msgstr "Peso uruguayo"
8857
+
8858
+ #~ msgid "Ugandan shilling"
8859
+ #~ msgstr "Chelín ugandés"
8860
+
8861
+ #~ msgid "Tanzanian shilling"
8862
+ #~ msgstr "Chelín tanzano"
8863
+
8864
+ #~ msgid "New Taiwan dollar"
8865
+ #~ msgstr "Nuevo dólar taiwanés"
8866
+
8867
+ #~ msgid "Trinidad and Tobago dollar"
8868
+ #~ msgstr "Dólar de Trinidad y Tobago"
8869
+
8870
+ #~ msgid "Tongan pa&#x2bb;anga"
8871
+ #~ msgstr "Pa&#x2bb;anga tongana"
8872
+
8873
+ #~ msgid "Tunisian dinar"
8874
+ #~ msgstr "Dinar tunecino"
8875
+
8876
+ #~ msgid "Turkmenistan manat"
8877
+ #~ msgstr "Manat turcomano"
8878
+
8879
+ #~ msgid "Tajikistani somoni"
8880
+ #~ msgstr "Somoni tayiko"
8881
+
8882
+ #~ msgid "Swazi lilangeni"
8883
+ #~ msgstr "Lilangeni"
8884
+
8885
+ #~ msgid "Syrian pound"
8886
+ #~ msgstr "Libra Siria"
8887
+
8888
+ #~ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe dobra"
8889
+ #~ msgstr "S&atilde;o Tom&eacute; and Pr&iacute;ncipe dobra"
8890
+
8891
+ #~ msgid "South Sudanese pound"
8892
+ #~ msgstr "Libra sursudanesa"
8893
+
8894
+ #~ msgid "Surinamese dollar"
8895
+ #~ msgstr "Dólar surinamés"
8896
+
8897
+ #~ msgid "Somali shilling"
8898
+ #~ msgstr "Chelín somalí"
8899
+
8900
+ #~ msgid "Sierra Leonean leone"
8901
+ #~ msgstr "Leone"
8902
+
8903
+ #~ msgid "Saint Helena pound"
8904
+ #~ msgstr "Libra de Santa Elena"
8905
+
8906
+ #~ msgid "Sudanese pound"
8907
+ #~ msgstr "Libra sudanesa"
8908
+
8909
+ #~ msgid "Seychellois rupee"
8910
+ #~ msgstr "Rupia seychelense"
8911
+
8912
+ #~ msgid "Solomon Islands dollar"
8913
+ #~ msgstr "Dólar de las Islas Salomón"
8914
+
8915
+ #~ msgid "Rwandan franc"
8916
+ #~ msgstr "Franco ruandés"
8917
+
8918
+ #~ msgid "Serbian dinar"
8919
+ #~ msgstr "Dinar serbio"
8920
+
8921
+ #~ msgid "Qatari riyal"
8922
+ #~ msgstr "Riyal catarí"
8923
+
8924
+ #~ msgid "Paraguayan guaran&iacute;"
8925
+ #~ msgstr "Guaraní paraguayo"
8926
+
8927
+ #~ msgid "Transnistrian ruble"
8928
+ #~ msgstr "Rublo transnistrio"
8929
+
8930
+ #~ msgid "Polish z&#x142;oty"
8931
+ #~ msgstr "Z&#x142;oty polaco"
8932
+
8933
+ #~ msgid "Papua New Guinean kina"
8934
+ #~ msgstr "Kina de Papúa Nueva Guinea"
8935
+
8936
+ #~ msgid "Peruvian nuevo sol"
8937
+ #~ msgstr "Nuevo Sol peruano"
8938
+
8939
+ #~ msgid "Panamanian balboa"
8940
+ #~ msgstr "Balboa panameño"
8941
+
8942
+ #~ msgid "Omani rial"
8943
+ #~ msgstr "Rial omaní"
8944
+
8945
+ #~ msgid "Nepalese rupee"
8946
+ #~ msgstr "Rupia nepalí"
8947
+
8948
+ #~ msgid "Nicaraguan c&oacute;rdoba"
8949
+ #~ msgstr "Córdoba"
8950
+
8951
+ #~ msgid "Namibian dollar"
8952
+ #~ msgstr "Dólar namibio"
8953
+
8954
+ #~ msgid "Mozambican metical"
8955
+ #~ msgstr "Metical mozambiqueño"
8956
+
8957
+ #~ msgid "Malawian kwacha"
8958
+ #~ msgstr "Kwacha malauí"
8959
+
8960
+ #~ msgid "Maldivian rufiyaa"
8961
+ #~ msgstr "Rupia de Maldivas"
8962
+
8963
+ #~ msgid "Mauritian rupee"
8964
+ #~ msgstr "Rupia de Mauricio"
8965
+
8966
+ #~ msgid "Mauritanian ouguiya"
8967
+ #~ msgstr "Ouguiya mauritano"
8968
+
8969
+ #~ msgid "Macanese pataca"
8970
+ #~ msgstr "Pataca macaense"
8971
+
8972
+ #~ msgid "Mongolian t&ouml;gr&ouml;g"
8973
+ #~ msgstr "Tugrik mongol"
8974
+
8975
+ #~ msgid "Burmese kyat"
8976
+ #~ msgstr "Kyat birmano"
8977
+
8978
+ #~ msgid "Macedonian denar"
8979
+ #~ msgstr "Denar macedonio"
8980
+
8981
+ #~ msgid "Malagasy ariary"
8982
+ #~ msgstr "Ariary malgache"
8983
+
8984
+ #~ msgid "Moldovan leu"
8985
+ #~ msgstr "Leu moldavo"
8986
+
8987
+ #~ msgid "Moroccan dirham"
8988
+ #~ msgstr "Dírham marroquí"
8989
+
8990
+ #~ msgid "Libyan dinar"
8991
+ #~ msgstr "Dinar libio"
8992
+
8993
+ #~ msgid "Lesotho loti"
8994
+ #~ msgstr "Loti de Lesoto"
8995
+
8996
+ #~ msgid "Liberian dollar"
8997
+ #~ msgstr "Dólar liberiano"
8998
+
8999
+ #~ msgid "Sri Lankan rupee"
9000
+ #~ msgstr "Rupia de Sri Lanka"
9001
+
9002
+ #~ msgid "Lebanese pound"
9003
+ #~ msgstr "Libra libanesa"
9004
+
9005
+ #~ msgid "Kazakhstani tenge"
9006
+ #~ msgstr "Tenge kazajo"
9007
+
9008
+ #~ msgid "Cayman Islands dollar"
9009
+ #~ msgstr "Dólar de las Islas Caimán"
9010
+
9011
+ #~ msgid "Kuwaiti dinar"
9012
+ #~ msgstr "Dinar kuwaití"
9013
+
9014
+ #~ msgid "Comorian franc"
9015
+ #~ msgstr "Franco comorense"
9016
+
9017
+ #~ msgid "Cambodian riel"
9018
+ #~ msgstr "Riel camboyano"
9019
+
9020
+ #~ msgid "Kyrgyzstani som"
9021
+ #~ msgstr "Som kirguís"
9022
+
9023
+ #~ msgid "Jordanian dinar"
9024
+ #~ msgstr "Dinar jordano"
9025
+
9026
+ #~ msgid "Jamaican dollar"
9027
+ #~ msgstr "Dólar jamaiquino"
9028
+
9029
+ #~ msgid "Jersey pound"
9030
+ #~ msgstr "Libra de Jersey"
9031
+
9032
+ #~ msgid "Icelandic kr&oacute;na"
9033
+ #~ msgstr "Corona islandesa"
9034
+
9035
+ #~ msgid "Iranian rial"
9036
+ #~ msgstr "Rial iraní"
9037
+
9038
+ #~ msgid "Iraqi dinar"
9039
+ #~ msgstr "Dinar iraquí"
9040
+
9041
+ #~ msgid "Manx pound"
9042
+ #~ msgstr "Libra manesa"
9043
+
9044
+ #~ msgid "Israeli new shekel"
9045
+ #~ msgstr "Nuevo shéquel israelí"
9046
+
9047
+ #~ msgid "Haitian gourde"
9048
+ #~ msgstr "Gourde"
9049
+
9050
+ #~ msgid "Honduran lempira"
9051
+ #~ msgstr "Lempira hondureño"
9052
+
9053
+ #~ msgid "Guyanese dollar"
9054
+ #~ msgstr "Dólar guyanés"
9055
+
9056
+ #~ msgid "Guatemalan quetzal"
9057
+ #~ msgstr "Quetzal guatemalteco"
9058
+
9059
+ #~ msgid "Guinean franc"
9060
+ #~ msgstr "Franco guineano"
9061
+
9062
+ #~ msgid "Gambian dalasi"
9063
+ #~ msgstr "Dalasi"
9064
+
9065
+ #~ msgid "Gibraltar pound"
9066
+ #~ msgstr "Libra de Gibraltar"
9067
+
9068
+ #~ msgid "Ghana cedi"
9069
+ #~ msgstr "Cedi ghanés"
9070
+
9071
+ #~ msgid "Guernsey pound"
9072
+ #~ msgstr "Libra de Guernsey"
9073
+
9074
+ #~ msgid "Georgian lari"
9075
+ #~ msgstr "Lari georgiano"
9076
+
9077
+ #~ msgid "Falkland Islands pound"
9078
+ #~ msgstr "Libra malvinense"
9079
+
9080
+ #~ msgid "Fijian dollar"
9081
+ #~ msgstr "Dólar fiyiano"
9082
+
9083
+ #~ msgid "Euro"
9084
+ #~ msgstr "Euro"
9085
+
9086
+ #~ msgid "Ethiopian birr"
9087
+ #~ msgstr "Birr etíope"
9088
+
9089
+ #~ msgid "Eritrean nakfa"
9090
+ #~ msgstr "Nafka eritreo"
9091
+
9092
+ #~ msgid "Algerian dinar"
9093
+ #~ msgstr "Dinar argelino"
9094
+
9095
+ #~ msgid "Djiboutian franc"
9096
+ #~ msgstr "Franco yibutiano"
9097
+
9098
+ #~ msgid "Cape Verdean escudo"
9099
+ #~ msgstr "Escudo caboverdiano"
9100
+
9101
+ #~ msgid "Cuban peso"
9102
+ #~ msgstr "Peso cubano"
9103
+
9104
+ #~ msgid "Cuban convertible peso"
9105
+ #~ msgstr "Peso cubano convertible"
9106
+
9107
+ #~ msgid "Costa Rican col&oacute;n"
9108
+ #~ msgstr "Colón costarricense"
9109
+
9110
+ #~ msgid "Congolese franc"
9111
+ #~ msgstr "Franco congoleño"
9112
+
9113
+ #~ msgid "Belize dollar"
9114
+ #~ msgstr "Dólar beliceño"
9115
+
9116
+ #~ msgid "Belarusian ruble"
9117
+ #~ msgstr "Rublo bielorruso"
9118
+
9119
+ #~ msgid "Botswana pula"
9120
+ #~ msgstr "Pula de Botswana"
9121
+
9122
+ #~ msgid "Bhutanese ngultrum"
9123
+ #~ msgstr "Ngultrum butanés"
9124
+
9125
+ #~ msgid "Bitcoin"
9126
+ #~ msgstr "Bitcoin"
9127
+
9128
+ #~ msgid "Bahamian dollar"
9129
+ #~ msgstr "Dólar bahameño"
9130
+
9131
+ #~ msgid "Bolivian boliviano"
9132
+ #~ msgstr "Boliviano"
9133
+
9134
+ #~ msgid "Brunei dollar"
9135
+ #~ msgstr "Dólar de Brunéi"
9136
+
9137
+ #~ msgid "Bermudian dollar"
9138
+ #~ msgstr "Dólar bermudeño"
9139
+
9140
+ #~ msgid "Burundian franc"
9141
+ #~ msgstr "Franco de Burundi"
9142
+
9143
+ #~ msgid "Bahraini dinar"
9144
+ #~ msgstr "Dinar bareiní"
9145
+
9146
+ #~ msgid "Barbadian dollar"
9147
+ #~ msgstr "Dólar de Barbados"
9148
+
9149
+ #~ msgid "Bosnia and Herzegovina convertible mark"
9150
+ #~ msgstr "Marco convertible bosnioherzegovino"
9151
+
9152
+ #~ msgid "Azerbaijani manat"
9153
+ #~ msgstr "Manat azerbaiyano"
9154
+
9155
+ #~ msgid "Aruban florin"
9156
+ #~ msgstr "Florín arubeño"
9157
+
9158
+ #~ msgid "Angolan kwanza"
9159
+ #~ msgstr "Kwanza angoleño"
9160
+
9161
+ #~ msgid "Netherlands Antillean guilder"
9162
+ #~ msgstr "Florín antillano neerlandés"
9163
+
9164
+ #~ msgid "Armenian dram"
9165
+ #~ msgstr "Dram armenio"
9166
+
9167
+ #~ msgid "Albanian lek"
9168
+ #~ msgstr "Lek albanés"
9169
+
9170
+ #~ msgid "Afghan afghani"
9171
+ #~ msgstr "Afgani afgano"
9172
+
9173
+ #~ msgid "Make default"
9174
+ #~ msgstr "Predeterminar"
9175
+
9176
+ #~ msgid "Expires"
9177
+ #~ msgstr "Caduca"
9178
+
9179
+ #~ msgid "File"
9180
+ #~ msgstr "Archivo"
9181
+
9182
+ #~ msgid "Dashboard"
9183
+ #~ msgstr "Escritorio"
9184
+
9185
+ #~ msgid "The date you provided is invalid."
9186
+ #~ msgstr "La fecha que has proporcionado no es válida."
9187
+
9188
+ #~ msgid "%1$s is not of type %2$s"
9189
+ #~ msgstr "%1$s no es del tipo %2$s"
9190
+
9191
+ #~ msgid "This payment method was successfully set as your default."
9192
+ #~ msgstr ""
9193
+ #~ "Este método de pago se ha establecido como tu método de pago "
9194
+ #~ "predeterminado."
9195
+
9196
+ #~ msgid "Payment method deleted."
9197
+ #~ msgstr "Método de pago borrado."
9198
+
9199
+ #~ msgid ""
9200
+ #~ "Allow customers to pick up orders themselves. By default, when using "
9201
+ #~ "local pickup store base taxes will apply regardless of customer address."
9202
+ #~ msgstr ""
9203
+ #~ "Permitir a los clientes que recojan los pedidos ellos mismos. Por "
9204
+ #~ "defecto, cuando se usa la recogida local, se aplican los impuestos base "
9205
+ #~ "de la tienda sin importar la dirección del cliente."
9206
+
9207
+ #~ msgid "Local pickup (legacy)"
9208
+ #~ msgstr "Recogida local (heredado)"
9209
+
9210
+ #~ msgid "Local delivery (legacy)"
9211
+ #~ msgstr "Envío local (heredado)"
9212
+
9213
+ #~ msgid "International flat rate (legacy)"
9214
+ #~ msgstr "Tarifa plana internacional (heredado)"
9215
+
9216
+ #~ msgid "Free shipping (legacy)"
9217
+ #~ msgstr "Envío gratuito (heredado)"
9218
+
9219
+ #~ msgid "Once disabled, this legacy method will no longer be available."
9220
+ #~ msgstr ""
9221
+ #~ "Una vez inhabilitado, este método heredado no estará disponible más."
9222
+
9223
+ #~ msgid ""
9224
+ #~ "This method is deprecated in 2.6.0 and will be removed in future versions "
9225
+ #~ "- we recommend disabling it and instead setting up a new rate within your "
9226
+ #~ "<a href=\"%s\">Shipping zones</a>."
9227
+ #~ msgstr ""
9228
+ #~ "Este método está obsoleto en la versión 2.6.0 y será eliminado en futuras "
9229
+ #~ "versiones - recomendamos desactivarlo y, en su lugar, establecer una "
9230
+ #~ "nueva tasa en tus <a href=\"%s\">Zonas de envío</a>."
9231
+
9232
+ #~ msgid "Flat rate (legacy)"
9233
+ #~ msgstr "Precio único (heredado)"
9234
+
9235
+ #~ msgid "A minimum order amount"
9236
+ #~ msgstr "Una cantidad mínima de pedido"
9237
+
9238
+ #~ msgid ""
9239
+ #~ "Free shipping is a special method which can be triggered with coupons and "
9240
+ #~ "minimum spends."
9241
+ #~ msgstr ""
9242
+ #~ "Envío gratuito es un método especial que puede ser provocado con cupones "
9243
+ #~ "o gastos mínimos."
9244
+
9245
+ #~ msgid "Lets you charge a fixed rate for shipping."
9246
+ #~ msgstr "Te permite cobrar un precio fijo por envío."
9247
+
9248
+ #~ msgid "There was a problem adding this card."
9249
+ #~ msgstr "Hubo un problema añadiendo esta tarjeta."
9250
+
9251
+ #~ msgid "Use a new card"
9252
+ #~ msgstr "Utiliza una nueva tarjeta"
9253
+
9254
+ #~ msgid "Return to emails"
9255
+ #~ msgstr "Volver a correos electrónicos"
9256
+
9257
+ #~ msgid ""
9258
+ #~ "This is an order notification sent to customers containing order details "
9259
+ #~ "after an order is placed on-hold."
9260
+ #~ msgstr ""
9261
+ #~ "Esta es una notificación de pedido enviada a los clientes que contiene "
9262
+ #~ "los detalles del pedido después de que un pedido ha sido puesto a la "
9263
+ #~ "espera."
9264
+
9265
+ #~ msgid "Order on-hold"
9266
+ #~ msgstr "Pedido a la espera"
9267
+
9268
+ #~ msgid "%s and %d other region"
9269
+ #~ msgid_plural "%s and %d other regions"
9270
+ #~ msgstr[0] "%s y %d otra región"
9271
+ #~ msgstr[1] "%s y %d otras regiones"
9272
+
9273
+ #~ msgid "Orders (page %d)"
9274
+ #~ msgstr "Pedidos (página %d)"
9275
+
9276
+ #~ msgid "Coupons list"
9277
+ #~ msgstr "Lista de cupones"
9278
+
9279
+ #~ msgid "Coupons navigation"
9280
+ #~ msgstr "Navegación de cupones"
9281
+
9282
+ #~ msgid "Filter coupons"
9283
+ #~ msgstr "Filtrar cupones"
9284
+
9285
+ #~ msgid "Orders list"
9286
+ #~ msgstr "Lista de pedidos"
9287
+
9288
+ #~ msgid "Orders navigation"
9289
+ #~ msgstr "Navegación de pedidos"
9290
+
9291
+ #~ msgid "Filter orders"
9292
+ #~ msgstr "Filtrar pedidos"
9293
+
9294
+ #~ msgid "Products list"
9295
+ #~ msgstr "Lista de productos"
9296
+
9297
+ #~ msgid "Products navigation"
9298
+ #~ msgstr "Navegación de productos"
9299
+
9300
+ #~ msgid "Filter products"
9301
+ #~ msgstr "Filtrar productos"
9302
+
9303
+ #~ msgid "Uploaded to this product"
9304
+ #~ msgstr "Subido a este producto"
9305
+
9306
+ #~ msgid "Insert into product"
9307
+ #~ msgstr "Insertar en producto"
9308
+
9309
+ #~ msgid "No &quot;%s&quot; found"
9310
+ #~ msgstr "No se encontró &quot;%s&quot;"
9311
+
9312
+ #~ msgid ""
9313
+ #~ "%1$s could not be installed (%2$s). <a href=\"%3$s\">Please install it "
9314
+ #~ "manually by clicking here.</a>"
9315
+ #~ msgstr ""
9316
+ #~ "%1$s no se pudo instalar (%2$s). <a href=\"%3$s\">Por favor, instálalo "
9317
+ #~ "manualmente haciendo clic aquí.</a>"
9318
+
9319
+ #~ msgid ""
9320
+ #~ "No shipping method has been selected. Please double check your address, "
9321
+ #~ "or contact us if you need any help."
9322
+ #~ msgstr ""
9323
+ #~ "No se ha seleccionado método de envío. Por favor, vuelve a revisar tu "
9324
+ #~ "dirección o contacta con nosotros si necesitas ayuda."
9325
+
9326
+ #~ msgid "Please enter an address to continue."
9327
+ #~ msgstr "Por favor introduce una dirección para continuar."
9328
+
9329
+ #~ msgid "Limit result set to webhooks assigned a specific status."
9330
+ #~ msgstr ""
9331
+ #~ "Limitar el conjunto de resultados a webhooks asignados a un estado "
9332
+ #~ "específico."
9333
+
9334
+ #~ msgid "The date the webhook was last modified, in the site's timezone."
9335
+ #~ msgstr ""
9336
+ #~ "La última fecha de modificación del webhook, en la zona horaria del sitio."
9337
+
9338
+ #~ msgid "The date the webhook was created, in the site's timezone."
9339
+ #~ msgstr ""
9340
+ #~ "La fecha en la que se creó el webhook, en la zona horaria del sitio."
9341
+
9342
+ #~ msgid ""
9343
+ #~ "Secret key used to generate a hash of the delivered webhook and provided "
9344
+ #~ "in the request headers. This will default to a MD5 hash from the current "
9345
+ #~ "user's ID|username if not provided."
9346
+ #~ msgstr ""
9347
+ #~ "Clave secreta utilizada para crear un hash del webhook emitido y ofrecido "
9348
+ #~ "en las cabeceras de respuesta. Por defecto es un hash MD5 del ID del "
9349
+ #~ "usuario actual | nombre de usuario si no lo tuviese."
9350
+
9351
+ #~ msgid "The URL where the webhook payload is delivered."
9352
+ #~ msgstr "La URL donde la carga del webhook es entregada."
9353
+
9354
+ #~ msgid "WooCommerce action names associated with the webhook."
9355
+ #~ msgstr "Nombres de acciones de WooCommerce asociadas con el webhook."
9356
+
9357
+ #~ msgid "Webhook event."
9358
+ #~ msgstr "Evento del webhook."
9359
+
9360
+ #~ msgid "Webhook resource."
9361
+ #~ msgstr "Recurso del webhook."
9362
+
9363
+ #~ msgid "Webhook topic."
9364
+ #~ msgstr "Tema del webhook."
9365
+
9366
+ #~ msgid "Webhook status."
9367
+ #~ msgstr "Estado del webhook."
9368
+
9369
+ #~ msgid "A friendly name for the webhook."
9370
+ #~ msgstr "Un nombre amigable para el webhook."
9371
+
9372
+ #~ msgid "Webhook topic must be valid."
9373
+ #~ msgstr "El tema del webhook debe ser válido."
9374
+
9375
+ #~ msgid ""
9376
+ #~ "Webhook delivery URL must be a valid URL starting with http:// or "
9377
+ #~ "https://."
9378
+ #~ msgstr ""
9379
+ #~ "La URL de entrega del webhook tiene que ser una URL válida empezando con "
9380
+ #~ "http:// o https://."
9381
+
9382
+ #~ msgid "Webhook topic is required and must be valid."
9383
+ #~ msgstr "El tema del webhook es obligatorio y tiene que ser válido."
9384
+
9385
+ #~ msgid "The date the webhook delivery was logged, in the site's timezone."
9386
+ #~ msgstr ""
9387
+ #~ "Fecha en la que se registró la entrega del webhook, en la zona horaria "
9388
+ #~ "del sitio."
9389
+
9390
+ #~ msgid "The response body from the receiving server."
9391
+ #~ msgstr "El cuerpo de la respuesta del servidor receptor."
9392
+
9393
+ #~ msgid "Array of the response headers from the receiving server."
9394
+ #~ msgstr "Array de los encabezados de respuesta del servidor receptor."
9395
+
9396
+ #~ msgid "The HTTP response message from the receiving server."
9397
+ #~ msgstr "El mensaje de respuesta HTTP del servidor receptor."
9398
+
9399
+ #~ msgid "The HTTP response code from the receiving server."
9400
+ #~ msgstr "El código de respuesta HTTP del servidor receptor."
9401
+
9402
+ #~ msgid "Request body."
9403
+ #~ msgstr "Solicitar cuerpo."
9404
+
9405
+ #~ msgid "Request headers."
9406
+ #~ msgstr "Solicitar encabezados."
9407
+
9408
+ #~ msgid "The URL where the webhook was delivered."
9409
+ #~ msgstr "La URL donde el webhook ha sido enviado."
9410
+
9411
+ #~ msgid ""
9412
+ #~ "A friendly summary of the response including the HTTP response code, "
9413
+ #~ "message, and body."
9414
+ #~ msgstr ""
9415
+ #~ "Un resumen amable de la respuesta incluyendo el código HTTP de respuesta, "
9416
+ #~ "el mensaje y el cuerpo."
9417
+
9418
+ #~ msgid "The delivery duration, in seconds."
9419
+ #~ msgstr "La duración del envío, en segundos."
9420
+
9421
+ #~ msgid "Invalid webhook ID."
9422
+ #~ msgstr "ID del webhook no válido."
9423
+
9424
+ #~ msgid "Sort by tax class."
9425
+ #~ msgstr "Ordenar por clase de impuesto."
9426
+
9427
+ #~ msgid "Indicates the order that will appear in queries."
9428
+ #~ msgstr "Indica el orden que aparecerá en las peticiones."
9429
+
9430
+ #~ msgid "Whether or not this tax rate also gets applied to shipping."
9431
+ #~ msgstr "Si esta tasa de impuesto se aplica también al envío o no."
9432
+
9433
+ #~ msgid "Whether or not this is a compound rate."
9434
+ #~ msgstr "Si se trata o no de una tarifa compuesta."
9435
+
9436
+ #~ msgid "Tax priority."
9437
+ #~ msgstr "Prioridad de impuestos."
9438
+
9439
+ #~ msgid "Tax rate name."
9440
+ #~ msgstr "Nombre de la tasa de impuesto."
9441
+
9442
+ #~ msgid "Tax rate."
9443
+ #~ msgstr "Tasa de impuesto."
9444
+
9445
+ #~ msgid "Postcode / ZIP."
9446
+ #~ msgstr "Código postal."
9447
+
9448
+ #~ msgid "State code."
9449
+ #~ msgstr "Código del estado."
9450
+
9451
+ #~ msgid "Country ISO 3166 code."
9452
+ #~ msgstr "Código ISO 3166 del país."
9453
+
9454
+ #~ msgid "Tax class name."
9455
+ #~ msgstr "Nombre de la clase de impuesto."
9456
+
9457
+ #~ msgid "Taxes do not support trashing."
9458
+ #~ msgstr "Los impuestos no soportan ser movidos a la papelera."
9459
+
9460
+ #~ msgid "A human-readable description of the resource."
9461
+ #~ msgstr "Una descripción del recurso que las personas puedan leer."
9462
+
9463
+ #~ msgid "An alphanumeric identifier for the resource."
9464
+ #~ msgstr "Un identificador alfanumérico para el recurso."
9465
+
9466
+ #~ msgid "List of top sellers products."
9467
+ #~ msgstr "Lista de los principales productos vendidos."
9468
+
9469
+ #~ msgid "List of sales reports."
9470
+ #~ msgstr "Lista de informes de ventas."
9471
+
9472
+ #~ msgid "Total number of purchases."
9473
+ #~ msgstr "Número total de compras."
9474
+
9475
+ #~ msgid "Product Title"
9476
+ #~ msgstr "Título del producto."
9477
+
9478
+ #~ msgid ""
9479
+ #~ "Return sales for a specific end date, the date need to be in the %s "
9480
+ #~ "format."
9481
+ #~ msgstr ""
9482
+ #~ "Devuelve las ventas para una fecha de fin específica, la fecha tiene que "
9483
+ #~ "estar en formato %s."
9484
+
9485
+ #~ msgid ""
9486
+ #~ "Return sales for a specific start date, the date need to be in the %s "
9487
+ #~ "format."
9488
+ #~ msgstr ""
9489
+ #~ "Devuelve las ventas para una fecha de inicio específica, la fecha tiene "
9490
+ #~ "que estar en formato %s."
9491
+
9492
+ #~ msgid "Report period."
9493
+ #~ msgstr "Periodo del informe."
9494
+
9495
+ #~ msgid "Totals."
9496
+ #~ msgstr "Totales."
9497
+
9498
+ #~ msgid "Group type."
9499
+ #~ msgstr "Tipo de grupo."
9500
+
9501
+ #~ msgid "Total of coupons used."
9502
+ #~ msgstr "Total de cupones utilizados."
9503
+
9504
+ #~ msgid "Total of refunded orders."
9505
+ #~ msgstr "Total de pedidos reembolsados."
9506
+
9507
+ #~ msgid "Total charged for shipping."
9508
+ #~ msgstr "Total cobrado en envíos."
9509
+
9510
+ #~ msgid "Total charged for taxes."
9511
+ #~ msgstr "Total cobrado en impuestos."
9512
+
9513
+ #~ msgid "Total of items purchased."
9514
+ #~ msgstr "Total de artículos comprados."
9515
+
9516
+ #~ msgid "Total of orders placed."
9517
+ #~ msgstr "Total de pedidos realizados."
9518
+
9519
+ #~ msgid "Average net daily sales."
9520
+ #~ msgstr "Ventas netas medias diarias."
9521
+
9522
+ #~ msgid "Net sales in the period."
9523
+ #~ msgstr "Ventas netas en el periodo."
9524
+
9525
+ #~ msgid "Gross sales in the period."
9526
+ #~ msgstr "Ventas brutas en el periodo."
9527
+
9528
+ #~ msgid "Limit result set to products with a specific SKU."
9529
+ #~ msgstr "Limitar los resultados a productos con un SKU determinado."
9530
+
9531
+ #~ msgid ""
9532
+ #~ "Limit result set to products with a specific attribute term ID (required "
9533
+ #~ "an assigned attribute)."
9534
+ #~ msgstr ""
9535
+ #~ "Limitar los resultados a productos con un ID de término de atributo "
9536
+ #~ "específico (requiere un atributo asignado)."
9537
+
9538
+ #~ msgid "Limit result set to products with a specific attribute."
9539
+ #~ msgstr "Limitar resultados a productos con un atributo específico."
9540
+
9541
+ #~ msgid "Limit result set to products assigned a specific shipping class ID."
9542
+ #~ msgstr ""
9543
+ #~ "Limitar resultados a productos asignados al ID de una clase de envío "
9544
+ #~ "específica."
9545
+
9546
+ #~ msgid "Limit result set to products assigned a specific tag ID."
9547
+ #~ msgstr ""
9548
+ #~ "Limitar resultados a productos asignados al ID de una etiqueta específica."
9549
+
9550
+ #~ msgid "Limit result set to products assigned a specific category ID."
9551
+ #~ msgstr ""
9552
+ #~ "Limitar resultados a productos asignados al ID de una categoría "
9553
+ #~ "específica."
9554
+
9555
+ #~ msgid "Limit result set to products assigned a specific type."
9556
+ #~ msgstr "Limitar resultados a productos de un tipo determinado."
9557
+
9558
+ #~ msgid "Limit result set to products assigned a specific status."
9559
+ #~ msgstr "Limitar resultados a productos asignados con un estado determinado."
9560
+
9561
+ #~ msgid "Menu order, used to custom sort products."
9562
+ #~ msgstr ""
9563
+ #~ "Orden en el menú, utilizado para ordenar los productos de manera "
9564
+ #~ "personalizada."
9565
+
9566
+ #~ msgid "List of grouped products ID."
9567
+ #~ msgstr "Lista de identificadores de productos agrupados."
9568
+
9569
+ #~ msgid "Variation image data."
9570
+ #~ msgstr "Datos de la imagen de la variación."
9571
+
9572
+ #~ msgid "The date the variation was last modified, in the site's timezone."
9573
+ #~ msgstr ""
9574
+ #~ "La fecha en la que la variación fue modificada por última vez, en la zona "
9575
+ #~ "horaria del sitio."
9576
+
9577
+ #~ msgid "The date the variation was created, in the site's timezone."
9578
+ #~ msgstr ""
9579
+ #~ "La fecha en la que la variación fue creada, en la zona horaria del sitio."
9580
+
9581
+ #~ msgid "Variation ID."
9582
+ #~ msgstr "ID de la variación."
9583
+
9584
+ #~ msgid "List of variations."
9585
+ #~ msgstr "Lista de variaciones."
9586
+
9587
+ #~ msgid "Defaults variation attributes."
9588
+ #~ msgstr "Atributos de la variación por defecto."
9589
+
9590
+ #~ msgid "List of available term names of the attribute."
9591
+ #~ msgstr "Lista de nombres de término del atributo disponibles."
9592
+
9593
+ #~ msgid "Define if the attribute can be used as variation."
9594
+ #~ msgstr "Definir si el atributo puede ser usado como variación."
9595
+
9596
+ #~ msgid ""
9597
+ #~ "Define if the attribute is visible on the \"Additional information\" tab "
9598
+ #~ "in the product's page."
9599
+ #~ msgstr ""
9600
+ #~ "Definir si el atributo es visible en la pestaña de \"Información adicional"
9601
+ #~ "\" en la página del producto."
9602
+
9603
+ #~ msgid "Attribute position."
9604
+ #~ msgstr "Posición del atributo."
9605
+
9606
+ #~ msgid "List of attributes."
9607
+ #~ msgstr "Lista de atributos."
9608
+
9609
+ #~ msgid "Image position. 0 means that the image is featured."
9610
+ #~ msgstr "Posición de la imagen. 0 significa que la imagen está destacada."
9611
+
9612
+ #~ msgid "Image alternative text."
9613
+ #~ msgstr "Texto alternativo de la imagen."
9614
+
9615
+ #~ msgid "Image name."
9616
+ #~ msgstr "Nombre de la imagen."
9617
+
9618
+ #~ msgid "The date the image was last modified, in the site's timezone."
9619
+ #~ msgstr ""
9620
+ #~ "La fecha en la que la imagen fue modificada por última vez, en la zona "
9621
+ #~ "horaria del sitio."
9622
+
9623
+ #~ msgid "The date the image was created, in the site's timezone."
9624
+ #~ msgstr ""
9625
+ #~ "La fecha en la que la imagen fue creada, en la zona horaria del sitio."
9626
+
9627
+ #~ msgid "Image ID."
9628
+ #~ msgstr "ID de imagen."
9629
+
9630
+ #~ msgid "List of images."
9631
+ #~ msgstr "Lista de imágenes."
9632
+
9633
+ #~ msgid "Tag slug."
9634
+ #~ msgstr "Slug de etiqueta."
9635
+
9636
+ #~ msgid "Tag ID."
9637
+ #~ msgstr "ID de etiqueta."
9638
+
9639
+ #~ msgid "List of tags."
9640
+ #~ msgstr "Lista de etiquetas."
9641
+
9642
+ #~ msgid "Category slug."
9643
+ #~ msgstr "Slug de categoría."
9644
+
9645
+ #~ msgid "Category ID."
9646
+ #~ msgstr "ID de categoría."
9647
+
9648
+ #~ msgid "List of categories."
9649
+ #~ msgstr "Lista de categorías."
9650
+
9651
+ #~ msgid "Optional note to send the customer after purchase."
9652
+ #~ msgstr "Nota opcional a enviar al cliente después de la compra."
9653
+
9654
+ #~ msgid "Product parent ID."
9655
+ #~ msgstr "ID del padre del producto."
9656
+
9657
+ #~ msgid "List of cross-sell products IDs."
9658
+ #~ msgstr "Lista de IDs de productos de ventas cruzadas."
9659
+
9660
+ #~ msgid "List of up-sell products IDs."
9661
+ #~ msgstr "Lista de IDs de productos de ventas dirigidas."
9662
+
9663
+ #~ msgid "List of related products IDs."
9664
+ #~ msgstr "Lista de IDs de productos relacionados."
9665
+
9666
+ #~ msgid "Amount of reviews that the product have."
9667
+ #~ msgstr "Cantidad de valoraciones que tiene el producto."
9668
+
9669
+ #~ msgid "Reviews average rating."
9670
+ #~ msgstr "Puntuación media de las valoraciones."
9671
+
9672
+ #~ msgid "Allow reviews."
9673
+ #~ msgstr "Permitir reseñas."
9674
+
9675
+ #~ msgid "Shipping class ID."
9676
+ #~ msgstr "ID de la clase de envío."
9677
+
9678
+ #~ msgid "Shipping class slug."
9679
+ #~ msgstr "Slug de la clase de envío."
9680
+
9681
+ #~ msgid "Shows whether or not the product shipping is taxable."
9682
+ #~ msgstr "Muestra si el envío del producto es imponible o no."
9683
+
9684
+ #~ msgid "Shows if the product need to be shipped."
9685
+ #~ msgstr "Muestra si el producto necesita ser enviado."
9686
+
9687
+ #~ msgid "Product height (%s)."
9688
+ #~ msgstr "Altura del producto (%s)."
9689
+
9690
+ #~ msgid "Product width (%s)."
9691
+ #~ msgstr "Anchura del producto (%s)."
9692
+
9693
+ #~ msgid "Product length (%s)."
9694
+ #~ msgstr "Longitud del producto (%s)."
9695
+
9696
+ #~ msgid "Product dimensions."
9697
+ #~ msgstr "Dimensiones del producto."
9698
+
9699
+ #~ msgid "Product weight (%s)."
9700
+ #~ msgstr "Peso del producto (%s)"
9701
+
9702
+ #~ msgid "Allow one item to be bought in a single order."
9703
+ #~ msgstr "Permitir que un artículo sea comprado en un único pedido."
9704
+
9705
+ #~ msgid "Shows if the product is on backordered."
9706
+ #~ msgstr "Muestra si el producto está reservado."
9707
+
9708
+ #~ msgid "Shows if backorders are allowed."
9709
+ #~ msgstr "Muestra si se permiten reservas."
9710
+
9711
+ #~ msgid "If managing stock, this controls if backorders are allowed."
9712
+ #~ msgstr ""
9713
+ #~ "Si se gestiona el inventario, esto controla si se permiten reservas."
9714
+
9715
+ #~ msgid "Stock quantity."
9716
+ #~ msgstr "Cantidad del inventario."
9717
+
9718
+ #~ msgid "Stock management at product level."
9719
+ #~ msgstr "Gestión del inventario a nivel de producto."
9720
+
9721
+ #~ msgid "Tax status."
9722
+ #~ msgstr "Estado del impuesto."
9723
+
9724
+ #~ msgid "Product external button text. Only for external products."
9725
+ #~ msgstr "Texto del botón externo del producto. Solo para productos externos."
9726
+
9727
+ #~ msgid "Product external URL. Only for external products."
9728
+ #~ msgstr "URL externa del producto. Solo para productos externos."
9729
+
9730
+ #~ msgid "Download type, this controls the schema on the front-end."
9731
+ #~ msgstr "Tipo de descarga, esto controla el esquema en la tienda."
9732
+
9733
+ #~ msgid "File MD5 hash."
9734
+ #~ msgstr "Hash MD5 del archivo."
9735
+
9736
+ #~ msgid "List of downloadable files."
9737
+ #~ msgstr "Lista de archivos descargables."
9738
+
9739
+ #~ msgid "If the product is downloadable."
9740
+ #~ msgstr "Si el producto es descargable."
9741
+
9742
+ #~ msgid "If the product is virtual."
9743
+ #~ msgstr "Si el producto es virtual."
9744
+
9745
+ #~ msgid "Amount of sales."
9746
+ #~ msgstr "Cantidad de ventas."
9747
+
9748
+ #~ msgid "Shows if the product can be bought."
9749
+ #~ msgstr "Muestra si el producto puede ser comprado."
9750
+
9751
+ #~ msgid "Shows if the product is on sale."
9752
+ #~ msgstr "Muestra si el producto está a la venta."
9753
+
9754
+ #~ msgid "Price formatted in HTML."
9755
+ #~ msgstr "Precio en formato HTML."
9756
+
9757
+ #~ msgid "End date of sale price."
9758
+ #~ msgstr "Fecha final del precio de oferta."
9759
+
9760
+ #~ msgid "Start date of sale price."
9761
+ #~ msgstr "Fecha de inicio del precio de oferta."
9762
+
9763
+ #~ msgid "Product sale price."
9764
+ #~ msgstr "Precio de oferta del producto."
9765
+
9766
+ #~ msgid "Product regular price."
9767
+ #~ msgstr "Precio normal del producto."
9768
+
9769
+ #~ msgid "Current product price."
9770
+ #~ msgstr "Precio actual del producto."
9771
+
9772
+ #~ msgid "Unique identifier."
9773
+ #~ msgstr "Identificador único."
9774
+
9775
+ #~ msgid "Product short description."
9776
+ #~ msgstr "Descripción corta del producto."
9777
+
9778
+ #~ msgid "Product description."
9779
+ #~ msgstr "Descripción del producto."
9780
+
9781
+ #~ msgid "Catalog visibility."
9782
+ #~ msgstr "Visibilidad del catálogo."
9783
+
9784
+ #~ msgid "Featured product."
9785
+ #~ msgstr "Producto destacado."
9786
+
9787
+ #~ msgid "Product status (post status)."
9788
+ #~ msgstr "Estado del producto (estado de la entrada)."
9789
+
9790
+ #~ msgid "Product type."
9791
+ #~ msgstr "Tipo de producto."
9792
+
9793
+ #~ msgid "The date the product was last modified, in the site's timezone."
9794
+ #~ msgstr ""
9795
+ #~ "La fecha en la que el producto fue modificado por última vez, en la zona "
9796
+ #~ "horaria del sitio."
9797
+
9798
+ #~ msgid "The date the product was created, in the site's timezone."
9799
+ #~ msgstr ""
9800
+ #~ "La fecha en la que el producto fue creado, en la zona horaria del sitio."
9801
+
9802
+ #~ msgid "Product URL."
9803
+ #~ msgstr "URL del producto."
9804
+
9805
+ #~ msgid "Product slug."
9806
+ #~ msgstr "Slug del producto."
9807
+
9808
+ #~ msgid "The SKU already exists on another product."
9809
+ #~ msgstr "El SKU ya existe en otro producto."
9810
+
9811
+ #~ msgid "Tag name."
9812
+ #~ msgstr "Nombre de la etiqueta."
9813
+
9814
+ #~ msgid "Shipping class name."
9815
+ #~ msgstr "Nombre de la clase de envío."
9816
+
9817
+ #~ msgid "Shows if the reviewer bought the product or not."
9818
+ #~ msgstr "Muestra si quien valora compró el producto o no."
9819
+
9820
+ #~ msgid "Reviewer name."
9821
+ #~ msgstr "Nombre de quien valora."
9822
+
9823
+ #~ msgid "Review rating (0 to 5)."
9824
+ #~ msgstr "Puntuación de la valoración (de 0 a 5)"
9825
+
9826
+ #~ msgid "The date the review was created, in the site's timezone."
9827
+ #~ msgstr ""
9828
+ #~ "La fecha en que fue creada la valoración, en la zona horaria del sitio."
9829
+
9830
+ #~ msgid "Invalid product."
9831
+ #~ msgstr "Producto no válido."
9832
+
9833
+ #~ msgid "Image URL."
9834
+ #~ msgstr "URL de la imagen."
9835
+
9836
+ #~ msgid "Category archive display type."
9837
+ #~ msgstr "Tipo de visualización del archivo de categoría."
9838
+
9839
+ #~ msgid "HTML description of the resource."
9840
+ #~ msgstr "Descripción HTML del recurso."
9841
+
9842
+ #~ msgid "The ID for the parent of the resource."
9843
+ #~ msgstr "El ID del superior del recurso."
9844
+
9845
+ #~ msgid "Category name."
9846
+ #~ msgstr "Nombre de la categoría."
9847
+
9848
+ #~ msgid "Enable/Disable attribute archives."
9849
+ #~ msgstr "Activar/Desactivar los archivos de atributo."
9850
+
9851
+ #~ msgid "Default sort order."
9852
+ #~ msgstr "Orden por defecto."
9853
+
9854
+ #~ msgid "Type of attribute."
9855
+ #~ msgstr "Tipo de atributo."
9856
+
9857
+ #~ msgid "Attribute name."
9858
+ #~ msgstr "Nombre de atributo."
9859
+
9860
+ #~ msgid "Sorry, you cannot edit this resource."
9861
+ #~ msgstr "Lo siento, no puedes modificar este recurso"
9862
+
9863
+ #~ msgid "Number of published products for the resource."
9864
+ #~ msgstr "Número de productos publicados para el recurso."
9865
+
9866
+ #~ msgid "An alphanumeric identifier for the resource unique to its type."
9867
+ #~ msgstr "Un identificador alfanumérico para el recurso único de su tipo."
9868
+
9869
+ #~ msgid "Term name."
9870
+ #~ msgstr "Nombre del término."
9871
+
9872
+ #~ msgid "Limit result set to orders assigned a specific product."
9873
+ #~ msgstr "Limitar resultados a pedidos asignados con un producto determinado."
9874
+
9875
+ #~ msgid "Limit result set to orders assigned a specific customer."
9876
+ #~ msgstr "Limitar resultados a pedidos de un cliente determinado."
9877
+
9878
+ #~ msgid "Limit result set to orders assigned a specific status."
9879
+ #~ msgstr "Limitar resultados a pedidos con un estado determinado."
9880
+
9881
+ #~ msgid "Discount total tax."
9882
+ #~ msgstr "Impuesto total del descuento."
9883
+
9884
+ #~ msgid "Discount total."
9885
+ #~ msgstr "Descuento total."
9886
+
9887
+ #~ msgid "Coupons line data."
9888
+ #~ msgstr "Datos de las líneas de cupones."
9889
+
9890
+ #~ msgid "Tax status of fee."
9891
+ #~ msgstr "Estado del impuesto de la cuota."
9892
+
9893
+ #~ msgid "Tax class of fee."
9894
+ #~ msgstr "Clase de impuesto de la cuota."
9895
+
9896
+ #~ msgid "Fee name."
9897
+ #~ msgstr "Nombre de la cuota."
9898
+
9899
+ #~ msgid "Fee lines data."
9900
+ #~ msgstr "Datos de las líneas de cuota."
9901
+
9902
+ #~ msgid "Shipping method ID."
9903
+ #~ msgstr "ID del método de envío."
9904
+
9905
+ #~ msgid "Shipping method name."
9906
+ #~ msgstr "Nombre del método de envío."
9907
+
9908
+ #~ msgid "Shipping lines data."
9909
+ #~ msgstr "Datos de las líneas de envío."
9910
+
9911
+ #~ msgid "Shipping tax total."
9912
+ #~ msgstr "Total del impuesto de envío."
9913
+
9914
+ #~ msgid "Tax total (not including shipping taxes)."
9915
+ #~ msgstr "Total de impuestos (no incluye los impuestos de envío)."
9916
+
9917
+ #~ msgid "Show if is a compound tax rate."
9918
+ #~ msgstr "Mostrar si es una tasa de impuesto compuesta."
9919
+
9920
+ #~ msgid "Tax rate label."
9921
+ #~ msgstr "Etiqueta de la tasa de impuesto."
9922
+
9923
+ #~ msgid "Tax rate code."
9924
+ #~ msgstr "Código de la tasa de impuesto."
9925
+
9926
+ #~ msgid "Tax lines data."
9927
+ #~ msgstr "Datos de las líneas de impuesto."
9928
+
9929
+ #~ msgid "MD5 hash of cart items to ensure orders are not modified."
9930
+ #~ msgstr ""
9931
+ #~ "Hash MD5 de los artículos del carrito para asegurar que los pedidos no "
9932
+ #~ "son modificados."
9933
+
9934
+ #~ msgid "The date the order was paid, in the site's timezone."
9935
+ #~ msgstr "La fecha en la que se pagó el pedido, en la zona horaria del sitio."
9936
+
9937
+ #~ msgid "The date the order was completed, in the site's timezone."
9938
+ #~ msgstr ""
9939
+ #~ "La fecha en la que el pedido fue completado, en la zona horaria del sitio."
9940
+
9941
+ #~ msgid "Note left by customer during checkout."
9942
+ #~ msgstr "Nota dejada por el cliente durante el pago."
9943
+
9944
+ #~ msgid "Shows where the order was created."
9945
+ #~ msgstr "Muestra dónde fue creado el pedido."
9946
+
9947
+ #~ msgid "User agent of the customer."
9948
+ #~ msgstr "Agente de usuario del cliente."
9949
+
9950
+ #~ msgid "Customer's IP address."
9951
+ #~ msgstr "Dirección IP del cliente."
9952
+
9953
+ #~ msgid "Unique transaction ID."
9954
+ #~ msgstr "ID único de la transacción."
9955
+
9956
+ #~ msgid ""
9957
+ #~ "Define if the order is paid. It will set the status to processing and "
9958
+ #~ "reduce stock items."
9959
+ #~ msgstr ""
9960
+ #~ "Definir si el pedido está pagado. Establecerá el estado a procesando y "
9961
+ #~ "reducirá el inventario de los artículos."
9962
+
9963
+ #~ msgid "Payment method title."
9964
+ #~ msgstr "Título del método de pago."
9965
+
9966
+ #~ msgid "Payment method ID."
9967
+ #~ msgstr "ID del método de pago."
9968
+
9969
+ #~ msgid "Shipping address."
9970
+ #~ msgstr "Dirección de envío."
9971
+
9972
+ #~ msgid "Country code in ISO 3166-1 alpha-2 format."
9973
+ #~ msgstr "Código del país en formato ISO 3166-1 alpha-2."
9974
+
9975
+ #~ msgid "Billing address."
9976
+ #~ msgstr "Dirección de facturación."
9977
+
9978
+ #~ msgid "Sum of all taxes."
9979
+ #~ msgstr "Suma de todos los impuestos."
9980
+
9981
+ #~ msgid "Grand total."
9982
+ #~ msgstr "Gran total."
9983
+
9984
+ #~ msgid "Sum of line item taxes only."
9985
+ #~ msgstr "Suma de los impuestos del artículo de la línea solamente."
9986
+
9987
+ #~ msgid "Total shipping tax amount for the order."
9988
+ #~ msgstr "Impuestos totales del envío para el pedido."
9989
+
9990
+ #~ msgid "Total shipping amount for the order."
9991
+ #~ msgstr "Cantidad de envío total para el pedido."
9992
+
9993
+ #~ msgid "Total discount tax amount for the order."
9994
+ #~ msgstr "Impuestos totales del descuento del pedido."
9995
+
9996
+ #~ msgid "Total discount amount for the order."
9997
+ #~ msgstr "Cantidad de descuento total para el pedido."
9998
+
9999
+ #~ msgid "User ID who owns the order. 0 for guests."
10000
+ #~ msgstr "ID del usuario que ha hecho el pedido. 0 para invitados."
10001
+
10002
+ #~ msgid "The date the order was last modified, in the site's timezone."
10003
+ #~ msgstr ""
10004
+ #~ "La fecha en la que el pedido fue modificado por última vez, en la zona "
10005
+ #~ "horaria del sitio."
10006
+
10007
+ #~ msgid "The date the order was created, in the site's timezone."
10008
+ #~ msgstr ""
10009
+ #~ "La fecha en la que el pedido fue creado, en la zona horaria del sitio."
10010
+
10011
+ #~ msgid "True the prices included tax during checkout."
10012
+ #~ msgstr "Muestra, durante el pago, si los precios incluyen impuestos."
10013
+
10014
+ #~ msgid "Currency the order was created with, in ISO format."
10015
+ #~ msgstr "Moneda en la que el pedido fue creado, en formato ISO."
10016
+
10017
+ #~ msgid "Order status."
10018
+ #~ msgstr "Estado del pedido."
10019
+
10020
+ #~ msgid "Parent order ID."
10021
+ #~ msgstr "ID del padre del pedido."
10022
+
10023
+ #~ msgid "Order item ID provided is not associated with order."
10024
+ #~ msgstr ""
10025
+ #~ "El ID del artículo del pedido proporcionado no está asociado con el "
10026
+ #~ "pedido."
10027
+
10028
+ #~ msgid "Cannot update coupon, try again."
10029
+ #~ msgstr "No se pudo actualizar el cupón, inténtalo de nuevo."
10030
+
10031
+ #~ msgid "Coupon code is required."
10032
+ #~ msgstr "El código del cupón es obligatorio."
10033
+
10034
+ #~ msgid "Cannot update fee, try again."
10035
+ #~ msgstr "No se puede actualizar la cuota, inténtalo de nuevo."
10036
+
10037
+ #~ msgid "Fee tax class is required when fee is taxable."
10038
+ #~ msgstr ""
10039
+ #~ "La clase de impuesto de la cuota es requerida cuando la cuota es "
10040
+ #~ "imponible."
10041
+
10042
+ #~ msgid "Fee name is required."
10043
+ #~ msgstr "El nombre de la cuota es requerido."
10044
+
10045
+ #~ msgid "Cannot update shipping method, try again."
10046
+ #~ msgstr "No se puede actualizar el método de envío, inténtalo de nuevo."
10047
+
10048
+ #~ msgid "Shipping method ID is required."
10049
+ #~ msgstr "La ID del método de envío es requerida."
10050
+
10051
+ #~ msgid "Shipping total must be a positive amount."
10052
+ #~ msgstr "El total del envío debe ser una cantidad positiva."
10053
+
10054
+ #~ msgid "Cannot create line item, try again."
10055
+ #~ msgstr "No se puede crear la línea del artículo, inténtalo de nuevo."
10056
+
10057
+ #~ msgid "Product quantity is required."
10058
+ #~ msgstr "La cantidad de producto es requerida."
10059
+
10060
+ #~ msgid "Product quantity must be a positive float."
10061
+ #~ msgstr "La cantidad de producto debe ser un número flotante positivo."
10062
+
10063
+ #~ msgid "Product is invalid."
10064
+ #~ msgstr "El producto no es válido."
10065
+
10066
+ #~ msgid "Product ID or SKU is required."
10067
+ #~ msgstr "ID del producto o SKU es requerido."
10068
+
10069
+ #~ msgid "Customer ID is invalid."
10070
+ #~ msgstr "La ID del cliente no es válida."
10071
+
10072
+ #~ msgid "Number of decimal points to use in each resource."
10073
+ #~ msgstr "Número de puntos decimales a usar en cada recurso."
10074
+
10075
+ #~ msgid "Meta value."
10076
+ #~ msgstr "Valor meta."
10077
+
10078
+ #~ msgid "Meta label."
10079
+ #~ msgstr "Etiqueta meta."
10080
+
10081
+ #~ msgid "Meta key."
10082
+ #~ msgstr "Clave meta."
10083
+
10084
+ #~ msgid "Line item meta data."
10085
+ #~ msgstr "Metadatos del artículo del pedido."
10086
+
10087
+ #~ msgid "Tax subtotal."
10088
+ #~ msgstr "Subtotal de impuestos."
10089
+
10090
+ #~ msgid "Tax total."
10091
+ #~ msgstr "Total de impuesto."
10092
+
10093
+ #~ msgid "Line total tax (after discounts)."
10094
+ #~ msgstr "Total de impuestos de la línea (después de descuentos)."
10095
+
10096
+ #~ msgid "Line total (after discounts)."
10097
+ #~ msgstr "Total de la línea (después de descuentos)."
10098
+
10099
+ #~ msgid "Line subtotal tax (before discounts)."
10100
+ #~ msgstr "Subtotal de impuestos de la línea (antes de descuentos)."
10101
+
10102
+ #~ msgid "Line subtotal (before discounts)."
10103
+ #~ msgstr "Subtotal de la línea (antes de descuentos)."
10104
+
10105
+ #~ msgid "Product price."
10106
+ #~ msgstr "Precio del producto."
10107
+
10108
+ #~ msgid "Tax class of product."
10109
+ #~ msgstr "Clase de impuesto del producto."
10110
+
10111
+ #~ msgid "Quantity ordered."
10112
+ #~ msgstr "Cantidad pedida."
10113
+
10114
+ #~ msgid "Variation ID, if applicable."
10115
+ #~ msgstr "ID de la variación, si es aplicable."
10116
+
10117
+ #~ msgid "Product name."
10118
+ #~ msgstr "Nombre del producto."
10119
+
10120
+ #~ msgid "Item ID."
10121
+ #~ msgstr "ID del artículo."
10122
+
10123
+ #~ msgid "Line items data."
10124
+ #~ msgstr "Datos de los artículos de la línea."
10125
+
10126
+ #~ msgid "Reason for refund."
10127
+ #~ msgstr "Razón del reembolso."
10128
+
10129
+ #~ msgid "Refund amount."
10130
+ #~ msgstr "Cantidad del reembolso."
10131
+
10132
+ #~ msgid "The date the order refund was created, in the site's timezone."
10133
+ #~ msgstr ""
10134
+ #~ "La fecha en la que el reembolso del pedido fue creado, en la zona horaria "
10135
+ #~ "del sitio."
10136
+
10137
+ #~ msgid ""
10138
+ #~ "An error occurred while attempting to create the refund using the payment "
10139
+ #~ "gateway API."
10140
+ #~ msgstr ""
10141
+ #~ "Un error ocurrió al intentar crear el reembolso usando la API de la "
10142
+ #~ "pasarela de pago."
10143
+
10144
+ #~ msgid "Cannot create order refund, please try again."
10145
+ #~ msgstr ""
10146
+ #~ "No se puede crear el reembolso del pedido, por favor inténtalo de nuevo."
10147
+
10148
+ #~ msgid "Refund amount must be greater than zero."
10149
+ #~ msgstr "La cantidad de reembolso debe ser mayor que cero."
10150
+
10151
+ #~ msgid "Order is invalid"
10152
+ #~ msgstr "El pedido no es válido"
10153
+
10154
+ #~ msgid "Invalid order refund ID."
10155
+ #~ msgstr "ID del reembolso del pedido no válida."
10156
+
10157
+ #~ msgid "Invalid order ID."
10158
+ #~ msgstr "ID del pedido no válida."
10159
+
10160
+ #~ msgid ""
10161
+ #~ "Shows/define if the note is only for reference or for the customer (the "
10162
+ #~ "user will be notified)."
10163
+ #~ msgstr ""
10164
+ #~ "Muestra/define si la nota es solo para referencia o para el cliente (se "
10165
+ #~ "avisará al usuario)."
10166
+
10167
+ #~ msgid "Order note."
10168
+ #~ msgstr "Nota de pedido."
10169
+
10170
+ #~ msgid "The date the order note was created, in the site's timezone."
10171
+ #~ msgstr ""
10172
+ #~ "La fecha en la que la nota de pedido fue creada, en la zona horaria del "
10173
+ #~ "sitio."
10174
+
10175
+ #~ msgid "Webhooks do not support trashing."
10176
+ #~ msgstr "Los webhooks no soportan ser movidos a la papelera."
10177
+
10178
+ #~ msgid "Cannot create order note, please try again."
10179
+ #~ msgstr "No se puede crear la nota de pedido, por favor inténtalo de nuevo."
10180
+
10181
+ #~ msgid "Invalid order item."
10182
+ #~ msgstr "Elemento de pedido no válido."
10183
+
10184
+ #~ msgid "Limit result set to resources with a specific role."
10185
+ #~ msgstr ""
10186
+ #~ "Limitar el conjunto de resultados a recursos con un perfil específico."
10187
+
10188
+ #~ msgid "Limit result set to resources with a specific email."
10189
+ #~ msgstr ""
10190
+ #~ "Limitar resultados a recursos con un correo electrónico determinado."
10191
+
10192
+ #~ msgid "List of shipping address data."
10193
+ #~ msgstr "Lista de datos de direcciones de envío."
10194
+
10195
+ #~ msgid "Phone number."
10196
+ #~ msgstr "Número de teléfono."
10197
+
10198
+ #~ msgid "Email address."
10199
+ #~ msgstr "Correo electrónico."
10200
+
10201
+ #~ msgid "ISO code of the country."
10202
+ #~ msgstr "Código ISO del país."
10203
+
10204
+ #~ msgid "Postal code."
10205
+ #~ msgstr "Código postal."
10206
+
10207
+ #~ msgid "ISO code or name of the state, province or district."
10208
+ #~ msgstr "Código ISO o nombre del estado, provincia o distrito."
10209
+
10210
+ #~ msgid "City name."
10211
+ #~ msgstr "Nombre de la ciudad."
10212
+
10213
+ #~ msgid "Address line 2."
10214
+ #~ msgstr "Dirección línea 2."
10215
+
10216
+ #~ msgid "Address line 1."
10217
+ #~ msgstr "Dirección línea 1."
10218
+
10219
+ #~ msgid "Company name."
10220
+ #~ msgstr "Nombre de la empresa."
10221
+
10222
+ #~ msgid "Last name."
10223
+ #~ msgstr "Apellidos."
10224
+
10225
+ #~ msgid "First name."
10226
+ #~ msgstr "Nombre."
10227
+
10228
+ #~ msgid "List of billing address data."
10229
+ #~ msgstr "Lista de los datos de la dirección de facturación."
10230
+
10231
+ #~ msgid "Avatar URL."
10232
+ #~ msgstr "URL del avatar."
10233
+
10234
+ #~ msgid "Total amount spent."
10235
+ #~ msgstr "Cantidad total gastada."
10236
+
10237
+ #~ msgid "Quantity of orders made by the customer."
10238
+ #~ msgstr "Cantidad de pedidos hechos por el cliente."
10239
+
10240
+ #~ msgid "Last order ID."
10241
+ #~ msgstr "ID del último pedido."
10242
+
10243
+ #~ msgid "Last order data."
10244
+ #~ msgstr "Datos del último pedido."
10245
+
10246
+ #~ msgid "Customer password."
10247
+ #~ msgstr "Contraseña del cliente."
10248
+
10249
+ #~ msgid "Customer login name."
10250
+ #~ msgstr "Nombre de acceso del cliente."
10251
+
10252
+ #~ msgid "Customer last name."
10253
+ #~ msgstr "Apellidos del cliente."
10254
+
10255
+ #~ msgid "Customer first name."
10256
+ #~ msgstr "Nombre del cliente."
10257
+
10258
+ #~ msgid "The email address for the customer."
10259
+ #~ msgstr "La dirección de correo electrónico para el cliente."
10260
+
10261
+ #~ msgid "The date the customer was last modified, in the site's timezone."
10262
+ #~ msgstr ""
10263
+ #~ "La fecha en la que el cliente fue modificado por última vez, en la zona "
10264
+ #~ "horaria del sitio."
10265
+
10266
+ #~ msgid "The date the customer was created, in the site's timezone."
10267
+ #~ msgstr ""
10268
+ #~ "La fecha en la que el cliente fue creado, en la zona horaria del sitio."
10269
+
10270
+ #~ msgid "Unique identifier for the resource."
10271
+ #~ msgstr "Identificador único para el recurso."
10272
+
10273
+ #~ msgid "Invalid resource id for reassignment."
10274
+ #~ msgstr "ID de recurso no válida para reasignación."
10275
+
10276
+ #~ msgid "Customers do not support trashing."
10277
+ #~ msgstr "Los clientes no soportan ser movidos a la papelera."
10278
+
10279
+ #~ msgid "Username isn't editable."
10280
+ #~ msgstr "El nombre de usuario no es editable."
10281
+
10282
+ #~ msgid "Email address is invalid."
10283
+ #~ msgstr "Dirección de correo electrónico no válida."
10284
+
10285
+ #~ msgid "Invalid resource id."
10286
+ #~ msgstr "ID del recurso no válido."
10287
+
10288
+ #~ msgid "Cannot create existing resource."
10289
+ #~ msgstr "No se puede crear un recurso existente."
10290
+
10291
+ #~ msgid "File URL."
10292
+ #~ msgstr "URL del archivo."
10293
+
10294
+ #~ msgid "File name."
10295
+ #~ msgstr "Nombre del archivo."
10296
+
10297
+ #~ msgid "File details."
10298
+ #~ msgstr "Detalles del archivo."
10299
+
10300
+ #~ msgid "The date when download access expires, in the site's timezone."
10301
+ #~ msgstr ""
10302
+ #~ "La fecha en la que caduca el acceso a la descarga, en la zona horaria del "
10303
+ #~ "sitio."
10304
+
10305
+ #~ msgid "Number of downloads remaining."
10306
+ #~ msgstr "Cantidad de descargas restantes."
10307
+
10308
+ #~ msgid "Order key."
10309
+ #~ msgstr "Clave del pedido."
10310
+
10311
+ #~ msgid "Order ID."
10312
+ #~ msgstr "ID del pedido."
10313
+
10314
+ #~ msgid "Downloadable file name."
10315
+ #~ msgstr "Nombre del archivo descargable."
10316
+
10317
+ #~ msgid "Downloadable product ID."
10318
+ #~ msgstr "ID del producto descargable."
10319
+
10320
+ #~ msgid "Download ID (MD5)."
10321
+ #~ msgstr "ID de la descarga (MD5)"
10322
+
10323
+ #~ msgid "Download file URL."
10324
+ #~ msgstr "URL de descarga del fichero."
10325
+
10326
+ #~ msgid "Limit result set to resources with a specific code."
10327
+ #~ msgstr "Limitar los resultados a recursos con un código específico."
10328
+
10329
+ #~ msgid "List of email addresses that can use this coupon."
10330
+ #~ msgstr ""
10331
+ #~ "Lista de direcciones de correo electrónico que pueden utilizar este cupón."
10332
+
10333
+ #~ msgid "Maximum order amount allowed when using the coupon."
10334
+ #~ msgstr "Cantidad máxima de pedido permitida cuando se utilice el cupón."
10335
+
10336
+ #~ msgid ""
10337
+ #~ "Minimum order amount that needs to be in the cart before coupon applies."
10338
+ #~ msgstr ""
10339
+ #~ "Cantidad mínima de pedido que necesita estar en el carrito antes de que "
10340
+ #~ "se aplique el cupón."
10341
+
10342
+ #~ msgid "List of category IDs the coupon does not apply to."
10343
+ #~ msgstr "Lista de IDs de categorías a las que no se aplica el cupón."
10344
+
10345
+ #~ msgid "List of category IDs the coupon applies to."
10346
+ #~ msgstr "Lista de IDs de categorías a los que se aplica el cupón."
10347
+
10348
+ #~ msgid "Max number of items in the cart the coupon can be applied to."
10349
+ #~ msgstr ""
10350
+ #~ "Número máximo de artículos en el carrito en los que se puede aplicar el "
10351
+ #~ "cupón."
10352
+
10353
+ #~ msgid "How many times the coupon can be used per customer."
10354
+ #~ msgstr "Cuántas veces puede usar el cupón cada cliente."
10355
+
10356
+ #~ msgid "List of product IDs the coupon cannot be used on."
10357
+ #~ msgstr "Lista de IDs de productos en los que no se puede utilizar el cupón."
10358
+
10359
+ #~ msgid "List of product IDs the coupon can be used on."
10360
+ #~ msgstr "Lista de IDs de productos en los que se puede utilizar el cupón."
10361
+
10362
+ #~ msgid "Number of times the coupon has been used already."
10363
+ #~ msgstr "Número de veces que el cupón ha sido ya utilizado."
10364
+
10365
+ #~ msgid "UTC DateTime when the coupon expires."
10366
+ #~ msgstr "Fecha y hora UTC de caducidad del cupón."
10367
+
10368
+ #~ msgid "Determines the type of discount that will be applied."
10369
+ #~ msgstr "Determina el tipo de descuento que será aplicado."
10370
+
10371
+ #~ msgid "Coupon description."
10372
+ #~ msgstr "Descripción del cupón."
10373
+
10374
+ #~ msgid "The date the coupon was last modified, in the site's timezone."
10375
+ #~ msgstr ""
10376
+ #~ "La fecha en la que el cupón se modificó por última vez, en la zona "
10377
+ #~ "horaria del sitio."
10378
+
10379
+ #~ msgid "The date the coupon was created, in the site's timezone."
10380
+ #~ msgstr "La fecha en la que se creó el cupón, en la zona horaria del sitio."
10381
+
10382
+ #~ msgid "Coupon code."
10383
+ #~ msgstr "Código del cupón."
10384
+
10385
+ #~ msgid "Unique identifier for the object."
10386
+ #~ msgstr "Identificador único para el objeto."
10387
+
10388
+ #~ msgid "The coupon code cannot be empty."
10389
+ #~ msgstr "El código del cupón no puede estar vacío."
10390
+
10391
+ #~ msgid "Whether to bypass trash and force deletion."
10392
+ #~ msgstr "Si se ignora la papelera y se fuerza el borrado."
10393
+
10394
+ #~ msgid "The API key provided does not have write permissions."
10395
+ #~ msgstr "La clave de la API proporcionada no tiene permisos de escritura."
10396
+
10397
+ #~ msgid "The API key provided does not have read permissions."
10398
+ #~ msgstr "La clave de la API proporcionada no tiene permisos de lectura."
10399
+
10400
+ #~ msgid "Invalid nonce - nonce has already been used."
10401
+ #~ msgstr "Nonce no válido - este nonce ya ha sido utilizado."
10402
+
10403
+ #~ msgid "Invalid timestamp."
10404
+ #~ msgstr "Fecha y hora no válida."
10405
+
10406
+ #~ msgid "Invalid signature - provided signature does not match."
10407
+ #~ msgstr "Firma no válida - la firma proporcionada no coincide."
10408
+
10409
+ #~ msgid "Invalid signature - signature method is invalid."
10410
+ #~ msgstr "Firma no válida - el método de firma no es válido."
10411
+
10412
+ #~ msgid "Invalid signature - failed to sort parameters."
10413
+ #~ msgstr "Firma no válida - hubo un fallo al ordenar parámetros."
10414
+
10415
+ #~ msgid "Consumer Secret is invalid."
10416
+ #~ msgstr "La clave secreta de cliente no es válida."
10417
+
10418
+ #~ msgid "Consumer key is invalid."
10419
+ #~ msgstr "La clave de cliente no es válida."
10420
+
10421
+ #~ msgid "Install our new Simplify Commerce plugin"
10422
+ #~ msgstr "Instala nuestro nuevo plugin de Simplify Commerce"
10423
+
10424
+ #~ msgid ""
10425
+ #~ "<strong>The Simplify Commerce payment gateway is deprecated</strong> "
10426
+ #~ "&#8211; Please install our new free Simplify Commerce plugin from "
10427
+ #~ "WordPress.org. Simplify Commerce will be removed from WooCommerce core in "
10428
+ #~ "a future update."
10429
+ #~ msgstr ""
10430
+ #~ "<strong>La pasarela de pago de Simplify Commerce está obsoleta</strong> "
10431
+ #~ "&#8211; Por favor instala nuestro nuevo plugin gratuito Simplify Commerce "
10432
+ #~ "desde WordPress.org. Simplify Commerce será eliminado del núcleo de "
10433
+ #~ "WooCommerce en una actualización futura."
10434
+
10435
+ #~ msgid ""
10436
+ #~ "Customers will not be able to purchase physical goods from your store "
10437
+ #~ "until a shipping method is available."
10438
+ #~ msgstr ""
10439
+ #~ "Los clientes no podrán comprar bienes físicos de tu tienda hasta que un "
10440
+ #~ "método de envío esté disponible."
10441
+
10442
+ #~ msgid ""
10443
+ #~ "Shipping is currently enabled, but you have not added any shipping "
10444
+ #~ "methods to your shipping zones."
10445
+ #~ msgstr ""
10446
+ #~ "El envío está actualmente activado, pero no has añadido ningún método de "
10447
+ #~ "envío a tus zonas de envío."
10448
+
10449
+ #~ msgid "Add shipping methods &amp; zones"
10450
+ #~ msgstr "Añadir métodos de envío y zonas"
10451
+
10452
+ #~ msgid "Learn more about shipping zones"
10453
+ #~ msgstr "Aprende más sobre zonas de envío"
10454
+
10455
+ #~ msgid "Setup shipping zones"
10456
+ #~ msgstr "Configuración de zonas de envío"
10457
+
10458
+ #~ msgid "Dismiss"
10459
+ #~ msgstr "Descartar"
10460
+
10461
+ #~ msgid ""
10462
+ #~ "Your theme has a woocommerce.php file, you will not be able to override "
10463
+ #~ "the woocommerce/archive-product.php custom template since woocommerce.php "
10464
+ #~ "has priority over archive-product.php. This is intended to prevent "
10465
+ #~ "display issues."
10466
+ #~ msgstr ""
10467
+ #~ "Tu tema tiene un archivo woocommerce.php, no podrás sobreescribir la "
10468
+ #~ "plantilla personalizada woocommerce/archive-product.php ya que "
10469
+ #~ "woocommerce.php tiene prioridad sobre archive-product.php. Esto es "
10470
+ #~ "intencionado para prevenir problemas de visualización."
10471
+
10472
+ #~ msgid "Archive template"
10473
+ #~ msgstr "Plantilla de archivo"
10474
+
10475
+ #~ msgid "Page ID is set, but the page does not exist"
10476
+ #~ msgstr "El ID de página está establecido, pero la página no existe"
10477
+
10478
+ #~ msgid "The GeoIP database from MaxMind is used to geolocate customers."
10479
+ #~ msgstr ""
10480
+ #~ "La base de datos GeoIP de MaxMind se utiliza para geolocalizar clientes."
10481
+
10482
+ #~ msgid "MaxMind GeoIP database"
10483
+ #~ msgstr "Base de datos GeoIP de MaxMind"
10484
+
10485
+ #~ msgid ""
10486
+ #~ "Your server does not support the %s function - this is required to use "
10487
+ #~ "the GeoIP database from MaxMind."
10488
+ #~ msgstr ""
10489
+ #~ "Tu servidor no es compatible con la función %s - es imprescindible para "
10490
+ #~ "usar la base de datos GeoIP de MaxMind."
10491
+
10492
+ #~ msgid "WordPress requirements"
10493
+ #~ msgstr "Requisitos de WordPress"
10494
+
10495
+ #~ msgid "The version of cURL installed on your server."
10496
+ #~ msgstr "La versión de cURL instalada en tu servidor."
10497
+
10498
+ #~ msgid "cURL version"
10499
+ #~ msgstr "Versión cURL"
10500
+
10501
+ #~ msgid "Displays whether or not WP Cron Jobs are enabled."
10502
+ #~ msgstr "Muestra si los trabajos de WP Cron están habilitados o no."
10503
+
10504
+ #~ msgid "List 1 postcode per line"
10505
+ #~ msgstr "Enumera 1 código postal por línea"
10506
+
10507
+ #~ msgid "Limit to specific ZIP/postcodes"
10508
+ #~ msgstr "Limitar a códigos postales específicos"
10509
+
10510
+ #~ msgid "Select regions within this zone"
10511
+ #~ msgstr "Elige regiones dentro de esta zona"
10512
+
10513
+ #~ msgid "Cancel changes"
10514
+ #~ msgstr "Cancelar cambios"
10515
+
10516
+ #~ msgid ""
10517
+ #~ "Add as many zones as you need &ndash; customers will only see the methods "
10518
+ #~ "available for their address."
10519
+ #~ msgstr ""
10520
+ #~ "Añade tantas zonas como necesites &ndash; los clientes solo verán los "
10521
+ #~ "métodos disponibles para su dirección."
10522
+
10523
+ #~ msgid "Europe zone = Any country in Europe = Flat rate shipping"
10524
+ #~ msgstr "Zona europea = Cualquier país en Europa = Tarifa plana de envío"
10525
+
10526
+ #~ msgid "US domestic zone = All US states = Flat rate shipping"
10527
+ #~ msgstr ""
10528
+ #~ "Zona doméstica EEUU = Todos los estados de EEUU = Tarifa plana de envío"
10529
+
10530
+ #~ msgid "Local zone = California ZIP 90210 = Local pickup"
10531
+ #~ msgstr "Zona local = California CP 90210 = recogida local"
10532
+
10533
+ #~ msgid "For example:"
10534
+ #~ msgstr "Por ejemplo:"
10535
+
10536
+ #~ msgid "Add shipping zone"
10537
+ #~ msgstr "Añadir zona de envío"
10538
+
10539
+ #~ msgid "Shipping method(s)"
10540
+ #~ msgstr "Método(s) de envío"
10541
+
10542
+ #~ msgid "Region(s)"
10543
+ #~ msgstr "Región(es)"
10544
+
10545
+ #~ msgid "Zone name"
10546
+ #~ msgstr "Nombre de la zona"
10547
+
10548
+ #~ msgid ""
10549
+ #~ "Drag and drop to re-order your custom zones. This is the order in which "
10550
+ #~ "they will be matched against the customer address."
10551
+ #~ msgstr ""
10552
+ #~ "Arrastra y suelta para reorganizar tus zonas personalizadas. Este es el "
10553
+ #~ "orden en el que serán emparejadas con las direcciones de los clientes."
10554
+
10555
+ #~ msgid ""
10556
+ #~ "A shipping zone is a geographic region where a certain set of shipping "
10557
+ #~ "methods and rates apply."
10558
+ #~ msgstr ""
10559
+ #~ "Una zona de envío es una región geográfica donde se aplica cierto "
10560
+ #~ "conjunto de métodos de envío y tarifas."
10561
+
10562
+ #~ msgid "Close modal panel"
10563
+ #~ msgstr "Cerrar ventana modal"
10564
+
10565
+ #~ msgid ""
10566
+ #~ "You can add multiple shipping methods within this zone. Only customers "
10567
+ #~ "within the zone will see them."
10568
+ #~ msgstr ""
10569
+ #~ "Puedes añadir múltiples métodos de envío dentro de esta zona. Solo los "
10570
+ #~ "clientes dentro de la zona los verán."
10571
+
10572
+ #~ msgid "Manage shipping methods"
10573
+ #~ msgstr "Gestionar métodos de envío"
10574
+
10575
+ #~ msgid "Add shipping method"
10576
+ #~ msgstr "Añadir método de envío"
10577
+
10578
+ #~ msgid ""
10579
+ #~ "The following shipping methods apply to customers with shipping addresses "
10580
+ #~ "within this zone."
10581
+ #~ msgstr ""
10582
+ #~ "Los siguientes métodos de envío se aplican a clientes con direcciones de "
10583
+ #~ "envío dentro de esta zona."
10584
+
10585
+ #~ msgid "Description for your reference"
10586
+ #~ msgstr "Descripción para tu referencia"
10587
+
10588
+ #~ msgid "Shipping class name"
10589
+ #~ msgstr "Nombre de la clase de envío"
10590
+
10591
+ #~ msgid "No shipping classes have been created."
10592
+ #~ msgstr "No se han creado clases de envío."
10593
+
10594
+ #~ msgid "Save shipping classes"
10595
+ #~ msgstr "Guardar clases de envío"
10596
+
10597
+ #~ msgid "Add shipping class"
10598
+ #~ msgstr "Añadir clase de envío"
10599
+
10600
+ #~ msgid "Product count"
10601
+ #~ msgstr "Total de productos"
10602
+
10603
+ #~ msgid "Edit failed. Please try again."
10604
+ #~ msgstr "La edición falló. Por favor inténtalo de nuevo."
10605
+
10606
+ #~ msgid "This shipping method does not have any settings to configure."
10607
+ #~ msgstr "Este método de envío no tiene ningún ajuste a configurar."
10608
+
10609
+ #~ msgid "Zone"
10610
+ #~ msgstr "Zona"
10611
+
10612
+ #~ msgid "Shipping method could not be added. Please retry."
10613
+ #~ msgstr ""
10614
+ #~ "El método de envío no se ha podido añadir. Por favor inténtalo de nuevo."
10615
+
10616
+ #~ msgid "Your changes were not saved. Please retry."
10617
+ #~ msgstr "Tus cambios no se han guardado. Por favor, inténtalo de nuevo."
10618
+
10619
+ #~ msgid ""
10620
+ #~ "Do you wish to save your changes first? Your changed data will be "
10621
+ #~ "discarded if you choose to cancel."
10622
+ #~ msgstr ""
10623
+ #~ "¿Deseas guardar tus cambios primero? Los datos que has cambiado serán "
10624
+ #~ "descartados si eliges cancelar."
10625
+
10626
+ #~ msgid "Zone does not exist!"
10627
+ #~ msgstr "¡La zona no existe!"
10628
+
10629
+ #~ msgid "Force shipping to the customer billing address"
10630
+ #~ msgstr "Forzar el envío a la dirección de facturación del cliente"
10631
+
10632
+ #~ msgid "Default to customer billing address"
10633
+ #~ msgstr "Por defecto a la dirección de facturación del cliente"
10634
+
10635
+ #~ msgid "Default to customer shipping address"
10636
+ #~ msgstr "Por defecto a la dirección de envío del cliente"
10637
+
10638
+ #~ msgid "Calculations"
10639
+ #~ msgstr "Cálculos"
10640
+
10641
+ #~ msgid "Shipping zones"
10642
+ #~ msgstr "Zonas de envío"
10643
+
10644
+ #~ msgid "Show subcategories &amp; products"
10645
+ #~ msgstr "Mostrar subcategorías y productos"
10646
+
10647
+ #~ msgid "Show categories &amp; products"
10648
+ #~ msgstr "Mostrar categorías y productos"
10649
+
10650
+ #~ msgid "Show categories"
10651
+ #~ msgstr "Mostrar categorías"
10652
+
10653
+ #~ msgid "No location by default"
10654
+ #~ msgstr "Sin ubicación por defecto"
10655
+
10656
+ #~ msgid ""
10657
+ #~ "This option determines a customers default location. The MaxMind GeoLite "
10658
+ #~ "Database will be periodically downloaded to your wp-content directory if "
10659
+ #~ "using geolocation."
10660
+ #~ msgstr ""
10661
+ #~ "Esta opción determina la ubicación del cliente por defecto. La base de "
10662
+ #~ "datos GeoLite de MaxMind se descargará periódicamente a tu directorio wp-"
10663
+ #~ "content si usas la geolocalización."
10664
+
10665
+ #~ msgid "Default customer location"
10666
+ #~ msgstr "Ubicación del cliente por defecto"
10667
+
10668
+ #~ msgid "Ship to specific countries"
10669
+ #~ msgstr "Enviar a países específicos"
10670
+
10671
+ #~ msgid "Disable shipping &amp; shipping calculations"
10672
+ #~ msgstr "Desactivar envío y cálculos de envío"
10673
+
10674
+ #~ msgid "Shipping location(s)"
10675
+ #~ msgstr "Ubicación(es) de envío"
10676
+
10677
+ #~ msgid "Sell to specific countries"
10678
+ #~ msgstr "Vender a países específicos"
10679
+
10680
+ #~ msgid "Endpoint for the setting a default payment method page."
10681
+ #~ msgstr "Variable para establecer una página de método de pago por defecto"
10682
+
10683
+ #~ msgid "Set default payment method"
10684
+ #~ msgstr "Establecer método de pago por defecto"
10685
+
10686
+ #~ msgid "Endpoint for the delete payment method page."
10687
+ #~ msgstr "Variable para la página de eliminar método de pago"
10688
+
10689
+ #~ msgid "Delete payment method"
10690
+ #~ msgstr "Eliminar método de pago"
10691
+
10692
+ #~ msgid "Endpoint for the \"My account &rarr; Payment methods\" page."
10693
+ #~ msgstr "Variable para la página \"Mi cuenta &rarr; Métodos de pago\"."
10694
+
10695
+ #~ msgid "Payment methods"
10696
+ #~ msgstr "Métodos de pago"
10697
+
10698
+ #~ msgid "Endpoint for the \"My account &rarr; Downloads\" page."
10699
+ #~ msgstr "Variable para la página \"Mi cuenta &rarr; Descargas\"."
10700
+
10701
+ #~ msgid "Endpoint for the \"My account &rarr; Orders\" page."
10702
+ #~ msgstr "Variable para la página \"Mi cuenta &rarr; Pedidos\"."
10703
+
10704
+ #~ msgid "Add item(s)"
10705
+ #~ msgstr "Añadir artículo(s)"
10706
+
10707
+ #~ msgid "Edit item"
10708
+ #~ msgstr "Editar artículo"
10709
+
10710
+ #~ msgid "Pre-discount:"
10711
+ #~ msgstr "Antes del descuento:"
10712
+
10713
+ #~ msgid "Stock quantity"
10714
+ #~ msgstr "Cantidad del inventario"
10715
+
10716
+ #~ msgid "Tax status"
10717
+ #~ msgstr "Estado del impuesto"
10718
+
10719
+ #~ msgid "A simple offline gateway that lets you accept cash on delivery."
10720
+ #~ msgstr ""
10721
+ #~ "Una sencilla pasarela sin conexión que te permite aceptar efectivo en la "
10722
+ #~ "entrega."
10723
+
10724
+ #~ msgid "A simple offline gateway that lets you accept BACS payment."
10725
+ #~ msgstr ""
10726
+ #~ "Una sencilla pasarela sin conexión que te permite aceptar pagos por "
10727
+ #~ "transferencia bancaria."
10728
+
10729
+ #~ msgid "Bank transfer (BACS) payments"
10730
+ #~ msgstr "Pagos por transferencia bancaria"
10731
+
10732
+ #~ msgid "Accept payments via PayPal using account balance or credit card."
10733
+ #~ msgstr ""
10734
+ #~ "Acepta pagos con PayPal utilizando saldo de la cuenta o una tarjeta de "
10735
+ #~ "crédito."
10736
+
10737
+ #~ msgid "Items"
10738
+ #~ msgstr "Artículos"
10739
+
10740
+ #~ msgid "Limit result set to resources with a specific slug."
10741
+ #~ msgstr "Limitar resultados a recursos con un slug determinado. "
10742
+
10743
+ #~ msgid "Limit result set to resources assigned to a specific product."
10744
+ #~ msgstr ""
10745
+ #~ "Limitar los resultados a los recursos asignados a un producto específico."
10746
+
10747
+ #~ msgid "Limit result set to resources assigned to a specific parent."
10748
+ #~ msgstr ""
10749
+ #~ "Limitar los resultados a los recursos asignados a un superior específico."
10750
+
10751
+ #~ msgid "Whether to hide resources not assigned to any products."
10752
+ #~ msgstr "Ocultar o no los recursos que no estén asignados a ningún producto."
10753
+
10754
+ #~ msgid "Sort collection by resource attribute."
10755
+ #~ msgstr "Ordenar colección por atributo de recurso."
10756
+
10757
+ #~ msgid "The resource cannot be deleted."
10758
+ #~ msgstr "El recurso no se puede borrar."
10759
+
10760
+ #~ msgid "Resource does not support trashing."
10761
+ #~ msgstr "El recurso no soporta ser movido a la papelera."
10762
+
10763
+ #~ msgid "Can not set resource parent, taxonomy is not hierarchical."
10764
+ #~ msgstr ""
10765
+ #~ "No se puede establecer el padre del recurso, la taxonomía no es "
10766
+ #~ "jerárquica."
10767
+
10768
+ #~ msgid "Resource does not exist."
10769
+ #~ msgstr "El recurso no existe."
10770
+
10771
+ #~ msgid "Taxonomy does not exist."
10772
+ #~ msgstr "La taxonomía no existe."
10773
+
10774
+ #~ msgid "Sorry, you cannot delete this resource."
10775
+ #~ msgstr "Lo sentimos, no puedes eliminar este recurso."
10776
+
10777
+ #~ msgid "Sorry, you cannot update resource."
10778
+ #~ msgstr "Lo sentimos, no puedes actualizar el recurso."
10779
+
10780
+ #~ msgid "Sorry, you cannot create new resource."
10781
+ #~ msgstr "Lo sentimos, no puedes crear un nuevo recurso."
10782
+
10783
+ #~ msgid "Required to be true, as resource does not support trashing."
10784
+ #~ msgstr ""
10785
+ #~ "Tiene que ser verdadero, ya que el recurso no soporta ser movido a la "
10786
+ #~ "papelera."
10787
+
10788
+ #~ msgid ""
10789
+ #~ "Use WP Query arguments to modify the response; private query vars require "
10790
+ #~ "appropriate authorization."
10791
+ #~ msgstr ""
10792
+ #~ "Usar parámetros de WP Query para modificar la respuesta. Las variables de "
10793
+ #~ "consulta privadas necesitan la autorización correspondiente."
10794
+
10795
+ #~ msgid "Limit result set to products with a specific slug."
10796
+ #~ msgstr "Limitar resultados a productos con un slug determinado."
10797
+
10798
+ #~ msgid ""
10799
+ #~ "Limit result set to all items except those of a particular parent ID."
10800
+ #~ msgstr ""
10801
+ #~ "Limitar los resultados a todos los artículos excepto aquellos con un ID "
10802
+ #~ "de superior específico."
10803
+
10804
+ #~ msgid "Limit result set to those of particular parent IDs."
10805
+ #~ msgstr "Limitar resultados a los que tengan IDs superiores específicos."
10806
+
10807
+ #~ msgid "Sort collection by object attribute."
10808
+ #~ msgstr "Ordenar el conjunto por el atributo del objeto."
10809
+
10810
+ #~ msgid "Order sort attribute ascending or descending."
10811
+ #~ msgstr "Ordenar atributo de manera ascendente o descendente."
10812
+
10813
+ #~ msgid "Offset the result set by a specific number of items."
10814
+ #~ msgstr "Saltar un número específico de artículos en los resultados."
10815
+
10816
+ #~ msgid "Limit result set to specific ids."
10817
+ #~ msgstr "Limitar los resultados a ids específicos."
10818
+
10819
+ #~ msgid "Ensure result set excludes specific ids."
10820
+ #~ msgstr "Asegurarse de que los resultados incluyen ids específicos."
10821
+
10822
+ #~ msgid ""
10823
+ #~ "Limit response to resources published before a given ISO8601 compliant "
10824
+ #~ "date."
10825
+ #~ msgstr ""
10826
+ #~ "Limitar la respuesta a recursos publicados antes de una fecha escrita en "
10827
+ #~ "formato ISO8601. "
10828
+
10829
+ #~ msgid ""
10830
+ #~ "Limit response to resources published after a given ISO8601 compliant "
10831
+ #~ "date."
10832
+ #~ msgstr ""
10833
+ #~ "Limitar la respuesta a recursos publicados después de una fecha escrita "
10834
+ #~ "en formato ISO8601."
10835
+
10836
+ #~ msgid "The %s cannot be deleted."
10837
+ #~ msgstr "%s no puede ser eliminado."
10838
+
10839
+ #~ msgid "The %s has already been deleted."
10840
+ #~ msgstr "%s ya ha sido eliminado."
10841
+
10842
+ #~ msgid "The %s does not support trashing."
10843
+ #~ msgstr "%s no soporta ser movido a la papelera."
10844
+
10845
+ #~ msgid "Sorry, you are not allowed to delete %s."
10846
+ #~ msgstr "Lo sentimos, no tienes permiso para eliminar %s."
10847
+
10848
+ #~ msgid "Invalid post ID."
10849
+ #~ msgstr "ID de entrada no válido."
10850
+
10851
+ #~ msgid "ID is invalid."
10852
+ #~ msgstr "ID no es válido."
10853
+
10854
+ #~ msgid "Cannot create existing %s."
10855
+ #~ msgstr "No se puede crear %s existente."
10856
+
10857
+ #~ msgid "Invalid ID."
10858
+ #~ msgstr "ID no válido."
10859
+
10860
+ #~ msgid "Sorry, you are not allowed to delete this resource."
10861
+ #~ msgstr "Lo sentimos, no tienes permiso para eliminar este recurso."
10862
+
10863
+ #~ msgid "Sorry, you are not allowed to edit this resource."
10864
+ #~ msgstr "Lo sentimos, no tienes permiso para editar este recurso."
10865
+
10866
+ #~ msgid "Sorry, you cannot view this resource."
10867
+ #~ msgstr "Lo sentimos, no puedes ver este recurso."
10868
+
10869
+ #~ msgid "Sorry, you are not allowed to create resources."
10870
+ #~ msgstr "Lo sentimos, no tienes permiso para crear recursos."
10871
+
10872
+ #~ msgid "Save to account"
10873
+ #~ msgstr "Guardar en la cuenta"
10874
+
10875
+ #~ msgid "eCheck"
10876
+ #~ msgstr "eCheck"
10877
+
10878
+ #~ msgid "United States (US) Virgin Islands"
10879
+ #~ msgstr "Islas Vírgenes de Estados Unidos (EEUU)"
10880
+
10881
+ #~ msgid "United States (US) Minor Outlying Islands"
10882
+ #~ msgstr "Islas de ultramar menores de Estados Unidos (EEUU)"
10883
+
10884
+ #~ msgid "South America"
10885
+ #~ msgstr "Sudamérica"
10886
+
10887
+ #~ msgid "Oceania"
10888
+ #~ msgstr "Oceanía"
10889
+
10890
+ #~ msgid "North America"
10891
+ #~ msgstr "Norteamérica"
10892
+
10893
+ #~ msgid "Europe"
10894
+ #~ msgstr "Europa"
10895
+
10896
+ #~ msgid "Asia"
10897
+ #~ msgstr "Asia"
10898
+
10899
+ #~ msgid "Africa"
10900
+ #~ msgstr "África"
10901
+
10902
+ #~ msgid "Sorry, you cannot list resources."
10903
+ #~ msgstr "Lo siento, no puedes listar los recursos."
10904
+
10905
+ #~ msgid "Copying to clipboard failed. Please press Ctrl/Cmd+C to copy."
10906
+ #~ msgstr ""
10907
+ #~ "Error al copiar al portapapeles. Por favor pulsa Ctrl/Cmd+C para copiar."
10908
+
10909
+ #~ msgid "Saudi riyal"
10910
+ #~ msgstr "Saudi Riyal"
10911
+
10912
+ #~ msgid "Please enter a stronger password."
10913
+ #~ msgstr "Por favor, introduce una contraseña más fuerte."
10914
+
10915
+ #~ msgid "Loading&hellip;"
10916
+ #~ msgstr "Cargando&hellip;"
10917
+
10918
+ #~ msgid "Search&hellip;"
10919
+ #~ msgstr "Buscar&hellip;"
10920
+
10921
+ #~ msgid "Setup wizard"
10922
+ #~ msgstr "Asistente de configuración"
10923
+
10924
+ #~ msgid ""
10925
+ #~ "Cancelled order emails are sent to chosen recipient(s) when orders have "
10926
+ #~ "been marked cancelled (if they were previously processing or on-hold)."
10927
+ #~ msgstr ""
10928
+ #~ "Los correos electrónicos de pedido cancelados se enviarán a los "
10929
+ #~ "destinatarios seleccionados cuando los pedidos se marquen como cancelados "
10930
+ #~ "(si previamente estaban marcados como procesando o en espera)."
10931
+
10932
+ #~ msgid "Payment for order %s refunded"
10933
+ #~ msgstr "El pago del pedido %s ha sido reembolsado"
10934
+
10935
+ #~ msgid "Kuala Lumpur"
10936
+ #~ msgstr "Kuala Lumpur"
10937
+
10938
+ #~ msgid "Penang (Pulau Pinang)"
10939
+ #~ msgstr "Penang (Pulau Pinang)"
10940
+
10941
+ #~ msgid "Putrajaya"
10942
+ #~ msgstr "Putrajaya"
10943
+
10944
+ #~ msgid "Labuan"
10945
+ #~ msgstr "Labuan"
10946
+
10947
+ #~ msgid "Malacca (Melaka)"
10948
+ #~ msgstr "Malaca (Melaca)"
10949
+
10950
+ #~ msgid "Be the first to review &ldquo;%s&rdquo;"
10951
+ #~ msgstr "Sé el primero en valorar &ldquo;%s&rdquo;"
10952
+
10953
+ #~ msgid "Clear"
10954
+ #~ msgstr "Limpiar"
10955
+
10956
+ #~ msgid ""
10957
+ #~ "Unfortunately your order cannot be processed as the originating bank/"
10958
+ #~ "merchant has declined your transaction. Please attempt your purchase "
10959
+ #~ "again."
10960
+ #~ msgstr ""
10961
+ #~ "Desgraciadamente, tu pedido no puede procesarse; el banco/comercio ha "
10962
+ #~ "rechazado tu transacción. Por favor, intenta realizar la compra de nuevo."
10963
+
10964
+ #~ msgid "Hide empty categories"
10965
+ #~ msgstr "Ocultar categorías vacías"
10966
+
10967
+ #~ msgid "Pakistani rupee"
10968
+ #~ msgstr "Rupia pakistaní"
10969
+
10970
+ #~ msgid "Kenyan shilling"
10971
+ #~ msgstr "Chelín keniano"
10972
+
10973
+ #~ msgid "(includes %s)"
10974
+ #~ msgstr "(incluye %s)"
10975
+
10976
+ #~ msgid "estimated for %s"
10977
+ #~ msgstr "estimado para %s"
10978
+
10979
+ #~ msgid "Invalid product ID."
10980
+ #~ msgstr "ID de producto no válido."
10981
+
10982
+ #~ msgid "Error: Delivery URL returned response code: %s"
10983
+ #~ msgstr "Error: La URL de entrega devolvió un código de respuesta: %s"
10984
+
10985
+ #~ msgid "Error: Delivery URL cannot be reached: %s"
10986
+ #~ msgstr "Error: No se puede acceder a la URL de entrega: %s"
10987
+
10988
+ #~ msgid ""
10989
+ #~ "WooCommerce data update complete. Thank you for updating to the latest "
10990
+ #~ "version!"
10991
+ #~ msgstr ""
10992
+ #~ "Actualización de datos de WooCommerce completa. ¡Gracias por actualizar a "
10993
+ #~ "la última versión!"
10994
+
10995
+ #~ msgid ""
10996
+ #~ "Please select some product options before adding this product to your "
10997
+ #~ "cart."
10998
+ #~ msgstr ""
10999
+ #~ "Elige las opciones del producto antes de añadir este producto a tu "
11000
+ #~ "carrito."
11001
+
11002
+ #~ msgid "ZIP"
11003
+ #~ msgstr "Código postal"
11004
+
11005
+ #~ msgid "State / Zone"
11006
+ #~ msgstr "Provincia / Zona"
11007
+
11008
+ #~ msgid "You do not have permission to read the tax classes count"
11009
+ #~ msgstr "No tienes permisos para leer el contador de tipos de impuestos"
11010
+
11011
+ #~ msgid "Could not delete the tax class"
11012
+ #~ msgstr "No se pudo eliminar el tipo de impuesto"
11013
+
11014
+ #~ msgid "You do not have permission to delete tax classes"
11015
+ #~ msgstr "No tienes permisos para eliminar los tipos de impuestos"
11016
+
11017
+ #~ msgid "Tax class already exists"
11018
+ #~ msgstr "El tipo de impuesto ya existe"
11019
+
11020
+ #~ msgid "You do not have permission to create tax classes"
11021
+ #~ msgstr "No tienes permisos para crear los tipos de impuestos"
11022
+
11023
+ #~ msgid "Standard rate"
11024
+ #~ msgstr "Tarifa estándar"
11025
+
11026
+ #~ msgid "You do not have permission to read tax classes"
11027
+ #~ msgstr "No tienes permisos para leer los tipos de impuestos"
11028
+
11029
+ #~ msgid "You do not have permission to read the taxes count"
11030
+ #~ msgstr "No tienes permisos para leer el contador de impuestos"
11031
+
11032
+ #~ msgid "Could not delete the tax rate"
11033
+ #~ msgstr "No se ha podido eliminar la tasa de impuestos"
11034
+
11035
+ #~ msgid "You do not have permission to delete tax rates"
11036
+ #~ msgstr "No tienes permisos para eliminar las tasas de impuestos"
11037
+
11038
+ #~ msgid "You do not have permission to edit tax rates"
11039
+ #~ msgstr "No tienes permisos para editar las tasas de impuestos"
11040
+
11041
+ #~ msgid "You do not have permission to create tax rates"
11042
+ #~ msgstr "No tienes permisos para crear tasas de impuestos"
11043
+
11044
+ #~ msgid "A tax rate with the provided ID could not be found"
11045
+ #~ msgstr "No se ha podido encontrar la tasa de impuesto con el ID indicado"
11046
+
11047
+ #~ msgid "You do not have permission to read tax rate"
11048
+ #~ msgstr "No tienes permisos para leer las tasas de impuestos"
11049
+
11050
+ #~ msgid "Could not delete the shipping class"
11051
+ #~ msgstr "No se ha podido eliminar la clase de envío"
11052
+
11053
+ #~ msgid "You do not have permission to delete product shipping classes"
11054
+ #~ msgstr "No tienes permisos para eliminar las clases de envío de producto"
11055
+
11056
+ #~ msgid "Could not edit the shipping class"
11057
+ #~ msgstr "No se ha podido editar la clase de envío"
11058
+
11059
+ #~ msgid "You do not have permission to edit product shipping classes"
11060
+ #~ msgstr "No tienes permisos para editar las clases de envío de producto"
11061
+
11062
+ #~ msgid "Product shipping class parent is invalid"
11063
+ #~ msgstr "La clase de envío superior del producto no es válida"
11064
+
11065
+ #~ msgid "You do not have permission to create product shipping classes"
11066
+ #~ msgstr "No tienes permisos para crear clases de envío de productos."
11067
+
11068
+ #~ msgid "A product shipping class with the provided ID could not be found"
11069
+ #~ msgstr ""
11070
+ #~ "No se ha podido encontrar la clase de envío del producto con el ID "
11071
+ #~ "indicado"
11072
+
11073
+ #~ msgid "Invalid product shipping class ID"
11074
+ #~ msgstr "ID de clase de envío del producto no válido"
11075
+
11076
+ #~ msgid "You do not have permission to read product shipping classes"
11077
+ #~ msgstr "No tienes permisos para leer las clases de envío del producto."
11078
+
11079
+ #~ msgid "You do not have permission to delete product attribute terms"
11080
+ #~ msgstr ""
11081
+ #~ "No tienes permisos para eliminar términos de atributos del producto."
11082
+
11083
+ #~ msgid "A product attribute term with the provided ID could not be found"
11084
+ #~ msgstr ""
11085
+ #~ "No se ha podido encontrar ningún término de atributo de producto con el "
11086
+ #~ "ID facilitado"
11087
+
11088
+ #~ msgid "You do not have permission to read product attribute terms"
11089
+ #~ msgstr "No tienes permisos para leer los términos de atributo del producto"
11090
+
11091
+ #~ msgid "Could not delete the tag"
11092
+ #~ msgstr "No se ha podido editar la etiqueta"
11093
+
11094
+ #~ msgid "You do not have permission to delete product tag"
11095
+ #~ msgstr "No tienes permisos para eliminar la etiqueta de producto"
11096
+
11097
+ #~ msgid "Could not edit the tag"
11098
+ #~ msgstr "No se ha podido editar la etiqueta"
11099
+
11100
+ #~ msgid "You do not have permission to edit product tags"
11101
+ #~ msgstr "No tienes permisos para editar las etiquetas de producto"
11102
+
11103
+ #~ msgid "You do not have permission to create product tags"
11104
+ #~ msgstr "No tienes permisos para crear etiquetas de producto"
11105
+
11106
+ #~ msgid "A product tag with the provided ID could not be found"
11107
+ #~ msgstr "No se ha encontrado la etiqueta de producto con el ID proporcionado"
11108
+
11109
+ #~ msgid "Invalid product tag ID"
11110
+ #~ msgstr "ID de la etiqueta de producto no válida"
11111
+
11112
+ #~ msgid "You do not have permission to read product tags"
11113
+ #~ msgstr "No tienes permisos para leer las etiquetas de producto"
11114
+
11115
+ #~ msgid "Could not delete the category"
11116
+ #~ msgstr "No se ha podido eliminar la categoría"
11117
+
11118
+ #~ msgid "You do not have permission to delete product category"
11119
+ #~ msgstr "No tienes permisos para eliminar categorías de productos"
11120
+
11121
+ #~ msgid "Could not edit the category"
11122
+ #~ msgstr "No se ha podido editar la categoría"
11123
+
11124
+ #~ msgid "You do not have permission to edit product categories"
11125
+ #~ msgstr "No tienes permisos para editar las categorías de los productos"
11126
+
11127
+ #~ msgid "Product category parent is invalid"
11128
+ #~ msgstr "La categoría padre del producto no es válida"
11129
+
11130
+ #~ msgid "You do not have permission to create product categories"
11131
+ #~ msgstr "No tienes permisos para crear categorías de productos"
11132
+
11133
+ #~ msgid ""
11134
+ #~ "Your server does not support the %s functions - this is required for "
11135
+ #~ "better character encoding. Some fallbacks will be used instead for it."
11136
+ #~ msgstr ""
11137
+ #~ "Tu servidor no es compatible con las funciones de %s - esto es necesario "
11138
+ #~ "para una mejor codificación de caracteres. En su lugar, se utilizarán "
11139
+ #~ "algunos mecanismos alternativos."
11140
+
11141
+ #~ msgid ""
11142
+ #~ "Multibyte String (mbstring) is used to convert character encoding, like "
11143
+ #~ "for emails or converting characters to lowercase."
11144
+ #~ msgstr ""
11145
+ #~ "Multibyte String (mbstring) se utiliza para convertir la codificación de "
11146
+ #~ "caracteres, como para el correo electrónico o la conversión de caracteres "
11147
+ #~ "a minúsculas."
11148
+
11149
+ #~ msgid ""
11150
+ #~ "Your server does not have the %s class enabled - some gateway plugins "
11151
+ #~ "which use SOAP may not work as expected."
11152
+ #~ msgstr ""
11153
+ #~ "Tu servidor no tiene la clase %s habilitada - puede que algunos plugins "
11154
+ #~ "de puerta de enlace que utilizan SOAP no funcionen como se espera."
11155
+
11156
+ #~ msgid "How to update your PHP version"
11157
+ #~ msgstr "Cómo actualizar tu versión de PHP"
11158
+
11159
+ #~ msgid "%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s"
11160
+ #~ msgstr "%1$s - Recomendamos como versión mínima de MySQL la 5.6. Ver: %2$s"
11161
+
11162
+ #~ msgid "Increasing memory allocated to PHP"
11163
+ #~ msgstr "Aumentar la memoria asignada para PHP"
11164
+
11165
+ #~ msgid "%1$s - We recommend setting memory to at least 64MB. See: %2$s"
11166
+ #~ msgstr ""
11167
+ #~ "%1$s - Recomendamos configurar la memoria por lo menos a 64 MB. Ver: %2$s"
11168
+
11169
+ #~ msgid "Last page"
11170
+ #~ msgstr "Última página"
11171
+
11172
+ #~ msgid "Previous page"
11173
+ #~ msgstr "Página anterior"
11174
+
11175
+ #~ msgid "First page"
11176
+ #~ msgstr "Primera página"
11177
+
11178
+ #~ msgid "No matching tax rates found."
11179
+ #~ msgstr "No se han encontrado tasas de impuestos que coincidan"
11180
+
11181
+ #~ msgid "Tax rate ID: %s"
11182
+ #~ msgstr "ID de la tasa de impuesto: %s"
11183
+
11184
+ #~ msgid "\"%s\" tax rates"
11185
+ #~ msgstr "Tasas de impuestos \"%s\""
11186
+
11187
+ #~ msgid ""
11188
+ #~ "Your changed data will be lost if you leave this page without saving."
11189
+ #~ msgstr ""
11190
+ #~ "Se perderán los cambios realizados si abandonas esta página sin guardar."
11191
+
11192
+ #~ msgid "Manual"
11193
+ #~ msgstr "Manualmente"
11194
+
11195
+ #~ msgid "Manually sent"
11196
+ #~ msgstr "Enviado manualmente"
11197
+
11198
+ #~ msgid ""
11199
+ #~ "URL to an image you want to show in the email header. Upload images using "
11200
+ #~ "the media uploader (Admin > Media)."
11201
+ #~ msgstr ""
11202
+ #~ "La URL de la imagen que quieres mostrar en la cabecera del correo "
11203
+ #~ "electrónico. Sube las imágenes utilizando el cargador de medios (Admin > "
11204
+ #~ "Medios)."
11205
+
11206
+ #~ msgid ""
11207
+ #~ "This section lets you customize the WooCommerce emails. <a href=\"%s\" "
11208
+ #~ "target=\"_blank\">Click here to preview your email template</a>."
11209
+ #~ msgstr ""
11210
+ #~ "Esta sección te permite personalizar los correos electrónicos de "
11211
+ #~ "WooCommerce. <a href=\"%s\" target=\"_blank\">Haz clic aquí para una "
11212
+ #~ "vista previa de tu plantilla de correo electrónico</a>."
11213
+
11214
+ #~ msgid "How the sender email appears in outgoing WooCommerce emails."
11215
+ #~ msgstr ""
11216
+ #~ "Cómo aparece la dirección de correo electrónico del remitente en los "
11217
+ #~ "correos salientes de WooCommerce."
11218
+
11219
+ #~ msgid "\"From\" address"
11220
+ #~ msgstr "Dirección de remitente:"
11221
+
11222
+ #~ msgid "How the sender name appears in outgoing WooCommerce emails."
11223
+ #~ msgstr ""
11224
+ #~ "Cómo aparece el nombre del remitente en los correos electrónicos "
11225
+ #~ "salientes de WooCommerce."
11226
+
11227
+ #~ msgid ""
11228
+ #~ "Email notifications sent from WooCommerce are listed below. Click on an "
11229
+ #~ "email to configure it."
11230
+ #~ msgstr ""
11231
+ #~ "Debajo están listadas las notificaciones enviadas por correo electrónico "
11232
+ #~ "desde WooCommerce. Haz clic en un correo electrónico para configurarlo."
11233
+
11234
+ #~ msgid "Email notifications"
11235
+ #~ msgstr "Avisos por correo electrónico"
11236
+
11237
+ #~ msgid "Average gross sales amount"
11238
+ #~ msgstr "Importe del promedio bruto de las ventas"
11239
+
11240
+ #~ msgid "%s average gross monthly sales"
11241
+ #~ msgstr "%s promedio bruto de ventas mensuales"
11242
+
11243
+ #~ msgid "%s average gross daily sales"
11244
+ #~ msgstr "%s promedio bruto de ventas diarias"
11245
+
11246
+ #~ msgid "Product permalinks"
11247
+ #~ msgstr "Enlaces permanentes del producto"
11248
+
11249
+ #~ msgid ""
11250
+ #~ "If you need to access the setup wizard again, please click on the button "
11251
+ #~ "below."
11252
+ #~ msgstr ""
11253
+ #~ "Si necesitas acceder otra vez al asistente de configuración haz clic en "
11254
+ #~ "el botón de abajo por favor."
11255
+
11256
+ #~ msgid "Need a fresh look? Try Storefront child themes"
11257
+ #~ msgstr ""
11258
+ #~ "¿Necesitas un aspecto más actual? Prueba los temas hijo de Storefront"
11259
+
11260
+ #~ msgid "View more Storefront child themes"
11261
+ #~ msgstr "Ver más temas hijos de Storefront"
11262
+
11263
+ #~ msgid "Seti"
11264
+ #~ msgstr "Seti"
11265
+
11266
+ #~ msgid "Sagarmatha"
11267
+ #~ msgstr "Sagarmatha"
11268
+
11269
+ #~ msgid "Rapti"
11270
+ #~ msgstr "Rapti"
11271
+
11272
+ #~ msgid "Narayani"
11273
+ #~ msgstr "Narayani"
11274
+
11275
+ #~ msgid "Mechi"
11276
+ #~ msgstr "Mechi"
11277
+
11278
+ #~ msgid "Gandaki"
11279
+ #~ msgstr "Gandaki"
11280
+
11281
+ #~ msgid "Dhaulagiri"
11282
+ #~ msgstr "Dhaulagiri"
11283
+
11284
+ #~ msgid "Bheri"
11285
+ #~ msgstr "Bheri"
11286
+
11287
+ #~ msgid "Bagmati"
11288
+ #~ msgstr "Bagmati"
11289
+
11290
+ #~ msgid "Koshi"
11291
+ #~ msgstr "Koshi"
11292
+
11293
+ #~ msgid "Karnali"
11294
+ #~ msgstr "Karnali"
11295
+
11296
+ #~ msgid "Janakpur"
11297
+ #~ msgstr "Janakpur"
11298
+
11299
+ #~ msgid "Mahakali"
11300
+ #~ msgstr "Mahakali"
11301
+
11302
+ #~ msgid "Lumbini"
11303
+ #~ msgstr "Lumbini"
11304
+
11305
+ #~ msgid "Buy now"
11306
+ #~ msgstr "Comprar ahora"
11307
+
11308
+ #~ msgctxt "shop_order post type singular name"
11309
+ #~ msgid "Order"
11310
+ #~ msgstr "Pedido"
11311
+
11312
+ #~ msgid "Monthly"
11313
+ #~ msgstr "Mensual"
11314
+
11315
+ #~ msgid "%s removed."
11316
+ #~ msgstr "%s eliminado."
11317
+
11318
+ #~ msgid ""
11319
+ #~ "Enter recipients (comma separated) that will receive this notification."
11320
+ #~ msgstr ""
11321
+ #~ "Introduce destinatarios (separados por coma) que recibirán este aviso."
11322
+
11323
+ #~ msgid "Drag and drop, or click to set admin variation order"
11324
+ #~ msgstr ""
11325
+ #~ "Arrastra y suelta, o haz clic para establecer un orden en las variaciones"
11326
+
11327
+ #~ msgid ""
11328
+ #~ "Before you can add a variation you need to add some variation attributes "
11329
+ #~ "on the <strong>Attributes</strong> tab."
11330
+ #~ msgstr ""
11331
+ #~ "Antes de que puedas añadir una variación tienes que añadir algunas "
11332
+ #~ "variaciones de atributos en la pestaña <strong>Atributos</strong>."
11333
+
11334
+ #~ msgid "via %s"
11335
+ #~ msgstr "vía %s"
11336
+
11337
+ #~ msgid "An eCommerce toolkit that helps you sell anything. Beautifully."
11338
+ #~ msgstr ""
11339
+ #~ "Una herramienta de eCommerce que te ayuda a vender cualquier cosa. Con "
11340
+ #~ "elegancia."
11341
+
11342
+ #~ msgid ""
11343
+ #~ "Only logged in customers who have purchased this product may leave a "
11344
+ #~ "review."
11345
+ #~ msgstr ""
11346
+ #~ "Solo los usuarios registrados que hayan comprado este producto pueden "
11347
+ #~ "hacer una valoración."
11348
+
11349
+ #~ msgid "Your review"
11350
+ #~ msgstr "Tu valoración"
11351
+
11352
+ #~ msgid "Very poor"
11353
+ #~ msgstr "Muy pobre"
11354
+
11355
+ #~ msgid "Not that bad"
11356
+ #~ msgstr "No está tan mal"
11357
+
11358
+ #~ msgid "Average"
11359
+ #~ msgstr "Normal"
11360
+
11361
+ #~ msgid "Good"
11362
+ #~ msgstr "Bueno"
11363
+
11364
+ #~ msgid "Perfect"
11365
+ #~ msgstr "Perfecto"
11366
+
11367
+ #~ msgid "Rate&hellip;"
11368
+ #~ msgstr "Puntuar&hellip;"
11369
+
11370
+ #~ msgid "Your rating"
11371
+ #~ msgstr "Tu puntuación"
11372
+
11373
+ #~ msgid "You must be <a href=\"%s\">logged in</a> to post a review."
11374
+ #~ msgstr "Debes <a href=\"%s\">acceder</a> para escribir una valoración."
11375
+
11376
+ #~ msgid "Submit"
11377
+ #~ msgstr "Enviar"
11378
+
11379
+ #~ msgid "Leave a Reply to %s"
11380
+ #~ msgstr "Deja una respuesta a %s"
11381
+
11382
+ #~ msgid "Add a review"
11383
+ #~ msgstr "Añadir una valoración"
11384
+
11385
+ #~ msgid "There are no reviews yet."
11386
+ #~ msgstr "No hay valoraciones aún."
11387
+
11388
+ #~ msgid "You may also like&hellip;"
11389
+ #~ msgstr "También te recomendamos&hellip;"
11390
+
11391
+ #~ msgid "verified owner"
11392
+ #~ msgstr "propietario verificado"
11393
+
11394
+ #~ msgid "Your review is awaiting approval"
11395
+ #~ msgstr "Tu valoración está pendiente de aprobación"
11396
+
11397
+ #~ msgid "Related products"
11398
+ #~ msgstr "Productos relacionados"
11399
+
11400
+ #~ msgid "%s customer review"
11401
+ #~ msgid_plural "%s customer reviews"
11402
+ #~ msgstr[0] "%s valoración de cliente"
11403
+ #~ msgstr[1] "%s valoraciones de clientes"
11404
+
11405
+ #~ msgid "Tag:"
11406
+ #~ msgid_plural "Tags:"
11407
+ #~ msgstr[0] "Etiqueta:"
11408
+ #~ msgstr[1] "Etiquetas:"
11409
+
11410
+ #~ msgid "Category:"
11411
+ #~ msgid_plural "Categories:"
11412
+ #~ msgstr[0] "Categoría:"
11413
+ #~ msgstr[1] "Categorías:"
11414
+
11415
+ #~ msgid "SKU:"
11416
+ #~ msgstr "SKU:"
11417
+
11418
+ #~ msgid "This product is currently out of stock and unavailable."
11419
+ #~ msgstr ""
11420
+ #~ "En este momento no hay existencias de este producto ni está disponible."
11421
+
11422
+ #~ msgctxt "submit button"
11423
+ #~ msgid "Search"
11424
+ #~ msgstr "Buscar"
11425
+
11426
+ #~ msgid "Search for:"
11427
+ #~ msgstr "Buscar por:"
11428
+
11429
+ #~ msgid "Email:"
11430
+ #~ msgstr "Email:"
11431
+
11432
+ #~ msgid "Order again"
11433
+ #~ msgstr "Hacer otro pedido"
11434
+
11435
+ #~ msgid "Track"
11436
+ #~ msgstr "Seguir"
11437
+
11438
+ #~ msgid "Email you used during checkout."
11439
+ #~ msgstr "Correo electrónico que utilizó durante el pago."
11440
+
11441
+ #~ msgid "Billing email"
11442
+ #~ msgstr "Correo electrónico de facturación"
11443
+
11444
+ #~ msgid "Found in your order confirmation email."
11445
+ #~ msgstr "Se encuentra en tu correo electrónico de confirmación de pedido."
11446
+
11447
+ #~ msgid "Order ID"
11448
+ #~ msgstr "ID de pedido"
11449
+
11450
+ #~ msgid ""
11451
+ #~ "To track your order please enter your Order ID in the box below and press "
11452
+ #~ "the \"Track\" button. This was given to you on your receipt and in the "
11453
+ #~ "confirmation email you should have received."
11454
+ #~ msgstr ""
11455
+ #~ "Para hacer seguimiento de tu pedido, por favor introduce el ID de tu "
11456
+ #~ "pedido en el cuadro de abajo y pulsa el botón \"Seguir\". Esto se envió "
11457
+ #~ "en tu recibo y en el correo electrónico de confirmación que deberías "
11458
+ #~ "haber recibido."
11459
+
11460
+ #~ msgid "l jS \\o\\f F Y, h:ia"
11461
+ #~ msgstr "l j \\d\\e F \\d\\e Y, h:i"
11462
+
11463
+ #~ msgid "Order updates"
11464
+ #~ msgstr "Actualizaciones del pedido"
11465
+
11466
+ #~ msgid "Order number."
11467
+ #~ msgstr "Número de pedido."
11468
+
11469
+ #~ msgid "Recent orders"
11470
+ #~ msgstr "Pedidos recientes"
11471
+
11472
+ #~ msgid "%s download remaining"
11473
+ #~ msgid_plural "%s downloads remaining"
11474
+ #~ msgstr[0] "%s descarga pendiente"
11475
+ #~ msgstr[1] "%s descargas pendientes"
11476
+
11477
+ #~ msgid "Available downloads"
11478
+ #~ msgstr "Descargas disponibles"
11479
+
11480
+ #~ msgid "You have not set up this type of address yet."
11481
+ #~ msgstr "Aún no has configurado este tipo de dirección."
11482
+
11483
+ #~ msgid ""
11484
+ #~ "The following addresses will be used on the checkout page by default."
11485
+ #~ msgstr ""
11486
+ #~ "Las siguientes direcciones se utilizarán por defecto en la página de pago."
11487
+
11488
+ #~ msgid "IP Address"
11489
+ #~ msgstr "Dirección IP"
11490
+
11491
+ #~ msgid "Re-enter new password"
11492
+ #~ msgstr "Vuelve a introducir tu nueva contraseña"
11493
+
11494
+ #~ msgid "New password"
11495
+ #~ msgstr "Nueva contraseña"
11496
+
11497
+ #~ msgid "Enter a new password below."
11498
+ #~ msgstr "Introduce una nueva contraseña."
11499
+
11500
+ #~ msgid ""
11501
+ #~ "Lost your password? Please enter your username or email address. You will "
11502
+ #~ "receive a link to create a new password via email."
11503
+ #~ msgstr ""
11504
+ #~ "¿Perdiste tu contraseña? Por favor, introduce tu nombre de usuario o "
11505
+ #~ "correo electrónico. Recibirás un enlace para crear una contraseña nueva "
11506
+ #~ "por correo electrónico. "
11507
+
11508
+ #~ msgid "Register"
11509
+ #~ msgstr "Registrarse"
11510
+
11511
+ #~ msgid "Save address"
11512
+ #~ msgstr "Guardar dirección"
11513
+
11514
+ #~ msgid "Shipping Address 2"
11515
+ #~ msgstr "Dirección de envío 2"
11516
+
11517
+ #~ msgid "Billing Address 2"
11518
+ #~ msgstr "Dirección de facturación 2"
11519
+
11520
+ #~ msgid "Confirm new password"
11521
+ #~ msgstr "Confirmar nueva contraseña"
11522
+
11523
+ #~ msgid "New password (leave blank to leave unchanged)"
11524
+ #~ msgstr "Nueva contraseña (déjalo en blanco para que no haya cambios)"
11525
+
11526
+ #~ msgid "Current password (leave blank to leave unchanged)"
11527
+ #~ msgstr "Contraseña actual (déjala en blanco para que no haya cambios)"
11528
+
11529
+ #~ msgid "Password change"
11530
+ #~ msgstr "Cambio de contraseña"
11531
+
11532
+ #~ msgid "Email address"
11533
+ #~ msgstr "Correo electrónico"
11534
+
11535
+ #~ msgid "Sale!"
11536
+ #~ msgstr "¡Oferta!"
11537
+
11538
+ #~ msgid "Showing the single result"
11539
+ #~ msgid_plural "Showing all %d results"
11540
+ #~ msgstr[0] "Mostrando el único resultado"
11541
+ #~ msgstr[1] "Mostrando todos los resultados (%d)"
11542
+
11543
+ #~ msgid "No products were found matching your selection."
11544
+ #~ msgstr "No se encontraron productos que concuerden con la selección."
11545
+
11546
+ #~ msgctxt "Product quantity input tooltip"
11547
+ #~ msgid "Qty"
11548
+ #~ msgstr "Cantidad"
11549
+
11550
+ #~ msgid "Lost your password?"
11551
+ #~ msgstr "¿Olvidaste la contraseña?"
11552
+
11553
+ #~ msgid "Remember me"
11554
+ #~ msgstr "Recuérdame"
11555
+
11556
+ #~ msgid "Username or email"
11557
+ #~ msgstr "Nombre de usuario o correo electrónico"
11558
+
11559
+ #~ msgid "View order: %s"
11560
+ #~ msgstr "Ver pedido: %s"
11561
+
11562
+ #~ msgid "Username: %s"
11563
+ #~ msgstr "Nombre de usuario: %s"
11564
+
11565
+ #~ msgid "Thank you. Your order has been received."
11566
+ #~ msgstr "Gracias. Tu pedido ha sido recibido."
11567
+
11568
+ #~ msgid "Update totals"
11569
+ #~ msgstr "Actualizar totales"
11570
+
11571
+ #~ msgid ""
11572
+ #~ "Since your browser does not support JavaScript, or it is disabled, please "
11573
+ #~ "ensure you click the <em>Update Totals</em> button before placing your "
11574
+ #~ "order. You may be charged more than the amount stated above if you fail "
11575
+ #~ "to do so."
11576
+ #~ msgstr ""
11577
+ #~ "Debido a que tu navegador no soporta JavaScript o lo tiene deshabilitado, "
11578
+ #~ "asegúrate por favor de hacer clic en el botón <em>Actualizar totales</em> "
11579
+ #~ "antes de realizar el pedido. De no hacerlo, se te podría cobrar más de la "
11580
+ #~ "cantidad indicada arriba."
11581
+
11582
+ #~ msgid ""
11583
+ #~ "Sorry, it seems that there are no available payment methods for your "
11584
+ #~ "state. Please contact us if you require assistance or wish to make "
11585
+ #~ "alternate arrangements."
11586
+ #~ msgstr ""
11587
+ #~ "Lo sentimos, parece que no hay métodos de pago disponibles para tu "
11588
+ #~ "provincia. Por favor, ponte en contacto con nosotros si necesitas ayuda."
11589
+
11590
+ #~ msgid "Please fill in your details above to see available payment methods."
11591
+ #~ msgstr ""
11592
+ #~ "Por favor, introduce tus datos arriba para ver los métodos de pago "
11593
+ #~ "disponibles."
11594
+
11595
+ #~ msgid "Ship to a different address?"
11596
+ #~ msgstr "¿Enviar a una dirección diferente?"
11597
+
11598
+ #~ msgid "Pay for order"
11599
+ #~ msgstr "Pagar por el pedido"
11600
+
11601
+ #~ msgid ""
11602
+ #~ "Sorry, it seems that there are no available payment methods for your "
11603
+ #~ "location. Please contact us if you require assistance or wish to make "
11604
+ #~ "alternate arrangements."
11605
+ #~ msgstr ""
11606
+ #~ "Lo sentimos, parece que no hay métodos de pago disponibles para tu "
11607
+ #~ "ubicación. Por favor, ponte en contacto con nosotros si necesitas ayuda."
11608
+
11609
+ #~ msgid "Payment"
11610
+ #~ msgstr "Pago"
11611
+
11612
+ #~ msgid ""
11613
+ #~ "If you have shopped with us before, please enter your details below. If "
11614
+ #~ "you are a new customer, please proceed to the Billing &amp; Shipping "
11615
+ #~ "section."
11616
+ #~ msgstr ""
11617
+ #~ "Si ya eres cliente, por favor, rellena tus datos a continuación. Si eres "
11618
+ #~ "un nuevo cliente, continúa en la sección de facturación y envío."
11619
+
11620
+ #~ msgid "Click here to login"
11621
+ #~ msgstr "Haz clic aquí para acceder"
11622
+
11623
+ #~ msgid "Returning customer?"
11624
+ #~ msgstr "¿Ya eres cliente?"
11625
+
11626
+ #~ msgid "Click here to enter your code"
11627
+ #~ msgstr "Haz clic aquí para introducir tu código"
11628
+
11629
+ #~ msgid "Have a coupon?"
11630
+ #~ msgstr "¿Tienes un cupón?"
11631
+
11632
+ #~ msgid "You must be logged in to checkout."
11633
+ #~ msgstr "Debes iniciar sesión para realizar el pago"
11634
+
11635
+ #~ msgid "Create an account?"
11636
+ #~ msgstr "¿Crear una cuenta?"
11637
+
11638
+ #~ msgid "Billing &amp; Shipping"
11639
+ #~ msgstr "Facturación y envío"
11640
+
11641
+ #~ msgid "Return to cart"
11642
+ #~ msgstr "Volver al carrito"
11643
+
11644
+ #~ msgid ""
11645
+ #~ "There are some issues with the items in your cart. Please go back to the "
11646
+ #~ "cart page and resolve these issues before checking out."
11647
+ #~ msgstr ""
11648
+ #~ "Hay algunos problemas con los artículos en tu carrito. Por favor vuelve "
11649
+ #~ "al carrito y resuelve los problemas antes de pagar."
11650
+
11651
+ #~ msgid "Calculate shipping"
11652
+ #~ msgstr "Calcular envío"
11653
+
11654
+ #~ msgid "Proceed to checkout"
11655
+ #~ msgstr "Finalizar compra"
11656
+
11657
+ #~ msgid "Checkout"
11658
+ #~ msgstr "Finalizar compra"
11659
+
11660
+ #~ msgid "No products in the cart."
11661
+ #~ msgstr "No hay productos en el carrito."
11662
+
11663
+ #~ msgid "You may be interested in&hellip;"
11664
+ #~ msgstr "Puede que estés interesado en&hellip;"
11665
+
11666
+ #~ msgid "Update cart"
11667
+ #~ msgstr "Actualizar carrito"
11668
+
11669
+ #~ msgid "Apply coupon"
11670
+ #~ msgstr "Aplicar cupón"
11671
+
11672
+ #~ msgid "Remove this item"
11673
+ #~ msgstr "Borrar este artículo"
11674
+
11675
+ #~ msgid "Subtotal"
11676
+ #~ msgstr "Subtotal"
11677
+
11678
+ #~ msgid "Cart totals"
11679
+ #~ msgstr "Total del carrito"
11680
+
11681
+ #~ msgid "Shipping %s"
11682
+ #~ msgstr "Envío %s"
11683
+
11684
+ #~ msgid "Your cart is currently empty."
11685
+ #~ msgstr "Tu carrito está vacío."
11686
+
11687
+ #~ msgid "Application authentication request"
11688
+ #~ msgstr "Solicitud de identificación de la aplicación"
11689
+
11690
+ #~ msgid "Password"
11691
+ #~ msgstr "Contraseña"
11692
+
11693
+ #~ msgid "Username or email address"
11694
+ #~ msgstr "Nombre de usuario o correo electrónico"
11695
+
11696
+ #~ msgid ""
11697
+ #~ "To connect to %1$s you need to be logged in. Log in to your store below, "
11698
+ #~ "or <a href=\"%2$s\">cancel and return to %1$s</a>"
11699
+ #~ msgstr ""
11700
+ #~ "Para conectarte a %1$s tienes que acceder. Inicia sesión en tu tienda a "
11701
+ #~ "continuación o <a href=\"%2$s\">cancela y vuelve a %1$s</a>"
11702
+
11703
+ #~ msgid "Deny"
11704
+ #~ msgstr "Denegar"
11705
+
11706
+ #~ msgid "Approve"
11707
+ #~ msgstr "Aprobar"
11708
+
11709
+ #~ msgid "Logged in as %s"
11710
+ #~ msgstr "Conectado como %s"
11711
+
11712
+ #~ msgid "%s would like to connect to your store"
11713
+ #~ msgstr "%s le gustaría conectarse a tu tienda"
11714
+
11715
+ #~ msgid "Top rated products"
11716
+ #~ msgstr "Productos mejor valorados"
11717
+
11718
+ #~ msgid "Recently Viewed Products"
11719
+ #~ msgstr "Productos vistos recientemente "
11720
+
11721
+ #~ msgid "Number of reviews to show"
11722
+ #~ msgstr "Número de valoraciones a mostrar"
11723
+
11724
+ #~ msgid "Recent reviews"
11725
+ #~ msgstr "Valoraciones recientes"
11726
+
11727
+ #~ msgid "Show hidden products"
11728
+ #~ msgstr "Mostrar productos ocultos"
11729
+
11730
+ #~ msgid "Hide free products"
11731
+ #~ msgstr "Ocultar productos gratuitos"
11732
+
11733
+ #~ msgid "DESC"
11734
+ #~ msgstr "Desc"
11735
+
11736
+ #~ msgid "ASC"
11737
+ #~ msgstr "Asc"
11738
+
11739
+ #~ msgctxt "Sorting order"
11740
+ #~ msgid "Order"
11741
+ #~ msgstr "Orden"
11742
+
11743
+ #~ msgid "Sales"
11744
+ #~ msgstr "Ofertas"
11745
+
11746
+ #~ msgid "Random"
11747
+ #~ msgstr "Aleatorio"
11748
+
11749
+ #~ msgid "On-sale products"
11750
+ #~ msgstr "Productos rebajados"
11751
+
11752
+ #~ msgid "Featured products"
11753
+ #~ msgstr "Productos destacados"
11754
+
11755
+ #~ msgid "All products"
11756
+ #~ msgstr "Todos los productos"
11757
+
11758
+ #~ msgid "Number of products to show"
11759
+ #~ msgstr "Número de productos a mostrar"
11760
+
11761
+ #~ msgid "No product categories exist."
11762
+ #~ msgstr "No existen categorías de producto."
11763
+
11764
+ #~ msgid "Only show children of the current category"
11765
+ #~ msgstr "Mostrar solo subcategorías de la categoría actual"
11766
+
11767
+ #~ msgid "Show hierarchy"
11768
+ #~ msgstr "Mostrar jerarquía"
11769
+
11770
+ #~ msgid "Show product counts"
11771
+ #~ msgstr "Mostrar contador de productos"
11772
+
11773
+ #~ msgid "Show as dropdown"
11774
+ #~ msgstr "Mostrar como desplegable"
11775
+
11776
+ #~ msgid "Category order"
11777
+ #~ msgstr "Orden de categoría"
11778
+
11779
+ #~ msgid "A list or dropdown of product categories."
11780
+ #~ msgstr "Una lista o desplegable de categorías de productos."
11781
+
11782
+ #~ msgid "Price:"
11783
+ #~ msgstr "Precio:"
11784
+
11785
+ #~ msgid "Filter"
11786
+ #~ msgstr "Filtrar"
11787
+
11788
+ #~ msgid "Max price"
11789
+ #~ msgstr "Precio máximo"
11790
+
11791
+ #~ msgid "Min price"
11792
+ #~ msgstr "Precio mínimo"
11793
+
11794
+ #~ msgid "Filter by price"
11795
+ #~ msgstr "Filtrar por precio"
11796
+
11797
+ #~ msgid "Any %s"
11798
+ #~ msgstr "Cualquier %s"
11799
+
11800
+ #~ msgid "OR"
11801
+ #~ msgstr "O"
11802
+
11803
+ #~ msgid "AND"
11804
+ #~ msgstr "Y"
11805
+
11806
+ #~ msgid "Query type"
11807
+ #~ msgstr "Tipo de consulta"
11808
+
11809
+ #~ msgid "Dropdown"
11810
+ #~ msgstr "Lista desplegable"
11811
+
11812
+ #~ msgid "List"
11813
+ #~ msgstr "Lista"
11814
+
11815
+ #~ msgid "Attribute"
11816
+ #~ msgstr "Atributo"
11817
+
11818
+ #~ msgid "Filter by"
11819
+ #~ msgstr "Filtrar por"
11820
+
11821
+ #~ msgid "Remove filter"
11822
+ #~ msgstr "Eliminar filtro"
11823
+
11824
+ #~ msgid "Active filters"
11825
+ #~ msgstr "Filtros activos"
11826
+
11827
+ #~ msgid "Hide if cart is empty"
11828
+ #~ msgstr "Ocultar el carrito si está vacío"
11829
+
11830
+ #~ msgid "Cart"
11831
+ #~ msgstr "Carrito"
11832
+
11833
+ #~ msgid "Disabled"
11834
+ #~ msgstr "Desactivado"
11835
+
11836
+ #~ msgid "Paused"
11837
+ #~ msgstr "En pausa"
11838
+
11839
+ #~ msgid "Active"
11840
+ #~ msgstr "Activo"
11841
+
11842
+ #~ msgid ""
11843
+ #~ "Couldn&#8217;t register you&hellip; please contact us if you continue to "
11844
+ #~ "have problems."
11845
+ #~ msgstr ""
11846
+ #~ "No te pudimos registrar; por favor contáctanos si sigues teniendo "
11847
+ #~ "problemas."
11848
+
11849
+ #~ msgid "Please enter an account password."
11850
+ #~ msgstr "Por favor, introduce la contraseña de tu cuenta."
11851
+
11852
+ #~ msgid ""
11853
+ #~ "An account is already registered with that username. Please choose "
11854
+ #~ "another."
11855
+ #~ msgstr ""
11856
+ #~ "Ya ha sido registrada una cuenta con ese nombre de usuario. Por favor, "
11857
+ #~ "elige otro."
11858
+
11859
+ #~ msgid "Please enter a valid account username."
11860
+ #~ msgstr "Por favor introduce un nombre de usuario válido."
11861
+
11862
+ #~ msgid ""
11863
+ #~ "An account is already registered with your email address. Please log in."
11864
+ #~ msgstr ""
11865
+ #~ "Ya hay una cuenta registrada con tu correo electrónico. Por favor, accede."
11866
+
11867
+ #~ msgid "Select a category"
11868
+ #~ msgstr "Elige una categoría"
11869
+
11870
+ #~ msgid "Choose an option"
11871
+ #~ msgstr "Elige una opción"
11872
+
11873
+ #~ msgid "Select a state&hellip;"
11874
+ #~ msgstr "Elige una provincia&hellip;"
11875
+
11876
+ #~ msgid "Update country"
11877
+ #~ msgstr "Actualizar país"
11878
+
11879
+ #~ msgid "Place order"
11880
+ #~ msgstr "Realizar el pedido"
11881
+
11882
+ #~ msgctxt "breadcrumb"
11883
+ #~ msgid "Home"
11884
+ #~ msgstr "Inicio"
11885
+
11886
+ #~ msgid "Reviews (%d)"
11887
+ #~ msgstr "Valoraciones (%d)"
11888
+
11889
+ #~ msgid "Sort by price: high to low"
11890
+ #~ msgstr "Ordenar por precio: alto a bajo"
11891
+
11892
+ #~ msgid "Sort by price: low to high"
11893
+ #~ msgstr "Ordenar por precio: bajo a alto"
11894
+
11895
+ #~ msgid "Sort by average rating"
11896
+ #~ msgstr "Ordenar por calificación media"
11897
+
11898
+ #~ msgid "Sort by popularity"
11899
+ #~ msgstr "Ordenar por popularidad"
11900
+
11901
+ #~ msgid "Default sorting"
11902
+ #~ msgstr "Orden predeterminado"
11903
+
11904
+ #~ msgid "&nbsp;&ndash; Page %s"
11905
+ #~ msgstr "&nbsp;&ndash; Página %s"
11906
+
11907
+ #~ msgid "Search results: &ldquo;%s&rdquo;"
11908
+ #~ msgstr "Resultados de búsqueda: &ldquo;%s&rdquo;"
11909
+
11910
+ #~ msgctxt "slug"
11911
+ #~ msgid "uncategorized"
11912
+ #~ msgstr "sin categorizar"
11913
+
11914
+ #~ msgctxt "edit-address-slug"
11915
+ #~ msgid "shipping"
11916
+ #~ msgstr "envío"
11917
+
11918
+ #~ msgctxt "edit-address-slug"
11919
+ #~ msgid "billing"
11920
+ #~ msgstr "facturación"
11921
+
11922
+ #~ msgid "Refund &ndash; %s"
11923
+ #~ msgstr "Reembolso &ndash; %s"
11924
+
11925
+ #~ msgid "Unpaid order cancelled - time limit reached."
11926
+ #~ msgstr ""
11927
+ #~ "El pedido sin pagar ha sido cancelado - se ha alcanzado el limite de "
11928
+ #~ "tiempo."
11929
+
11930
+ #~ msgid "This function should not be called before woocommerce_init."
11931
+ #~ msgstr "Esta función no debe ser llamada antes de woocommerce_init."
11932
+
11933
+ #~ msgid "Egyptian pound"
11934
+ #~ msgstr "Libra egipcia"
11935
+
11936
+ #~ msgid "Ukrainian hryvnia"
11937
+ #~ msgstr "Grivna ucraniana"
11938
+
11939
+ #~ msgid "Turkish lira"
11940
+ #~ msgstr "Lira turca"
11941
+
11942
+ #~ msgid "Thai baht"
11943
+ #~ msgstr "Baht tailandés"
11944
+
11945
+ #~ msgid "Swiss franc"
11946
+ #~ msgstr "Franco suizo"
11947
+
11948
+ #~ msgid "Swedish krona"
11949
+ #~ msgstr "Corona sueca"
11950
+
11951
+ #~ msgid "South African rand"
11952
+ #~ msgstr "Rand sudafricano"
11953
+
11954
+ #~ msgid "Singapore dollar"
11955
+ #~ msgstr "Dólar de Singapur"
11956
+
11957
+ #~ msgid "Russian ruble"
11958
+ #~ msgstr "Rublo ruso"
11959
+
11960
+ #~ msgid "Romanian leu"
11961
+ #~ msgstr "Leu rumano"
11962
+
11963
+ #~ msgid "Pound sterling"
11964
+ #~ msgstr "Libra esterlina"
11965
+
11966
+ #~ msgid "Philippine peso"
11967
+ #~ msgstr "Peso filipino"
11968
+
11969
+ #~ msgid "New Zealand dollar"
11970
+ #~ msgstr "Dólar neozelandés"
11971
+
11972
+ #~ msgid "Norwegian krone"
11973
+ #~ msgstr "Corona noruega"
11974
+
11975
+ #~ msgid "Nigerian naira"
11976
+ #~ msgstr "Naira nigeriano"
11977
+
11978
+ #~ msgid "Mexican peso"
11979
+ #~ msgstr "Peso mexicano"
11980
+
11981
+ #~ msgid "Malaysian ringgit"
11982
+ #~ msgstr "Ringgit malayo"
11983
+
11984
+ #~ msgid "South Korean won"
11985
+ #~ msgstr "Won surcoreano"
11986
+
11987
+ #~ msgid "Lao kip"
11988
+ #~ msgstr "Kip laosiano"
11989
+
11990
+ #~ msgid "Japanese yen"
11991
+ #~ msgstr "Yen japonés"
11992
+
11993
+ #~ msgid "Indian rupee"
11994
+ #~ msgstr "Rupia india"
11995
+
11996
+ #~ msgid "Indonesian rupiah"
11997
+ #~ msgstr "Rupia indonesia"
11998
+
11999
+ #~ msgid "Hungarian forint"
12000
+ #~ msgstr "Florín húngaro"
12001
+
12002
+ #~ msgid "Croatian kuna"
12003
+ #~ msgstr "Kuna croata"
12004
+
12005
+ #~ msgid "Hong Kong dollar"
12006
+ #~ msgstr "Dólar de Hong Kong"
12007
+
12008
+ #~ msgid "Dominican peso"
12009
+ #~ msgstr "Peso dominicano"
12010
+
12011
+ #~ msgid "Danish krone"
12012
+ #~ msgstr "Corona danesa"
12013
+
12014
+ #~ msgid "Czech koruna"
12015
+ #~ msgstr "Corona checa"
12016
+
12017
+ #~ msgid "Colombian peso"
12018
+ #~ msgstr "Peso colombiano"
12019
+
12020
+ #~ msgid "Chinese yuan"
12021
+ #~ msgstr "Yuan chino"
12022
+
12023
+ #~ msgid "Chilean peso"
12024
+ #~ msgstr "Peso chileno"
12025
+
12026
+ #~ msgid "Canadian dollar"
12027
+ #~ msgstr "Dólar canadiense"
12028
+
12029
+ #~ msgid "Bulgarian lev"
12030
+ #~ msgstr "Lev búlgaro"
12031
+
12032
+ #~ msgid "Brazilian real"
12033
+ #~ msgstr "Real brasileño"
12034
+
12035
+ #~ msgid "Bangladeshi taka"
12036
+ #~ msgstr "Taka bangladesí"
12037
+
12038
+ #~ msgid "Australian dollar"
12039
+ #~ msgstr "Dólar australiano"
12040
+
12041
+ #~ msgid "Argentine peso"
12042
+ #~ msgstr "Peso argentino"
12043
+
12044
+ #~ msgid "United Arab Emirates dirham"
12045
+ #~ msgstr "Dirham Emiratos Árabes Unidos "
12046
+
12047
+ #~ msgctxt "Order date parsed by strftime"
12048
+ #~ msgid "%b %d, %Y @ %I:%M %p"
12049
+ #~ msgstr "%b %d, %Y @ %I:%M %p"
12050
+
12051
+ #~ msgid "Order &ndash; %s"
12052
+ #~ msgstr "Pedido &ndash; %s"
12053
+
12054
+ #~ msgid "[Remove]"
12055
+ #~ msgstr "[Eliminar]"
12056
+
12057
+ #~ msgid "Free shipping coupon"
12058
+ #~ msgstr "Cupón de envío gratuito"
12059
+
12060
+ #~ msgid "Coupon:"
12061
+ #~ msgstr "Cupón:"
12062
+
12063
+ #~ msgid "and"
12064
+ #~ msgstr "y"
12065
+
12066
+ #~ msgctxt "Item name in quotes"
12067
+ #~ msgid "&ldquo;%s&rdquo;"
12068
+ #~ msgstr "&ldquo;%s&rdquo;"
12069
+
12070
+ #~ msgid "%s has been added to your cart."
12071
+ #~ msgid_plural "%s have been added to your cart."
12072
+ #~ msgstr[0] "%s se ha añadido a tu carrito."
12073
+ #~ msgstr[1] "%s han sido añadidos a tu carrito."
12074
+
12075
+ #~ msgid "This product is protected and cannot be purchased."
12076
+ #~ msgstr "Este producto está protegido y no puede ser comprado."
12077
+
12078
+ #~ msgid "Select"
12079
+ #~ msgstr "Seleccionar"
12080
+
12081
+ #~ msgid "Order fully refunded"
12082
+ #~ msgstr "Pedido reembolsado totalmente"
12083
+
12084
+ #~ msgid "Please enter a valid order ID"
12085
+ #~ msgstr "Por favor, introduce un ID de pedido válido"
12086
+
12087
+ #~ msgid "Use a new payment method"
12088
+ #~ msgstr "Añadir una nueva forma de pago"
12089
+
12090
+ #~ msgid "Password reset is not allowed for this user"
12091
+ #~ msgstr "No está permitido restablecer la contraseña de este usuario."
12092
+
12093
+ #~ msgid "Invalid username or email."
12094
+ #~ msgstr "Usuario o correo electrónico no válido."
12095
+
12096
+ #~ msgid "Enter a username or email address."
12097
+ #~ msgstr "Introduce un usuario o correo electrónico."
12098
+
12099
+ #~ msgid "Log in"
12100
+ #~ msgstr "Acceder"
12101
+
12102
+ #~ msgid ""
12103
+ #~ "The order totals have been updated. Please confirm your order by pressing "
12104
+ #~ "the \"Place order\" button at the bottom of the page."
12105
+ #~ msgstr ""
12106
+ #~ "El total del pedido se ha actualizado. Por favor, confirma tu pedido "
12107
+ #~ "pulsando el botón de Realizar pedido de la parte inferior de la página."
12108
+
12109
+ #~ msgid "Date:"
12110
+ #~ msgstr "Fecha:"
12111
+
12112
+ #~ msgid "Sorry, this order is invalid and cannot be paid for."
12113
+ #~ msgstr "Lo sentimos, este pedido no es válido y no puede pagarse."
12114
+
12115
+ #~ msgid ""
12116
+ #~ "This order&rsquo;s status is &ldquo;%s&rdquo;&mdash;it cannot be paid "
12117
+ #~ "for. Please contact us if you need assistance."
12118
+ #~ msgstr ""
12119
+ #~ "El estado de este pedido es \"%s\". No se ha podido pagar. Por favor, "
12120
+ #~ "ponte en contacto con nosotros si necesitas ayuda."
12121
+
12122
+ #~ msgid "My account"
12123
+ #~ msgstr "Mi cuenta"
12124
+
12125
+ #~ msgid "Shipping costs updated."
12126
+ #~ msgstr "Costes de envío actualizados."
12127
+
12128
+ #~ msgid "What ZIP/post codes are available for local pickup?"
12129
+ #~ msgstr "¿Qué códigos postales estan disponibles para la recogida local?"
12130
+
12131
+ #~ msgid ""
12132
+ #~ "Separate codes with a comma. Accepts wildcards, e.g. <code>P*</code> will "
12133
+ #~ "match a postcode of PE30. Also accepts a pattern, e.g. <code>NG1___</"
12134
+ #~ "code> would match NG1 1AA but not NG10 1AA"
12135
+ #~ msgstr ""
12136
+ #~ "Separa los códigos con coma. Acepta comodines (*), p.e. <code>P*</code> "
12137
+ #~ "coincidirá con el postcode PE30. Además acepta patrones, p.e. "
12138
+ #~ "<code>NG1___</code> coincidirá con NG1 1AA pero no con NG10 1AA"
12139
+
12140
+ #~ msgid "What ZIP/post codes are available for local delivery?"
12141
+ #~ msgstr "¿Qué códigos postales están disponibles para la entrega local?"
12142
+
12143
+ #~ msgid "Allowed ZIP/post codes"
12144
+ #~ msgstr "Códigos postales permitidos"
12145
+
12146
+ #~ msgid ""
12147
+ #~ "What fee do you want to charge for local delivery, disregarded if you "
12148
+ #~ "choose free. Leave blank to disable."
12149
+ #~ msgstr ""
12150
+ #~ "Qué cuota deseas cobrar para entregas locales, aunque hayas elegido "
12151
+ #~ "gratis. Déjalo en blanco para desactivar."
12152
+
12153
+ #~ msgid "Delivery fee"
12154
+ #~ msgstr "Gastos de envío"
12155
+
12156
+ #~ msgid "Fixed amount per product"
12157
+ #~ msgstr "Cantidad fija por producto"
12158
+
12159
+ #~ msgid "Percentage of cart total"
12160
+ #~ msgstr "Porcentaje del total del carrito"
12161
+
12162
+ #~ msgid "Fixed amount"
12163
+ #~ msgstr "Cantidad fija"
12164
+
12165
+ #~ msgid "How to calculate delivery charges"
12166
+ #~ msgstr "Cómo calcular los cargos por envío"
12167
+
12168
+ #~ msgid "Fee type"
12169
+ #~ msgstr "Tipo de cuota"
12170
+
12171
+ #~ msgid "Enable"
12172
+ #~ msgstr "Activar"
12173
+
12174
+ #~ msgid "Excluding selected countries"
12175
+ #~ msgstr "Excluyendo los países seleccionados"
12176
+
12177
+ #~ msgid "Selected countries"
12178
+ #~ msgstr "Seleccione países"
12179
+
12180
+ #~ msgid ""
12181
+ #~ "Users will need to spend this amount to get free shipping (if enabled "
12182
+ #~ "above)."
12183
+ #~ msgstr ""
12184
+ #~ "Los usuarios tendrán que gastar esta cantidad para conseguir el envío "
12185
+ #~ "gratuito (si está activo arriba)."
12186
+
12187
+ #~ msgid "Minimum order amount"
12188
+ #~ msgstr "Cantidad mínima de pedido"
12189
+
12190
+ #~ msgid "A minimum order amount AND a coupon"
12191
+ #~ msgstr "Una cantidad mínima de pedido Y un cupón"
12192
+
12193
+ #~ msgid "A minimum order amount OR a coupon"
12194
+ #~ msgstr "Una cantidad mínima de pedido O un cupón"
12195
+
12196
+ #~ msgid "A valid free shipping coupon"
12197
+ #~ msgstr "Un cupón válido de envío gratuito "
12198
+
12199
+ #~ msgid "Free shipping requires..."
12200
+ #~ msgstr "El envío gratuito requiere..."
12201
+
12202
+ #~ msgid "Method availability"
12203
+ #~ msgstr "Disponibilidad del método"
12204
+
12205
+ #~ msgid ""
12206
+ #~ "Option name | Additional cost [+- Percents%] | Per cost type (order, "
12207
+ #~ "class, or item)"
12208
+ #~ msgstr ""
12209
+ #~ "Nombre de la opción | Coste adicional [+- Porcentajes%] | Por tipo de "
12210
+ #~ "coste (pedido, clase o artículo)"
12211
+
12212
+ #~ msgid ""
12213
+ #~ "One per line: Option name | Additional cost [+- Percents] | Per cost type "
12214
+ #~ "(order, class, or item) Example: <code>Priority mail | 6.95 [+ 0.2%] | "
12215
+ #~ "order</code>."
12216
+ #~ msgstr ""
12217
+ #~ "Una por línea: Nombre de la opción | Coste adicional [+- Porcentaje]s | "
12218
+ #~ "Por tipo de coste (orden, clase o artículo) Ejemplo: <code>Envío rápido | "
12219
+ #~ "6.95 [+0.2%] | pedido </code>."
12220
+
12221
+ #~ msgid ""
12222
+ #~ "These rates are extra shipping options with additional costs (based on "
12223
+ #~ "the flat rate)."
12224
+ #~ msgstr ""
12225
+ #~ "Estas tarifas son opciones adicionales de envío con gastos adicionales "
12226
+ #~ "(sobre la base del precio único)."
12227
+
12228
+ #~ msgid "Additional rates"
12229
+ #~ msgstr "Tarifas adicionales"
12230
+
12231
+ #~ msgid "Per order: Charge shipping for the most expensive shipping class"
12232
+ #~ msgstr "Por pedido: Cobra el envío por la clase de envío más cara"
12233
+
12234
+ #~ msgid "Per class: Charge shipping for each shipping class individually"
12235
+ #~ msgstr "Por clase: Cobra el envío por cada clase de envío individualmente"
12236
+
12237
+ #~ msgid "Calculation type"
12238
+ #~ msgstr "Tipo de cálculo"
12239
+
12240
+ #~ msgid "No shipping class cost"
12241
+ #~ msgstr "Clase de envío sin coste"
12242
+
12243
+ #~ msgid "\"%s\" shipping class cost"
12244
+ #~ msgstr "Coste de la clase de envío “%s”"
12245
+
12246
+ #~ msgid ""
12247
+ #~ "These costs can optionally be added based on the <a href=\"%s\">product "
12248
+ #~ "shipping class</a>."
12249
+ #~ msgstr ""
12250
+ #~ "Estos costes se pueden añadir opcionalmente según la <a href=\"%s\">clase "
12251
+ #~ "de envío del producto</a>."
12252
+
12253
+ #~ msgid "Shipping class costs"
12254
+ #~ msgstr "Costes de la clase de envío"
12255
+
12256
+ #~ msgid "Select some countries"
12257
+ #~ msgstr "Elige algún país"
12258
+
12259
+ #~ msgid "All allowed countries"
12260
+ #~ msgstr "Todos los países permitidos"
12261
+
12262
+ #~ msgid "Availability"
12263
+ #~ msgstr "Disponibilidad"
12264
+
12265
+ #~ msgid "Method title"
12266
+ #~ msgstr "Título del método"
12267
+
12268
+ #~ msgid ""
12269
+ #~ "Supports the following placeholders: <code>[qty]</code> = number of "
12270
+ #~ "items, <code>[cost]</code> = cost of items, <code>[fee percent=\"10\" "
12271
+ #~ "min_fee=\"20\"]</code> = Percentage based fee."
12272
+ #~ msgstr ""
12273
+ #~ "Compatible con los siguientes marcadores: <code>[qty]</code> = número de "
12274
+ #~ "artículos, <code>[cost]</code> = coste de los artículos, <code>[fee "
12275
+ #~ "percent=\"10\" min_fee=\"20\"]</code> = tasa basada en porcentaje."
12276
+
12277
+ #~ msgid "Enter a cost (excl. tax) or sum, e.g. <code>10.00 * [qty]</code>."
12278
+ #~ msgstr ""
12279
+ #~ "Introduce un coste (sin impuestos) o la suma, por ejemplo, <code>10.00 * "
12280
+ #~ "[qty]</code> ."
12281
+
12282
+ #~ msgid "Flat rate"
12283
+ #~ msgstr "Precio fijo"
12284
+
12285
+ #~ msgid "Refund was declined."
12286
+ #~ msgstr "El reembolso fue desestimado."
12287
+
12288
+ #~ msgid "Cancel order &amp; restore cart"
12289
+ #~ msgstr "Cancelar pedido y restablecer carrito"
12290
+
12291
+ #~ msgid "Pay now"
12292
+ #~ msgstr "Pagar ahora"
12293
+
12294
+ #~ msgid ""
12295
+ #~ "Thank you for your order, please click the button below to pay with "
12296
+ #~ "credit card using Simplify Commerce by MasterCard."
12297
+ #~ msgstr ""
12298
+ #~ "Gracias por tu pedido, por favor haz clic en el botón de abajo para pagar "
12299
+ #~ "con tarjeta de crédito usando Simplify Commerce de MasterCard."
12300
+
12301
+ #~ msgid "is invalid"
12302
+ #~ msgstr "no es válido"
12303
+
12304
+ #~ msgid "Expiry year"
12305
+ #~ msgstr "Año de caducidad"
12306
+
12307
+ #~ msgid "Expiry month"
12308
+ #~ msgstr "Mes de caducidad"
12309
+
12310
+ #~ msgid "TEST MODE ENABLED. Use a test card: %s"
12311
+ #~ msgstr "MODO DE PRUEBA HABILITADO. Utiliza una tarjeta de prueba: %s"
12312
+
12313
+ #~ msgid "Private key"
12314
+ #~ msgstr "Clave privada"
12315
+
12316
+ #~ msgid "Public key"
12317
+ #~ msgstr "Clave pública"
12318
+
12319
+ #~ msgid "Sandbox private key"
12320
+ #~ msgstr "Clave privada del modo de pruebas"
12321
+
12322
+ #~ msgid "Get your API keys from your Simplify account: Settings > API Keys."
12323
+ #~ msgstr "Consigue tu clave API en tu cuenta Simplify: Ajustes > API Keys."
12324
+
12325
+ #~ msgid "Sandbox public key"
12326
+ #~ msgstr "Clave pública del modo de pruebas"
12327
+
12328
+ #~ msgid ""
12329
+ #~ "Place the payment gateway in sandbox mode using sandbox API keys (real "
12330
+ #~ "payments will not be taken)."
12331
+ #~ msgstr ""
12332
+ #~ "Usa la pasarela de pago en modo de pruebas utilizando las claves API para "
12333
+ #~ "pruebas (no se realizarán pagos reales)."
12334
+
12335
+ #~ msgid "Enable sandbox mode"
12336
+ #~ msgstr "Activar modo de pruebas"
12337
+
12338
+ #~ msgid "Sandbox"
12339
+ #~ msgstr "Modo de pruebas"
12340
+
12341
+ #~ msgid "Set the color of the buttons and titles on the modal dialog."
12342
+ #~ msgstr ""
12343
+ #~ "Ajuste el color de los botones y títulos en el cuadro de diálogo modal."
12344
+
12345
+ #~ msgid "Modal color"
12346
+ #~ msgstr "Color modal"
12347
+
12348
+ #~ msgid "Hosted Payments"
12349
+ #~ msgstr "Pagos Alojados"
12350
+
12351
+ #~ msgid ""
12352
+ #~ "Standard will display the credit card fields on your store (SSL "
12353
+ #~ "required). %1$s Hosted Payments will display a Simplify Commerce modal "
12354
+ #~ "dialog on your store (if SSL) or will redirect the customer to Simplify "
12355
+ #~ "Commerce hosted page (if not SSL). %1$s Note: Hosted Payments need a new "
12356
+ #~ "API Key pair with the hosted payments flag selected. %2$sFor more details "
12357
+ #~ "check the Simplify Commerce docs%3$s."
12358
+ #~ msgstr ""
12359
+ #~ "Estándar mostrará los campos de la tarjeta de crédito en tu tienda "
12360
+ #~ "(requiere SSL). %1$s Pagos alojados mostrará un cuadro de diálogo de "
12361
+ #~ "Simplify Commerce en tu tienda (si tienes SSL) o redirigirá al cliente a "
12362
+ #~ "una página de Simplify Commerce (si no tienes SSL). %1$s Aviso: Pagos "
12363
+ #~ "alojados necesita un nuevo par de claves de la API si están seleccionados "
12364
+ #~ "los pagos alojados. %2$sPara más detalles revisa la documentación de "
12365
+ #~ "Simplify Commerce%3$s."
12366
+
12367
+ #~ msgid "Enable Hosted Payments"
12368
+ #~ msgstr "Activar pagos Alojados"
12369
+
12370
+ #~ msgid "Payment mode"
12371
+ #~ msgstr "Modo de pago"
12372
+
12373
+ #~ msgid "Credit card"
12374
+ #~ msgstr "Tarjeta de crédito"
12375
+
12376
+ #~ msgid "Enable Simplify Commerce"
12377
+ #~ msgstr "Activar Simplify Commerce"
12378
+
12379
+ #~ msgid ""
12380
+ #~ "Simplify Commerce is enabled, but the <a href=\"%s\">force SSL option</a> "
12381
+ #~ "is disabled; your checkout may not be secure! Please enable SSL and "
12382
+ #~ "ensure your server has a valid SSL certificate - Simplify Commerce will "
12383
+ #~ "only work in sandbox mode."
12384
+ #~ msgstr ""
12385
+ #~ "Simplify Commerce está activo, pero la <a href=\"%s\">opción de forzar "
12386
+ #~ "SSL</a> está inactiva, ¡puede que tus pagos no sean seguros! Por favor "
12387
+ #~ "activa SSL y asegúrate que tu servidor tiene un certificado SSL válido - "
12388
+ #~ "Simplify Commerce solo funcionará en modo de pruebas."
12389
+
12390
+ #~ msgid "Simplify Commerce Error: Please enter your public and private keys"
12391
+ #~ msgstr ""
12392
+ #~ "Error en Simplify Commerce: Por favor introduce tus claves públicas y "
12393
+ #~ "privadas"
12394
+
12395
+ #~ msgid ""
12396
+ #~ "Simplify Commerce Error: Simplify commerce requires PHP 5.3 and above. "
12397
+ #~ "You are using version %s."
12398
+ #~ msgstr ""
12399
+ #~ "Error en Simplify Commerce: Simplify Commerce requiere PHP 5.3 o "
12400
+ #~ "superior. Estás usando la versión %s."
12401
+
12402
+ #~ msgid "Sign up for Simplify Commerce"
12403
+ #~ msgstr "Regístrate en Simplify Commerce"
12404
+
12405
+ #~ msgid ""
12406
+ #~ "Simplify Commerce is your merchant account and payment gateway all rolled "
12407
+ #~ "into one. Choose Simplify Commerce as your WooCommerce payment gateway to "
12408
+ #~ "get access to your money quickly with a powerful, secure payment engine "
12409
+ #~ "backed by MasterCard."
12410
+ #~ msgstr ""
12411
+ #~ "Simplify Commerce es tu cuenta de vendedor y pasarela de pago todo en "
12412
+ #~ "uno. Elige Simplify Commerce como tu pasarela de pago de WooCommerce para "
12413
+ #~ "tener acceso a tu dinero rápidamente con un motor de pagos seguro y "
12414
+ #~ "potente respaldado por MasterCard."
12415
+
12416
+ #~ msgid "Getting started"
12417
+ #~ msgstr "Primeros pasos"
12418
+
12419
+ #~ msgid "Simplify Commerce by MasterCard"
12420
+ #~ msgstr "Simplify Commerce de Mastercard"
12421
+
12422
+ #~ msgid ""
12423
+ #~ "Take payments via Simplify Commerce - uses simplify.js to create card "
12424
+ #~ "tokens and the Simplify Commerce SDK. Requires SSL when sandbox is "
12425
+ #~ "disabled."
12426
+ #~ msgstr ""
12427
+ #~ "Permite pagos vía Simplify Commerce - utiliza simplify.js para crear "
12428
+ #~ "tokens de tarjeta y el SDK de Simplify Commerce. Requiere SSL cuando el "
12429
+ #~ "modo de pruebas está inhabilitado."
12430
+
12431
+ #~ msgid "Payment was declined by Simplify Commerce."
12432
+ #~ msgstr "El pago fue denegado por Simplify Commerce."
12433
+
12434
+ #~ msgid "Payment was declined - the customer need to try another card."
12435
+ #~ msgstr "El pago fue denegado - el cliente necesita probar otra tarjeta."
12436
+
12437
+ #~ msgid "[Order #%s]"
12438
+ #~ msgstr "[Pedido #%s]"
12439
+
12440
+ #~ msgid "Simplify Transaction Failed (%s)"
12441
+ #~ msgstr "La transacción simplificada falló (%s)"
12442
+
12443
+ #~ msgid "Payment was declined - please try another card."
12444
+ #~ msgstr "El pago ha sido denegado - por favor, utiliza otra tarjeta."
12445
+
12446
+ #~ msgid "Simplify payment declined"
12447
+ #~ msgstr "Pago simplificado denegado"
12448
+
12449
+ #~ msgid "Simplify payment approved (ID: %1$s, Auth Code: %2$s)"
12450
+ #~ msgstr "Pago en Simplify aprobado (ID: %1$s, Código de autorización: %2$s)"
12451
+
12452
+ #~ msgid "Simplify payment error: %s."
12453
+ #~ msgstr "Error en el pago en Simplify: %s."
12454
+
12455
+ #~ msgid "Customer not found."
12456
+ #~ msgstr "Cliente no encontrado."
12457
+
12458
+ #~ msgid ""
12459
+ #~ "Sorry, the minimum allowed order total is 0.50 to use this payment method."
12460
+ #~ msgstr ""
12461
+ #~ "Lo siento, el pedido mínimo es de 0,50 para poder utilizar este método de "
12462
+ #~ "pago."
12463
+
12464
+ #~ msgid "Error creating user in Simplify Commerce."
12465
+ #~ msgstr "Error al crear usuario en Simplify Commerce."
12466
+
12467
+ #~ msgid ""
12468
+ #~ "Developers: Please make sure that you are including jQuery and there are "
12469
+ #~ "no JavaScript errors on the page."
12470
+ #~ msgstr ""
12471
+ #~ "Desarrollador: Por favor asegúrate de que incluyes jQuery y no hay "
12472
+ #~ "errores JavaScript en la página."
12473
+
12474
+ #~ msgid ""
12475
+ #~ "Please make sure your card details have been entered correctly and that "
12476
+ #~ "your browser supports JavaScript."
12477
+ #~ msgstr ""
12478
+ #~ "Por favor, asegúrate de que la información introducida de tu tarjeta es "
12479
+ #~ "correcta y que tu navegador soporta JavaScript."
12480
+
12481
+ #~ msgid "Get your API credentials from PayPal."
12482
+ #~ msgstr "Obtiene tus credenciales de la API desde PayPal."
12483
+
12484
+ #~ msgid ""
12485
+ #~ "Enter your PayPal API credentials to process refunds via PayPal. Learn "
12486
+ #~ "how to access your <a href=\"%s\">PayPal API Credentials</a>."
12487
+ #~ msgstr ""
12488
+ #~ "Introduce tus credenciales del API de PayPal para procesar los reembolsos "
12489
+ #~ "a través de PayPal. Aprende como acceder a tus <a href=\"%s"
12490
+ #~ "\">credenciales del API de PayPal</a>."
12491
+
12492
+ #~ msgid "API credentials"
12493
+ #~ msgstr "Credenciales para la API"
12494
+
12495
+ #~ msgid "Page style"
12496
+ #~ msgstr "Estilo de página"
12497
+
12498
+ #~ msgid "Authorize"
12499
+ #~ msgstr "Autorización"
12500
+
12501
+ #~ msgid "Capture"
12502
+ #~ msgstr "Captura"
12503
+
12504
+ #~ msgid ""
12505
+ #~ "Choose whether you wish to capture funds immediately or authorize payment "
12506
+ #~ "only."
12507
+ #~ msgstr ""
12508
+ #~ "Elige si deseas capturar fondos inmediatamente o autorizar el pago "
12509
+ #~ "únicamente."
12510
+
12511
+ #~ msgid "Payment action"
12512
+ #~ msgstr "Acción de pago"
12513
+
12514
+ #~ msgid ""
12515
+ #~ "PayPal verifies addresses therefore this setting can cause errors (we "
12516
+ #~ "recommend keeping it disabled)."
12517
+ #~ msgstr ""
12518
+ #~ "PayPal verifica las direcciones por lo que este ajuste puede causar "
12519
+ #~ "errores (recomendamos mantenerlo desactivado)."
12520
+
12521
+ #~ msgid ""
12522
+ #~ "Enable \"address_override\" to prevent address information from being "
12523
+ #~ "changed."
12524
+ #~ msgstr ""
12525
+ #~ "Activa \"address_override\" para impedir que se cambie la información de "
12526
+ #~ "dirección."
12527
+
12528
+ #~ msgid "Send shipping details to PayPal instead of billing."
12529
+ #~ msgstr "Enviar los datos de envío a PayPal en lugar de los de facturación."
12530
+
12531
+ #~ msgid ""
12532
+ #~ "Please enter a prefix for your invoice numbers. If you use your PayPal "
12533
+ #~ "account for multiple stores ensure this prefix is unique as PayPal will "
12534
+ #~ "not allow orders with the same invoice number."
12535
+ #~ msgstr ""
12536
+ #~ "Por favor, introduce un prefijo para los números de factura. Si utilizas "
12537
+ #~ "tu cuenta de PayPal para varias tiendas asegúrate de que este prefijo es "
12538
+ #~ "único ya que PayPal no permite hacer los pedidos con el mismo número de "
12539
+ #~ "factura."
12540
+
12541
+ #~ msgid "Invoice prefix"
12542
+ #~ msgstr "Prefijo de factura"
12543
+
12544
+ #~ msgid ""
12545
+ #~ "Optionally enable \"Payment Data Transfer\" (Profile > Profile and "
12546
+ #~ "Settings > My Selling Tools > Website Preferences) and then copy your "
12547
+ #~ "identity token here. This will allow payments to be verified without the "
12548
+ #~ "need for PayPal IPN."
12549
+ #~ msgstr ""
12550
+ #~ "Opcionalmente activa “Transferencia de datos de pago” (Perfil > "
12551
+ #~ "Configuración de la cuenta > Opciones de venta > Preferencias de sitio "
12552
+ #~ "web ) y luego copia tu Código personal de identidad. Esto permitirá a los "
12553
+ #~ "pagos verificarse sin la necesidad de la IPN de PayPal."
12554
+
12555
+ #~ msgid "PayPal identity token"
12556
+ #~ msgstr "Token de identidad de PayPal"
12557
+
12558
+ #~ msgid ""
12559
+ #~ "If your main PayPal email differs from the PayPal email entered above, "
12560
+ #~ "input your main receiver email for your PayPal account here. This is used "
12561
+ #~ "to validate IPN requests."
12562
+ #~ msgstr ""
12563
+ #~ "Si tu dirección de correo principal de PayPal es diferente al correo de "
12564
+ #~ "PayPal introducido arriba, escribe tu dirección principal de recepción de "
12565
+ #~ "correo de PayPal aquí. Esto se usa para validar las peticiones IPN."
12566
+
12567
+ #~ msgid "Receiver email"
12568
+ #~ msgstr "Correo electrónico del receptor"
12569
+
12570
+ #~ msgid "Advanced options"
12571
+ #~ msgstr "Opciones avanzadas"
12572
+
12573
+ #~ msgid "Enable logging"
12574
+ #~ msgstr "Permitir registro"
12575
+
12576
+ #~ msgid "Debug log"
12577
+ #~ msgstr "Registro de depuración"
12578
+
12579
+ #~ msgid "Enable PayPal sandbox"
12580
+ #~ msgstr "Activar el entorno de pruebas de PayPal"
12581
+
12582
+ #~ msgid "PayPal sandbox"
12583
+ #~ msgstr "Entorno de pruebas de PayPal"
12584
+
12585
+ #~ msgid ""
12586
+ #~ "Please enter your PayPal email address; this is needed in order to take "
12587
+ #~ "payment."
12588
+ #~ msgstr ""
12589
+ #~ "Por favor, escribe tu dirección de correo electrónico de PayPal, se "
12590
+ #~ "necesita para recibir el pago."
12591
+
12592
+ #~ msgid "PayPal email"
12593
+ #~ msgstr "Correo electrónico de PayPal"
12594
+
12595
+ #~ msgid ""
12596
+ #~ "Pay via PayPal; you can pay with your credit card if you don't have a "
12597
+ #~ "PayPal account."
12598
+ #~ msgstr ""
12599
+ #~ "Pagar con PayPal; puedes pagar con tu tarjeta de crédito si no tienes una "
12600
+ #~ "cuenta de PayPal."
12601
+
12602
+ #~ msgid "This controls the description which the user sees during checkout."
12603
+ #~ msgstr ""
12604
+ #~ "Esto controla la descripción que el usuario verá al acabar la compra."
12605
+
12606
+ #~ msgid "Enable PayPal Standard"
12607
+ #~ msgstr "Activar PayPal estándar"
12608
+
12609
+ #~ msgid "Shipping via %s"
12610
+ #~ msgstr "Enviar por %s"
12611
+
12612
+ #~ msgid "PDT payment completed"
12613
+ #~ msgstr "Pago PDT completado"
12614
+
12615
+ #~ msgid "Validation error: PayPal amounts do not match (amt %s)."
12616
+ #~ msgstr ""
12617
+ #~ "Error de validación: Las cantidades de PayPal no coinciden (cantidad %s)."
12618
+
12619
+ #~ msgid ""
12620
+ #~ "Order #%1$s has had a reversal cancelled. Please check the status of "
12621
+ #~ "payment and update the order status accordingly here: %2$s"
12622
+ #~ msgstr ""
12623
+ #~ "El pedido %1$s tiene una cancelación anulada. Por favor verifica el "
12624
+ #~ "estado del pago y actualiza el estado del pedido aquí: %2$s"
12625
+
12626
+ #~ msgid "Reversal cancelled for order #%s"
12627
+ #~ msgstr "Cancelación anulada para el pedido %s"
12628
+
12629
+ #~ msgid ""
12630
+ #~ "Order #%1$s has been marked on-hold due to a reversal - PayPal reason "
12631
+ #~ "code: %2$s"
12632
+ #~ msgstr ""
12633
+ #~ "El pedido %1$s ha sido marcado en-espera debido a una reversión - Código "
12634
+ #~ "de razón en PayPal: %2$s"
12635
+
12636
+ #~ msgid "Payment for order %s reversed"
12637
+ #~ msgstr "Pago del pedido %s retirado"
12638
+
12639
+ #~ msgid "Order #%1$s has been marked as refunded - PayPal reason code: %2$s"
12640
+ #~ msgstr ""
12641
+ #~ "El pedido %1$s se ha marcado como reembolsado - código del motivo de "
12642
+ #~ "PayPal: %2$s"
12643
+
12644
+ #~ msgid "Payment %s via IPN."
12645
+ #~ msgstr "Pago a través de %s IPN."
12646
+
12647
+ #~ msgid "Payment pending (%s)."
12648
+ #~ msgstr "Pendiente de pago (%s)."
12649
+
12650
+ #~ msgid "IPN payment completed"
12651
+ #~ msgstr "Pago IPN completado"
12652
+
12653
+ #~ msgid ""
12654
+ #~ "Validation error: PayPal IPN response from a different email address (%s)."
12655
+ #~ msgstr ""
12656
+ #~ "Error de validación: Respuesta IPN de Paypal proviene de una dirección de "
12657
+ #~ "correo diferente (%s)."
12658
+
12659
+ #~ msgid "Validation error: PayPal amounts do not match (gross %s)."
12660
+ #~ msgstr ""
12661
+ #~ "Error de validación: las cantidades de PayPal no coinciden (bruto %s)."
12662
+
12663
+ #~ msgid "Validation error: PayPal currencies do not match (code %s)."
12664
+ #~ msgstr "Error de validación: No coinciden las divisas en PayPal (código %s)"
12665
+
12666
+ #~ msgid "Refunded %1$s - Refund ID: %2$s"
12667
+ #~ msgstr "Reembolsado %1$s - ID de reembolso: %2$s"
12668
+
12669
+ #~ msgid "PayPal does not support your store currency."
12670
+ #~ msgstr "Paypal no soporta la moneda establecida"
12671
+
12672
+ #~ msgid "Gateway disabled"
12673
+ #~ msgstr "Pasarela desactivada"
12674
+
12675
+ #~ msgid "What is PayPal?"
12676
+ #~ msgstr "¿Qué es PayPal?"
12677
+
12678
+ #~ msgid "PayPal acceptance mark"
12679
+ #~ msgstr "Marca de aceptación de PayPal"
12680
+
12681
+ #~ msgid "PayPal"
12682
+ #~ msgstr "PayPal"
12683
+
12684
+ #~ msgid "Proceed to PayPal"
12685
+ #~ msgstr "Ir a PayPal"
12686
+
12687
+ #~ msgid "Payment to be made upon delivery."
12688
+ #~ msgstr "Pagos que se harán al entregar el producto."
12689
+
12690
+ #~ msgid "Accept COD if the order is virtual"
12691
+ #~ msgstr "Aceptar contra reembolso si el pedido es virtual"
12692
+
12693
+ #~ msgid "Accept for virtual orders"
12694
+ #~ msgstr "Aceptar para pedidos virtuales"
12695
+
12696
+ #~ msgid "Select shipping methods"
12697
+ #~ msgstr "Elige los métodos de envío"
12698
+
12699
+ #~ msgid ""
12700
+ #~ "If COD is only available for certain methods, set it up here. Leave blank "
12701
+ #~ "to enable for all methods."
12702
+ #~ msgstr ""
12703
+ #~ "Si deseas que el contra reembolso solo esté disponible para ciertos "
12704
+ #~ "métodos de envío, configúralo aquí. Déjalo en blanco para activarlo para "
12705
+ #~ "todos los métodos."
12706
+
12707
+ #~ msgid "Enable for shipping methods"
12708
+ #~ msgstr "Activar para métodos de envío"
12709
+
12710
+ #~ msgid "Instructions that will be added to the thank you page."
12711
+ #~ msgstr "Instrucciones que se añadirán a la página de agradecimiento."
12712
+
12713
+ #~ msgid "Pay with cash upon delivery."
12714
+ #~ msgstr "Paga en efectivo en el momento de la entrega."
12715
+
12716
+ #~ msgid ""
12717
+ #~ "Payment method description that the customer will see on your website."
12718
+ #~ msgstr "Descripción del método de pago que el cliente verá en el sitio web."
12719
+
12720
+ #~ msgid "Have your customers pay with cash (or by other means) upon delivery."
12721
+ #~ msgstr ""
12722
+ #~ "Haz que tus clientes paguen en efectivo (o por otros medios) en el "
12723
+ #~ "momento de la entrega."
12724
+
12725
+ #~ msgid ""
12726
+ #~ "Please send a check to Store Name, Store Street, Store Town, Store "
12727
+ #~ "State / County, Store Postcode."
12728
+ #~ msgstr ""
12729
+ #~ "Por favor, envía un cheque a Nombre de la tienda, Calle de la tienda, "
12730
+ #~ "Ciudad de la tienda, Provincia/País de la tienda, Código postal de la "
12731
+ #~ "tienda."
12732
+
12733
+ #~ msgid "Enable check payments"
12734
+ #~ msgstr "Permitir pagos en cheque"
12735
+
12736
+ #~ msgid "Branch code"
12737
+ #~ msgstr "Código de la sucursal"
12738
+
12739
+ #~ msgid "Routing number"
12740
+ #~ msgstr "Número de ruta (ABA)"
12741
+
12742
+ #~ msgid "Bank code"
12743
+ #~ msgstr "Código del banco"
12744
+
12745
+ #~ msgid "Branch sort"
12746
+ #~ msgstr "Tipo de sucursal"
12747
+
12748
+ #~ msgid "IFSC"
12749
+ #~ msgstr "IFSC"
12750
+
12751
+ #~ msgid "Bank transit number"
12752
+ #~ msgstr "Número de cuenta"
12753
+
12754
+ #~ msgid "BSB"
12755
+ #~ msgstr "BSB"
12756
+
12757
+ #~ msgid "Awaiting BACS payment"
12758
+ #~ msgstr "Pendiente de pago por transferencia"
12759
+
12760
+ #~ msgid "BIC"
12761
+ #~ msgstr "BIC"
12762
+
12763
+ #~ msgid "Our bank details"
12764
+ #~ msgstr "Nuestros detalles bancarios"
12765
+
12766
+ #~ msgid "Remove selected account(s)"
12767
+ #~ msgstr "Eliminar cuenta(s) seleccionada(s)"
12768
+
12769
+ #~ msgid "+ Add account"
12770
+ #~ msgstr "+ Añadir cuenta"
12771
+
12772
+ #~ msgid "BIC / Swift"
12773
+ #~ msgstr "BIC / Swift"
12774
+
12775
+ #~ msgid "IBAN"
12776
+ #~ msgstr "IBAN"
12777
+
12778
+ #~ msgid "Bank name"
12779
+ #~ msgstr "Nombre del banco"
12780
+
12781
+ #~ msgid "Account number"
12782
+ #~ msgstr "Número de cuenta"
12783
+
12784
+ #~ msgid "Account name"
12785
+ #~ msgstr "Nombre de la cuenta"
12786
+
12787
+ #~ msgid "Account details"
12788
+ #~ msgstr "Detalles de la cuenta"
12789
+
12790
+ #~ msgid "Sort code"
12791
+ #~ msgstr "Código de clasificación"
12792
+
12793
+ #~ msgid "Instructions that will be added to the thank you page and emails."
12794
+ #~ msgstr ""
12795
+ #~ "Instrucciones que se añadirán a la página de agradecimiento y correos "
12796
+ #~ "electrónicos."
12797
+
12798
+ #~ msgid "Instructions"
12799
+ #~ msgstr "Instrucciones"
12800
+
12801
+ #~ msgid ""
12802
+ #~ "Make your payment directly into our bank account. Please use your Order "
12803
+ #~ "ID as the payment reference. Your order will not be shipped until the "
12804
+ #~ "funds have cleared in our account."
12805
+ #~ msgstr ""
12806
+ #~ "Realiza tu pago directamente en nuestra cuenta bancaria. Por favor usa la "
12807
+ #~ "referencia del pedido como referencia de pago. Tu pedido no será enviado "
12808
+ #~ "hasta que el importe haya sido recibido en nuestra cuenta."
12809
+
12810
+ #~ msgid ""
12811
+ #~ "Payment method description that the customer will see on your checkout."
12812
+ #~ msgstr "Descripción del método de pago que el cliente verá en el sitio web."
12813
+
12814
+ #~ msgid "Direct bank transfer"
12815
+ #~ msgstr "Transferencia bancaria directa"
12816
+
12817
+ #~ msgid "This controls the title which the user sees during checkout."
12818
+ #~ msgstr "Esto controla el título que el usuario ve al terminar la compra."
12819
+
12820
+ #~ msgid "Enable bank transfer"
12821
+ #~ msgstr "Activar transferencia bancaria"
12822
+
12823
+ #~ msgid "Hide template"
12824
+ #~ msgstr "Ocultar plantilla "
12825
+
12826
+ #~ msgid "View template"
12827
+ #~ msgstr "Ver plantilla"
12828
+
12829
+ #~ msgid "File was not found."
12830
+ #~ msgstr "El archivo no fué encontrado."
12831
+
12832
+ #~ msgid "Copy file to theme"
12833
+ #~ msgstr "Copiar archivo al tema"
12834
+
12835
+ #~ msgid ""
12836
+ #~ "This template has been overridden by your theme and can be found in: %s."
12837
+ #~ msgstr ""
12838
+ #~ "Esta plantilla ha sido sobreescrita por tu tema y puede encontrarse en: "
12839
+ #~ "%s."
12840
+
12841
+ #~ msgid "Delete template file"
12842
+ #~ msgstr "Eliminar archivo de plantilla"
12843
+
12844
+ #~ msgid "Plain text template"
12845
+ #~ msgstr "Plantilla de texto sin formato"
12846
+
12847
+ #~ msgid "HTML template"
12848
+ #~ msgstr "Plantilla HTML"
12849
+
12850
+ #~ msgid "Template file deleted from theme."
12851
+ #~ msgstr "Archivo de plantilla eliminado del tema."
12852
+
12853
+ #~ msgid "Template file copied to theme."
12854
+ #~ msgstr "Archivo de plantilla copiado al tema."
12855
+
12856
+ #~ msgid "Could not write to template file."
12857
+ #~ msgstr "No se pudo escribir en el archivo de plantilla."
12858
+
12859
+ #~ msgid "Multipart"
12860
+ #~ msgstr "Multipart"
12861
+
12862
+ #~ msgid "HTML"
12863
+ #~ msgstr "HTML"
12864
+
12865
+ #~ msgid "Plain text"
12866
+ #~ msgstr "Texto sin formato"
12867
+
12868
+ #~ msgid ""
12869
+ #~ "New order emails are sent to chosen recipient(s) when a new order is "
12870
+ #~ "received."
12871
+ #~ msgstr ""
12872
+ #~ "Cuando se recibe un nuevo pedido se envían correos electrónicos de nuevo "
12873
+ #~ "pedido a los destinatarios seleccionados."
12874
+
12875
+ #~ msgid "New order"
12876
+ #~ msgstr "Nuevo pedido"
12877
+
12878
+ #~ msgid ""
12879
+ #~ "Customer \"reset password\" emails are sent when customers reset their "
12880
+ #~ "passwords."
12881
+ #~ msgstr ""
12882
+ #~ "Los mensajes para restablecer contraseña se envían cuando un cliente "
12883
+ #~ "restablece su contraseña."
12884
+
12885
+ #~ msgid "Reset password"
12886
+ #~ msgstr "Restablecer contraseña"
12887
+
12888
+ #~ msgid ""
12889
+ #~ "Order refunded emails are sent to customers when their orders are "
12890
+ #~ "refunded."
12891
+ #~ msgstr ""
12892
+ #~ "Los correos electrónicos de los reembolsos ​se envían a los clientes "
12893
+ #~ "cuando sus pedidos se reembolsan."
12894
+
12895
+ #~ msgid "Refunded order"
12896
+ #~ msgstr "Pedido con reembolso"
12897
+
12898
+ #~ msgid ""
12899
+ #~ "This is an order notification sent to customers containing order details "
12900
+ #~ "after payment."
12901
+ #~ msgstr ""
12902
+ #~ "Esto es una notificación de pedido que se envía al cliente después del "
12903
+ #~ "pago con los detalles del pedido."
12904
+
12905
+ #~ msgid "Processing order"
12906
+ #~ msgstr "Procesando tu pedido"
12907
+
12908
+ #~ msgid "Customer note emails are sent when you add a note to an order."
12909
+ #~ msgstr ""
12910
+ #~ "Las notas de los clientes son enviadas cuando agregas una nota a un "
12911
+ #~ "pedido."
12912
+
12913
+ #~ msgid "Customer note"
12914
+ #~ msgstr "Nota para el cliente"
12915
+
12916
+ #~ msgid ""
12917
+ #~ "Customer \"new account\" emails are sent to the customer when a customer "
12918
+ #~ "signs up via checkout or account pages."
12919
+ #~ msgstr ""
12920
+ #~ "Los mensajes de nueva cuenta son enviados cuando un cliente se registra a "
12921
+ #~ "través de las página \"Finalizar compra\" o \"Mi cuenta\"."
12922
+
12923
+ #~ msgid "New account"
12924
+ #~ msgstr "Nueva cuenta"
12925
+
12926
+ #~ msgid "Your invoice for order #{order_number}"
12927
+ #~ msgstr "Tu recibo del pedido #{order_number}"
12928
+
12929
+ #~ msgid ""
12930
+ #~ "Customer invoice emails can be sent to customers containing their order "
12931
+ #~ "information and payment links."
12932
+ #~ msgstr ""
12933
+ #~ "Se pueden enviar recibos por correo electrónico a los clientes que "
12934
+ #~ "contienen la información de su pedido y enlaces para realizar el pago."
12935
+
12936
+ #~ msgid ""
12937
+ #~ "Order complete emails are sent to customers when their orders are marked "
12938
+ #~ "completed and usually indicate that their orders have been shipped."
12939
+ #~ msgstr ""
12940
+ #~ "Las notificaciones de pedido completado se envían al cliente cuando el "
12941
+ #~ "pedido es marcado como \"completado\" e indican que el pedido ha sido "
12942
+ #~ "enviado o está listo para recoger."
12943
+
12944
+ #~ msgid "Completed order"
12945
+ #~ msgstr "Pedido completado"
12946
+
12947
+ #~ msgid "Choose which format of email to send."
12948
+ #~ msgstr "Elige el formato en el que se enviarán los correos electrónicos."
12949
+
12950
+ #~ msgid "Enable this email notification"
12951
+ #~ msgstr "Activar este aviso por correo electrónico"
12952
+
12953
+ #~ msgid "Enable/Disable"
12954
+ #~ msgstr "Activar/Desactivar"
12955
+
12956
+ #~ msgid ""
12957
+ #~ "Failed order emails are sent to chosen recipient(s) when orders have been "
12958
+ #~ "marked failed (if they were previously processing or on-hold)."
12959
+ #~ msgstr ""
12960
+ #~ "Los correos electrónicos de pedidos erróneos se envían a los "
12961
+ #~ "destinatarios seleccionados cuando los pedidos han sido marcados como "
12962
+ #~ "fallidos (si estaban previamente en proceso o en espera)"
12963
+
12964
+ #~ msgid "Select options"
12965
+ #~ msgstr "Seleccionar opciones"
12966
+
12967
+ #~ msgid "Failed <span class=\"count\">(%s)</span>"
12968
+ #~ msgid_plural "Failed <span class=\"count\">(%s)</span>"
12969
+ #~ msgstr[0] "Fallido <span class=\"count\">(%s)</span>"
12970
+ #~ msgstr[1] "Fallidos <span class=\"count\">(%s)</span>"
12971
+
12972
+ #~ msgctxt "Order status"
12973
+ #~ msgid "Failed"
12974
+ #~ msgstr "Fallido"
12975
+
12976
+ #~ msgid "Refunded <span class=\"count\">(%s)</span>"
12977
+ #~ msgid_plural "Refunded <span class=\"count\">(%s)</span>"
12978
+ #~ msgstr[0] "Reembolsado <span class=\"count\">(%s)</span>"
12979
+ #~ msgstr[1] "Reembolsados <span class=\"count\">(%s)</span>"
12980
+
12981
+ #~ msgctxt "Order status"
12982
+ #~ msgid "Refunded"
12983
+ #~ msgstr "Reembolsado"
12984
+
12985
+ #~ msgid "Cancelled <span class=\"count\">(%s)</span>"
12986
+ #~ msgid_plural "Cancelled <span class=\"count\">(%s)</span>"
12987
+ #~ msgstr[0] "Cancelado <span class=\"count\">(%s)</span>"
12988
+ #~ msgstr[1] "Cancelados <span class=\"count\">(%s)</span>"
12989
+
12990
+ #~ msgid "Completed <span class=\"count\">(%s)</span>"
12991
+ #~ msgid_plural "Completed <span class=\"count\">(%s)</span>"
12992
+ #~ msgstr[0] "Completado <span class=\"count\">(%s)</span>"
12993
+ #~ msgstr[1] "Completados <span class=\"count\">(%s)</span>"
12994
+
12995
+ #~ msgctxt "Order status"
12996
+ #~ msgid "Completed"
12997
+ #~ msgstr "Completado"
12998
+
12999
+ #~ msgid "On hold <span class=\"count\">(%s)</span>"
13000
+ #~ msgid_plural "On hold <span class=\"count\">(%s)</span>"
13001
+ #~ msgstr[0] "En espera <span class=\"count\">(%s)</span>"
13002
+ #~ msgstr[1] "En espera <span class=\"count\">(%s)</span>"
13003
+
13004
+ #~ msgctxt "Order status"
13005
+ #~ msgid "On hold"
13006
+ #~ msgstr "En espera"
13007
+
13008
+ #~ msgid "Processing <span class=\"count\">(%s)</span>"
13009
+ #~ msgid_plural "Processing <span class=\"count\">(%s)</span>"
13010
+ #~ msgstr[0] "Procesando <span class=\"count\">(%s)</span>"
13011
+ #~ msgstr[1] "Procesando <span class=\"count\">(%s)</span>"
13012
+
13013
+ #~ msgctxt "Order status"
13014
+ #~ msgid "Processing"
13015
+ #~ msgstr "Procesando"
13016
+
13017
+ #~ msgid "Pending payment <span class=\"count\">(%s)</span>"
13018
+ #~ msgid_plural "Pending payment <span class=\"count\">(%s)</span>"
13019
+ #~ msgstr[0] "Pendiente de pago <span class=\"count\">(%s)</span>"
13020
+ #~ msgstr[1] "Pendientes de pago <span class=\"count\">(%s)</span>"
13021
+
13022
+ #~ msgctxt "Order status"
13023
+ #~ msgid "Pending payment"
13024
+ #~ msgstr "Pendiente de pago"
13025
+
13026
+ #~ msgid "No webhooks found."
13027
+ #~ msgstr "No se han encontrado webhooks."
13028
+
13029
+ #~ msgid ""
13030
+ #~ "This is where you can add new coupons that customers can use in your "
13031
+ #~ "store."
13032
+ #~ msgstr ""
13033
+ #~ "Aquí es donde puedes añadir nuevos cupones que los clientes podrán "
13034
+ #~ "utilizar en tu tienda."
13035
+
13036
+ #~ msgid "Parent coupon"
13037
+ #~ msgstr "Cupón padre"
13038
+
13039
+ #~ msgid "No coupons found in trash"
13040
+ #~ msgstr "No se han encontrado cupones en la papelera"
13041
+
13042
+ #~ msgid "No coupons found"
13043
+ #~ msgstr "Ningún cupón encontrado"
13044
+
13045
+ #~ msgid "Search coupons"
13046
+ #~ msgstr "Buscar cupones"
13047
+
13048
+ #~ msgid "View coupon"
13049
+ #~ msgstr "Ver cupón"
13050
+
13051
+ #~ msgid "New coupon"
13052
+ #~ msgstr "Nuevo cupón"
13053
+
13054
+ #~ msgid "Edit coupon"
13055
+ #~ msgstr "Editar cupón"
13056
+
13057
+ #~ msgid "Add new coupon"
13058
+ #~ msgstr "Añadir nuevo cupón"
13059
+
13060
+ #~ msgid "Add coupon"
13061
+ #~ msgstr "Añadir cupón"
13062
+
13063
+ #~ msgctxt "Admin menu name"
13064
+ #~ msgid "Coupons"
13065
+ #~ msgstr "Cupones"
13066
+
13067
+ #~ msgid "Coupon"
13068
+ #~ msgstr "Cupón"
13069
+
13070
+ #~ msgid "Refunds"
13071
+ #~ msgstr "Reembolsos"
13072
+
13073
+ #~ msgid "This is where store orders are stored."
13074
+ #~ msgstr "Aquí es donde se guardan los pedidos de la tienda."
13075
+
13076
+ #~ msgid "Parent orders"
13077
+ #~ msgstr "Pedidos padre"
13078
+
13079
+ #~ msgid "No orders found in trash"
13080
+ #~ msgstr "No se han encontrado pedidos en la papelera"
13081
+
13082
+ #~ msgid "No orders found"
13083
+ #~ msgstr "No se encontraron pedidos"
13084
+
13085
+ #~ msgid "Search orders"
13086
+ #~ msgstr "Buscar pedidos"
13087
+
13088
+ #~ msgid "Edit order"
13089
+ #~ msgstr "Editar pedido"
13090
+
13091
+ #~ msgid "Add new order"
13092
+ #~ msgstr "Añadir nuevo pedido"
13093
+
13094
+ #~ msgid "Add order"
13095
+ #~ msgstr "Añadir pedido"
13096
+
13097
+ #~ msgid "This is where you can add new products to your store."
13098
+ #~ msgstr "Aquí es donde puedes añadir nuevos productos en tu tienda."
13099
+
13100
+ #~ msgid "Use as product image"
13101
+ #~ msgstr "Usar como imagen de producto"
13102
+
13103
+ #~ msgid "Remove product image"
13104
+ #~ msgstr "Eliminar imagen del producto"
13105
+
13106
+ #~ msgid "Set product image"
13107
+ #~ msgstr "Establecer imagen del producto"
13108
+
13109
+ #~ msgid "Product image"
13110
+ #~ msgstr "Imagen del producto"
13111
+
13112
+ #~ msgid "Parent product"
13113
+ #~ msgstr "Producto padre"
13114
+
13115
+ #~ msgid "No products found in trash"
13116
+ #~ msgstr "No se han encontrado productos en la papelera"
13117
+
13118
+ #~ msgid "No products found"
13119
+ #~ msgstr "No se han encontrado productos"
13120
+
13121
+ #~ msgid "Search products"
13122
+ #~ msgstr "Buscar productos"
13123
+
13124
+ #~ msgid "View product"
13125
+ #~ msgstr "Ver producto"
13126
+
13127
+ #~ msgid "New product"
13128
+ #~ msgstr "Nuevo producto"
13129
+
13130
+ #~ msgid "Edit product"
13131
+ #~ msgstr "Editar producto"
13132
+
13133
+ #~ msgid "Add new product"
13134
+ #~ msgstr "Añadir nuevo producto"
13135
+
13136
+ #~ msgctxt "Admin menu name"
13137
+ #~ msgid "Products"
13138
+ #~ msgstr "Productos"
13139
+
13140
+ #~ msgid "New %s"
13141
+ #~ msgstr "Nuevo %s"
13142
+
13143
+ #~ msgid "Add new %s"
13144
+ #~ msgstr "Añadir nuevo %s"
13145
+
13146
+ #~ msgid "Update %s"
13147
+ #~ msgstr "Actualizar %s"
13148
+
13149
+ #~ msgid "Edit %s"
13150
+ #~ msgstr "Editar %s"
13151
+
13152
+ #~ msgid "Parent %s:"
13153
+ #~ msgstr "Padre %s:"
13154
+
13155
+ #~ msgid "Parent %s"
13156
+ #~ msgstr "Padre %s"
13157
+
13158
+ #~ msgid "All %s"
13159
+ #~ msgstr "Todos %s"
13160
+
13161
+ #~ msgid "Search %s"
13162
+ #~ msgstr "Buscar %s"
13163
+
13164
+ #~ msgid "New shipping class Name"
13165
+ #~ msgstr "Nombre de la nueva de clase de envío"
13166
+
13167
+ #~ msgid "Add new shipping class"
13168
+ #~ msgstr "Añadir una nueva clase de envío"
13169
+
13170
+ #~ msgid "Update shipping class"
13171
+ #~ msgstr "Actualizar clase de envío"
13172
+
13173
+ #~ msgid "Edit shipping class"
13174
+ #~ msgstr "Modificar clase de envío"
13175
+
13176
+ #~ msgid "Parent shipping class:"
13177
+ #~ msgstr "Clase de envío superior:"
13178
+
13179
+ #~ msgid "Parent shipping class"
13180
+ #~ msgstr "Clase de envío superior"
13181
+
13182
+ #~ msgid "All shipping classes"
13183
+ #~ msgstr "Todas las clases de envío"
13184
+
13185
+ #~ msgid "Search shipping classes"
13186
+ #~ msgstr "Buscar clases de envío"
13187
+
13188
+ #~ msgctxt "Admin menu name"
13189
+ #~ msgid "Shipping classes"
13190
+ #~ msgstr "Clases de envíos"
13191
+
13192
+ #~ msgctxt "Admin menu name"
13193
+ #~ msgid "Tags"
13194
+ #~ msgstr "Etiquetas"
13195
+
13196
+ #~ msgctxt "Admin menu name"
13197
+ #~ msgid "Categories"
13198
+ #~ msgstr "Categorías"
13199
+
13200
+ #~ msgid "Premium support"
13201
+ #~ msgstr "Soporte de pago"
13202
+
13203
+ #~ msgid "API docs"
13204
+ #~ msgstr "Documentación de la API"
13205
+
13206
+ #~ msgid "View WooCommerce API docs"
13207
+ #~ msgstr "Ver la documentación de la API de WooCommerce"
13208
+
13209
+ #~ msgid "View WooCommerce documentation"
13210
+ #~ msgstr "Ver la documentación de WooCommerce"
13211
+
13212
+ #~ msgctxt "Page slug"
13213
+ #~ msgid "my-account"
13214
+ #~ msgstr "mi-cuenta"
13215
+
13216
+ #~ msgctxt "Page slug"
13217
+ #~ msgid "checkout"
13218
+ #~ msgstr "finalizar-compra"
13219
+
13220
+ #~ msgctxt "Page slug"
13221
+ #~ msgid "cart"
13222
+ #~ msgstr "carrito"
13223
+
13224
+ #~ msgctxt "Page slug"
13225
+ #~ msgid "shop"
13226
+ #~ msgstr "tienda"
13227
+
13228
+ #~ msgid ""
13229
+ #~ "Sorry, this product is unavailable. Please choose a different combination."
13230
+ #~ msgstr ""
13231
+ #~ "Lo sentimos, este producto no está disponible. Por favor elige otra "
13232
+ #~ "combinación."
13233
+
13234
+ #~ msgid ""
13235
+ #~ "Sorry, no products matched your selection. Please choose a different "
13236
+ #~ "combination."
13237
+ #~ msgstr ""
13238
+ #~ "Lo sentimos, no hay productos que igualen tu selección. Por favor escoge "
13239
+ #~ "una combinación diferente."
13240
+
13241
+ #~ msgid "required"
13242
+ #~ msgstr "obligatorio"
13243
+
13244
+ #~ msgid "Error processing checkout. Please try again."
13245
+ #~ msgstr "Error procesando el pedido. Por favor, inténtalo de nuevo"
13246
+
13247
+ #~ msgid "Please select a rating"
13248
+ #~ msgstr "Por favor elige una puntuación"
13249
+
13250
+ #~ msgid "Passwords do not match."
13251
+ #~ msgstr "Las contraseñas no coinciden."
13252
+
13253
+ #~ msgid "Please enter your password."
13254
+ #~ msgstr "Por favor, introduce tu contraseña."
13255
+
13256
+ #~ msgid "Username is required."
13257
+ #~ msgstr "Nombre de usuario requerido."
13258
+
13259
+ #~ msgid "Error:"
13260
+ #~ msgstr "Error:"
13261
+
13262
+ #~ msgid "Please choose product options&hellip;"
13263
+ #~ msgstr "Por favor, elige las opciones del producto&hellip;"
13264
+
13265
+ #~ msgid "%s is a required field"
13266
+ #~ msgid_plural "%s are required fields"
13267
+ #~ msgstr[0] "%s es un campo requerido"
13268
+ #~ msgstr[1] "%s son campos requeridos"
13269
+
13270
+ #~ msgid "Please choose a product to add to your cart&hellip;"
13271
+ #~ msgstr "Por favor, elige un producto para agregar al carrito&hellip;"
13272
+
13273
+ #~ msgid ""
13274
+ #~ "Please choose the quantity of items you wish to add to your cart&hellip;"
13275
+ #~ msgstr ""
13276
+ #~ "Por favor escoge la cantidad de artículos que deseas agregar a tu "
13277
+ #~ "carrito&hellip;"
13278
+
13279
+ #~ msgid ""
13280
+ #~ "Your order can no longer be cancelled. Please contact us if you need "
13281
+ #~ "assistance."
13282
+ #~ msgstr ""
13283
+ #~ "Tu pedido ya no se puede cancelar. Por favor, ponte en contacto con "
13284
+ #~ "nosotros si necesitas ayuda."
13285
+
13286
+ #~ msgid "Your order was cancelled."
13287
+ #~ msgstr "Tu pedido se ha cancelado."
13288
+
13289
+ #~ msgid "Order cancelled by customer."
13290
+ #~ msgstr "Pedido cancelado por el cliente."
13291
+
13292
+ #~ msgid "The cart has been filled with the items from your previous order."
13293
+ #~ msgstr "El carrito se ha llenado con artículos de tus pedidos anteriores."
13294
+
13295
+ #~ msgid "Cart updated."
13296
+ #~ msgstr "Carrito actualizado."
13297
+
13298
+ #~ msgid "You can only have 1 %s in your cart."
13299
+ #~ msgstr "Solo puedes tener 1 %s en tu carrito."
13300
+
13301
+ #~ msgid "Account details changed successfully."
13302
+ #~ msgstr "La información de cuenta se ha cambiado correctamente."
13303
+
13304
+ #~ msgid "New passwords do not match."
13305
+ #~ msgstr "Las nuevas contraseñas no coinciden"
13306
+
13307
+ #~ msgid "Please re-enter your password."
13308
+ #~ msgstr "Por favor vuelve a escribir tu contraseña."
13309
+
13310
+ #~ msgid "Please enter your current password."
13311
+ #~ msgstr "Por favor escribe tu contraseña actual."
13312
+
13313
+ #~ msgid "Please fill out all password fields."
13314
+ #~ msgstr "Por favor, rellena todos los campos de contraseña."
13315
+
13316
+ #~ msgid "Your current password is incorrect."
13317
+ #~ msgstr "Tu contraseña actual no es correcta."
13318
+
13319
+ #~ msgid "This email address is already registered."
13320
+ #~ msgstr "Este correo electrónico ya ha sido registrado."
13321
+
13322
+ #~ msgid "Please provide a valid email address."
13323
+ #~ msgstr "Por favor escribe una dirección de correo electrónico válida."
13324
+
13325
+ #~ msgid "Address changed successfully."
13326
+ #~ msgstr "Dirección cambiada correctamente."
13327
+
13328
+ #~ msgid "%1$s units of %2$s have been backordered in order #%3$s."
13329
+ #~ msgstr "%1$s unidades de %2$s han quedado reservadas en el pedido #%3$s."
13330
+
13331
+ #~ msgid "Product backorder"
13332
+ #~ msgstr "Reserva de producto"
13333
+
13334
+ #~ msgid "%s is out of stock."
13335
+ #~ msgstr "%s está agotado."
13336
+
13337
+ #~ msgid "Product out of stock"
13338
+ #~ msgstr "Producto agotado"
13339
+
13340
+ #~ msgid "Product low in stock"
13341
+ #~ msgstr "Producto con pocas existencias"
13342
+
13343
+ #~ msgid "Note"
13344
+ #~ msgstr "Nota"
13345
+
13346
+ #~ msgid "File not found"
13347
+ #~ msgstr "Archivo no encontrado"
13348
+
13349
+ #~ msgid "No file defined"
13350
+ #~ msgstr "Archivo no definido"
13351
+
13352
+ #~ msgid "This is not your download link."
13353
+ #~ msgstr "Este no es tu enlace de descarga."
13354
+
13355
+ #~ msgid "Log in to Download Files"
13356
+ #~ msgstr "Inicia sesión para descargar archivos"
13357
+
13358
+ #~ msgid "Login"
13359
+ #~ msgstr "Acceder"
13360
+
13361
+ #~ msgid "You must be logged in to download files."
13362
+ #~ msgstr "Debes acceder para descargar archivos."
13363
+
13364
+ #~ msgid "Sorry, this download has expired"
13365
+ #~ msgstr "Lo sentimos, esta descarga ha caducado"
13366
+
13367
+ #~ msgid "Sorry, you have reached your download limit for this file"
13368
+ #~ msgstr "Lo sentimos, has alcanzado el limite de descarga para este archivo."
13369
+
13370
+ #~ msgid "Invalid order."
13371
+ #~ msgstr "Pedido no válido."
13372
+
13373
+ #~ msgid "Invalid download link."
13374
+ #~ msgstr "Enlace de descarga no válido."
13375
+
13376
+ #~ msgid "Please enter a coupon code."
13377
+ #~ msgstr "Por favor, introduce un código de cupón."
13378
+
13379
+ #~ msgid "Coupon does not exist!"
13380
+ #~ msgstr "¡El cupón no existe!"
13381
+
13382
+ #~ msgid "Sorry, this coupon is not valid for sale items."
13383
+ #~ msgstr "Lo sentimos, este cupón no es válido para artículos rebajados."
13384
+
13385
+ #~ msgid "Sorry, this coupon is not applicable to the categories: %s."
13386
+ #~ msgstr "Lo sentimos, este cupón no es aplicable a las catagorías: %s."
13387
+
13388
+ #~ msgid "Sorry, this coupon is not applicable to the products: %s."
13389
+ #~ msgstr "Lo sentimos, este cupón no es aplicable a los productos: %s."
13390
+
13391
+ #~ msgid "Sorry, this coupon is not applicable to your cart contents."
13392
+ #~ msgstr "Lo sentimos, este cupón no es aplicable al contenido de tu carrito."
13393
+
13394
+ #~ msgid "The maximum spend for this coupon is %s."
13395
+ #~ msgstr "El gasto máximo para usar este cupón es %s."
13396
+
13397
+ #~ msgid "The minimum spend for this coupon is %s."
13398
+ #~ msgstr "El gasto mínimo para usar este cupón es %s."
13399
+
13400
+ #~ msgid "This coupon has expired."
13401
+ #~ msgstr "Este cupón ha caducado."
13402
+
13403
+ #~ msgid "Coupon usage limit has been reached."
13404
+ #~ msgstr "Se ha alcanzado el límite de uso de cupones."
13405
+
13406
+ #~ msgid ""
13407
+ #~ "Sorry, coupon \"%s\" has already been applied and cannot be used in "
13408
+ #~ "conjunction with other coupons."
13409
+ #~ msgstr ""
13410
+ #~ "Lo sentimos, el cupón \"%s\" ya ha sido aplicado y no puede utilizarse en "
13411
+ #~ "conjunto con otros cupones."
13412
+
13413
+ #~ msgid "Coupon code already applied!"
13414
+ #~ msgstr "¡El código del cupón ya se ha aplicado!"
13415
+
13416
+ #~ msgid ""
13417
+ #~ "Sorry, it seems the coupon \"%s\" is not yours - it has now been removed "
13418
+ #~ "from your order."
13419
+ #~ msgstr ""
13420
+ #~ "Lo sentimos, parece que el cupón \"%s\" no es tuyo - se ha eliminado de "
13421
+ #~ "tu pedido."
13422
+
13423
+ #~ msgid ""
13424
+ #~ "Sorry, it seems the coupon \"%s\" is invalid - it has now been removed "
13425
+ #~ "from your order."
13426
+ #~ msgstr ""
13427
+ #~ "Lo sentimos, parece que el cupón \"%s\" no es válido - se ha eliminado de "
13428
+ #~ "tu pedido. "
13429
+
13430
+ #~ msgid "Coupon \"%s\" does not exist!"
13431
+ #~ msgstr "¡El cupón \"%s\" no existe!"
13432
+
13433
+ #~ msgid "Coupon is not valid."
13434
+ #~ msgstr "El cupón no es válido."
13435
+
13436
+ #~ msgid "Coupon code removed successfully."
13437
+ #~ msgstr "El código de cupón se ha eliminado correctamente."
13438
+
13439
+ #~ msgid "Coupon code applied successfully."
13440
+ #~ msgstr "El código de cupón se ha aplicado correctamente."
13441
+
13442
+ #~ msgid "Email Address"
13443
+ #~ msgstr "Correo electrónico"
13444
+
13445
+ #~ msgid "Municipality"
13446
+ #~ msgstr "Municipio"
13447
+
13448
+ #~ msgid "Prefecture"
13449
+ #~ msgstr "Prefectura"
13450
+
13451
+ #~ msgid "County"
13452
+ #~ msgstr "Provincia"
13453
+
13454
+ #~ msgid "Town / District"
13455
+ #~ msgstr "Localidad / Distrito"
13456
+
13457
+ #~ msgid "Region"
13458
+ #~ msgstr "Región"
13459
+
13460
+ #~ msgid "Canton"
13461
+ #~ msgstr "Cantón"
13462
+
13463
+ #~ msgid "Province"
13464
+ #~ msgstr "Provincia"
13465
+
13466
+ #~ msgid "District"
13467
+ #~ msgstr "Barrio"
13468
+
13469
+ #~ msgid "Suburb"
13470
+ #~ msgstr "Barrio residencial"
13471
+
13472
+ #~ msgid "Postcode / ZIP"
13473
+ #~ msgstr "Código postal"
13474
+
13475
+ #~ msgid "State / County"
13476
+ #~ msgstr "Región / Provincia"
13477
+
13478
+ #~ msgid "Town / City"
13479
+ #~ msgstr "Localidad / Ciudad"
13480
+
13481
+ #~ msgid "Company name"
13482
+ #~ msgstr "Nombre de la empresa"
13483
+
13484
+ #~ msgid "(ex. tax)"
13485
+ #~ msgstr "(sin impuestos)"
13486
+
13487
+ #~ msgid "(ex. VAT)"
13488
+ #~ msgstr "(sin IVA)"
13489
+
13490
+ #~ msgid "(incl. tax)"
13491
+ #~ msgstr "(impuesto incluido)"
13492
+
13493
+ #~ msgid "(incl. VAT)"
13494
+ #~ msgstr "(con IVA)"
13495
+
13496
+ #~ msgid "VAT"
13497
+ #~ msgstr "IVA"
13498
+
13499
+ #~ msgid "the"
13500
+ #~ msgstr "el/la/los"
13501
+
13502
+ #~ msgid "to"
13503
+ #~ msgstr "a"
13504
+
13505
+ #~ msgid "to the"
13506
+ #~ msgstr "al"
13507
+
13508
+ #~ msgid "Please rate the product."
13509
+ #~ msgstr "Por favor califica el producto."
13510
+
13511
+ #~ msgid "Invalid payment method."
13512
+ #~ msgstr "Método de pago no válido."
13513
+
13514
+ #~ msgid "Invalid shipping method!"
13515
+ #~ msgstr "¡Método de envío no válido!"
13516
+
13517
+ #~ msgid ""
13518
+ #~ "Unfortunately <strong>we do not ship %s</strong>. Please enter an "
13519
+ #~ "alternative shipping address."
13520
+ #~ msgstr ""
13521
+ #~ "Desafortunadamente <strong>no enviamos a %s</strong>. Por favor, ¿podrías "
13522
+ #~ "introducir una dirección de envío alternativo?"
13523
+
13524
+ #~ msgid "%1$s is not valid. Please enter one of the following: %2$s"
13525
+ #~ msgstr "%1$s no es válido. Por favor introduce uno de los siguientes: %2$s"
13526
+
13527
+ #~ msgid "%s is not a valid email address."
13528
+ #~ msgstr "%s no es una dirección de correo electrónico válida."
13529
+
13530
+ #~ msgid "%s is not a valid phone number."
13531
+ #~ msgstr "%s no es un número de teléfono válido."
13532
+
13533
+ #~ msgid "Please enter a valid postcode / ZIP."
13534
+ #~ msgstr "Por favor, introduce un código postal válido."
13535
+
13536
+ #~ msgid "%s is a required field."
13537
+ #~ msgstr "%s es un campo requerido."
13538
+
13539
+ #~ msgid ""
13540
+ #~ "Sorry, your session has expired. <a href=\"%s\" class=\"wc-backward"
13541
+ #~ "\">Return to shop</a>"
13542
+ #~ msgstr ""
13543
+ #~ "Lo sentimos, tu sesión ha caducado. <a href=\"%s\" class=\"wc-backward"
13544
+ #~ "\">Volver a la tienda</a>"
13545
+
13546
+ #~ msgid "We were unable to process your order, please try again."
13547
+ #~ msgstr "No hemos podido procesar tu pedido, por favor inténtalo de nuevo."
13548
+
13549
+ #~ msgid "Notes about your order, e.g. special notes for delivery."
13550
+ #~ msgstr ""
13551
+ #~ "Notas sobre tu pedido, por ejemplo, notas especiales para la entrega."
13552
+
13553
+ #~ msgid "Account username"
13554
+ #~ msgstr "Nombre de usuario"
13555
+
13556
+ #~ msgid ""
13557
+ #~ "You cannot add that amount to the cart &mdash; we have %1$s in stock and "
13558
+ #~ "you already have %2$s in your cart."
13559
+ #~ msgstr ""
13560
+ #~ "No puedes añadir esa cantidad al carrito &mdash; tenemos %1$s existencias "
13561
+ #~ "y has añadido %2$s en tu carrito."
13562
+
13563
+ #~ msgid ""
13564
+ #~ "You cannot add that amount of &quot;%1$s&quot; to the cart because there "
13565
+ #~ "is not enough stock (%2$s remaining)."
13566
+ #~ msgstr ""
13567
+ #~ "No puedes añadir esa cantidad de &quot;%1$s&quot; al carrito porque no "
13568
+ #~ "hay suficientes existencias (quedan %2$s). "
13569
+
13570
+ #~ msgid ""
13571
+ #~ "You cannot add &quot;%s&quot; to the cart because the product is out of "
13572
+ #~ "stock."
13573
+ #~ msgstr ""
13574
+ #~ "No se pudo añadir &quot;%s&quot; al carrito porque el producto está "
13575
+ #~ "agotado."
13576
+
13577
+ #~ msgid "Sorry, this product cannot be purchased."
13578
+ #~ msgstr "Lo sentimos, este producto no se puede comprar."
13579
+
13580
+ #~ msgid "Get cart should not be called before the wp_loaded action."
13581
+ #~ msgstr ""
13582
+ #~ "Adquirir carrito no debería ser llamado antes de la acción wp_loaded"
13583
+
13584
+ #~ msgid ""
13585
+ #~ "Sorry, \"%s\" is not in stock. Please edit your cart and try again. We "
13586
+ #~ "apologize for any inconvenience caused."
13587
+ #~ msgstr ""
13588
+ #~ "Lo sentimos, \"%s\" está agotado. Por favor, modifica tu carrito y "
13589
+ #~ "vuelve a intentarlo. Sentimos cualquier inconveniente que esto te "
13590
+ #~ "provoque."
13591
+
13592
+ #~ msgid "An item which is no longer available was removed from your cart."
13593
+ #~ msgstr ""
13594
+ #~ "Hemos eliminado de tu carrito un artículo que ya no está disponible."
13595
+
13596
+ #~ msgid ""
13597
+ #~ "%s has been removed from your cart because it can no longer be purchased. "
13598
+ #~ "Please contact us if you need assistance."
13599
+ #~ msgstr ""
13600
+ #~ "%s ha sido eliminado de tu carrito ya que no está disponible para la "
13601
+ #~ "venta. Por favor, ponte en contacto con nosotros si necesitas ayuda."
13602
+
13603
+ #~ msgid "Page %d"
13604
+ #~ msgstr "Página %d"
13605
+
13606
+ #~ msgid "Search results for &ldquo;%s&rdquo;"
13607
+ #~ msgstr "Resultados de búsqueda para &ldquo;%s&rdquo;"
13608
+
13609
+ #~ msgid "Author: %s"
13610
+ #~ msgstr "Autor: %s"
13611
+
13612
+ #~ msgid "Posts tagged &ldquo;%s&rdquo;"
13613
+ #~ msgstr "Posts etiquetados &ldquo;%s&rdquo;"
13614
+
13615
+ #~ msgid "Products tagged &ldquo;%s&rdquo;"
13616
+ #~ msgstr "Productos etiquetados &ldquo;%s&rdquo;"
13617
+
13618
+ #~ msgid "Error 404"
13619
+ #~ msgstr "Error 404"
13620
+
13621
+ #~ msgid "Access denied"
13622
+ #~ msgstr "Acceso denegado"
13623
+
13624
+ #~ msgid "You do not have permission to access this page"
13625
+ #~ msgstr "¡No tienes permisos para acceder a esta página!"
13626
+
13627
+ #~ msgid "Invalid nonce verification"
13628
+ #~ msgstr "Verificación no válida"
13629
+
13630
+ #~ msgid ""
13631
+ #~ "An error occurred in the request and at the time were unable to send the "
13632
+ #~ "consumer data"
13633
+ #~ msgstr ""
13634
+ #~ "Se produjo un error en la solicitud y en el momento no ha podido enviarse "
13635
+ #~ "los datos"
13636
+
13637
+ #~ msgid "The callback_url needs to be over SSL"
13638
+ #~ msgstr "La callback_url necesita estar en SSL"
13639
+
13640
+ #~ msgid "The %s is not a valid URL"
13641
+ #~ msgstr "El %s no es una URL válida"
13642
+
13643
+ #~ msgid "Invalid scope %s"
13644
+ #~ msgstr "Ámbito no válido %s"
13645
+
13646
+ #~ msgid "View and manage products"
13647
+ #~ msgstr "Ver y gestionar productos"
13648
+
13649
+ #~ msgid "View and manage orders and sales reports"
13650
+ #~ msgstr "Ver y gestionar pedidos e informes de ventas"
13651
+
13652
+ #~ msgid "View and manage customers"
13653
+ #~ msgstr "Ver y gestionar clientes"
13654
+
13655
+ #~ msgid "View and manage coupons"
13656
+ #~ msgstr "Ver y gestionar cupones"
13657
+
13658
+ #~ msgid "Create products"
13659
+ #~ msgstr "Crear productos"
13660
+
13661
+ #~ msgid "Create orders"
13662
+ #~ msgstr "Crear pedidos"
13663
+
13664
+ #~ msgid "Create customers"
13665
+ #~ msgstr "Crear clientes"
13666
+
13667
+ #~ msgid "Create coupons"
13668
+ #~ msgstr "Crear cupones"
13669
+
13670
+ #~ msgid "Create webhooks"
13671
+ #~ msgstr "Crear WebHooks"
13672
+
13673
+ #~ msgid "View products"
13674
+ #~ msgstr "Ver productos"
13675
+
13676
+ #~ msgid "View orders and sales reports"
13677
+ #~ msgstr "Ver pedidos e informes de ventas"
13678
+
13679
+ #~ msgid "View customers"
13680
+ #~ msgstr "Ver clientes"
13681
+
13682
+ #~ msgid "View coupons"
13683
+ #~ msgstr "Ver cupones"
13684
+
13685
+ #~ msgid "Dismiss this notice."
13686
+ #~ msgstr "Descartar este aviso."
13687
+
13688
+ #~ msgid "API Key updated successfully."
13689
+ #~ msgstr "Clave de API actualizada correctamente."
13690
+
13691
+ #~ msgid "Permissions is missing."
13692
+ #~ msgstr "Faltan los permisos."
13693
+
13694
+ #~ msgid "User is missing."
13695
+ #~ msgstr "Falta el usuario."
13696
+
13697
+ #~ msgid "Description is missing."
13698
+ #~ msgstr "Falta la descripción."
13699
+
13700
+ #~ msgid "Refund failed."
13701
+ #~ msgstr "Falló el reembolso."
13702
+
13703
+ #~ msgid "Invalid refund amount"
13704
+ #~ msgstr "El importe de reembolso no es válido"
13705
+
13706
+ #~ msgid "Item #%1$s stock increased from %2$s to %3$s."
13707
+ #~ msgstr "Inventario del artículo #%1$s incrementado de %2$s a %3$s."
13708
+
13709
+ #~ msgid "Sorry, your session has expired."
13710
+ #~ msgstr "Lo sentimos, tu sesión ha caducado."
13711
+
13712
+ #~ msgid "Coupon has been removed."
13713
+ #~ msgstr "El cupón ha sido eliminado."
13714
+
13715
+ #~ msgid "Sorry there was a problem removing this coupon."
13716
+ #~ msgstr "Lo sentimos pero ha habido un problema al eliminar este cupón."
13717
+
13718
+ #~ msgid "Invalid product SKU"
13719
+ #~ msgstr "SKU de producto no válido"
13720
+
13721
+ #~ msgid "Consumer secret is missing."
13722
+ #~ msgstr "Falta la clave secreta de cliente"
13723
+
13724
+ #~ msgid "Consumer key is missing."
13725
+ #~ msgstr "Falta la clave del cliente."
13726
+
13727
+ #~ msgid "Invalid webhook delivery."
13728
+ #~ msgstr "Entrega de webhook no válido."
13729
+
13730
+ #~ msgid "Invalid webhook delivery ID."
13731
+ #~ msgstr "ID de entrega de webhook no válido."
13732
+
13733
+ #~ msgid ""
13734
+ #~ "Webhook delivery URL must be a valid URL starting with http:// or https://"
13735
+ #~ msgstr ""
13736
+ #~ "La URL de entrega del webhook tiene que ser una URL válida que empiece "
13737
+ #~ "con http:// o https://"
13738
+
13739
+ #~ msgid "You do not have permission to create webhooks."
13740
+ #~ msgstr "No tienes permisos para crear webhooks."
13741
+
13742
+ #~ msgid "You do not have permission to read the webhooks count"
13743
+ #~ msgstr "No tienes permisos para leer el contador de webhooks"
13744
+
13745
+ #~ msgid "No route was found matching the URL and request method"
13746
+ #~ msgstr ""
13747
+ #~ "No se encontró la ruta que coincida con la URL y el método de la petición"
13748
+
13749
+ #~ msgid "The handler for the route is invalid"
13750
+ #~ msgstr "El controlador para la ruta no es válido"
13751
+
13752
+ #~ msgid "Unsupported request method"
13753
+ #~ msgstr "Método de petición no soportado"
13754
+
13755
+ #~ msgid "Invalid authentication method"
13756
+ #~ msgstr "Método de identificación no válido"
13757
+
13758
+ #~ msgid "Permanently deleted %s"
13759
+ #~ msgstr "Se ha eliminado permanentemente %s"
13760
+
13761
+ #~ msgid "This %s cannot be deleted"
13762
+ #~ msgstr "Este %s no se puede eliminar"
13763
+
13764
+ #~ msgid "The customer cannot be deleted"
13765
+ #~ msgstr "No se puede eliminar al cliente"
13766
+
13767
+ #~ msgid "Permanently deleted customer"
13768
+ #~ msgstr "Cliente eliminado permanentemente"
13769
+
13770
+ #~ msgid "You do not have permission to delete this %s"
13771
+ #~ msgstr "No tienes permisos para eliminar este %s"
13772
+
13773
+ #~ msgid "You do not have permission to edit this %s"
13774
+ #~ msgstr "No tienes permisos para editar esto %s"
13775
+
13776
+ #~ msgid "You do not have permission to read this %s"
13777
+ #~ msgstr "No tienes permisos para leer esto %s"
13778
+
13779
+ #~ msgid "Invalid %s"
13780
+ #~ msgstr "%s no válido"
13781
+
13782
+ #~ msgid "No %1$s found with the ID equal to %2$s"
13783
+ #~ msgstr "No se encontraron %1$s con el ID igual a %2$s"
13784
+
13785
+ #~ msgid "Invalid %s ID"
13786
+ #~ msgstr "%s ID no válido"
13787
+
13788
+ #~ msgid "You do not have permission to read this report"
13789
+ #~ msgstr "No tienes permisos para leer este informe"
13790
+
13791
+ #~ msgid "Deleted %s"
13792
+ #~ msgstr "Eliminado %s"
13793
+
13794
+ #~ msgid "Could not delete the attribute"
13795
+ #~ msgstr "No se pudieron borrar los atributos"
13796
+
13797
+ #~ msgid "You do not have permission to delete product attributes"
13798
+ #~ msgstr "No tienes permisos para borrar los atributos de producto"
13799
+
13800
+ #~ msgid "Could not edit the attribute"
13801
+ #~ msgstr "No se pudo editar el atributo"
13802
+
13803
+ #~ msgid "You do not have permission to edit product attributes"
13804
+ #~ msgstr "No tienes permisos para editar los atributos del producto"
13805
+
13806
+ #~ msgid "You do not have permission to create product attributes"
13807
+ #~ msgstr "No tienes permisos para crear atributos de productos"
13808
+
13809
+ #~ msgid ""
13810
+ #~ "Invalid product attribute order_by type - the product attribute order_by "
13811
+ #~ "type must be any of these: %s"
13812
+ #~ msgstr ""
13813
+ #~ "Tipo de atributo order_by de producto no válido - el tipo de atributo de "
13814
+ #~ "producto order_by debe ser alguno de los siguientes:%s"
13815
+
13816
+ #~ msgid ""
13817
+ #~ "Invalid product attribute type - the product attribute type must be any "
13818
+ #~ "of these: %s"
13819
+ #~ msgstr ""
13820
+ #~ "Tipo de atributo de producto no válido - el tipo de atributo de producto "
13821
+ #~ "debe ser cualquiera de estos: %s"
13822
+
13823
+ #~ msgid "A product attribute with the provided ID could not be found"
13824
+ #~ msgstr "No se ha encontrado un atributo de producto con el ID suministrado"
13825
+
13826
+ #~ msgid "Invalid product attribute ID"
13827
+ #~ msgstr "ID de atributo de producto no válido"
13828
+
13829
+ #~ msgid "You do not have permission to read product attributes"
13830
+ #~ msgstr "No tienes permisos para leer los atributos de productos"
13831
+
13832
+ #~ msgid "Placeholder"
13833
+ #~ msgstr "Marcador"
13834
+
13835
+ #~ msgid "A product category with the provided ID could not be found"
13836
+ #~ msgstr ""
13837
+ #~ "No se ha encontrado una categoría de producto con el ID suministrado"
13838
+
13839
+ #~ msgid "Invalid product category ID"
13840
+ #~ msgstr "ID de categoría de producto no es válido"
13841
+
13842
+ #~ msgid "You do not have permission to read product categories"
13843
+ #~ msgstr "No tiene permisos para leer las categorias de productos"
13844
+
13845
+ #~ msgid "Invalid product type - the product type must be any of these: %s"
13846
+ #~ msgstr ""
13847
+ #~ "Tipo de producto no válido - el tipo debe ser alguno de los siguientes: %s"
13848
+
13849
+ #~ msgid "You do not have permission to create products"
13850
+ #~ msgstr "No tienes permisos para crear productos"
13851
+
13852
+ #~ msgid "You do not have permission to read the products count"
13853
+ #~ msgstr "No tienes permisos para leer el número total de productos"
13854
+
13855
+ #~ msgid "The order refund ID provided is not associated with the order."
13856
+ #~ msgstr ""
13857
+ #~ "El ID suministrado para el reembolso del pedido no está asociado al "
13858
+ #~ "pedido."
13859
+
13860
+ #~ msgid "Refund amount must be positive."
13861
+ #~ msgstr "La cantidad a reembolsar debe ser positiva."
13862
+
13863
+ #~ msgid "Refund amount is required."
13864
+ #~ msgstr "Se requiere la cantidad a reembolsar."
13865
+
13866
+ #~ msgid "You do not have permission to create order refunds"
13867
+ #~ msgstr "No tienes permisos para crear reembolsos de pedido"
13868
+
13869
+ #~ msgid "An order refund with the provided ID could not be found."
13870
+ #~ msgstr ""
13871
+ #~ "No se ha podido encontrar un reembolso de pedido con el ID facilitado."
13872
+
13873
+ #~ msgid "Permanently deleted order note"
13874
+ #~ msgstr "Nota de pedido eliminada permanentemente"
13875
+
13876
+ #~ msgid "This order note cannot be deleted"
13877
+ #~ msgstr "Esta nota de pedido no puede ser eliminada"
13878
+
13879
+ #~ msgid "The order note ID provided is not associated with the order"
13880
+ #~ msgstr ""
13881
+ #~ "El ID de la nota de pedido proporcionada no está asociado con el pedido"
13882
+
13883
+ #~ msgid "Order note is required"
13884
+ #~ msgstr "Se requiere la nota de pedido"
13885
+
13886
+ #~ msgid "You do not have permission to create order notes"
13887
+ #~ msgstr "No tiene permisos para crear notas de pedidos"
13888
+
13889
+ #~ msgid "An order note with the provided ID could not be found"
13890
+ #~ msgstr "No puede ser encontrada una nota de pedido con el ID proporcionado"
13891
+
13892
+ #~ msgid "Invalid order note ID"
13893
+ #~ msgstr "El ID de la nota de pedido no es válido"
13894
+
13895
+ #~ msgid "Coupon discount total must be a positive amount."
13896
+ #~ msgstr "El total de descuento del cupón debe ser una cantidad positiva."
13897
+
13898
+ #~ msgid "Fee title is required"
13899
+ #~ msgstr "Se requiere el título de la cuota"
13900
+
13901
+ #~ msgid "The product variation is invalid"
13902
+ #~ msgstr "La variación del producto no es válida"
13903
+
13904
+ #~ msgid "Product ID provided does not match this line item"
13905
+ #~ msgstr ""
13906
+ #~ "El ID de producto suministrado no coincide con el producto de esta línea"
13907
+
13908
+ #~ msgid "Product ID or SKU is required"
13909
+ #~ msgstr "Es necesario el ID del Producto o SKU"
13910
+
13911
+ #~ msgid "Order ID is invalid"
13912
+ #~ msgstr "El ID del pedido no es válido"
13913
+
13914
+ #~ msgid "Provided order currency is invalid."
13915
+ #~ msgstr "La moneda proporcionada en el pedido no es válida"
13916
+
13917
+ #~ msgid "Payment method ID and title are required"
13918
+ #~ msgstr "Se requiere identificador y título del método de pago"
13919
+
13920
+ #~ msgid "Cannot create order: %s"
13921
+ #~ msgstr "No se puedo crear el pedido: %s"
13922
+
13923
+ #~ msgid "You do not have permission to create orders"
13924
+ #~ msgstr "No tienes permisos para crear pedidos"
13925
+
13926
+ #~ msgid "You do not have permission to read the orders count"
13927
+ #~ msgstr "No tienes permisos para ver el total de pedidos"
13928
+
13929
+ #~ msgid "The JSONP callback function is invalid"
13930
+ #~ msgstr "La función de retorno de JSONP es inválida"
13931
+
13932
+ #~ msgid "JSONP support is disabled on this site"
13933
+ #~ msgstr "El soporte JSONP está deshabilitado en este sitio"
13934
+
13935
+ #~ msgid "You do not have permission to delete this customer"
13936
+ #~ msgstr "No tienes permisos para eliminar este cliente"
13937
+
13938
+ #~ msgid "You do not have permission to edit this customer"
13939
+ #~ msgstr "No tienes permisos para editar este cliente"
13940
+
13941
+ #~ msgid "You do not have permission to read this customer"
13942
+ #~ msgstr "No tienes permisos para ver este cliente"
13943
+
13944
+ #~ msgid "Invalid customer"
13945
+ #~ msgstr "Cliente incorrecto"
13946
+
13947
+ #~ msgid "Invalid customer ID"
13948
+ #~ msgstr "ID de cliente no válido"
13949
+
13950
+ #~ msgid "You do not have permission to create this customer"
13951
+ #~ msgstr "No tiene permisos para crear este cliente"
13952
+
13953
+ #~ msgid "You do not have permission to read the customers count"
13954
+ #~ msgstr "No tiene permisos para leer la cantidad de clientes"
13955
+
13956
+ #~ msgid "Invalid customer email"
13957
+ #~ msgstr "Correo electrónico de cliente no válido"
13958
+
13959
+ #~ msgid "No %1$s data specified to create/edit %1$s"
13960
+ #~ msgstr "Sin %1$s datos especificados para crear/editar %1$s"
13961
+
13962
+ #~ msgid "Failed to update coupon"
13963
+ #~ msgstr "No se ha podido actualizar el cupón"
13964
+
13965
+ #~ msgid "No %1$s data specified to edit %1$s"
13966
+ #~ msgstr "Sin %1$s datos especificados para editar %1$s"
13967
+
13968
+ #~ msgid "Invalid coupon type - the coupon type must be any of these: %s"
13969
+ #~ msgstr ""
13970
+ #~ "Tipo de cupón no válido - el tipo de cupón debe ser alguno de estos: %s"
13971
+
13972
+ #~ msgid "The coupon code already exists"
13973
+ #~ msgstr "El código del cupón ya existe"
13974
+
13975
+ #~ msgid "Missing parameter %s"
13976
+ #~ msgstr "Falta el parámetro %s"
13977
+
13978
+ #~ msgid "You do not have permission to create coupons"
13979
+ #~ msgstr "No tienes permisos para crear cupones"
13980
+
13981
+ #~ msgid "No %1$s data specified to create %1$s"
13982
+ #~ msgstr "Sin %1$s datos especificados para crear %1$s"
13983
+
13984
+ #~ msgid "Invalid coupon code"
13985
+ #~ msgstr "Código de cupón no válido"
13986
+
13987
+ #~ msgid "You do not have permission to read the coupons count"
13988
+ #~ msgstr "No tienes permisos para ver el contador de cupones"
13989
+
13990
+ #~ msgid "Invalid coupon ID"
13991
+ #~ msgstr "ID de cupón no válido"
13992
+
13993
+ #~ msgid "API user is invalid"
13994
+ #~ msgstr "El usuario de la API no es válido"
13995
+
13996
+ #~ msgid "%s parameter is missing"
13997
+ #~ msgstr "Falta el parámetro %s"
13998
+
13999
+ #~ msgid ""
14000
+ #~ "WooCommerce API. Use a consumer key in the username field and a consumer "
14001
+ #~ "secret in the password field."
14002
+ #~ msgstr ""
14003
+ #~ "API de WooCommerce. Utiliza una clave de cliente en el campo de usuario y "
14004
+ #~ "una clave secreta de cliente en el campo de contraseña"
14005
+
14006
+ #~ msgid "Consumer secret is invalid."
14007
+ #~ msgstr "La clave secreta de cliente no es válida"
14008
+
14009
+ #~ msgid "Custom:"
14010
+ #~ msgstr "Personalizado"
14011
+
14012
+ #~ msgid ""
14013
+ #~ "It is strongly recommended that you backup your database before "
14014
+ #~ "proceeding. Are you sure you wish to run the updater now?"
14015
+ #~ msgstr ""
14016
+ #~ "Se recomienda encarecidamente que hagas una copia de seguridad de tu base "
14017
+ #~ "de datos antes de continuar. ¿Estás seguro de que quieres ejecutar el "
14018
+ #~ "actualizador ahora?"
14019
+
14020
+ #~ msgid "Run the updater"
14021
+ #~ msgstr "Ejecuta el actualizador"
14022
+
14023
+ #~ msgid "Theme integration guide"
14024
+ #~ msgstr "Guía de integración para temas"
14025
+
14026
+ #~ msgid "Read more about Storefront"
14027
+ #~ msgstr "Leer más sobre Storefront"
14028
+
14029
+ #~ msgid "Learn more about templates"
14030
+ #~ msgstr "Aprende más sobre las plantillas"
14031
+
14032
+ #~ msgid "Skip setup"
14033
+ #~ msgstr "Saltar configuración"
14034
+
14035
+ #~ msgid "Run the Setup Wizard"
14036
+ #~ msgstr "Ejecutar el asistente de configuración"
14037
+
14038
+ #~ msgid ""
14039
+ #~ "<strong>Welcome to WooCommerce</strong> &#8211; You&lsquo;re almost ready "
14040
+ #~ "to start selling :)"
14041
+ #~ msgstr ""
14042
+ #~ "<strong>Bienvenido a WooCommerce</strong> &#8211; Ya estás casi listo "
14043
+ #~ "para empezar a vender :)"
14044
+
14045
+ #~ msgid "Sold individually?"
14046
+ #~ msgstr "¿Vendido individualmente?"
14047
+
14048
+ #~ msgid "Backorders?"
14049
+ #~ msgstr "¿Permitir reservas?"
14050
+
14051
+ #~ msgid "In stock?"
14052
+ #~ msgstr "¿En inventario?"
14053
+
14054
+ #~ msgid "Catalog &amp; search"
14055
+ #~ msgstr "Catálogo y búsqueda"
14056
+
14057
+ #~ msgid "Visibility"
14058
+ #~ msgstr "Visibilidad"
14059
+
14060
+ #~ msgid "Height (%s)"
14061
+ #~ msgstr "Altura (%s)"
14062
+
14063
+ #~ msgid "Width (%s)"
14064
+ #~ msgstr "Ancho (%s)"
14065
+
14066
+ #~ msgid "Length (%s)"
14067
+ #~ msgstr "Longitud (%s)"
14068
+
14069
+ #~ msgid "L/W/H"
14070
+ #~ msgstr "L/W/H"
14071
+
14072
+ #~ msgid "Enter sale price (%s)"
14073
+ #~ msgstr "Introduce el precio rebajado (%s)"
14074
+
14075
+ #~ msgid "Decrease existing price by (fixed amount or %):"
14076
+ #~ msgstr "Disminuir el precio existente en (cantidad fija o %):"
14077
+
14078
+ #~ msgid "Sale"
14079
+ #~ msgstr "Oferta"
14080
+
14081
+ #~ msgid "Enter price (%s)"
14082
+ #~ msgstr "Introduzca precio (%s)"
14083
+
14084
+ #~ msgid "Change to:"
14085
+ #~ msgstr "Cambiar a:"
14086
+
14087
+ #~ msgid "— No Change —"
14088
+ #~ msgstr "- Sin cambios -"
14089
+
14090
+ #~ msgid "Save changes"
14091
+ #~ msgstr "Guardar los cambios"
14092
+
14093
+ #~ msgid "Logs"
14094
+ #~ msgstr "Registros"
14095
+
14096
+ #~ msgid "Tools"
14097
+ #~ msgstr "Herramientas"
14098
+
14099
+ #~ msgid "Overrides"
14100
+ #~ msgstr "Anulaciones"
14101
+
14102
+ #~ msgid ""
14103
+ #~ "This section shows any files that are overriding the default WooCommerce "
14104
+ #~ "template pages."
14105
+ #~ msgstr ""
14106
+ #~ "Esta sección muestra los archivos que estén usándose en vez de las "
14107
+ #~ "páginas de plantilla por defecto de WooCommerce."
14108
+
14109
+ #~ msgid "Not declared"
14110
+ #~ msgstr "No declarada"
14111
+
14112
+ #~ msgid ""
14113
+ #~ "Displays whether or not the current active theme declares WooCommerce "
14114
+ #~ "support."
14115
+ #~ msgstr "Muestra si el tema activo actual es compatible con WooCommerce."
14116
+
14117
+ #~ msgid "WooCommerce support"
14118
+ #~ msgstr "Compatible con WooCommerce"
14119
+
14120
+ #~ msgid "The parent theme developers URL."
14121
+ #~ msgstr "URL de los desarrolladores del tema padre."
14122
+
14123
+ #~ msgid "Parent theme author URL"
14124
+ #~ msgstr "URL del autor del tema padre"
14125
+
14126
+ #~ msgid "The installed version of the parent theme."
14127
+ #~ msgstr "La versión instalada del tema padre."
14128
+
14129
+ #~ msgid "Parent theme version"
14130
+ #~ msgstr "Versión del tema padre"
14131
+
14132
+ #~ msgid "The name of the parent theme."
14133
+ #~ msgstr "El nombre del tema padre."
14134
+
14135
+ #~ msgid "Parent theme name"
14136
+ #~ msgstr "Nombre del tema padre"
14137
+
14138
+ #~ msgid ""
14139
+ #~ "If you are modifying WooCommerce on a parent theme that you did not build "
14140
+ #~ "personally we recommend using a child theme. See: <a href=\"%s\" target="
14141
+ #~ "\"_blank\">How to create a child theme</a>"
14142
+ #~ msgstr ""
14143
+ #~ "Si estás modificando WooCommerce en un tema padre que no has creado "
14144
+ #~ "personalmente, te recomendamos utilizar un tema hijo. Ver: <a href=\"%s\" "
14145
+ #~ "target=\"_blank\">Cómo crear un tema hijo</a>"
14146
+
14147
+ #~ msgid "Displays whether or not the current theme is a child theme."
14148
+ #~ msgstr "Muestra si el tema actual es un tema menor."
14149
+
14150
+ #~ msgid "Child theme"
14151
+ #~ msgstr "Tema hijo"
14152
+
14153
+ #~ msgid "The theme developers URL."
14154
+ #~ msgstr "URL de los desarrolladores del tema."
14155
+
14156
+ #~ msgid "Author URL"
14157
+ #~ msgstr "URL del autor"
14158
+
14159
+ #~ msgid "%s is available"
14160
+ #~ msgstr "%s está disponible"
14161
+
14162
+ #~ msgid "The installed version of the current active theme."
14163
+ #~ msgstr "La versión instalada del tema activo actual."
14164
+
14165
+ #~ msgid "Version"
14166
+ #~ msgstr "Versión"
14167
+
14168
+ #~ msgid "The name of the current active theme."
14169
+ #~ msgstr "El nombre del tema activo actual."
14170
+
14171
+ #~ msgid "Theme"
14172
+ #~ msgstr "Tema"
14173
+
14174
+ #~ msgid ""
14175
+ #~ "A list of taxonomy terms that can be used in regard to order/product "
14176
+ #~ "statuses."
14177
+ #~ msgstr ""
14178
+ #~ "Una lista de los términos de la taxonomía que se pueden utilizar en "
14179
+ #~ "relación con los estados de los pedidos/productos."
14180
+
14181
+ #~ msgid "Page does not contain the shortcode."
14182
+ #~ msgstr "La página no contiene el shortcode."
14183
+
14184
+ #~ msgid "Page not set"
14185
+ #~ msgstr "Página sin definir"
14186
+
14187
+ #~ msgctxt "Page setting"
14188
+ #~ msgid "My account"
14189
+ #~ msgstr "Mi cuenta"
14190
+
14191
+ #~ msgctxt "Page setting"
14192
+ #~ msgid "Checkout"
14193
+ #~ msgstr "Finalizar compra"
14194
+
14195
+ #~ msgctxt "Page setting"
14196
+ #~ msgid "Cart"
14197
+ #~ msgstr "Carrito"
14198
+
14199
+ #~ msgctxt "Page setting"
14200
+ #~ msgid "Shop base"
14201
+ #~ msgstr "Base de la tienda"
14202
+
14203
+ #~ msgid "API Version"
14204
+ #~ msgstr "Versión API"
14205
+
14206
+ #~ msgid "Does your site have REST API enabled?"
14207
+ #~ msgstr "¿Tiene tu sitio habilitada la API REST?"
14208
+
14209
+ #~ msgid "API enabled"
14210
+ #~ msgstr "API activada"
14211
+
14212
+ #~ msgid "The number of decimal points shown in displayed prices."
14213
+ #~ msgstr "El número de decimales que se muestran en los precios mostrados."
14214
+
14215
+ #~ msgid "The decimal separator of displayed prices."
14216
+ #~ msgstr "Esto establece el separador decimal de los precios mostrados."
14217
+
14218
+ #~ msgid "The thousand separator of displayed prices."
14219
+ #~ msgstr "El separador de miles de los precios mostrados."
14220
+
14221
+ #~ msgid "The position of the currency symbol."
14222
+ #~ msgstr "La posición del símbolo de moneda."
14223
+
14224
+ #~ msgid ""
14225
+ #~ "What currency prices are listed at in the catalog and which currency "
14226
+ #~ "gateways will take payments in."
14227
+ #~ msgstr ""
14228
+ #~ "En qué moneda están los precios en el catálogo y en qué moneda se harán "
14229
+ #~ "los pagos a través de las pasarelas."
14230
+
14231
+ #~ msgid "Does your site force a SSL Certificate for transactions?"
14232
+ #~ msgstr "¿Fuerza tu sitio un certificado SSL para las transacciones?"
14233
+
14234
+ #~ msgid "Force SSL"
14235
+ #~ msgstr "Forzar SSL"
14236
+
14237
+ #~ msgid "Network enabled"
14238
+ #~ msgstr "Red habilitado"
14239
+
14240
+ #~ msgid "Visit plugin homepage"
14241
+ #~ msgstr "Visitar la web del plugin"
14242
+
14243
+ #~ msgid "Active plugins"
14244
+ #~ msgstr "Plugins activos"
14245
+
14246
+ #~ msgid "Table does not exist"
14247
+ #~ msgstr "La tabla no existe"
14248
+
14249
+ #~ msgid ""
14250
+ #~ "The version of WooCommerce that the database is formatted for. This "
14251
+ #~ "should be the same as your WooCommerce version."
14252
+ #~ msgstr ""
14253
+ #~ "La versión de WooCommerce para la que está formateada la base de datos. "
14254
+ #~ "Debe ser la misma que la de tu versión de WooCommerce."
14255
+
14256
+ #~ msgid "Database"
14257
+ #~ msgstr "Base de datos"
14258
+
14259
+ #~ msgid ""
14260
+ #~ "WooCommerce plugins may use this method of communication when checking "
14261
+ #~ "for plugin updates."
14262
+ #~ msgstr ""
14263
+ #~ "Los plugins para WooCommerce pueden utilizar este método de comunicación "
14264
+ #~ "en la comprobación de actualizaciones del plugin."
14265
+
14266
+ #~ msgid "Remote get"
14267
+ #~ msgstr "Obtención remota"
14268
+
14269
+ #~ msgid ""
14270
+ #~ "PayPal uses this method of communicating when sending back transaction "
14271
+ #~ "information."
14272
+ #~ msgstr ""
14273
+ #~ "PayPal utiliza este método de comunicación al enviar de nuevo la "
14274
+ #~ "información de transacciones."
14275
+
14276
+ #~ msgid "Remote post"
14277
+ #~ msgstr "Publicación remota"
14278
+
14279
+ #~ msgid "GZip (gzopen) is used to open the GEOIP database from MaxMind."
14280
+ #~ msgstr "Se usa Gzip (gzopen) para abrir la base de datos GEOIP de MaxMind."
14281
+
14282
+ #~ msgid ""
14283
+ #~ "Your server does not have the %s class enabled - HTML/Multipart emails, "
14284
+ #~ "and also some extensions, will not work without DOMDocument."
14285
+ #~ msgstr ""
14286
+ #~ "Tu servidor no tiene activa la clase %s - los correos electrónicos HTML/"
14287
+ #~ "Multiparte, y también algunas extensiones, no funcionarán sin el "
14288
+ #~ "DOMDocument."
14289
+
14290
+ #~ msgid ""
14291
+ #~ "HTML/Multipart emails use DOMDocument to generate inline CSS in templates."
14292
+ #~ msgstr ""
14293
+ #~ "HTML / mensajes de correo electrónico de varias partes utilizan "
14294
+ #~ "DOMDocument para generar CSS en línea en las plantillas."
14295
+
14296
+ #~ msgid ""
14297
+ #~ "Some webservices like shipping use SOAP to get information from remote "
14298
+ #~ "servers, for example, live shipping quotes from FedEx require SOAP to be "
14299
+ #~ "installed."
14300
+ #~ msgstr ""
14301
+ #~ "Algunos servicios web, como el uso del envío de SOAP para obtener "
14302
+ #~ "información de los servidores remotos, por ejemplo, los gastos de envío "
14303
+ #~ "de FedEx en vivo requieren SOAP para instalarse."
14304
+
14305
+ #~ msgid ""
14306
+ #~ "Your server does not have fsockopen or cURL enabled - PayPal IPN and "
14307
+ #~ "other scripts which communicate with other servers will not work. Contact "
14308
+ #~ "your hosting provider."
14309
+ #~ msgstr ""
14310
+ #~ "Tu servidor no tiene habilitado fsockopen o CURL - PayPal IPN y otras "
14311
+ #~ "secuencias de comandos que se comunican con otros servidores no "
14312
+ #~ "funcionará. Ponte en contacto con tu proveedor de alojamiento."
14313
+
14314
+ #~ msgid ""
14315
+ #~ "Payment gateways can use cURL to communicate with remote servers to "
14316
+ #~ "authorize payments, other plugins may also use it when communicating with "
14317
+ #~ "remote services."
14318
+ #~ msgstr ""
14319
+ #~ "Las pasarelas de pago pueden utilizar CURL para comunicarse con "
14320
+ #~ "servidores remotos para autorizar los pagos, otros plugins también pueden "
14321
+ #~ "utilizarlo en la comunicación con los servicios remotos."
14322
+
14323
+ #~ msgid "Default timezone is %s - it should be UTC"
14324
+ #~ msgstr "Por defecto la zona horaria es%s - debe ser UTC"
14325
+
14326
+ #~ msgid "The default timezone for your server."
14327
+ #~ msgstr "La zona horaria por defecto para tu servidor."
14328
+
14329
+ #~ msgid "Default timezone is UTC"
14330
+ #~ msgstr "Por defecto la zona horaria es GMT"
14331
+
14332
+ #~ msgid ""
14333
+ #~ "The largest filesize that can be uploaded to your WordPress installation."
14334
+ #~ msgstr ""
14335
+ #~ "El mayor tamaño de archivo que se puede subir a tu instalación de "
14336
+ #~ "WordPress."
14337
+
14338
+ #~ msgid "Max upload size"
14339
+ #~ msgstr "Tamaño máximo de subida"
14340
+
14341
+ #~ msgid "The version of MySQL installed on your hosting server."
14342
+ #~ msgstr "La versión de MySQL instalado en tu servidor de alojamiento."
14343
+
14344
+ #~ msgid "MySQL version"
14345
+ #~ msgstr "Versión de MySQL"
14346
+
14347
+ #~ msgid ""
14348
+ #~ "Suhosin is an advanced protection system for PHP installations. It was "
14349
+ #~ "designed to protect your servers on the one hand against a number of well "
14350
+ #~ "known problems in PHP applications and on the other hand against "
14351
+ #~ "potential unknown vulnerabilities within these applications or the PHP "
14352
+ #~ "core itself. If enabled on your server, Suhosin may need to be configured "
14353
+ #~ "to increase its data submission limits."
14354
+ #~ msgstr ""
14355
+ #~ "Suhosin es un sistema de protección avanzado para instalaciones de PHP. "
14356
+ #~ "Fue diseñado para proteger tus servidores, por un lado frente a diversos "
14357
+ #~ "problemas bien conocidos en aplicaciones PHP y, por otro lado, frente a "
14358
+ #~ "potenciales vulnerabilidades desconocidas dentro de estas aplicaciones o "
14359
+ #~ "el propio núcleo de PHP. Si está activado en tu servidor, Suhosin puede "
14360
+ #~ "que necesite configurarse para aumentar sus límites de envío de datos."
14361
+
14362
+ #~ msgid "SUHOSIN installed"
14363
+ #~ msgstr "SUHOSIN Instalado"
14364
+
14365
+ #~ msgid ""
14366
+ #~ "The maximum number of variables your server can use for a single function "
14367
+ #~ "to avoid overloads."
14368
+ #~ msgstr ""
14369
+ #~ "El número máximo de variables que tu servidor puede utilizar en cada "
14370
+ #~ "función para evitar sobrecargas."
14371
+
14372
+ #~ msgid "PHP max input vars"
14373
+ #~ msgstr "PHP max input vars"
14374
+
14375
+ #~ msgid ""
14376
+ #~ "The amount of time (in seconds) that your site will spend on a single "
14377
+ #~ "operation before timing out (to avoid server lockups)"
14378
+ #~ msgstr ""
14379
+ #~ "La cantidad de tiempo (en segundos) que tu sitio va a consumir en una "
14380
+ #~ "sola operación antes de agotarse el tiempo de espera (para evitar "
14381
+ #~ "bloqueos de servidor)"
14382
+
14383
+ #~ msgid "PHP time limit"
14384
+ #~ msgstr "PHP time limit"
14385
+
14386
+ #~ msgid "The largest filesize that can be contained in one post."
14387
+ #~ msgstr ""
14388
+ #~ "El mayor tamaño de archivo que puede estar contenida en un solo post."
14389
+
14390
+ #~ msgid "PHP post max size"
14391
+ #~ msgstr "PHP post max size"
14392
+
14393
+ #~ msgid "The version of PHP installed on your hosting server."
14394
+ #~ msgstr "La versión de PHP instalada en el servidor de alojamiento."
14395
+
14396
+ #~ msgid "PHP version"
14397
+ #~ msgstr "Versión de PHP"
14398
+
14399
+ #~ msgid ""
14400
+ #~ "Information about the web server that is currently hosting your site."
14401
+ #~ msgstr "Información sobre el servidor web que está alojando tu sitio."
14402
+
14403
+ #~ msgid "Server info"
14404
+ #~ msgstr "Información del servidor"
14405
+
14406
+ #~ msgid "Server environment"
14407
+ #~ msgstr "Entorno del servidor"
14408
+
14409
+ #~ msgid "The current language used by WordPress. Default = English"
14410
+ #~ msgstr "El idioma actual utilizado por WordPress. Por defecto = Inglés"
14411
+
14412
+ #~ msgid "Language"
14413
+ #~ msgstr "Idioma"
14414
+
14415
+ #~ msgid "Displays whether or not WordPress is in Debug Mode."
14416
+ #~ msgstr "Muestra si WordPress está en modo de depuración."
14417
+
14418
+ #~ msgid ""
14419
+ #~ "The maximum amount of memory (RAM) that your site can use at one time."
14420
+ #~ msgstr ""
14421
+ #~ "La cantidad máxima de memoria (RAM) que tu sitio puede utilizar al mismo "
14422
+ #~ "tiempo."
14423
+
14424
+ #~ msgid "Whether or not you have WordPress Multisite enabled."
14425
+ #~ msgstr "Si tienes o no WordPress Multisitio habilitado."
14426
+
14427
+ #~ msgid "The version of WordPress installed on your site."
14428
+ #~ msgstr "La versión de WordPress instalada en tu sitio."
14429
+
14430
+ #~ msgid ""
14431
+ #~ "Several WooCommerce extensions can write logs which makes debugging "
14432
+ #~ "problems easier. The directory must be writable for this to happen."
14433
+ #~ msgstr ""
14434
+ #~ "Hay varias extensiones de WooCommerce que pueden escribir registros, lo "
14435
+ #~ "que hace que depurar problemas sea más fácil. El directorio debe tener "
14436
+ #~ "permisos de escritura para que esto suceda."
14437
+
14438
+ #~ msgid "Log directory writable"
14439
+ #~ msgstr "Directorio de registros con permiso de escritura"
14440
+
14441
+ #~ msgid "The version of WooCommerce installed on your site."
14442
+ #~ msgstr "La versión de WooCommerce instalado en tu sitio."
14443
+
14444
+ #~ msgid "The root URL of your site."
14445
+ #~ msgstr "La URL raíz de tu sitio."
14446
+
14447
+ #~ msgid "Site URL"
14448
+ #~ msgstr "URL del sitio"
14449
+
14450
+ #~ msgid "Home URL"
14451
+ #~ msgstr "URL de la página de inicio"
14452
+
14453
+ #~ msgid "WordPress environment"
14454
+ #~ msgstr "Entorno WordPress"
14455
+
14456
+ #~ msgid "Copy for support"
14457
+ #~ msgstr "Copia para soporte"
14458
+
14459
+ #~ msgid "Understanding the status report"
14460
+ #~ msgstr "Entendiendo el informe de estado"
14461
+
14462
+ #~ msgid "Get system report"
14463
+ #~ msgstr "Obtener el informe del sistema"
14464
+
14465
+ #~ msgid ""
14466
+ #~ "Please copy and paste this information in your ticket when contacting "
14467
+ #~ "support:"
14468
+ #~ msgstr ""
14469
+ #~ "Por favor, copia y pega esta información en tu ticket cuando contactes "
14470
+ #~ "con el soporte:"
14471
+
14472
+ #~ msgid "There are currently no logs to view."
14473
+ #~ msgstr "Actualmente no hay registros para ver."
14474
+
14475
+ #~ msgid "Download &amp; install"
14476
+ #~ msgstr "Descargar e instalar"
14477
+
14478
+ #~ msgid "Read all about it"
14479
+ #~ msgstr "Lee todos los detalles"
14480
+
14481
+ #~ msgid ""
14482
+ #~ "Storefront is an intuitive, flexible and <strong>free</strong> WordPress "
14483
+ #~ "theme offering deep integration with WooCommerce and many of the most "
14484
+ #~ "popular customer-facing extensions."
14485
+ #~ msgstr ""
14486
+ #~ "Storefront es un tema de WordPress intuitivo, flexible y "
14487
+ #~ "<strong>gratuito</strong> que ofrece una profunda integración con "
14488
+ #~ "WooCommerce y muchas de las extensiones más populares de cara al cliente."
14489
+
14490
+ #~ msgid "We recommend Storefront, the <em>official</em> WooCommerce theme."
14491
+ #~ msgstr "Recomendamos Storefront, el tema <em>oficial</em> de WooCommerce."
14492
+
14493
+ #~ msgid "Looking for a WooCommerce theme?"
14494
+ #~ msgstr "¿Buscas un tema para WooCommerce?"
14495
+
14496
+ #~ msgid ""
14497
+ #~ "Our catalog of WooCommerce Extensions can be found on WooCommerce.com "
14498
+ #~ "here: <a href=\"%s\">WooCommerce Extensions Catalog</a>"
14499
+ #~ msgstr ""
14500
+ #~ "Nuestro catálogo de extensiones WooCommerce se puede encontrar en "
14501
+ #~ "WooCommerce.com aquí: <a href=\"%s\">Catálogo Extensiones WooCommerce</a>"
14502
+
14503
+ #~ msgid "Free"
14504
+ #~ msgstr "Gratis"
14505
+
14506
+ #~ msgid "Need a theme? Try Storefront"
14507
+ #~ msgstr "¿Necesitas un tema? Prueba Storefront"
14508
+
14509
+ #~ msgid "Itemized"
14510
+ #~ msgstr "Detallado"
14511
+
14512
+ #~ msgid "As a single total"
14513
+ #~ msgstr "Como un total único"
14514
+
14515
+ #~ msgid "Display tax totals"
14516
+ #~ msgstr "Visualización del total de impuestos"
14517
+
14518
+ #~ msgid ""
14519
+ #~ "Define text to show after your product prices. This could be, for "
14520
+ #~ "example, \"inc. Vat\" to explain your pricing. You can also have prices "
14521
+ #~ "substituted here using one of the following: {price_including_tax}, "
14522
+ #~ "{price_excluding_tax}."
14523
+ #~ msgstr ""
14524
+ #~ "Define el texto que se mostrará después de los precios de los productos. "
14525
+ #~ "Podría ser, por ejemplo, \"iva incluido\", para así explicar tu política "
14526
+ #~ "de precios. También puedes poner aquí la sustitución de precios, usando "
14527
+ #~ "alguna de estas posibilidades: {price_including_tax}, "
14528
+ #~ "{price_excluding_tax}."
14529
+
14530
+ #~ msgid "Price display suffix"
14531
+ #~ msgstr "Sufijo a mostrar en el precio"
14532
+
14533
+ #~ msgid "Display prices during cart and checkout"
14534
+ #~ msgstr "Mostrar precios en el carrito y en el pago"
14535
+
14536
+ #~ msgid "Excluding tax"
14537
+ #~ msgstr "Sin impuestos"
14538
+
14539
+ #~ msgid "Including tax"
14540
+ #~ msgstr "IVA Incluido"
14541
+
14542
+ #~ msgid "Display prices in the shop"
14543
+ #~ msgstr "Mostrar precios en la tienda"
14544
+
14545
+ #~ msgid "Reduced rate%sZero rate"
14546
+ #~ msgstr "Tasa reducida%sTasa cero"
14547
+
14548
+ #~ msgid ""
14549
+ #~ "List additional tax classes below (1 per line). This is in addition to "
14550
+ #~ "the default \"Standard rate\"."
14551
+ #~ msgstr ""
14552
+ #~ "Lista de clases de impuestos adicionales a continuación (1 por línea). "
14553
+ #~ "Esto se añade a la \"Tasa estándar\" por defecto."
14554
+
14555
+ #~ msgid "Additional tax classes"
14556
+ #~ msgstr "Clases de impuestos adicionales"
14557
+
14558
+ #~ msgid "Round tax at subtotal level, instead of rounding per line"
14559
+ #~ msgstr ""
14560
+ #~ "Redondeo de impuesto en el subtotal, en lugar de redondeo por cada línea"
14561
+
14562
+ #~ msgid "Rounding"
14563
+ #~ msgstr "Redondeo"
14564
+
14565
+ #~ msgid "Shipping tax class based on cart items"
14566
+ #~ msgstr "Tasa de impuesto por envío basado en los productos del carrito"
14567
+
14568
+ #~ msgid ""
14569
+ #~ "Optionally control which tax class shipping gets, or leave it so shipping "
14570
+ #~ "tax is based on the cart items themselves."
14571
+ #~ msgstr ""
14572
+ #~ "Control opcional para la tasa de impuesto por envío, o déjalo tal cual si "
14573
+ #~ "el impuesto por envío está basado en los productos del carrito."
14574
+
14575
+ #~ msgid "Shipping tax class"
14576
+ #~ msgstr "Clase de impuesto por envío"
14577
+
14578
+ #~ msgid "Customer billing address"
14579
+ #~ msgstr "Dirección de pedido del cliente"
14580
+
14581
+ #~ msgid "Customer shipping address"
14582
+ #~ msgstr "Dirección de envío del cliente"
14583
+
14584
+ #~ msgid "This option determines which address is used to calculate tax."
14585
+ #~ msgstr ""
14586
+ #~ "Esta opción determina la dirección que se utiliza para calcular el "
14587
+ #~ "impuesto."
14588
+
14589
+ #~ msgid "Calculate tax based on"
14590
+ #~ msgstr "Calcular impuesto basado en"
14591
+
14592
+ #~ msgid "No, I will enter prices exclusive of tax"
14593
+ #~ msgstr "No, introduciré los precios sin impuestos"
14594
+
14595
+ #~ msgid "Yes, I will enter prices inclusive of tax"
14596
+ #~ msgstr "Sí, voy a introducir los precios con impuestos incluidos"
14597
+
14598
+ #~ msgid ""
14599
+ #~ "This option is important as it will affect how you input prices. Changing "
14600
+ #~ "it will not update existing products."
14601
+ #~ msgstr ""
14602
+ #~ "Esta opción es importante, ya que afectará a cómo los precios de entrada. "
14603
+ #~ "Cambiarlo no actualizará los productos existentes."
14604
+
14605
+ #~ msgid "Prices entered with tax"
14606
+ #~ msgstr "Precios con impuestos incluídos"
14607
+
14608
+ #~ msgid "Enable taxes"
14609
+ #~ msgstr "Activar impuestos"
14610
+
14611
+ #~ msgid "Save webhook"
14612
+ #~ msgstr "Guardar webhook"
14613
+
14614
+ #~ msgid "Updated at"
14615
+ #~ msgstr "Actualizado el"
14616
+
14617
+ #~ msgid "Created at"
14618
+ #~ msgstr "Creado el"
14619
+
14620
+ #~ msgid "Webhook actions"
14621
+ #~ msgstr "Acciones de webhook"
14622
+
14623
+ #~ msgid "Secret"
14624
+ #~ msgstr "Secreto"
14625
+
14626
+ #~ msgid "URL where the webhook payload is delivered."
14627
+ #~ msgstr "URL en la que se entrega la carga útil webhook."
14628
+
14629
+ #~ msgid "Enter the action that will trigger this webhook."
14630
+ #~ msgstr "Introduce la acción que activará esta webhook."
14631
+
14632
+ #~ msgid "Action event"
14633
+ #~ msgstr "Evento de la acción"
14634
+
14635
+ #~ msgid "Action"
14636
+ #~ msgstr "Acción"
14637
+
14638
+ #~ msgid "Product deleted"
14639
+ #~ msgstr "Producto eliminado"
14640
+
14641
+ #~ msgid "Product updated"
14642
+ #~ msgstr "Producto actualizado"
14643
+
14644
+ #~ msgid "Product created"
14645
+ #~ msgstr "Producto creado"
14646
+
14647
+ #~ msgid "Order updated"
14648
+ #~ msgstr "Pedido actualizado"
14649
+
14650
+ #~ msgid "Order created"
14651
+ #~ msgstr "Pedido creado"
14652
+
14653
+ #~ msgid "Customer deleted"
14654
+ #~ msgstr "Cliente eliminado"
14655
+
14656
+ #~ msgid "Customer updated"
14657
+ #~ msgstr "Cliente actualizado"
14658
+
14659
+ #~ msgid "Coupon deleted"
14660
+ #~ msgstr "Cupón eliminado"
14661
+
14662
+ #~ msgid "Coupon updated"
14663
+ #~ msgstr "Cupón actualizado"
14664
+
14665
+ #~ msgid "Coupon created"
14666
+ #~ msgstr "Cupón creado"
14667
+
14668
+ #~ msgid "Select when the webhook will fire."
14669
+ #~ msgstr "Seleccione cuando el webhook se disparará."
14670
+
14671
+ #~ msgid ""
14672
+ #~ "The options are &quot;Active&quot; (delivers payload), &quot;Paused&quot; "
14673
+ #~ "(does not deliver), or &quot;Disabled&quot; (does not deliver due "
14674
+ #~ "delivery failures)."
14675
+ #~ msgstr ""
14676
+ #~ "Las opciones son &quot;activo&quot; (entrega de carga útil), &quot;En "
14677
+ #~ "pausa&quot; (no entrega), o &quot;Disabled&quot; (no entrega errores en "
14678
+ #~ "la entrega debido)."
14679
+
14680
+ #~ msgid ""
14681
+ #~ "Friendly name for identifying this webhook, defaults to Webhook created "
14682
+ #~ "on %s."
14683
+ #~ msgstr ""
14684
+ #~ "Nombre descriptivo para identificar este webhook, por defecto el Webhook "
14685
+ #~ "se creó en%s."
14686
+
14687
+ #~ msgid "Webhook data"
14688
+ #~ msgstr "Datos del webhook"
14689
+
14690
+ #~ msgid "Method"
14691
+ #~ msgstr "Método"
14692
+
14693
+ #~ msgid "Tax name"
14694
+ #~ msgstr "Nombre del impuesto"
14695
+
14696
+ #~ msgid "State code"
14697
+ #~ msgstr "Código de provincia"
14698
+
14699
+ #~ msgid "Country code"
14700
+ #~ msgstr "Código del país"
14701
+
14702
+ #~ msgid "No row(s) selected"
14703
+ #~ msgstr "Ninguna fila(s) seleccionada"
14704
+
14705
+ #~ msgid "Import CSV"
14706
+ #~ msgstr "Importar CSV"
14707
+
14708
+ #~ msgid "Remove selected row(s)"
14709
+ #~ msgstr "Eliminar fila seleccionada (s)"
14710
+
14711
+ #~ msgid "Insert row"
14712
+ #~ msgstr "Insertar fila"
14713
+
14714
+ #~ msgid "Tax rate ID."
14715
+ #~ msgstr "ID de la tasa de impuesto."
14716
+
14717
+ #~ msgid "Choose whether or not this tax rate also gets applied to shipping."
14718
+ #~ msgstr "Elige si esta tasa de impuesto se aplica también al envío o no."
14719
+
14720
+ #~ msgid ""
14721
+ #~ "Choose whether or not this is a compound rate. Compound tax rates are "
14722
+ #~ "applied on top of other tax rates."
14723
+ #~ msgstr ""
14724
+ #~ "Elige si esto es o no una tasa compuesta. Las tasas de impuestos "
14725
+ #~ "compuestas se aplican antes que otras tasas de impuestos."
14726
+
14727
+ #~ msgid "Compound"
14728
+ #~ msgstr "Compuesto"
14729
+
14730
+ #~ msgid ""
14731
+ #~ "Choose a priority for this tax rate. Only 1 matching rate per priority "
14732
+ #~ "will be used. To define multiple tax rates for a single area you need to "
14733
+ #~ "specify a different priority per rate."
14734
+ #~ msgstr ""
14735
+ #~ "Elija una prioridad para esta tasa de impuesto. Se utilizará solo 1 tasa "
14736
+ #~ "por prioridad. Para definir múltiples tasas de impuestos para una sola "
14737
+ #~ "área tienes para especificar una prioridad distinta según la tasa."
14738
+
14739
+ #~ msgid "Priority"
14740
+ #~ msgstr "Prioridad"
14741
+
14742
+ #~ msgid "Enter a name for this tax rate."
14743
+ #~ msgstr "Introduzca un nombre para este tipo de gravamen."
14744
+
14745
+ #~ msgid "Enter a tax rate (percentage) to 4 decimal places."
14746
+ #~ msgstr "Introduce una tasa de impuestos (porcentaje) con 4 decimales."
14747
+
14748
+ #~ msgid "Rate&nbsp;%"
14749
+ #~ msgstr "Tarifa&nbsp;%"
14750
+
14751
+ #~ msgid ""
14752
+ #~ "Cities for this rule. Semi-colon (;) separate multiple values. Leave "
14753
+ #~ "blank to apply to all cities."
14754
+ #~ msgstr ""
14755
+ #~ "Ciudades para esta regla. Usa punto y coma (;) para separar varios "
14756
+ #~ "valores. Déjalo en blanco para aplicarlo a todas las ciudades."
14757
+
14758
+ #~ msgid "A 2 digit state code, e.g. AL. Leave blank to apply to all."
14759
+ #~ msgstr ""
14760
+ #~ "Un código de provincia de 2 dígitos, por ejemplo MA. Déjalo en blanco "
14761
+ #~ "para aplicarlo a todos."
14762
+
14763
+ #~ msgid "A 2 digit country code, e.g. US. Leave blank to apply to all."
14764
+ #~ msgstr ""
14765
+ #~ "Un código de país de 2 dígitos, por ejemplo ES. Déjalo en blanco para "
14766
+ #~ "aplicarlo a todos."
14767
+
14768
+ #~ msgid "Country&nbsp;code"
14769
+ #~ msgstr "Código de país"
14770
+
14771
+ #~ msgid "QRCode"
14772
+ #~ msgstr "Código QR"
14773
+
14774
+ #~ msgid "Consumer secret"
14775
+ #~ msgstr "Clave secreta de cliente"
14776
+
14777
+ #~ msgid "Copied!"
14778
+ #~ msgstr "¡Copiado!"
14779
+
14780
+ #~ msgid "Consumer key"
14781
+ #~ msgstr "Clave del cliente"
14782
+
14783
+ #~ msgid "Revoke key"
14784
+ #~ msgstr "Revocar clave"
14785
+
14786
+ #~ msgid "Generate API key"
14787
+ #~ msgstr "Generar clave de API"
14788
+
14789
+ #~ msgid "Select the access type of these keys."
14790
+ #~ msgstr "Elige el tipo de acceso para estas claves."
14791
+
14792
+ #~ msgid "Owner of these keys."
14793
+ #~ msgstr "Propietario de estas claves."
14794
+
14795
+ #~ msgid "Friendly name for identifying this key."
14796
+ #~ msgstr "Nombre descriptivo para identificar esta clave."
14797
+
14798
+ #~ msgid "Key details"
14799
+ #~ msgstr "Detalles de la clave"
14800
+
14801
+ #~ msgid "%s rates"
14802
+ #~ msgstr "Tarifas %s"
14803
+
14804
+ #~ msgid "Standard rates"
14805
+ #~ msgstr "Tarifas estándar"
14806
+
14807
+ #~ msgid "Tax options"
14808
+ #~ msgstr "Opciones de impuestos"
14809
+
14810
+ #~ msgid "ID"
14811
+ #~ msgstr "ID"
14812
+
14813
+ #~ msgid "Shipping methods"
14814
+ #~ msgstr "Métodos de envío"
14815
+
14816
+ #~ msgid "Ship to specific countries only"
14817
+ #~ msgstr "Enviar solo a países específicos"
14818
+
14819
+ #~ msgid "Ship to all countries"
14820
+ #~ msgstr "Enviar a todos los países"
14821
+
14822
+ #~ msgid "Ship to all countries you sell to"
14823
+ #~ msgstr "Enviar a todos los países a los que vendes"
14824
+
14825
+ #~ msgid ""
14826
+ #~ "Choose which countries you want to ship to, or choose to ship to all "
14827
+ #~ "locations you sell to."
14828
+ #~ msgstr ""
14829
+ #~ "Elige a qué países quieres enviar, o elige enviar a todos los lugares que "
14830
+ #~ "vendes."
14831
+
14832
+ #~ msgid "This controls which shipping address is used by default."
14833
+ #~ msgstr "Esto controla qué dirección de envío se usa por defecto."
14834
+
14835
+ #~ msgid "Shipping destination"
14836
+ #~ msgstr "Destino del envío"
14837
+
14838
+ #~ msgid "Hide shipping costs until an address is entered"
14839
+ #~ msgstr "Ocultar los gastos de envío hasta que se introduzca una dirección"
14840
+
14841
+ #~ msgid "Enable the shipping calculator on the cart page"
14842
+ #~ msgstr "Activar la calculadora de envíos en la página de compra"
14843
+
14844
+ #~ msgid "Shipping options"
14845
+ #~ msgstr "Opciones de envío"
14846
+
14847
+ #~ msgid "Show \"verified owner\" label on customer reviews"
14848
+ #~ msgstr ""
14849
+ #~ "Mostrar la etiqueta \"propietario verificado\" en las valoraciones de los "
14850
+ #~ "clientes"
14851
+
14852
+ #~ msgid "Product ratings"
14853
+ #~ msgstr "Reseñas de productos"
14854
+
14855
+ #~ msgid "This controls what unit you will define lengths in."
14856
+ #~ msgstr "Esto controla en qué unidad definirás las longitudes."
14857
+
14858
+ #~ msgid "Dimensions unit"
14859
+ #~ msgstr "Unidad de las dimensiones"
14860
+
14861
+ #~ msgid "This controls what unit you will define weights in."
14862
+ #~ msgstr "Esto controla en qué unidad definirás los pesos."
14863
+
14864
+ #~ msgid "Weight unit"
14865
+ #~ msgstr "Unidad de peso"
14866
+
14867
+ #~ msgid "Measurements"
14868
+ #~ msgstr "Mediciones"
14869
+
14870
+ #~ msgid ""
14871
+ #~ "Enable this option to grant access to downloads when orders are "
14872
+ #~ "\"processing\", rather than \"completed\"."
14873
+ #~ msgstr ""
14874
+ #~ "Activa esta opción para permitir el acceso a las descargas cuando los "
14875
+ #~ "pedidos están \"en proceso\", en lugar de \"completado\"."
14876
+
14877
+ #~ msgid "Grant access to downloadable products after payment"
14878
+ #~ msgstr "Permitir acceso a los productos descargables después del pago"
14879
+
14880
+ #~ msgid "This setting does not apply to guest purchases."
14881
+ #~ msgstr "Este ajuste no se aplica a las compras de los invitados."
14882
+
14883
+ #~ msgid "Downloads require login"
14884
+ #~ msgstr "Las descargas requieren inicio de sesión"
14885
+
14886
+ #~ msgid "Access restriction"
14887
+ #~ msgstr "Restricción de acceso"
14888
+
14889
+ #~ msgid "Redirect only"
14890
+ #~ msgstr "Solo redirigir"
14891
+
14892
+ #~ msgid "X-Accel-Redirect/X-Sendfile"
14893
+ #~ msgstr "X-Accel-Redirect / X-Sendfile"
14894
+
14895
+ #~ msgid "Force downloads"
14896
+ #~ msgstr "Forzar descargas"
14897
+
14898
+ #~ msgid "File download method"
14899
+ #~ msgstr "Método de descarga de archivos"
14900
+
14901
+ #~ msgid "Stock display format"
14902
+ #~ msgstr "Formato de visualización del inventario"
14903
+
14904
+ #~ msgid "Hide out of stock items from the catalog"
14905
+ #~ msgstr "Ocultar en el catálogo los artículos agotados"
14906
+
14907
+ #~ msgid "Out of stock visibility"
14908
+ #~ msgstr "Visibilidad de inventario agotado"
14909
+
14910
+ #~ msgid "Out of stock threshold"
14911
+ #~ msgstr "Umbral de inventario agotado"
14912
+
14913
+ #~ msgid "Low stock threshold"
14914
+ #~ msgstr "Umbral de pocas existencias"
14915
+
14916
+ #~ msgid "Notification recipient(s)"
14917
+ #~ msgstr "Destinatario(s) de los avisos"
14918
+
14919
+ #~ msgid "Enable out of stock notifications"
14920
+ #~ msgstr "Activar avisos de inventario agotado"
14921
+
14922
+ #~ msgid "Enable low stock notifications"
14923
+ #~ msgstr "Activar avisos de pocas existencias"
14924
+
14925
+ #~ msgid "Notifications"
14926
+ #~ msgstr "Notificaciones"
14927
+
14928
+ #~ msgid ""
14929
+ #~ "Hold stock (for unpaid orders) for x minutes. When this limit is reached, "
14930
+ #~ "the pending order will be cancelled. Leave blank to disable."
14931
+ #~ msgstr ""
14932
+ #~ "Mantener el inventario (para pedidos pendientes de pago) durante x "
14933
+ #~ "minutos. Cuando se alcance este límite se cancelará el pedido pendiente. "
14934
+ #~ "Déjalo en blanco para desactivarlo."
14935
+
14936
+ #~ msgid "Hold stock (minutes)"
14937
+ #~ msgstr "Mantener en inventario (en minutos)"
14938
+
14939
+ #~ msgid "Enable stock management"
14940
+ #~ msgstr "Activar la gestión de inventario"
14941
+
14942
+ #~ msgid "Manage stock"
14943
+ #~ msgstr "Gestionar inventario"
14944
+
14945
+ #~ msgid "Enable AJAX add to cart buttons on archives"
14946
+ #~ msgstr "Activar botones AJAX de añadir al carrito en los archivos"
14947
+
14948
+ #~ msgid "Redirect to the cart page after successful addition"
14949
+ #~ msgstr "Redirigir a la página del carrito tras añadir productos con éxito"
14950
+
14951
+ #~ msgid "Add to cart behaviour"
14952
+ #~ msgstr "Comportamiento de añadir al carrito"
14953
+
14954
+ #~ msgid "Sort by price (desc)"
14955
+ #~ msgstr "Ordenar por precio (desc)"
14956
+
14957
+ #~ msgid "Sort by price (asc)"
14958
+ #~ msgstr "Ordenar por precio (asc)"
14959
+
14960
+ #~ msgid "Sort by most recent"
14961
+ #~ msgstr "Ordenar por más reciente"
14962
+
14963
+ #~ msgid "Average rating"
14964
+ #~ msgstr "Valoración promedio"
14965
+
14966
+ #~ msgid "Popularity (sales)"
14967
+ #~ msgstr "Popularidad (ventas)"
14968
+
14969
+ #~ msgid "Default sorting (custom ordering + name)"
14970
+ #~ msgstr "Orden predeterminado (orden personalizado + nombre)"
14971
+
14972
+ #~ msgid "Default product sorting"
14973
+ #~ msgstr "Orden de productos por defecto"
14974
+
14975
+ #~ msgid "Show subcategories"
14976
+ #~ msgstr "Mostrar subcategorías"
14977
+
14978
+ #~ msgid "Show products"
14979
+ #~ msgstr "Visualizar productos"
14980
+
14981
+ #~ msgid "Shop page display"
14982
+ #~ msgstr "Visualización de la página de la tienda"
14983
+
14984
+ #~ msgid ""
14985
+ #~ "This sets the base page of your shop - this is where your product archive "
14986
+ #~ "will be."
14987
+ #~ msgstr ""
14988
+ #~ "Esto establece la página base de tu tienda - aquí es donde estará el "
14989
+ #~ "archivo de tus productos."
14990
+
14991
+ #~ msgid ""
14992
+ #~ "The base page can also be used in your <a href=\"%s\">product permalinks</"
14993
+ #~ "a>."
14994
+ #~ msgstr ""
14995
+ #~ "La página base también se puede utilizar en los <a href=\"%s\">enlaces "
14996
+ #~ "permanentes de tus productos</a>."
14997
+
14998
+ #~ msgid "Shop page"
14999
+ #~ msgstr "Página de la tienda"
15000
+
15001
+ #~ msgid "Integration"
15002
+ #~ msgstr "Integración"
15003
+
15004
+ #~ msgid "This sets the number of decimal points shown in displayed prices."
15005
+ #~ msgstr ""
15006
+ #~ "Esto establece el número de decimales que se muestran en los precios "
15007
+ #~ "mostrados."
15008
+
15009
+ #~ msgid "Number of decimals"
15010
+ #~ msgstr "Número de decimales"
15011
+
15012
+ #~ msgid "This sets the decimal separator of displayed prices."
15013
+ #~ msgstr "Esto establece el separador decimal de los precios mostrados."
15014
+
15015
+ #~ msgid "This sets the thousand separator of displayed prices."
15016
+ #~ msgstr "Esto establece el separador de miles de los precios mostrados."
15017
+
15018
+ #~ msgid "This controls the position of the currency symbol."
15019
+ #~ msgstr "Esto controla la posición del símbolo de moneda."
15020
+
15021
+ #~ msgid ""
15022
+ #~ "This controls what currency prices are listed at in the catalog and which "
15023
+ #~ "currency gateways will take payments in."
15024
+ #~ msgstr ""
15025
+ #~ "Esto controla en qué moneda se listan los precios en el catálogo y en qué "
15026
+ #~ "moneda se realizarán los pagos a través de las opciones de pago."
15027
+
15028
+ #~ msgid "Currency"
15029
+ #~ msgstr "Moneda"
15030
+
15031
+ #~ msgid ""
15032
+ #~ "The following options affect how prices are displayed on the frontend."
15033
+ #~ msgstr ""
15034
+ #~ "Las siguientes opciones afectan a cómo se muestran los precios en la "
15035
+ #~ "tienda."
15036
+
15037
+ #~ msgid "Currency options"
15038
+ #~ msgstr "Opciones de moneda"
15039
+
15040
+ #~ msgid ""
15041
+ #~ "This is a demo store for testing purposes &mdash; no orders shall be "
15042
+ #~ "fulfilled."
15043
+ #~ msgstr ""
15044
+ #~ "Esta es una tienda de demostración para realizar pruebas &mdash; no se "
15045
+ #~ "completará ningún pedido."
15046
+
15047
+ #~ msgid "Store notice"
15048
+ #~ msgstr "Aviso en la tienda"
15049
+
15050
+ #~ msgid "Geolocate (with page caching support)"
15051
+ #~ msgstr "Geolocalizar (con soporte caché)"
15052
+
15053
+ #~ msgid "Geolocate"
15054
+ #~ msgstr "Geolocalizar"
15055
+
15056
+ #~ msgid "Shop base address"
15057
+ #~ msgstr "Dirección principal del negocio"
15058
+
15059
+ #~ msgid "IP address"
15060
+ #~ msgstr "Dirección IP"
15061
+
15062
+ #~ msgid "Specific Countries"
15063
+ #~ msgstr "Países específicos"
15064
+
15065
+ #~ msgid "Sell to all countries"
15066
+ #~ msgstr "Vender a todos los países"
15067
+
15068
+ #~ msgid ""
15069
+ #~ "This option lets you limit which countries you are willing to sell to."
15070
+ #~ msgstr "Con esta opción puedes elegir a qué países quieres vender."
15071
+
15072
+ #~ msgid "Selling location(s)"
15073
+ #~ msgstr "Ubicación(es) de venta"
15074
+
15075
+ #~ msgid "Base color"
15076
+ #~ msgstr "Color base"
15077
+
15078
+ #~ msgid "The text to appear in the footer of WooCommerce emails."
15079
+ #~ msgstr ""
15080
+ #~ "El texto que aparece en el pie de página de mensajes de correo "
15081
+ #~ "electrónico WooCommerce."
15082
+
15083
+ #~ msgid "Email template"
15084
+ #~ msgstr "Plantilla de correo electrónico"
15085
+
15086
+ #~ msgid "\"From\" name"
15087
+ #~ msgstr "Nombre \"De:\""
15088
+
15089
+ #~ msgid "Email sender options"
15090
+ #~ msgstr "Opciones del remitente del correo electrónico"
15091
+
15092
+ #~ msgid "Email options"
15093
+ #~ msgstr "Opciones del correo electrónico"
15094
+
15095
+ #~ msgid "Emails"
15096
+ #~ msgstr "Correos electrónicos"
15097
+
15098
+ #~ msgid ""
15099
+ #~ "Installed payment methods are listed below and can be sorted to control "
15100
+ #~ "their display order on the frontend."
15101
+ #~ msgstr ""
15102
+ #~ "En la siguiente lista se muestran los métodos de pago instalados, que "
15103
+ #~ "pueden ordenarse para controlar com se verán en la tienda."
15104
+
15105
+ #~ msgid "Endpoint for the \"Checkout &rarr; Add payment method\" page."
15106
+ #~ msgstr ""
15107
+ #~ "Variable de la página \"Finalizar compra &rarr; Añadir método de pago\"."
15108
+
15109
+ #~ msgid "Add payment method"
15110
+ #~ msgstr "Añadir método de pago"
15111
+
15112
+ #~ msgid "Endpoint for the \"Checkout &rarr; Order received\" page."
15113
+ #~ msgstr "Variable de la página \"Finalizar compra &rarr; Pedido recibido\"."
15114
+
15115
+ #~ msgid "Order received"
15116
+ #~ msgstr "Pedido recibido"
15117
+
15118
+ #~ msgid "Endpoint for the \"Checkout &rarr; Pay\" page."
15119
+ #~ msgstr "Variable de la página de \"Finalizar compra &rarr; Pagar\"."
15120
+
15121
+ #~ msgid "Pay"
15122
+ #~ msgstr "Pagar"
15123
+
15124
+ #~ msgid ""
15125
+ #~ "Endpoints are appended to your page URLs to handle specific actions "
15126
+ #~ "during the checkout process. They should be unique."
15127
+ #~ msgstr ""
15128
+ #~ "Las variables se adjuntan a las URLs de tu página para manejar las "
15129
+ #~ "acciones específicas durante el proceso de finalización de compra. Deben "
15130
+ #~ "ser únicas."
15131
+
15132
+ #~ msgid "Checkout endpoints"
15133
+ #~ msgstr "Variables de finalización de compra"
15134
+
15135
+ #~ msgid ""
15136
+ #~ "If you define a \"Terms\" page the customer will be asked if they accept "
15137
+ #~ "them when checking out."
15138
+ #~ msgstr ""
15139
+ #~ "Si defines una página de términos y condiciones se preguntará al cliente "
15140
+ #~ "si los acepta en el momento de pagar."
15141
+
15142
+ #~ msgid "Terms and conditions"
15143
+ #~ msgstr "Términos y condiciones"
15144
+
15145
+ #~ msgid "Checkout page"
15146
+ #~ msgstr "Página de pago"
15147
+
15148
+ #~ msgid "Cart page"
15149
+ #~ msgstr "Página del carrito"
15150
+
15151
+ #~ msgid ""
15152
+ #~ "These pages need to be set so that WooCommerce knows where to send users "
15153
+ #~ "to checkout."
15154
+ #~ msgstr ""
15155
+ #~ "Estas páginas tienen que estar establecidas de manera que WooCommerce "
15156
+ #~ "sepa dónde enviar a los usuarios a finalizar la compra."
15157
+
15158
+ #~ msgid "Force HTTP when leaving the checkout"
15159
+ #~ msgstr "Forzar HTTP al terminar el pago"
15160
+
15161
+ #~ msgid "Force secure checkout"
15162
+ #~ msgstr "Forzar el pago seguro"
15163
+
15164
+ #~ msgid ""
15165
+ #~ "When applying multiple coupons, apply the first coupon to the full price "
15166
+ #~ "and the second coupon to the discounted price and so on."
15167
+ #~ msgstr ""
15168
+ #~ "Al aplicar múltiples cupones, se aplica el primer cupón al precio "
15169
+ #~ "completo y el segundo cupón para el precio ya rebajado y así "
15170
+ #~ "sucesivamente."
15171
+
15172
+ #~ msgid "Calculate coupon discounts sequentially"
15173
+ #~ msgstr "Calcular descuentos de cupones secuencialmente"
15174
+
15175
+ #~ msgid "Coupons can be applied from the cart and checkout pages."
15176
+ #~ msgstr ""
15177
+ #~ "Pueden aplicarse cupones desde las páginas de carrito y de finalizar "
15178
+ #~ "compra."
15179
+
15180
+ #~ msgid "Enable the use of coupon codes"
15181
+ #~ msgstr "Activa el uso de códigos de cupones"
15182
+
15183
+ #~ msgid "General options"
15184
+ #~ msgstr "Opciones generales"
15185
+
15186
+ #~ msgid "Account creation"
15187
+ #~ msgstr "Creación de cuenta"
15188
+
15189
+ #~ msgid ""
15190
+ #~ "Endpoint for the triggering logout. You can add this to your menus via a "
15191
+ #~ "custom link: yoursite.com/?customer-logout=true"
15192
+ #~ msgstr ""
15193
+ #~ "Variable para forzar la desconexión. Puedes añadir esto a tus menús con "
15194
+ #~ "un enlace personalizado: tusitio.com/?customer-logout=true"
15195
+
15196
+ #~ msgid "Logout"
15197
+ #~ msgstr "Cerrar sesión"
15198
+
15199
+ #~ msgid "Endpoint for the \"My account &rarr; Lost password\" page."
15200
+ #~ msgstr "Variable de la página \"Mi cuenta &rarr; Contraseña perdida\"."
15201
+
15202
+ #~ msgid "Lost password"
15203
+ #~ msgstr "Contraseña perdida"
15204
+
15205
+ #~ msgid "Endpoint for the \"My account &rarr; Addresses\" page."
15206
+ #~ msgstr "Variable para la página \"Mi cuenta &rarr; Direcciones\"."
15207
+
15208
+ #~ msgid "Endpoint for the \"My account &rarr; Edit account\" page."
15209
+ #~ msgstr "Variable de la página \"Mi cuenta &rarr; Editar cuenta\"."
15210
+
15211
+ #~ msgid "Edit account"
15212
+ #~ msgstr "Editar cuenta"
15213
+
15214
+ #~ msgid "Endpoint for the \"My account &rarr; View order\" page."
15215
+ #~ msgstr "Variable de la página \"Mi cuenta &rarr; Ver pedido\"."
15216
+
15217
+ #~ msgid "View order"
15218
+ #~ msgstr "Ver pedido"
15219
+
15220
+ #~ msgid "My account page"
15221
+ #~ msgstr "Página de mi cuenta"
15222
+
15223
+ #~ msgid "Totals"
15224
+ #~ msgstr "Totales"
15225
+
15226
+ #~ msgid "Total sales minus shipping and tax."
15227
+ #~ msgstr "Ventas totales menos gastos de envío e impuestos."
15228
+
15229
+ #~ msgid "Net profit"
15230
+ #~ msgstr "Beneficio neto"
15231
+
15232
+ #~ msgid "This is the sum of the 'Shipping total' field within your orders."
15233
+ #~ msgstr "Esta es la suma del campo 'Total de envío' dentro de tus pedidos."
15234
+
15235
+ #~ msgid "Total shipping"
15236
+ #~ msgstr "Envío total"
15237
+
15238
+ #~ msgid "This is the sum of the 'Order total' field within your orders."
15239
+ #~ msgstr ""
15240
+ #~ "Esta es la suma del campo \"Total del pedido\" dentro de tus pedidos."
15241
+
15242
+ #~ msgid "Total sales"
15243
+ #~ msgstr "Ventas totales"
15244
+
15245
+ #~ msgid "Period"
15246
+ #~ msgstr "Período"
15247
+
15248
+ #~ msgid "No taxes found in this period"
15249
+ #~ msgstr "No se encontraron impuestos en este período"
15250
+
15251
+ #~ msgid "This is the total tax for the rate (shipping tax + product tax)."
15252
+ #~ msgstr ""
15253
+ #~ "Este es el total de impuestos para la tasa (impuestos de envío + "
15254
+ #~ "impuestos del producto)."
15255
+
15256
+ #~ msgid "Total tax"
15257
+ #~ msgstr "Total de impuestos"
15258
+
15259
+ #~ msgid ""
15260
+ #~ "This is the sum of the \"Tax rows\" shipping tax amount within your "
15261
+ #~ "orders."
15262
+ #~ msgstr ""
15263
+ #~ "Esta es la suma del total de impuestos de envío de tus pedidos en las "
15264
+ #~ "\"Filas de impuestos\"."
15265
+
15266
+ #~ msgid "Shipping tax amount"
15267
+ #~ msgstr "Importe de la tasa de envío"
15268
+
15269
+ #~ msgid "This is the sum of the \"Tax rows\" tax amount within your orders."
15270
+ #~ msgstr ""
15271
+ #~ "Esta es la suma del total de impuestos de tus pedidos en las \"Filas de "
15272
+ #~ "impuestos\"."
15273
+
15274
+ #~ msgid "Tax amount"
15275
+ #~ msgstr "Importe de impuestos"
15276
+
15277
+ #~ msgid "Rate"
15278
+ #~ msgstr "Tasa"
15279
+
15280
+ #~ msgid "Units in stock"
15281
+ #~ msgstr "Unidades en inventario"
15282
+
15283
+ #~ msgid "Parent"
15284
+ #~ msgstr "Superior"
15285
+
15286
+ #~ msgid "No products found."
15287
+ #~ msgstr "No se han encontrado productos."
15288
+
15289
+ #~ msgid "Sales amount"
15290
+ #~ msgstr "Cantidad de ventas"
15291
+
15292
+ #~ msgid "Top earners"
15293
+ #~ msgstr "Los más rentables"
15294
+
15295
+ #~ msgid "Top freebies"
15296
+ #~ msgstr "Los mejores gratuitos"
15297
+
15298
+ #~ msgid "No products found in range"
15299
+ #~ msgstr "Ningún producto en este rango"
15300
+
15301
+ #~ msgid "Top sellers"
15302
+ #~ msgstr "Los más vendidos"
15303
+
15304
+ #~ msgid "Product search"
15305
+ #~ msgstr "Buscar producto"
15306
+
15307
+ #~ msgid "Showing reports for:"
15308
+ #~ msgstr "Mostrando informes para:"
15309
+
15310
+ #~ msgid "%s purchases for the selected items"
15311
+ #~ msgstr "%s compras de los artículos seleccionados"
15312
+
15313
+ #~ msgid "%s sales for the selected items"
15314
+ #~ msgstr "%s ventas de los artículos seleccionados"
15315
+
15316
+ #~ msgid "Net sales amount"
15317
+ #~ msgstr "Cantidad de ventas netas"
15318
+
15319
+ #~ msgid "Gross sales amount"
15320
+ #~ msgstr "Cantidad de ventas bruto"
15321
+
15322
+ #~ msgid "Shipping amount"
15323
+ #~ msgstr "Cantidad de envíos"
15324
+
15325
+ #~ msgid "Average net sales amount"
15326
+ #~ msgstr "Importe neto promedio de ventas "
15327
+
15328
+ #~ msgid "Number of orders"
15329
+ #~ msgstr "Número de pedidos"
15330
+
15331
+ #~ msgid "Number of items sold"
15332
+ #~ msgstr "Número de artículos vendidos"
15333
+
15334
+ #~ msgid "%s worth of coupons used"
15335
+ #~ msgstr "%s valor de cupones utilizados"
15336
+
15337
+ #~ msgid "%s charged for shipping"
15338
+ #~ msgstr "%s cobrado por envío"
15339
+
15340
+ #~ msgid "%s items purchased"
15341
+ #~ msgstr "%s artículos comprados"
15342
+
15343
+ #~ msgid "%s orders placed"
15344
+ #~ msgstr "%s pedidos realizados"
15345
+
15346
+ #~ msgid ""
15347
+ #~ "This is the sum of the order totals after any refunds and excluding "
15348
+ #~ "shipping and taxes."
15349
+ #~ msgstr ""
15350
+ #~ "Esta es la suma de los totales de pedidos después de los reembolsos, "
15351
+ #~ "excluyendo gastos de envío e impuestos."
15352
+
15353
+ #~ msgid "%s net sales in this period"
15354
+ #~ msgstr "%s ventas netas en este periodo"
15355
+
15356
+ #~ msgid ""
15357
+ #~ "This is the sum of the order totals after any refunds and including "
15358
+ #~ "shipping and taxes."
15359
+ #~ msgstr ""
15360
+ #~ "Esta es la suma de los totales de pedidos después de los reembolsos, "
15361
+ #~ "incluyendo gastos de envío e impuestos."
15362
+
15363
+ #~ msgid "%s gross sales in this period"
15364
+ #~ msgstr "%s ventas brutas en este periodo"
15365
+
15366
+ #~ msgid "%s average net monthly sales"
15367
+ #~ msgstr "%s promedio neto de ventas mensuales"
15368
+
15369
+ #~ msgid "%s average net daily sales"
15370
+ #~ msgstr "%s promedio neto de ventas diarias"
15371
+
15372
+ #~ msgid "All"
15373
+ #~ msgstr "Todo"
15374
+
15375
+ #~ msgid "Select categories&hellip;"
15376
+ #~ msgstr "Elige las categorías&hellip;"
15377
+
15378
+ #~ msgid "No out of stock products found."
15379
+ #~ msgstr "No se han encontrado productos agotados."
15380
+
15381
+ #~ msgid "No low in stock products found."
15382
+ #~ msgstr "No se ha encontrado ningún producto con pocas existencias."
15383
+
15384
+ #~ msgid "new users"
15385
+ #~ msgstr "nuevos usuarios"
15386
+
15387
+ #~ msgid "Signups"
15388
+ #~ msgstr "Inscripciones"
15389
+
15390
+ #~ msgid "guest orders"
15391
+ #~ msgstr "pedidos de los invitados"
15392
+
15393
+ #~ msgid "orders"
15394
+ #~ msgstr "pedidos"
15395
+
15396
+ #~ msgid "Guest orders"
15397
+ #~ msgstr "Pedidos de invitados"
15398
+
15399
+ #~ msgid "Customer orders"
15400
+ #~ msgstr "Pedidos de clientes"
15401
+
15402
+ #~ msgid "Guest sales"
15403
+ #~ msgstr "Ventas a invitados"
15404
+
15405
+ #~ msgid "Customer role."
15406
+ #~ msgstr "Rol del cliente."
15407
+
15408
+ #~ msgid "%s signups in this period"
15409
+ #~ msgstr "%s inscripciones en este periodo"
15410
+
15411
+ #~ msgid "Last order"
15412
+ #~ msgstr "Último pedido"
15413
+
15414
+ #~ msgid "Money spent"
15415
+ #~ msgstr "Dinero gastado"
15416
+
15417
+ #~ msgid "Location"
15418
+ #~ msgstr "Ubicación"
15419
+
15420
+ #~ msgid "Username"
15421
+ #~ msgstr "Nombre de usuario"
15422
+
15423
+ #~ msgid "Name (Last, First)"
15424
+ #~ msgstr "Nombre (Apellidos, Nombre)"
15425
+
15426
+ #~ msgid "Link previous orders"
15427
+ #~ msgstr "Vincular pedidos anteriores"
15428
+
15429
+ #~ msgid "View orders"
15430
+ #~ msgstr "Ver pedidos"
15431
+
15432
+ #~ msgid "Refresh stats"
15433
+ #~ msgstr "Actualizar estadísticas"
15434
+
15435
+ #~ msgctxt "hash before order number"
15436
+ #~ msgid "#"
15437
+ #~ msgstr "#"
15438
+
15439
+ #~ msgid "Search customers"
15440
+ #~ msgstr "Buscar clientes"
15441
+
15442
+ #~ msgid "Refreshed stats for %s"
15443
+ #~ msgstr "Estadísticas actualizadas para %s"
15444
+
15445
+ #~ msgid "%s previous order linked"
15446
+ #~ msgid_plural "%s previous orders linked"
15447
+ #~ msgstr[0] "%s pedido anterior vinculado"
15448
+ #~ msgstr[1] "%s pedidos previos vinculados"
15449
+
15450
+ #~ msgid "No customers found."
15451
+ #~ msgstr "No se han encontrado clientes."
15452
+
15453
+ #~ msgid "Discount amount"
15454
+ #~ msgstr "Importe de descuento"
15455
+
15456
+ #~ msgid "Number of coupons used"
15457
+ #~ msgstr "Número de cupones utilizado"
15458
+
15459
+ #~ msgid "Export CSV"
15460
+ #~ msgstr "Exportar en formato CSV"
15461
+
15462
+ #~ msgid "Most discount"
15463
+ #~ msgstr "Con más descuento"
15464
+
15465
+ #~ msgid "No coupons found in range"
15466
+ #~ msgstr "Ningún cupón en este rango"
15467
+
15468
+ #~ msgid "Most popular"
15469
+ #~ msgstr "Más popular"
15470
+
15471
+ #~ msgid "No used coupons found"
15472
+ #~ msgstr "No hay cupones usados encontrados"
15473
+
15474
+ #~ msgid "Show"
15475
+ #~ msgstr "Mostrar"
15476
+
15477
+ #~ msgid "All coupons"
15478
+ #~ msgstr "Todos los cupones"
15479
+
15480
+ #~ msgid "Choose coupons&hellip;"
15481
+ #~ msgstr "Elige cupones&hellip;"
15482
+
15483
+ #~ msgid "Filter by coupon"
15484
+ #~ msgstr "Filtrar por cupón"
15485
+
15486
+ #~ msgid "Last 7 days"
15487
+ #~ msgstr "Últimos 7 días"
15488
+
15489
+ #~ msgid "This month"
15490
+ #~ msgstr "Este mes"
15491
+
15492
+ #~ msgid "Last month"
15493
+ #~ msgstr "El mes pasado"
15494
+
15495
+ #~ msgid "Year"
15496
+ #~ msgstr "Año"
15497
+
15498
+ #~ msgid "%s coupons used in total"
15499
+ #~ msgstr "%s cupones usados en total"
15500
+
15501
+ #~ msgid "%s discounts in total"
15502
+ #~ msgstr "%s descuentos en total"
15503
+
15504
+ #~ msgid "Sold 1 item in the last %2$d days"
15505
+ #~ msgid_plural "Sold %1$d items in the last %2$d days"
15506
+ #~ msgstr[0] "Vendido 1 artículo en los últimos %2$d días"
15507
+ #~ msgstr[1] "Vendidos %1$d artículos en los últimos %2$d días"
15508
+
15509
+ #~ msgid "Sold %1$s worth in the last %2$d days"
15510
+ #~ msgstr "Vendido un importe de %1$s en los últimos %2$d días"
15511
+
15512
+ #~ msgid "Variation description."
15513
+ #~ msgstr "Descripción de la variación"
15514
+
15515
+ #~ msgid "Tax class."
15516
+ #~ msgstr "Clase de impuesto."
15517
+
15518
+ #~ msgid "Same as parent"
15519
+ #~ msgstr "Igual que el padre"
15520
+
15521
+ #~ msgid "Dimensions (L&times;W&times;H) (%s)"
15522
+ #~ msgstr "Dimensiones (L&times;W&times;H) (%s)"
15523
+
15524
+ #~ msgid "Sale end date"
15525
+ #~ msgstr "Fecha de finalización de la oferta"
15526
+
15527
+ #~ msgid "Cancel schedule"
15528
+ #~ msgstr "Cancelar horario"
15529
+
15530
+ #~ msgid "Sale price"
15531
+ #~ msgstr "Precio rebajado"
15532
+
15533
+ #~ msgid "Variation price (required)"
15534
+ #~ msgstr "Precio de la variación (requerido)"
15535
+
15536
+ #~ msgid "Regular price"
15537
+ #~ msgstr "Precio normal"
15538
+
15539
+ #~ msgid "Enable this option to enable stock management at variation level"
15540
+ #~ msgstr ""
15541
+ #~ "Activa esta opción para permitir la gestión de existencias en cada "
15542
+ #~ "variación"
15543
+
15544
+ #~ msgid ""
15545
+ #~ "Enable this option if a product is not shipped or there is no shipping "
15546
+ #~ "cost"
15547
+ #~ msgstr ""
15548
+ #~ "Activa esta opción si un producto no se envía o no hay gastos de envío"
15549
+
15550
+ #~ msgid ""
15551
+ #~ "Enable this option if access is given to a downloadable file upon "
15552
+ #~ "purchase of a product"
15553
+ #~ msgstr ""
15554
+ #~ "Activa esta opción si da acceso a un archivo descargable con la compra de "
15555
+ #~ "un producto"
15556
+
15557
+ #~ msgid "Enabled"
15558
+ #~ msgstr "Activado"
15559
+
15560
+ #~ msgid "Remove this image"
15561
+ #~ msgstr "Eliminar esta imagen"
15562
+
15563
+ #~ msgid "Insert file URL"
15564
+ #~ msgstr "Insertar URL del archivo"
15565
+
15566
+ #~ msgid "Choose file"
15567
+ #~ msgstr "Elegir archivo"
15568
+
15569
+ #~ msgid "http://"
15570
+ #~ msgstr "http://"
15571
+
15572
+ #~ msgid "File name"
15573
+ #~ msgstr "Nombre de archivo"
15574
+
15575
+ #~ msgid "Enter some text, or some attributes by \"%s\" separating values."
15576
+ #~ msgstr ""
15577
+ #~ "Escribe algo de texto, o algunos atributos separando los valores con \"%s"
15578
+ #~ "\"."
15579
+
15580
+ #~ msgid "Select terms"
15581
+ #~ msgstr "Seleccione términos"
15582
+
15583
+ #~ msgid "Shipping method"
15584
+ #~ msgstr "Método de envío"
15585
+
15586
+ #~ msgid "Shipping name"
15587
+ #~ msgstr "Nombre de envío"
15588
+
15589
+ #~ msgid "Optional"
15590
+ #~ msgstr "Opcional"
15591
+
15592
+ #~ msgid "Or, enter tax rate ID:"
15593
+ #~ msgstr "O introduce el ID de la tasa del impuesto:"
15594
+
15595
+ #~ msgid "Rate %"
15596
+ #~ msgstr "Tarifa %"
15597
+
15598
+ #~ msgid "Rate code"
15599
+ #~ msgstr "Código de tasa"
15600
+
15601
+ #~ msgid "Tax class"
15602
+ #~ msgstr "Clase de impuesto"
15603
+
15604
+ #~ msgid "Rate name"
15605
+ #~ msgstr "Nombre de tarifa"
15606
+
15607
+ #~ msgid "Add tax"
15608
+ #~ msgstr "Añadir impuesto"
15609
+
15610
+ #~ msgid "Add products"
15611
+ #~ msgstr "Añadir productos"
15612
+
15613
+ #~ msgid ""
15614
+ #~ "You will need to manually issue a refund through your payment gateway "
15615
+ #~ "after using this."
15616
+ #~ msgstr ""
15617
+ #~ "Tendrás que enviar manualmente un reembolso a través de tu pasarela de "
15618
+ #~ "pago después de usar esto."
15619
+
15620
+ #~ msgid "Payment gateway"
15621
+ #~ msgstr "Pasarela de pago"
15622
+
15623
+ #~ msgid "Reason for refund (optional):"
15624
+ #~ msgstr "Motivo del reembolso (opcional):"
15625
+
15626
+ #~ msgid "Refund amount"
15627
+ #~ msgstr "Cantidad reembolsada"
15628
+
15629
+ #~ msgid "Total available to refund"
15630
+ #~ msgstr "Total disponible para reembolso"
15631
+
15632
+ #~ msgid "Amount already refunded"
15633
+ #~ msgstr "Cantidad ya reembolsada"
15634
+
15635
+ #~ msgid "Restock refun