Changeset 2666318
- Timestamp:
- 01/26/2022 07:50:25 PM (4 years ago)
- Location:
- plug-payments-gateway/trunk
- Files:
-
- 4 edited
-
includes/class-wc-plug-gateway.php (modified) (1 diff)
-
languages/plug-payments-gateway-pt_BR.mo (modified) (previous)
-
languages/plug-payments-gateway-pt_BR.po (modified) (3 diffs)
-
templates/payment-types/credit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plug-payments-gateway/trunk/includes/class-wc-plug-gateway.php
r2665904 r2666318 339 339 340 340 foreach ( $response['error'] as $error ) { 341 wc_add_notice( $error, 'error' );341 wc_add_notice( _($error, 'plug-payments-gateway' ), 'error' ); 342 342 } 343 343 -
plug-payments-gateway/trunk/languages/plug-payments-gateway-pt_BR.po
r2665904 r2666318 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-" 7 7 "pagseguro\n" 8 "POT-Creation-Date: 2022-01-26 1 0:38-0300\n"9 "PO-Revision-Date: 2022-01-26 1 0: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" 10 10 "Last-Translator: \n" 11 11 "Language-Team: pt_BR <LL@li.org>\n" … … 245 245 msgstr "Insira a quantidade de dias para multa" 246 246 247 #: includes/poedit.php:3 248 msgid "Credit" 249 msgstr "Crédito" 250 251 #: includes/poedit.php:4 252 msgid "Invalid CVV" 253 msgstr "O código de segurança não é válido" 254 247 255 #: templates/notice/missing-clientId.php:2 248 256 #: templates/notice/missing-merchant.php:2 templates/notice/missing-token.php:2 … … 262 270 msgstr "Você deve informar seu tokenId." 263 271 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 269 273 msgid "Card Holder Name" 270 274 msgstr "Nome do portador" 271 275 272 #: templates/payment-types/credit.php: 4276 #: templates/payment-types/credit.php:3 273 277 msgid "as recorded on the card" 274 278 msgstr "como impresso no cartão" 275 279 276 #: templates/payment-types/credit.php: 8280 #: templates/payment-types/credit.php:7 277 281 msgid "Card Number" 278 282 msgstr "Número do cartão" 279 283 280 #: templates/payment-types/credit.php:1 3284 #: templates/payment-types/credit.php:12 281 285 msgid "Expiry (MM/YYYY)" 282 286 msgstr "Validade" 283 287 284 #: templates/payment-types/credit.php:1 4288 #: templates/payment-types/credit.php:13 285 289 msgid "MM / YYYY" 286 290 msgstr "" 287 291 288 #: templates/payment-types/credit.php:1 7292 #: templates/payment-types/credit.php:16 289 293 msgid "Security Code" 290 294 msgstr "Código de segurança" 291 295 292 #: templates/payment-types/credit.php:1 8296 #: templates/payment-types/credit.php:17 293 297 msgid "CVV" 294 298 msgstr "" 295 299 296 #: templates/payment-types/credit.php:2 2300 #: templates/payment-types/credit.php:21 297 301 msgid "Installments" 298 302 msgstr "Parcelas" 299 303 300 #: templates/payment-types/credit.php:2 2304 #: templates/payment-types/credit.php:21 301 305 #, php-format 302 306 msgid "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"> 2 2 <p id="plugpayments-card-holder-name-field" class="form-row form-row-first"> 3 3 <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.