Changeset 2774385
- Timestamp:
- 08/23/2022 06:52:40 PM (4 years ago)
- Location:
- sprinque/trunk
- Files:
-
- 11 edited
-
assets/js/frontend.js (modified) (4 diffs)
-
languages/sprinque-de_DE.mo (modified) (previous)
-
languages/sprinque-de_DE.po (modified) (15 diffs)
-
languages/sprinque-en_US.mo (modified) (previous)
-
languages/sprinque-en_US.po (modified) (14 diffs)
-
languages/sprinque-nl_NL.mo (modified) (previous)
-
languages/sprinque-nl_NL.po (modified) (14 diffs)
-
languages/sprinque.pot (modified) (15 diffs)
-
readme.txt (modified) (2 diffs)
-
sprinque.php (modified) (3 diffs)
-
templates/ajax/founded_companies.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sprinque/trunk/assets/js/frontend.js
r2774355 r2774385 166 166 setInterval(function() { 167 167 $('.company-not-found').html(admin.not_found_companies); 168 $('#cant-find-business').html(admin.cant_find_business); 169 $('#add-manually-business').html(admin.add_manually_business); 168 170 }, 500); 169 171 … … 404 406 }); 405 407 } else { 406 $('.error-register-fields').html( 'Not all required fields are filled').show();408 $('.error-register-fields').html(admin.fields_not_filled).show(); 407 409 } 408 410 }); … … 515 517 }); 516 518 } else { 517 $('.error-confirm-order').show().html( 'Not all required fields are filled');519 $('.error-confirm-order').show().html(admin.fields_not_filled); 518 520 } 519 521 }); … … 585 587 586 588 $('.search-company-result').addClass('search-company-result_loading'); 587 $('.search-company-result').html('<div class="wpm-preloader"> Loading...</div>');589 $('.search-company-result').html('<div class="wpm-preloader">'+admin.loading+'</div>'); 588 590 589 591 $.ajax({ -
sprinque/trunk/languages/sprinque-de_DE.po
r2774355 r2774385 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2022-08-06 20:54+0000\n" 6 "PO-Revision-Date: 2022-08-2 2 16:51+0000\n"6 "PO-Revision-Date: 2022-08-23 15:38+0000\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: German\n" … … 16 16 "X-Domain: sprinque" 17 17 18 #: templates/ajax/founded_companies.php:2118 #: sprinque.php:442 templates/ajax/founded_companies.php:22 19 19 msgid "Add buyer manually" 20 20 msgstr "Add Käufer manuell" … … 28 28 msgstr "Ferienwohnung, suite, etc (optional)" 29 29 30 #: include/payment_method.php:51 030 #: include/payment_method.php:513 31 31 msgid "API Key" 32 32 msgstr "API-Schlüssel" 33 33 34 #: sprinque.php:3 85 sprinque.php:41134 #: sprinque.php:392 sprinque.php:418 35 35 msgid "Awaiting Review" 36 36 msgstr "Überprüft" … … 40 40 msgstr "Business address" 41 41 42 #: include/payment_method.php:99 include/payment_method.php:491 42 #: sprinque.php:439 include/payment_method.php:111 43 #: include/payment_method.php:119 43 44 msgid "Buy now and pay later for businesses" 44 45 msgstr "Kaufen Sie jetzt und zahlen später für Unternehmen" 45 46 46 #: templates/ajax/founded_companies.php:1647 #: sprinque.php:441 templates/ajax/founded_companies.php:17 47 48 msgid "Can't find the business you are looking for?" 48 49 msgstr "Nicht finden können die Unternehmen, die Sie suchen?" … … 67 68 msgstr "Stadt" 68 69 69 #: templates/ajax/founded_companies.php:370 #: sprinque.php:440 templates/ajax/founded_companies.php:3 70 71 msgid "Click here" 71 72 msgstr "Klicken Sie hier" … … 76 77 msgstr "Name Des Unternehmens" 77 78 78 #: templates/ajax/founded_companies.php:379 #: sprinque.php:440 templates/ajax/founded_companies.php:3 79 80 msgid "Company not found" 80 81 msgstr "Firma nicht gefunden" … … 104 105 msgstr "Tage von Sprinque!" 105 106 106 #: include/payment_method.php:488 107 msgid "Description" 108 msgstr "Beschreibung" 109 110 #: include/payment_method.php:477 107 #: include/payment_method.php:501 111 108 msgid "Enable Pay by Invoice" 112 109 msgstr "Aktivieren Sie per Rechnung Bezahlen" 113 110 114 #: include/payment_method.php:4 75111 #: include/payment_method.php:499 115 112 msgid "Enable/Disable" 116 113 msgstr "Aktivieren/Deaktivieren" 117 114 118 #: include/payment_method.php:51 2115 #: include/payment_method.php:515 119 116 msgid "" 120 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " … … 144 141 "Ordner oder" 145 142 146 #: include/payment_method.php:495 147 msgid "Instructions" 148 msgstr "Anweisungen" 149 150 #: include/payment_method.php:497 151 msgid "Instructions that will be added to the thank you page and emails." 152 msgstr "Anweisungen Hinzugefügt werden, um die danke-Seite und E-Mails." 143 #: sprinque.php:444 144 msgid "Loading..." 145 msgstr "Wird geladen..." 153 146 154 147 #: templates/frontend/srinque_pay_modal_form.php:53 … … 156 149 msgstr "Nicht alle Felder ausgefüllt Rechnungs-oder Modal" 157 150 151 #: sprinque.php:443 152 msgid "Not all required fields are filled" 153 msgstr "Nicht alle erforderlichen Felder sind ausgefüllt" 154 158 155 #: templates/frontend/srinque_pay_modal_form.php:32 159 156 msgid "Not all required fields is filled" … … 164 161 msgstr "Oder Sie können gehen Sie mit einer anderen Zahlungsart." 165 162 163 #: include/payment_method.php:120 166 164 msgid "Order finished with Pay by Invoice" 167 165 msgstr "Bestellung mit Kauf auf Rechnung abgeschlossen" 168 166 169 #: include/payment_method.php:98 include/payment_method.php:484 167 #: sprinque.php:438 include/payment_method.php:110 168 #: include/payment_method.php:118 170 169 msgid "Pay by Invoice" 171 170 msgstr "Zahlung per Rechnung" 172 171 173 #: include/payment_method.php:54 6 include/payment_method.php:550172 #: include/payment_method.php:549 include/payment_method.php:553 174 173 msgid "Pay by Invoice - Business only" 175 174 msgstr "Per Rechnung bezahlen - Geschäft nur" 176 175 177 #: sprinque.php:2 05176 #: sprinque.php:211 178 177 msgid "Pay by Invoice - Cancelled" 179 178 msgstr "Per Rechnung bezahlen - Abgesagt" 180 181 #: include/payment_method.php:490182 msgid "Payment method description that the customer will see on your checkout."183 msgstr "Zahlung Methode Beschreibung, die den Kunden auf Ihre checkout."184 179 185 180 #: templates/frontend/srinque_pay_modal_form.php:101 … … 219 214 msgstr "Registrierungsnummer" 220 215 221 #: include/payment_method.php: 268216 #: include/payment_method.php:301 222 217 msgid "Registration number is already used" 223 218 msgstr "Registrierung Nummer bereits verwendet" … … 231 226 msgstr "Wählen Sie ein Land aus" 232 227 233 #: sprinque.php:41 2228 #: sprinque.php:419 234 229 msgid "Shipping" 235 230 msgstr "Versand" … … 250 245 "Umwandlung und retention." 251 246 252 #: include/payment_method.php:483253 msgid ""254 "This controls the title for the payment method the customer sees during "255 "checkout."256 msgstr ""257 "Dieser steuert die Titel für die Zahlungsmethode, die der Kunde sieht "258 "während der Kaufabwicklung."259 260 247 #: templates/frontend/srinque_pay_modal_form.php:106 261 248 #: templates/frontend/srinque_pay_modal_form.php:113 … … 269 256 "Mail benachrichtigen, sobald die Überprüfung abgeschlossen ist." 270 257 271 #: include/payment_method.php:481272 msgid "Title"273 msgstr "Titel"274 275 258 #: templates/frontend/srinque_pay_modal_form.php:64 276 259 msgid "To make sure it's really you we have sent a code to" … … 279 262 "code zu" 280 263 281 #: templates/ajax/founded_companies.php:3264 #: sprinque.php:440 templates/ajax/founded_companies.php:3 282 265 msgid "to use it anyway" 283 266 msgstr "es trotzdem zu benutzen" -
sprinque/trunk/languages/sprinque-en_US.po
r2774355 r2774385 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2022-08-06 20:54+0000\n" 6 "PO-Revision-Date: 2022-08-2 2 09:55+0000\n"6 "PO-Revision-Date: 2022-08-23 15:35+0000\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: English (United States)\n" … … 16 16 "X-Domain: sprinque" 17 17 18 #: templates/ajax/founded_companies.php:2118 #: sprinque.php:442 templates/ajax/founded_companies.php:22 19 19 msgid "Add buyer manually" 20 20 msgstr "" … … 28 28 msgstr "" 29 29 30 #: include/payment_method.php:51 030 #: include/payment_method.php:513 31 31 msgid "API Key" 32 32 msgstr "" 33 33 34 #: sprinque.php:3 85 sprinque.php:41134 #: sprinque.php:392 sprinque.php:418 35 35 msgid "Awaiting Review" 36 36 msgstr "" … … 40 40 msgstr "" 41 41 42 #: include/payment_method.php:99 include/payment_method.php:491 42 #: sprinque.php:439 include/payment_method.php:111 43 #: include/payment_method.php:119 43 44 msgid "Buy now and pay later for businesses" 44 45 msgstr "" 45 46 46 #: templates/ajax/founded_companies.php:1647 #: sprinque.php:441 templates/ajax/founded_companies.php:17 47 48 msgid "Can't find the business you are looking for?" 48 49 msgstr "" … … 67 68 msgstr "" 68 69 69 #: templates/ajax/founded_companies.php:370 #: sprinque.php:440 templates/ajax/founded_companies.php:3 70 71 msgid "Click here" 71 72 msgstr "" … … 76 77 msgstr "" 77 78 78 #: templates/ajax/founded_companies.php:379 #: sprinque.php:440 templates/ajax/founded_companies.php:3 79 80 msgid "Company not found" 80 81 msgstr "" … … 104 105 msgstr "" 105 106 106 #: include/payment_method.php:488 107 msgid "Description" 108 msgstr "" 109 110 #: include/payment_method.php:477 107 #: include/payment_method.php:501 111 108 msgid "Enable Pay by Invoice" 112 109 msgstr "" 113 110 114 #: include/payment_method.php:4 75111 #: include/payment_method.php:499 115 112 msgid "Enable/Disable" 116 113 msgstr "" 117 114 118 #: include/payment_method.php:51 2115 #: include/payment_method.php:515 119 116 msgid "" 120 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " … … 139 136 msgstr "" 140 137 141 #: include/payment_method.php:495 142 msgid "Instructions" 143 msgstr "" 144 145 #: include/payment_method.php:497 146 msgid "Instructions that will be added to the thank you page and emails." 138 #: sprinque.php:444 139 msgid "Loading..." 147 140 msgstr "" 148 141 … … 151 144 msgstr "" 152 145 146 #: sprinque.php:443 147 msgid "Not all required fields are filled" 148 msgstr "" 149 153 150 #: templates/frontend/srinque_pay_modal_form.php:32 154 151 msgid "Not all required fields is filled" … … 159 156 msgstr "" 160 157 158 #: include/payment_method.php:120 161 159 msgid "Order finished with Pay by Invoice" 162 160 msgstr "" 163 161 164 #: include/payment_method.php:98 include/payment_method.php:484 162 #: sprinque.php:438 include/payment_method.php:110 163 #: include/payment_method.php:118 165 164 msgid "Pay by Invoice" 166 165 msgstr "" 167 166 168 #: include/payment_method.php:54 6 include/payment_method.php:550167 #: include/payment_method.php:549 include/payment_method.php:553 169 168 msgid "Pay by Invoice - Business only" 170 169 msgstr "" 171 170 172 #: sprinque.php:2 05171 #: sprinque.php:211 173 172 msgid "Pay by Invoice - Cancelled" 174 msgstr ""175 176 #: include/payment_method.php:490177 msgid "Payment method description that the customer will see on your checkout."178 173 msgstr "" 179 174 … … 214 209 msgstr "" 215 210 216 #: include/payment_method.php: 268211 #: include/payment_method.php:301 217 212 msgid "Registration number is already used" 218 213 msgstr "" … … 226 221 msgstr "" 227 222 228 #: sprinque.php:41 2223 #: sprinque.php:419 229 224 msgid "Shipping" 230 225 msgstr "" … … 242 237 msgstr "" 243 238 244 #: include/payment_method.php:483245 msgid ""246 "This controls the title for the payment method the customer sees during "247 "checkout."248 msgstr ""249 250 239 #: templates/frontend/srinque_pay_modal_form.php:106 251 240 #: templates/frontend/srinque_pay_modal_form.php:113 … … 256 245 msgstr "" 257 246 258 #: include/payment_method.php:481259 msgid "Title"260 msgstr ""261 262 247 #: templates/frontend/srinque_pay_modal_form.php:64 263 248 msgid "To make sure it's really you we have sent a code to" 264 249 msgstr "" 265 250 266 #: templates/ajax/founded_companies.php:3251 #: sprinque.php:440 templates/ajax/founded_companies.php:3 267 252 msgid "to use it anyway" 268 253 msgstr "" -
sprinque/trunk/languages/sprinque-nl_NL.po
r2774355 r2774385 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2022-08-06 20:54+0000\n" 6 "PO-Revision-Date: 2022-08-2 2 09:58+0000\n"6 "PO-Revision-Date: 2022-08-23 15:37+0000\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: Dutch\n" … … 16 16 "X-Domain: sprinque\n" 17 17 18 #: templates/ajax/founded_companies.php:2118 #: sprinque.php:442 templates/ajax/founded_companies.php:22 19 19 msgid "Add buyer manually" 20 20 msgstr "Klant handmatig toevoegen" … … 28 28 msgstr "Appartement, toevoeging, etc (optioneel)" 29 29 30 #: include/payment_method.php:51 030 #: include/payment_method.php:513 31 31 msgid "API Key" 32 32 msgstr "API-Sleutel" 33 33 34 #: sprinque.php:3 85 sprinque.php:41134 #: sprinque.php:392 sprinque.php:418 35 35 msgid "Awaiting Review" 36 36 msgstr "In Afwachting Van Beoordeling" … … 40 40 msgstr "Bedrijfsadres" 41 41 42 #: include/payment_method.php:99 include/payment_method.php:491 42 #: sprinque.php:439 include/payment_method.php:111 43 #: include/payment_method.php:119 43 44 msgid "Buy now and pay later for businesses" 44 45 msgstr "Achteraf betalen voor bedrijven" 45 46 46 #: templates/ajax/founded_companies.php:1647 #: sprinque.php:441 templates/ajax/founded_companies.php:17 47 48 msgid "Can't find the business you are looking for?" 48 49 msgstr "Kan je jouw bedrijf niet vinden?" … … 67 68 msgstr "Stad" 68 69 69 #: templates/ajax/founded_companies.php:370 #: sprinque.php:440 templates/ajax/founded_companies.php:3 70 71 msgid "Click here" 71 72 msgstr "Klik hier" … … 76 77 msgstr "Bedrijfsnaam" 77 78 78 #: templates/ajax/founded_companies.php:379 #: sprinque.php:440 templates/ajax/founded_companies.php:3 79 80 msgid "Company not found" 80 81 msgstr "Bedrijf niet gevonden" … … 104 105 msgstr "dagen door Sprinque!" 105 106 106 #: include/payment_method.php:488 107 msgid "Description" 108 msgstr "Beschrijving" 109 110 #: include/payment_method.php:477 107 #: include/payment_method.php:501 111 108 msgid "Enable Pay by Invoice" 112 109 msgstr "Op factuur kopen aanzetten" 113 110 114 #: include/payment_method.php:4 75111 #: include/payment_method.php:499 115 112 msgid "Enable/Disable" 116 113 msgstr "In - /Uitschakelen" 117 114 118 #: include/payment_method.php:51 2115 #: include/payment_method.php:515 119 116 msgid "" 120 117 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " … … 141 138 msgstr "Als geen code ontvangen hebt, check alsjeblieft je spam folder of" 142 139 143 #: include/payment_method.php:495 144 msgid "Instructions" 145 msgstr "Instructies" 146 147 #: include/payment_method.php:497 148 msgid "Instructions that will be added to the thank you page and emails." 149 msgstr "Instructies die worden toegevoegd aan de bedankt pagina en e-mails." 140 #: sprinque.php:444 141 msgid "Loading..." 142 msgstr "Bezig met laden..." 150 143 151 144 #: templates/frontend/srinque_pay_modal_form.php:53 … … 153 146 msgstr "Niet alle velden zijn ingevuld" 154 147 148 #: sprinque.php:443 149 msgid "Not all required fields are filled" 150 msgstr "Niet alle verplichte velden zijn ingevuld" 151 155 152 #: templates/frontend/srinque_pay_modal_form.php:32 156 153 msgid "Not all required fields is filled" … … 161 158 msgstr "Of ga verder met een andere betaalmethode." 162 159 160 #: include/payment_method.php:120 163 161 msgid "Order finished with Pay by Invoice" 164 162 msgstr "Bestelling afgerond met Betalen op factuur" 165 163 166 #: include/payment_method.php:98 include/payment_method.php:484 164 #: sprinque.php:438 include/payment_method.php:110 165 #: include/payment_method.php:118 167 166 msgid "Pay by Invoice" 168 167 msgstr "Op factuur kopen" 169 168 170 #: include/payment_method.php:54 6 include/payment_method.php:550169 #: include/payment_method.php:549 include/payment_method.php:553 171 170 msgid "Pay by Invoice - Business only" 172 171 msgstr "Op factuur kopen - alleen voor bedrijven" 173 172 174 #: sprinque.php:2 05173 #: sprinque.php:211 175 174 msgid "Pay by Invoice - Cancelled" 176 175 msgstr "Op factuur kopen - geannuleerd" 177 178 #: include/payment_method.php:490179 msgid "Payment method description that the customer will see on your checkout."180 msgstr "Beschrijving van de betaalmethode die de klant ziet in de checkout."181 176 182 177 #: templates/frontend/srinque_pay_modal_form.php:101 … … 216 211 msgstr "Registratienummer" 217 212 218 #: include/payment_method.php: 268213 #: include/payment_method.php:301 219 214 msgid "Registration number is already used" 220 215 msgstr "Registratienummer is reeds gebruikt" … … 228 223 msgstr "Selecteer een land" 229 224 230 #: sprinque.php:41 2225 #: sprinque.php:419 231 226 #, fuzzy 232 227 msgid "Shipping" … … 247 242 "klanten op factuur te laten kopen en 15, 30, 60 dagen later te betalen." 248 243 249 #: include/payment_method.php:483250 msgid ""251 "This controls the title for the payment method the customer sees during "252 "checkout."253 msgstr ""254 "Hiermee regel je de beschrijving van de betaalmethode die de klant ziet in "255 "de checkout."256 257 244 #: templates/frontend/srinque_pay_modal_form.php:106 258 245 #: templates/frontend/srinque_pay_modal_form.php:113 … … 265 252 "is gemaakt. <br> We sturen je een bericht zodra de beoordeling voltooid is." 266 253 267 #: include/payment_method.php:481268 msgid "Title"269 msgstr "Titel"270 271 254 #: templates/frontend/srinque_pay_modal_form.php:64 272 255 msgid "To make sure it's really you we have sent a code to" 273 256 msgstr "Om zeker te weten dat jij het bent, hebben we een code gestuurd naar" 274 257 275 #: templates/ajax/founded_companies.php:3258 #: sprinque.php:440 templates/ajax/founded_companies.php:3 276 259 msgid "to use it anyway" 277 260 msgstr "als nog gebruiken" -
sprinque/trunk/languages/sprinque.pot
r2774355 r2774385 4 4 "Project-Id-Version: Sprinque\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 2022-08-2 2 09:42+0000\n"6 "POT-Creation-Date: 2022-08-23 15:35+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "X-Domain: sprinque" 18 18 19 #: templates/ajax/founded_companies.php:2119 #: sprinque.php:442 templates/ajax/founded_companies.php:22 20 20 msgid "Add buyer manually" 21 21 msgstr "" … … 29 29 msgstr "" 30 30 31 #: include/payment_method.php:51 031 #: include/payment_method.php:513 32 32 msgid "API Key" 33 33 msgstr "" 34 34 35 #: sprinque.php:3 85 sprinque.php:41135 #: sprinque.php:392 sprinque.php:418 36 36 msgid "Awaiting Review" 37 37 msgstr "" … … 41 41 msgstr "" 42 42 43 #: include/payment_method.php:99 include/payment_method.php:491 43 #: sprinque.php:439 include/payment_method.php:111 44 #: include/payment_method.php:119 44 45 msgid "Buy now and pay later for businesses" 45 46 msgstr "" 46 47 47 #: templates/ajax/founded_companies.php:1648 #: sprinque.php:441 templates/ajax/founded_companies.php:17 48 49 msgid "Can't find the business you are looking for?" 49 50 msgstr "" … … 68 69 msgstr "" 69 70 70 #: templates/ajax/founded_companies.php:371 #: sprinque.php:440 templates/ajax/founded_companies.php:3 71 72 msgid "Click here" 72 73 msgstr "" … … 77 78 msgstr "" 78 79 79 #: templates/ajax/founded_companies.php:380 #: sprinque.php:440 templates/ajax/founded_companies.php:3 80 81 msgid "Company not found" 81 82 msgstr "" … … 105 106 msgstr "" 106 107 107 #: include/payment_method.php:488 108 msgid "Description" 109 msgstr "" 110 111 #: include/payment_method.php:477 108 #: include/payment_method.php:501 112 109 msgid "Enable Pay by Invoice" 113 110 msgstr "" 114 111 115 #: include/payment_method.php:4 75112 #: include/payment_method.php:499 116 113 msgid "Enable/Disable" 117 114 msgstr "" 118 115 119 #: include/payment_method.php:51 2116 #: include/payment_method.php:515 120 117 msgid "" 121 118 "Find it in your Profile at the Srinque. Overview > My Account > API Keys and " … … 140 137 msgstr "" 141 138 142 #: include/payment_method.php:495 143 msgid "Instructions" 144 msgstr "" 145 146 #: include/payment_method.php:497 147 msgid "Instructions that will be added to the thank you page and emails." 139 #: sprinque.php:444 140 msgid "Loading..." 148 141 msgstr "" 149 142 … … 152 145 msgstr "" 153 146 147 #: sprinque.php:443 148 msgid "Not all required fields are filled" 149 msgstr "" 150 154 151 #: templates/frontend/srinque_pay_modal_form.php:32 155 152 msgid "Not all required fields is filled" … … 160 157 msgstr "" 161 158 162 #: include/payment_method.php:98 include/payment_method.php:484 159 #: include/payment_method.php:120 160 msgid "Order finished with Pay by Invoice" 161 msgstr "" 162 163 #: sprinque.php:438 include/payment_method.php:110 164 #: include/payment_method.php:118 163 165 msgid "Pay by Invoice" 164 166 msgstr "" 165 167 166 #: include/payment_method.php:54 6 include/payment_method.php:550168 #: include/payment_method.php:549 include/payment_method.php:553 167 169 msgid "Pay by Invoice - Business only" 168 170 msgstr "" 169 171 170 #: sprinque.php:2 05172 #: sprinque.php:211 171 173 msgid "Pay by Invoice - Cancelled" 172 msgstr ""173 174 #: include/payment_method.php:490175 msgid "Payment method description that the customer will see on your checkout."176 174 msgstr "" 177 175 … … 212 210 msgstr "" 213 211 214 #: include/payment_method.php: 268212 #: include/payment_method.php:301 215 213 msgid "Registration number is already used" 216 214 msgstr "" … … 224 222 msgstr "" 225 223 226 #: sprinque.php:41 2224 #: sprinque.php:419 227 225 msgid "Shipping" 228 226 msgstr "" … … 240 238 msgstr "" 241 239 242 #: include/payment_method.php:483243 msgid ""244 "This controls the title for the payment method the customer sees during "245 "checkout."246 msgstr ""247 248 240 #: templates/frontend/srinque_pay_modal_form.php:106 249 241 #: templates/frontend/srinque_pay_modal_form.php:113 … … 254 246 msgstr "" 255 247 256 #: include/payment_method.php:481257 msgid "Title"258 msgstr ""259 260 248 #: templates/frontend/srinque_pay_modal_form.php:64 261 249 msgid "To make sure it's really you we have sent a code to" 262 250 msgstr "" 263 251 264 #: templates/ajax/founded_companies.php:3252 #: sprinque.php:440 templates/ajax/founded_companies.php:3 265 253 msgid "to use it anyway" 266 254 msgstr "" … … 296 284 msgid "You have been approved for a payment term of" 297 285 msgstr "" 298 299 msgid "Order finished with Pay by Invoice"300 msgstr "" -
sprinque/trunk/readme.txt
r2774355 r2774385 6 6 Tested up to: 6.0 7 7 Requires PHP: 5.3 8 Stable tag: 1.0. 48 Stable tag: 1.0.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 1.0.3 - August 23 2022 = 32 = 1.0.5 - August 23, 2022 = 33 * Improved translations 34 35 = 1.0.4 - August 23, 2022 = 33 36 * Add Payment Title Localization and Description 37 38 = 1.0.3 - August 23, 2022 = 34 39 * Fixed search 35 40 36 = 1.0.2 - August 06 2022 =41 = 1.0.2 - August 06, 2022 = 37 42 * Add German and Dutch localization 38 43 39 = 1.0.0 - July 29 2022 =44 = 1.0.0 - July 29, 2022 = 40 45 * Initial release -
sprinque/trunk/sprinque.php
r2774360 r2774385 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.0. 47 Version: 1.0.5 8 8 Text Domain: sprinque 9 9 Domain Path: /languages … … 429 429 public function include_scripts_and_styles() { 430 430 // Register styles 431 wp_enqueue_style( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/css/frontend.css', false, '1.0.8 0', 'all' );431 wp_enqueue_style( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/css/frontend.css', false, '1.0.82', 'all' ); 432 432 433 433 // Register scripts 434 wp_enqueue_script( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/js/frontend.js', array( 'jquery' ), '1.0.8 0', 'all' );434 wp_enqueue_script( 'wpm_srinque_pay', PLUGIN_SRINQUE_PATH . '/assets/js/frontend.js', array( 'jquery' ), '1.0.82', 'all' ); 435 435 wp_localize_script( 'wpm_srinque_pay', 'admin', array( 436 436 'ajaxurl' => admin_url( 'admin-ajax.php' ), … … 439 439 'method_description' => __( 'Buy now and pay later for businesses', 'sprinque' ), 440 440 'not_found_companies' => __( "Company not found", 'sprinque' ).'<span id="register-company-tab">'.__( "Click here", 'sprinque' ).'</span>'.__( "to use it anyway", 'sprinque' ), 441 'cant_find_business' => __( "Can't find the business you are looking for?", 'sprinque' ), 442 'add_manually_business' => __( "Add buyer manually", 'sprinque' ), 443 'fields_not_filled' => __( "Not all required fields are filled", 'sprinque' ), 444 'loading' => __( "Loading...", 'sprinque' ) 441 445 ) ); 442 446 } -
sprinque/trunk/templates/ajax/founded_companies.php
r2771284 r2774385 15 15 <div class="dc-border-item dc-border-item_active js-add-manually"> 16 16 <!-- <div class="wpm-head"><strong class="js-input-company-name">'<span></span>'</strong> has not been found</div> --> 17 <div class="wpm-head" ><?php _e( "Can't find the business you are looking for?", 'sprinque' ); ?></div>17 <div class="wpm-head" id="cant-find-business"><?php _e( "Can't find the business you are looking for?", 'sprinque' ); ?></div> 18 18 <a href="#" class="wpm-btn wpm-btn_primary wpm-btn_mt-01 js-register-company-tab"> 19 19 <svg style="margin-right: 12px;" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> 20 20 <path d="M10.0002 3.33301V16.6663M3.3335 9.99967H16.6668" stroke="white" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> 21 21 </svg> 22 <span ><?php _e( "Add buyer manually", 'sprinque' ); ?></span>22 <span id="add-manually-business"><?php _e( "Add buyer manually", 'sprinque' ); ?></span> 23 23 </a> 24 24 </div>
Note: See TracChangeset
for help on using the changeset viewer.