Changeset 2808913
- Timestamp:
- 11/01/2022 04:10:42 PM (3 years ago)
- Location:
- sprinque
- Files:
-
- 18 edited
- 1 copied
-
tags/1.1.4 (copied) (copied from sprinque/trunk)
-
tags/1.1.4/assets/js/frontend.js (modified) (1 diff)
-
tags/1.1.4/languages/sprinque-de_DE.po (modified) (7 diffs)
-
tags/1.1.4/languages/sprinque-en_US.po (modified) (11 diffs)
-
tags/1.1.4/languages/sprinque-nl_NL.po (modified) (7 diffs)
-
tags/1.1.4/readme.txt (modified) (2 diffs)
-
tags/1.1.4/sprinque.php (modified) (3 diffs)
-
tags/1.1.4/templates/ajax/company_item.php (modified) (1 diff)
-
tags/1.1.4/templates/ajax/founded_companies.php (modified) (1 diff)
-
tags/1.1.4/templates/frontend/srinque_pay_modal_form.php (modified) (2 diffs)
-
trunk/assets/js/frontend.js (modified) (1 diff)
-
trunk/languages/sprinque-de_DE.po (modified) (7 diffs)
-
trunk/languages/sprinque-en_US.po (modified) (11 diffs)
-
trunk/languages/sprinque-nl_NL.po (modified) (7 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sprinque.php (modified) (3 diffs)
-
trunk/templates/ajax/company_item.php (modified) (1 diff)
-
trunk/templates/ajax/founded_companies.php (modified) (1 diff)
-
trunk/templates/frontend/srinque_pay_modal_form.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sprinque/tags/1.1.4/assets/js/frontend.js
r2789478 r2808913 274 274 $('#billing_company').val(company_name); 275 275 $('#reg_number_pay').val(company_reg_code); 276 $('#confirm-company-order').prop('disabled', true); 277 278 var confirmBtnText = $('#confirm-company-order').text(); 279 $('#confirm-company-order').html('<div class="wpm-preloader">'+ admin.loading +'</div>'); 280 281 $.ajax({ 282 url: admin.ajaxurl, 283 data: { 284 'action': 'sprinque_get_business_details', 285 'registration_number': company_reg_code, 286 'country_code': country_code, 287 'nonce': admin.nonce 288 }, 289 type: 'POST', 290 dataType: 'json', 291 success: function (response) { 292 if(response.status === 'true') { 293 this_item.html(response.html) 294 } 295 }, 296 complete: function () { 297 $('#confirm-company-order').prop('disabled', false); 298 $('#confirm-company-order').html(confirmBtnText); 299 } 300 }); 276 $('#confirm-company-order').prop('disabled', false); 301 277 }); 302 278 -
sprinque/tags/1.1.4/languages/sprinque-de_DE.po
r2778366 r2808913 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Sprinque\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2022-08-06 20:54+0000\n" 6 "PO-Revision-Date: 2022-08-29 15:41+0000\n" 7 "Last-Translator: \n" 8 "Language-Team: German\n" 9 "Language: de_DE\n" 10 "Plural-Forms: nplurals=2; plural=n != 1;\n" 3 "Language: de-DE\n" 11 4 "MIME-Version: 1.0\n" 12 5 "Content-Type: text/plain; charset=UTF-8\n" 13 6 "Content-Transfer-Encoding: 8bit\n" 14 "X-Generator: Loco https://localise.biz/\n" 15 "X-Loco-Version: 2.6.2; wp-6.0.1\n" 16 "X-Domain: sprinque" 7 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 8 "X-Generator: Phrase (phrase.com)\n" 17 9 18 10 #: sprinque.php:442 templates/ajax/founded_companies.php:22 … … 114 106 115 107 #: include/payment_method.php:515 116 msgid "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 118 "URLs" 119 msgstr "" 120 "Du findest ihn in deinem Profil bei Sprinque. Übersicht > Mein Konto > API-" 121 "Schlüssel und URLs" 108 msgid "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 109 msgstr "Du findest ihn in deinem Profil bei Sprinque. Übersicht > Mein Konto > API-Schlüssel und URLs" 122 110 123 111 #: templates/frontend/srinque_pay_modal_form.php:82 … … 128 116 #. URI of the plugin 129 117 msgid "https://sprinque.com/" 130 msgstr " "118 msgstr "https://sprinque.com/" 131 119 132 120 #: templates/frontend/srinque_pay_modal_form.php:135 133 121 msgid "If this was not done by you, please cancel your order." 134 msgstr "" 135 "Wenn dies nicht getan durch Sie, Sie bitte Ihre Bestellung zu stornieren." 122 msgstr "Wenn dies nicht getan durch Sie, Sie bitte Ihre Bestellung zu stornieren." 136 123 137 124 #: templates/frontend/srinque_pay_modal_form.php:79 138 125 msgid "If you have not received the code, please check your spam folder or" 139 msgstr "" 140 "Wenn Sie haben nicht erhalten den code, überprüfen Sie bitte Ihren spam-" 141 "Ordner oder" 126 msgstr "Wenn Sie haben nicht erhalten den code, überprüfen Sie bitte Ihren spam-Ordner oder" 127 128 #: include/payment_method.php:495 129 msgid "Instructions" 130 msgstr "Anweisungen" 131 132 #: include/payment_method.php:497 133 msgid "Instructions that will be added to the thank you page and emails." 134 msgstr "Anweisungen, die auf der \"Danke\"-Seite und in den E-Mails hinzugefügt werden." 142 135 143 136 #: sprinque.php:444 … … 178 171 msgstr "Per Rechnung bezahlen - Abgesagt" 179 172 173 #: include/payment_method.php:490 174 msgid "Payment method description that the customer will see on your checkout." 175 msgstr "Beschreibung der Zahlungsmethode, die der Kunde an der Kasse sehen wird." 176 180 177 #: templates/frontend/srinque_pay_modal_form.php:101 181 178 #: templates/frontend/srinque_pay_modal_form.php:122 … … 236 233 237 234 #. Description of the plugin 238 msgid "" 239 "Sprinque for WordPress is a plugin that allows you to offer your business " 240 "buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion " 241 "and retention." 242 msgstr "" 243 "Sprinque für WordPress ist ein plugin, das ermöglicht Ihnen, Ihren business " 244 "Käufer Netto-Zahlungsbedingungen (15, 30, 60, 90 Tage) und damit wachsen " 245 "Umwandlung und retention." 235 msgid "Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention." 236 msgstr "Sprinque für WordPress ist ein plugin, das ermöglicht Ihnen, Ihren business Käufer Netto-Zahlungsbedingungen (15, 30, 60, 90 Tage) und damit wachsen Umwandlung und retention." 237 238 msgid "Test Phrase integration" 239 msgstr "Test phrase DE" 240 241 #: include/payment_method.php:483 242 msgid "This controls the title for the payment method the customer sees during checkout." 243 msgstr "Dies steuert den Titel für die Zahlungsmethode, die der Kunde beim Checkout sieht." 246 244 247 245 #: templates/frontend/srinque_pay_modal_form.php:106 248 246 #: templates/frontend/srinque_pay_modal_form.php:113 249 msgid "" 250 "This may take upto 24 hours for approval. Your Order is not confirmed until " 251 "a decision is made. <br>We will notify you by email once the review is " 252 "complete." 253 msgstr "" 254 "Die Genehmigung kann bis zu 24 Stunden dauern. Deine Bestellung ist erst " 255 "bestätigt, wenn eine Entscheidung getroffen wurde. Wir werden dich per E-" 256 "Mail benachrichtigen, sobald die Prüfung abgeschlossen ist." 247 msgid "This may take upto 24 hours for approval. Your Order is not confirmed until a decision is made. <br>We will notify you by email once the review is complete." 248 msgstr "Die Genehmigung kann bis zu 24 Stunden dauern. Deine Bestellung ist erst bestätigt, wenn eine Entscheidung getroffen wurde. Wir werden dich per E-Mail benachrichtigen, sobald die Prüfung abgeschlossen ist." 249 250 #: include/payment_method.php:481 251 msgid "Title" 252 msgstr "Titel" 257 253 258 254 #: templates/frontend/srinque_pay_modal_form.php:64 259 255 msgid "To make sure it's really you we have sent a code to" 260 msgstr "" 261 "Um sicherzustellen, dass es wirklich Sie, die wir geschickt haben, einen " 262 "code zu" 256 msgstr "Um sicherzustellen, dass es wirklich Sie, die wir geschickt haben, einen code zu" 263 257 264 258 #: sprinque.php:440 templates/ajax/founded_companies.php:3 … … 279 273 280 274 #: templates/frontend/srinque_pay_modal_form.php:133 281 msgid "" 282 "We have noticed a purchase has been made from <strong>*Location*</strong>." 283 msgstr "" 284 "Wir haben festgestellt, dass ein Kauf von <strong>*Standort*</strong> " 285 "getätigt wurde." 275 msgid "We have noticed a purchase has been made from <strong>*Location*</strong>." 276 msgstr "Wir haben festgestellt, dass ein Kauf von <strong>*Standort*</strong> getätigt wurde." 286 277 287 278 #: templates/frontend/srinque_pay_modal_form.php:77 … … 290 281 291 282 #: templates/frontend/srinque_pay_modal_form.php:121 292 msgid "" 293 "You have been approved for a credit limit of €xx and a payment term of 30 " 294 "days by Sprinque!" 295 msgstr "" 296 "Sie genehmigt für ein Kreditlimit von xx Euro und ein Zahlungsziel von 30 " 297 "Tagen durch Sprinque!" 283 msgid "You have been approved for a credit limit of €xx and a payment term of 30 days by Sprinque!" 284 msgstr "Sie genehmigt für ein Kreditlimit von xx Euro und ein Zahlungsziel von 30 Tagen durch Sprinque!" 298 285 299 286 #: templates/frontend/srinque_pay_modal_form.php:100 300 287 msgid "You have been approved for a payment term of" 301 288 msgstr "Sie genehmigt wurden, und für die eine Zahlung Begriff" 302 303 #: include/payment_method.php:495304 msgid "Instructions"305 msgstr "Anweisungen"306 307 #: include/payment_method.php:497308 msgid "Instructions that will be added to the thank you page and emails."309 msgstr "Anweisungen, die auf der "Danke"-Seite und in den E-Mails hinzugefügt werden."310 311 #: include/payment_method.php:490312 msgid "Payment method description that the customer will see on your checkout."313 msgstr "Beschreibung der Zahlungsmethode, die der Kunde an der Kasse sehen wird."314 315 #: include/payment_method.php:483316 msgid This controls the title for the payment method the customer sees during checkout."317 msgstr "Dies steuert den Titel für die Zahlungsmethode, die der Kunde beim Checkout sieht."318 319 #: include/payment_method.php:481320 msgid "Title"321 msgstr "Titel" -
sprinque/tags/1.1.4/languages/sprinque-en_US.po
r2777074 r2808913 30 30 #: include/payment_method.php:513 31 31 msgid "API Key" 32 msgstr " "32 msgstr "API Key" 33 33 34 34 #: sprinque.php:392 sprinque.php:418 35 35 msgid "Awaiting Review" 36 msgstr " "36 msgstr "Awaiting Review" 37 37 38 38 #: templates/frontend/srinque_pay_modal_form.php:36 39 39 msgid "Business address" 40 msgstr " "40 msgstr "Business address" 41 41 42 42 #: sprinque.php:439 include/payment_method.php:111 43 43 #: include/payment_method.php:119 44 44 msgid "Buy now and pay later for businesses" 45 msgstr " "45 msgstr "Buy now and pay later for businesses" 46 46 47 47 #: sprinque.php:441 templates/ajax/founded_companies.php:17 48 48 msgid "Can't find the business you are looking for?" 49 msgstr " "49 msgstr "Can't find the business you are looking for?" 50 50 51 51 #: templates/frontend/cancel_order_sprinque.php:1 52 52 msgid "Cancel Order" 53 msgstr " "53 msgstr "Cancel Order" 54 54 55 55 #: templates/frontend/srinque_pay_modal_form.php:142 56 56 #: templates/frontend/cancel_order_sprinque.php:14 57 57 msgid "Cancel order" 58 msgstr " "58 msgstr "Cancel order" 59 59 60 60 #: templates/frontend/srinque_pay_modal_form.php:93 … … 62 62 #: templates/frontend/srinque_pay_modal_form.php:116 63 63 msgid "Choose another payment method" 64 msgstr " "64 msgstr "Choose another payment method" 65 65 66 66 #: templates/frontend/srinque_pay_modal_form.php:46 67 67 msgid "City" 68 msgstr " "68 msgstr "City" 69 69 70 70 #: sprinque.php:440 templates/ajax/founded_companies.php:3 71 71 msgid "Click here" 72 msgstr " "72 msgstr "Click here" 73 73 74 74 #: templates/frontend/srinque_pay_modal_form.php:21 75 75 #: templates/frontend/srinque_pay_modal_form.php:22 76 76 msgid "Company Name" 77 msgstr " "77 msgstr "Company Name" 78 78 79 79 #: sprinque.php:440 templates/ajax/founded_companies.php:3 80 80 msgid "Company not found" 81 msgstr " "81 msgstr "Company not found" 82 82 83 83 #: templates/frontend/srinque_pay_modal_form.php:31 … … 85 85 #: templates/frontend/srinque_pay_modal_form.php:75 86 86 msgid "Confirm" 87 msgstr " "87 msgstr "Confirm" 88 88 89 89 #: templates/frontend/srinque_pay_modal_form.php:131 90 90 #: templates/frontend/cancel_order_sprinque.php:11 91 91 msgid "Confirm cancelation" 92 msgstr " "92 msgstr "Confirm cancelation" 93 93 94 94 #: templates/frontend/srinque_pay_modal_form.php:107 95 95 #: templates/frontend/srinque_pay_modal_form.php:114 96 96 msgid "Continue and wait" 97 msgstr " "97 msgstr "Continue and wait" 98 98 99 99 #: templates/frontend/srinque_pay_modal_form.php:11 100 100 msgid "Country" 101 msgstr " "101 msgstr "Country" 102 102 103 103 #: templates/frontend/srinque_pay_modal_form.php:100 104 104 msgid "days by Sprinque!" 105 msgstr " "105 msgstr "days by Sprinque!" 106 106 107 107 #: include/payment_method.php:501 108 108 msgid "Enable Pay by Invoice" 109 msgstr " "109 msgstr "Enable Pay by Invoice" 110 110 111 111 #: include/payment_method.php:499 112 112 msgid "Enable/Disable" 113 msgstr " "113 msgstr "Enable/Disable" 114 114 115 115 #: include/payment_method.php:515 … … 121 121 #: templates/frontend/srinque_pay_modal_form.php:92 122 122 msgid "Go Back" 123 msgstr " "123 msgstr "Go Back" 124 124 125 125 #. URI of the plugin 126 126 msgid "https://sprinque.com/" 127 msgstr " "127 msgstr "https://sprinque.com/" 128 128 129 129 #: templates/frontend/srinque_pay_modal_form.php:135 130 130 msgid "If this was not done by you, please cancel your order." 131 msgstr " "131 msgstr "If this was not done by you, please cancel your order." 132 132 133 133 #: templates/frontend/srinque_pay_modal_form.php:79 134 134 msgid "If you have not received the code, please check your spam folder or" 135 msgstr " "135 msgstr "If you have not received the code, please check your spam folder or" 136 136 137 137 #: sprinque.php:444 138 138 msgid "Loading..." 139 msgstr " "139 msgstr "Loading..." 140 140 141 141 #: templates/frontend/srinque_pay_modal_form.php:53 142 142 msgid "Not all fields filled on Billing or Modal" 143 msgstr " "143 msgstr "Not all fields filled on Billing or Modal" 144 144 145 145 #: sprinque.php:443 146 146 msgid "Not all required fields are filled" 147 msgstr " "147 msgstr "Not all required fields are filled" 148 148 149 149 #: templates/frontend/srinque_pay_modal_form.php:32 … … 153 153 #: templates/frontend/srinque_pay_modal_form.php:115 154 154 msgid "Or you can proceed with another mode of payment." 155 msgstr " "155 msgstr "Or you can proceed with another mode of payment." 156 156 157 157 #: include/payment_method.php:120 158 158 msgid "Order finished with Pay by Invoice" 159 msgstr " "159 msgstr "Order finished with Pay by Invoice" 160 160 161 161 #: sprinque.php:438 include/payment_method.php:110 162 162 #: include/payment_method.php:118 163 163 msgid "Pay by Invoice" 164 msgstr " "164 msgstr "Pay by Invoice" 165 165 166 166 #: include/payment_method.php:549 include/payment_method.php:553 167 167 msgid "Pay by Invoice - Business only" 168 msgstr " "168 msgstr "Pay by Invoice - Business only" 169 169 170 170 #: sprinque.php:211 171 171 msgid "Pay by Invoice - Cancelled" 172 msgstr " "172 msgstr "Pay by Invoice - Cancelled" 173 173 174 174 #: templates/frontend/srinque_pay_modal_form.php:101 175 175 #: templates/frontend/srinque_pay_modal_form.php:122 176 176 msgid "Place order" 177 msgstr " "177 msgstr "Place order" 178 178 179 179 #: templates/frontend/srinque_pay_modal_form.php:126 180 180 msgid "Placing your order" 181 msgstr " "181 msgstr "Placing your order" 182 182 183 183 #: templates/frontend/srinque_pay_modal_form.php:9 184 184 msgid "Please select your business" 185 msgstr " "185 msgstr "Please select your business" 186 186 187 187 #: templates/frontend/srinque_pay_modal_form.php:50 188 188 msgid "Postal code" 189 msgstr " "189 msgstr "Postal code" 190 190 191 191 #: templates/frontend/srinque_pay_modal_form.php:55 192 192 msgid "Previous step" 193 msgstr " "193 msgstr "Previous step" 194 194 195 195 #: templates/frontend/srinque_pay_modal_form.php:99 196 196 #: templates/frontend/srinque_pay_modal_form.php:120 197 197 msgid "Purchase approved" 198 msgstr " "198 msgstr "Purchase approved" 199 199 200 200 #: templates/frontend/srinque_pay_modal_form.php:105 201 201 #: templates/frontend/srinque_pay_modal_form.php:112 202 202 msgid "Purchase under review" 203 msgstr " "203 msgstr "Purchase under review" 204 204 205 205 #: templates/frontend/srinque_pay_modal_form.php:26 206 206 #: templates/frontend/srinque_pay_modal_form.php:27 207 207 msgid "Registration number" 208 msgstr " "208 msgstr "Registration number" 209 209 210 210 #: include/payment_method.php:301 211 211 msgid "Registration number is already used" 212 msgstr " "212 msgstr "Registration number is already used" 213 213 214 214 #: templates/frontend/srinque_pay_modal_form.php:79 215 215 msgid "Resend Code" 216 msgstr " "216 msgstr "Resend Code" 217 217 218 218 #: templates/frontend/srinque_pay_modal_form.php:12 219 219 msgid "Select a country" 220 msgstr " "220 msgstr "Select a country" 221 221 222 222 #: sprinque.php:419 223 223 msgid "Shipping" 224 msgstr " "224 msgstr "Shipping" 225 225 226 226 #. Name of the plugin 227 227 #. Author of the plugin 228 228 msgid "Sprinque" 229 msgstr " "229 msgstr "Sprinque" 230 230 231 231 #. Description of the plugin … … 235 235 "and retention." 236 236 msgstr "" 237 "Sprinque for WordPress is a plugin that allows you to offer your business " 238 "buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion " 239 "and retention." 237 240 238 241 #: templates/frontend/srinque_pay_modal_form.php:106 … … 246 249 #: templates/frontend/srinque_pay_modal_form.php:64 247 250 msgid "To make sure it's really you we have sent a code to" 248 msgstr " "251 msgstr "To make sure it's really you we have sent a code to" 249 252 250 253 #: sprinque.php:440 templates/ajax/founded_companies.php:3 251 254 msgid "to use it anyway" 252 msgstr " "255 msgstr "to use it anyway" 253 256 254 257 #: templates/frontend/srinque_pay_modal_form.php:62 255 258 msgid "Verify your email" 256 msgstr " "259 msgstr "Verify your email" 257 260 258 261 #: templates/frontend/srinque_pay_modal_form.php:139 259 262 msgid "View order details" 260 msgstr " "263 msgstr "View order details" 261 264 262 265 #: templates/frontend/srinque_pay_modal_form.php:87 263 266 msgid "We are verifying your account" 264 msgstr " "267 msgstr "We are verifying your account" 265 268 266 269 #: templates/frontend/srinque_pay_modal_form.php:133 … … 268 271 "We have noticed a purchase has been made from <strong>*Location*</strong>." 269 272 msgstr "" 273 "We have noticed a purchase has been made from <strong>*Location*</strong>." 270 274 271 275 #: templates/frontend/srinque_pay_modal_form.php:77 272 276 msgid "Wrong code number" 273 msgstr " "277 msgstr "Wrong code number" 274 278 275 279 #: templates/frontend/srinque_pay_modal_form.php:121 … … 278 282 "days by Sprinque!" 279 283 msgstr "" 284 "You have been approved for a credit limit of €xx and a payment term of 30 " 285 "days by Sprinque!" 280 286 281 287 #: templates/frontend/srinque_pay_modal_form.php:100 282 288 msgid "You have been approved for a payment term of" 283 msgstr " "289 msgstr "You have been approved for a payment term of" 284 290 285 291 #: include/payment_method.php:495 286 292 msgid "Instructions" 287 msgstr " "293 msgstr "Instructions" 288 294 289 295 #: include/payment_method.php:497 … … 293 299 #: include/payment_method.php:490 294 300 msgid "Payment method description that the customer will see on your checkout." 295 msgstr " "301 msgstr "Payment method description that the customer will see on your checkout." 296 302 297 303 #: include/payment_method.php:483 298 msgid This controls the title for the payment method the customer sees during checkout."304 msgid "This controls the title for the payment method the customer sees during checkout." 299 305 msgstr "This controls the title for the payment method the customer sees during checkout." 300 306 … … 302 308 msgid "Title" 303 309 msgstr "Title" 310 311 msgid "Test Phrase integration" 312 msgstr "Test Phrase integration" -
sprinque/tags/1.1.4/languages/sprinque-nl_NL.po
r2789478 r2808913 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Sprinque\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2022-08-06 20:54+0000\n" 6 "PO-Revision-Date: 2022-08-29 15:41+0000\n" 7 "Last-Translator: \n" 8 "Language-Team: Dutch\n" 9 "Language: nl_NL\n" 3 "Language: nl-NL\n" 10 4 "MIME-Version: 1.0\n" 11 5 "Content-Type: text/plain; charset=UTF-8\n" 12 6 "Content-Transfer-Encoding: 8bit\n" 13 "Plural-Forms: nplurals=2; plural=n != 1;\n" 14 "X-Generator: Loco https://localise.biz/\n" 15 "X-Loco-Version: 2.6.2; wp-6.0.1\n" 16 "X-Domain: sprinque\n" 7 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 8 "X-Generator: Phrase (phrase.com)\n" 17 9 18 10 #: sprinque.php:442 templates/ajax/founded_companies.php:22 … … 114 106 115 107 #: include/payment_method.php:515 116 msgid "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 118 "URLs" 119 msgstr "" 120 "Vind het in je profiel onder Sprinque. Overzicht > mijn account > API " 121 "sleutel en URLs" 108 msgid "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 109 msgstr "Vind het in je profiel onder Sprinque. Overzicht > mijn account > API sleutel en URLs" 122 110 123 111 #: templates/frontend/srinque_pay_modal_form.php:82 … … 138 126 msgstr "Als je geen code ontvangen hebt, check alsjeblieft je spam folder of" 139 127 128 #: include/payment_method.php:495 129 msgid "Instructions" 130 msgstr "Instructies" 131 132 #: include/payment_method.php:497 133 msgid "Instructions that will be added to the thank you page and emails." 134 msgstr "Instructies die worden toegevoegd aan de bedankt pagina en e-mails." 135 140 136 #: sprinque.php:444 141 137 msgid "Loading..." … … 175 171 msgstr "Op factuur kopen - geannuleerd" 176 172 173 #: include/payment_method.php:490 174 msgid "Payment method description that the customer will see on your checkout." 175 msgstr "Beschrijving van de betaalmethode die de klant ziet in de checkout." 176 177 177 #: templates/frontend/srinque_pay_modal_form.php:101 178 178 #: templates/frontend/srinque_pay_modal_form.php:122 … … 234 234 235 235 #. Description of the plugin 236 msgid "" 237 "Sprinque for WordPress is a plugin that allows you to offer your business " 238 "buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion " 239 "and retention." 240 msgstr "" 241 "Sprinque voor WordPress is een plugin die het mogelijk maakt zakelijke " 242 "klanten op factuur te laten kopen en 15, 30, 60 dagen later te betalen." 236 msgid "Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention." 237 msgstr "Sprinque voor WordPress is een plugin die het mogelijk maakt zakelijke klanten op factuur te laten kopen en 15, 30, 60 dagen later te betalen." 238 239 msgid "Test Phrase integration" 240 msgstr "Test phrase NL" 241 242 #: include/payment_method.php:483 243 msgid "This controls the title for the payment method the customer sees during checkout." 244 msgstr "Hiermee regel je de beschrijving van de betaalmethode die de klant ziet in de checkout." 243 245 244 246 #: templates/frontend/srinque_pay_modal_form.php:106 245 247 #: templates/frontend/srinque_pay_modal_form.php:113 246 msgid "" 247 "This may take upto 24 hours for approval. Your Order is not confirmed until " 248 "a decision is made. <br>We will notify you by email once the review is " 249 "complete." 250 msgstr "" 251 "Je verzoek om op factuur te betalen wordt behandeld. Dit kan 24 uur duren. " 252 "Je bestelling is nog niet bevestigd tot beoordeling is afgerond. <br> We " 253 "sturen je een bericht zodra de beoordeling voltooid is." 248 msgid "This may take upto 24 hours for approval. Your Order is not confirmed until a decision is made. <br>We will notify you by email once the review is complete." 249 msgstr "Je verzoek om op factuur te betalen wordt behandeld. Dit kan 24 uur duren. Je bestelling is nog niet bevestigd tot beoordeling is afgerond. <br> We sturen je een bericht zodra de beoordeling voltooid is." 250 251 #: include/payment_method.php:481 252 msgid "Title" 253 msgstr "Titel" 254 254 255 255 #: templates/frontend/srinque_pay_modal_form.php:64 … … 274 274 275 275 #: templates/frontend/srinque_pay_modal_form.php:133 276 msgid "" 277 "We have noticed a purchase has been made from <strong>*Location*</strong>." 276 msgid "We have noticed a purchase has been made from <strong>*Location*</strong>." 278 277 msgstr "We zien dat er een aankoop is gedaan op <strong>*Location*</strong>." 279 278 … … 283 282 284 283 #: templates/frontend/srinque_pay_modal_form.php:121 285 msgid "" 286 "You have been approved for a credit limit of €xx and a payment term of 30 " 287 "days by Sprinque!" 288 msgstr "" 289 "Je bent goedgekeurd voor een kredietlimiet van €xx en een betalingstermijn " 290 "van 30 dagen door Sprinque!" 284 msgid "You have been approved for a credit limit of €xx and a payment term of 30 days by Sprinque!" 285 msgstr "Je bent goedgekeurd voor een kredietlimiet van €xx en een betalingstermijn van 30 dagen door Sprinque!" 291 286 292 287 #: templates/frontend/srinque_pay_modal_form.php:100 293 288 msgid "You have been approved for a payment term of" 294 289 msgstr "Je bent goedgekeurd voor een betalingstermijn van" 295 296 #: include/payment_method.php:495297 msgid "Instructions"298 msgstr "Instructies"299 300 #: include/payment_method.php:497301 msgid "Instructions that will be added to the thank you page and emails."302 msgstr "Instructies die worden toegevoegd aan de bedankt pagina en e-mails."303 304 #: include/payment_method.php:490305 msgid "Payment method description that the customer will see on your checkout."306 msgstr "Beschrijving van de betaalmethode die de klant ziet in de checkout."307 308 #: include/payment_method.php:483309 msgid This controls the title for the payment method the customer sees during checkout."310 msgstr "Hiermee regel je de beschrijving van de betaalmethode die de klant ziet in de checkout."311 312 #: include/payment_method.php:481313 msgid "Title"314 msgstr "Titel" -
sprinque/tags/1.1.4/readme.txt
r2793983 r2808913 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.1. 38 Stable tag: 1.1.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.1.4 - November 1, 2022 = 54 * Sync with Phrase and improved translations 55 * Fixed possibly missing orders 56 * Removed search/business/details call 57 * Improvements of the email validation for the right keyboard tab 58 53 59 = 1.1.3 - September 29, 2022 = 54 60 * Performance and code improvements -
sprinque/tags/1.1.4/sprinque.php
r2793983 r2808913 5 5 Description: Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention. 6 6 Author: Sprinque 7 Version: 1.1. 37 Version: 1.1.4 8 8 Text Domain: sprinque 9 9 Domain Path: /languages … … 422 422 'public' => true, 423 423 'exclude_from_search' => false, 424 'show_in_admin_all_list' => false,424 'show_in_admin_all_list' => true, 425 425 'show_in_admin_status_list' => true, 426 426 'label_count' => _n_noop( 'Awaiting Review (%s)', 'Awaiting Review (%s)' ) … … 430 430 'public' => true, 431 431 'exclude_from_search' => false, 432 'show_in_admin_all_list' => false,432 'show_in_admin_all_list' => true, 433 433 'show_in_admin_status_list' => true, 434 434 'label_count' => _n_noop( 'Shipping', 'Shipping' ) -
sprinque/tags/1.1.4/templates/ajax/company_item.php
r2771284 r2808913 1 1 <div class="business-name"><?php echo esc_html($business['business_name']); ?></div> 2 <div class="business-address"><span id="sprinque_address_line1"><?php echo esc_html("{$business['address']['address_line1']}") ?> </span><br><span id="sprinque_zip_code"><?php echo esc_html($business['address']['zip_code']); ?></span> <span id="sprinque_city"><?php echo esc_html($business['address']['city']); ?>,</span> <span id="sprinque_country"><?php echo esc_html($business['address']['country']['name']); ?></span></div>2 <div class="business-address"><span id="sprinque_address_line1"><?php echo esc_html("{$business['address']['address_line1']}") ?>,</span> <span id="sprinque_zip_code"><?php echo esc_html($business['address']['zip_code']); ?></span> <span id="sprinque_city"><?php echo esc_html($business['address']['city']); ?>,</span> <span id="sprinque_country"><?php echo esc_html($business['address']['country']['name']); ?></span></div> -
sprinque/tags/1.1.4/templates/ajax/founded_companies.php
r2777074 r2808913 9 9 <div class="business-name"><?php echo esc_html($business['business_name']); ?></div> 10 10 <div class="business-reg-number"><?php echo esc_html($business['registration_number']); ?></div> 11 <div class="business-address"><span id="sprinque_address_line1">< /span><br><span id="sprinque_zip_code"></span> <span id="sprinque_city"></span> <span id="sprinque_country"></span></div>11 <div class="business-address"><span id="sprinque_address_line1"><?php echo esc_html("{$business['address']['address_line_1']}") ?>,</span> <span id="sprinque_zip_code"><?php echo esc_html($business['address']['zipcode']); ?></span> <span id="sprinque_city"><?php echo esc_html($business['address']['city']); ?>,</span> <span id="sprinque_country"><?php echo esc_html($business['address']['country']); ?></span></div> 12 12 </div> 13 13 <?php endforeach; ?> -
sprinque/tags/1.1.4/templates/frontend/srinque_pay_modal_form.php
r2789478 r2808913 71 71 </div> 72 72 <div id="wpm-otp" class="wpm-confirm-code-wrap"> 73 <input type="text" id="confirm-code-1" maxlength="1">74 <input type="text" id="confirm-code-2" maxlength="1">75 <input type="text" id="confirm-code-3" maxlength="1">76 <input type="text" id="confirm-code-4" maxlength="1">77 <input type="text" id="confirm-code-5" maxlength="1">73 <input type="text" onkeyup="jmp(this);" id="confirm-code-1" maxlength="1" size="1"> 74 <input type="text" onkeyup="jmp(this);" id="confirm-code-2" maxlength="1" size="1"> 75 <input type="text" onkeyup="jmp(this);" id="confirm-code-3" maxlength="1" size="1"> 76 <input type="text" onkeyup="jmp(this);" id="confirm-code-4" maxlength="1" size="1"> 77 <input type="text" onkeyup="jmp(this);" id="confirm-code-5" maxlength="1" size="1"> 78 78 79 79 </div> … … 156 156 </div> 157 157 </div> 158 159 <script> 160 function jmp(e){ 161 var max = ~~e.getAttribute('maxlength'); 162 if(max && e.value.length >= max){ 163 do{ 164 e = e.nextSibling; 165 } 166 while(e && !(/text/.test(e.type))); 167 if(e && /text/.test(e.type)){ 168 e.focus(); 169 } 170 } 171 } 172 </script> -
sprinque/trunk/assets/js/frontend.js
r2789478 r2808913 274 274 $('#billing_company').val(company_name); 275 275 $('#reg_number_pay').val(company_reg_code); 276 $('#confirm-company-order').prop('disabled', true); 277 278 var confirmBtnText = $('#confirm-company-order').text(); 279 $('#confirm-company-order').html('<div class="wpm-preloader">'+ admin.loading +'</div>'); 280 281 $.ajax({ 282 url: admin.ajaxurl, 283 data: { 284 'action': 'sprinque_get_business_details', 285 'registration_number': company_reg_code, 286 'country_code': country_code, 287 'nonce': admin.nonce 288 }, 289 type: 'POST', 290 dataType: 'json', 291 success: function (response) { 292 if(response.status === 'true') { 293 this_item.html(response.html) 294 } 295 }, 296 complete: function () { 297 $('#confirm-company-order').prop('disabled', false); 298 $('#confirm-company-order').html(confirmBtnText); 299 } 300 }); 276 $('#confirm-company-order').prop('disabled', false); 301 277 }); 302 278 -
sprinque/trunk/languages/sprinque-de_DE.po
r2778366 r2808913 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Sprinque\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2022-08-06 20:54+0000\n" 6 "PO-Revision-Date: 2022-08-29 15:41+0000\n" 7 "Last-Translator: \n" 8 "Language-Team: German\n" 9 "Language: de_DE\n" 10 "Plural-Forms: nplurals=2; plural=n != 1;\n" 3 "Language: de-DE\n" 11 4 "MIME-Version: 1.0\n" 12 5 "Content-Type: text/plain; charset=UTF-8\n" 13 6 "Content-Transfer-Encoding: 8bit\n" 14 "X-Generator: Loco https://localise.biz/\n" 15 "X-Loco-Version: 2.6.2; wp-6.0.1\n" 16 "X-Domain: sprinque" 7 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 8 "X-Generator: Phrase (phrase.com)\n" 17 9 18 10 #: sprinque.php:442 templates/ajax/founded_companies.php:22 … … 114 106 115 107 #: include/payment_method.php:515 116 msgid "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 118 "URLs" 119 msgstr "" 120 "Du findest ihn in deinem Profil bei Sprinque. Übersicht > Mein Konto > API-" 121 "Schlüssel und URLs" 108 msgid "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 109 msgstr "Du findest ihn in deinem Profil bei Sprinque. Übersicht > Mein Konto > API-Schlüssel und URLs" 122 110 123 111 #: templates/frontend/srinque_pay_modal_form.php:82 … … 128 116 #. URI of the plugin 129 117 msgid "https://sprinque.com/" 130 msgstr " "118 msgstr "https://sprinque.com/" 131 119 132 120 #: templates/frontend/srinque_pay_modal_form.php:135 133 121 msgid "If this was not done by you, please cancel your order." 134 msgstr "" 135 "Wenn dies nicht getan durch Sie, Sie bitte Ihre Bestellung zu stornieren." 122 msgstr "Wenn dies nicht getan durch Sie, Sie bitte Ihre Bestellung zu stornieren." 136 123 137 124 #: templates/frontend/srinque_pay_modal_form.php:79 138 125 msgid "If you have not received the code, please check your spam folder or" 139 msgstr "" 140 "Wenn Sie haben nicht erhalten den code, überprüfen Sie bitte Ihren spam-" 141 "Ordner oder" 126 msgstr "Wenn Sie haben nicht erhalten den code, überprüfen Sie bitte Ihren spam-Ordner oder" 127 128 #: include/payment_method.php:495 129 msgid "Instructions" 130 msgstr "Anweisungen" 131 132 #: include/payment_method.php:497 133 msgid "Instructions that will be added to the thank you page and emails." 134 msgstr "Anweisungen, die auf der \"Danke\"-Seite und in den E-Mails hinzugefügt werden." 142 135 143 136 #: sprinque.php:444 … … 178 171 msgstr "Per Rechnung bezahlen - Abgesagt" 179 172 173 #: include/payment_method.php:490 174 msgid "Payment method description that the customer will see on your checkout." 175 msgstr "Beschreibung der Zahlungsmethode, die der Kunde an der Kasse sehen wird." 176 180 177 #: templates/frontend/srinque_pay_modal_form.php:101 181 178 #: templates/frontend/srinque_pay_modal_form.php:122 … … 236 233 237 234 #. Description of the plugin 238 msgid "" 239 "Sprinque for WordPress is a plugin that allows you to offer your business " 240 "buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion " 241 "and retention." 242 msgstr "" 243 "Sprinque für WordPress ist ein plugin, das ermöglicht Ihnen, Ihren business " 244 "Käufer Netto-Zahlungsbedingungen (15, 30, 60, 90 Tage) und damit wachsen " 245 "Umwandlung und retention." 235 msgid "Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention." 236 msgstr "Sprinque für WordPress ist ein plugin, das ermöglicht Ihnen, Ihren business Käufer Netto-Zahlungsbedingungen (15, 30, 60, 90 Tage) und damit wachsen Umwandlung und retention." 237 238 msgid "Test Phrase integration" 239 msgstr "Test phrase DE" 240 241 #: include/payment_method.php:483 242 msgid "This controls the title for the payment method the customer sees during checkout." 243 msgstr "Dies steuert den Titel für die Zahlungsmethode, die der Kunde beim Checkout sieht." 246 244 247 245 #: templates/frontend/srinque_pay_modal_form.php:106 248 246 #: templates/frontend/srinque_pay_modal_form.php:113 249 msgid "" 250 "This may take upto 24 hours for approval. Your Order is not confirmed until " 251 "a decision is made. <br>We will notify you by email once the review is " 252 "complete." 253 msgstr "" 254 "Die Genehmigung kann bis zu 24 Stunden dauern. Deine Bestellung ist erst " 255 "bestätigt, wenn eine Entscheidung getroffen wurde. Wir werden dich per E-" 256 "Mail benachrichtigen, sobald die Prüfung abgeschlossen ist." 247 msgid "This may take upto 24 hours for approval. Your Order is not confirmed until a decision is made. <br>We will notify you by email once the review is complete." 248 msgstr "Die Genehmigung kann bis zu 24 Stunden dauern. Deine Bestellung ist erst bestätigt, wenn eine Entscheidung getroffen wurde. Wir werden dich per E-Mail benachrichtigen, sobald die Prüfung abgeschlossen ist." 249 250 #: include/payment_method.php:481 251 msgid "Title" 252 msgstr "Titel" 257 253 258 254 #: templates/frontend/srinque_pay_modal_form.php:64 259 255 msgid "To make sure it's really you we have sent a code to" 260 msgstr "" 261 "Um sicherzustellen, dass es wirklich Sie, die wir geschickt haben, einen " 262 "code zu" 256 msgstr "Um sicherzustellen, dass es wirklich Sie, die wir geschickt haben, einen code zu" 263 257 264 258 #: sprinque.php:440 templates/ajax/founded_companies.php:3 … … 279 273 280 274 #: templates/frontend/srinque_pay_modal_form.php:133 281 msgid "" 282 "We have noticed a purchase has been made from <strong>*Location*</strong>." 283 msgstr "" 284 "Wir haben festgestellt, dass ein Kauf von <strong>*Standort*</strong> " 285 "getätigt wurde." 275 msgid "We have noticed a purchase has been made from <strong>*Location*</strong>." 276 msgstr "Wir haben festgestellt, dass ein Kauf von <strong>*Standort*</strong> getätigt wurde." 286 277 287 278 #: templates/frontend/srinque_pay_modal_form.php:77 … … 290 281 291 282 #: templates/frontend/srinque_pay_modal_form.php:121 292 msgid "" 293 "You have been approved for a credit limit of €xx and a payment term of 30 " 294 "days by Sprinque!" 295 msgstr "" 296 "Sie genehmigt für ein Kreditlimit von xx Euro und ein Zahlungsziel von 30 " 297 "Tagen durch Sprinque!" 283 msgid "You have been approved for a credit limit of €xx and a payment term of 30 days by Sprinque!" 284 msgstr "Sie genehmigt für ein Kreditlimit von xx Euro und ein Zahlungsziel von 30 Tagen durch Sprinque!" 298 285 299 286 #: templates/frontend/srinque_pay_modal_form.php:100 300 287 msgid "You have been approved for a payment term of" 301 288 msgstr "Sie genehmigt wurden, und für die eine Zahlung Begriff" 302 303 #: include/payment_method.php:495304 msgid "Instructions"305 msgstr "Anweisungen"306 307 #: include/payment_method.php:497308 msgid "Instructions that will be added to the thank you page and emails."309 msgstr "Anweisungen, die auf der "Danke"-Seite und in den E-Mails hinzugefügt werden."310 311 #: include/payment_method.php:490312 msgid "Payment method description that the customer will see on your checkout."313 msgstr "Beschreibung der Zahlungsmethode, die der Kunde an der Kasse sehen wird."314 315 #: include/payment_method.php:483316 msgid This controls the title for the payment method the customer sees during checkout."317 msgstr "Dies steuert den Titel für die Zahlungsmethode, die der Kunde beim Checkout sieht."318 319 #: include/payment_method.php:481320 msgid "Title"321 msgstr "Titel" -
sprinque/trunk/languages/sprinque-en_US.po
r2777074 r2808913 30 30 #: include/payment_method.php:513 31 31 msgid "API Key" 32 msgstr " "32 msgstr "API Key" 33 33 34 34 #: sprinque.php:392 sprinque.php:418 35 35 msgid "Awaiting Review" 36 msgstr " "36 msgstr "Awaiting Review" 37 37 38 38 #: templates/frontend/srinque_pay_modal_form.php:36 39 39 msgid "Business address" 40 msgstr " "40 msgstr "Business address" 41 41 42 42 #: sprinque.php:439 include/payment_method.php:111 43 43 #: include/payment_method.php:119 44 44 msgid "Buy now and pay later for businesses" 45 msgstr " "45 msgstr "Buy now and pay later for businesses" 46 46 47 47 #: sprinque.php:441 templates/ajax/founded_companies.php:17 48 48 msgid "Can't find the business you are looking for?" 49 msgstr " "49 msgstr "Can't find the business you are looking for?" 50 50 51 51 #: templates/frontend/cancel_order_sprinque.php:1 52 52 msgid "Cancel Order" 53 msgstr " "53 msgstr "Cancel Order" 54 54 55 55 #: templates/frontend/srinque_pay_modal_form.php:142 56 56 #: templates/frontend/cancel_order_sprinque.php:14 57 57 msgid "Cancel order" 58 msgstr " "58 msgstr "Cancel order" 59 59 60 60 #: templates/frontend/srinque_pay_modal_form.php:93 … … 62 62 #: templates/frontend/srinque_pay_modal_form.php:116 63 63 msgid "Choose another payment method" 64 msgstr " "64 msgstr "Choose another payment method" 65 65 66 66 #: templates/frontend/srinque_pay_modal_form.php:46 67 67 msgid "City" 68 msgstr " "68 msgstr "City" 69 69 70 70 #: sprinque.php:440 templates/ajax/founded_companies.php:3 71 71 msgid "Click here" 72 msgstr " "72 msgstr "Click here" 73 73 74 74 #: templates/frontend/srinque_pay_modal_form.php:21 75 75 #: templates/frontend/srinque_pay_modal_form.php:22 76 76 msgid "Company Name" 77 msgstr " "77 msgstr "Company Name" 78 78 79 79 #: sprinque.php:440 templates/ajax/founded_companies.php:3 80 80 msgid "Company not found" 81 msgstr " "81 msgstr "Company not found" 82 82 83 83 #: templates/frontend/srinque_pay_modal_form.php:31 … … 85 85 #: templates/frontend/srinque_pay_modal_form.php:75 86 86 msgid "Confirm" 87 msgstr " "87 msgstr "Confirm" 88 88 89 89 #: templates/frontend/srinque_pay_modal_form.php:131 90 90 #: templates/frontend/cancel_order_sprinque.php:11 91 91 msgid "Confirm cancelation" 92 msgstr " "92 msgstr "Confirm cancelation" 93 93 94 94 #: templates/frontend/srinque_pay_modal_form.php:107 95 95 #: templates/frontend/srinque_pay_modal_form.php:114 96 96 msgid "Continue and wait" 97 msgstr " "97 msgstr "Continue and wait" 98 98 99 99 #: templates/frontend/srinque_pay_modal_form.php:11 100 100 msgid "Country" 101 msgstr " "101 msgstr "Country" 102 102 103 103 #: templates/frontend/srinque_pay_modal_form.php:100 104 104 msgid "days by Sprinque!" 105 msgstr " "105 msgstr "days by Sprinque!" 106 106 107 107 #: include/payment_method.php:501 108 108 msgid "Enable Pay by Invoice" 109 msgstr " "109 msgstr "Enable Pay by Invoice" 110 110 111 111 #: include/payment_method.php:499 112 112 msgid "Enable/Disable" 113 msgstr " "113 msgstr "Enable/Disable" 114 114 115 115 #: include/payment_method.php:515 … … 121 121 #: templates/frontend/srinque_pay_modal_form.php:92 122 122 msgid "Go Back" 123 msgstr " "123 msgstr "Go Back" 124 124 125 125 #. URI of the plugin 126 126 msgid "https://sprinque.com/" 127 msgstr " "127 msgstr "https://sprinque.com/" 128 128 129 129 #: templates/frontend/srinque_pay_modal_form.php:135 130 130 msgid "If this was not done by you, please cancel your order." 131 msgstr " "131 msgstr "If this was not done by you, please cancel your order." 132 132 133 133 #: templates/frontend/srinque_pay_modal_form.php:79 134 134 msgid "If you have not received the code, please check your spam folder or" 135 msgstr " "135 msgstr "If you have not received the code, please check your spam folder or" 136 136 137 137 #: sprinque.php:444 138 138 msgid "Loading..." 139 msgstr " "139 msgstr "Loading..." 140 140 141 141 #: templates/frontend/srinque_pay_modal_form.php:53 142 142 msgid "Not all fields filled on Billing or Modal" 143 msgstr " "143 msgstr "Not all fields filled on Billing or Modal" 144 144 145 145 #: sprinque.php:443 146 146 msgid "Not all required fields are filled" 147 msgstr " "147 msgstr "Not all required fields are filled" 148 148 149 149 #: templates/frontend/srinque_pay_modal_form.php:32 … … 153 153 #: templates/frontend/srinque_pay_modal_form.php:115 154 154 msgid "Or you can proceed with another mode of payment." 155 msgstr " "155 msgstr "Or you can proceed with another mode of payment." 156 156 157 157 #: include/payment_method.php:120 158 158 msgid "Order finished with Pay by Invoice" 159 msgstr " "159 msgstr "Order finished with Pay by Invoice" 160 160 161 161 #: sprinque.php:438 include/payment_method.php:110 162 162 #: include/payment_method.php:118 163 163 msgid "Pay by Invoice" 164 msgstr " "164 msgstr "Pay by Invoice" 165 165 166 166 #: include/payment_method.php:549 include/payment_method.php:553 167 167 msgid "Pay by Invoice - Business only" 168 msgstr " "168 msgstr "Pay by Invoice - Business only" 169 169 170 170 #: sprinque.php:211 171 171 msgid "Pay by Invoice - Cancelled" 172 msgstr " "172 msgstr "Pay by Invoice - Cancelled" 173 173 174 174 #: templates/frontend/srinque_pay_modal_form.php:101 175 175 #: templates/frontend/srinque_pay_modal_form.php:122 176 176 msgid "Place order" 177 msgstr " "177 msgstr "Place order" 178 178 179 179 #: templates/frontend/srinque_pay_modal_form.php:126 180 180 msgid "Placing your order" 181 msgstr " "181 msgstr "Placing your order" 182 182 183 183 #: templates/frontend/srinque_pay_modal_form.php:9 184 184 msgid "Please select your business" 185 msgstr " "185 msgstr "Please select your business" 186 186 187 187 #: templates/frontend/srinque_pay_modal_form.php:50 188 188 msgid "Postal code" 189 msgstr " "189 msgstr "Postal code" 190 190 191 191 #: templates/frontend/srinque_pay_modal_form.php:55 192 192 msgid "Previous step" 193 msgstr " "193 msgstr "Previous step" 194 194 195 195 #: templates/frontend/srinque_pay_modal_form.php:99 196 196 #: templates/frontend/srinque_pay_modal_form.php:120 197 197 msgid "Purchase approved" 198 msgstr " "198 msgstr "Purchase approved" 199 199 200 200 #: templates/frontend/srinque_pay_modal_form.php:105 201 201 #: templates/frontend/srinque_pay_modal_form.php:112 202 202 msgid "Purchase under review" 203 msgstr " "203 msgstr "Purchase under review" 204 204 205 205 #: templates/frontend/srinque_pay_modal_form.php:26 206 206 #: templates/frontend/srinque_pay_modal_form.php:27 207 207 msgid "Registration number" 208 msgstr " "208 msgstr "Registration number" 209 209 210 210 #: include/payment_method.php:301 211 211 msgid "Registration number is already used" 212 msgstr " "212 msgstr "Registration number is already used" 213 213 214 214 #: templates/frontend/srinque_pay_modal_form.php:79 215 215 msgid "Resend Code" 216 msgstr " "216 msgstr "Resend Code" 217 217 218 218 #: templates/frontend/srinque_pay_modal_form.php:12 219 219 msgid "Select a country" 220 msgstr " "220 msgstr "Select a country" 221 221 222 222 #: sprinque.php:419 223 223 msgid "Shipping" 224 msgstr " "224 msgstr "Shipping" 225 225 226 226 #. Name of the plugin 227 227 #. Author of the plugin 228 228 msgid "Sprinque" 229 msgstr " "229 msgstr "Sprinque" 230 230 231 231 #. Description of the plugin … … 235 235 "and retention." 236 236 msgstr "" 237 "Sprinque for WordPress is a plugin that allows you to offer your business " 238 "buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion " 239 "and retention." 237 240 238 241 #: templates/frontend/srinque_pay_modal_form.php:106 … … 246 249 #: templates/frontend/srinque_pay_modal_form.php:64 247 250 msgid "To make sure it's really you we have sent a code to" 248 msgstr " "251 msgstr "To make sure it's really you we have sent a code to" 249 252 250 253 #: sprinque.php:440 templates/ajax/founded_companies.php:3 251 254 msgid "to use it anyway" 252 msgstr " "255 msgstr "to use it anyway" 253 256 254 257 #: templates/frontend/srinque_pay_modal_form.php:62 255 258 msgid "Verify your email" 256 msgstr " "259 msgstr "Verify your email" 257 260 258 261 #: templates/frontend/srinque_pay_modal_form.php:139 259 262 msgid "View order details" 260 msgstr " "263 msgstr "View order details" 261 264 262 265 #: templates/frontend/srinque_pay_modal_form.php:87 263 266 msgid "We are verifying your account" 264 msgstr " "267 msgstr "We are verifying your account" 265 268 266 269 #: templates/frontend/srinque_pay_modal_form.php:133 … … 268 271 "We have noticed a purchase has been made from <strong>*Location*</strong>." 269 272 msgstr "" 273 "We have noticed a purchase has been made from <strong>*Location*</strong>." 270 274 271 275 #: templates/frontend/srinque_pay_modal_form.php:77 272 276 msgid "Wrong code number" 273 msgstr " "277 msgstr "Wrong code number" 274 278 275 279 #: templates/frontend/srinque_pay_modal_form.php:121 … … 278 282 "days by Sprinque!" 279 283 msgstr "" 284 "You have been approved for a credit limit of €xx and a payment term of 30 " 285 "days by Sprinque!" 280 286 281 287 #: templates/frontend/srinque_pay_modal_form.php:100 282 288 msgid "You have been approved for a payment term of" 283 msgstr " "289 msgstr "You have been approved for a payment term of" 284 290 285 291 #: include/payment_method.php:495 286 292 msgid "Instructions" 287 msgstr " "293 msgstr "Instructions" 288 294 289 295 #: include/payment_method.php:497 … … 293 299 #: include/payment_method.php:490 294 300 msgid "Payment method description that the customer will see on your checkout." 295 msgstr " "301 msgstr "Payment method description that the customer will see on your checkout." 296 302 297 303 #: include/payment_method.php:483 298 msgid This controls the title for the payment method the customer sees during checkout."304 msgid "This controls the title for the payment method the customer sees during checkout." 299 305 msgstr "This controls the title for the payment method the customer sees during checkout." 300 306 … … 302 308 msgid "Title" 303 309 msgstr "Title" 310 311 msgid "Test Phrase integration" 312 msgstr "Test Phrase integration" -
sprinque/trunk/languages/sprinque-nl_NL.po
r2789478 r2808913 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Sprinque\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2022-08-06 20:54+0000\n" 6 "PO-Revision-Date: 2022-08-29 15:41+0000\n" 7 "Last-Translator: \n" 8 "Language-Team: Dutch\n" 9 "Language: nl_NL\n" 3 "Language: nl-NL\n" 10 4 "MIME-Version: 1.0\n" 11 5 "Content-Type: text/plain; charset=UTF-8\n" 12 6 "Content-Transfer-Encoding: 8bit\n" 13 "Plural-Forms: nplurals=2; plural=n != 1;\n" 14 "X-Generator: Loco https://localise.biz/\n" 15 "X-Loco-Version: 2.6.2; wp-6.0.1\n" 16 "X-Domain: sprinque\n" 7 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 8 "X-Generator: Phrase (phrase.com)\n" 17 9 18 10 #: sprinque.php:442 templates/ajax/founded_companies.php:22 … … 114 106 115 107 #: include/payment_method.php:515 116 msgid "" 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " 118 "URLs" 119 msgstr "" 120 "Vind het in je profiel onder Sprinque. Overzicht > mijn account > API " 121 "sleutel en URLs" 108 msgid "Find it in your Profile at the Srinque. Overview > My Account > API Keys and URLs" 109 msgstr "Vind het in je profiel onder Sprinque. Overzicht > mijn account > API sleutel en URLs" 122 110 123 111 #: templates/frontend/srinque_pay_modal_form.php:82 … … 138 126 msgstr "Als je geen code ontvangen hebt, check alsjeblieft je spam folder of" 139 127 128 #: include/payment_method.php:495 129 msgid "Instructions" 130 msgstr "Instructies" 131 132 #: include/payment_method.php:497 133 msgid "Instructions that will be added to the thank you page and emails." 134 msgstr "Instructies die worden toegevoegd aan de bedankt pagina en e-mails." 135 140 136 #: sprinque.php:444 141 137 msgid "Loading..." … … 175 171 msgstr "Op factuur kopen - geannuleerd" 176 172 173 #: include/payment_method.php:490 174 msgid "Payment method description that the customer will see on your checkout." 175 msgstr "Beschrijving van de betaalmethode die de klant ziet in de checkout." 176 177 177 #: templates/frontend/srinque_pay_modal_form.php:101 178 178 #: templates/frontend/srinque_pay_modal_form.php:122 … … 234 234 235 235 #. Description of the plugin 236 msgid "" 237 "Sprinque for WordPress is a plugin that allows you to offer your business " 238 "buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion " 239 "and retention." 240 msgstr "" 241 "Sprinque voor WordPress is een plugin die het mogelijk maakt zakelijke " 242 "klanten op factuur te laten kopen en 15, 30, 60 dagen later te betalen." 236 msgid "Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention." 237 msgstr "Sprinque voor WordPress is een plugin die het mogelijk maakt zakelijke klanten op factuur te laten kopen en 15, 30, 60 dagen later te betalen." 238 239 msgid "Test Phrase integration" 240 msgstr "Test phrase NL" 241 242 #: include/payment_method.php:483 243 msgid "This controls the title for the payment method the customer sees during checkout." 244 msgstr "Hiermee regel je de beschrijving van de betaalmethode die de klant ziet in de checkout." 243 245 244 246 #: templates/frontend/srinque_pay_modal_form.php:106 245 247 #: templates/frontend/srinque_pay_modal_form.php:113 246 msgid "" 247 "This may take upto 24 hours for approval. Your Order is not confirmed until " 248 "a decision is made. <br>We will notify you by email once the review is " 249 "complete." 250 msgstr "" 251 "Je verzoek om op factuur te betalen wordt behandeld. Dit kan 24 uur duren. " 252 "Je bestelling is nog niet bevestigd tot beoordeling is afgerond. <br> We " 253 "sturen je een bericht zodra de beoordeling voltooid is." 248 msgid "This may take upto 24 hours for approval. Your Order is not confirmed until a decision is made. <br>We will notify you by email once the review is complete." 249 msgstr "Je verzoek om op factuur te betalen wordt behandeld. Dit kan 24 uur duren. Je bestelling is nog niet bevestigd tot beoordeling is afgerond. <br> We sturen je een bericht zodra de beoordeling voltooid is." 250 251 #: include/payment_method.php:481 252 msgid "Title" 253 msgstr "Titel" 254 254 255 255 #: templates/frontend/srinque_pay_modal_form.php:64 … … 274 274 275 275 #: templates/frontend/srinque_pay_modal_form.php:133 276 msgid "" 277 "We have noticed a purchase has been made from <strong>*Location*</strong>." 276 msgid "We have noticed a purchase has been made from <strong>*Location*</strong>." 278 277 msgstr "We zien dat er een aankoop is gedaan op <strong>*Location*</strong>." 279 278 … … 283 282 284 283 #: templates/frontend/srinque_pay_modal_form.php:121 285 msgid "" 286 "You have been approved for a credit limit of €xx and a payment term of 30 " 287 "days by Sprinque!" 288 msgstr "" 289 "Je bent goedgekeurd voor een kredietlimiet van €xx en een betalingstermijn " 290 "van 30 dagen door Sprinque!" 284 msgid "You have been approved for a credit limit of €xx and a payment term of 30 days by Sprinque!" 285 msgstr "Je bent goedgekeurd voor een kredietlimiet van €xx en een betalingstermijn van 30 dagen door Sprinque!" 291 286 292 287 #: templates/frontend/srinque_pay_modal_form.php:100 293 288 msgid "You have been approved for a payment term of" 294 289 msgstr "Je bent goedgekeurd voor een betalingstermijn van" 295 296 #: include/payment_method.php:495297 msgid "Instructions"298 msgstr "Instructies"299 300 #: include/payment_method.php:497301 msgid "Instructions that will be added to the thank you page and emails."302 msgstr "Instructies die worden toegevoegd aan de bedankt pagina en e-mails."303 304 #: include/payment_method.php:490305 msgid "Payment method description that the customer will see on your checkout."306 msgstr "Beschrijving van de betaalmethode die de klant ziet in de checkout."307 308 #: include/payment_method.php:483309 msgid This controls the title for the payment method the customer sees during checkout."310 msgstr "Hiermee regel je de beschrijving van de betaalmethode die de klant ziet in de checkout."311 312 #: include/payment_method.php:481313 msgid "Title"314 msgstr "Titel" -
sprinque/trunk/readme.txt
r2793983 r2808913 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.1. 38 Stable tag: 1.1.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 51 51 == Changelog == 52 52 53 = 1.1.4 - November 1, 2022 = 54 * Sync with Phrase and improved translations 55 * Fixed possibly missing orders 56 * Removed search/business/details call 57 * Improvements of the email validation for the right keyboard tab 58 53 59 = 1.1.3 - September 29, 2022 = 54 60 * Performance and code improvements -
sprinque/trunk/sprinque.php
r2793983 r2808913 5 5 Description: Sprinque for WordPress is a plugin that allows you to offer your business buyers net payment terms (15, 30, 60, 90 days) and thereby grow conversion and retention. 6 6 Author: Sprinque 7 Version: 1.1. 37 Version: 1.1.4 8 8 Text Domain: sprinque 9 9 Domain Path: /languages … … 422 422 'public' => true, 423 423 'exclude_from_search' => false, 424 'show_in_admin_all_list' => false,424 'show_in_admin_all_list' => true, 425 425 'show_in_admin_status_list' => true, 426 426 'label_count' => _n_noop( 'Awaiting Review (%s)', 'Awaiting Review (%s)' ) … … 430 430 'public' => true, 431 431 'exclude_from_search' => false, 432 'show_in_admin_all_list' => false,432 'show_in_admin_all_list' => true, 433 433 'show_in_admin_status_list' => true, 434 434 'label_count' => _n_noop( 'Shipping', 'Shipping' ) -
sprinque/trunk/templates/ajax/company_item.php
r2771284 r2808913 1 1 <div class="business-name"><?php echo esc_html($business['business_name']); ?></div> 2 <div class="business-address"><span id="sprinque_address_line1"><?php echo esc_html("{$business['address']['address_line1']}") ?> </span><br><span id="sprinque_zip_code"><?php echo esc_html($business['address']['zip_code']); ?></span> <span id="sprinque_city"><?php echo esc_html($business['address']['city']); ?>,</span> <span id="sprinque_country"><?php echo esc_html($business['address']['country']['name']); ?></span></div>2 <div class="business-address"><span id="sprinque_address_line1"><?php echo esc_html("{$business['address']['address_line1']}") ?>,</span> <span id="sprinque_zip_code"><?php echo esc_html($business['address']['zip_code']); ?></span> <span id="sprinque_city"><?php echo esc_html($business['address']['city']); ?>,</span> <span id="sprinque_country"><?php echo esc_html($business['address']['country']['name']); ?></span></div> -
sprinque/trunk/templates/ajax/founded_companies.php
r2777074 r2808913 9 9 <div class="business-name"><?php echo esc_html($business['business_name']); ?></div> 10 10 <div class="business-reg-number"><?php echo esc_html($business['registration_number']); ?></div> 11 <div class="business-address"><span id="sprinque_address_line1">< /span><br><span id="sprinque_zip_code"></span> <span id="sprinque_city"></span> <span id="sprinque_country"></span></div>11 <div class="business-address"><span id="sprinque_address_line1"><?php echo esc_html("{$business['address']['address_line_1']}") ?>,</span> <span id="sprinque_zip_code"><?php echo esc_html($business['address']['zipcode']); ?></span> <span id="sprinque_city"><?php echo esc_html($business['address']['city']); ?>,</span> <span id="sprinque_country"><?php echo esc_html($business['address']['country']); ?></span></div> 12 12 </div> 13 13 <?php endforeach; ?> -
sprinque/trunk/templates/frontend/srinque_pay_modal_form.php
r2789478 r2808913 71 71 </div> 72 72 <div id="wpm-otp" class="wpm-confirm-code-wrap"> 73 <input type="text" id="confirm-code-1" maxlength="1">74 <input type="text" id="confirm-code-2" maxlength="1">75 <input type="text" id="confirm-code-3" maxlength="1">76 <input type="text" id="confirm-code-4" maxlength="1">77 <input type="text" id="confirm-code-5" maxlength="1">73 <input type="text" onkeyup="jmp(this);" id="confirm-code-1" maxlength="1" size="1"> 74 <input type="text" onkeyup="jmp(this);" id="confirm-code-2" maxlength="1" size="1"> 75 <input type="text" onkeyup="jmp(this);" id="confirm-code-3" maxlength="1" size="1"> 76 <input type="text" onkeyup="jmp(this);" id="confirm-code-4" maxlength="1" size="1"> 77 <input type="text" onkeyup="jmp(this);" id="confirm-code-5" maxlength="1" size="1"> 78 78 79 79 </div> … … 156 156 </div> 157 157 </div> 158 159 <script> 160 function jmp(e){ 161 var max = ~~e.getAttribute('maxlength'); 162 if(max && e.value.length >= max){ 163 do{ 164 e = e.nextSibling; 165 } 166 while(e && !(/text/.test(e.type))); 167 if(e && /text/.test(e.type)){ 168 e.focus(); 169 } 170 } 171 } 172 </script>
Note: See TracChangeset
for help on using the changeset viewer.