Changeset 3017484
- Timestamp:
- 01/04/2024 03:05:05 PM (2 years ago)
- Location:
- gls-pay/trunk
- Files:
-
- 6 edited
-
gls-pay.php (modified) (3 diffs)
-
languages/gls_pay-en_US.mo (modified) (previous)
-
languages/gls_pay-en_US.po (modified) (2 diffs)
-
languages/gls_pay-sl_SI.mo (modified) (previous)
-
languages/gls_pay-sl_SI.po (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gls-pay/trunk/gls-pay.php
r3005597 r3017484 3 3 * Plugin Name: GLS Pay 4 4 * Description: Pay fast and secure with cards, crypto and other digital payments. 5 * Version: 1.1. 25 * Version: 1.1.3 6 6 * Author: Eligma Ltd. 7 7 * Author URI: https://gocrypto.com … … 69 69 70 70 // set title and badge icon 71 $this->title = $config['title']; 72 $this->badgeIcon = $config['badge_icon']; 71 if (!is_string($config) && !empty($config)) { 72 $this->title = $config['title']; 73 $this->badgeIcon = $config['badge_icon']; 74 } 73 75 74 76 // set client form … … 272 274 if ($transactionStatus === 'SUCCESS' || $transactionStatus === 'OVERPAID') { 273 275 global $woocommerce; 274 /* translators: %s : payment method*/275 $statusMsg = sprintf(__('Payment completed with %s .', 'gls_pay'), $paymentMethod);276 /* translators: %s %s: payment method, payment ID */ 277 $statusMsg = sprintf(__('Payment completed with %s and payment ID: %s.', 'gls_pay'), $paymentMethod, $transactionId); 276 278 $order->update_status('processing', $statusMsg); 277 279 $woocommerce->cart->empty_cart(); -
gls-pay/trunk/languages/gls_pay-en_US.po
r2771527 r3017484 2 2 msgstr "" 3 3 "Project-Id-Version: GLS Pay\n" 4 "POT-Creation-Date: 202 2-07-19 13:10+0200\n"5 "PO-Revision-Date: 202 2-08-17 11:30+0200\n"4 "POT-Creation-Date: 2024-01-04 16:01+0100\n" 5 "PO-Revision-Date: 2024-01-04 16:01+0100\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 22 22 "X-Poedit-SearchPathExcluded-0: *.min.js\n" 23 23 24 #: gls-pay.php:5 424 #: gls-pay.php:56 trunk/gls-pay.php:56 25 25 msgid "Place order" 26 26 msgstr "" 27 27 28 28 #. Description of the plugin/theme 29 #: gls-pay.php:5 529 #: gls-pay.php:57 trunk/gls-pay.php:57 30 30 msgid "Pay fast and secure with cards, crypto and other digital payments." 31 31 msgstr "" 32 32 33 #: gls-pay.php:15 0 gls-pay.php:15433 #: gls-pay.php:157 gls-pay.php:161 trunk/gls-pay.php:155 trunk/gls-pay.php:159 34 34 msgid "Something went wrong on pairing!" 35 35 msgstr "" 36 36 37 #: gls-pay.php:240 gls-pay.php:253 gls-pay.php:268 gls-pay.php:299 38 #: gls-pay.php:305 37 #: gls-pay.php:245 gls-pay.php:257 gls-pay.php:294 gls-pay.php:300 38 #: trunk/gls-pay.php:243 trunk/gls-pay.php:255 trunk/gls-pay.php:292 39 #: trunk/gls-pay.php:298 39 40 msgid "Payment failed!" 40 41 msgstr "" 41 42 42 #: gls-pay.php:26 043 #: gls-pay.php:264 trunk/gls-pay.php:262 43 44 msgid "Order is already completed!" 44 45 msgstr "" 45 46 46 #. translators: %s : payment method47 #: gls-pay.php:2 8147 #. translators: %s %s: payment method, payment ID 48 #: gls-pay.php:277 48 49 #, php-format 49 msgid "Payment completed with %s ."50 msgid "Payment completed with %s and payment ID: %s." 50 51 msgstr "" 51 52 52 53 #: includes/client-settings.php:12 includes/client-settings.php:14 54 #: trunk/includes/client-settings.php:12 trunk/includes/client-settings.php:14 53 55 msgid "Enable" 54 56 msgstr "" 55 57 56 58 #: includes/client-settings.php:18 includes/pair-settings.php:12 59 #: trunk/includes/client-settings.php:18 trunk/includes/pair-settings.php:12 57 60 msgid "Host" 58 61 msgstr "" 59 62 60 #: includes/client-settings.php:26 63 #: includes/client-settings.php:26 includes/pair-settings.php:22 64 #: trunk/includes/client-settings.php:26 trunk/includes/pair-settings.php:22 65 msgid "Skin" 66 msgstr "" 67 68 #: includes/client-settings.php:31 trunk/includes/client-settings.php:31 61 69 msgid "Client ID" 62 70 msgstr "" 63 71 64 #: includes/client-settings.php:3 472 #: includes/client-settings.php:39 trunk/includes/client-settings.php:39 65 73 msgid "Client Secret" 66 74 msgstr "" 67 75 68 #: includes/client-settings.php:42 includes/pair-settings.php:27 76 #: includes/client-settings.php:47 includes/pair-settings.php:32 77 #: trunk/includes/client-settings.php:47 trunk/includes/pair-settings.php:32 69 78 msgid "Sandbox" 70 79 msgstr "" 71 80 72 #: includes/pair-settings.php:17 81 #: includes/pair-settings.php:17 trunk/includes/pair-settings.php:17 73 82 msgid "OTP" 74 83 msgstr "" 75 84 76 #: includes/pair-settings.php:2 285 #: includes/pair-settings.php:27 trunk/includes/pair-settings.php:27 77 86 msgid "Terminal ID" 78 87 msgstr "" 79 88 80 #: includes/pair-settings.php: 2989 #: includes/pair-settings.php:34 trunk/includes/pair-settings.php:34 81 90 msgid "Enable sandbox" 82 91 msgstr "" 83 92 84 #: includes/pair-settings.php:3 193 #: includes/pair-settings.php:36 trunk/includes/pair-settings.php:36 85 94 msgid "Sandbox can be used to test payments" 95 msgstr "" 96 97 #. translators: %s: payment method 98 #: trunk/gls-pay.php:275 99 #, php-format 100 msgid "Payment completed with %s." 86 101 msgstr "" 87 102 -
gls-pay/trunk/languages/gls_pay-sl_SI.po
r2771527 r3017484 2 2 msgstr "" 3 3 "Project-Id-Version: GLS Pay\n" 4 "POT-Creation-Date: 202 2-08-03 09:41+0200\n"5 "PO-Revision-Date: 202 2-08-17 11:30+0200\n"4 "POT-Creation-Date: 2024-01-04 16:01+0100\n" 5 "PO-Revision-Date: 2024-01-04 16:01+0100\n" 6 6 "Last-Translator: \n" 7 7 "Language-Team: \n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n%100<=4 ? 2 : 3);\n" 12 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100>=3 && n" 13 "%100<=4 ? 2 : 3);\n" 13 14 "X-Generator: Poedit 3.1.1\n" 14 15 "X-Poedit-Basepath: ..\n" … … 16 17 "X-Poedit-WPHeader: gls-pay.php\n" 17 18 "X-Poedit-SourceCharset: UTF-8\n" 18 "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__; esc_attr_e;"19 "esc_attr_ x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;"20 "_ _ngettext_noop:1,2\n"19 "X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" 20 "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" 21 "_nx_noop:3c,1,2;__ngettext_noop:1,2\n" 21 22 "X-Poedit-SearchPath-0: .\n" 22 23 "X-Poedit-SearchPathExcluded-0: *.min.js\n" 23 24 "X-Poedit-SearchPathExcluded-1: vendor\n" 24 25 25 #: gls-pay.php:56 26 #: gls-pay.php:56 trunk/gls-pay.php:56 26 27 msgid "Place order" 27 28 msgstr "Oddaj naročilo" 28 29 29 30 #. Description of the plugin/theme 30 #: gls-pay.php:57 31 #: gls-pay.php:57 trunk/gls-pay.php:57 31 32 msgid "Pay fast and secure with cards, crypto and other digital payments." 32 msgstr "Hitro in varno plačevanje s karticami, kriptovalutami in drugimi digitalnimi načini plačil." 33 msgstr "" 34 "Hitro in varno plačevanje s karticami, kriptovalutami in drugimi digitalnimi " 35 "načini plačil." 33 36 34 #: gls-pay.php:15 2 gls-pay.php:15637 #: gls-pay.php:157 gls-pay.php:161 trunk/gls-pay.php:155 trunk/gls-pay.php:159 35 38 msgid "Something went wrong on pairing!" 36 39 msgstr "Something went wrong on pairing!" 37 40 38 #: gls-pay.php:231 gls-pay.php:243 gls-pay.php:281 gls-pay.php:287 41 #: gls-pay.php:245 gls-pay.php:257 gls-pay.php:294 gls-pay.php:300 42 #: trunk/gls-pay.php:243 trunk/gls-pay.php:255 trunk/gls-pay.php:292 43 #: trunk/gls-pay.php:298 39 44 msgid "Payment failed!" 40 45 msgstr "Plačilo ni uspelo." 41 46 42 #: gls-pay.php:2 5047 #: gls-pay.php:264 trunk/gls-pay.php:262 43 48 msgid "Order is already completed!" 44 49 msgstr "Naročilo je zaključeno." 45 50 46 #. translators: %s : payment method47 #: gls-pay.php:2 6351 #. translators: %s %s: payment method, payment ID 52 #: gls-pay.php:277 48 53 #, php-format 49 msgid "Payment completed with %s ."50 msgstr "Plačilo zaključeno prek %s ."54 msgid "Payment completed with %s and payment ID: %s." 55 msgstr "Plačilo zaključeno prek %s in ID: %s." 51 56 52 57 #: includes/client-settings.php:12 includes/client-settings.php:14 58 #: trunk/includes/client-settings.php:12 trunk/includes/client-settings.php:14 53 59 msgid "Enable" 54 60 msgstr "Omogoči" 55 61 56 62 #: includes/client-settings.php:18 includes/pair-settings.php:12 63 #: trunk/includes/client-settings.php:18 trunk/includes/pair-settings.php:12 57 64 msgid "Host" 58 65 msgstr "Host" 59 66 60 #: includes/client-settings.php:26 67 #: includes/client-settings.php:26 includes/pair-settings.php:22 68 #: trunk/includes/client-settings.php:26 trunk/includes/pair-settings.php:22 69 msgid "Skin" 70 msgstr "" 71 72 #: includes/client-settings.php:31 trunk/includes/client-settings.php:31 61 73 msgid "Client ID" 62 74 msgstr "Client ID" 63 75 64 #: includes/client-settings.php:3 476 #: includes/client-settings.php:39 trunk/includes/client-settings.php:39 65 77 msgid "Client Secret" 66 78 msgstr "Client Secret" 67 79 68 #: includes/client-settings.php:42 includes/pair-settings.php:27 80 #: includes/client-settings.php:47 includes/pair-settings.php:32 81 #: trunk/includes/client-settings.php:47 trunk/includes/pair-settings.php:32 69 82 msgid "Sandbox" 70 83 msgstr "Testno okolje" 71 84 72 #: includes/pair-settings.php:17 85 #: includes/pair-settings.php:17 trunk/includes/pair-settings.php:17 73 86 msgid "OTP" 74 87 msgstr "OTP" 75 88 76 #: includes/pair-settings.php:2 289 #: includes/pair-settings.php:27 trunk/includes/pair-settings.php:27 77 90 msgid "Terminal ID" 78 91 msgstr "Terminal ID" 79 92 80 #: includes/pair-settings.php: 2993 #: includes/pair-settings.php:34 trunk/includes/pair-settings.php:34 81 94 msgid "Enable sandbox" 82 95 msgstr "Omogoči testno okolje" 83 96 84 #: includes/pair-settings.php:3 197 #: includes/pair-settings.php:36 trunk/includes/pair-settings.php:36 85 98 msgid "Sandbox can be used to test payments" 86 99 msgstr "Testno okolje se uporablja za testna plačila." 100 101 #. translators: %s: payment method 102 #: trunk/gls-pay.php:275 103 #, php-format 104 msgid "Payment completed with %s." 105 msgstr "Plačilo zaključeno prek %s." 87 106 88 107 #. Plugin Name of the plugin/theme -
gls-pay/trunk/readme.txt
r3005597 r3017484 2 2 Plugin Name: GLS Pay 3 3 Description: Pay fast and secure with cards, crypto and other digital payments. 4 Stable tag: 1.1. 24 Stable tag: 1.1.3 5 5 Author: Eligma Ltd. 6 6 Author URI: https://gocrypto.com … … 51 51 == Changelog == 52 52 53 = 1.1.3 = 54 Config patch. Update success note. 55 53 56 = 1.1.2 = 54 57 Items price tax fix
Note: See TracChangeset
for help on using the changeset viewer.