Plugin Directory

Changeset 2850419


Ignore:
Timestamp:
01/18/2023 11:50:37 AM (3 years ago)
Author:
subsreasy
Message:

Turkish translation bugfixes in payment form

Location:
subscreasy-payment-gateway-for-woocommerce/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • subscreasy-payment-gateway-for-woocommerce/trunk/class-wc-gateway-subscreasy.php

    r2837637 r2850419  
    355355
    356356        if (empty($paymentForm->post_param('subscreasy_ccNo'))) {
    357             wc_add_notice(__('<b>Credit card number</b> is a required field!'), 'error');
     357            wc_add_notice(__('<b>Credit card number</b> is a required field!', 'wc-gateway-subscreasy'), 'error');
    358358            return false;
    359359        }
    360360
    361361        if (empty($paymentForm->post_param('subscreasy_expMonth'))) {
    362             wc_add_notice(__('Credit card expiry month is required!'), 'error');
     362            wc_add_notice(__('Credit card expiry month is required!', 'wc-gateway-subscreasy'), 'error');
    363363            return false;
    364364        }
    365365
    366366        if (empty($paymentForm->post_param('subscreasy_expYear'))) {
    367             wc_add_notice(__('Credit card expiry year is required!'), 'error');
     367            wc_add_notice(__('Credit card expiry year is required!', 'wc-gateway-subscreasy'), 'error');
    368368            return false;
    369369        }
    370370
    371371        if (empty($paymentForm->post_param('subscreasy_cvv'))) {
    372             wc_add_notice('Credit card CVC is required!', 'error');
     372            wc_add_notice(__('Credit card CVC is required!', 'wc-gateway-subscreasy'), 'error');
    373373            return false;
    374374        }
  • subscreasy-payment-gateway-for-woocommerce/trunk/languages/wc-gateway-subscreasy-tr_TR.po

    r2477716 r2850419  
    11msgid ""
    22msgstr ""
    3 "Project-Id-Version: WooCommerce Subscreasy Gateway 1.0.0^\n"
     3"Project-Id-Version: Subscreasy Payment Gateway for Woocommerce Subscriptions\n"
    44"Report-Msgid-Bugs-To: "
    5 "https://wordpress.org/support/plugin/woocommerce-gateway-stripe\n"
     5"https://wordpress.org/plugins/subscreasy-payment-gateway-for-woocommerce/\n"
    66"POT-Creation-Date: 2020-08-19 19:45:47+00:00\n"
    77"MIME-Version: 1.0\n"
  • subscreasy-payment-gateway-for-woocommerce/trunk/languages/wc-gateway-subscreasy.pot

    r2477716 r2850419  
    1 # Copyright (C) 2020 WooCommerce
    2 # This file is distributed under the same license as the WooCommerce Stripe Gateway package.
    3 msgid ""
    4 msgstr ""
    5 "Project-Id-Version: WooCommerce Stripe Gateway 4.5.2\n"
     1msgid ""
     2msgstr ""
     3"Project-Id-Version: Subscreasy Payment Gateway for Woocommerce Subscriptions\n"
    64"Report-Msgid-Bugs-To: "
    7 "https://wordpress.org/support/plugin/woocommerce-gateway-stripe\n"
     5"https://wordpress.org/plugins/subscreasy-payment-gateway-for-woocommerce/\n"
    86"POT-Creation-Date: 2020-08-19 19:45:47+00:00\n"
    97"MIME-Version: 1.0\n"
  • subscreasy-payment-gateway-for-woocommerce/trunk/wc-gateway-subscreasy.php

    r2837637 r2850419  
    77 * Author: Subscreasy
    88 * Author URI: https://www.subscreasy.com/
    9  * Version: 1.1.0
     9 * Version: 1.1.1
    1010 * Text Domain: wc-gateway-subscreasy
    1111 * Domain Path: /i18n/languages/
Note: See TracChangeset for help on using the changeset viewer.