Plugin Directory

Changeset 2666318


Ignore:
Timestamp:
01/26/2022 07:50:25 PM (4 years ago)
Author:
plugpayments
Message:

Adding first version of my plugin

Location:
plug-payments-gateway/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plug-payments-gateway/trunk/includes/class-wc-plug-gateway.php

    r2665904 r2666318  
    339339           
    340340            foreach ( $response['error'] as $error ) {
    341                 wc_add_notice( $error, 'error' );
     341                wc_add_notice( _($error, 'plug-payments-gateway' ), 'error' );
    342342            }
    343343   
  • plug-payments-gateway/trunk/languages/plug-payments-gateway-pt_BR.po

    r2665904 r2666318  
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-"
    77"pagseguro\n"
    8 "POT-Creation-Date: 2022-01-26 10:38-0300\n"
    9 "PO-Revision-Date: 2022-01-26 10:38-0300\n"
     8"POT-Creation-Date: 2022-01-26 16:16-0300\n"
     9"PO-Revision-Date: 2022-01-26 16:18-0300\n"
    1010"Last-Translator: \n"
    1111"Language-Team: pt_BR <LL@li.org>\n"
     
    245245msgstr "Insira a quantidade de dias para multa"
    246246
     247#: includes/poedit.php:3
     248msgid "Credit"
     249msgstr "Crédito"
     250
     251#: includes/poedit.php:4
     252msgid "Invalid CVV"
     253msgstr "O código de segurança não é válido"
     254
    247255#: templates/notice/missing-clientId.php:2
    248256#: templates/notice/missing-merchant.php:2 templates/notice/missing-token.php:2
     
    262270msgstr "Você deve informar seu tokenId."
    263271
    264 #: templates/payment-types/credit.php:2
    265 msgid "Credit"
    266 msgstr "Crédito"
    267 
    268 #: templates/payment-types/credit.php:4
     272#: templates/payment-types/credit.php:3
    269273msgid "Card Holder Name"
    270274msgstr "Nome do portador"
    271275
    272 #: templates/payment-types/credit.php:4
     276#: templates/payment-types/credit.php:3
    273277msgid "as recorded on the card"
    274278msgstr "como impresso no cartão"
    275279
    276 #: templates/payment-types/credit.php:8
     280#: templates/payment-types/credit.php:7
    277281msgid "Card Number"
    278282msgstr "Número do cartão"
    279283
    280 #: templates/payment-types/credit.php:13
     284#: templates/payment-types/credit.php:12
    281285msgid "Expiry (MM/YYYY)"
    282286msgstr "Validade"
    283287
    284 #: templates/payment-types/credit.php:14
     288#: templates/payment-types/credit.php:13
    285289msgid "MM / YYYY"
    286290msgstr ""
    287291
    288 #: templates/payment-types/credit.php:17
     292#: templates/payment-types/credit.php:16
    289293msgid "Security Code"
    290294msgstr "Código de segurança"
    291295
    292 #: templates/payment-types/credit.php:18
     296#: templates/payment-types/credit.php:17
    293297msgid "CVV"
    294298msgstr ""
    295299
    296 #: templates/payment-types/credit.php:22
     300#: templates/payment-types/credit.php:21
    297301msgid "Installments"
    298302msgstr "Parcelas"
    299303
    300 #: templates/payment-types/credit.php:22
     304#: templates/payment-types/credit.php:21
    301305#, php-format
    302306msgid "the minimum value of the installment is %s."
  • plug-payments-gateway/trunk/templates/payment-types/credit.php

    r2665904 r2666318  
    1 <div id="plugpayments-credit-form" class="plugpayments-method-form">
     1<div id="plugpayments-credit-form" class="plugpayments-method-form">     
    22    <p id="plugpayments-card-holder-name-field" class="form-row form-row-first">
    33        <label for="plugpayments-card-holder-name"><?php _e( 'Card Holder Name', 'plug-payments-gateway' ); ?> <small>(<?php _e( 'as recorded on the card', 'plug-payments-gateway' ); ?>)</small> <span class="required">*</span></label>
Note: See TracChangeset for help on using the changeset viewer.