Plugin Directory

Changeset 2154616


Ignore:
Timestamp:
09/11/2019 07:20:25 AM (6 years ago)
Author:
iplus
Message:

fixed translation

Location:
smallpay
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • smallpay/tags/1.1.5/includes/class-wc-gateway-smallpay.php

    r2143165 r2154616  
    630630            $res['compatible'] = true;
    631631        } else {
    632             if ($expM > $installmentsEndMonth) {
     632            if ($expM > $installmentsEndMonth && $expY == $installmentsEndYear) {
    633633                $res['compatible'] = true;
    634634            } else {
  • smallpay/tags/1.1.5/lang/smallpay-it_IT.po

    r2143165 r2154616  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2019-08-20 14:00+0000\n"
    6 "PO-Revision-Date: 2019-08-20 14:00+0000\n"
     6"PO-Revision-Date: 2019-08-20 14:13+0000\n"
    77"Last-Translator: dasda fgdg <francesco.divita@iplusservice.it>\n"
    88"Language-Team: Italiano\n"
  • smallpay/tags/1.1.5/readme.txt

    r2143165 r2154616  
    11=== SmallPay ===
    2 Contributors: iplus
     2Contributors: iPlus Service Srl
    33Tags: payment, installments, smallpay, recurring, Nexi 
    44Author URI: https://www.smallpay.it/
     
    88WC Requires at least: 3.0.0
    99WC Tested up to: 3.6.3
    10 Stable tag: 1.1.5
     10Stable tag: 1.1.4
    1111License: GNU General Public License v3.0
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1313
    1414
    15 Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers to the seller the possibility of selling goods and services in installments with automatic and recurring payment on credit cards.
     15Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers  to the seller  the possibility  of sellingof goods and services in installments with automatic and recurring payment on credit cards.
    1616
    1717Smallpay offers the Merchant the possibility of payments in installments on any purchase and to charge monthly each installment on the card of his client. It is possible to do this both for the operators of physical stores that access their account with Log-in and password, and for the owners of online shops who have downloaded the plugin and have activated it on their e-commerce site.
    18 All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled.
     18All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled
    1919
    2020== Features ==
    21 - Ability to apply installments on a product.
    22 - Ability to select products and number of installments.
    23 - Ability to select maximum and minimum number of installments.
    24 - Merchant and customer can view active installment plans.
    25 - Receiving installment plan updates in the Woocommerce back office.
     21- Ability to apply installments on a product
     22- Ability to select products and number of installments
     23- Ability to select maximum number of installments
     24- Merchant and customer can view active installment plans
     25- Receiving installment plan updates in the Woocommerce back office
    2626
    2727== Security ==
     
    3131== Rates ==
    3232
    33 Plugin: free.
    34 Plug-in maintenance: free.
    35 Plugin updates: free.
     33Plugin: free
     34Plug-in maintenance: free
     35Plugin updates: free
    3636
    3737== Commissions ==
     
    5252== What merchants will appreciate ==
    5353
    54 Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly. Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month.
     54Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly.
     55Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month
    5556
    5657
    5758== Installation ==
    5859
    59 1. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site.
     601. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site
    60612. Go to your WordPress admin area and click on Plugins » Add New.
    61623. Click on the Upload Plugin button on top of the page.
     
    6465
    6566== Configuration ==
    66 - General configuration with rules for installments.
    67 - SmallPay credentials are required.
    68 - The XPay credentials provided to the Merchant by SmallPay are required.
    69 - Customization of the card data entry form.
    70 - Individual product configuration for the maximum number of installments.
     67- General configuration with rules for installments
     68- SmallPay credentials are required
     69- The XPay credentials provided to the Merchant by SmallPay are required
     70- Customization of the card data entry form
     71- Individual product configuration for the maximum number of installments
  • smallpay/tags/1.1.5/smallpay.php

    r2143165 r2154616  
    55 * Plugin URI:
    66 * Description: Official SmallPay plugin.
    7  * Version: 1.1.5
     7 * Version: 1.1.4
    88 * Author: SmallPay Srl
    99 * Author URI: https://www.smallpay.it
  • smallpay/trunk/includes/class-wc-gateway-smallpay.php

    r2142591 r2154616  
    630630            $res['compatible'] = true;
    631631        } else {
    632             if ($expM > $installmentsEndMonth) {
     632            if ($expM > $installmentsEndMonth && $expY == $installmentsEndYear) {
    633633                $res['compatible'] = true;
    634634            } else {
  • smallpay/trunk/lang/smallpay-it_IT.po

    r2142592 r2154616  
    44"Report-Msgid-Bugs-To: \n"
    55"POT-Creation-Date: 2019-08-20 14:00+0000\n"
    6 "PO-Revision-Date: 2019-08-20 14:00+0000\n"
     6"PO-Revision-Date: 2019-08-20 14:13+0000\n"
    77"Last-Translator: dasda fgdg <francesco.divita@iplusservice.it>\n"
    88"Language-Team: Italiano\n"
  • smallpay/trunk/readme.txt

    r2143165 r2154616  
    11=== SmallPay ===
    2 Contributors: iplus
     2Contributors: iPlus Service Srl
    33Tags: payment, installments, smallpay, recurring, Nexi 
    44Author URI: https://www.smallpay.it/
     
    88WC Requires at least: 3.0.0
    99WC Tested up to: 3.6.3
    10 Stable tag: 1.1.5
     10Stable tag: 1.1.4
    1111License: GNU General Public License v3.0
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1313
    1414
    15 Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers to the seller the possibility of selling goods and services in installments with automatic and recurring payment on credit cards.
     15Smallpay is a company specialized in recurring payments with credit cards; Smallpay is a cloud platform that offers  to the seller  the possibility  of sellingof goods and services in installments with automatic and recurring payment on credit cards.
    1616
    1717Smallpay offers the Merchant the possibility of payments in installments on any purchase and to charge monthly each installment on the card of his client. It is possible to do this both for the operators of physical stores that access their account with Log-in and password, and for the owners of online shops who have downloaded the plugin and have activated it on their e-commerce site.
    18 All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled.
     18All merchant's customers will only have to enter their credit card number in the check-out page for payment of the first installment; the installments following the first one will be debited automatically, on the same card, on the 5th of each month until the current installments are canceled
    1919
    2020== Features ==
    21 - Ability to apply installments on a product.
    22 - Ability to select products and number of installments.
    23 - Ability to select maximum and minimum number of installments.
    24 - Merchant and customer can view active installment plans.
    25 - Receiving installment plan updates in the Woocommerce back office.
     21- Ability to apply installments on a product
     22- Ability to select products and number of installments
     23- Ability to select maximum number of installments
     24- Merchant and customer can view active installment plans
     25- Receiving installment plan updates in the Woocommerce back office
    2626
    2727== Security ==
     
    3131== Rates ==
    3232
    33 Plugin: free.
    34 Plug-in maintenance: free.
    35 Plugin updates: free.
     33Plugin: free
     34Plug-in maintenance: free
     35Plugin updates: free
    3636
    3737== Commissions ==
     
    5252== What merchants will appreciate ==
    5353
    54 Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly. Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month.
     54Allowing payments in installments for an asset or service with interest 0 allows the operator to sell items of greater value or offer longer-term subscription services. Furthermore, the system is easy and intuitive and no specialized staff is needed to activate an installment plan simply and quickly.
     55Not least, at the beginning of each month the operator receives in a single solution the total amount of the installments expiring in the reference month
    5556
    5657
    5758== Installation ==
    5859
    59 1. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site.
     601. Check the compatibility of the SmallPay plugin with the version of Woocommerce/Wordpress installed on your site
    60612. Go to your WordPress admin area and click on Plugins » Add New.
    61623. Click on the Upload Plugin button on top of the page.
     
    6465
    6566== Configuration ==
    66 - General configuration with rules for installments.
    67 - SmallPay credentials are required.
    68 - The XPay credentials provided to the Merchant by SmallPay are required.
    69 - Customization of the card data entry form.
    70 - Individual product configuration for the maximum number of installments.
     67- General configuration with rules for installments
     68- SmallPay credentials are required
     69- The XPay credentials provided to the Merchant by SmallPay are required
     70- Customization of the card data entry form
     71- Individual product configuration for the maximum number of installments
  • smallpay/trunk/smallpay.php

    r2143165 r2154616  
    55 * Plugin URI:
    66 * Description: Official SmallPay plugin.
    7  * Version: 1.1.5
     7 * Version: 1.1.4
    88 * Author: SmallPay Srl
    99 * Author URI: https://www.smallpay.it
Note: See TracChangeset for help on using the changeset viewer.