Plugin Directory

Changeset 2747405


Ignore:
Timestamp:
06/24/2022 06:23:36 AM (4 years ago)
Author:
byteplant
Message:

WP 6.0

Location:
woo-address-validator
Files:
2 deleted
5 edited
11 copied

Legend:

Unmodified
Added
Removed
  • woo-address-validator/tags/2.9/languages/woo-address-validator-de_DE.po

    r2718528 r2747405  
    22msgstr ""
    33"Project-Id-Version: Woocommerce Address Validator\n"
    4 "POT-Creation-Date: 2022-05-04 18:50+0200\n"
    5 "PO-Revision-Date: 2022-05-04 18:52+0200\n"
     4"POT-Creation-Date: 2022-06-24 08:18+0200\n"
     5"PO-Revision-Date: 2022-06-24 08:20+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 3.0.1\n"
     12"X-Generator: Poedit 3.1\n"
    1313"X-Poedit-KeywordsList: _;gettext;gettext_noop;esc_html_e;__;_e\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-SearchPath-0: .\n"
    1616
    17 #: src/Admin.php:146
     17#: src/Admin.php:145
    1818msgid "Address Validator"
    1919msgstr "Address Validator"
    2020
    21 #: src/Admin.php:163
     21#: src/Admin.php:162
    2222msgid "An error occured."
    2323msgstr "Ein Fehler ist aufgetreten."
    2424
    25 #: src/Admin.php:164 src/WC/WCAV_WC_Admin.php:97
     25#: src/Admin.php:163 src/WC/WCAV_WC_Admin.php:97
    2626msgid "API Result"
    2727msgstr "API Ergebnis"
    2828
    29 #: src/Admin.php:184
     29#: src/Admin.php:183
    3030msgid "Woocommerce Address Validator"
    3131msgstr "Woocommerce Address Validator"
    3232
    33 #: src/Admin.php:187
     33#: src/Admin.php:186
    3434msgid ""
    3535"It looks like your API key is invalid or depleted. Please check your key and "
     
    3939"API Key prüfen und aktualisieren."
    4040
    41 #: src/Admin.php:188
     41#: src/Admin.php:187
    4242#, php-format
    4343msgid ""
     
    4747"einloggen."
    4848
    49 #: src/Admin.php:197
     49#: src/Admin.php:196
    5050msgid "API Key"
    5151msgstr "API Key"
    5252
    53 #: src/Admin.php:205
     53#: src/Admin.php:204
    5454msgid "Allow INVALID Addresses"
    5555msgstr "Ungültige Adressen zulassen"
    5656
    57 #: src/Admin.php:213
     57#: src/Admin.php:212
    5858msgid "Update"
    5959msgstr "Aktualisieren"
    6060
    61 #: src/Admin.php:219
     61#: src/Admin.php:218
    6262msgid ""
    6363"Allow INVALID Addresses will prompt the user to check an address that could "
    64 "not be validated, and allow them to continue (this feature was contributed "
    65 "by \"Simply Charlotte Mason\" --- https://simplycharlottemason.com)."
     64"not be validated, and allow them to continue (contributed by \"Simply "
     65"Charlotte Mason\")."
    6666msgstr ""
    67 "Ungültige Adressen zulassen fordert den Benutzer auf, eine Adresse zu "
    68 "überprüfen, die nicht validiert werden konnte, und erlaubt dann die "
    69 "Fortsetzung des Checkouts (diese Funktion wurde von \"Simply Charlotte Mason"
    70 "\" --- https://simplycharlottemason.com beigetragen)."
     67"Die Option \"Ungültige Adressen zulassen\" fordert den Benutzer auf, "
     68"Adressen die nicht validiert werden konnten zu überprüfen, und erlaubt dann "
     69"die Fortsetzung des Checkouts (diese Funktion ist ein Beitrag von \"Simply "
     70"Charlotte Mason\")."
    7171
    72 #: src/Admin.php:224
     72#: src/Admin.php:223
    7373msgid ""
    7474"With Address-Validator you can easily verify any national or international "
     
    8181"Kunden zu erhalten."
    8282
    83 #: src/Admin.php:231
     83#: src/Admin.php:230
    8484#, php-format
    8585msgid ""
     
    9090"625 kostenlosen Credits."
    9191
    92 #: src/Admin.php:253
     92#: src/Admin.php:252
    9393msgid "Your Address-Validator API key is invalid or depleted."
    9494msgstr "Der API Key ist ungültig oder die Credits sind verbraucht."
    9595
    96 #: src/Admin.php:260
     96#: src/Admin.php:259
    9797#, php-format
    9898msgid ""
  • woo-address-validator/tags/2.9/readme.txt

    r2718528 r2747405  
    33Tags: woocommerce, validation, address, address validation, billing, shipping, delivery, billing address, shipping address, checkout
    44Requires at least: 3.0.1
    5 Tested up to: 5.9.3
    6 Stable tag: 2.8
     5Tested up to: 6.0
     6Stable tag: 2.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • woo-address-validator/tags/2.9/src/Admin.php

    r2718528 r2747405  
    216216                <?php
    217217                esc_html_e(
    218                     'Allow INVALID Addresses will prompt the user to check an address that could not be validated, and allow them to continue (this feature was contributed by "Simply Charlotte Mason" --- https://simplycharlottemason.com).', 'woo-address-validator'
     218                    'Allow INVALID Addresses will prompt the user to check an address that could not be validated, and allow them to continue (contributed by "Simply Charlotte Mason").', 'woo-address-validator'
    219219                );
    220220                ?><br><br>
  • woo-address-validator/tags/2.9/woocommerce-address-validator.php

    r2718528 r2747405  
    44 * Plugin URI: https://www.address-validator.net/
    55 * Description: Validate billing and shipping addresses in WooCommerce.
    6  * Version: 2.8
     6 * Version: 2.9
    77 * Author: Byteplant
    88 * Author URI: https://www.address-validator.net/
  • woo-address-validator/trunk/languages/woo-address-validator-de_DE.po

    r2718528 r2747405  
    22msgstr ""
    33"Project-Id-Version: Woocommerce Address Validator\n"
    4 "POT-Creation-Date: 2022-05-04 18:50+0200\n"
    5 "PO-Revision-Date: 2022-05-04 18:52+0200\n"
     4"POT-Creation-Date: 2022-06-24 08:18+0200\n"
     5"PO-Revision-Date: 2022-06-24 08:20+0200\n"
    66"Last-Translator: \n"
    77"Language-Team: \n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "X-Generator: Poedit 3.0.1\n"
     12"X-Generator: Poedit 3.1\n"
    1313"X-Poedit-KeywordsList: _;gettext;gettext_noop;esc_html_e;__;_e\n"
    1414"X-Poedit-Basepath: ..\n"
    1515"X-Poedit-SearchPath-0: .\n"
    1616
    17 #: src/Admin.php:146
     17#: src/Admin.php:145
    1818msgid "Address Validator"
    1919msgstr "Address Validator"
    2020
    21 #: src/Admin.php:163
     21#: src/Admin.php:162
    2222msgid "An error occured."
    2323msgstr "Ein Fehler ist aufgetreten."
    2424
    25 #: src/Admin.php:164 src/WC/WCAV_WC_Admin.php:97
     25#: src/Admin.php:163 src/WC/WCAV_WC_Admin.php:97
    2626msgid "API Result"
    2727msgstr "API Ergebnis"
    2828
    29 #: src/Admin.php:184
     29#: src/Admin.php:183
    3030msgid "Woocommerce Address Validator"
    3131msgstr "Woocommerce Address Validator"
    3232
    33 #: src/Admin.php:187
     33#: src/Admin.php:186
    3434msgid ""
    3535"It looks like your API key is invalid or depleted. Please check your key and "
     
    3939"API Key prüfen und aktualisieren."
    4040
    41 #: src/Admin.php:188
     41#: src/Admin.php:187
    4242#, php-format
    4343msgid ""
     
    4747"einloggen."
    4848
    49 #: src/Admin.php:197
     49#: src/Admin.php:196
    5050msgid "API Key"
    5151msgstr "API Key"
    5252
    53 #: src/Admin.php:205
     53#: src/Admin.php:204
    5454msgid "Allow INVALID Addresses"
    5555msgstr "Ungültige Adressen zulassen"
    5656
    57 #: src/Admin.php:213
     57#: src/Admin.php:212
    5858msgid "Update"
    5959msgstr "Aktualisieren"
    6060
    61 #: src/Admin.php:219
     61#: src/Admin.php:218
    6262msgid ""
    6363"Allow INVALID Addresses will prompt the user to check an address that could "
    64 "not be validated, and allow them to continue (this feature was contributed "
    65 "by \"Simply Charlotte Mason\" --- https://simplycharlottemason.com)."
     64"not be validated, and allow them to continue (contributed by \"Simply "
     65"Charlotte Mason\")."
    6666msgstr ""
    67 "Ungültige Adressen zulassen fordert den Benutzer auf, eine Adresse zu "
    68 "überprüfen, die nicht validiert werden konnte, und erlaubt dann die "
    69 "Fortsetzung des Checkouts (diese Funktion wurde von \"Simply Charlotte Mason"
    70 "\" --- https://simplycharlottemason.com beigetragen)."
     67"Die Option \"Ungültige Adressen zulassen\" fordert den Benutzer auf, "
     68"Adressen die nicht validiert werden konnten zu überprüfen, und erlaubt dann "
     69"die Fortsetzung des Checkouts (diese Funktion ist ein Beitrag von \"Simply "
     70"Charlotte Mason\")."
    7171
    72 #: src/Admin.php:224
     72#: src/Admin.php:223
    7373msgid ""
    7474"With Address-Validator you can easily verify any national or international "
     
    8181"Kunden zu erhalten."
    8282
    83 #: src/Admin.php:231
     83#: src/Admin.php:230
    8484#, php-format
    8585msgid ""
     
    9090"625 kostenlosen Credits."
    9191
    92 #: src/Admin.php:253
     92#: src/Admin.php:252
    9393msgid "Your Address-Validator API key is invalid or depleted."
    9494msgstr "Der API Key ist ungültig oder die Credits sind verbraucht."
    9595
    96 #: src/Admin.php:260
     96#: src/Admin.php:259
    9797#, php-format
    9898msgid ""
  • woo-address-validator/trunk/readme.txt

    r2718528 r2747405  
    33Tags: woocommerce, validation, address, address validation, billing, shipping, delivery, billing address, shipping address, checkout
    44Requires at least: 3.0.1
    5 Tested up to: 5.9.3
    6 Stable tag: 2.8
     5Tested up to: 6.0
     6Stable tag: 2.9
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • woo-address-validator/trunk/src/Admin.php

    r2718528 r2747405  
    216216                <?php
    217217                esc_html_e(
    218                     'Allow INVALID Addresses will prompt the user to check an address that could not be validated, and allow them to continue (this feature was contributed by "Simply Charlotte Mason" --- https://simplycharlottemason.com).', 'woo-address-validator'
     218                    'Allow INVALID Addresses will prompt the user to check an address that could not be validated, and allow them to continue (contributed by "Simply Charlotte Mason").', 'woo-address-validator'
    219219                );
    220220                ?><br><br>
  • woo-address-validator/trunk/woocommerce-address-validator.php

    r2718528 r2747405  
    44 * Plugin URI: https://www.address-validator.net/
    55 * Description: Validate billing and shipping addresses in WooCommerce.
    6  * Version: 2.8
     6 * Version: 2.9
    77 * Author: Byteplant
    88 * Author URI: https://www.address-validator.net/
Note: See TracChangeset for help on using the changeset viewer.