Version Description
July 13, 2021 =
Improved: Plugin name.
Improved: Translation files.
Download this release
Release Info
Developer | baaaaas |
Plugin | WooCommerce PDF Invoices |
Version | 3.1.7 |
Comparing to | |
See all releases |
Code changes from version 3.1.4 to 3.1.7
- assets/js/settings.js +13 -13
- bootstrap.php +5 -5
- includes/abstracts/abstract-invoice.php +11 -11
- includes/abstracts/abstract-settings.php +2 -2
- includes/admin/settings/class-general.php +1 -1
- includes/admin/settings/class-template.php +1 -1
- includes/admin/views/html-activation-notice.php +1 -1
- includes/admin/views/html-deactivation-notice.php +1 -1
- includes/admin/views/html-rate-notice.php +1 -1
- includes/admin/views/html-sidebar.php +6 -14
- includes/class-debug-log.php +1 -1
- includes/class-template.php +6 -6
- includes/templates/invoice/simple/micro/body.php +1 -1
- includes/templates/invoice/simple/minimal/body.php +2 -2
- includes/templates/invoice/simple/minimal/footer.php +1 -1
- includes/templates/invoice/simple/minimal/header.php +1 -1
- includes/templates/packing-slip/simple/minimal/body.php +1 -1
- includes/templates/packing-slip/simple/minimal/footer.php +1 -1
- includes/templates/packing-slip/simple/minimal/header.php +1 -1
- includes/woocommerce-pdf-invoices.php +5 -5
- lang/woocommerce-pdf-invoices-cs_CZ.po +20 -26
- lang/woocommerce-pdf-invoices-de_DE.po +23 -25
- lang/woocommerce-pdf-invoices-es_ES.po +25 -31
- lang/woocommerce-pdf-invoices-et.po +20 -26
- lang/woocommerce-pdf-invoices-fr_FR.po +28 -34
- lang/woocommerce-pdf-invoices-it_IT.po +23 -29
- lang/woocommerce-pdf-invoices-lt_LT.po +18 -24
- lang/woocommerce-pdf-invoices-nb_NO.po +24 -30
- lang/woocommerce-pdf-invoices-nl_NL.mo +0 -0
- lang/woocommerce-pdf-invoices-nl_NL.po +70 -78
- lang/woocommerce-pdf-invoices-pl_PL.po +21 -27
- lang/woocommerce-pdf-invoices-ro_RO.po +20 -26
- lang/woocommerce-pdf-invoices-ru_RU.po +20 -26
- lang/woocommerce-pdf-invoices-sk_SK.po +22 -28
- lang/woocommerce-pdf-invoices-sl_SI.po +18 -24
- lang/woocommerce-pdf-invoices-sv_SE.po +19 -25
- lang/woocommerce-pdf-invoices.pot +5 -5
- readme.txt +21 -8
- vendor/autoload_52.php +1 -1
- vendor/composer/ClassLoader.php +42 -6
- vendor/composer/InstalledVersions.php +337 -0
- vendor/composer/LICENSE +17 -52
- vendor/composer/autoload_classmap.php +1 -0
- vendor/composer/autoload_namespaces.php +0 -1
- vendor/composer/autoload_real.php +7 -2
- vendor/composer/autoload_real_52.php +3 -3
- vendor/composer/autoload_static.php +1 -11
- vendor/composer/installed.json +121 -148
- vendor/composer/installed.php +41 -0
- vendor/composer/platform_check.php +26 -0
- vendor/mpdf/mpdf/classes/mpdfform.php +1 -1
- vendor/mpdf/mpdf/classes/otl.php +3 -3
- vendor/mpdf/mpdf/mpdf.php +9 -9
assets/js/settings.js
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
/* global settings */
|
2 |
-
(
|
3 |
// Select all/none
|
4 |
-
$(
|
5 |
-
$(
|
6 |
-
$(
|
7 |
return false;
|
8 |
});
|
9 |
|
10 |
-
$(
|
11 |
-
$(
|
12 |
-
$(
|
13 |
return false;
|
14 |
});
|
15 |
|
16 |
-
$(
|
17 |
-
$(
|
18 |
-
$(
|
19 |
|
20 |
-
$(
|
21 |
-
stop: function(
|
22 |
|
23 |
var tr = $(event.target.closest('tr'));
|
24 |
|
@@ -49,4 +49,4 @@
|
|
49 |
});
|
50 |
});
|
51 |
|
52 |
-
})(
|
1 |
/* global settings */
|
2 |
+
(function ($) {
|
3 |
// Select all/none
|
4 |
+
$('.wpi').on('click', '.select_all', function () {
|
5 |
+
$(this).closest('td').find('select option').attr('selected', 'selected');
|
6 |
+
$(this).closest('td').find('select').trigger('change');
|
7 |
return false;
|
8 |
});
|
9 |
|
10 |
+
$('.wpi').on('click', '.select_none', function () {
|
11 |
+
$(this).closest('td').find('select option').removeAttr('selected');
|
12 |
+
$(this).closest('td').find('select').trigger('change');
|
13 |
return false;
|
14 |
});
|
15 |
|
16 |
+
$(window).on('load', function () {
|
17 |
+
$('.wpi .bewpi-columns, .wpi .bewpi-totals').find('ul').sortable();
|
18 |
+
$('.wpi .bewpi-columns, .wpi .bewpi-totals').find('ul').disableSelection();
|
19 |
|
20 |
+
$('.wpi .bewpi-columns ul, .wpi .bewpi-totals ul').sortable({
|
21 |
+
stop: function (event, ui) {
|
22 |
|
23 |
var tr = $(event.target.closest('tr'));
|
24 |
|
49 |
});
|
50 |
});
|
51 |
|
52 |
+
})(jQuery);
|
bootstrap.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Plugin Name:
|
4 |
* Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
|
5 |
* Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
|
6 |
-
* Version: 3.1.
|
7 |
* Author: Bas Elbers
|
8 |
* Author URI: http://wcpdfinvoices.com
|
9 |
* License: GPL-2.0+
|
@@ -11,15 +11,15 @@
|
|
11 |
* Text Domain: woocommerce-pdf-invoices
|
12 |
* Domain Path: /lang
|
13 |
* WC requires at least: 3.0.0
|
14 |
-
* WC tested up to:
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
-
define( 'WPI_VERSION', '3.1.
|
20 |
|
21 |
/**
|
22 |
-
* Load
|
23 |
*/
|
24 |
function _bewpi_load_plugin() {
|
25 |
if ( ! class_exists( 'WooCommerce' ) ) {
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Plugin Name: Invoices for WooCommerce
|
4 |
* Plugin URI: https://wordpress.org/plugins/woocommerce-pdf-invoices
|
5 |
* Description: Automatically generate and attach customizable PDF Invoices to WooCommerce emails and connect with Dropbox, Google Drive, OneDrive or Egnyte.
|
6 |
+
* Version: 3.1.7
|
7 |
* Author: Bas Elbers
|
8 |
* Author URI: http://wcpdfinvoices.com
|
9 |
* License: GPL-2.0+
|
11 |
* Text Domain: woocommerce-pdf-invoices
|
12 |
* Domain Path: /lang
|
13 |
* WC requires at least: 3.0.0
|
14 |
+
* WC tested up to: 5.7
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
+
define( 'WPI_VERSION', '3.1.7' );
|
20 |
|
21 |
/**
|
22 |
+
* Load Invoices for WooCommerce plugin.
|
23 |
*/
|
24 |
function _bewpi_load_plugin() {
|
25 |
if ( ! class_exists( 'WooCommerce' ) ) {
|
includes/abstracts/abstract-invoice.php
CHANGED
@@ -668,7 +668,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
668 |
* @return bool
|
669 |
*/
|
670 |
public function display_zero_rated_vat() {
|
671 |
-
_deprecated_function( __FUNCTION__, '
|
672 |
// WC backwards compatibility.
|
673 |
$order_id = BEWPI_WC_Order_Compatibility::get_id( $this->order );
|
674 |
|
@@ -693,7 +693,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
693 |
* @return mixed
|
694 |
*/
|
695 |
private function replace_placeholders( $str ) {
|
696 |
-
_deprecated_function( __FUNCTION__, '
|
697 |
// WC backwards compatibility.
|
698 |
$order_id = BEWPI_WC_Order_Compatibility::get_id( $this->order );
|
699 |
|
@@ -713,7 +713,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
713 |
* @deprecated instead use 'WPI()->templater()->get_option()'.
|
714 |
*/
|
715 |
public function left_footer_column_html() {
|
716 |
-
_deprecated_function( __FUNCTION__, '
|
717 |
$left_footer_column_text = $this->template_options['bewpi_left_footer_column'];
|
718 |
if ( ! empty( $left_footer_column_text ) ) {
|
719 |
echo '<p>' . nl2br( $this->replace_placeholders( $left_footer_column_text ) ) . '</p>';
|
@@ -724,7 +724,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
724 |
* @deprecated instead use 'WPI()->templater()->get_option()'.
|
725 |
*/
|
726 |
public function right_footer_column_html() {
|
727 |
-
_deprecated_function( __FUNCTION__, '
|
728 |
$right_footer_column_text = $this->template_options['bewpi_right_footer_column'];
|
729 |
if ( ! empty( $right_footer_column_text ) ) {
|
730 |
echo '<p>' . nl2br( $this->replace_placeholders( $right_footer_column_text ) ) . '</p>';
|
@@ -741,7 +741,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
741 |
* @param string $destination pdf generation mode.
|
742 |
*/
|
743 |
public function save( $destination = 'F', $html_templates = array() ) {
|
744 |
-
_deprecated_function( __FUNCTION__, '
|
745 |
$this->generate( $destination );
|
746 |
}
|
747 |
|
@@ -751,7 +751,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
751 |
* @deprecated See minimal template.
|
752 |
*/
|
753 |
public function get_company_logo_html() {
|
754 |
-
_deprecated_function( __FUNCTION__, '
|
755 |
$logo_url = $this->template_options['bewpi_company_logo'];
|
756 |
if ( ! empty( $logo_url ) ) {
|
757 |
// mPDF' stablest method to display an image is to use their "Image data as a Variable" (https://mpdf.github.io/what-else-can-i-do/images.html) option.
|
@@ -770,7 +770,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
770 |
* @deprecated See minimal template.
|
771 |
*/
|
772 |
public function display_vat_number() {
|
773 |
-
_deprecated_function( __FUNCTION__, '
|
774 |
// WC backwards compatibility.
|
775 |
$order_id = BEWPI_WC_Order_Compatibility::get_id( $this->order );
|
776 |
|
@@ -786,7 +786,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
786 |
* @deprecated See minimal template.
|
787 |
*/
|
788 |
public function display_purchase_order_number() {
|
789 |
-
_deprecated_function( __FUNCTION__, '
|
790 |
// WC backwards compatibility.
|
791 |
$payment_method = BEWPI_WC_Order_Compatibility::get_prop( $this->order, 'payment_method' );
|
792 |
if ( isset( $payment_method ) && 'woocommerce_gateway_purchase_order' === $payment_method ) {
|
@@ -807,7 +807,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
807 |
* @deprecated See minimal template.
|
808 |
*/
|
809 |
public function outlining_columns_html( $taxes_count = 0 ) {
|
810 |
-
_deprecated_function( __FUNCTION__, '
|
811 |
$columns_count = $this->get_columns_count( $taxes_count );
|
812 |
$colspan = $this->get_colspan( $columns_count );
|
813 |
?>
|
@@ -841,7 +841,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
841 |
* @return int
|
842 |
*/
|
843 |
public function get_columns_count( $tax_count = 0 ) {
|
844 |
-
_deprecated_function( __FUNCTION__, '
|
845 |
$columns_count = 4;
|
846 |
|
847 |
if ( $this->template_options['bewpi_show_sku'] ) {
|
@@ -865,7 +865,7 @@ abstract class BEWPI_Abstract_Invoice extends BEWPI_Abstract_Document {
|
|
865 |
* @return array
|
866 |
*/
|
867 |
public function get_colspan( $columns_count = 0 ) {
|
868 |
-
_deprecated_function( __FUNCTION__, '
|
869 |
$colspan = array();
|
870 |
$number_of_left_half_columns = 3;
|
871 |
$this->desc_cell_width = '30%';
|
668 |
* @return bool
|
669 |
*/
|
670 |
public function display_zero_rated_vat() {
|
671 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8' );
|
672 |
// WC backwards compatibility.
|
673 |
$order_id = BEWPI_WC_Order_Compatibility::get_id( $this->order );
|
674 |
|
693 |
* @return mixed
|
694 |
*/
|
695 |
private function replace_placeholders( $str ) {
|
696 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8' );
|
697 |
// WC backwards compatibility.
|
698 |
$order_id = BEWPI_WC_Order_Compatibility::get_id( $this->order );
|
699 |
|
713 |
* @deprecated instead use 'WPI()->templater()->get_option()'.
|
714 |
*/
|
715 |
public function left_footer_column_html() {
|
716 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8', 'WPI()->templater()->get_option( \'bewpi_left_footer_column\' )' );
|
717 |
$left_footer_column_text = $this->template_options['bewpi_left_footer_column'];
|
718 |
if ( ! empty( $left_footer_column_text ) ) {
|
719 |
echo '<p>' . nl2br( $this->replace_placeholders( $left_footer_column_text ) ) . '</p>';
|
724 |
* @deprecated instead use 'WPI()->templater()->get_option()'.
|
725 |
*/
|
726 |
public function right_footer_column_html() {
|
727 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8' );
|
728 |
$right_footer_column_text = $this->template_options['bewpi_right_footer_column'];
|
729 |
if ( ! empty( $right_footer_column_text ) ) {
|
730 |
echo '<p>' . nl2br( $this->replace_placeholders( $right_footer_column_text ) ) . '</p>';
|
741 |
* @param string $destination pdf generation mode.
|
742 |
*/
|
743 |
public function save( $destination = 'F', $html_templates = array() ) {
|
744 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8', 'generate' );
|
745 |
$this->generate( $destination );
|
746 |
}
|
747 |
|
751 |
* @deprecated See minimal template.
|
752 |
*/
|
753 |
public function get_company_logo_html() {
|
754 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8', 'WPI()->templater()->get_meta( \'_vat_number\' )' );
|
755 |
$logo_url = $this->template_options['bewpi_company_logo'];
|
756 |
if ( ! empty( $logo_url ) ) {
|
757 |
// mPDF' stablest method to display an image is to use their "Image data as a Variable" (https://mpdf.github.io/what-else-can-i-do/images.html) option.
|
770 |
* @deprecated See minimal template.
|
771 |
*/
|
772 |
public function display_vat_number() {
|
773 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8', 'WPI()->templater()->get_meta( \'_vat_number\' )' );
|
774 |
// WC backwards compatibility.
|
775 |
$order_id = BEWPI_WC_Order_Compatibility::get_id( $this->order );
|
776 |
|
786 |
* @deprecated See minimal template.
|
787 |
*/
|
788 |
public function display_purchase_order_number() {
|
789 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8', 'WPI()->templater()->get_meta( \'_po_number\' )' );
|
790 |
// WC backwards compatibility.
|
791 |
$payment_method = BEWPI_WC_Order_Compatibility::get_prop( $this->order, 'payment_method' );
|
792 |
if ( isset( $payment_method ) && 'woocommerce_gateway_purchase_order' === $payment_method ) {
|
807 |
* @deprecated See minimal template.
|
808 |
*/
|
809 |
public function outlining_columns_html( $taxes_count = 0 ) {
|
810 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8' );
|
811 |
$columns_count = $this->get_columns_count( $taxes_count );
|
812 |
$colspan = $this->get_colspan( $columns_count );
|
813 |
?>
|
841 |
* @return int
|
842 |
*/
|
843 |
public function get_columns_count( $tax_count = 0 ) {
|
844 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8' );
|
845 |
$columns_count = 4;
|
846 |
|
847 |
if ( $this->template_options['bewpi_show_sku'] ) {
|
865 |
* @return array
|
866 |
*/
|
867 |
public function get_colspan( $columns_count = 0 ) {
|
868 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce v2.8' );
|
869 |
$colspan = array();
|
870 |
$number_of_left_half_columns = 3;
|
871 |
$this->desc_cell_width = '30%';
|
includes/abstracts/abstract-settings.php
CHANGED
@@ -186,7 +186,7 @@ abstract class BEWPI_Abstract_Settings {
|
|
186 |
* Capabilities needed for managing the settings of this plugin.
|
187 |
*/
|
188 |
public static function settings_capability() {
|
189 |
-
return apply_filters( 'bewpi_settings_capability', '
|
190 |
}
|
191 |
|
192 |
/**
|
@@ -256,7 +256,7 @@ abstract class BEWPI_Abstract_Settings {
|
|
256 |
* @return string
|
257 |
*/
|
258 |
public static function plugin_review_text() {
|
259 |
-
return sprintf( __( 'If you like <strong>
|
260 |
}
|
261 |
|
262 |
/**
|
186 |
* Capabilities needed for managing the settings of this plugin.
|
187 |
*/
|
188 |
public static function settings_capability() {
|
189 |
+
return apply_filters( 'bewpi_settings_capability', 'manage_woocommerce' );
|
190 |
}
|
191 |
|
192 |
/**
|
256 |
* @return string
|
257 |
*/
|
258 |
public static function plugin_review_text() {
|
259 |
+
return sprintf( __( 'If you like <strong>Invoices for WooCommerce</strong> please leave us a <a href="%s">★★★★★</a> rating. A huge thank you in advance!', 'woocommerce-pdf-invoices' ), 'https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?rate=5#postform' );
|
260 |
}
|
261 |
|
262 |
/**
|
includes/admin/settings/class-general.php
CHANGED
@@ -38,7 +38,7 @@ class BEWPI_General_Settings extends BEWPI_Abstract_Settings {
|
|
38 |
$sections = array(
|
39 |
'email' => array(
|
40 |
'title' => __( 'Email Options', 'woocommerce-pdf-invoices' ),
|
41 |
-
'description' => sprintf( __( 'The PDF invoice will be generated when WooCommerce sends the corresponding email. The email should be <a href="%1$s">enabled</a> in order to automatically generate the PDF invoice. Want to attach PDF documents to many more email types? Take a look at %2$s.', 'woocommerce-pdf-invoices' ), 'admin.php?page=wc-settings&tab=email', '<a href="https://wcpdfinvoices.com" target="_blank">
|
42 |
),
|
43 |
'download' => array(
|
44 |
'title' => __( 'Download Options', 'woocommerce-pdf-invoices' ),
|
38 |
$sections = array(
|
39 |
'email' => array(
|
40 |
'title' => __( 'Email Options', 'woocommerce-pdf-invoices' ),
|
41 |
+
'description' => sprintf( __( 'The PDF invoice will be generated when WooCommerce sends the corresponding email. The email should be <a href="%1$s">enabled</a> in order to automatically generate the PDF invoice. Want to attach PDF documents to many more email types? Take a look at %2$s.', 'woocommerce-pdf-invoices' ), 'admin.php?page=wc-settings&tab=email', '<a href="https://wcpdfinvoices.com" target="_blank">Invoices for WooCommerce Premium</a>' ),
|
42 |
),
|
43 |
'download' => array(
|
44 |
'title' => __( 'Download Options', 'woocommerce-pdf-invoices' ),
|
includes/admin/settings/class-template.php
CHANGED
@@ -349,7 +349,7 @@ class BEWPI_Template_Settings extends BEWPI_Abstract_Settings {
|
|
349 |
'section' => 'body',
|
350 |
'type' => 'text',
|
351 |
'desc' => sprintf( __( 'Allowed HTML tags: %s.', 'woocommerce-pdf-invoices' ), self::formatted_html_tags() ) . ' '
|
352 |
-
. sprintf( __( 'Visible below customer notes and above footer. Want to attach additional pages to the invoice? Take a look at <a href="%1$s">%2$s</a> plugin.', 'woocommerce-pdf-invoices' ), 'http://wcpdfinvoices.com', '
|
353 |
'default' => '',
|
354 |
),
|
355 |
array(
|
349 |
'section' => 'body',
|
350 |
'type' => 'text',
|
351 |
'desc' => sprintf( __( 'Allowed HTML tags: %s.', 'woocommerce-pdf-invoices' ), self::formatted_html_tags() ) . ' '
|
352 |
+
. sprintf( __( 'Visible below customer notes and above footer. Want to attach additional pages to the invoice? Take a look at <a href="%1$s">%2$s</a> plugin.', 'woocommerce-pdf-invoices' ), 'http://wcpdfinvoices.com', 'Invoices for WooCommerce Premium' ),
|
353 |
'default' => '',
|
354 |
),
|
355 |
array(
|
includes/admin/views/html-activation-notice.php
CHANGED
@@ -14,6 +14,6 @@ $settings_url = add_query_arg( array( 'page' => WPI()->get_plugin_slug() ), admi
|
|
14 |
?>
|
15 |
<div class="updated notice notice-success is-dismissible" data-dismissible="activation-forever">
|
16 |
<p>
|
17 |
-
<?php printf( __( 'The settings of
|
18 |
</p>
|
19 |
</div>
|
14 |
?>
|
15 |
<div class="updated notice notice-success is-dismissible" data-dismissible="activation-forever">
|
16 |
<p>
|
17 |
+
<?php printf( __( 'The settings of Invoices for WooCommerce are available <a href="%1$s">on this page</a>.', 'woocommerce-pdf-invoices' ), esc_url( $settings_url ) ); ?>
|
18 |
</p>
|
19 |
</div>
|
includes/admin/views/html-deactivation-notice.php
CHANGED
@@ -16,5 +16,5 @@ $bewpi_plugin_file = basename( dirname( WPI_FILE ) ) . '/' . basename( WPI_FILE
|
|
16 |
$deactivate_url = wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . $bewpi_plugin_file . '&plugin_status=' . $status . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $bewpi_plugin_file );
|
17 |
?>
|
18 |
<div class="notice inline notice-alt notice-warning">
|
19 |
-
<p><?php printf( __( 'Before we deactivate
|
20 |
</div>
|
16 |
$deactivate_url = wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . $bewpi_plugin_file . '&plugin_status=' . $status . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $bewpi_plugin_file );
|
17 |
?>
|
18 |
<div class="notice inline notice-alt notice-warning">
|
19 |
+
<p><?php printf( __( 'Before we deactivate Invoices for WooCommerce, would you care to <a href="%1$s" target="_blank">let us know why</a> so we can improve it for you? <a href="%2$s">No, deactivate now</a>.', 'woocommerce-pdf-invoices' ), $reason_deactivation_url, $deactivate_url ); ?></p>
|
20 |
</div>
|
includes/admin/views/html-rate-notice.php
CHANGED
@@ -23,7 +23,7 @@ $action = 'dismiss_notice_rate';
|
|
23 |
<div class="wpi notice notice-success is-dismissible">
|
24 |
<p>
|
25 |
<?php
|
26 |
-
printf( __( 'Hi%1$s! You\'re using %2$s for some time now and we would appreciate your %3$s rating. It will support future development big-time.', 'woocommerce-pdf-invoices' ), esc_html( $user_firstname ), '<b>
|
27 |
?>
|
28 |
</p>
|
29 |
<form action="" method="post">
|
23 |
<div class="wpi notice notice-success is-dismissible">
|
24 |
<p>
|
25 |
<?php
|
26 |
+
printf( __( 'Hi%1$s! You\'re using %2$s for some time now and we would appreciate your %3$s rating. It will support future development big-time.', 'woocommerce-pdf-invoices' ), esc_html( $user_firstname ), '<b>Invoices for WooCommerce</b>', '<a href="' . esc_url( $rate_url ) . '" target="_blank">★★★★★</a>' );
|
27 |
?>
|
28 |
</p>
|
29 |
<form action="" method="post">
|
includes/admin/views/html-sidebar.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<aside class="bewpi-sidebar premium">
|
2 |
-
<h3><?php _e( '
|
3 |
<p>
|
4 |
<?php _e( 'This plugin offers a premium version which comes with the following features:', 'woocommerce-pdf-invoices' ); ?><br/>
|
5 |
- <?php _e( 'Attach PDF invoices to many more email types including third party plugins.', 'woocommerce-pdf-invoices' ); ?><br/>
|
@@ -19,9 +19,8 @@
|
|
19 |
</p>
|
20 |
<a class="bewpi-learn-more" href="http://wcpdfinvoices.com" target="_blank"><?php _e ( 'Learn more', 'woocommerce-pdf-invoices' ); ?></a>
|
21 |
</aside>
|
22 |
-
|
23 |
<h3><?php _e( 'Stay up-to-date', 'woocommerce-pdf-invoices' ); ?></h3>
|
24 |
-
<!-- Begin MailChimp Signup Form -->
|
25 |
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
|
26 |
<p>
|
27 |
<?php _e( 'We\'re constantly developing new features, stay up-to-date by subscribing to our newsletter.', 'woocommerce-pdf-invoices' ); ?>
|
@@ -31,7 +30,6 @@
|
|
31 |
<div id="bewpi-mc-embed-signup-scroll">
|
32 |
<?php $user_email = get_the_author_meta( 'user_email', get_current_user_id() ) ?>
|
33 |
<input type="email" value="<?php if( $user_email !== "" ) echo $user_email; ?>" name="EMAIL" class="email" id="bewpi-mce-EMAIL" placeholder="<?php _e( 'Your email address', 'woocommerce-pdf-invoices' ); ?>" required>
|
34 |
-
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
35 |
<div style="position: absolute; left: -5000px;">
|
36 |
<input type="text" name="b_f270649bc41a9687a38a8977f_395e1e319a" tabindex="-1" value="">
|
37 |
</div>
|
@@ -44,8 +42,7 @@
|
|
44 |
</div>
|
45 |
</form>
|
46 |
</div>
|
47 |
-
|
48 |
-
</aside>
|
49 |
|
50 |
<aside class="bewpi-sidebar about">
|
51 |
<h3><?php _e( 'About', 'woocommerce-pdf-invoices' ); ?></h3>
|
@@ -63,12 +60,8 @@
|
|
63 |
<p>
|
64 |
<?php printf( __( 'We will never ask for donations, but to guarantee future development, we do need your support. Please show us your appreciation by leaving a <a href="%1$s">★★★★★</a> rating and vote for <a href="%2$s">works</a>.', 'woocommerce-pdf-invoices' ), 'https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?rate=5#postform', 'https://wordpress.org/plugins/woocommerce-pdf-invoices/' ); ?>
|
65 |
</p>
|
66 |
-
<!-- Github star -->
|
67 |
-
<div class="github btn">
|
68 |
-
<iframe src="https://ghbtns.com/github-btn.html?user=baselbers&repo=woocommerce-pdf-invoices&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
|
69 |
-
</div>
|
70 |
<!-- FB share -->
|
71 |
-
|
72 |
<div class="btn">
|
73 |
<script>
|
74 |
(function(d, s, id) {
|
@@ -83,11 +76,10 @@
|
|
83 |
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&src=sdkpreparse"></a>
|
84 |
</div>
|
85 |
</div>
|
86 |
-
<!-- Tweet -->
|
87 |
<div class="twitter btn">
|
88 |
-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://wordpress.org/plugins/woocommerce-pdf-invoices/" data-text="<?php _e( 'Checkout this amazing free
|
89 |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
90 |
-
</div
|
91 |
</aside>
|
92 |
<aside class="bewpi-sidebar need-help">
|
93 |
<h3><?php _e( 'Need Help?', 'woocommerce-pdf-invoices' ); ?></h3>
|
1 |
<aside class="bewpi-sidebar premium">
|
2 |
+
<h3><?php _e( 'Invoices for WooCommerce Premium', 'woocommerce-pdf-invoices' ); ?></h3>
|
3 |
<p>
|
4 |
<?php _e( 'This plugin offers a premium version which comes with the following features:', 'woocommerce-pdf-invoices' ); ?><br/>
|
5 |
- <?php _e( 'Attach PDF invoices to many more email types including third party plugins.', 'woocommerce-pdf-invoices' ); ?><br/>
|
19 |
</p>
|
20 |
<a class="bewpi-learn-more" href="http://wcpdfinvoices.com" target="_blank"><?php _e ( 'Learn more', 'woocommerce-pdf-invoices' ); ?></a>
|
21 |
</aside>
|
22 |
+
<!--<aside class="bewpi-sidebar premium">
|
23 |
<h3><?php _e( 'Stay up-to-date', 'woocommerce-pdf-invoices' ); ?></h3>
|
|
|
24 |
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
|
25 |
<p>
|
26 |
<?php _e( 'We\'re constantly developing new features, stay up-to-date by subscribing to our newsletter.', 'woocommerce-pdf-invoices' ); ?>
|
30 |
<div id="bewpi-mc-embed-signup-scroll">
|
31 |
<?php $user_email = get_the_author_meta( 'user_email', get_current_user_id() ) ?>
|
32 |
<input type="email" value="<?php if( $user_email !== "" ) echo $user_email; ?>" name="EMAIL" class="email" id="bewpi-mce-EMAIL" placeholder="<?php _e( 'Your email address', 'woocommerce-pdf-invoices' ); ?>" required>
|
|
|
33 |
<div style="position: absolute; left: -5000px;">
|
34 |
<input type="text" name="b_f270649bc41a9687a38a8977f_395e1e319a" tabindex="-1" value="">
|
35 |
</div>
|
42 |
</div>
|
43 |
</form>
|
44 |
</div>
|
45 |
+
</aside>-->
|
|
|
46 |
|
47 |
<aside class="bewpi-sidebar about">
|
48 |
<h3><?php _e( 'About', 'woocommerce-pdf-invoices' ); ?></h3>
|
60 |
<p>
|
61 |
<?php printf( __( 'We will never ask for donations, but to guarantee future development, we do need your support. Please show us your appreciation by leaving a <a href="%1$s">★★★★★</a> rating and vote for <a href="%2$s">works</a>.', 'woocommerce-pdf-invoices' ), 'https://wordpress.org/support/view/plugin-reviews/woocommerce-pdf-invoices?rate=5#postform', 'https://wordpress.org/plugins/woocommerce-pdf-invoices/' ); ?>
|
62 |
</p>
|
|
|
|
|
|
|
|
|
63 |
<!-- FB share -->
|
64 |
+
<!--<div id="fb-root"></div>
|
65 |
<div class="btn">
|
66 |
<script>
|
67 |
(function(d, s, id) {
|
76 |
<a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&src=sdkpreparse"></a>
|
77 |
</div>
|
78 |
</div>
|
|
|
79 |
<div class="twitter btn">
|
80 |
+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://wordpress.org/plugins/woocommerce-pdf-invoices/" data-text="<?php _e( 'Checkout this amazing free Invoices for WooCommerce plugin for WordPress!', 'woocommerce-pdf-invoices' ); ?>">Tweet</a>
|
81 |
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
82 |
+
</div>-->
|
83 |
</aside>
|
84 |
<aside class="bewpi-sidebar need-help">
|
85 |
<h3><?php _e( 'Need Help?', 'woocommerce-pdf-invoices' ); ?></h3>
|
includes/class-debug-log.php
CHANGED
@@ -93,7 +93,7 @@ if ( ! class_exists( 'BEWPI_Debug_Log' ) ) {
|
|
93 |
$message = print_r( $message, true );
|
94 |
}
|
95 |
|
96 |
-
$message = sprintf( '
|
97 |
|
98 |
return error_log( $message );
|
99 |
}
|
93 |
$message = print_r( $message, true );
|
94 |
}
|
95 |
|
96 |
+
$message = sprintf( 'Invoices for WooCommerce %s: %s', $level_name, $message );
|
97 |
|
98 |
return error_log( $message );
|
99 |
}
|
includes/class-template.php
CHANGED
@@ -33,13 +33,13 @@ class BEWPI_Template {
|
|
33 |
*/
|
34 |
public $order;
|
35 |
/**
|
36 |
-
*
|
37 |
*
|
38 |
* @var BEWPI_Abstract_Invoice.
|
39 |
*/
|
40 |
public $invoice;
|
41 |
/**
|
42 |
-
*
|
43 |
*
|
44 |
* @var BEWPI_Packing_Slip.
|
45 |
*/
|
@@ -201,7 +201,7 @@ class BEWPI_Template {
|
|
201 |
* @deprecated Make sure to remove it from your custom template since this will be removed in future releases.
|
202 |
*/
|
203 |
public function wc_display_item_meta( $item, $inline = false ) {
|
204 |
-
_deprecated_function( __FUNCTION__, '
|
205 |
if ( function_exists( 'wc_display_item_meta' ) ) {
|
206 |
|
207 |
if ( $inline ) {
|
@@ -227,7 +227,7 @@ class BEWPI_Template {
|
|
227 |
* @return mixed
|
228 |
*/
|
229 |
public function strip_non_inline_tags( $string ) {
|
230 |
-
_deprecated_function( __FUNCTION__, '
|
231 |
|
232 |
return str_replace( array( '<p>', '</p>', '<br>', '</br>' ), '', $string );
|
233 |
}
|
@@ -241,7 +241,7 @@ class BEWPI_Template {
|
|
241 |
* @deprecated No longer used within the template files since it is triggering a Fatal Error and does not get used anyway. Make sure to remove it from your custom template since this will be removed in future releases.
|
242 |
*/
|
243 |
public function wc_display_item_downloads( $item, $inline = false ) {
|
244 |
-
_deprecated_function( __FUNCTION__, '
|
245 |
if ( function_exists( 'wc_display_item_downloads' ) ) {
|
246 |
|
247 |
if ( $inline ) {
|
@@ -425,7 +425,7 @@ class BEWPI_Template {
|
|
425 |
/**
|
426 |
* Set invoice.
|
427 |
*
|
428 |
-
* @param BEWPI_Packing_Slip $packing_slip
|
429 |
*/
|
430 |
public function set_packing_slip( $packing_slip ) {
|
431 |
$this->packing_slip = $packing_slip;
|
33 |
*/
|
34 |
public $order;
|
35 |
/**
|
36 |
+
* Invoices for WooCommerce invoice.
|
37 |
*
|
38 |
* @var BEWPI_Abstract_Invoice.
|
39 |
*/
|
40 |
public $invoice;
|
41 |
/**
|
42 |
+
* Invoices for WooCommerce packing slip.
|
43 |
*
|
44 |
* @var BEWPI_Packing_Slip.
|
45 |
*/
|
201 |
* @deprecated Make sure to remove it from your custom template since this will be removed in future releases.
|
202 |
*/
|
203 |
public function wc_display_item_meta( $item, $inline = false ) {
|
204 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce 2.9.13', 'WPI()->templater()->display_item_meta( $item )' );
|
205 |
if ( function_exists( 'wc_display_item_meta' ) ) {
|
206 |
|
207 |
if ( $inline ) {
|
227 |
* @return mixed
|
228 |
*/
|
229 |
public function strip_non_inline_tags( $string ) {
|
230 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce 2.9.13', 'wp_filter_nohtml_kses()' );
|
231 |
|
232 |
return str_replace( array( '<p>', '</p>', '<br>', '</br>' ), '', $string );
|
233 |
}
|
241 |
* @deprecated No longer used within the template files since it is triggering a Fatal Error and does not get used anyway. Make sure to remove it from your custom template since this will be removed in future releases.
|
242 |
*/
|
243 |
public function wc_display_item_downloads( $item, $inline = false ) {
|
244 |
+
_deprecated_function( __FUNCTION__, 'Invoices for WooCommerce 2.9.13', 'wc_display_item_downloads( $item )' );
|
245 |
if ( function_exists( 'wc_display_item_downloads' ) ) {
|
246 |
|
247 |
if ( $inline ) {
|
425 |
/**
|
426 |
* Set invoice.
|
427 |
*
|
428 |
+
* @param BEWPI_Packing_Slip $packing_slip Invoices for WooCommerce invoice object.
|
429 |
*/
|
430 |
public function set_packing_slip( $packing_slip ) {
|
431 |
$this->packing_slip = $packing_slip;
|
includes/templates/invoice/simple/micro/body.php
CHANGED
@@ -113,7 +113,7 @@ echo $this->outlining_columns_html( count( $this->order->get_taxes() ) );
|
|
113 |
$meta['meta_key'] = wc_attribute_label( wc_sanitize_taxonomy_name( $meta['meta_key'] ) );
|
114 |
$meta['meta_value'] = isset( $term->name ) ? $term->name : $meta['meta_value'];
|
115 |
} else {
|
116 |
-
$meta['meta_key'] = apply_filters( 'woocommerce_attribute_label', wc_attribute_label( $meta['meta_key'], $product ), $meta['meta_key'] );
|
117 |
}
|
118 |
|
119 |
echo '<div class="item-attribute"><span style="font-weight: bold;">' . wp_kses_post( rawurldecode( $meta['meta_key'] ) ) . ': </span>' . wp_kses_post( rawurldecode( $meta['meta_value'] ) ) . '</div>';
|
113 |
$meta['meta_key'] = wc_attribute_label( wc_sanitize_taxonomy_name( $meta['meta_key'] ) );
|
114 |
$meta['meta_value'] = isset( $term->name ) ? $term->name : $meta['meta_value'];
|
115 |
} else {
|
116 |
+
$meta['meta_key'] = apply_filters( 'woocommerce_attribute_label', wc_attribute_label( $meta['meta_key'], $product ), $meta['meta_key'], $product );
|
117 |
}
|
118 |
|
119 |
echo '<div class="item-attribute"><span style="font-weight: bold;">' . wp_kses_post( rawurldecode( $meta['meta_key'] ) ) . ': </span>' . wp_kses_post( rawurldecode( $meta['meta_value'] ) ) . '</div>';
|
includes/templates/invoice/simple/minimal/body.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/invoice/simple/yourtemplatename/body.php.
|
6 |
*
|
7 |
-
* HOWEVER, on occasion
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
@@ -81,7 +81,7 @@ $terms = $templater->get_option( 'bewpi_terms' );
|
|
81 |
</td>
|
82 |
</tr>
|
83 |
<tr class="custom-information">
|
84 |
-
<td>
|
85 |
<?php echo apply_filters( 'wpi_custom_information', '', $invoice ); ?>
|
86 |
</td>
|
87 |
</tr>
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/invoice/simple/yourtemplatename/body.php.
|
6 |
*
|
7 |
+
* HOWEVER, on occasion Invoices for WooCommerce will need to update template files and you
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
81 |
</td>
|
82 |
</tr>
|
83 |
<tr class="custom-information">
|
84 |
+
<td colspan="3">
|
85 |
<?php echo apply_filters( 'wpi_custom_information', '', $invoice ); ?>
|
86 |
</td>
|
87 |
</tr>
|
includes/templates/invoice/simple/minimal/footer.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/invoice/simple/yourtemplatename/footer.php.
|
6 |
*
|
7 |
-
* HOWEVER, on occasion
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/invoice/simple/yourtemplatename/footer.php.
|
6 |
*
|
7 |
+
* HOWEVER, on occasion Invoices for WooCommerce will need to update template files and you
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
includes/templates/invoice/simple/minimal/header.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/invoice/simple/yourtemplatename/header.php.
|
6 |
*
|
7 |
-
* HOWEVER, on occasion
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/invoice/simple/yourtemplatename/header.php.
|
6 |
*
|
7 |
+
* HOWEVER, on occasion Invoices for WooCommerce will need to update template files and you
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
includes/templates/packing-slip/simple/minimal/body.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/packing-slip/simple/yourtemplatename/body.php.
|
6 |
*
|
7 |
-
* HOWEVER, on occasion
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/packing-slip/simple/yourtemplatename/body.php.
|
6 |
*
|
7 |
+
* HOWEVER, on occasion Invoices for WooCommerce will need to update template files and you
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
includes/templates/packing-slip/simple/minimal/footer.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/packing-slip/simple/yourtemplatename/footer.php.
|
6 |
*
|
7 |
-
* HOWEVER, on occasion
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/packing-slip/simple/yourtemplatename/footer.php.
|
6 |
*
|
7 |
+
* HOWEVER, on occasion Invoices for WooCommerce will need to update template files and you
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
includes/templates/packing-slip/simple/minimal/header.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/packing-slip/simple/yourtemplatename/header.php.
|
6 |
*
|
7 |
-
* HOWEVER, on occasion
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
4 |
*
|
5 |
* This template can be overridden by copying it to youruploadsfolder/woocommerce-pdf-invoices/templates/packing-slip/simple/yourtemplatename/header.php.
|
6 |
*
|
7 |
+
* HOWEVER, on occasion Invoices for WooCommerce will need to update template files and you
|
8 |
* (the theme developer) will need to copy the new files to your theme to
|
9 |
* maintain compatibility. We try to do this as little as possible, but it does
|
10 |
* happen. When this occurs the version of the template file will be bumped and
|
includes/woocommerce-pdf-invoices.php
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Final
|
4 |
*
|
5 |
* Processes several hooks and filter callbacks.
|
6 |
*
|
@@ -86,7 +86,7 @@ if ( ! class_exists( 'BE_WooCommerce_PDF_Invoices' ) ) {
|
|
86 |
}
|
87 |
|
88 |
/**
|
89 |
-
* Define
|
90 |
*
|
91 |
* @since 2.5.0
|
92 |
*/
|
@@ -754,7 +754,7 @@ if ( ! class_exists( 'BE_WooCommerce_PDF_Invoices' ) ) {
|
|
754 |
$message .= ' ' . sprintf( __( 'You will be missing a PDF invoice with invoice number %d and thus creating an accounting gap!', 'woocommerce-pdf-invoices' ), $invoice->get_number() );
|
755 |
|
756 |
/* translators: %s: plugin name. */
|
757 |
-
$message .= ' ' . apply_filters( 'wpi_delete_invoice_confirm_message', sprintf( __( 'Instead consider using Cancelled PDF invoices with %s.', 'woocommerce-pdf-invoices' ), '
|
758 |
|
759 |
}
|
760 |
|
@@ -1107,11 +1107,11 @@ if ( ! class_exists( 'BE_WooCommerce_PDF_Invoices' ) ) {
|
|
1107 |
$company_vat_id = self::get_option( 'template', 'company_vat_id' );
|
1108 |
|
1109 |
if ( ! empty( $company_phone ) ) {
|
1110 |
-
$formatted_company_details .=
|
1111 |
}
|
1112 |
|
1113 |
if ( ! empty( $company_email_address ) ) {
|
1114 |
-
$formatted_company_details .=
|
1115 |
}
|
1116 |
|
1117 |
if ( ! empty( $company_registration_number ) ) {
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Final Invoices for WooCommerce Class.
|
4 |
*
|
5 |
* Processes several hooks and filter callbacks.
|
6 |
*
|
86 |
}
|
87 |
|
88 |
/**
|
89 |
+
* Define Invoices for WooCommerce Constants.
|
90 |
*
|
91 |
* @since 2.5.0
|
92 |
*/
|
754 |
$message .= ' ' . sprintf( __( 'You will be missing a PDF invoice with invoice number %d and thus creating an accounting gap!', 'woocommerce-pdf-invoices' ), $invoice->get_number() );
|
755 |
|
756 |
/* translators: %s: plugin name. */
|
757 |
+
$message .= ' ' . apply_filters( 'wpi_delete_invoice_confirm_message', sprintf( __( 'Instead consider using Cancelled PDF invoices with %s.', 'woocommerce-pdf-invoices' ), 'Invoices for WooCommerce Premium' ) );
|
758 |
|
759 |
}
|
760 |
|
1107 |
$company_vat_id = self::get_option( 'template', 'company_vat_id' );
|
1108 |
|
1109 |
if ( ! empty( $company_phone ) ) {
|
1110 |
+
$formatted_company_details .= $company_phone . '<br>';
|
1111 |
}
|
1112 |
|
1113 |
if ( ! empty( $company_email_address ) ) {
|
1114 |
+
$formatted_company_details .= $company_email_address . '<br>';
|
1115 |
}
|
1116 |
|
1117 |
if ( ! empty( $company_registration_number ) ) {
|
lang/woocommerce-pdf-invoices-cs_CZ.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: cs_CZ\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -309,7 +309,7 @@ msgstr "E-mail dodavatelům"
|
|
309 |
|
310 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
311 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
312 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
313 |
msgid "Email subject"
|
314 |
msgstr "Předmět e-mailu"
|
315 |
|
@@ -589,7 +589,7 @@ msgstr ""
|
|
589 |
msgid "Reminder sent?"
|
590 |
msgstr "Posláno upozornění?"
|
591 |
|
592 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
593 |
#, fuzzy
|
594 |
#| msgid "Order Date: %s"
|
595 |
msgid "Due Date:"
|
@@ -808,24 +808,24 @@ msgstr ""
|
|
808 |
#. translators: %s: default heading
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
810 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
811 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
812 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
813 |
#, php-format
|
814 |
msgid "Defaults to %s"
|
815 |
msgstr ""
|
816 |
|
817 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
818 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
819 |
msgid "Email heading"
|
820 |
msgstr ""
|
821 |
|
822 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
823 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
824 |
msgid "Email type"
|
825 |
msgstr ""
|
826 |
|
827 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
828 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
829 |
msgid "Choose which format of email to send."
|
830 |
msgstr ""
|
831 |
|
@@ -1009,7 +1009,7 @@ msgstr "Faktury"
|
|
1009 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1010 |
#, php-format
|
1011 |
msgid ""
|
1012 |
-
"If you like <strong>
|
1013 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1014 |
msgstr ""
|
1015 |
|
@@ -1471,14 +1471,14 @@ msgstr ""
|
|
1471 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1472 |
#, php-format
|
1473 |
msgid ""
|
1474 |
-
"The settings of
|
1475 |
"this page</a>."
|
1476 |
msgstr ""
|
1477 |
|
1478 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1479 |
#, php-format
|
1480 |
msgid ""
|
1481 |
-
"Before we deactivate
|
1482 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1483 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1484 |
msgstr ""
|
@@ -1495,8 +1495,8 @@ msgid "Dismiss this notice."
|
|
1495 |
msgstr ""
|
1496 |
|
1497 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1498 |
-
msgid "
|
1499 |
-
msgstr "
|
1500 |
|
1501 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1502 |
msgid ""
|
@@ -1626,9 +1626,9 @@ msgstr ""
|
|
1626 |
|
1627 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1628 |
msgid ""
|
1629 |
-
"Checkout this amazing free
|
1630 |
msgstr ""
|
1631 |
-
"Podporuji tento úžasný bezplatný
|
1632 |
"WordPress!"
|
1633 |
|
1634 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1763,12 +1763,6 @@ msgstr ""
|
|
1763 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1764 |
msgstr ""
|
1765 |
|
1766 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1767 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1768 |
-
#, php-format
|
1769 |
-
msgid "%s"
|
1770 |
-
msgstr ""
|
1771 |
-
|
1772 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1773 |
#, php-format
|
1774 |
msgid "CRN: %s"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: cs_CZ\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
309 |
|
310 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
311 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
312 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
313 |
msgid "Email subject"
|
314 |
msgstr "Předmět e-mailu"
|
315 |
|
589 |
msgid "Reminder sent?"
|
590 |
msgstr "Posláno upozornění?"
|
591 |
|
592 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
593 |
#, fuzzy
|
594 |
#| msgid "Order Date: %s"
|
595 |
msgid "Due Date:"
|
808 |
#. translators: %s: default heading
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
810 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
811 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
812 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
813 |
#, php-format
|
814 |
msgid "Defaults to %s"
|
815 |
msgstr ""
|
816 |
|
817 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
818 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
819 |
msgid "Email heading"
|
820 |
msgstr ""
|
821 |
|
822 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
823 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
824 |
msgid "Email type"
|
825 |
msgstr ""
|
826 |
|
827 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
828 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
829 |
msgid "Choose which format of email to send."
|
830 |
msgstr ""
|
831 |
|
1009 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1010 |
#, php-format
|
1011 |
msgid ""
|
1012 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
1013 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1014 |
msgstr ""
|
1015 |
|
1471 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1472 |
#, php-format
|
1473 |
msgid ""
|
1474 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1475 |
"this page</a>."
|
1476 |
msgstr ""
|
1477 |
|
1478 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1479 |
#, php-format
|
1480 |
msgid ""
|
1481 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1482 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1483 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1484 |
msgstr ""
|
1495 |
msgstr ""
|
1496 |
|
1497 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1498 |
+
msgid "Invoices for WooCommerce Premium"
|
1499 |
+
msgstr "Invoices for WooCommerce Premium"
|
1500 |
|
1501 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1502 |
msgid ""
|
1626 |
|
1627 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1628 |
msgid ""
|
1629 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1630 |
msgstr ""
|
1631 |
+
"Podporuji tento úžasný bezplatný Invoices for WooCommerce plugin pro "
|
1632 |
"WordPress!"
|
1633 |
|
1634 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1763 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1764 |
msgstr ""
|
1765 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1766 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1767 |
#, php-format
|
1768 |
msgid "CRN: %s"
|
lang/woocommerce-pdf-invoices-de_DE.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: de\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -24,11 +24,15 @@ msgstr ""
|
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
|
26 |
#: woocommerce-pdf-invoices-premium/includes/admin/class-updater.php:165
|
27 |
-
#, php-format
|
|
|
|
|
|
|
|
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
"Ups, die Lizenz für %1$s ist abgelaufen. Um weiterhin Aktualisierungen und "
|
34 |
"Premium-Support zu erhalten, bieten wir einen Rabatt von 30%%, wenn man <a "
|
@@ -317,7 +321,7 @@ msgstr "E-Mail an den Lieferanten"
|
|
317 |
|
318 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
319 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
320 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
321 |
msgid "Email subject"
|
322 |
msgstr "E-Mail Betreff"
|
323 |
|
@@ -586,7 +590,7 @@ msgstr "Erinnerung an:"
|
|
586 |
msgid "Reminder sent?"
|
587 |
msgstr "Mahnung geschickt?"
|
588 |
|
589 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
590 |
msgid "Due Date:"
|
591 |
msgstr "Fälligkeitsdatum:"
|
592 |
|
@@ -804,24 +808,24 @@ msgstr "Rechnungskorrektur zur Bestellung {order_number}"
|
|
804 |
#. translators: %s: default heading
|
805 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
806 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
807 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
808 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
809 |
#, php-format
|
810 |
msgid "Defaults to %s"
|
811 |
msgstr "Standard auf %s"
|
812 |
|
813 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
814 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
815 |
msgid "Email heading"
|
816 |
msgstr "E-Mail Kopfzeile"
|
817 |
|
818 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
819 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
820 |
msgid "Email type"
|
821 |
msgstr "E-Mail-Typ"
|
822 |
|
823 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
824 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
825 |
msgid "Choose which format of email to send."
|
826 |
msgstr "Format für E-Mail-Versand auswählen."
|
827 |
|
@@ -1004,7 +1008,7 @@ msgstr "Rechnungen"
|
|
1004 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1005 |
#, php-format
|
1006 |
msgid ""
|
1007 |
-
"If you like <strong>
|
1008 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1009 |
msgstr ""
|
1010 |
"Über eine <a href=\"%s\">★★★★★</a> Bewertung für <strong>WooCommerce PDF-"
|
@@ -1491,7 +1495,7 @@ msgstr ""
|
|
1491 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1492 |
#, php-format
|
1493 |
msgid ""
|
1494 |
-
"The settings of
|
1495 |
"this page</a>."
|
1496 |
msgstr ""
|
1497 |
"Die Einstellungen für WooCommerce PDF-Rechnungen sind auf <a href=\"%1$s"
|
@@ -1500,7 +1504,7 @@ msgstr ""
|
|
1500 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1501 |
#, php-format
|
1502 |
msgid ""
|
1503 |
-
"Before we deactivate
|
1504 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1505 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1506 |
msgstr ""
|
@@ -1524,7 +1528,7 @@ msgid "Dismiss this notice."
|
|
1524 |
msgstr "Diesen Hinweis ausblenden."
|
1525 |
|
1526 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1527 |
-
msgid "
|
1528 |
msgstr "WooCommerce PDF Rechnungen Premium"
|
1529 |
|
1530 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1676,7 +1680,7 @@ msgstr ""
|
|
1676 |
|
1677 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1678 |
msgid ""
|
1679 |
-
"Checkout this amazing free
|
1680 |
msgstr ""
|
1681 |
"Die kostenlose WordPress-Erweiterung für WooCommerce testen: PDF-Rechnungen "
|
1682 |
"Erstellen!"
|
@@ -1808,12 +1812,6 @@ msgstr ""
|
|
1808 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1809 |
msgstr "Stattdessen die von abgerechneten PDF-Rechnungen mit %s verwenden."
|
1810 |
|
1811 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1812 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1813 |
-
#, php-format
|
1814 |
-
msgid "%s"
|
1815 |
-
msgstr ""
|
1816 |
-
|
1817 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1818 |
#, php-format
|
1819 |
msgid "CRN: %s"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: de\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
|
26 |
#: woocommerce-pdf-invoices-premium/includes/admin/class-updater.php:165
|
27 |
+
#, fuzzy, php-format
|
28 |
+
#| msgid ""
|
29 |
+
#| "Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
#| "premium support, we offer you a 30%% discount when you <a href=\"%2$s\" "
|
31 |
+
#| "target=\"_blank\">renew your license</a>."
|
32 |
msgid ""
|
33 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
34 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
35 |
+
"\"_blank\">renew your license</a>."
|
36 |
msgstr ""
|
37 |
"Ups, die Lizenz für %1$s ist abgelaufen. Um weiterhin Aktualisierungen und "
|
38 |
"Premium-Support zu erhalten, bieten wir einen Rabatt von 30%%, wenn man <a "
|
321 |
|
322 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
323 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
324 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
325 |
msgid "Email subject"
|
326 |
msgstr "E-Mail Betreff"
|
327 |
|
590 |
msgid "Reminder sent?"
|
591 |
msgstr "Mahnung geschickt?"
|
592 |
|
593 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
594 |
msgid "Due Date:"
|
595 |
msgstr "Fälligkeitsdatum:"
|
596 |
|
808 |
#. translators: %s: default heading
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
810 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
811 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
812 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
813 |
#, php-format
|
814 |
msgid "Defaults to %s"
|
815 |
msgstr "Standard auf %s"
|
816 |
|
817 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
818 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
819 |
msgid "Email heading"
|
820 |
msgstr "E-Mail Kopfzeile"
|
821 |
|
822 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
823 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
824 |
msgid "Email type"
|
825 |
msgstr "E-Mail-Typ"
|
826 |
|
827 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
828 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
829 |
msgid "Choose which format of email to send."
|
830 |
msgstr "Format für E-Mail-Versand auswählen."
|
831 |
|
1008 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1009 |
#, php-format
|
1010 |
msgid ""
|
1011 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
1012 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1013 |
msgstr ""
|
1014 |
"Über eine <a href=\"%s\">★★★★★</a> Bewertung für <strong>WooCommerce PDF-"
|
1495 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1496 |
#, php-format
|
1497 |
msgid ""
|
1498 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1499 |
"this page</a>."
|
1500 |
msgstr ""
|
1501 |
"Die Einstellungen für WooCommerce PDF-Rechnungen sind auf <a href=\"%1$s"
|
1504 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1505 |
#, php-format
|
1506 |
msgid ""
|
1507 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1508 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1509 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1510 |
msgstr ""
|
1528 |
msgstr "Diesen Hinweis ausblenden."
|
1529 |
|
1530 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1531 |
+
msgid "Invoices for WooCommerce Premium"
|
1532 |
msgstr "WooCommerce PDF Rechnungen Premium"
|
1533 |
|
1534 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1680 |
|
1681 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1682 |
msgid ""
|
1683 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1684 |
msgstr ""
|
1685 |
"Die kostenlose WordPress-Erweiterung für WooCommerce testen: PDF-Rechnungen "
|
1686 |
"Erstellen!"
|
1812 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1813 |
msgstr "Stattdessen die von abgerechneten PDF-Rechnungen mit %s verwenden."
|
1814 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1815 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1816 |
#, php-format
|
1817 |
msgid "CRN: %s"
|
lang/woocommerce-pdf-invoices-es_ES.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: es_ES\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -311,7 +311,7 @@ msgstr "E-mail a proveedor(es)"
|
|
311 |
|
312 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
313 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
314 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
315 |
msgid "Email subject"
|
316 |
msgstr "Asunto del e-mail"
|
317 |
|
@@ -600,7 +600,7 @@ msgstr ""
|
|
600 |
msgid "Reminder sent?"
|
601 |
msgstr "¿Recordatorio enviado?"
|
602 |
|
603 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
604 |
#, fuzzy
|
605 |
#| msgid "Order Date: %s"
|
606 |
msgid "Due Date:"
|
@@ -823,24 +823,24 @@ msgstr ""
|
|
823 |
#. translators: %s: default heading
|
824 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
825 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
826 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
827 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
828 |
#, php-format
|
829 |
msgid "Defaults to %s"
|
830 |
msgstr ""
|
831 |
|
832 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
833 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
834 |
msgid "Email heading"
|
835 |
msgstr ""
|
836 |
|
837 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
838 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
839 |
msgid "Email type"
|
840 |
msgstr ""
|
841 |
|
842 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
843 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
844 |
msgid "Choose which format of email to send."
|
845 |
msgstr ""
|
846 |
|
@@ -1028,10 +1028,10 @@ msgstr "Facturas"
|
|
1028 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1029 |
#, php-format
|
1030 |
msgid ""
|
1031 |
-
"If you like <strong>
|
1032 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1033 |
msgstr ""
|
1034 |
-
"Si te gusta <strong>
|
1035 |
"una valoración <a href=\"%s\">★★★★★</a>. ¡Muchas gracias!"
|
1036 |
|
1037 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:268
|
@@ -1528,34 +1528,34 @@ msgstr ""
|
|
1528 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1529 |
#, php-format
|
1530 |
msgid ""
|
1531 |
-
"The settings of
|
1532 |
"this page</a>."
|
1533 |
msgstr ""
|
1534 |
-
"Los ajustes de
|
1535 |
"\">en esta página</a>."
|
1536 |
|
1537 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1538 |
#, php-format
|
1539 |
msgid ""
|
1540 |
-
"Before we deactivate
|
1541 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1542 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1543 |
msgstr ""
|
1544 |
-
"Antes de desactivar
|
1545 |
"target=\"_blank\">decirnos por qué</a> quieres hacerlo, de manera que lo "
|
1546 |
"podamos mejorar? <a href=\"%2$s\">No, desactivar ahora</a>."
|
1547 |
|
1548 |
#: woocommerce-pdf-invoices/includes/admin/views/html-rate-notice.php:26
|
1549 |
#, fuzzy, php-format
|
1550 |
#| msgid ""
|
1551 |
-
#| "Hi%1$s! You're using <b>
|
1552 |
#| "and we would appreciate your <a href=\"%2$s\" target=\"_blank\">★★★★★</a> "
|
1553 |
#| "rating. It will support future development big-time."
|
1554 |
msgid ""
|
1555 |
"Hi%1$s! You're using %2$s for some time now and we would appreciate your "
|
1556 |
"%3$s rating. It will support future development big-time."
|
1557 |
msgstr ""
|
1558 |
-
"¡Hola%1$s! Llevas usando <b>
|
1559 |
"apreciaríamos mucho tu valoración <a href=\"%2$s\" target=\"_blank\">★★★★★</"
|
1560 |
"a>. Nos ayudaría mucho para seguir desarrollándolo."
|
1561 |
|
@@ -1564,8 +1564,8 @@ msgid "Dismiss this notice."
|
|
1564 |
msgstr ""
|
1565 |
|
1566 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1567 |
-
msgid "
|
1568 |
-
msgstr "
|
1569 |
|
1570 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1571 |
msgid ""
|
@@ -1707,7 +1707,7 @@ msgstr ""
|
|
1707 |
|
1708 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1709 |
msgid ""
|
1710 |
-
"Checkout this amazing free
|
1711 |
msgstr ""
|
1712 |
"¡Échale un vistazo a este increíble plugin gratuito de facturas PDF para "
|
1713 |
"Wordpress y WooCommerce!"
|
@@ -1845,12 +1845,6 @@ msgstr ""
|
|
1845 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1849 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1850 |
-
#, php-format
|
1851 |
-
msgid "%s"
|
1852 |
-
msgstr ""
|
1853 |
-
|
1854 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1855 |
#, php-format
|
1856 |
msgid "CRN: %s"
|
@@ -2146,7 +2140,7 @@ msgstr "IVA 0%"
|
|
2146 |
#~ msgstr "Subtotal es incluyendo impuestos y excepto el descuento y el envío."
|
2147 |
|
2148 |
#~ msgid ""
|
2149 |
-
#~ "Thank you for using <b>
|
2150 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
2151 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
2152 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: es_ES\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
311 |
|
312 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
313 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
314 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
315 |
msgid "Email subject"
|
316 |
msgstr "Asunto del e-mail"
|
317 |
|
600 |
msgid "Reminder sent?"
|
601 |
msgstr "¿Recordatorio enviado?"
|
602 |
|
603 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
604 |
#, fuzzy
|
605 |
#| msgid "Order Date: %s"
|
606 |
msgid "Due Date:"
|
823 |
#. translators: %s: default heading
|
824 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
825 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
826 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
827 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
828 |
#, php-format
|
829 |
msgid "Defaults to %s"
|
830 |
msgstr ""
|
831 |
|
832 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
833 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
834 |
msgid "Email heading"
|
835 |
msgstr ""
|
836 |
|
837 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
838 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
839 |
msgid "Email type"
|
840 |
msgstr ""
|
841 |
|
842 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
843 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
844 |
msgid "Choose which format of email to send."
|
845 |
msgstr ""
|
846 |
|
1028 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1029 |
#, php-format
|
1030 |
msgid ""
|
1031 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
1032 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1033 |
msgstr ""
|
1034 |
+
"Si te gusta <strong>Invoices for WooCommerce</strong>, por favor, déjanos "
|
1035 |
"una valoración <a href=\"%s\">★★★★★</a>. ¡Muchas gracias!"
|
1036 |
|
1037 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:268
|
1528 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1529 |
#, php-format
|
1530 |
msgid ""
|
1531 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1532 |
"this page</a>."
|
1533 |
msgstr ""
|
1534 |
+
"Los ajustes de Invoices for WooCommerce están disponibles <a href=\"%1$s"
|
1535 |
"\">en esta página</a>."
|
1536 |
|
1537 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1538 |
#, php-format
|
1539 |
msgid ""
|
1540 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1541 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1542 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1543 |
msgstr ""
|
1544 |
+
"Antes de desactivar Invoices for WooCommerce, ¿podrías <a href=\"%1$s\" "
|
1545 |
"target=\"_blank\">decirnos por qué</a> quieres hacerlo, de manera que lo "
|
1546 |
"podamos mejorar? <a href=\"%2$s\">No, desactivar ahora</a>."
|
1547 |
|
1548 |
#: woocommerce-pdf-invoices/includes/admin/views/html-rate-notice.php:26
|
1549 |
#, fuzzy, php-format
|
1550 |
#| msgid ""
|
1551 |
+
#| "Hi%1$s! You're using <b>Invoices for WooCommerce</b> for some time now "
|
1552 |
#| "and we would appreciate your <a href=\"%2$s\" target=\"_blank\">★★★★★</a> "
|
1553 |
#| "rating. It will support future development big-time."
|
1554 |
msgid ""
|
1555 |
"Hi%1$s! You're using %2$s for some time now and we would appreciate your "
|
1556 |
"%3$s rating. It will support future development big-time."
|
1557 |
msgstr ""
|
1558 |
+
"¡Hola%1$s! Llevas usando <b>Invoices for WooCommerce</b> un tiempo y "
|
1559 |
"apreciaríamos mucho tu valoración <a href=\"%2$s\" target=\"_blank\">★★★★★</"
|
1560 |
"a>. Nos ayudaría mucho para seguir desarrollándolo."
|
1561 |
|
1564 |
msgstr ""
|
1565 |
|
1566 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1567 |
+
msgid "Invoices for WooCommerce Premium"
|
1568 |
+
msgstr "Invoices for WooCommerce Premium"
|
1569 |
|
1570 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1571 |
msgid ""
|
1707 |
|
1708 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1709 |
msgid ""
|
1710 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1711 |
msgstr ""
|
1712 |
"¡Échale un vistazo a este increíble plugin gratuito de facturas PDF para "
|
1713 |
"Wordpress y WooCommerce!"
|
1845 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1846 |
msgstr ""
|
1847 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1848 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1849 |
#, php-format
|
1850 |
msgid "CRN: %s"
|
2140 |
#~ msgstr "Subtotal es incluyendo impuestos y excepto el descuento y el envío."
|
2141 |
|
2142 |
#~ msgid ""
|
2143 |
+
#~ "Thank you for using <b>Invoices for WooCommerce</b> for some time now. "
|
2144 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
2145 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
2146 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
lang/woocommerce-pdf-invoices-et.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: et\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -298,7 +298,7 @@ msgstr ""
|
|
298 |
|
299 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
300 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
301 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
302 |
msgid "Email subject"
|
303 |
msgstr ""
|
304 |
|
@@ -570,7 +570,7 @@ msgstr ""
|
|
570 |
msgid "Reminder sent?"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
574 |
#, fuzzy
|
575 |
#| msgid "Order Date: %s"
|
576 |
msgid "Due Date:"
|
@@ -791,24 +791,24 @@ msgstr ""
|
|
791 |
#. translators: %s: default heading
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
793 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
794 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
795 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
796 |
#, php-format
|
797 |
msgid "Defaults to %s"
|
798 |
msgstr ""
|
799 |
|
800 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
801 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
802 |
msgid "Email heading"
|
803 |
msgstr ""
|
804 |
|
805 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
806 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
807 |
msgid "Email type"
|
808 |
msgstr ""
|
809 |
|
810 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
811 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
812 |
msgid "Choose which format of email to send."
|
813 |
msgstr ""
|
814 |
|
@@ -992,7 +992,7 @@ msgstr "Arved"
|
|
992 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
993 |
#, php-format
|
994 |
msgid ""
|
995 |
-
"If you like <strong>
|
996 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
997 |
msgstr ""
|
998 |
|
@@ -1450,14 +1450,14 @@ msgstr ""
|
|
1450 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1451 |
#, php-format
|
1452 |
msgid ""
|
1453 |
-
"The settings of
|
1454 |
"this page</a>."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1458 |
#, php-format
|
1459 |
msgid ""
|
1460 |
-
"Before we deactivate
|
1461 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1462 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1463 |
msgstr ""
|
@@ -1474,7 +1474,7 @@ msgid "Dismiss this notice."
|
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1477 |
-
msgid "
|
1478 |
msgstr "WooCommerce PDF Arved Premium"
|
1479 |
|
1480 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1605,7 +1605,7 @@ msgstr ""
|
|
1605 |
|
1606 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1607 |
msgid ""
|
1608 |
-
"Checkout this amazing free
|
1609 |
msgstr ""
|
1610 |
"Proovi seda tasuta ja uskumatult head WooCommerce PDF Arve pluginat "
|
1611 |
"WordPressile!"
|
@@ -1742,12 +1742,6 @@ msgstr ""
|
|
1742 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1743 |
msgstr ""
|
1744 |
|
1745 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1746 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1747 |
-
#, php-format
|
1748 |
-
msgid "%s"
|
1749 |
-
msgstr ""
|
1750 |
-
|
1751 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1752 |
#, php-format
|
1753 |
msgid "CRN: %s"
|
@@ -1939,7 +1933,7 @@ msgstr "KMKR nr: %s"
|
|
1939 |
#~ msgstr "Ligipääs keelatud"
|
1940 |
|
1941 |
#~ msgid ""
|
1942 |
-
#~ "If you like <strong>
|
1943 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1944 |
#~ msgstr ""
|
1945 |
#~ "Kui sulle <strong>WooCommerce PDF Arved</strong> meeldib, siis palun jäta "
|
@@ -1952,7 +1946,7 @@ msgstr "KMKR nr: %s"
|
|
1952 |
#~ msgstr "Loo arve"
|
1953 |
|
1954 |
#~ msgid ""
|
1955 |
-
#~ "You are working with <b>
|
1956 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1957 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1958 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: et\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
298 |
|
299 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
300 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
301 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
302 |
msgid "Email subject"
|
303 |
msgstr ""
|
304 |
|
570 |
msgid "Reminder sent?"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
574 |
#, fuzzy
|
575 |
#| msgid "Order Date: %s"
|
576 |
msgid "Due Date:"
|
791 |
#. translators: %s: default heading
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
793 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
794 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
795 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
796 |
#, php-format
|
797 |
msgid "Defaults to %s"
|
798 |
msgstr ""
|
799 |
|
800 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
801 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
802 |
msgid "Email heading"
|
803 |
msgstr ""
|
804 |
|
805 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
806 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
807 |
msgid "Email type"
|
808 |
msgstr ""
|
809 |
|
810 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
811 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
812 |
msgid "Choose which format of email to send."
|
813 |
msgstr ""
|
814 |
|
992 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
993 |
#, php-format
|
994 |
msgid ""
|
995 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
996 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
997 |
msgstr ""
|
998 |
|
1450 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1451 |
#, php-format
|
1452 |
msgid ""
|
1453 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1454 |
"this page</a>."
|
1455 |
msgstr ""
|
1456 |
|
1457 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1458 |
#, php-format
|
1459 |
msgid ""
|
1460 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1461 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1462 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1463 |
msgstr ""
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1477 |
+
msgid "Invoices for WooCommerce Premium"
|
1478 |
msgstr "WooCommerce PDF Arved Premium"
|
1479 |
|
1480 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1605 |
|
1606 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1607 |
msgid ""
|
1608 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1609 |
msgstr ""
|
1610 |
"Proovi seda tasuta ja uskumatult head WooCommerce PDF Arve pluginat "
|
1611 |
"WordPressile!"
|
1742 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1743 |
msgstr ""
|
1744 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1745 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1746 |
#, php-format
|
1747 |
msgid "CRN: %s"
|
1933 |
#~ msgstr "Ligipääs keelatud"
|
1934 |
|
1935 |
#~ msgid ""
|
1936 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
1937 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1938 |
#~ msgstr ""
|
1939 |
#~ "Kui sulle <strong>WooCommerce PDF Arved</strong> meeldib, siis palun jäta "
|
1946 |
#~ msgstr "Loo arve"
|
1947 |
|
1948 |
#~ msgid ""
|
1949 |
+
#~ "You are working with <b>Invoices for WooCommerce</b> for some time now. "
|
1950 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1951 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1952 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
lang/woocommerce-pdf-invoices-fr_FR.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: fr_FR\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -311,7 +311,7 @@ msgstr "Envoyer par e-mail au(x) fournisseur(s)"
|
|
311 |
|
312 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
313 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
314 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
315 |
msgid "Email subject"
|
316 |
msgstr "Sujet de l'e-mail"
|
317 |
|
@@ -587,7 +587,7 @@ msgstr ""
|
|
587 |
msgid "Reminder sent?"
|
588 |
msgstr ""
|
589 |
|
590 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
591 |
#, fuzzy
|
592 |
#| msgid "Order Date: %s"
|
593 |
msgid "Due Date:"
|
@@ -807,24 +807,24 @@ msgstr ""
|
|
807 |
#. translators: %s: default heading
|
808 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
810 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
811 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
812 |
#, php-format
|
813 |
msgid "Defaults to %s"
|
814 |
msgstr ""
|
815 |
|
816 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
817 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
818 |
msgid "Email heading"
|
819 |
msgstr ""
|
820 |
|
821 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
822 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
823 |
msgid "Email type"
|
824 |
msgstr ""
|
825 |
|
826 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
827 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
828 |
msgid "Choose which format of email to send."
|
829 |
msgstr ""
|
830 |
|
@@ -1008,7 +1008,7 @@ msgstr "Factures"
|
|
1008 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1009 |
#, php-format
|
1010 |
msgid ""
|
1011 |
-
"If you like <strong>
|
1012 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1013 |
msgstr ""
|
1014 |
|
@@ -1473,14 +1473,14 @@ msgstr ""
|
|
1473 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1474 |
#, php-format
|
1475 |
msgid ""
|
1476 |
-
"The settings of
|
1477 |
"this page</a>."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1481 |
#, php-format
|
1482 |
msgid ""
|
1483 |
-
"Before we deactivate
|
1484 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1485 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1486 |
msgstr ""
|
@@ -1497,8 +1497,8 @@ msgid "Dismiss this notice."
|
|
1497 |
msgstr ""
|
1498 |
|
1499 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1500 |
-
msgid "
|
1501 |
-
msgstr "
|
1502 |
|
1503 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1504 |
msgid ""
|
@@ -1631,9 +1631,9 @@ msgstr ""
|
|
1631 |
|
1632 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1633 |
msgid ""
|
1634 |
-
"Checkout this amazing free
|
1635 |
msgstr ""
|
1636 |
-
"Essayez cet incroyable plugin gratuit
|
1637 |
"WordPress !"
|
1638 |
|
1639 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1768,12 +1768,6 @@ msgstr ""
|
|
1768 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1769 |
msgstr ""
|
1770 |
|
1771 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1772 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1773 |
-
#, php-format
|
1774 |
-
msgid "%s"
|
1775 |
-
msgstr ""
|
1776 |
-
|
1777 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1778 |
#, php-format
|
1779 |
msgid "CRN: %s"
|
@@ -2049,7 +2043,7 @@ msgstr "TVA %s"
|
|
2049 |
#~ "PDF Invoices</strong></a>."
|
2050 |
#~ msgstr ""
|
2051 |
#~ "Très bien ! <a href=\"%s\">Commençons la configuration de "
|
2052 |
-
#~ "<strong>
|
2053 |
|
2054 |
#~ msgid "Invalid order ID"
|
2055 |
#~ msgstr "ID de commande invalide"
|
@@ -2058,10 +2052,10 @@ msgstr "TVA %s"
|
|
2058 |
#~ msgstr "Accès refusé"
|
2059 |
|
2060 |
#~ msgid ""
|
2061 |
-
#~ "If you like <strong>
|
2062 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
2063 |
#~ msgstr ""
|
2064 |
-
#~ "Si vous aimez <strong>
|
2065 |
#~ "nous laisser un avis %s ★★★★★%s. Un grand merci à l'avance !"
|
2066 |
|
2067 |
#~ msgid "Cancel invoice"
|
@@ -2071,13 +2065,13 @@ msgstr "TVA %s"
|
|
2071 |
#~ msgstr "Créer une facture"
|
2072 |
|
2073 |
#~ msgid ""
|
2074 |
-
#~ "You are working with <b>
|
2075 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
2076 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
2077 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
2078 |
#~ "href='%s'>No, already done it!</a>"
|
2079 |
#~ msgstr ""
|
2080 |
-
#~ "Vous travaillez avec des <b>
|
2081 |
#~ "certain temps. Nous avons vraiment besoin de votre avis ★★★★★. Il "
|
2082 |
#~ "soutiendra le développement futur à long terme. Un grand merci à l’avance "
|
2083 |
#~ "et continuez votre bon travail !<br><a href=\"%s\" target=\"_blank\">Oui, "
|
@@ -2085,11 +2079,11 @@ msgstr "TVA %s"
|
|
2085 |
#~ "</a>"
|
2086 |
|
2087 |
#~ msgid ""
|
2088 |
-
#~ "<p><a href=\"%s\"><strong>
|
2089 |
-
#~ "requires <a href=\"%s\"><strong>
|
2090 |
#~ "Get the free version (%s+) and try again.</p>"
|
2091 |
#~ msgstr ""
|
2092 |
-
#~ "<p><a href=\"%s\"><strong>
|
2093 |
#~ "nécessite <a href=\"%s\"><strong>WooCommerce Invoices PDF</strong></a>. "
|
2094 |
#~ "Obtenez la version gratuite (%s+) et essayez à nouveau.</p>"
|
2095 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: fr_FR\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
311 |
|
312 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
313 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
314 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
315 |
msgid "Email subject"
|
316 |
msgstr "Sujet de l'e-mail"
|
317 |
|
587 |
msgid "Reminder sent?"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
591 |
#, fuzzy
|
592 |
#| msgid "Order Date: %s"
|
593 |
msgid "Due Date:"
|
807 |
#. translators: %s: default heading
|
808 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
810 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
811 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
812 |
#, php-format
|
813 |
msgid "Defaults to %s"
|
814 |
msgstr ""
|
815 |
|
816 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
817 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
818 |
msgid "Email heading"
|
819 |
msgstr ""
|
820 |
|
821 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
822 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
823 |
msgid "Email type"
|
824 |
msgstr ""
|
825 |
|
826 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
827 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
828 |
msgid "Choose which format of email to send."
|
829 |
msgstr ""
|
830 |
|
1008 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1009 |
#, php-format
|
1010 |
msgid ""
|
1011 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
1012 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1013 |
msgstr ""
|
1014 |
|
1473 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1474 |
#, php-format
|
1475 |
msgid ""
|
1476 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1477 |
"this page</a>."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1481 |
#, php-format
|
1482 |
msgid ""
|
1483 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1484 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1485 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1486 |
msgstr ""
|
1497 |
msgstr ""
|
1498 |
|
1499 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1500 |
+
msgid "Invoices for WooCommerce Premium"
|
1501 |
+
msgstr "Invoices for WooCommerce Premium"
|
1502 |
|
1503 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1504 |
msgid ""
|
1631 |
|
1632 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1633 |
msgid ""
|
1634 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1635 |
msgstr ""
|
1636 |
+
"Essayez cet incroyable plugin gratuit Invoices for WooCommerce pour "
|
1637 |
"WordPress !"
|
1638 |
|
1639 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1768 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1769 |
msgstr ""
|
1770 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1771 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1772 |
#, php-format
|
1773 |
msgid "CRN: %s"
|
2043 |
#~ "PDF Invoices</strong></a>."
|
2044 |
#~ msgstr ""
|
2045 |
#~ "Très bien ! <a href=\"%s\">Commençons la configuration de "
|
2046 |
+
#~ "<strong>Invoices for WooCommerce</strong></a>."
|
2047 |
|
2048 |
#~ msgid "Invalid order ID"
|
2049 |
#~ msgstr "ID de commande invalide"
|
2052 |
#~ msgstr "Accès refusé"
|
2053 |
|
2054 |
#~ msgid ""
|
2055 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
2056 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
2057 |
#~ msgstr ""
|
2058 |
+
#~ "Si vous aimez <strong>Invoices for WooCommerce</strong> n'hésitez pas à "
|
2059 |
#~ "nous laisser un avis %s ★★★★★%s. Un grand merci à l'avance !"
|
2060 |
|
2061 |
#~ msgid "Cancel invoice"
|
2065 |
#~ msgstr "Créer une facture"
|
2066 |
|
2067 |
#~ msgid ""
|
2068 |
+
#~ "You are working with <b>Invoices for WooCommerce</b> for some time now. "
|
2069 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
2070 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
2071 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
2072 |
#~ "href='%s'>No, already done it!</a>"
|
2073 |
#~ msgstr ""
|
2074 |
+
#~ "Vous travaillez avec des <b>Invoices for WooCommerce</b> depuis un "
|
2075 |
#~ "certain temps. Nous avons vraiment besoin de votre avis ★★★★★. Il "
|
2076 |
#~ "soutiendra le développement futur à long terme. Un grand merci à l’avance "
|
2077 |
#~ "et continuez votre bon travail !<br><a href=\"%s\" target=\"_blank\">Oui, "
|
2079 |
#~ "</a>"
|
2080 |
|
2081 |
#~ msgid ""
|
2082 |
+
#~ "<p><a href=\"%s\"><strong>Invoices for WooCommerce Premium</strong></a> "
|
2083 |
+
#~ "requires <a href=\"%s\"><strong>Invoices for WooCommerce</strong></a>. "
|
2084 |
#~ "Get the free version (%s+) and try again.</p>"
|
2085 |
#~ msgstr ""
|
2086 |
+
#~ "<p><a href=\"%s\"><strong>Invoices for WooCommerce Premium</strong></a> "
|
2087 |
#~ "nécessite <a href=\"%s\"><strong>WooCommerce Invoices PDF</strong></a>. "
|
2088 |
#~ "Obtenez la version gratuite (%s+) et essayez à nouveau.</p>"
|
2089 |
|
lang/woocommerce-pdf-invoices-it_IT.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: it_IT\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -294,7 +294,7 @@ msgstr ""
|
|
294 |
|
295 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
296 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
297 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
298 |
msgid "Email subject"
|
299 |
msgstr ""
|
300 |
|
@@ -564,7 +564,7 @@ msgstr ""
|
|
564 |
msgid "Reminder sent?"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
568 |
#, fuzzy
|
569 |
#| msgid "Order Date: %s"
|
570 |
msgid "Due Date:"
|
@@ -784,24 +784,24 @@ msgstr ""
|
|
784 |
#. translators: %s: default heading
|
785 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
786 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
787 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
788 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
789 |
#, php-format
|
790 |
msgid "Defaults to %s"
|
791 |
msgstr ""
|
792 |
|
793 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
794 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
795 |
msgid "Email heading"
|
796 |
msgstr ""
|
797 |
|
798 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
799 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
800 |
msgid "Email type"
|
801 |
msgstr ""
|
802 |
|
803 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
804 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
805 |
msgid "Choose which format of email to send."
|
806 |
msgstr ""
|
807 |
|
@@ -985,7 +985,7 @@ msgstr "Fatture"
|
|
985 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
986 |
#, php-format
|
987 |
msgid ""
|
988 |
-
"If you like <strong>
|
989 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
990 |
msgstr ""
|
991 |
|
@@ -1446,14 +1446,14 @@ msgstr ""
|
|
1446 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1447 |
#, php-format
|
1448 |
msgid ""
|
1449 |
-
"The settings of
|
1450 |
"this page</a>."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1454 |
#, php-format
|
1455 |
msgid ""
|
1456 |
-
"Before we deactivate
|
1457 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1458 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1459 |
msgstr ""
|
@@ -1470,7 +1470,7 @@ msgid "Dismiss this notice."
|
|
1470 |
msgstr ""
|
1471 |
|
1472 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1473 |
-
msgid "
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1599,9 +1599,9 @@ msgstr ""
|
|
1599 |
|
1600 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1601 |
msgid ""
|
1602 |
-
"Checkout this amazing free
|
1603 |
msgstr ""
|
1604 |
-
"Checkout this amazing free
|
1605 |
|
1606 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1607 |
msgid "Need Help?"
|
@@ -1734,12 +1734,6 @@ msgstr ""
|
|
1734 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1738 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1739 |
-
#, php-format
|
1740 |
-
msgid "%s"
|
1741 |
-
msgstr ""
|
1742 |
-
|
1743 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1744 |
#, php-format
|
1745 |
msgid "CRN: %s"
|
@@ -1857,7 +1851,7 @@ msgstr ""
|
|
1857 |
#~ "<strong>WooCommerce PDF Fattura</strong></a>."
|
1858 |
|
1859 |
#~ msgid ""
|
1860 |
-
#~ "If you like <strong>
|
1861 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1862 |
#~ msgstr ""
|
1863 |
#~ "Se ti piace <strong>WooCommerce PDF Fattura</strong> ti preghiamo di "
|
@@ -1870,13 +1864,13 @@ msgstr ""
|
|
1870 |
#~ msgstr "Creare fattura"
|
1871 |
|
1872 |
#~ msgid ""
|
1873 |
-
#~ "You are working with <b>
|
1874 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1875 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1876 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
1877 |
#~ "href='%s'>No, already done it!</a>"
|
1878 |
#~ msgstr ""
|
1879 |
-
#~ "You are working with <b>
|
1880 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1881 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1882 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
@@ -1965,7 +1959,7 @@ msgstr ""
|
|
1965 |
#~ msgstr "Subtotal es incluyendo impuestos y excepto el descuento y el envío."
|
1966 |
|
1967 |
#~ msgid ""
|
1968 |
-
#~ "Thank you for using <b>
|
1969 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
1970 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
1971 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: it_IT\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
294 |
|
295 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
296 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
297 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
298 |
msgid "Email subject"
|
299 |
msgstr ""
|
300 |
|
564 |
msgid "Reminder sent?"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
568 |
#, fuzzy
|
569 |
#| msgid "Order Date: %s"
|
570 |
msgid "Due Date:"
|
784 |
#. translators: %s: default heading
|
785 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
786 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
787 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
788 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
789 |
#, php-format
|
790 |
msgid "Defaults to %s"
|
791 |
msgstr ""
|
792 |
|
793 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
794 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
795 |
msgid "Email heading"
|
796 |
msgstr ""
|
797 |
|
798 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
799 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
800 |
msgid "Email type"
|
801 |
msgstr ""
|
802 |
|
803 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
804 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
805 |
msgid "Choose which format of email to send."
|
806 |
msgstr ""
|
807 |
|
985 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
986 |
#, php-format
|
987 |
msgid ""
|
988 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
989 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
990 |
msgstr ""
|
991 |
|
1446 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1447 |
#, php-format
|
1448 |
msgid ""
|
1449 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1450 |
"this page</a>."
|
1451 |
msgstr ""
|
1452 |
|
1453 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1454 |
#, php-format
|
1455 |
msgid ""
|
1456 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1457 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1458 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1459 |
msgstr ""
|
1470 |
msgstr ""
|
1471 |
|
1472 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1473 |
+
msgid "Invoices for WooCommerce Premium"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1599 |
|
1600 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1601 |
msgid ""
|
1602 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1603 |
msgstr ""
|
1604 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1605 |
|
1606 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1607 |
msgid "Need Help?"
|
1734 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1735 |
msgstr ""
|
1736 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1737 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1738 |
#, php-format
|
1739 |
msgid "CRN: %s"
|
1851 |
#~ "<strong>WooCommerce PDF Fattura</strong></a>."
|
1852 |
|
1853 |
#~ msgid ""
|
1854 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
1855 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1856 |
#~ msgstr ""
|
1857 |
#~ "Se ti piace <strong>WooCommerce PDF Fattura</strong> ti preghiamo di "
|
1864 |
#~ msgstr "Creare fattura"
|
1865 |
|
1866 |
#~ msgid ""
|
1867 |
+
#~ "You are working with <b>Invoices for WooCommerce</b> for some time now. "
|
1868 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1869 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1870 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
1871 |
#~ "href='%s'>No, already done it!</a>"
|
1872 |
#~ msgstr ""
|
1873 |
+
#~ "You are working with <b>Invoices for WooCommerce</b> for some time now. "
|
1874 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1875 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1876 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
1959 |
#~ msgstr "Subtotal es incluyendo impuestos y excepto el descuento y el envío."
|
1960 |
|
1961 |
#~ msgid ""
|
1962 |
+
#~ "Thank you for using <b>Invoices for WooCommerce</b> for some time now. "
|
1963 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
1964 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
1965 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
lang/woocommerce-pdf-invoices-lt_LT.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: lt_LT\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -292,7 +292,7 @@ msgstr ""
|
|
292 |
|
293 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
294 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
295 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
296 |
msgid "Email subject"
|
297 |
msgstr ""
|
298 |
|
@@ -564,7 +564,7 @@ msgstr ""
|
|
564 |
msgid "Reminder sent?"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
568 |
#, fuzzy
|
569 |
#| msgid "Order Date: %s"
|
570 |
msgid "Due Date:"
|
@@ -782,24 +782,24 @@ msgstr ""
|
|
782 |
#. translators: %s: default heading
|
783 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
784 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
785 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
786 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
787 |
#, php-format
|
788 |
msgid "Defaults to %s"
|
789 |
msgstr ""
|
790 |
|
791 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
792 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
793 |
msgid "Email heading"
|
794 |
msgstr ""
|
795 |
|
796 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
797 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
798 |
msgid "Email type"
|
799 |
msgstr ""
|
800 |
|
801 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
802 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
803 |
msgid "Choose which format of email to send."
|
804 |
msgstr ""
|
805 |
|
@@ -983,7 +983,7 @@ msgstr "Sąskaitos"
|
|
983 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
984 |
#, php-format
|
985 |
msgid ""
|
986 |
-
"If you like <strong>
|
987 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
988 |
msgstr ""
|
989 |
|
@@ -1439,14 +1439,14 @@ msgstr ""
|
|
1439 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1440 |
#, php-format
|
1441 |
msgid ""
|
1442 |
-
"The settings of
|
1443 |
"this page</a>."
|
1444 |
msgstr ""
|
1445 |
|
1446 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1447 |
#, php-format
|
1448 |
msgid ""
|
1449 |
-
"Before we deactivate
|
1450 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1451 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1452 |
msgstr ""
|
@@ -1463,7 +1463,7 @@ msgid "Dismiss this notice."
|
|
1463 |
msgstr ""
|
1464 |
|
1465 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1466 |
-
msgid "
|
1467 |
msgstr ""
|
1468 |
|
1469 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1589,7 +1589,7 @@ msgstr ""
|
|
1589 |
|
1590 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1591 |
msgid ""
|
1592 |
-
"Checkout this amazing free
|
1593 |
msgstr ""
|
1594 |
|
1595 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1724,12 +1724,6 @@ msgstr ""
|
|
1724 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1725 |
msgstr ""
|
1726 |
|
1727 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1728 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1729 |
-
#, php-format
|
1730 |
-
msgid "%s"
|
1731 |
-
msgstr ""
|
1732 |
-
|
1733 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1734 |
#, php-format
|
1735 |
msgid "CRN: %s"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: lt_LT\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
292 |
|
293 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
294 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
295 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
296 |
msgid "Email subject"
|
297 |
msgstr ""
|
298 |
|
564 |
msgid "Reminder sent?"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
568 |
#, fuzzy
|
569 |
#| msgid "Order Date: %s"
|
570 |
msgid "Due Date:"
|
782 |
#. translators: %s: default heading
|
783 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
784 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
785 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
786 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
787 |
#, php-format
|
788 |
msgid "Defaults to %s"
|
789 |
msgstr ""
|
790 |
|
791 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
792 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
793 |
msgid "Email heading"
|
794 |
msgstr ""
|
795 |
|
796 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
797 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
798 |
msgid "Email type"
|
799 |
msgstr ""
|
800 |
|
801 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
802 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
803 |
msgid "Choose which format of email to send."
|
804 |
msgstr ""
|
805 |
|
983 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
984 |
#, php-format
|
985 |
msgid ""
|
986 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
987 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
988 |
msgstr ""
|
989 |
|
1439 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1440 |
#, php-format
|
1441 |
msgid ""
|
1442 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1443 |
"this page</a>."
|
1444 |
msgstr ""
|
1445 |
|
1446 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1447 |
#, php-format
|
1448 |
msgid ""
|
1449 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1450 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1451 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1452 |
msgstr ""
|
1463 |
msgstr ""
|
1464 |
|
1465 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1466 |
+
msgid "Invoices for WooCommerce Premium"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1589 |
|
1590 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1591 |
msgid ""
|
1592 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1724 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1725 |
msgstr ""
|
1726 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1727 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1728 |
#, php-format
|
1729 |
msgid "CRN: %s"
|
lang/woocommerce-pdf-invoices-nb_NO.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: nb_NO\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -309,7 +309,7 @@ msgstr "E-post til leverandør(er)"
|
|
309 |
|
310 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
311 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
312 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
313 |
msgid "Email subject"
|
314 |
msgstr "E-post emne"
|
315 |
|
@@ -585,7 +585,7 @@ msgstr ""
|
|
585 |
msgid "Reminder sent?"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
589 |
#, fuzzy
|
590 |
#| msgid "Order Date: %s"
|
591 |
msgid "Due Date:"
|
@@ -807,24 +807,24 @@ msgstr ""
|
|
807 |
#. translators: %s: default heading
|
808 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
810 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
811 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
812 |
#, php-format
|
813 |
msgid "Defaults to %s"
|
814 |
msgstr ""
|
815 |
|
816 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
817 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
818 |
msgid "Email heading"
|
819 |
msgstr ""
|
820 |
|
821 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
822 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
823 |
msgid "Email type"
|
824 |
msgstr ""
|
825 |
|
826 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
827 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
828 |
msgid "Choose which format of email to send."
|
829 |
msgstr ""
|
830 |
|
@@ -1008,7 +1008,7 @@ msgstr "PDF Faktura"
|
|
1008 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1009 |
#, php-format
|
1010 |
msgid ""
|
1011 |
-
"If you like <strong>
|
1012 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1013 |
msgstr ""
|
1014 |
|
@@ -1473,14 +1473,14 @@ msgstr ""
|
|
1473 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1474 |
#, php-format
|
1475 |
msgid ""
|
1476 |
-
"The settings of
|
1477 |
"this page</a>."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1481 |
#, php-format
|
1482 |
msgid ""
|
1483 |
-
"Before we deactivate
|
1484 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1485 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1486 |
msgstr ""
|
@@ -1497,7 +1497,7 @@ msgid "Dismiss this notice."
|
|
1497 |
msgstr ""
|
1498 |
|
1499 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1500 |
-
msgid "
|
1501 |
msgstr "WooCommerce PDF Faktura Premium"
|
1502 |
|
1503 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1630,7 +1630,7 @@ msgstr ""
|
|
1630 |
|
1631 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1632 |
msgid ""
|
1633 |
-
"Checkout this amazing free
|
1634 |
msgstr ""
|
1635 |
"Sjekk ut denne fantastiske og helt gratis utvidelsen WooCommerce PDF Faktura "
|
1636 |
"for WordPress!"
|
@@ -1767,12 +1767,6 @@ msgstr ""
|
|
1767 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1768 |
msgstr ""
|
1769 |
|
1770 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1771 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1772 |
-
#, php-format
|
1773 |
-
msgid "%s"
|
1774 |
-
msgstr ""
|
1775 |
-
|
1776 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1777 |
#, php-format
|
1778 |
msgid "CRN: %s"
|
@@ -2051,7 +2045,7 @@ msgstr "MVA %s"
|
|
2051 |
#~ msgstr "Tilgang nektet"
|
2052 |
|
2053 |
#~ msgid ""
|
2054 |
-
#~ "If you like <strong>
|
2055 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
2056 |
#~ msgstr ""
|
2057 |
#~ "Om du liker <strong>WooCommerce PDF Faktura</strong>, vennligst gi oss en "
|
@@ -2064,7 +2058,7 @@ msgstr "MVA %s"
|
|
2064 |
#~ msgstr "Opprett faktura"
|
2065 |
|
2066 |
#~ msgid ""
|
2067 |
-
#~ "You are working with <b>
|
2068 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
2069 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
2070 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
@@ -2110,8 +2104,8 @@ msgstr "MVA %s"
|
|
2110 |
#~ "bestillingens betalingsmåte."
|
2111 |
|
2112 |
#~ msgid ""
|
2113 |
-
#~ "<p><a href=\"%s\"><strong>
|
2114 |
-
#~ "requires <a href=\"%s\"><strong>
|
2115 |
#~ "Get the free version (%s+) and try again.</p>"
|
2116 |
#~ msgstr ""
|
2117 |
#~ "<p><a href=\"%s\"><strong>WooCommerce PDF Fakturaer Premium</strong></a> "
|
@@ -2195,12 +2189,12 @@ msgstr "MVA %s"
|
|
2195 |
#~ msgstr "Delsummen vil være inkludert mva, men ekskludert rabatt og frakt."
|
2196 |
|
2197 |
#~ msgid ""
|
2198 |
-
#~ "Thank you for using <b>
|
2199 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
2200 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
2201 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
2202 |
#~ msgstr ""
|
2203 |
-
#~ "Takk for at du har benyttet <b>
|
2204 |
#~ "stund allerede. Vennligst vis oss din støtte ved å vurdere utvidelsen med "
|
2205 |
#~ "★★★★★. Tusen takk for støtten din! <br /> <a href='%s' "
|
2206 |
#~ "target='_blank'>Ja, jeg skal gjøre det med en gang!!</a> - <a "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: nb_NO\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
309 |
|
310 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
311 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
312 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
313 |
msgid "Email subject"
|
314 |
msgstr "E-post emne"
|
315 |
|
585 |
msgid "Reminder sent?"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
589 |
#, fuzzy
|
590 |
#| msgid "Order Date: %s"
|
591 |
msgid "Due Date:"
|
807 |
#. translators: %s: default heading
|
808 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
810 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
811 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
812 |
#, php-format
|
813 |
msgid "Defaults to %s"
|
814 |
msgstr ""
|
815 |
|
816 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
817 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
818 |
msgid "Email heading"
|
819 |
msgstr ""
|
820 |
|
821 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
822 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
823 |
msgid "Email type"
|
824 |
msgstr ""
|
825 |
|
826 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
827 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
828 |
msgid "Choose which format of email to send."
|
829 |
msgstr ""
|
830 |
|
1008 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
1009 |
#, php-format
|
1010 |
msgid ""
|
1011 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
1012 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
1013 |
msgstr ""
|
1014 |
|
1473 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1474 |
#, php-format
|
1475 |
msgid ""
|
1476 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1477 |
"this page</a>."
|
1478 |
msgstr ""
|
1479 |
|
1480 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1481 |
#, php-format
|
1482 |
msgid ""
|
1483 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1484 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1485 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1486 |
msgstr ""
|
1497 |
msgstr ""
|
1498 |
|
1499 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1500 |
+
msgid "Invoices for WooCommerce Premium"
|
1501 |
msgstr "WooCommerce PDF Faktura Premium"
|
1502 |
|
1503 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1630 |
|
1631 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1632 |
msgid ""
|
1633 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1634 |
msgstr ""
|
1635 |
"Sjekk ut denne fantastiske og helt gratis utvidelsen WooCommerce PDF Faktura "
|
1636 |
"for WordPress!"
|
1767 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1768 |
msgstr ""
|
1769 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1770 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1771 |
#, php-format
|
1772 |
msgid "CRN: %s"
|
2045 |
#~ msgstr "Tilgang nektet"
|
2046 |
|
2047 |
#~ msgid ""
|
2048 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
2049 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
2050 |
#~ msgstr ""
|
2051 |
#~ "Om du liker <strong>WooCommerce PDF Faktura</strong>, vennligst gi oss en "
|
2058 |
#~ msgstr "Opprett faktura"
|
2059 |
|
2060 |
#~ msgid ""
|
2061 |
+
#~ "You are working with <b>Invoices for WooCommerce</b> for some time now. "
|
2062 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
2063 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
2064 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
2104 |
#~ "bestillingens betalingsmåte."
|
2105 |
|
2106 |
#~ msgid ""
|
2107 |
+
#~ "<p><a href=\"%s\"><strong>Invoices for WooCommerce Premium</strong></a> "
|
2108 |
+
#~ "requires <a href=\"%s\"><strong>Invoices for WooCommerce</strong></a>. "
|
2109 |
#~ "Get the free version (%s+) and try again.</p>"
|
2110 |
#~ msgstr ""
|
2111 |
#~ "<p><a href=\"%s\"><strong>WooCommerce PDF Fakturaer Premium</strong></a> "
|
2189 |
#~ msgstr "Delsummen vil være inkludert mva, men ekskludert rabatt og frakt."
|
2190 |
|
2191 |
#~ msgid ""
|
2192 |
+
#~ "Thank you for using <b>Invoices for WooCommerce</b> for some time now. "
|
2193 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
2194 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
2195 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
2196 |
#~ msgstr ""
|
2197 |
+
#~ "Takk for at du har benyttet <b>Invoices for WooCommerce</b> en liten "
|
2198 |
#~ "stund allerede. Vennligst vis oss din støtte ved å vurdere utvidelsen med "
|
2199 |
#~ "★★★★★. Tusen takk for støtten din! <br /> <a href='%s' "
|
2200 |
#~ "target='_blank'>Ja, jeg skal gjøre det med en gang!!</a> - <a "
|
lang/woocommerce-pdf-invoices-nl_NL.mo
CHANGED
Binary file
|
lang/woocommerce-pdf-invoices-nl_NL.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: nl_NL\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -24,26 +24,22 @@ msgstr ""
|
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
|
26 |
#: woocommerce-pdf-invoices-premium/includes/admin/class-updater.php:165
|
27 |
-
#,
|
28 |
-
#| msgid ""
|
29 |
-
#| "Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
#| "premium support, we offer you a 30%% discount when you <a href=\"%2$s\" "
|
31 |
-
#| "target=\"_blank\">renew your license</a>."
|
32 |
msgid ""
|
33 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
34 |
-
"premium support, we offer you a
|
35 |
-
"
|
36 |
msgstr ""
|
37 |
-
"Oeps, je licentie voor %1$s is verlopen. Om updates en support te
|
38 |
-
"bieden we je
|
39 |
-
"licentie verlengt</a>."
|
40 |
|
41 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
42 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:69
|
43 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:110
|
44 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:194
|
45 |
msgid "License"
|
46 |
-
msgstr "Licentie
|
47 |
|
48 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:35
|
49 |
msgid "Activate License"
|
@@ -63,7 +59,7 @@ msgid ""
|
|
63 |
"updates with the latest features and premium support."
|
64 |
msgstr ""
|
65 |
"Een actieve licentie geeft je toegang tot de laatste updates, features en "
|
66 |
-
"geavanceerde support"
|
67 |
|
68 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:99
|
69 |
msgid "Activation email"
|
@@ -79,7 +75,8 @@ msgstr ""
|
|
79 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:115
|
80 |
#, php-format
|
81 |
msgid "Enter your license key from %s to receive updates and premium support."
|
82 |
-
msgstr "
|
|
|
83 |
|
84 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:133
|
85 |
msgid "License key cannot be empty."
|
@@ -91,11 +88,11 @@ msgstr "Activatie email dient ingevoerd te worden."
|
|
91 |
|
92 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:200
|
93 |
msgid "Inactive"
|
94 |
-
msgstr ""
|
95 |
|
96 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:202
|
97 |
msgid "Active"
|
98 |
-
msgstr ""
|
99 |
|
100 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:26
|
101 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:137
|
@@ -134,9 +131,9 @@ msgid ""
|
|
134 |
"<strong>Global invoices are only supported when using the micro template!</"
|
135 |
"strong>"
|
136 |
msgstr ""
|
137 |
-
"Genereer globale facturen op de
|
138 |
-
"tegelijk te selecteren en deze actie te selecteren
|
139 |
-
"periodieke
|
140 |
|
141 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:208
|
142 |
msgid "Reminder Options"
|
@@ -151,7 +148,7 @@ msgid ""
|
|
151 |
msgstr ""
|
152 |
"Automatisch PDF factuur versturen na een bepaalde periode. Wanneer deze "
|
153 |
"optie is ingeschakeld zal een nieuwe <a href=\"%s\">Customer invoice "
|
154 |
-
"reminder</a> email verstuurd worden tezamen met de factuur.
|
155 |
|
156 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:212
|
157 |
msgid "Request Invoice Options"
|
@@ -174,7 +171,7 @@ msgstr "Datum type"
|
|
174 |
|
175 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:235
|
176 |
msgid "Which date should be used for the generation of invoices."
|
177 |
-
msgstr "Welke datum gebruikt moet worden voor het genereren van facturen"
|
178 |
|
179 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:237
|
180 |
msgid "Current"
|
@@ -234,7 +231,7 @@ msgid ""
|
|
234 |
msgstr ""
|
235 |
"<b>Hint</b>: Verstuur klant facturen naar leveranciers hun Cloud opslag door "
|
236 |
"hun email adres toe te voegen. Email adressen moeten afgescheiden zijn met "
|
237 |
-
"een komma ertussen.
|
238 |
|
239 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:301
|
240 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-general.php:68
|
@@ -312,7 +309,7 @@ msgstr "Email naar leverancier(s)"
|
|
312 |
|
313 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
314 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
315 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
316 |
msgid "Email subject"
|
317 |
msgstr "Email onderwerp"
|
318 |
|
@@ -322,7 +319,7 @@ msgstr "Onderwerp voor globale factuur email."
|
|
322 |
|
323 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:426
|
324 |
msgid "Email message"
|
325 |
-
msgstr "Email bericht
|
326 |
|
327 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:431
|
328 |
msgid "Message for the global invoice email."
|
@@ -346,7 +343,8 @@ msgstr "Dagen tot herinnering"
|
|
346 |
|
347 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:469
|
348 |
msgid "Number of days from order or invoice date until reminder date."
|
349 |
-
msgstr "
|
|
|
350 |
|
351 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:483
|
352 |
msgid "Choose the type of date to count from."
|
@@ -398,48 +396,46 @@ msgstr "Bekijk factuur"
|
|
398 |
#: woocommerce-pdf-invoices/includes/class-packing-slip.php:179
|
399 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:738
|
400 |
msgid "View"
|
401 |
-
msgstr "
|
402 |
|
403 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-export.php:37
|
404 |
msgid "Bulk Export PDF Invoices"
|
405 |
-
msgstr "Bulk
|
406 |
|
407 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-export.php:40
|
408 |
msgid "Bulk Export PDF Packing Slips"
|
409 |
-
msgstr "Bulk
|
410 |
|
411 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-export.php:88
|
412 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:82
|
413 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:157
|
414 |
msgid "No order selected."
|
415 |
-
msgstr "Geen order geselecteerd"
|
416 |
|
417 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:37
|
418 |
msgid "Bulk Generate PDF Invoices"
|
419 |
-
msgstr "Bulk
|
420 |
|
421 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:38
|
422 |
msgid "Bulk Generate PDF Credit Notes"
|
423 |
-
msgstr "Bulk generatie PDF credit nota's
|
424 |
|
425 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:41
|
426 |
msgid "Bulk Generate PDF Packing Slips"
|
427 |
-
msgstr "Bulk
|
428 |
|
429 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:35
|
430 |
-
#, fuzzy
|
431 |
-
#| msgid "Bulk Export PDF Invoices"
|
432 |
msgid "Bulk Print PDF Invoices"
|
433 |
-
msgstr "Bulk
|
434 |
|
435 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:38
|
436 |
msgid "Bulk Print PDF Packing Slips"
|
437 |
-
msgstr "Bulk
|
438 |
|
439 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:113
|
440 |
#, php-format
|
441 |
msgid "Orders #%s do not contain an invoice."
|
442 |
-
msgstr ""
|
443 |
|
444 |
#: woocommerce-pdf-invoices-premium/includes/class-credit-note.php:162
|
445 |
msgid "PDF Credit Notes"
|
@@ -578,7 +574,7 @@ msgstr "Herinnering op:"
|
|
578 |
msgid "Reminder sent?"
|
579 |
msgstr "Herinnering verstuurd?"
|
580 |
|
581 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
582 |
msgid "Due Date:"
|
583 |
msgstr "Uiterste betaaldatum:"
|
584 |
|
@@ -610,7 +606,7 @@ msgstr ""
|
|
610 |
|
611 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:125
|
612 |
msgid "Cancelled"
|
613 |
-
msgstr ""
|
614 |
|
615 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:138
|
616 |
msgid "Advanced Table Content"
|
@@ -736,7 +732,7 @@ msgstr "Laat BTW labels zijn"
|
|
736 |
|
737 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:414
|
738 |
msgid "SKU:"
|
739 |
-
msgstr ""
|
740 |
|
741 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:432
|
742 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:1044
|
@@ -750,7 +746,7 @@ msgstr "BTW %s"
|
|
750 |
#: woocommerce-pdf-invoices/includes/templates/invoice/simple/micro/body.php:62
|
751 |
#: woocommerce-pdf-invoices/includes/templates/packing-slip/simple/minimal/body.php:85
|
752 |
msgid "Qty"
|
753 |
-
msgstr "
|
754 |
|
755 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:1057
|
756 |
#: woocommerce-pdf-invoices-premium/includes/templates/invoice/global/micro/body.php:66
|
@@ -792,24 +788,24 @@ msgstr "Credit nota voor {order_number} "
|
|
792 |
#. translators: %s: default heading
|
793 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
794 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
795 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
796 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
797 |
#, php-format
|
798 |
msgid "Defaults to %s"
|
799 |
msgstr "Standaard naar %s"
|
800 |
|
801 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
802 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
803 |
msgid "Email heading"
|
804 |
msgstr "Email onderwerp"
|
805 |
|
806 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
807 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
808 |
msgid "Email type"
|
809 |
msgstr "Email type"
|
810 |
|
811 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
812 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
813 |
msgid "Choose which format of email to send."
|
814 |
msgstr "Kies welk email format verstuurd moet worden."
|
815 |
|
@@ -993,7 +989,7 @@ msgstr "Facturen"
|
|
993 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
994 |
#, php-format
|
995 |
msgid ""
|
996 |
-
"If you like <strong>
|
997 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
998 |
msgstr ""
|
999 |
"Als je <strong>WooCommerce PDF Facturen</strong> een fijne plugin vindt, "
|
@@ -1006,14 +1002,12 @@ msgid "Version %s"
|
|
1006 |
msgstr "Versie %s"
|
1007 |
|
1008 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:392
|
1009 |
-
#, fuzzy
|
1010 |
-
#| msgid "Choose"
|
1011 |
msgid "Choose…"
|
1012 |
-
msgstr "Selecteer"
|
1013 |
|
1014 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:393
|
1015 |
msgid "Column"
|
1016 |
-
msgstr ""
|
1017 |
|
1018 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:402
|
1019 |
msgid "Select all"
|
@@ -1021,15 +1015,15 @@ msgstr "Selecteer alles"
|
|
1021 |
|
1022 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:403
|
1023 |
msgid "Select none"
|
1024 |
-
msgstr "
|
1025 |
|
1026 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:533
|
1027 |
msgid "Use file"
|
1028 |
-
msgstr ""
|
1029 |
|
1030 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:533
|
1031 |
msgid "Upload"
|
1032 |
-
msgstr ""
|
1033 |
|
1034 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-debug.php:40
|
1035 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:42
|
@@ -1339,7 +1333,7 @@ msgstr "Email adres bedrijf"
|
|
1339 |
|
1340 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:274
|
1341 |
msgid "Company Registration Number"
|
1342 |
-
msgstr ""
|
1343 |
|
1344 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:285
|
1345 |
msgid "Company VAT ID"
|
@@ -1467,37 +1461,40 @@ msgstr "BTW (totaal)"
|
|
1467 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:603
|
1468 |
msgid "Invoice Number Prefix contains a character which is not allowed."
|
1469 |
msgstr ""
|
|
|
1470 |
|
1471 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:611
|
1472 |
msgid ""
|
1473 |
"Invoice number format field must contain at least the [number] placeholder."
|
1474 |
msgstr ""
|
|
|
|
|
1475 |
|
1476 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:621
|
1477 |
msgid "Invoice Number Format contains a character which is not allowed."
|
1478 |
-
msgstr ""
|
1479 |
|
1480 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:633
|
1481 |
msgid "Invoice Number Suffix contains a character which is not allowed."
|
1482 |
-
msgstr ""
|
1483 |
|
1484 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1485 |
#, php-format
|
1486 |
msgid ""
|
1487 |
-
"The settings of
|
1488 |
"this page</a>."
|
1489 |
msgstr ""
|
1490 |
-
"De instellingen voor de
|
1491 |
"href=\"%1$s\">op deze pagina</a>."
|
1492 |
|
1493 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1494 |
#, php-format
|
1495 |
msgid ""
|
1496 |
-
"Before we deactivate
|
1497 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1498 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1499 |
msgstr ""
|
1500 |
-
"Voor we
|
1501 |
"willen nemen om <a href=\"%1$s\" target=\"_blank\">ons te laten weten "
|
1502 |
"waarom</a> zodat we je feedback kunnen verwerken in toekomstige updates? <a "
|
1503 |
"href=\"%2$s\">Nee? Klik hier om direct te deactiveren</a>."
|
@@ -1517,7 +1514,7 @@ msgid "Dismiss this notice."
|
|
1517 |
msgstr "Negeer deze melding"
|
1518 |
|
1519 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1520 |
-
msgid "
|
1521 |
msgstr "WooCommerce PDF Facturen Premium"
|
1522 |
|
1523 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1668,7 +1665,7 @@ msgstr ""
|
|
1668 |
|
1669 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1670 |
msgid ""
|
1671 |
-
"Checkout this amazing free
|
1672 |
msgstr ""
|
1673 |
"Check deze geweldige gratis plugin voor Wordpress: WooCommerce PDF Facturen"
|
1674 |
|
@@ -1785,15 +1782,13 @@ msgstr "Weet je zeker dat je deze PDF factuur wilt verwijderen?"
|
|
1785 |
|
1786 |
#. translators: $d: invoice number
|
1787 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:754
|
1788 |
-
#,
|
1789 |
-
#| msgid ""
|
1790 |
-
#| "You will be missing a PDF invoice with invoice number %d and thus "
|
1791 |
-
#| "creating an accounting gap!"
|
1792 |
msgid ""
|
1793 |
"You will be missing a PDF invoice with invoice number %d and thus creating "
|
1794 |
"an accounting gap!"
|
1795 |
msgstr ""
|
1796 |
-
"Je zal een PDF factuur met nummer % missen en
|
|
|
1797 |
|
1798 |
#. translators: %s: plugin name.
|
1799 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:757
|
@@ -1801,22 +1796,19 @@ msgstr ""
|
|
1801 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1802 |
msgstr "Overweeg om geannuleerde PDF facturen te gebruiken met %s"
|
1803 |
|
1804 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1805 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1806 |
-
#, php-format
|
1807 |
-
msgid "%s"
|
1808 |
-
msgstr ""
|
1809 |
-
|
1810 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1811 |
#, php-format
|
1812 |
msgid "CRN: %s"
|
1813 |
-
msgstr ""
|
1814 |
|
1815 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1122
|
1816 |
#, php-format
|
1817 |
msgid "VAT ID: %s"
|
1818 |
msgstr "BTW nummer: %s"
|
1819 |
|
|
|
|
|
|
|
1820 |
#~ msgid "Add for example a PDF with your terms & conditions."
|
1821 |
#~ msgstr "Voeg bijvoorbeeld een PDF met algemene voorwaarden toe "
|
1822 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: nl_NL\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
24 |
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
25 |
|
26 |
#: woocommerce-pdf-invoices-premium/includes/admin/class-updater.php:165
|
27 |
+
#, php-format
|
|
|
|
|
|
|
|
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
+
"Oeps, je licentie voor %1$s is verlopen. Om updates en support te blijven "
|
34 |
+
"ontvangen bieden we je %s korting als je; <a href=\"%2$s\" target=\"_blank"
|
35 |
+
"\">je licentie verlengt</a>."
|
36 |
|
37 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
38 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:69
|
39 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:110
|
40 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:194
|
41 |
msgid "License"
|
42 |
+
msgstr "Licentie"
|
43 |
|
44 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:35
|
45 |
msgid "Activate License"
|
59 |
"updates with the latest features and premium support."
|
60 |
msgstr ""
|
61 |
"Een actieve licentie geeft je toegang tot de laatste updates, features en "
|
62 |
+
"geavanceerde support."
|
63 |
|
64 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:99
|
65 |
msgid "Activation email"
|
75 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:115
|
76 |
#, php-format
|
77 |
msgid "Enter your license key from %s to receive updates and premium support."
|
78 |
+
msgstr ""
|
79 |
+
"Voer je activatie code in van %s in om updates en support te ontvangen."
|
80 |
|
81 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:133
|
82 |
msgid "License key cannot be empty."
|
88 |
|
89 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:200
|
90 |
msgid "Inactive"
|
91 |
+
msgstr "Inactief"
|
92 |
|
93 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:202
|
94 |
msgid "Active"
|
95 |
+
msgstr "Actief"
|
96 |
|
97 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:26
|
98 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:137
|
131 |
"<strong>Global invoices are only supported when using the micro template!</"
|
132 |
"strong>"
|
133 |
msgstr ""
|
134 |
+
"Genereer globale facturen op de Bestellingen pagina door meerdere "
|
135 |
+
"bestellingen tegelijk te selecteren en deze actie te selecteren of laat "
|
136 |
+
"klanten zelf periodieke facturen genereren via het account."
|
137 |
|
138 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:208
|
139 |
msgid "Reminder Options"
|
148 |
msgstr ""
|
149 |
"Automatisch PDF factuur versturen na een bepaalde periode. Wanneer deze "
|
150 |
"optie is ingeschakeld zal een nieuwe <a href=\"%s\">Customer invoice "
|
151 |
+
"reminder</a> email verstuurd worden tezamen met de factuur."
|
152 |
|
153 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:212
|
154 |
msgid "Request Invoice Options"
|
171 |
|
172 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:235
|
173 |
msgid "Which date should be used for the generation of invoices."
|
174 |
+
msgstr "Welke datum gebruikt moet worden voor het genereren van facturen."
|
175 |
|
176 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:237
|
177 |
msgid "Current"
|
231 |
msgstr ""
|
232 |
"<b>Hint</b>: Verstuur klant facturen naar leveranciers hun Cloud opslag door "
|
233 |
"hun email adres toe te voegen. Email adressen moeten afgescheiden zijn met "
|
234 |
+
"een komma ertussen."
|
235 |
|
236 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:301
|
237 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-general.php:68
|
309 |
|
310 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
311 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
312 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
313 |
msgid "Email subject"
|
314 |
msgstr "Email onderwerp"
|
315 |
|
319 |
|
320 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:426
|
321 |
msgid "Email message"
|
322 |
+
msgstr "Email bericht"
|
323 |
|
324 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:431
|
325 |
msgid "Message for the global invoice email."
|
343 |
|
344 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:469
|
345 |
msgid "Number of days from order or invoice date until reminder date."
|
346 |
+
msgstr ""
|
347 |
+
"Aantal dagen van bestelling of factuur datum tot datum van herinnering."
|
348 |
|
349 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:483
|
350 |
msgid "Choose the type of date to count from."
|
396 |
#: woocommerce-pdf-invoices/includes/class-packing-slip.php:179
|
397 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:738
|
398 |
msgid "View"
|
399 |
+
msgstr "Bekijk"
|
400 |
|
401 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-export.php:37
|
402 |
msgid "Bulk Export PDF Invoices"
|
403 |
+
msgstr "Bulk Export PDF Facturen"
|
404 |
|
405 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-export.php:40
|
406 |
msgid "Bulk Export PDF Packing Slips"
|
407 |
+
msgstr "Bulk Export PDF Pakbonnen"
|
408 |
|
409 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-export.php:88
|
410 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:82
|
411 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:157
|
412 |
msgid "No order selected."
|
413 |
+
msgstr "Geen order geselecteerd."
|
414 |
|
415 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:37
|
416 |
msgid "Bulk Generate PDF Invoices"
|
417 |
+
msgstr "Bulk Generatie PDF Facturen"
|
418 |
|
419 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:38
|
420 |
msgid "Bulk Generate PDF Credit Notes"
|
421 |
+
msgstr "Bulk generatie PDF credit nota's"
|
422 |
|
423 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-generate.php:41
|
424 |
msgid "Bulk Generate PDF Packing Slips"
|
425 |
+
msgstr "Bulk Genereer PDF Pakbonnen"
|
426 |
|
427 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:35
|
|
|
|
|
428 |
msgid "Bulk Print PDF Invoices"
|
429 |
+
msgstr "Bulk Export PDF Facturen"
|
430 |
|
431 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:38
|
432 |
msgid "Bulk Print PDF Packing Slips"
|
433 |
+
msgstr "Bulk Print PDF Pakbonnen"
|
434 |
|
435 |
#: woocommerce-pdf-invoices-premium/includes/class-bulk-print.php:113
|
436 |
#, php-format
|
437 |
msgid "Orders #%s do not contain an invoice."
|
438 |
+
msgstr "Bestellingen #%s bevatten geen factuur."
|
439 |
|
440 |
#: woocommerce-pdf-invoices-premium/includes/class-credit-note.php:162
|
441 |
msgid "PDF Credit Notes"
|
574 |
msgid "Reminder sent?"
|
575 |
msgstr "Herinnering verstuurd?"
|
576 |
|
577 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
578 |
msgid "Due Date:"
|
579 |
msgstr "Uiterste betaaldatum:"
|
580 |
|
606 |
|
607 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:125
|
608 |
msgid "Cancelled"
|
609 |
+
msgstr "Geannuleerd"
|
610 |
|
611 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:138
|
612 |
msgid "Advanced Table Content"
|
732 |
|
733 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:414
|
734 |
msgid "SKU:"
|
735 |
+
msgstr "SKU:"
|
736 |
|
737 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:432
|
738 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:1044
|
746 |
#: woocommerce-pdf-invoices/includes/templates/invoice/simple/micro/body.php:62
|
747 |
#: woocommerce-pdf-invoices/includes/templates/packing-slip/simple/minimal/body.php:85
|
748 |
msgid "Qty"
|
749 |
+
msgstr "Aantal"
|
750 |
|
751 |
#: woocommerce-pdf-invoices-premium/includes/class-invoice.php:1057
|
752 |
#: woocommerce-pdf-invoices-premium/includes/templates/invoice/global/micro/body.php:66
|
788 |
#. translators: %s: default heading
|
789 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
790 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
791 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
792 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
793 |
#, php-format
|
794 |
msgid "Defaults to %s"
|
795 |
msgstr "Standaard naar %s"
|
796 |
|
797 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
798 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
799 |
msgid "Email heading"
|
800 |
msgstr "Email onderwerp"
|
801 |
|
802 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
803 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
804 |
msgid "Email type"
|
805 |
msgstr "Email type"
|
806 |
|
807 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
808 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
809 |
msgid "Choose which format of email to send."
|
810 |
msgstr "Kies welk email format verstuurd moet worden."
|
811 |
|
989 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
990 |
#, php-format
|
991 |
msgid ""
|
992 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
993 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
994 |
msgstr ""
|
995 |
"Als je <strong>WooCommerce PDF Facturen</strong> een fijne plugin vindt, "
|
1002 |
msgstr "Versie %s"
|
1003 |
|
1004 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:392
|
|
|
|
|
1005 |
msgid "Choose…"
|
1006 |
+
msgstr "Selecteer…"
|
1007 |
|
1008 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:393
|
1009 |
msgid "Column"
|
1010 |
+
msgstr "Kolom"
|
1011 |
|
1012 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:402
|
1013 |
msgid "Select all"
|
1015 |
|
1016 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:403
|
1017 |
msgid "Select none"
|
1018 |
+
msgstr "Deselecteer alles"
|
1019 |
|
1020 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:533
|
1021 |
msgid "Use file"
|
1022 |
+
msgstr "Gebruik bestand"
|
1023 |
|
1024 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:533
|
1025 |
msgid "Upload"
|
1026 |
+
msgstr "Upload"
|
1027 |
|
1028 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-debug.php:40
|
1029 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:42
|
1333 |
|
1334 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:274
|
1335 |
msgid "Company Registration Number"
|
1336 |
+
msgstr "Registratienummer"
|
1337 |
|
1338 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:285
|
1339 |
msgid "Company VAT ID"
|
1461 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:603
|
1462 |
msgid "Invoice Number Prefix contains a character which is not allowed."
|
1463 |
msgstr ""
|
1464 |
+
"Het voorvoegsel van het factuurnummer bevat een teken dat niet is toegestaan."
|
1465 |
|
1466 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:611
|
1467 |
msgid ""
|
1468 |
"Invoice number format field must contain at least the [number] placeholder."
|
1469 |
msgstr ""
|
1470 |
+
"Het veld voor het formaat van het factuurnummer moet ten minste de "
|
1471 |
+
"tijdelijke aanduiding [nummer] bevatten."
|
1472 |
|
1473 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:621
|
1474 |
msgid "Invoice Number Format contains a character which is not allowed."
|
1475 |
+
msgstr "Factuurnummer format bevat een teken dat niet is toegestaan."
|
1476 |
|
1477 |
#: woocommerce-pdf-invoices/includes/admin/settings/class-template.php:633
|
1478 |
msgid "Invoice Number Suffix contains a character which is not allowed."
|
1479 |
+
msgstr "Factuurnummer achtervoegsel bevat een teken dat niet is toegestaan."
|
1480 |
|
1481 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1482 |
#, php-format
|
1483 |
msgid ""
|
1484 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1485 |
"this page</a>."
|
1486 |
msgstr ""
|
1487 |
+
"De instellingen voor de Invoices for WooCommerce plugin zijn beschikbaar <a "
|
1488 |
"href=\"%1$s\">op deze pagina</a>."
|
1489 |
|
1490 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1491 |
#, php-format
|
1492 |
msgid ""
|
1493 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1494 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1495 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1496 |
msgstr ""
|
1497 |
+
"Voor we Invoices for WooCommerce deactiveren, zou je even een momentje "
|
1498 |
"willen nemen om <a href=\"%1$s\" target=\"_blank\">ons te laten weten "
|
1499 |
"waarom</a> zodat we je feedback kunnen verwerken in toekomstige updates? <a "
|
1500 |
"href=\"%2$s\">Nee? Klik hier om direct te deactiveren</a>."
|
1514 |
msgstr "Negeer deze melding"
|
1515 |
|
1516 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1517 |
+
msgid "Invoices for WooCommerce Premium"
|
1518 |
msgstr "WooCommerce PDF Facturen Premium"
|
1519 |
|
1520 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1665 |
|
1666 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1667 |
msgid ""
|
1668 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1669 |
msgstr ""
|
1670 |
"Check deze geweldige gratis plugin voor Wordpress: WooCommerce PDF Facturen"
|
1671 |
|
1782 |
|
1783 |
#. translators: $d: invoice number
|
1784 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:754
|
1785 |
+
#, php-format
|
|
|
|
|
|
|
1786 |
msgid ""
|
1787 |
"You will be missing a PDF invoice with invoice number %d and thus creating "
|
1788 |
"an accounting gap!"
|
1789 |
msgstr ""
|
1790 |
+
"Je zal een PDF factuur met nummer %d missen en de sequentiële nummering "
|
1791 |
+
"doorbreken."
|
1792 |
|
1793 |
#. translators: %s: plugin name.
|
1794 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:757
|
1796 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1797 |
msgstr "Overweeg om geannuleerde PDF facturen te gebruiken met %s"
|
1798 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1799 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1800 |
#, php-format
|
1801 |
msgid "CRN: %s"
|
1802 |
+
msgstr "KvK: %s"
|
1803 |
|
1804 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1122
|
1805 |
#, php-format
|
1806 |
msgid "VAT ID: %s"
|
1807 |
msgstr "BTW nummer: %s"
|
1808 |
|
1809 |
+
#~ msgid "%s"
|
1810 |
+
#~ msgstr "%s"
|
1811 |
+
|
1812 |
#~ msgid "Add for example a PDF with your terms & conditions."
|
1813 |
#~ msgstr "Voeg bijvoorbeeld een PDF met algemene voorwaarden toe "
|
1814 |
|
lang/woocommerce-pdf-invoices-pl_PL.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: pl_PL\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -298,7 +298,7 @@ msgstr ""
|
|
298 |
|
299 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
300 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
301 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
302 |
msgid "Email subject"
|
303 |
msgstr ""
|
304 |
|
@@ -568,7 +568,7 @@ msgstr ""
|
|
568 |
msgid "Reminder sent?"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
572 |
#, fuzzy
|
573 |
#| msgid "Order Date: %s"
|
574 |
msgid "Due Date:"
|
@@ -788,24 +788,24 @@ msgstr ""
|
|
788 |
#. translators: %s: default heading
|
789 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
790 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
791 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
792 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
793 |
#, php-format
|
794 |
msgid "Defaults to %s"
|
795 |
msgstr ""
|
796 |
|
797 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
798 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
799 |
msgid "Email heading"
|
800 |
msgstr ""
|
801 |
|
802 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
803 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
804 |
msgid "Email type"
|
805 |
msgstr ""
|
806 |
|
807 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
808 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
809 |
msgid "Choose which format of email to send."
|
810 |
msgstr ""
|
811 |
|
@@ -989,7 +989,7 @@ msgstr "Faktury"
|
|
989 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
990 |
#, php-format
|
991 |
msgid ""
|
992 |
-
"If you like <strong>
|
993 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
994 |
msgstr ""
|
995 |
|
@@ -1448,14 +1448,14 @@ msgstr ""
|
|
1448 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1449 |
#, php-format
|
1450 |
msgid ""
|
1451 |
-
"The settings of
|
1452 |
"this page</a>."
|
1453 |
msgstr ""
|
1454 |
|
1455 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1456 |
#, php-format
|
1457 |
msgid ""
|
1458 |
-
"Before we deactivate
|
1459 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1460 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1461 |
msgstr ""
|
@@ -1472,8 +1472,8 @@ msgid "Dismiss this notice."
|
|
1472 |
msgstr ""
|
1473 |
|
1474 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1475 |
-
msgid "
|
1476 |
-
msgstr "
|
1477 |
|
1478 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1479 |
msgid ""
|
@@ -1603,7 +1603,7 @@ msgstr ""
|
|
1603 |
|
1604 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1605 |
msgid ""
|
1606 |
-
"Checkout this amazing free
|
1607 |
msgstr ""
|
1608 |
|
1609 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1739,12 +1739,6 @@ msgstr ""
|
|
1739 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1740 |
msgstr ""
|
1741 |
|
1742 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1743 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1744 |
-
#, php-format
|
1745 |
-
msgid "%s"
|
1746 |
-
msgstr ""
|
1747 |
-
|
1748 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1749 |
#, php-format
|
1750 |
msgid "CRN: %s"
|
@@ -1903,10 +1897,10 @@ msgstr ""
|
|
1903 |
#~ "PDF Invoices.</strong></a>"
|
1904 |
|
1905 |
#~ msgid ""
|
1906 |
-
#~ "If you like <strong>
|
1907 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1908 |
#~ msgstr ""
|
1909 |
-
#~ "Jeśli lubisz <strong>
|
1910 |
#~ "%s★★★★★%s. Z góry, wielkie dzięki!"
|
1911 |
|
1912 |
#~ msgid "Cancel invoice"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: pl_PL\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
298 |
|
299 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
300 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
301 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
302 |
msgid "Email subject"
|
303 |
msgstr ""
|
304 |
|
568 |
msgid "Reminder sent?"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
572 |
#, fuzzy
|
573 |
#| msgid "Order Date: %s"
|
574 |
msgid "Due Date:"
|
788 |
#. translators: %s: default heading
|
789 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
790 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
791 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
792 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
793 |
#, php-format
|
794 |
msgid "Defaults to %s"
|
795 |
msgstr ""
|
796 |
|
797 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
798 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
799 |
msgid "Email heading"
|
800 |
msgstr ""
|
801 |
|
802 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
803 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
804 |
msgid "Email type"
|
805 |
msgstr ""
|
806 |
|
807 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
808 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
809 |
msgid "Choose which format of email to send."
|
810 |
msgstr ""
|
811 |
|
989 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
990 |
#, php-format
|
991 |
msgid ""
|
992 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
993 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
994 |
msgstr ""
|
995 |
|
1448 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1449 |
#, php-format
|
1450 |
msgid ""
|
1451 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1452 |
"this page</a>."
|
1453 |
msgstr ""
|
1454 |
|
1455 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1456 |
#, php-format
|
1457 |
msgid ""
|
1458 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1459 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1460 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1461 |
msgstr ""
|
1472 |
msgstr ""
|
1473 |
|
1474 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1475 |
+
msgid "Invoices for WooCommerce Premium"
|
1476 |
+
msgstr "Invoices for WooCommerce Premium"
|
1477 |
|
1478 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1479 |
msgid ""
|
1603 |
|
1604 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1605 |
msgid ""
|
1606 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1739 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1740 |
msgstr ""
|
1741 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1742 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1743 |
#, php-format
|
1744 |
msgid "CRN: %s"
|
1897 |
#~ "PDF Invoices.</strong></a>"
|
1898 |
|
1899 |
#~ msgid ""
|
1900 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
1901 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1902 |
#~ msgstr ""
|
1903 |
+
#~ "Jeśli lubisz <strong>Invoices for WooCommerce</strong> zostaw nam ocenę "
|
1904 |
#~ "%s★★★★★%s. Z góry, wielkie dzięki!"
|
1905 |
|
1906 |
#~ msgid "Cancel invoice"
|
lang/woocommerce-pdf-invoices-ro_RO.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: ro\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -298,7 +298,7 @@ msgstr ""
|
|
298 |
|
299 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
300 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
301 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
302 |
msgid "Email subject"
|
303 |
msgstr ""
|
304 |
|
@@ -570,7 +570,7 @@ msgstr ""
|
|
570 |
msgid "Reminder sent?"
|
571 |
msgstr ""
|
572 |
|
573 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
574 |
#, fuzzy
|
575 |
#| msgid "Order Date: %s"
|
576 |
msgid "Due Date:"
|
@@ -790,24 +790,24 @@ msgstr ""
|
|
790 |
#. translators: %s: default heading
|
791 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
793 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
794 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
795 |
#, php-format
|
796 |
msgid "Defaults to %s"
|
797 |
msgstr ""
|
798 |
|
799 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
800 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
801 |
msgid "Email heading"
|
802 |
msgstr ""
|
803 |
|
804 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
805 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
806 |
msgid "Email type"
|
807 |
msgstr ""
|
808 |
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
810 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
811 |
msgid "Choose which format of email to send."
|
812 |
msgstr ""
|
813 |
|
@@ -991,7 +991,7 @@ msgstr "Facturi PDF"
|
|
991 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
992 |
#, php-format
|
993 |
msgid ""
|
994 |
-
"If you like <strong>
|
995 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
996 |
msgstr ""
|
997 |
|
@@ -1449,14 +1449,14 @@ msgstr ""
|
|
1449 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1450 |
#, php-format
|
1451 |
msgid ""
|
1452 |
-
"The settings of
|
1453 |
"this page</a>."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1457 |
#, php-format
|
1458 |
msgid ""
|
1459 |
-
"Before we deactivate
|
1460 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1461 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1462 |
msgstr ""
|
@@ -1473,7 +1473,7 @@ msgid "Dismiss this notice."
|
|
1473 |
msgstr ""
|
1474 |
|
1475 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1476 |
-
msgid "
|
1477 |
msgstr "WooCommerce Facturi PDF Premium"
|
1478 |
|
1479 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1604,7 +1604,7 @@ msgstr ""
|
|
1604 |
|
1605 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1606 |
msgid ""
|
1607 |
-
"Checkout this amazing free
|
1608 |
msgstr ""
|
1609 |
"Verificați acest nemaipomenit plugin gratuit WooCommerce Facturi PDF pentru "
|
1610 |
"WordPress!"
|
@@ -1741,12 +1741,6 @@ msgstr ""
|
|
1741 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1742 |
msgstr ""
|
1743 |
|
1744 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1745 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1746 |
-
#, php-format
|
1747 |
-
msgid "%s"
|
1748 |
-
msgstr ""
|
1749 |
-
|
1750 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1751 |
#, php-format
|
1752 |
msgid "CRN: %s"
|
@@ -1917,7 +1911,7 @@ msgstr ""
|
|
1917 |
#~ msgstr "Acces interzis"
|
1918 |
|
1919 |
#~ msgid ""
|
1920 |
-
#~ "If you like <strong>
|
1921 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1922 |
#~ msgstr ""
|
1923 |
#~ "Dacă vă place <strong>WooCommerce Facturi PDF</strong> vă rugam să ne "
|
@@ -1930,7 +1924,7 @@ msgstr ""
|
|
1930 |
#~ msgstr "Crează factură"
|
1931 |
|
1932 |
#~ msgid ""
|
1933 |
-
#~ "You are working with <b>
|
1934 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1935 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1936 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: ro\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
298 |
|
299 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
300 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
301 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
302 |
msgid "Email subject"
|
303 |
msgstr ""
|
304 |
|
570 |
msgid "Reminder sent?"
|
571 |
msgstr ""
|
572 |
|
573 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
574 |
#, fuzzy
|
575 |
#| msgid "Order Date: %s"
|
576 |
msgid "Due Date:"
|
790 |
#. translators: %s: default heading
|
791 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
793 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
794 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
795 |
#, php-format
|
796 |
msgid "Defaults to %s"
|
797 |
msgstr ""
|
798 |
|
799 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
800 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
801 |
msgid "Email heading"
|
802 |
msgstr ""
|
803 |
|
804 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
805 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
806 |
msgid "Email type"
|
807 |
msgstr ""
|
808 |
|
809 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
810 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
811 |
msgid "Choose which format of email to send."
|
812 |
msgstr ""
|
813 |
|
991 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
992 |
#, php-format
|
993 |
msgid ""
|
994 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
995 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
996 |
msgstr ""
|
997 |
|
1449 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1450 |
#, php-format
|
1451 |
msgid ""
|
1452 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1453 |
"this page</a>."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1457 |
#, php-format
|
1458 |
msgid ""
|
1459 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1460 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1461 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1462 |
msgstr ""
|
1473 |
msgstr ""
|
1474 |
|
1475 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1476 |
+
msgid "Invoices for WooCommerce Premium"
|
1477 |
msgstr "WooCommerce Facturi PDF Premium"
|
1478 |
|
1479 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1604 |
|
1605 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1606 |
msgid ""
|
1607 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1608 |
msgstr ""
|
1609 |
"Verificați acest nemaipomenit plugin gratuit WooCommerce Facturi PDF pentru "
|
1610 |
"WordPress!"
|
1741 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1742 |
msgstr ""
|
1743 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1744 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1745 |
#, php-format
|
1746 |
msgid "CRN: %s"
|
1911 |
#~ msgstr "Acces interzis"
|
1912 |
|
1913 |
#~ msgid ""
|
1914 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
1915 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1916 |
#~ msgstr ""
|
1917 |
#~ "Dacă vă place <strong>WooCommerce Facturi PDF</strong> vă rugam să ne "
|
1924 |
#~ msgstr "Crează factură"
|
1925 |
|
1926 |
#~ msgid ""
|
1927 |
+
#~ "You are working with <b>Invoices for WooCommerce</b> for some time now. "
|
1928 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1929 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1930 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
lang/woocommerce-pdf-invoices-ru_RU.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: ru_RU\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -294,7 +294,7 @@ msgstr ""
|
|
294 |
|
295 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
296 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
297 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
298 |
msgid "Email subject"
|
299 |
msgstr ""
|
300 |
|
@@ -566,7 +566,7 @@ msgstr ""
|
|
566 |
msgid "Reminder sent?"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
570 |
#, fuzzy
|
571 |
#| msgid "Order Date: %s"
|
572 |
msgid "Due Date:"
|
@@ -786,24 +786,24 @@ msgstr ""
|
|
786 |
#. translators: %s: default heading
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
788 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
789 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
790 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
791 |
#, php-format
|
792 |
msgid "Defaults to %s"
|
793 |
msgstr ""
|
794 |
|
795 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
796 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
797 |
msgid "Email heading"
|
798 |
msgstr ""
|
799 |
|
800 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
801 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
802 |
msgid "Email type"
|
803 |
msgstr ""
|
804 |
|
805 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
806 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
807 |
msgid "Choose which format of email to send."
|
808 |
msgstr ""
|
809 |
|
@@ -987,7 +987,7 @@ msgstr "Накладные"
|
|
987 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
988 |
#, php-format
|
989 |
msgid ""
|
990 |
-
"If you like <strong>
|
991 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
992 |
msgstr ""
|
993 |
|
@@ -1443,14 +1443,14 @@ msgstr ""
|
|
1443 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1444 |
#, php-format
|
1445 |
msgid ""
|
1446 |
-
"The settings of
|
1447 |
"this page</a>."
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1451 |
#, php-format
|
1452 |
msgid ""
|
1453 |
-
"Before we deactivate
|
1454 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1455 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1456 |
msgstr ""
|
@@ -1467,7 +1467,7 @@ msgid "Dismiss this notice."
|
|
1467 |
msgstr ""
|
1468 |
|
1469 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1470 |
-
msgid "
|
1471 |
msgstr ""
|
1472 |
|
1473 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1595,7 +1595,7 @@ msgstr ""
|
|
1595 |
|
1596 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1597 |
msgid ""
|
1598 |
-
"Checkout this amazing free
|
1599 |
msgstr ""
|
1600 |
|
1601 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1730,12 +1730,6 @@ msgstr ""
|
|
1730 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1734 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1735 |
-
#, php-format
|
1736 |
-
msgid "%s"
|
1737 |
-
msgstr ""
|
1738 |
-
|
1739 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1740 |
#, php-format
|
1741 |
msgid "CRN: %s"
|
@@ -1878,10 +1872,10 @@ msgstr ""
|
|
1878 |
#~ msgstr "Доступ ограничен"
|
1879 |
|
1880 |
#~ msgid ""
|
1881 |
-
#~ "If you like <strong>
|
1882 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1883 |
#~ msgstr ""
|
1884 |
-
#~ "Если вам нравится <strong>
|
1885 |
#~ "%s★★★★★%s рейтинга. Огромное спасибо за ваш выбор!"
|
1886 |
|
1887 |
#~ msgid "Cancel invoice"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 22:59+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 22:59+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: ru_RU\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
294 |
|
295 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
296 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
297 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
298 |
msgid "Email subject"
|
299 |
msgstr ""
|
300 |
|
566 |
msgid "Reminder sent?"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
570 |
#, fuzzy
|
571 |
#| msgid "Order Date: %s"
|
572 |
msgid "Due Date:"
|
786 |
#. translators: %s: default heading
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
788 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
789 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
790 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
791 |
#, php-format
|
792 |
msgid "Defaults to %s"
|
793 |
msgstr ""
|
794 |
|
795 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
796 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
797 |
msgid "Email heading"
|
798 |
msgstr ""
|
799 |
|
800 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
801 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
802 |
msgid "Email type"
|
803 |
msgstr ""
|
804 |
|
805 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
806 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
807 |
msgid "Choose which format of email to send."
|
808 |
msgstr ""
|
809 |
|
987 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
988 |
#, php-format
|
989 |
msgid ""
|
990 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
991 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
992 |
msgstr ""
|
993 |
|
1443 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1444 |
#, php-format
|
1445 |
msgid ""
|
1446 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1447 |
"this page</a>."
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1451 |
#, php-format
|
1452 |
msgid ""
|
1453 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1454 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1455 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1456 |
msgstr ""
|
1467 |
msgstr ""
|
1468 |
|
1469 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1470 |
+
msgid "Invoices for WooCommerce Premium"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1595 |
|
1596 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1597 |
msgid ""
|
1598 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1599 |
msgstr ""
|
1600 |
|
1601 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1730 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1731 |
msgstr ""
|
1732 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1733 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1734 |
#, php-format
|
1735 |
msgid "CRN: %s"
|
1872 |
#~ msgstr "Доступ ограничен"
|
1873 |
|
1874 |
#~ msgid ""
|
1875 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
1876 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1877 |
#~ msgstr ""
|
1878 |
+
#~ "Если вам нравится <strong>Invoices for WooCommerce</strong> поставьте нам "
|
1879 |
#~ "%s★★★★★%s рейтинга. Огромное спасибо за ваш выбор!"
|
1880 |
|
1881 |
#~ msgid "Cancel invoice"
|
lang/woocommerce-pdf-invoices-sk_SK.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: sk_SK\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -294,7 +294,7 @@ msgstr ""
|
|
294 |
|
295 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
296 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
297 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
298 |
msgid "Email subject"
|
299 |
msgstr ""
|
300 |
|
@@ -566,7 +566,7 @@ msgstr ""
|
|
566 |
msgid "Reminder sent?"
|
567 |
msgstr ""
|
568 |
|
569 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
570 |
#, fuzzy
|
571 |
#| msgid "Order Date: %s"
|
572 |
msgid "Due Date:"
|
@@ -786,24 +786,24 @@ msgstr ""
|
|
786 |
#. translators: %s: default heading
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
788 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
789 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
790 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
791 |
#, php-format
|
792 |
msgid "Defaults to %s"
|
793 |
msgstr ""
|
794 |
|
795 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
796 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
797 |
msgid "Email heading"
|
798 |
msgstr ""
|
799 |
|
800 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
801 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
802 |
msgid "Email type"
|
803 |
msgstr ""
|
804 |
|
805 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
806 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
807 |
msgid "Choose which format of email to send."
|
808 |
msgstr ""
|
809 |
|
@@ -987,7 +987,7 @@ msgstr "Faktúry"
|
|
987 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
988 |
#, php-format
|
989 |
msgid ""
|
990 |
-
"If you like <strong>
|
991 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
992 |
msgstr ""
|
993 |
|
@@ -1445,14 +1445,14 @@ msgstr ""
|
|
1445 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1446 |
#, php-format
|
1447 |
msgid ""
|
1448 |
-
"The settings of
|
1449 |
"this page</a>."
|
1450 |
msgstr ""
|
1451 |
|
1452 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1453 |
#, php-format
|
1454 |
msgid ""
|
1455 |
-
"Before we deactivate
|
1456 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1457 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1458 |
msgstr ""
|
@@ -1469,7 +1469,7 @@ msgid "Dismiss this notice."
|
|
1469 |
msgstr ""
|
1470 |
|
1471 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1472 |
-
msgid "
|
1473 |
msgstr ""
|
1474 |
|
1475 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1597,7 +1597,7 @@ msgstr ""
|
|
1597 |
|
1598 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1599 |
msgid ""
|
1600 |
-
"Checkout this amazing free
|
1601 |
msgstr ""
|
1602 |
|
1603 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1732,12 +1732,6 @@ msgstr ""
|
|
1732 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1733 |
msgstr ""
|
1734 |
|
1735 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1736 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1737 |
-
#, php-format
|
1738 |
-
msgid "%s"
|
1739 |
-
msgstr ""
|
1740 |
-
|
1741 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1742 |
#, php-format
|
1743 |
msgid "CRN: %s"
|
@@ -1907,10 +1901,10 @@ msgstr ""
|
|
1907 |
#~ "Invoices</strong></a>."
|
1908 |
|
1909 |
#~ msgid ""
|
1910 |
-
#~ "If you like <strong>
|
1911 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1912 |
#~ msgstr ""
|
1913 |
-
#~ "Ak sa Vám <strong>
|
1914 |
#~ "prosím, %s★★★★★%s Vopred veľká vďaka."
|
1915 |
|
1916 |
#~ msgid "Cancel invoice"
|
@@ -1920,13 +1914,13 @@ msgstr ""
|
|
1920 |
#~ msgstr "Vytvoriť faktúru"
|
1921 |
|
1922 |
#~ msgid ""
|
1923 |
-
#~ "You are working with <b>
|
1924 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1925 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1926 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
1927 |
#~ "href='%s'>No, already done it!</a>"
|
1928 |
#~ msgstr ""
|
1929 |
-
#~ "Nejaký čas už pracujete s <b>
|
1930 |
#~ "potrebujeme vaše ★★★★★ hodnotenie. Podporíte tým vývoj do budúcna. Vopred "
|
1931 |
#~ "veľká vďaka a nech sa darí! <br /> <a href='%s' target='_blank'>Áno, hneď "
|
1932 |
#~ "idem na to!</a> - <a href='%s'>Nie, už som to urobil(a)."
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 23:00+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 23:00+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: sk_SK\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
294 |
|
295 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
296 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
297 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
298 |
msgid "Email subject"
|
299 |
msgstr ""
|
300 |
|
566 |
msgid "Reminder sent?"
|
567 |
msgstr ""
|
568 |
|
569 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
570 |
#, fuzzy
|
571 |
#| msgid "Order Date: %s"
|
572 |
msgid "Due Date:"
|
786 |
#. translators: %s: default heading
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
788 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
789 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
790 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
791 |
#, php-format
|
792 |
msgid "Defaults to %s"
|
793 |
msgstr ""
|
794 |
|
795 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
796 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
797 |
msgid "Email heading"
|
798 |
msgstr ""
|
799 |
|
800 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
801 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
802 |
msgid "Email type"
|
803 |
msgstr ""
|
804 |
|
805 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
806 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
807 |
msgid "Choose which format of email to send."
|
808 |
msgstr ""
|
809 |
|
987 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
988 |
#, php-format
|
989 |
msgid ""
|
990 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
991 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
992 |
msgstr ""
|
993 |
|
1445 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1446 |
#, php-format
|
1447 |
msgid ""
|
1448 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1449 |
"this page</a>."
|
1450 |
msgstr ""
|
1451 |
|
1452 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1453 |
#, php-format
|
1454 |
msgid ""
|
1455 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1456 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1457 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1458 |
msgstr ""
|
1469 |
msgstr ""
|
1470 |
|
1471 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1472 |
+
msgid "Invoices for WooCommerce Premium"
|
1473 |
msgstr ""
|
1474 |
|
1475 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1597 |
|
1598 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1599 |
msgid ""
|
1600 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1601 |
msgstr ""
|
1602 |
|
1603 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1732 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1733 |
msgstr ""
|
1734 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1735 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1736 |
#, php-format
|
1737 |
msgid "CRN: %s"
|
1901 |
#~ "Invoices</strong></a>."
|
1902 |
|
1903 |
#~ msgid ""
|
1904 |
+
#~ "If you like <strong>Invoices for WooCommerce</strong> please leave us a "
|
1905 |
#~ "%s★★★★★%s rating. A huge thank you in advance!"
|
1906 |
#~ msgstr ""
|
1907 |
+
#~ "Ak sa Vám <strong>Invoices for WooCommerce</strong> páči, ohodnoťte nás, "
|
1908 |
#~ "prosím, %s★★★★★%s Vopred veľká vďaka."
|
1909 |
|
1910 |
#~ msgid "Cancel invoice"
|
1914 |
#~ msgstr "Vytvoriť faktúru"
|
1915 |
|
1916 |
#~ msgid ""
|
1917 |
+
#~ "You are working with <b>Invoices for WooCommerce</b> for some time now. "
|
1918 |
#~ "We really need your ★★★★★ rating. It will support future development big-"
|
1919 |
#~ "time. A huge thanks in advance and keep up the good work! <br /> <a "
|
1920 |
#~ "href='%s' target='_blank'>Yes, will do it right away!</a> - <a "
|
1921 |
#~ "href='%s'>No, already done it!</a>"
|
1922 |
#~ msgstr ""
|
1923 |
+
#~ "Nejaký čas už pracujete s <b>Invoices for WooCommerce</b>. Veľmi "
|
1924 |
#~ "potrebujeme vaše ★★★★★ hodnotenie. Podporíte tým vývoj do budúcna. Vopred "
|
1925 |
#~ "veľká vďaka a nech sa darí! <br /> <a href='%s' target='_blank'>Áno, hneď "
|
1926 |
#~ "idem na to!</a> - <a href='%s'>Nie, už som to urobil(a)."
|
lang/woocommerce-pdf-invoices-sl_SI.po
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2020-
|
6 |
-
"PO-Revision-Date: 2020-
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: sl_SL\n"
|
@@ -11,7 +11,7 @@ msgstr ""
|
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
-
"X-Generator: Poedit 2.
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
@@ -27,8 +27,8 @@ msgstr ""
|
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
-
"premium support, we offer you a
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -286,7 +286,7 @@ msgstr ""
|
|
286 |
|
287 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
288 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
289 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
290 |
msgid "Email subject"
|
291 |
msgstr ""
|
292 |
|
@@ -556,7 +556,7 @@ msgstr ""
|
|
556 |
msgid "Reminder sent?"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
560 |
#, fuzzy
|
561 |
#| msgid "Order Date: %s"
|
562 |
msgid "Due Date:"
|
@@ -773,24 +773,24 @@ msgstr ""
|
|
773 |
#. translators: %s: default heading
|
774 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
775 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
776 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
777 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
778 |
#, php-format
|
779 |
msgid "Defaults to %s"
|
780 |
msgstr ""
|
781 |
|
782 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
783 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
784 |
msgid "Email heading"
|
785 |
msgstr ""
|
786 |
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
788 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
789 |
msgid "Email type"
|
790 |
msgstr ""
|
791 |
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
793 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
794 |
msgid "Choose which format of email to send."
|
795 |
msgstr ""
|
796 |
|
@@ -974,7 +974,7 @@ msgstr "Računi"
|
|
974 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
975 |
#, php-format
|
976 |
msgid ""
|
977 |
-
"If you like <strong>
|
978 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
979 |
msgstr ""
|
980 |
|
@@ -1424,14 +1424,14 @@ msgstr ""
|
|
1424 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1425 |
#, php-format
|
1426 |
msgid ""
|
1427 |
-
"The settings of
|
1428 |
"this page</a>."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1432 |
#, php-format
|
1433 |
msgid ""
|
1434 |
-
"Before we deactivate
|
1435 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1436 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1437 |
msgstr ""
|
@@ -1448,7 +1448,7 @@ msgid "Dismiss this notice."
|
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1451 |
-
msgid "
|
1452 |
msgstr ""
|
1453 |
|
1454 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1574,7 +1574,7 @@ msgstr ""
|
|
1574 |
|
1575 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1576 |
msgid ""
|
1577 |
-
"Checkout this amazing free
|
1578 |
msgstr ""
|
1579 |
|
1580 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1707,12 +1707,6 @@ msgstr ""
|
|
1707 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1708 |
msgstr ""
|
1709 |
|
1710 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1711 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1712 |
-
#, php-format
|
1713 |
-
msgid "%s"
|
1714 |
-
msgstr ""
|
1715 |
-
|
1716 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1717 |
#, php-format
|
1718 |
msgid "CRN: %s"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2020-11-16 23:00+0100\n"
|
6 |
+
"PO-Revision-Date: 2020-11-16 23:00+0100\n"
|
7 |
"Last-Translator: Kolja Spyra <mail@kolja-spyra.de>\n"
|
8 |
"Language-Team: Kolja Spyra <mail@kolja-spyra.de>\n"
|
9 |
"Language: sl_SL\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
14 |
+
"X-Generator: Poedit 2.3\n"
|
15 |
"X-Poedit-Basepath: ../..\n"
|
16 |
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
17 |
"X-Poedit-WPHeader: bootstrap.php\n"
|
27 |
#, php-format
|
28 |
msgid ""
|
29 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
30 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
31 |
+
"\"_blank\">renew your license</a>."
|
32 |
msgstr ""
|
33 |
|
34 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
286 |
|
287 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
288 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
289 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
290 |
msgid "Email subject"
|
291 |
msgstr ""
|
292 |
|
556 |
msgid "Reminder sent?"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
560 |
#, fuzzy
|
561 |
#| msgid "Order Date: %s"
|
562 |
msgid "Due Date:"
|
773 |
#. translators: %s: default heading
|
774 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
775 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
776 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
777 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
778 |
#, php-format
|
779 |
msgid "Defaults to %s"
|
780 |
msgstr ""
|
781 |
|
782 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
783 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
784 |
msgid "Email heading"
|
785 |
msgstr ""
|
786 |
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
788 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
789 |
msgid "Email type"
|
790 |
msgstr ""
|
791 |
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
793 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
794 |
msgid "Choose which format of email to send."
|
795 |
msgstr ""
|
796 |
|
974 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
975 |
#, php-format
|
976 |
msgid ""
|
977 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
978 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
979 |
msgstr ""
|
980 |
|
1424 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1425 |
#, php-format
|
1426 |
msgid ""
|
1427 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1428 |
"this page</a>."
|
1429 |
msgstr ""
|
1430 |
|
1431 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1432 |
#, php-format
|
1433 |
msgid ""
|
1434 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1435 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1436 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1437 |
msgstr ""
|
1448 |
msgstr ""
|
1449 |
|
1450 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1451 |
+
msgid "Invoices for WooCommerce Premium"
|
1452 |
msgstr ""
|
1453 |
|
1454 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1574 |
|
1575 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1576 |
msgid ""
|
1577 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1578 |
msgstr ""
|
1579 |
|
1580 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1707 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1708 |
msgstr ""
|
1709 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1710 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1711 |
#, php-format
|
1712 |
msgid "CRN: %s"
|
lang/woocommerce-pdf-invoices-sv_SE.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: Mikael Akerlund <mikael.akerlund@sponsorhjalpen.se>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: sv\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.
|
13 |
"X-Poedit-Basepath: ../..\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
@@ -24,8 +24,8 @@ msgstr ""
|
|
24 |
#, php-format
|
25 |
msgid ""
|
26 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
27 |
-
"premium support, we offer you a
|
28 |
-
"
|
29 |
msgstr ""
|
30 |
|
31 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
@@ -291,7 +291,7 @@ msgstr ""
|
|
291 |
|
292 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
293 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
294 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
295 |
msgid "Email subject"
|
296 |
msgstr ""
|
297 |
|
@@ -560,7 +560,7 @@ msgstr ""
|
|
560 |
msgid "Reminder sent?"
|
561 |
msgstr ""
|
562 |
|
563 |
-
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:
|
564 |
#, fuzzy
|
565 |
#| msgid "Order Date: %s"
|
566 |
msgid "Due Date:"
|
@@ -778,24 +778,24 @@ msgstr ""
|
|
778 |
|
779 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
780 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
781 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
782 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
783 |
#, php-format
|
784 |
msgid "Defaults to %s"
|
785 |
msgstr ""
|
786 |
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
788 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
789 |
msgid "Email heading"
|
790 |
msgstr ""
|
791 |
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
793 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
794 |
msgid "Email type"
|
795 |
msgstr ""
|
796 |
|
797 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
798 |
-
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:
|
799 |
msgid "Choose which format of email to send."
|
800 |
msgstr ""
|
801 |
|
@@ -979,7 +979,7 @@ msgstr "Faktura"
|
|
979 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
980 |
#, php-format
|
981 |
msgid ""
|
982 |
-
"If you like <strong>
|
983 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
984 |
msgstr ""
|
985 |
|
@@ -1437,14 +1437,14 @@ msgstr ""
|
|
1437 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1438 |
#, php-format
|
1439 |
msgid ""
|
1440 |
-
"The settings of
|
1441 |
"this page</a>."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1445 |
#, php-format
|
1446 |
msgid ""
|
1447 |
-
"Before we deactivate
|
1448 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1449 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1450 |
msgstr ""
|
@@ -1461,7 +1461,7 @@ msgid "Dismiss this notice."
|
|
1461 |
msgstr ""
|
1462 |
|
1463 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1464 |
-
msgid "
|
1465 |
msgstr ""
|
1466 |
|
1467 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1587,7 +1587,7 @@ msgstr ""
|
|
1587 |
|
1588 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1589 |
msgid ""
|
1590 |
-
"Checkout this amazing free
|
1591 |
msgstr ""
|
1592 |
|
1593 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
@@ -1719,12 +1719,6 @@ msgstr ""
|
|
1719 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1720 |
msgstr ""
|
1721 |
|
1722 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1110
|
1723 |
-
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1114
|
1724 |
-
#, php-format
|
1725 |
-
msgid "%s"
|
1726 |
-
msgstr ""
|
1727 |
-
|
1728 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1729 |
#, php-format
|
1730 |
msgid "CRN: %s"
|
@@ -1818,7 +1812,7 @@ msgstr "MOMS %s"
|
|
1818 |
#~ msgstr "Moms"
|
1819 |
|
1820 |
#~ msgid ""
|
1821 |
-
#~ "Thank you for using <b>
|
1822 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
1823 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
1824 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: Invoices for WooCommerce\n"
|
4 |
+
"POT-Creation-Date: 2020-11-16 23:00+0100\n"
|
5 |
+
"PO-Revision-Date: 2020-11-16 23:00+0100\n"
|
6 |
"Last-Translator: Mikael Akerlund <mikael.akerlund@sponsorhjalpen.se>\n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: sv\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.3\n"
|
13 |
"X-Poedit-Basepath: ../..\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
24 |
#, php-format
|
25 |
msgid ""
|
26 |
"Whoops, your license for %1$s has expired. To keep receiving updates and "
|
27 |
+
"premium support, we offer you a %s discount when you <a href=\"%2$s\" target="
|
28 |
+
"\"_blank\">renew your license</a>."
|
29 |
msgstr ""
|
30 |
|
31 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-license.php:29
|
291 |
|
292 |
#: woocommerce-pdf-invoices-premium/includes/admin/settings/class-premium.php:414
|
293 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:146
|
294 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:148
|
295 |
msgid "Email subject"
|
296 |
msgstr ""
|
297 |
|
560 |
msgid "Reminder sent?"
|
561 |
msgstr ""
|
562 |
|
563 |
+
#: woocommerce-pdf-invoices-premium/includes/class-invoice-reminder.php:320
|
564 |
#, fuzzy
|
565 |
#| msgid "Order Date: %s"
|
566 |
msgid "Due Date:"
|
778 |
|
779 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:149
|
780 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:158
|
781 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:151
|
782 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:160
|
783 |
#, php-format
|
784 |
msgid "Defaults to %s"
|
785 |
msgstr ""
|
786 |
|
787 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:155
|
788 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:157
|
789 |
msgid "Email heading"
|
790 |
msgstr ""
|
791 |
|
792 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:164
|
793 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:166
|
794 |
msgid "Email type"
|
795 |
msgstr ""
|
796 |
|
797 |
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-credit-note.php:166
|
798 |
+
#: woocommerce-pdf-invoices-premium/includes/emails/class-wc-email-invoice-reminder.php:168
|
799 |
msgid "Choose which format of email to send."
|
800 |
msgstr ""
|
801 |
|
979 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
980 |
#, php-format
|
981 |
msgid ""
|
982 |
+
"If you like <strong>Invoices for WooCommerce</strong> please leave us a <a "
|
983 |
"href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
984 |
msgstr ""
|
985 |
|
1437 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1438 |
#, php-format
|
1439 |
msgid ""
|
1440 |
+
"The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on "
|
1441 |
"this page</a>."
|
1442 |
msgstr ""
|
1443 |
|
1444 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1445 |
#, php-format
|
1446 |
msgid ""
|
1447 |
+
"Before we deactivate Invoices for WooCommerce, would you care to <a href="
|
1448 |
"\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? "
|
1449 |
"<a href=\"%2$s\">No, deactivate now</a>."
|
1450 |
msgstr ""
|
1461 |
msgstr ""
|
1462 |
|
1463 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1464 |
+
msgid "Invoices for WooCommerce Premium"
|
1465 |
msgstr ""
|
1466 |
|
1467 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1587 |
|
1588 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1589 |
msgid ""
|
1590 |
+
"Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1591 |
msgstr ""
|
1592 |
|
1593 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
1719 |
msgid "Instead consider using Cancelled PDF invoices with %s."
|
1720 |
msgstr ""
|
1721 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1722 |
#: woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php:1118
|
1723 |
#, php-format
|
1724 |
msgid "CRN: %s"
|
1812 |
#~ msgstr "Moms"
|
1813 |
|
1814 |
#~ msgid ""
|
1815 |
+
#~ "Thank you for using <b>Invoices for WooCommerce</b> for some time now. "
|
1816 |
#~ "Please show us your appreciation by leaving a ★★★★★ rating. A huge thank "
|
1817 |
#~ "you in advance! <br /> <a href='%s' target='_blank'>Yes, will do it right "
|
1818 |
#~ "away!</a> - <a href='%s'>No, already done it!</a>"
|
lang/woocommerce-pdf-invoices.pot
CHANGED
@@ -880,7 +880,7 @@ msgstr ""
|
|
880 |
|
881 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
882 |
#, php-format
|
883 |
-
msgid "If you like <strong>
|
884 |
msgstr ""
|
885 |
|
886 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:268
|
@@ -1298,12 +1298,12 @@ msgstr ""
|
|
1298 |
|
1299 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1300 |
#, php-format
|
1301 |
-
msgid "The settings of
|
1302 |
msgstr ""
|
1303 |
|
1304 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1305 |
#, php-format
|
1306 |
-
msgid "Before we deactivate
|
1307 |
msgstr ""
|
1308 |
|
1309 |
#: woocommerce-pdf-invoices/includes/admin/views/html-rate-notice.php:26
|
@@ -1316,7 +1316,7 @@ msgid "Dismiss this notice."
|
|
1316 |
msgstr ""
|
1317 |
|
1318 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1319 |
-
msgid "
|
1320 |
msgstr ""
|
1321 |
|
1322 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
@@ -1424,7 +1424,7 @@ msgid "We will never ask for donations, but to guarantee future development, we
|
|
1424 |
msgstr ""
|
1425 |
|
1426 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1427 |
-
msgid "Checkout this amazing free
|
1428 |
msgstr ""
|
1429 |
|
1430 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
880 |
|
881 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:259
|
882 |
#, php-format
|
883 |
+
msgid "If you like <strong>Invoices for WooCommerce</strong> please leave us a <a href=\"%s\">★★★★★</a> rating. A huge thank you in advance!"
|
884 |
msgstr ""
|
885 |
|
886 |
#: woocommerce-pdf-invoices/includes/abstracts/abstract-settings.php:268
|
1298 |
|
1299 |
#: woocommerce-pdf-invoices/includes/admin/views/html-activation-notice.php:17
|
1300 |
#, php-format
|
1301 |
+
msgid "The settings of Invoices for WooCommerce are available <a href=\"%1$s\">on this page</a>."
|
1302 |
msgstr ""
|
1303 |
|
1304 |
#: woocommerce-pdf-invoices/includes/admin/views/html-deactivation-notice.php:19
|
1305 |
#, php-format
|
1306 |
+
msgid "Before we deactivate Invoices for WooCommerce, would you care to <a href=\"%1$s\" target=\"_blank\">let us know why</a> so we can improve it for you? <a href=\"%2$s\">No, deactivate now</a>."
|
1307 |
msgstr ""
|
1308 |
|
1309 |
#: woocommerce-pdf-invoices/includes/admin/views/html-rate-notice.php:26
|
1316 |
msgstr ""
|
1317 |
|
1318 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:2
|
1319 |
+
msgid "Invoices for WooCommerce Premium"
|
1320 |
msgstr ""
|
1321 |
|
1322 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:4
|
1424 |
msgstr ""
|
1425 |
|
1426 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:88
|
1427 |
+
msgid "Checkout this amazing free Invoices for WooCommerce plugin for WordPress!"
|
1428 |
msgstr ""
|
1429 |
|
1430 |
#: woocommerce-pdf-invoices/includes/admin/views/html-sidebar.php:93
|
readme.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: baaaaas
|
3 |
Donate link:
|
4 |
-
Tags:
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Automatically generate and attach customizable PDF Invoices and PDF Packing Slips for WooCommerce emails and directly send to Dropbox, Google Drive, OneDrive or Egnyte.
|
12 |
|
13 |
== Description ==
|
14 |
-
*Invoicing can be time consuming. Well, not anymore!
|
15 |
|
16 |
This WooCommerce plugin generates PDF invoices and PDF packing slips, attaches it to WooCommerce email types of your choice and sends invoices to your customers' Dropbox, Google Drive, OneDrive or Egnyte. Choose between multiple clean and customizable templates.
|
17 |
|
@@ -28,7 +28,7 @@ This WooCommerce plugin generates PDF invoices and PDF packing slips, attaches i
|
|
28 |
- Download invoice from My Account page.
|
29 |
- Mark invoices as paid.
|
30 |
|
31 |
-
> **
|
32 |
> This plugin offers a premium version which comes with the following features:<br /><br />
|
33 |
> - Attach PDF invoices to many more email types including third party plugins<br />
|
34 |
> - Send credit notes and cancelled PDF invoices<br />
|
@@ -42,7 +42,7 @@ This WooCommerce plugin generates PDF invoices and PDF packing slips, attaches i
|
|
42 |
> - Add additional PDF files to PDF invoices<br />
|
43 |
> - Send customer invoices directly to multiple recipients<br />
|
44 |
> - Compatible with [WooCommerce Subscriptions](http://www.woothemes.com/products/woocommerce-subscriptions) plugin emails.<br /><br />
|
45 |
-
> [Upgrade to
|
46 |
|
47 |
#### Support
|
48 |
|
@@ -72,7 +72,7 @@ Contribute a translation on [GitHub](https://github.com/baselbers/woocommerce-pd
|
|
72 |
#### Automatic installation
|
73 |
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
|
74 |
|
75 |
-
In the search field type "
|
76 |
|
77 |
#### Manual installation
|
78 |
The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application.
|
@@ -109,7 +109,7 @@ To hide order item meta from the invoice, simply add the following filter to you
|
|
109 |
|
110 |
`
|
111 |
/**
|
112 |
-
* Hide order itemmeta on
|
113 |
*
|
114 |
* @param array $hidden_order_itemmeta itemmeta.
|
115 |
*
|
@@ -344,6 +344,19 @@ Since version 2.9.4 the plugin removed the ability to update the PDF invoice whe
|
|
344 |
|
345 |
== Changelog ==
|
346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
347 |
= 3.1.4 - September 17, 2020 =
|
348 |
|
349 |
- Fixed: Translation files by adding keywords.
|
1 |
=== Plugin Name ===
|
2 |
Contributors: baaaaas
|
3 |
Donate link:
|
4 |
+
Tags: Invoices for WooCommerce, invoice, packing slips, delivery note, packing list, shipping list, generate, pdf, woocommerce, attachment, email, customer invoice, processing, vat, tax, sequential, number, dropbox, google drive, onedrive, egnyte, cloud, storage
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.7
|
7 |
+
Stable tag: 3.1.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
Automatically generate and attach customizable PDF Invoices and PDF Packing Slips for WooCommerce emails and directly send to Dropbox, Google Drive, OneDrive or Egnyte.
|
12 |
|
13 |
== Description ==
|
14 |
+
*Invoicing can be time consuming. Well, not anymore! Invoices for WooCommerce automates the invoicing process by generating and sending it to your customers.*
|
15 |
|
16 |
This WooCommerce plugin generates PDF invoices and PDF packing slips, attaches it to WooCommerce email types of your choice and sends invoices to your customers' Dropbox, Google Drive, OneDrive or Egnyte. Choose between multiple clean and customizable templates.
|
17 |
|
28 |
- Download invoice from My Account page.
|
29 |
- Mark invoices as paid.
|
30 |
|
31 |
+
> **Invoices for WooCommerce Premium**<br /><br />
|
32 |
> This plugin offers a premium version which comes with the following features:<br /><br />
|
33 |
> - Attach PDF invoices to many more email types including third party plugins<br />
|
34 |
> - Send credit notes and cancelled PDF invoices<br />
|
42 |
> - Add additional PDF files to PDF invoices<br />
|
43 |
> - Send customer invoices directly to multiple recipients<br />
|
44 |
> - Compatible with [WooCommerce Subscriptions](http://www.woothemes.com/products/woocommerce-subscriptions) plugin emails.<br /><br />
|
45 |
+
> [Upgrade to Invoices for WooCommerce Premium >>](http://wcpdfinvoices.com)
|
46 |
|
47 |
#### Support
|
48 |
|
72 |
#### Automatic installation
|
73 |
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't even need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.
|
74 |
|
75 |
+
In the search field type "Invoices for WooCommerce" and click Search Plugins. Once you've found our plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by simply clicking Install Now. After clicking that link you will be asked if you're sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.
|
76 |
|
77 |
#### Manual installation
|
78 |
The manual installation method involves downloading our plugin and uploading it to your webserver via your favourite FTP application.
|
109 |
|
110 |
`
|
111 |
/**
|
112 |
+
* Hide order itemmeta on Invoices for WooCommerce' invoice template.
|
113 |
*
|
114 |
* @param array $hidden_order_itemmeta itemmeta.
|
115 |
*
|
344 |
|
345 |
== Changelog ==
|
346 |
|
347 |
+
= 3.1.7 - July 13, 2021 =
|
348 |
+
|
349 |
+
- Improved: Plugin name.
|
350 |
+
- Improved: Translation files.
|
351 |
+
|
352 |
+
= 3.1.6 - April 23, 2021 =
|
353 |
+
|
354 |
+
- Removed: Iframe and other sidebar social media links.
|
355 |
+
|
356 |
+
= 3.1.5 - April 21, 2021 =
|
357 |
+
|
358 |
+
- Improved: Translation files.
|
359 |
+
|
360 |
= 3.1.4 - September 17, 2020 =
|
361 |
|
362 |
- Fixed: Translation files by adding keywords.
|
vendor/autoload_52.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInite66e37e0ddb9372ba020067bd273f47f::getLoader();
|
vendor/composer/ClassLoader.php
CHANGED
@@ -37,11 +37,13 @@ namespace Composer\Autoload;
|
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
-
* @see
|
41 |
-
* @see
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
|
|
|
|
45 |
// PSR-4
|
46 |
private $prefixLengthsPsr4 = array();
|
47 |
private $prefixDirsPsr4 = array();
|
@@ -57,10 +59,17 @@ class ClassLoader
|
|
57 |
private $missingClasses = array();
|
58 |
private $apcuPrefix;
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
public function getPrefixes()
|
61 |
{
|
62 |
if (!empty($this->prefixesPsr0)) {
|
63 |
-
return call_user_func_array('array_merge', $this->prefixesPsr0);
|
64 |
}
|
65 |
|
66 |
return array();
|
@@ -279,7 +288,7 @@ class ClassLoader
|
|
279 |
*/
|
280 |
public function setApcuPrefix($apcuPrefix)
|
281 |
{
|
282 |
-
$this->apcuPrefix = function_exists('apcu_fetch') && ini_get('apc.enabled') ? $apcuPrefix : null;
|
283 |
}
|
284 |
|
285 |
/**
|
@@ -300,6 +309,17 @@ class ClassLoader
|
|
300 |
public function register($prepend = false)
|
301 |
{
|
302 |
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
303 |
}
|
304 |
|
305 |
/**
|
@@ -308,13 +328,17 @@ class ClassLoader
|
|
308 |
public function unregister()
|
309 |
{
|
310 |
spl_autoload_unregister(array($this, 'loadClass'));
|
|
|
|
|
|
|
|
|
311 |
}
|
312 |
|
313 |
/**
|
314 |
* Loads the given class or interface.
|
315 |
*
|
316 |
* @param string $class The name of the class
|
317 |
-
* @return
|
318 |
*/
|
319 |
public function loadClass($class)
|
320 |
{
|
@@ -323,6 +347,8 @@ class ClassLoader
|
|
323 |
|
324 |
return true;
|
325 |
}
|
|
|
|
|
326 |
}
|
327 |
|
328 |
/**
|
@@ -367,6 +393,16 @@ class ClassLoader
|
|
367 |
return $file;
|
368 |
}
|
369 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
370 |
private function findFileWithExtension($class, $ext)
|
371 |
{
|
372 |
// PSR-4 lookup
|
@@ -377,7 +413,7 @@ class ClassLoader
|
|
377 |
$subPath = $class;
|
378 |
while (false !== $lastPos = strrpos($subPath, '\\')) {
|
379 |
$subPath = substr($subPath, 0, $lastPos);
|
380 |
-
$search = $subPath.'\\';
|
381 |
if (isset($this->prefixDirsPsr4[$search])) {
|
382 |
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
|
383 |
foreach ($this->prefixDirsPsr4[$search] as $dir) {
|
37 |
*
|
38 |
* @author Fabien Potencier <fabien@symfony.com>
|
39 |
* @author Jordi Boggiano <j.boggiano@seld.be>
|
40 |
+
* @see https://www.php-fig.org/psr/psr-0/
|
41 |
+
* @see https://www.php-fig.org/psr/psr-4/
|
42 |
*/
|
43 |
class ClassLoader
|
44 |
{
|
45 |
+
private $vendorDir;
|
46 |
+
|
47 |
// PSR-4
|
48 |
private $prefixLengthsPsr4 = array();
|
49 |
private $prefixDirsPsr4 = array();
|
59 |
private $missingClasses = array();
|
60 |
private $apcuPrefix;
|
61 |
|
62 |
+
private static $registeredLoaders = array();
|
63 |
+
|
64 |
+
public function __construct($vendorDir = null)
|
65 |
+
{
|
66 |
+
$this->vendorDir = $vendorDir;
|
67 |
+
}
|
68 |
+
|
69 |
public function getPrefixes()
|
70 |
{
|
71 |
if (!empty($this->prefixesPsr0)) {
|
72 |
+
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
|
73 |
}
|
74 |
|
75 |
return array();
|
288 |
*/
|
289 |
public function setApcuPrefix($apcuPrefix)
|
290 |
{
|
291 |
+
$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
|
292 |
}
|
293 |
|
294 |
/**
|
309 |
public function register($prepend = false)
|
310 |
{
|
311 |
spl_autoload_register(array($this, 'loadClass'), true, $prepend);
|
312 |
+
|
313 |
+
if (null === $this->vendorDir) {
|
314 |
+
return;
|
315 |
+
}
|
316 |
+
|
317 |
+
if ($prepend) {
|
318 |
+
self::$registeredLoaders = array($this->vendorDir => $this) + self::$registeredLoaders;
|
319 |
+
} else {
|
320 |
+
unset(self::$registeredLoaders[$this->vendorDir]);
|
321 |
+
self::$registeredLoaders[$this->vendorDir] = $this;
|
322 |
+
}
|
323 |
}
|
324 |
|
325 |
/**
|
328 |
public function unregister()
|
329 |
{
|
330 |
spl_autoload_unregister(array($this, 'loadClass'));
|
331 |
+
|
332 |
+
if (null !== $this->vendorDir) {
|
333 |
+
unset(self::$registeredLoaders[$this->vendorDir]);
|
334 |
+
}
|
335 |
}
|
336 |
|
337 |
/**
|
338 |
* Loads the given class or interface.
|
339 |
*
|
340 |
* @param string $class The name of the class
|
341 |
+
* @return true|null True if loaded, null otherwise
|
342 |
*/
|
343 |
public function loadClass($class)
|
344 |
{
|
347 |
|
348 |
return true;
|
349 |
}
|
350 |
+
|
351 |
+
return null;
|
352 |
}
|
353 |
|
354 |
/**
|
393 |
return $file;
|
394 |
}
|
395 |
|
396 |
+
/**
|
397 |
+
* Returns the currently registered loaders indexed by their corresponding vendor directories.
|
398 |
+
*
|
399 |
+
* @return self[]
|
400 |
+
*/
|
401 |
+
public static function getRegisteredLoaders()
|
402 |
+
{
|
403 |
+
return self::$registeredLoaders;
|
404 |
+
}
|
405 |
+
|
406 |
private function findFileWithExtension($class, $ext)
|
407 |
{
|
408 |
// PSR-4 lookup
|
413 |
$subPath = $class;
|
414 |
while (false !== $lastPos = strrpos($subPath, '\\')) {
|
415 |
$subPath = substr($subPath, 0, $lastPos);
|
416 |
+
$search = $subPath . '\\';
|
417 |
if (isset($this->prefixDirsPsr4[$search])) {
|
418 |
$pathEnd = DIRECTORY_SEPARATOR . substr($logicalPathPsr4, $lastPos + 1);
|
419 |
foreach ($this->prefixDirsPsr4[$search] as $dir) {
|
vendor/composer/InstalledVersions.php
ADDED
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
/*
|
4 |
+
* This file is part of Composer.
|
5 |
+
*
|
6 |
+
* (c) Nils Adermann <naderman@naderman.de>
|
7 |
+
* Jordi Boggiano <j.boggiano@seld.be>
|
8 |
+
*
|
9 |
+
* For the full copyright and license information, please view the LICENSE
|
10 |
+
* file that was distributed with this source code.
|
11 |
+
*/
|
12 |
+
|
13 |
+
namespace Composer;
|
14 |
+
|
15 |
+
use Composer\Autoload\ClassLoader;
|
16 |
+
use Composer\Semver\VersionParser;
|
17 |
+
|
18 |
+
/**
|
19 |
+
* This class is copied in every Composer installed project and available to all
|
20 |
+
*
|
21 |
+
* See also https://getcomposer.org/doc/07-runtime.md#installed-versions
|
22 |
+
*
|
23 |
+
* To require it's presence, you can require `composer-runtime-api ^2.0`
|
24 |
+
*/
|
25 |
+
class InstalledVersions
|
26 |
+
{
|
27 |
+
private static $installed;
|
28 |
+
private static $canGetVendors;
|
29 |
+
private static $installedByVendor = array();
|
30 |
+
|
31 |
+
/**
|
32 |
+
* Returns a list of all package names which are present, either by being installed, replaced or provided
|
33 |
+
*
|
34 |
+
* @return string[]
|
35 |
+
* @psalm-return list<string>
|
36 |
+
*/
|
37 |
+
public static function getInstalledPackages()
|
38 |
+
{
|
39 |
+
$packages = array();
|
40 |
+
foreach (self::getInstalled() as $installed) {
|
41 |
+
$packages[] = array_keys($installed['versions']);
|
42 |
+
}
|
43 |
+
|
44 |
+
if (1 === \count($packages)) {
|
45 |
+
return $packages[0];
|
46 |
+
}
|
47 |
+
|
48 |
+
return array_keys(array_flip(\call_user_func_array('array_merge', $packages)));
|
49 |
+
}
|
50 |
+
|
51 |
+
/**
|
52 |
+
* Returns a list of all package names with a specific type e.g. 'library'
|
53 |
+
*
|
54 |
+
* @param string $type
|
55 |
+
* @return string[]
|
56 |
+
* @psalm-return list<string>
|
57 |
+
*/
|
58 |
+
public static function getInstalledPackagesByType($type)
|
59 |
+
{
|
60 |
+
$packagesByType = array();
|
61 |
+
|
62 |
+
foreach (self::getInstalled() as $installed) {
|
63 |
+
foreach ($installed['versions'] as $name => $package) {
|
64 |
+
if (isset($package['type']) && $package['type'] === $type) {
|
65 |
+
$packagesByType[] = $name;
|
66 |
+
}
|
67 |
+
}
|
68 |
+
}
|
69 |
+
|
70 |
+
return $packagesByType;
|
71 |
+
}
|
72 |
+
|
73 |
+
/**
|
74 |
+
* Checks whether the given package is installed
|
75 |
+
*
|
76 |
+
* This also returns true if the package name is provided or replaced by another package
|
77 |
+
*
|
78 |
+
* @param string $packageName
|
79 |
+
* @param bool $includeDevRequirements
|
80 |
+
* @return bool
|
81 |
+
*/
|
82 |
+
public static function isInstalled($packageName, $includeDevRequirements = true)
|
83 |
+
{
|
84 |
+
foreach (self::getInstalled() as $installed) {
|
85 |
+
if (isset($installed['versions'][$packageName])) {
|
86 |
+
return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']);
|
87 |
+
}
|
88 |
+
}
|
89 |
+
|
90 |
+
return false;
|
91 |
+
}
|
92 |
+
|
93 |
+
/**
|
94 |
+
* Checks whether the given package satisfies a version constraint
|
95 |
+
*
|
96 |
+
* e.g. If you want to know whether version 2.3+ of package foo/bar is installed, you would call:
|
97 |
+
*
|
98 |
+
* Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
|
99 |
+
*
|
100 |
+
* @param VersionParser $parser Install composer/semver to have access to this class and functionality
|
101 |
+
* @param string $packageName
|
102 |
+
* @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
|
103 |
+
* @return bool
|
104 |
+
*/
|
105 |
+
public static function satisfies(VersionParser $parser, $packageName, $constraint)
|
106 |
+
{
|
107 |
+
$constraint = $parser->parseConstraints($constraint);
|
108 |
+
$provided = $parser->parseConstraints(self::getVersionRanges($packageName));
|
109 |
+
|
110 |
+
return $provided->matches($constraint);
|
111 |
+
}
|
112 |
+
|
113 |
+
/**
|
114 |
+
* Returns a version constraint representing all the range(s) which are installed for a given package
|
115 |
+
*
|
116 |
+
* It is easier to use this via isInstalled() with the $constraint argument if you need to check
|
117 |
+
* whether a given version of a package is installed, and not just whether it exists
|
118 |
+
*
|
119 |
+
* @param string $packageName
|
120 |
+
* @return string Version constraint usable with composer/semver
|
121 |
+
*/
|
122 |
+
public static function getVersionRanges($packageName)
|
123 |
+
{
|
124 |
+
foreach (self::getInstalled() as $installed) {
|
125 |
+
if (!isset($installed['versions'][$packageName])) {
|
126 |
+
continue;
|
127 |
+
}
|
128 |
+
|
129 |
+
$ranges = array();
|
130 |
+
if (isset($installed['versions'][$packageName]['pretty_version'])) {
|
131 |
+
$ranges[] = $installed['versions'][$packageName]['pretty_version'];
|
132 |
+
}
|
133 |
+
if (array_key_exists('aliases', $installed['versions'][$packageName])) {
|
134 |
+
$ranges = array_merge($ranges, $installed['versions'][$packageName]['aliases']);
|
135 |
+
}
|
136 |
+
if (array_key_exists('replaced', $installed['versions'][$packageName])) {
|
137 |
+
$ranges = array_merge($ranges, $installed['versions'][$packageName]['replaced']);
|
138 |
+
}
|
139 |
+
if (array_key_exists('provided', $installed['versions'][$packageName])) {
|
140 |
+
$ranges = array_merge($ranges, $installed['versions'][$packageName]['provided']);
|
141 |
+
}
|
142 |
+
|
143 |
+
return implode(' || ', $ranges);
|
144 |
+
}
|
145 |
+
|
146 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
147 |
+
}
|
148 |
+
|
149 |
+
/**
|
150 |
+
* @param string $packageName
|
151 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
|
152 |
+
*/
|
153 |
+
public static function getVersion($packageName)
|
154 |
+
{
|
155 |
+
foreach (self::getInstalled() as $installed) {
|
156 |
+
if (!isset($installed['versions'][$packageName])) {
|
157 |
+
continue;
|
158 |
+
}
|
159 |
+
|
160 |
+
if (!isset($installed['versions'][$packageName]['version'])) {
|
161 |
+
return null;
|
162 |
+
}
|
163 |
+
|
164 |
+
return $installed['versions'][$packageName]['version'];
|
165 |
+
}
|
166 |
+
|
167 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
168 |
+
}
|
169 |
+
|
170 |
+
/**
|
171 |
+
* @param string $packageName
|
172 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as version, use satisfies or getVersionRanges if you need to know if a given version is present
|
173 |
+
*/
|
174 |
+
public static function getPrettyVersion($packageName)
|
175 |
+
{
|
176 |
+
foreach (self::getInstalled() as $installed) {
|
177 |
+
if (!isset($installed['versions'][$packageName])) {
|
178 |
+
continue;
|
179 |
+
}
|
180 |
+
|
181 |
+
if (!isset($installed['versions'][$packageName]['pretty_version'])) {
|
182 |
+
return null;
|
183 |
+
}
|
184 |
+
|
185 |
+
return $installed['versions'][$packageName]['pretty_version'];
|
186 |
+
}
|
187 |
+
|
188 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
189 |
+
}
|
190 |
+
|
191 |
+
/**
|
192 |
+
* @param string $packageName
|
193 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as reference
|
194 |
+
*/
|
195 |
+
public static function getReference($packageName)
|
196 |
+
{
|
197 |
+
foreach (self::getInstalled() as $installed) {
|
198 |
+
if (!isset($installed['versions'][$packageName])) {
|
199 |
+
continue;
|
200 |
+
}
|
201 |
+
|
202 |
+
if (!isset($installed['versions'][$packageName]['reference'])) {
|
203 |
+
return null;
|
204 |
+
}
|
205 |
+
|
206 |
+
return $installed['versions'][$packageName]['reference'];
|
207 |
+
}
|
208 |
+
|
209 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
210 |
+
}
|
211 |
+
|
212 |
+
/**
|
213 |
+
* @param string $packageName
|
214 |
+
* @return string|null If the package is being replaced or provided but is not really installed, null will be returned as install path. Packages of type metapackages also have a null install path.
|
215 |
+
*/
|
216 |
+
public static function getInstallPath($packageName)
|
217 |
+
{
|
218 |
+
foreach (self::getInstalled() as $installed) {
|
219 |
+
if (!isset($installed['versions'][$packageName])) {
|
220 |
+
continue;
|
221 |
+
}
|
222 |
+
|
223 |
+
return isset($installed['versions'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null;
|
224 |
+
}
|
225 |
+
|
226 |
+
throw new \OutOfBoundsException('Package "' . $packageName . '" is not installed');
|
227 |
+
}
|
228 |
+
|
229 |
+
/**
|
230 |
+
* @return array
|
231 |
+
* @psalm-return array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}
|
232 |
+
*/
|
233 |
+
public static function getRootPackage()
|
234 |
+
{
|
235 |
+
$installed = self::getInstalled();
|
236 |
+
|
237 |
+
return $installed[0]['root'];
|
238 |
+
}
|
239 |
+
|
240 |
+
/**
|
241 |
+
* Returns the raw installed.php data for custom implementations
|
242 |
+
*
|
243 |
+
* @deprecated Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect.
|
244 |
+
* @return array[]
|
245 |
+
* @psalm-return array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}
|
246 |
+
*/
|
247 |
+
public static function getRawData()
|
248 |
+
{
|
249 |
+
@trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);
|
250 |
+
|
251 |
+
if (null === self::$installed) {
|
252 |
+
// only require the installed.php file if this file is loaded from its dumped location,
|
253 |
+
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
|
254 |
+
if (substr(__DIR__, -8, 1) !== 'C') {
|
255 |
+
self::$installed = include __DIR__ . '/installed.php';
|
256 |
+
} else {
|
257 |
+
self::$installed = array();
|
258 |
+
}
|
259 |
+
}
|
260 |
+
|
261 |
+
return self::$installed;
|
262 |
+
}
|
263 |
+
|
264 |
+
/**
|
265 |
+
* Returns the raw data of all installed.php which are currently loaded for custom implementations
|
266 |
+
*
|
267 |
+
* @return array[]
|
268 |
+
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>
|
269 |
+
*/
|
270 |
+
public static function getAllRawData()
|
271 |
+
{
|
272 |
+
return self::getInstalled();
|
273 |
+
}
|
274 |
+
|
275 |
+
/**
|
276 |
+
* Lets you reload the static array from another file
|
277 |
+
*
|
278 |
+
* This is only useful for complex integrations in which a project needs to use
|
279 |
+
* this class but then also needs to execute another project's autoloader in process,
|
280 |
+
* and wants to ensure both projects have access to their version of installed.php.
|
281 |
+
*
|
282 |
+
* A typical case would be PHPUnit, where it would need to make sure it reads all
|
283 |
+
* the data it needs from this class, then call reload() with
|
284 |
+
* `require $CWD/vendor/composer/installed.php` (or similar) as input to make sure
|
285 |
+
* the project in which it runs can then also use this class safely, without
|
286 |
+
* interference between PHPUnit's dependencies and the project's dependencies.
|
287 |
+
*
|
288 |
+
* @param array[] $data A vendor/composer/installed.php data set
|
289 |
+
* @return void
|
290 |
+
*
|
291 |
+
* @psalm-param array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>} $data
|
292 |
+
*/
|
293 |
+
public static function reload($data)
|
294 |
+
{
|
295 |
+
self::$installed = $data;
|
296 |
+
self::$installedByVendor = array();
|
297 |
+
}
|
298 |
+
|
299 |
+
/**
|
300 |
+
* @return array[]
|
301 |
+
* @psalm-return list<array{root: array{name: string, version: string, reference: string, pretty_version: string, aliases: string[], dev: bool, install_path: string}, versions: array<string, array{dev_requirement: bool, pretty_version?: string, version?: string, aliases?: string[], reference?: string, replaced?: string[], provided?: string[], install_path?: string}>}>
|
302 |
+
*/
|
303 |
+
private static function getInstalled()
|
304 |
+
{
|
305 |
+
if (null === self::$canGetVendors) {
|
306 |
+
self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
|
307 |
+
}
|
308 |
+
|
309 |
+
$installed = array();
|
310 |
+
|
311 |
+
if (self::$canGetVendors) {
|
312 |
+
foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
|
313 |
+
if (isset(self::$installedByVendor[$vendorDir])) {
|
314 |
+
$installed[] = self::$installedByVendor[$vendorDir];
|
315 |
+
} elseif (is_file($vendorDir.'/composer/installed.php')) {
|
316 |
+
$installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
|
317 |
+
if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
|
318 |
+
self::$installed = $installed[count($installed) - 1];
|
319 |
+
}
|
320 |
+
}
|
321 |
+
}
|
322 |
+
}
|
323 |
+
|
324 |
+
if (null === self::$installed) {
|
325 |
+
// only require the installed.php file if this file is loaded from its dumped location,
|
326 |
+
// and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937
|
327 |
+
if (substr(__DIR__, -8, 1) !== 'C') {
|
328 |
+
self::$installed = require __DIR__ . '/installed.php';
|
329 |
+
} else {
|
330 |
+
self::$installed = array();
|
331 |
+
}
|
332 |
+
}
|
333 |
+
$installed[] = self::$installed;
|
334 |
+
|
335 |
+
return $installed;
|
336 |
+
}
|
337 |
+
}
|
vendor/composer/LICENSE
CHANGED
@@ -1,56 +1,21 @@
|
|
1 |
-
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
2 |
-
Upstream-Name: Composer
|
3 |
-
Upstream-Contact: Jordi Boggiano <j.boggiano@seld.be>
|
4 |
-
Source: https://github.com/composer/composer
|
5 |
|
6 |
-
|
7 |
-
Copyright: 2016, Nils Adermann <naderman@naderman.de>
|
8 |
-
2016, Jordi Boggiano <j.boggiano@seld.be>
|
9 |
-
License: Expat
|
10 |
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
|
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
.
|
28 |
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
29 |
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
30 |
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
31 |
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
32 |
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
33 |
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
34 |
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
35 |
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
36 |
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
37 |
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
38 |
|
39 |
-
License: Expat
|
40 |
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
41 |
-
of this software and associated documentation files (the "Software"), to deal
|
42 |
-
in the Software without restriction, including without limitation the rights
|
43 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
44 |
-
copies of the Software, and to permit persons to whom the Software is furnished
|
45 |
-
to do so, subject to the following conditions:
|
46 |
-
.
|
47 |
-
The above copyright notice and this permission notice shall be included in all
|
48 |
-
copies or substantial portions of the Software.
|
49 |
-
.
|
50 |
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
51 |
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
52 |
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
53 |
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
54 |
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
55 |
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
56 |
-
THE SOFTWARE.
|
|
|
|
|
|
|
|
|
1 |
|
2 |
+
Copyright (c) Nils Adermann, Jordi Boggiano
|
|
|
|
|
|
|
3 |
|
4 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5 |
+
of this software and associated documentation files (the "Software"), to deal
|
6 |
+
in the Software without restriction, including without limitation the rights
|
7 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8 |
+
copies of the Software, and to permit persons to whom the Software is furnished
|
9 |
+
to do so, subject to the following conditions:
|
10 |
|
11 |
+
The above copyright notice and this permission notice shall be included in all
|
12 |
+
copies or substantial portions of the Software.
|
13 |
+
|
14 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
20 |
+
THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/composer/autoload_classmap.php
CHANGED
@@ -31,6 +31,7 @@ return array(
|
|
31 |
'CGIFIMAGE' => $vendorDir . '/mpdf/mpdf/classes/gif.php',
|
32 |
'CGIFIMAGEHEADER' => $vendorDir . '/mpdf/mpdf/classes/gif.php',
|
33 |
'CGIFLZW' => $vendorDir . '/mpdf/mpdf/classes/gif.php',
|
|
|
34 |
'FPDF_TPL' => $vendorDir . '/setasign/fpdi/fpdf_tpl.php',
|
35 |
'FPDI' => $vendorDir . '/setasign/fpdi/fpdi.php',
|
36 |
'FilterASCII85' => $vendorDir . '/setasign/fpdi/filters/FilterASCII85.php',
|
31 |
'CGIFIMAGE' => $vendorDir . '/mpdf/mpdf/classes/gif.php',
|
32 |
'CGIFIMAGEHEADER' => $vendorDir . '/mpdf/mpdf/classes/gif.php',
|
33 |
'CGIFLZW' => $vendorDir . '/mpdf/mpdf/classes/gif.php',
|
34 |
+
'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
|
35 |
'FPDF_TPL' => $vendorDir . '/setasign/fpdi/fpdf_tpl.php',
|
36 |
'FPDI' => $vendorDir . '/setasign/fpdi/fpdi.php',
|
37 |
'FilterASCII85' => $vendorDir . '/setasign/fpdi/filters/FilterASCII85.php',
|
vendor/composer/autoload_namespaces.php
CHANGED
@@ -6,5 +6,4 @@ $vendorDir = dirname(dirname(__FILE__));
|
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
9 |
-
'xrstf\\Composer52' => array($vendorDir . '/xrstf/composer-php52/lib'),
|
10 |
);
|
6 |
$baseDir = dirname($vendorDir);
|
7 |
|
8 |
return array(
|
|
|
9 |
);
|
vendor/composer/autoload_real.php
CHANGED
@@ -13,19 +13,24 @@ class ComposerAutoloaderInit45cf95829fd07145c60ebe1d126688a8
|
|
13 |
}
|
14 |
}
|
15 |
|
|
|
|
|
|
|
16 |
public static function getLoader()
|
17 |
{
|
18 |
if (null !== self::$loader) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
|
|
|
|
22 |
spl_autoload_register(array('ComposerAutoloaderInit45cf95829fd07145c60ebe1d126688a8', 'loadClassLoader'), true, true);
|
23 |
-
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
spl_autoload_unregister(array('ComposerAutoloaderInit45cf95829fd07145c60ebe1d126688a8', 'loadClassLoader'));
|
25 |
|
26 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
27 |
if ($useStaticLoader) {
|
28 |
-
|
29 |
|
30 |
call_user_func(\Composer\Autoload\ComposerStaticInit45cf95829fd07145c60ebe1d126688a8::getInitializer($loader));
|
31 |
} else {
|
13 |
}
|
14 |
}
|
15 |
|
16 |
+
/**
|
17 |
+
* @return \Composer\Autoload\ClassLoader
|
18 |
+
*/
|
19 |
public static function getLoader()
|
20 |
{
|
21 |
if (null !== self::$loader) {
|
22 |
return self::$loader;
|
23 |
}
|
24 |
|
25 |
+
require __DIR__ . '/platform_check.php';
|
26 |
+
|
27 |
spl_autoload_register(array('ComposerAutoloaderInit45cf95829fd07145c60ebe1d126688a8', 'loadClassLoader'), true, true);
|
28 |
+
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
29 |
spl_autoload_unregister(array('ComposerAutoloaderInit45cf95829fd07145c60ebe1d126688a8', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
+
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
call_user_func(\Composer\Autoload\ComposerStaticInit45cf95829fd07145c60ebe1d126688a8::getInitializer($loader));
|
36 |
} else {
|
vendor/composer/autoload_real_52.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
-
class
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit8fd232a2f678d4a9e9948da61a15b62e {
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
2 |
|
3 |
// autoload_real_52.php generated by xrstf/composer-php52
|
4 |
|
5 |
+
class ComposerAutoloaderInite66e37e0ddb9372ba020067bd273f47f {
|
6 |
private static $loader;
|
7 |
|
8 |
public static function loadClassLoader($class) {
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInite66e37e0ddb9372ba020067bd273f47f', 'loadClassLoader'), true /*, true */);
|
23 |
self::$loader = $loader = new xrstf_Composer52_ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInite66e37e0ddb9372ba020067bd273f47f', 'loadClassLoader'));
|
25 |
|
26 |
$vendorDir = dirname(dirname(__FILE__));
|
27 |
$baseDir = dirname($vendorDir);
|
vendor/composer/autoload_static.php
CHANGED
@@ -6,16 +6,6 @@ namespace Composer\Autoload;
|
|
6 |
|
7 |
class ComposerStaticInit45cf95829fd07145c60ebe1d126688a8
|
8 |
{
|
9 |
-
public static $prefixesPsr0 = array (
|
10 |
-
'x' =>
|
11 |
-
array (
|
12 |
-
'xrstf\\Composer52' =>
|
13 |
-
array (
|
14 |
-
0 => __DIR__ . '/..' . '/xrstf/composer-php52/lib',
|
15 |
-
),
|
16 |
-
),
|
17 |
-
);
|
18 |
-
|
19 |
public static $classMap = array (
|
20 |
'BEWPI_Abstract_Document' => __DIR__ . '/../..' . '/includes/abstracts/abstract-document.php',
|
21 |
'BEWPI_Abstract_Invoice' => __DIR__ . '/../..' . '/includes/abstracts/abstract-invoice.php',
|
@@ -42,6 +32,7 @@ class ComposerStaticInit45cf95829fd07145c60ebe1d126688a8
|
|
42 |
'CGIFIMAGE' => __DIR__ . '/..' . '/mpdf/mpdf/classes/gif.php',
|
43 |
'CGIFIMAGEHEADER' => __DIR__ . '/..' . '/mpdf/mpdf/classes/gif.php',
|
44 |
'CGIFLZW' => __DIR__ . '/..' . '/mpdf/mpdf/classes/gif.php',
|
|
|
45 |
'FPDF_TPL' => __DIR__ . '/..' . '/setasign/fpdi/fpdf_tpl.php',
|
46 |
'FPDI' => __DIR__ . '/..' . '/setasign/fpdi/fpdi.php',
|
47 |
'FilterASCII85' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterASCII85.php',
|
@@ -73,7 +64,6 @@ class ComposerStaticInit45cf95829fd07145c60ebe1d126688a8
|
|
73 |
public static function getInitializer(ClassLoader $loader)
|
74 |
{
|
75 |
return \Closure::bind(function () use ($loader) {
|
76 |
-
$loader->prefixesPsr0 = ComposerStaticInit45cf95829fd07145c60ebe1d126688a8::$prefixesPsr0;
|
77 |
$loader->classMap = ComposerStaticInit45cf95829fd07145c60ebe1d126688a8::$classMap;
|
78 |
|
79 |
}, null, ClassLoader::class);
|
6 |
|
7 |
class ComposerStaticInit45cf95829fd07145c60ebe1d126688a8
|
8 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
public static $classMap = array (
|
10 |
'BEWPI_Abstract_Document' => __DIR__ . '/../..' . '/includes/abstracts/abstract-document.php',
|
11 |
'BEWPI_Abstract_Invoice' => __DIR__ . '/../..' . '/includes/abstracts/abstract-invoice.php',
|
32 |
'CGIFIMAGE' => __DIR__ . '/..' . '/mpdf/mpdf/classes/gif.php',
|
33 |
'CGIFIMAGEHEADER' => __DIR__ . '/..' . '/mpdf/mpdf/classes/gif.php',
|
34 |
'CGIFLZW' => __DIR__ . '/..' . '/mpdf/mpdf/classes/gif.php',
|
35 |
+
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
|
36 |
'FPDF_TPL' => __DIR__ . '/..' . '/setasign/fpdi/fpdf_tpl.php',
|
37 |
'FPDI' => __DIR__ . '/..' . '/setasign/fpdi/fpdi.php',
|
38 |
'FilterASCII85' => __DIR__ . '/..' . '/setasign/fpdi/filters/FilterASCII85.php',
|
64 |
public static function getInitializer(ClassLoader $loader)
|
65 |
{
|
66 |
return \Closure::bind(function () use ($loader) {
|
|
|
67 |
$loader->classMap = ComposerStaticInit45cf95829fd07145c60ebe1d126688a8::$classMap;
|
68 |
|
69 |
}, null, ClassLoader::class);
|
vendor/composer/installed.json
CHANGED
@@ -1,150 +1,123 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
"
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
},
|
11 |
-
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
"
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
"
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
"
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
"
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
"
|
62 |
-
"source": "https://github.com/mpdf/mpdf",
|
63 |
-
"docs": "http://mpdf.github.io"
|
64 |
}
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
"version_normalized": "1.6.2.0",
|
70 |
-
"source": {
|
71 |
-
"type": "git",
|
72 |
-
"url": "https://github.com/Setasign/FPDI.git",
|
73 |
-
"reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
|
74 |
-
},
|
75 |
-
"dist": {
|
76 |
-
"type": "zip",
|
77 |
-
"url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
|
78 |
-
"reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
|
79 |
-
"shasum": ""
|
80 |
-
},
|
81 |
-
"suggest": {
|
82 |
-
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
|
83 |
-
"setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
|
84 |
-
"setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
|
85 |
-
},
|
86 |
-
"time": "2017-05-11T14:25:49+00:00",
|
87 |
-
"type": "library",
|
88 |
-
"installation-source": "dist",
|
89 |
-
"autoload": {
|
90 |
-
"classmap": [
|
91 |
-
"filters/",
|
92 |
-
"fpdi.php",
|
93 |
-
"fpdf_tpl.php",
|
94 |
-
"fpdi_pdf_parser.php",
|
95 |
-
"pdf_context.php"
|
96 |
-
]
|
97 |
-
},
|
98 |
-
"notification-url": "https://packagist.org/downloads/",
|
99 |
-
"license": [
|
100 |
-
"MIT"
|
101 |
-
],
|
102 |
-
"authors": [
|
103 |
-
{
|
104 |
-
"name": "Jan Slabon",
|
105 |
-
"email": "jan.slabon@setasign.com",
|
106 |
-
"homepage": "https://www.setasign.com"
|
107 |
-
}
|
108 |
-
],
|
109 |
-
"description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
|
110 |
-
"homepage": "https://www.setasign.com/fpdi",
|
111 |
-
"keywords": [
|
112 |
-
"fpdf",
|
113 |
-
"fpdi",
|
114 |
-
"pdf"
|
115 |
-
]
|
116 |
-
},
|
117 |
-
{
|
118 |
-
"name": "xrstf/composer-php52",
|
119 |
-
"version": "v1.0.20",
|
120 |
-
"version_normalized": "1.0.20.0",
|
121 |
-
"source": {
|
122 |
-
"type": "git",
|
123 |
-
"url": "https://github.com/composer-php52/composer-php52.git",
|
124 |
-
"reference": "bd41459d5e27df8d33057842b32377c39e97a5a8"
|
125 |
-
},
|
126 |
-
"dist": {
|
127 |
-
"type": "zip",
|
128 |
-
"url": "https://api.github.com/repos/composer-php52/composer-php52/zipball/bd41459d5e27df8d33057842b32377c39e97a5a8",
|
129 |
-
"reference": "bd41459d5e27df8d33057842b32377c39e97a5a8",
|
130 |
-
"shasum": ""
|
131 |
-
},
|
132 |
-
"time": "2016-04-16T21:52:24+00:00",
|
133 |
-
"type": "library",
|
134 |
-
"extra": {
|
135 |
-
"branch-alias": {
|
136 |
-
"dev-default": "1.x-dev"
|
137 |
-
}
|
138 |
-
},
|
139 |
-
"installation-source": "dist",
|
140 |
-
"autoload": {
|
141 |
-
"psr-0": {
|
142 |
-
"xrstf\\Composer52": "lib/"
|
143 |
-
}
|
144 |
-
},
|
145 |
-
"notification-url": "https://packagist.org/downloads/",
|
146 |
-
"license": [
|
147 |
-
"MIT"
|
148 |
-
]
|
149 |
-
}
|
150 |
-
]
|
1 |
+
{
|
2 |
+
"packages": [
|
3 |
+
{
|
4 |
+
"name": "mpdf/mpdf",
|
5 |
+
"version": "dev-mpdf",
|
6 |
+
"version_normalized": "dev-mpdf",
|
7 |
+
"source": {
|
8 |
+
"type": "git",
|
9 |
+
"url": "https://github.com/baselbers/mpdf.git",
|
10 |
+
"reference": "94d2f12d59962d967dc259a2521415cc889ae1fc"
|
11 |
+
},
|
12 |
+
"dist": {
|
13 |
+
"type": "zip",
|
14 |
+
"url": "https://api.github.com/repos/baselbers/mpdf/zipball/94d2f12d59962d967dc259a2521415cc889ae1fc",
|
15 |
+
"reference": "94d2f12d59962d967dc259a2521415cc889ae1fc",
|
16 |
+
"shasum": ""
|
17 |
+
},
|
18 |
+
"require": {
|
19 |
+
"ext-mbstring": "*",
|
20 |
+
"php": ">=5.4.0",
|
21 |
+
"setasign/fpdi": "1.6.*"
|
22 |
+
},
|
23 |
+
"require-dev": {
|
24 |
+
"phpunit/phpunit": "^4.7"
|
25 |
+
},
|
26 |
+
"suggest": {
|
27 |
+
"ext-zlib": "Needed for compression of embedded resources, such as fonts"
|
28 |
+
},
|
29 |
+
"time": "2021-07-13T19:55:45+00:00",
|
30 |
+
"type": "library",
|
31 |
+
"installation-source": "source",
|
32 |
+
"autoload": {
|
33 |
+
"classmap": [
|
34 |
+
"mpdf.php",
|
35 |
+
"classes"
|
36 |
+
]
|
37 |
+
},
|
38 |
+
"scripts": {
|
39 |
+
"post-install-cmd": [
|
40 |
+
"php -r \"chmod('./ttfontdata', 0777);\"",
|
41 |
+
"php -r \"chmod('./tmp', 0777);\"",
|
42 |
+
"php -r \"chmod('./graph_cache', 0777);\""
|
43 |
+
]
|
44 |
+
},
|
45 |
+
"license": [
|
46 |
+
"GPL-2.0"
|
47 |
+
],
|
48 |
+
"authors": [
|
49 |
+
{
|
50 |
+
"name": "Ian Back",
|
51 |
+
"role": "Developer"
|
52 |
+
}
|
53 |
+
],
|
54 |
+
"description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
|
55 |
+
"homepage": "http://mpdf.github.io",
|
56 |
+
"keywords": [
|
57 |
+
"pdf",
|
58 |
+
"php",
|
59 |
+
"utf-8"
|
60 |
+
],
|
61 |
+
"support": {
|
62 |
+
"issues": "https://github.com/mpdf/mpdf/issues",
|
63 |
+
"source": "https://github.com/mpdf/mpdf",
|
64 |
+
"docs": "http://mpdf.github.io"
|
65 |
+
},
|
66 |
+
"install-path": "../mpdf/mpdf"
|
67 |
},
|
68 |
+
{
|
69 |
+
"name": "setasign/fpdi",
|
70 |
+
"version": "1.6.2",
|
71 |
+
"version_normalized": "1.6.2.0",
|
72 |
+
"source": {
|
73 |
+
"type": "git",
|
74 |
+
"url": "https://github.com/Setasign/FPDI.git",
|
75 |
+
"reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
|
76 |
+
},
|
77 |
+
"dist": {
|
78 |
+
"type": "zip",
|
79 |
+
"url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
|
80 |
+
"reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
|
81 |
+
"shasum": ""
|
82 |
+
},
|
83 |
+
"suggest": {
|
84 |
+
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
|
85 |
+
"setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
|
86 |
+
"setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
|
87 |
+
},
|
88 |
+
"time": "2017-05-11T14:25:49+00:00",
|
89 |
+
"type": "library",
|
90 |
+
"installation-source": "dist",
|
91 |
+
"autoload": {
|
92 |
+
"classmap": [
|
93 |
+
"filters/",
|
94 |
+
"fpdi.php",
|
95 |
+
"fpdf_tpl.php",
|
96 |
+
"fpdi_pdf_parser.php",
|
97 |
+
"pdf_context.php"
|
98 |
+
]
|
99 |
+
},
|
100 |
+
"notification-url": "https://packagist.org/downloads/",
|
101 |
+
"license": [
|
102 |
+
"MIT"
|
103 |
+
],
|
104 |
+
"authors": [
|
105 |
+
{
|
106 |
+
"name": "Jan Slabon",
|
107 |
+
"email": "jan.slabon@setasign.com",
|
108 |
+
"homepage": "https://www.setasign.com"
|
109 |
+
}
|
110 |
+
],
|
111 |
+
"description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
|
112 |
+
"homepage": "https://www.setasign.com/fpdi",
|
113 |
+
"keywords": [
|
114 |
+
"fpdf",
|
115 |
+
"fpdi",
|
116 |
+
"pdf"
|
117 |
+
],
|
118 |
+
"install-path": "../setasign/fpdi"
|
|
|
|
|
119 |
}
|
120 |
+
],
|
121 |
+
"dev": false,
|
122 |
+
"dev-package-names": []
|
123 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vendor/composer/installed.php
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php return array(
|
2 |
+
'root' => array(
|
3 |
+
'pretty_version' => 'dev-master',
|
4 |
+
'version' => 'dev-master',
|
5 |
+
'type' => 'wordpress-plugin',
|
6 |
+
'install_path' => __DIR__ . '/../../',
|
7 |
+
'aliases' => array(),
|
8 |
+
'reference' => '8e16e82111cceee3ec6f41a4c424c23ea1613389',
|
9 |
+
'name' => 'be/woocommerce-pdf-invoices',
|
10 |
+
'dev' => false,
|
11 |
+
),
|
12 |
+
'versions' => array(
|
13 |
+
'be/woocommerce-pdf-invoices' => array(
|
14 |
+
'pretty_version' => 'dev-master',
|
15 |
+
'version' => 'dev-master',
|
16 |
+
'type' => 'wordpress-plugin',
|
17 |
+
'install_path' => __DIR__ . '/../../',
|
18 |
+
'aliases' => array(),
|
19 |
+
'reference' => '8e16e82111cceee3ec6f41a4c424c23ea1613389',
|
20 |
+
'dev_requirement' => false,
|
21 |
+
),
|
22 |
+
'mpdf/mpdf' => array(
|
23 |
+
'pretty_version' => 'dev-mpdf',
|
24 |
+
'version' => 'dev-mpdf',
|
25 |
+
'type' => 'library',
|
26 |
+
'install_path' => __DIR__ . '/../mpdf/mpdf',
|
27 |
+
'aliases' => array(),
|
28 |
+
'reference' => '94d2f12d59962d967dc259a2521415cc889ae1fc',
|
29 |
+
'dev_requirement' => false,
|
30 |
+
),
|
31 |
+
'setasign/fpdi' => array(
|
32 |
+
'pretty_version' => '1.6.2',
|
33 |
+
'version' => '1.6.2.0',
|
34 |
+
'type' => 'library',
|
35 |
+
'install_path' => __DIR__ . '/../setasign/fpdi',
|
36 |
+
'aliases' => array(),
|
37 |
+
'reference' => 'a6ad58897a6d97cc2d2cd2adaeda343b25a368ea',
|
38 |
+
'dev_requirement' => false,
|
39 |
+
),
|
40 |
+
),
|
41 |
+
);
|
vendor/composer/platform_check.php
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
// platform_check.php @generated by Composer
|
4 |
+
|
5 |
+
$issues = array();
|
6 |
+
|
7 |
+
if (!(PHP_VERSION_ID >= 50600)) {
|
8 |
+
$issues[] = 'Your Composer dependencies require a PHP version ">= 5.6.0". You are running ' . PHP_VERSION . '.';
|
9 |
+
}
|
10 |
+
|
11 |
+
if ($issues) {
|
12 |
+
if (!headers_sent()) {
|
13 |
+
header('HTTP/1.1 500 Internal Server Error');
|
14 |
+
}
|
15 |
+
if (!ini_get('display_errors')) {
|
16 |
+
if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
|
17 |
+
fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
|
18 |
+
} elseif (!headers_sent()) {
|
19 |
+
echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
|
20 |
+
}
|
21 |
+
}
|
22 |
+
trigger_error(
|
23 |
+
'Composer detected issues in your platform: ' . implode(' ', $issues),
|
24 |
+
E_USER_ERROR
|
25 |
+
);
|
26 |
+
}
|
vendor/mpdf/mpdf/classes/mpdfform.php
CHANGED
@@ -1023,7 +1023,7 @@ class mpdfform
|
|
1023 |
$this->mpdf->x += $w;
|
1024 |
}
|
1025 |
|
1026 |
-
function SetFormSubmit($w, $h, $name, $value = 'Submit', $url, $title = '', $typ = 'html', $method = 'POST', $flags = array(), $background_col = false, $border_col = false, $noprint = false)
|
1027 |
{
|
1028 |
if (!$name) {
|
1029 |
$name = 'Submit';
|
1023 |
$this->mpdf->x += $w;
|
1024 |
}
|
1025 |
|
1026 |
+
function SetFormSubmit($w, $h, $name, $value = 'Submit', $url = '', $title = '', $typ = 'html', $method = 'POST', $flags = array(), $background_col = false, $border_col = false, $noprint = false)
|
1027 |
{
|
1028 |
if (!$name) {
|
1029 |
$name = 'Submit';
|
vendor/mpdf/mpdf/classes/otl.php
CHANGED
@@ -1612,7 +1612,7 @@ class otl
|
|
1612 |
return 0;
|
1613 |
}
|
1614 |
|
1615 |
-
function _applyGSUBsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $level = 0, $currentTag, $is_old_spec, $tagInt)
|
1616 |
{
|
1617 |
$ignore = $this->_getGCOMignoreString($Flag, $MarkFilteringSet);
|
1618 |
|
@@ -3290,7 +3290,7 @@ class otl
|
|
3290 |
return $pos;
|
3291 |
}
|
3292 |
|
3293 |
-
function _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $tag, $level = 0, $is_old_spec)
|
3294 |
{
|
3295 |
if (($Flag & 0x0001) == 1) {
|
3296 |
$dir = 'RTL';
|
@@ -4626,7 +4626,7 @@ class otl
|
|
4626 |
ON Other Neutrals All other characters, including OBJECT REPLACEMENT CHARACTER
|
4627 |
*/
|
4628 |
|
4629 |
-
function _bidiSort($ta, $str = '', $dir, &$chunkOTLdata, $useGPOS)
|
4630 |
{
|
4631 |
|
4632 |
$pel = 0; // paragraph embedding level
|
1612 |
return 0;
|
1613 |
}
|
1614 |
|
1615 |
+
function _applyGSUBsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $level = 0, $currentTag = '', $is_old_spec = false, $tagInt = 0)
|
1616 |
{
|
1617 |
$ignore = $this->_getGCOMignoreString($Flag, $MarkFilteringSet);
|
1618 |
|
3290 |
return $pos;
|
3291 |
}
|
3292 |
|
3293 |
+
function _applyGPOSsubtable($lookupID, $subtable, $ptr, $currGlyph, $currGID, $subtable_offset, $Type, $Flag, $MarkFilteringSet, $LuCoverage, $tag, $level = 0, $is_old_spec = false)
|
3294 |
{
|
3295 |
if (($Flag & 0x0001) == 1) {
|
3296 |
$dir = 'RTL';
|
4626 |
ON Other Neutrals All other characters, including OBJECT REPLACEMENT CHARACTER
|
4627 |
*/
|
4628 |
|
4629 |
+
function _bidiSort($ta, $str = '', $dir = '', &$chunkOTLdata = array(), $useGPOS = '')
|
4630 |
{
|
4631 |
|
4632 |
$pel = 0; // paragraph embedding level
|
vendor/mpdf/mpdf/mpdf.php
CHANGED
@@ -2143,7 +2143,7 @@ class mPDF
|
|
2143 |
|
2144 |
/* -- BACKGROUNDS -- */
|
2145 |
|
2146 |
-
function _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize = 0, $repx, $repy, $pba = array(), $size = array())
|
2147 |
{
|
2148 |
// pba is background positioning area (from CSS background-origin) may not always be set [x,y,w,h]
|
2149 |
// size is from CSS3 background-size - takes precendence over old resize
|
@@ -13282,7 +13282,7 @@ class mPDF
|
|
13282 |
}
|
13283 |
}
|
13284 |
|
13285 |
-
function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider)
|
13286 |
{
|
13287 |
if (!class_exists('directw', false)) {
|
13288 |
include(_MPDF_PATH . 'classes/directw.php');
|
@@ -14438,7 +14438,7 @@ class mPDF
|
|
14438 |
|
14439 |
/* -- TABLES -- */
|
14440 |
|
14441 |
-
function TableHeaderFooter($content = '', $tablestartpage = '', $tablestartcolumn = '', $horf = 'H', $level, $firstSpread = true, $finalSpread = true)
|
14442 |
{
|
14443 |
if (($horf == 'H' || $horf == 'F') && !empty($content)) { // mPDF 5.7.2
|
14444 |
$table = &$this->table[1][1];
|
@@ -16625,7 +16625,7 @@ class mPDF
|
|
16625 |
|
16626 |
/* -- CSS-POSITION -- */
|
16627 |
|
16628 |
-
function WriteFixedPosHTML($html = '', $x, $y, $w, $h, $overflow = 'visible', $bounding = array())
|
16629 |
{
|
16630 |
// $overflow can be 'hidden', 'visible' or 'auto' - 'auto' causes autofit to size
|
16631 |
// Annotations disabled - enabled in mPDF 5.0
|
@@ -17611,7 +17611,7 @@ class mPDF
|
|
17611 |
|
17612 |
/* -- CSS-PAGE -- */
|
17613 |
|
17614 |
-
function SetPagedMediaCSS($name = '', $first, $oddEven)
|
17615 |
{
|
17616 |
if ($oddEven == 'E') {
|
17617 |
if ($this->directionality == 'rtl') {
|
@@ -20440,7 +20440,7 @@ class mPDF
|
|
20440 |
|
20441 |
/* -- END BORDER-RADIUS -- */
|
20442 |
|
20443 |
-
function PaintDivLnBorder($state = 0, $blvl = 0, $h)
|
20444 |
{
|
20445 |
// $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
|
20446 |
$this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h;
|
@@ -21655,7 +21655,7 @@ class mPDF
|
|
21655 |
|
21656 |
/* -- TABLES -- */
|
21657 |
|
21658 |
-
function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer, $checkletter = false)
|
21659 |
{ // mPDF 6
|
21660 |
$acclength = 0; // mPDF 6 (accumulated length across > 1 chunk)
|
21661 |
$acclongest = 0; // mPDF 6 (accumulated length max across > 1 chunk)
|
@@ -23259,7 +23259,7 @@ class mPDF
|
|
23259 |
}
|
23260 |
|
23261 |
// CHANGED TO ALLOW TABLE BORDER TO BE SPECIFIED CORRECTLY - added border_details
|
23262 |
-
function _tableRect($x, $y, $w, $h, $bord = -1, $details = array(), $buffer = false, $bSeparate = false, $cort = 'cell', $tablecorner = '', $bsv = 0, $bsh = 0)
|
23263 |
{
|
23264 |
$cellBorderOverlay = array();
|
23265 |
|
@@ -28884,7 +28884,7 @@ class mPDF
|
|
28884 |
}
|
28885 |
}
|
28886 |
|
28887 |
-
function _setBidiCodes($mode = 'start', $bdf)
|
28888 |
{
|
28889 |
$s = '';
|
28890 |
if ($mode == 'end') {
|
2143 |
|
2144 |
/* -- BACKGROUNDS -- */
|
2145 |
|
2146 |
+
function _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize = 0, $repx = 0, $repy = 0, $pba = array(), $size = array())
|
2147 |
{
|
2148 |
// pba is background positioning area (from CSS background-origin) may not always be set [x,y,w,h]
|
2149 |
// size is from CSS3 background-size - takes precendence over old resize
|
13282 |
}
|
13283 |
}
|
13284 |
|
13285 |
+
function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsize = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '')
|
13286 |
{
|
13287 |
if (!class_exists('directw', false)) {
|
13288 |
include(_MPDF_PATH . 'classes/directw.php');
|
14438 |
|
14439 |
/* -- TABLES -- */
|
14440 |
|
14441 |
+
function TableHeaderFooter($content = '', $tablestartpage = '', $tablestartcolumn = '', $horf = 'H', $level = 0, $firstSpread = true, $finalSpread = true)
|
14442 |
{
|
14443 |
if (($horf == 'H' || $horf == 'F') && !empty($content)) { // mPDF 5.7.2
|
14444 |
$table = &$this->table[1][1];
|
16625 |
|
16626 |
/* -- CSS-POSITION -- */
|
16627 |
|
16628 |
+
function WriteFixedPosHTML($html = '', $x = 0, $y = 0, $w = 0, $h = 0, $overflow = 'visible', $bounding = array())
|
16629 |
{
|
16630 |
// $overflow can be 'hidden', 'visible' or 'auto' - 'auto' causes autofit to size
|
16631 |
// Annotations disabled - enabled in mPDF 5.0
|
17611 |
|
17612 |
/* -- CSS-PAGE -- */
|
17613 |
|
17614 |
+
function SetPagedMediaCSS($name = '', $first = false, $oddEven = '')
|
17615 |
{
|
17616 |
if ($oddEven == 'E') {
|
17617 |
if ($this->directionality == 'rtl') {
|
20440 |
|
20441 |
/* -- END BORDER-RADIUS -- */
|
20442 |
|
20443 |
+
function PaintDivLnBorder($state = 0, $blvl = 0, $h = 0)
|
20444 |
{
|
20445 |
// $state = 0 normal; 1 top; 2 bottom; 3 top and bottom
|
20446 |
$this->ColDetails[$this->CurrCol]['bottom_margin'] = $this->y + $h;
|
21655 |
|
21656 |
/* -- TABLES -- */
|
21657 |
|
21658 |
+
function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer = array(), $checkletter = false)
|
21659 |
{ // mPDF 6
|
21660 |
$acclength = 0; // mPDF 6 (accumulated length across > 1 chunk)
|
21661 |
$acclongest = 0; // mPDF 6 (accumulated length max across > 1 chunk)
|
23259 |
}
|
23260 |
|
23261 |
// CHANGED TO ALLOW TABLE BORDER TO BE SPECIFIED CORRECTLY - added border_details
|
23262 |
+
function _tableRect($x, $y, $w, $h = 0, $bord = -1, $details = array(), $buffer = false, $bSeparate = false, $cort = 'cell', $tablecorner = '', $bsv = 0, $bsh = 0)
|
23263 |
{
|
23264 |
$cellBorderOverlay = array();
|
23265 |
|
28884 |
}
|
28885 |
}
|
28886 |
|
28887 |
+
function _setBidiCodes($mode = 'start', $bdf = '')
|
28888 |
{
|
28889 |
$s = '';
|
28890 |
if ($mode == 'end') {
|