diff --git a/README.md b/README.md index 0e8bf78..8cb4da3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -WooCommerce Payment Methods 0.3.0 +WooCommerce Payment Methods 1.0.0 ================================= Easily display your accepted payment methods -![alt tag](https://github.com/vendocrat/WooCommerce-Payment-Methods/blob/master/screenshot-1.png) +![WooCommerce Payment Methods Screenshot 1](https://github.com/vendocrat/WooCommerce-Payment-Methods/blob/master/screenshot-1.png) + +![WooCommerce Payment Methods Screenshot 4](https://github.com/vendocrat/WooCommerce-Payment-Methods/blob/master/screenshot-4.png) ##Description @@ -28,6 +30,7 @@ Translations included: * English * German * Italian +* Portoguese (thanks to [Luis Martins](https://github.com/lmartins). Please contact us via [Twitter](https://twitter.com/vendocrat) or hit us on [GitHub](https://github.com/vendocrat/), if you have a translation you want to contribute! @@ -37,4 +40,6 @@ See "readme.txt". ##Author **Handcrafted with love by [vendocrat](http://vendocr.at/) in Vienna & Rome.** -Follow us on [Twitter](https://twitter.com/vendocrat), like us on [Facebook](https://www.facebook.com/vendocrat), circle us on [Google+](https://plus.google.com/+vendocrat) or fork us on [GitHub](https://github.com/vendocrat)! \ No newline at end of file +Follow us on [Twitter](https://twitter.com/vendocrat), like us on [Facebook](https://www.facebook.com/vendocrat), circle us on [Google+](https://plus.google.com/+vendocrat) or fork us on [GitHub](https://github.com/vendocrat)! + +[![Analytics](https://ga-beacon.appspot.com/UA-57742328-1/vendocrat/WooCommerce-Payment-Methods)](https://github.com/igrigorik/ga-beacon) \ No newline at end of file diff --git a/assets/css/payment-methods.css b/assets/css/payment-methods.css index 8651487..c1d1793 100644 --- a/assets/css/payment-methods.css +++ b/assets/css/payment-methods.css @@ -5,7 +5,7 @@ * @subpackage Payment Methods * * @since 2014-09-08 - * @version 2014-10-21 + * @version 2014-12-17 * * @author Poellmann Alexander Manfred * @copyright Copyright 2014 vendocrat. All Rights Reserved. @@ -62,6 +62,9 @@ #payment ul.payment_methods .payment_method_stripe label img, #payment ul.payment_methods .payment_method_wirecard label img, #payment ul.payment_methods .payment_method_wirecard_checkout_page label img, +#payment ul.payment_methods .payment_method_amazon > label img, +#payment ul.payment_methods .payment_method_amazon_fps > label img, +#payment ul.payment_methods .payment_method_pbx > label img, #payment ul.payment_methods .payment_method_ClickAndBuy label img, #payment ul.payment_methods .payment_method_sofortgateway label img, #payment ul.payment_methods .payment_method_cash_on_delivery label img, @@ -78,6 +81,8 @@ #payment ul.payment_methods .payment_method_wirecard > label:before, #payment ul.payment_methods .payment_method_wirecard > .payment_method_select > label:before, #payment ul.payment_methods .payment_method_wirecard_checkout_page > label:before, +#payment ul.payment_methods .payment_method_amazon > label:before, +#payment ul.payment_methods .payment_method_amazon_fps > label:before, #payment ul.payment_methods .payment_method_pbx > label:before, #payment ul.payment_methods .payment_method_ClickAndBuy > label:before, #payment ul.payment_methods .payment_method_sofortgateway > label:before, @@ -124,6 +129,10 @@ #payment ul.payment_methods .payment_method_wirecard_checkout_page > label:before { content:'\f049';} + #payment ul.payment_methods .payment_method_amazon > label:before, + #payment ul.payment_methods .payment_method_amazon_fps > label:before { + content:'\f000';} + #payment ul.payment_methods .payment_method_pbx > label:before { content:'\f031';} diff --git a/assets/css/payment-methods.min.css b/assets/css/payment-methods.min.css new file mode 100644 index 0000000..6053e83 --- /dev/null +++ b/assets/css/payment-methods.min.css @@ -0,0 +1,10 @@ +/** + * vendocrat Payment Methods styles by @vendocrat/@AMPoellmann + * http://vendocr.at or @vendocrat + * @author Poellmann Alexander Manfred + * @copyright Copyright 2014 vendocrat. All Rights Reserved. + */ +.payment-methods{padding-left:0;list-style:none;margin-left:-2px}.payment-methods>li{display:inline-block;padding:2px;vertical-align:top}.payment-methods>li>i{display:block!important;cursor:default;padding:4px;border-radius:4px;background:0 0;border:1px solid transparent}.payment-methods-i>li>i,.payment-methods-inverse>li>i{color:#fff;background:#333;border-color:#333}.payment-methods-o>li>i,.payment-methods-outline>li>i{border-color:#777}.payment-methods>li>i{font-size:1.5em;line-height:1}.widget_vendocrat_payment_methods ul{margin-bottom:0}#payment ul.payment_methods .payment_method_ClickAndBuy label img,#payment ul.payment_methods .payment_method_amazon>label img,#payment ul.payment_methods .payment_method_amazon_fps>label img,#payment ul.payment_methods .payment_method_bacs label img,#payment ul.payment_methods .payment_method_bitpay label img,#payment ul.payment_methods .payment_method_cash_on_delivery label img,#payment ul.payment_methods .payment_method_cheque label img,#payment ul.payment_methods .payment_method_coinbase label img,#payment ul.payment_methods .payment_method_mijireh_checkout label img,#payment ul.payment_methods .payment_method_paypal label img,#payment ul.payment_methods .payment_method_pbx>label img,#payment ul.payment_methods .payment_method_sofortgateway label img,#payment ul.payment_methods .payment_method_stripe label img,#payment ul.payment_methods .payment_method_wirecard label img,#payment ul.payment_methods .payment_method_wirecard_checkout_page label img{display:none}#payment ul.payment_methods .payment_method_ClickAndBuy>label:before,#payment ul.payment_methods .payment_method_amazon>label:before,#payment ul.payment_methods .payment_method_amazon_fps>label:before,#payment ul.payment_methods .payment_method_bacs>label:before,#payment ul.payment_methods .payment_method_bitpay>label:before,#payment ul.payment_methods .payment_method_cash_on_delivery>label:before,#payment ul.payment_methods .payment_method_ccard>label:before,#payment ul.payment_methods .payment_method_cheque>label:before,#payment ul.payment_methods .payment_method_coinbase>label:before,#payment ul.payment_methods .payment_method_mijireh_checkout>label:before,#payment ul.payment_methods .payment_method_paypal>label:before,#payment ul.payment_methods .payment_method_pbx>label:before,#payment ul.payment_methods .payment_method_sofortgateway>label:before,#payment ul.payment_methods .payment_method_sofortueberweisung>label:before,#payment ul.payment_methods .payment_method_stripe>label:before,#payment ul.payment_methods .payment_method_wirecard>.payment_method_select>label:before,#payment ul.payment_methods .payment_method_wirecard>label:before,#payment ul.payment_methods .payment_method_wirecard_checkout_page>label:before{display:inline;margin-right:10px;padding:2px 6px;vertical-align:middle;border-radius:3px;color:#fff;background:#333;font-family:PaymentFont;font-size:1.5em;font-style:normal;font-weight:400;line-height:1;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#payment ul.payment_methods .payment_method_bacs>label:before{content:'\f005'}#payment ul.payment_methods .payment_method_cheque>label:before{content:'\f00a'}#payment ul.payment_methods .payment_method_ccard>label:before,#payment ul.payment_methods .payment_method_mijireh_checkout>label:before{content:'\f012'}#payment ul.payment_methods .payment_method_paypal>label:before{content:'\f033'}#payment ul.payment_methods .payment_method_stripe>label:before{content:'\f03e'}#payment ul.payment_methods .payment_method_wirecard>.payment_method_select>label:before,#payment ul.payment_methods .payment_method_wirecard>label:before,#payment ul.payment_methods .payment_method_wirecard_checkout_page>label:before{content:'\f049'}#payment ul.payment_methods .payment_method_amazon>label:before,#payment ul.payment_methods .payment_method_amazon_fps>label:before{content:'\f000'}#payment ul.payment_methods .payment_method_pbx>label:before{content:'\f031'}#payment ul.payment_methods .payment_method_ClickAndBuy>label:before{content:'\f011'}#payment ul.payment_methods .payment_method_sofortgateway>label:before,#payment ul.payment_methods .payment_method_sofortueberweisung>label:before{content:'\f03c'}#payment ul.payment_methods .payment_method_cash_on_delivery>label:before{content:'\f00d'}#payment ul.payment_methods .payment_method_bitpay>label:before,#payment ul.payment_methods .payment_method_coinbase>label:before{content:'\f006'} +/* + * E fatto! + */ \ No newline at end of file diff --git a/assets/css/paymentfont.css b/assets/css/paymentfont.css index 5857d44..7c47689 100644 --- a/assets/css/paymentfont.css +++ b/assets/css/paymentfont.css @@ -1,8 +1,8 @@ /** - * PaymentFont Styles 0.1.0 + * PaymentFont Styles 1.0.0 * * @since 2014-09-21 - * @version 2014-09-22 + * @version 2014-12-17 * * @author Poellmann Alexander Manfred * @copyright Copyright 2014 vendocrat. All Rights Reserved. @@ -113,7 +113,8 @@ .pf-giropay:before { content: "\f01b"; } -.pf-gittip:before { +.pf-gittip:before, +.pf-gratipay:before { content: "\f01c"; } .pf-google-wallet:before { @@ -251,6 +252,66 @@ .pf-wirecard:before { content: "\f049"; } +.pf-sepa:before { + content: "\f04a"; +} +.pf-sepa-alt:before { + content: "\f04b"; +} +.pf-apple-pay:before { + content: "\f04c"; +} +.pf-interac:before { + content: "\f04d"; +} +.pf-paymill:before { + content: "\f04e"; +} +.pf-dankort:before { + content: "\f04f"; +} +.pf-bancontact-mister-cash:before { + content: "\f050"; +} +.pf-moip:before { + content: "\f051"; +} +.pf-pagseguro:before { + content: "\f052"; +} +.pf-cash-on-pickup:before { + content: "\f053"; +} +.pf-sage:before { + content: "\f054"; +} +.pf-elo:before { + content: "\f055"; +} +.pf-elo-alt:before { + content: "\f056"; +} +.pf-payu:before { + content: "\f057"; +} +.pf-mercado-pago:before { + content: "\f058"; +} +.pf-mercado-pago-sign:before { + content: "\f059"; +} +.pf-payshop:before { + content: "\f05a"; +} +.pf-multibanco:before { + content: "\f05b"; +} +.pf-gratipay-sign:before { + content: "\f05c"; +} +.pf-six:before { + content: "\f05d"; +} /* * E fatto! diff --git a/assets/css/paymentfont.min.css b/assets/css/paymentfont.min.css index dcbacc0..3dcde07 100644 --- a/assets/css/paymentfont.min.css +++ b/assets/css/paymentfont.min.css @@ -1,9 +1,9 @@ /** - * PaymentFont Styles 0.1.0 by @vendocrat/@AMPoellmann + * PaymentFont Styles 1.0.0 by @vendocrat/@AMPoellmann * http://vendocr.at or @vendocrat * License Font: SIL OFL 1.1, CSS: MIT License */ -@font-face{font-family:PaymentFont;src:url(../fonts/paymentfont-webfont.eot);src:url(../fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/paymentfont-webfont.woff) format('woff'),url(../fonts/paymentfont-webfont.ttf) format('truetype'),url(../fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-gittip:before{content:"\f01c"}.pf-google-wallet:before{content:"\f01d"}.pf-google-wallet-alt:before{content:"\f01e"}.pf-gpb:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"} +@font-face{font-family:PaymentFont;src:url(../fonts/paymentfont-webfont.eot);src:url(../fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(../fonts/paymentfont-webfont.woff) format('woff'),url(../fonts/paymentfont-webfont.ttf) format('truetype'),url(../fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-gittip:before,.pf-gratipay:before{content:"\f01c"}.pf-google-wallet:before{content:"\f01d"}.pf-google-wallet-alt:before{content:"\f01e"}.pf-gpb:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"} /* * E fatto! */ \ No newline at end of file diff --git a/assets/fonts/paymentfont-webfont.eot b/assets/fonts/paymentfont-webfont.eot index 5ea8464..a989ef5 100644 Binary files a/assets/fonts/paymentfont-webfont.eot and b/assets/fonts/paymentfont-webfont.eot differ diff --git a/assets/fonts/paymentfont-webfont.svg b/assets/fonts/paymentfont-webfont.svg index c0d9544..7f309fd 100644 --- a/assets/fonts/paymentfont-webfont.svg +++ b/assets/fonts/paymentfont-webfont.svg @@ -3,82 +3,102 @@ Generated by IcoMoon - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/fonts/paymentfont-webfont.ttf b/assets/fonts/paymentfont-webfont.ttf index 130334e..3480990 100644 Binary files a/assets/fonts/paymentfont-webfont.ttf and b/assets/fonts/paymentfont-webfont.ttf differ diff --git a/assets/fonts/paymentfont-webfont.woff b/assets/fonts/paymentfont-webfont.woff index 355c08e..85bdf20 100644 Binary files a/assets/fonts/paymentfont-webfont.woff and b/assets/fonts/paymentfont-webfont.woff differ diff --git a/classes/class-wc-payment-methods.php b/classes/class-wc-payment-methods.php index 0d234b1..026442b 100644 --- a/classes/class-wc-payment-methods.php +++ b/classes/class-wc-payment-methods.php @@ -6,7 +6,7 @@ * @subpackage Payment Methods * * @since 2014-09-08 - * @version 2014-10-21 + * @version 2014-12-17 * * @author Poellmann Alexander Manfred * @copyright Copyright 2014 vendocrat. All Rights Reserved. @@ -65,7 +65,7 @@ class vendocrat_WC_Payment_Methods { 'cash-on-delivery' => __( 'Cash on Delivery', 'woocommerce-payment-methods' ), 'cb' => 'CB', 'cirrus' => 'Cirrus', - 'cheque' => __( 'Pay with Cheque', 'woocommerce-payment-methods' ), + // 'cheque' => __( 'Pay with Cheque', 'woocommerce-payment-methods' ), 'clickandbuy' => 'ClickAndBuy', 'credit-card' => __( 'Credit Card', 'woocommerce-payment-methods' ), 'diners' => 'Diners Club', @@ -196,7 +196,7 @@ class vendocrat_WC_Payment_Methods { } wp_enqueue_style( 'vendocrat-paymentfont' ); - wp_register_style( 'payment-methods', WC_PAYMENT_METHODS_CSS_URI .'payment-methods.css', array(), false, 'all' ); + wp_register_style( 'payment-methods', WC_PAYMENT_METHODS_CSS_URI .'payment-methods.min.css', array(), false, 'all' ); wp_enqueue_style( 'payment-methods' ); } @@ -369,13 +369,13 @@ class vendocrat_WC_Payment_Methods { case 'wirecard' : $options = get_option('woocommerce_wirecard_settings'); - if ( is_array( $options['paymenttype_available'] ) ) { + if ( array_key_exists( 'paymenttype_available', $options ) AND is_array( $options['paymenttype_available'] ) ) { $wirecard_gateways = $options['paymenttype_available']; } else { $wirecard_gateways = array(); } - if ( is_array( $options['subs_paymenttype_options'] ) ) { + if ( array_key_exists( 'subs_paymenttype_options', $options ) AND is_array( $options['subs_paymenttype_options'] ) ) { $wirecard_gateways_subscription = $options['subs_paymenttype_options']; } else { $wirecard_gateways_subscription = array(); @@ -474,7 +474,7 @@ class vendocrat_WC_Payment_Methods { break; case 'amazon' : - case 'amazon-fps' : + case 'amazon_fps' : $methods.= ' amazon'; break; diff --git a/languages/woocommerce-payment-methods-pt_PT.mo b/languages/woocommerce-payment-methods-pt_PT.mo new file mode 100644 index 0000000..419bcb0 Binary files /dev/null and b/languages/woocommerce-payment-methods-pt_PT.mo differ diff --git a/languages/woocommerce-payment-methods-pt_PT.pot b/languages/woocommerce-payment-methods-pt_PT.po similarity index 60% rename from languages/woocommerce-payment-methods-pt_PT.pot rename to languages/woocommerce-payment-methods-pt_PT.po index e1175e7..2598e43 100644 --- a/languages/woocommerce-payment-methods-pt_PT.pot +++ b/languages/woocommerce-payment-methods-pt_PT.po @@ -1,11 +1,11 @@ msgid "" msgstr "" "Project-Id-Version: WooCommerce Payment Methods\n" -"POT-Creation-Date: 2014-10-23 18:11+0100\n" -"PO-Revision-Date: 2014-10-23 18:11+0100\n" +"POT-Creation-Date: 2014-10-23 18:12+0100\n" +"PO-Revision-Date: 2014-12-17 02:49+0100\n" "Last-Translator: \n" -"Language-Team: vendocrat \n" -"Language: en\n" +"Language-Team: Luis Martins\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -16,96 +16,96 @@ msgstr "" "X-Poedit-SearchPath-0: ..\n" #: ../classes/class-wc-payment-methods.php:60 -msgid "Transferência Bancária" -msgstr "" +msgid "Bank Transfer" +msgstr "Transferência Bancária" #: ../classes/class-wc-payment-methods.php:65 -msgid "Dinheiro" -msgstr "" +msgid "Cash" +msgstr "Dinheiro" #: ../classes/class-wc-payment-methods.php:66 -msgid "Contra Entrega" -msgstr "" +msgid "Cash on Delivery" +msgstr "Contra Entrega" #: ../classes/class-wc-payment-methods.php:69 -msgid "Cheque" -msgstr "" +msgid "Pay with Cheque" +msgstr "Cheque" #: ../classes/class-wc-payment-methods.php:71 -msgid "Cartão de Crédito" -msgstr "" +msgid "Credit Card" +msgstr "Cartão de Crédito" #: ../classes/class-wc-payment-methods.php:76 #: ../classes/class-wc-payment-methods.php:77 #: ../classes/class-wc-payment-methods.php:83 #: ../classes/class-wc-payment-methods.php:95 -msgid "Factura" -msgstr "" +msgid "Invoice" +msgstr "Factura" #: ../classes/class-widget-wc-payment-methods.php:33 -msgid "Métodos de Pagamento" -msgstr "" +msgid "Payment Methods" +msgstr "Métodos de Pagamento" #: ../classes/class-widget-wc-payment-methods.php:34 -msgid "Apresente facilmente os métodos de pagamento disponíveis" -msgstr "" +msgid "Easily display your accepted payment methods" +msgstr "Apresente facilmente os métodos de pagamento disponíveis" #: ../classes/class-widget-wc-payment-methods.php:35 -msgid "Métodos de Pagamento Aceites" -msgstr "" +msgid "Accepted Payment Methods" +msgstr "Métodos de Pagamento Aceites" #: ../classes/class-widget-wc-payment-methods.php:107 -msgid "Título" -msgstr "" +msgid "Title" +msgstr "Título" #: ../classes/class-widget-wc-payment-methods.php:111 -msgid "Estilos" -msgstr "" +msgid "Style" +msgstr "Estilos" #: ../classes/class-widget-wc-payment-methods.php:113 -msgid "Normal" -msgstr "" +msgid "Default" +msgstr "Normal" #: ../classes/class-widget-wc-payment-methods.php:114 -msgid "Invertido" -msgstr "" +msgid "Inverse" +msgstr "Invertido" #: ../classes/class-widget-wc-payment-methods.php:115 -msgid "Contorno" -msgstr "" +msgid "Outline" +msgstr "Contorno" #: ../classes/class-widget-wc-payment-methods.php:119 -msgid "Adicionar código para Tooltip?" -msgstr "" +msgid "Add Tooltip markup?" +msgstr "Adicionar código para Tooltip?" #: ../classes/class-widget-wc-payment-methods.php:121 -msgid "Não" -msgstr "" +msgid "No" +msgstr "Não" #: ../classes/class-widget-wc-payment-methods.php:122 -msgid "Sim" -msgstr "" +msgid "Yes" +msgstr "Sim" #: ../classes/class-widget-wc-payment-methods.php:126 -msgid "Posicionamento" -msgstr "" +msgid "Placement" +msgstr "Posicionamento" #: ../classes/class-widget-wc-payment-methods.php:128 -msgid "Topo" -msgstr "" +msgid "Top" +msgstr "Topo" #: ../classes/class-widget-wc-payment-methods.php:129 -msgid "Direita" -msgstr "" +msgid "Right" +msgstr "Direita" #: ../classes/class-widget-wc-payment-methods.php:130 -msgid "Inferior" -msgstr "" +msgid "Bottom" +msgstr "Inferior" #: ../classes/class-widget-wc-payment-methods.php:131 -msgid "Esquerda" -msgstr "" +msgid "Left" +msgstr "Esquerda" #: ../classes/class-widget-wc-payment-methods.php:135 -msgid "Classes Extra" -msgstr "" +msgid "Extra classes" +msgstr "Classes Extra" diff --git a/readme.txt b/readme.txt index 7f3559c..8483fe7 100644 --- a/readme.txt +++ b/readme.txt @@ -54,6 +54,7 @@ Miss some payment methods? Let me have a look at it by opening an issue on Easily display your accepted payment methods from WooCommerce. Handcrafted with ♥ by vendocrat in Vienna. - * Version: 0.3.0 + * Version: 1.0.0 * Author: vendocrat * Author URI: http://vendocr.at/ * License: vendocrat Split License @@ -20,7 +20,7 @@ require_once( 'classes/class-wc-payment-methods.php' ); global $vendocrat_wc_payment_methods; $vendocrat_wc_payment_methods = new vendocrat_WC_Payment_Methods( __FILE__ ); -$vendocrat_wc_payment_methods->version = '0.1.0'; +$vendocrat_wc_payment_methods->version = '1.0.0'; /* * E fatto!