Changeset 3359045
- Timestamp:
- 09/10/2025 08:54:55 AM (7 months ago)
- Location:
- svea-checkout-for-woocommerce
- Files:
-
- 12 edited
- 1 copied
-
tags/3.3.5 (copied) (copied from svea-checkout-for-woocommerce/trunk)
-
tags/3.3.5/inc/Admin.php (modified) (1 diff)
-
tags/3.3.5/inc/WC_Gateway_Svea_Checkout.php (modified) (2 diffs)
-
tags/3.3.5/languages/svea-checkout-for-woocommerce-sv_SE.mo (modified) (previous)
-
tags/3.3.5/languages/svea-checkout-for-woocommerce-sv_SE.po (modified) (30 diffs)
-
tags/3.3.5/readme.txt (modified) (3 diffs)
-
tags/3.3.5/svea-checkout-for-woocommerce.php (modified) (2 diffs)
-
trunk/inc/Admin.php (modified) (1 diff)
-
trunk/inc/WC_Gateway_Svea_Checkout.php (modified) (2 diffs)
-
trunk/languages/svea-checkout-for-woocommerce-sv_SE.mo (modified) (previous)
-
trunk/languages/svea-checkout-for-woocommerce-sv_SE.po (modified) (30 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/svea-checkout-for-woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
svea-checkout-for-woocommerce/tags/3.3.5/inc/Admin.php
r3328213 r3359045 478 478 479 479 $ref_list = [ 480 'invoice _reference',481 'invoice _recipient',482 'contact _person',480 'invoicereference', 481 'invoicerecipient', 482 'contactperson', 483 483 ]; 484 484 485 foreach ( $ref_list as $key ) { 485 486 $val = $wc_order->get_meta( '_svea_co_billing_reference_' . $key ); -
svea-checkout-for-woocommerce/tags/3.3.5/inc/WC_Gateway_Svea_Checkout.php
r3320402 r3359045 1496 1496 $registration_number = $order->get_meta( '_svea_co_company_reg_number' ); 1497 1497 $customer_reference = $order->get_meta( '_svea_co_customer_reference' ); 1498 1498 1499 ?> 1499 1500 <div class="address"> … … 1505 1506 </p> 1506 1507 <?php endif; ?> 1508 <?php 1509 1510 // Fetch customer reference from different meta values if empty 1511 $billing_ref_list = [ 1512 'invoicereference' => esc_html__( 'Svea reference - Invoice reference', 'svea-checkout-for-woocommerce' ), 1513 'invoicerecipient' => esc_html__( 'Svea reference - Invoice recipient', 'svea-checkout-for-woocommerce' ), 1514 'contactperson' => esc_html__( 'Svea reference - Contact person', 'svea-checkout-for-woocommerce' ), 1515 'costcenter' => esc_html__( 'Svea reference - Cost center', 'svea-checkout-for-woocommerce' ), 1516 'letternumber' => esc_html__( 'Svea reference - Letter number', 'svea-checkout-for-woocommerce' ), 1517 'accountingnumber' => esc_html__( 'Svea reference - Accounting number', 'svea-checkout-for-woocommerce' ), 1518 'purchase' => esc_html__( 'Svea reference - Purchase/requisition number', 'svea-checkout-for-woocommerce' ), 1519 ]; 1520 1521 foreach ( $billing_ref_list as $key => $label ) : 1522 $billing_ref = $order->get_meta( '_svea_co_billing_reference_' . $key ); 1523 1524 if ( ! empty( $billing_ref ) ) : 1525 1526 ?> 1527 <p> 1528 <strong><?php echo esc_html( $label ); ?>:</strong> 1529 <?php echo esc_html( $billing_ref ); ?> 1530 </p> 1531 <?php 1532 1533 endif; 1534 endforeach; 1535 1536 ?> 1507 1537 <?php if ( ! empty( $registration_number ) ) : ?> 1508 1538 <p> -
svea-checkout-for-woocommerce/tags/3.3.5/languages/svea-checkout-for-woocommerce-sv_SE.po
r2850369 r3359045 2 2 msgstr "" 3 3 "Project-Id-Version: Svea Checkout for WooCommerce\n" 4 "POT-Creation-Date: 202 3-01-17 15:50+0100\n"4 "POT-Creation-Date: 2025-09-09 16:29+0200\n" 5 5 "PO-Revision-Date: \n" 6 6 "Last-Translator: \n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 " X-Generator: Poedit 3.2.2\n"13 "X- Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"14 " _n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"15 " esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"12 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 "X-Generator: Poedit 3.6\n" 14 "X-Poedit-KeywordsList: " 15 "__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" 16 16 "X-Poedit-Basepath: ..\n" 17 17 "X-Poedit-SourceCharset: UTF-8\n" … … 23 23 "X-Poedit-SearchPathExcluded-3: console\n" 24 24 25 #: inc/Admin.php:132 26 msgid "Minimum age" 27 msgstr "" 28 29 #: inc/Admin.php:135 30 msgid "Minimum age required to purchase this product via Svea Checkout." 31 msgstr "" 32 25 33 #: inc/Admin.php:140 26 msgid "Svea Log" 34 msgid "Entering a age restriction on a variation will overwrite this setting." 35 msgstr "" 36 37 #: inc/Admin.php:229 38 #, php-format 39 msgid "" 40 "In the last 48 hours, the site has not been responding within the expected " 41 "time frame for Svea. Svea Checkout expects a response within 8 seconds, but " 42 "your server has been recorded responding in %s seconds. This delay could " 43 "potentially cause issues with the checkout process. We recommend reaching " 44 "out to your hosting provider or contacting a developer who can investigate " 45 "why your server response time is longer than 8 seconds." 46 msgstr "" 47 48 #: inc/Admin.php:239 49 msgid "" 50 "Something went wrong when creating an Instore order. See order notes for " 51 "more information" 52 msgstr "" 53 54 #: inc/Admin.php:246 55 msgid "Instore order created successfully" 56 msgstr "" 57 58 #: inc/Admin.php:264 59 msgid "Invalid nonce" 60 msgstr "" 61 62 #: inc/Admin.php:267 inc/Admin.php:277 63 #, fuzzy 64 #| msgid "Missing cart" 65 msgid "Missing order ID" 66 msgstr "Saknar varukorg" 67 68 #: inc/Admin.php:270 69 msgid "You do not have permission to do this" 70 msgstr "" 71 72 #: inc/Admin.php:283 73 msgid "" 74 "An error occurred or the order has already been updated, please reload the " 75 "page" 76 msgstr "" 77 78 #: inc/Admin.php:286 79 msgid "The order is still waiting for a final status" 80 msgstr "" 81 82 #: inc/Admin.php:288 83 msgid "" 84 "The order has gotten the final status and have been updated in the " 85 "background. Make sure you don't overwrite the status when/if saving." 86 msgstr "" 87 88 #: inc/Admin.php:365 89 msgid "Payment not accepted in Svea" 90 msgstr "" 91 92 #: inc/Admin.php:402 inc/Admin.php:427 inc/Emails/Awaiting_Svea_Email.php:30 93 #: templates/backend/metabox.php:6 94 msgid "Awaiting status" 95 msgstr "" 96 97 #: inc/Admin.php:433 98 #, php-format 99 msgid "Awaiting status <span class=\"count\">(%s)</span>" 100 msgid_plural "Awaiting status <span class=\"count\">(%s)</span>" 101 msgstr[0] "" 102 msgstr[1] "" 103 104 #: inc/Admin.php:537 105 #, fuzzy 106 #| msgid "Svea Log" 107 msgid "Svea" 27 108 msgstr "Svea Log" 28 109 29 #: inc/Admin.php: 158110 #: inc/Admin.php:557 30 111 msgid "Order ID" 31 112 msgstr "OrderID" 32 113 33 #: inc/Admin.php: 159114 #: inc/Admin.php:558 34 115 msgid "Order Number" 35 116 msgstr "Ordernummer" 36 117 37 #: inc/Admin.php: 160118 #: inc/Admin.php:559 38 119 msgid "Svea order ID" 39 120 msgstr "Svea orderID" 40 121 41 #: inc/Admin.php:161 42 msgid "Payment intent #" 43 msgstr "Betalningsförsök #" 44 45 #: inc/Admin.php:162 122 #: inc/Admin.php:560 46 123 msgid "Payment type" 47 124 msgstr "Betalningstyp" 48 125 49 #: inc/Admin.php: 163126 #: inc/Admin.php:561 50 127 msgid "Currency" 51 128 msgstr "Valuta" 52 129 53 #: inc/Admin.php: 164130 #: inc/Admin.php:562 54 131 msgid "Order final" 55 132 msgstr "Slutgiltig order" 56 133 57 #: inc/Admin.php:165 134 #: inc/Admin.php:562 135 msgid "No" 136 msgstr "" 137 138 #: inc/Admin.php:563 58 139 msgid "Order final (formatted)" 59 140 msgstr "Slutgiltig order (formaterad)" 60 141 61 #: inc/Admin.php:362 62 #, php-format 63 msgid "%s is not a valid vat rate in %s. Order row (%s) was not synced" 64 msgstr "%s är inte en giltig momssats i %s. Orderraden (%s) har inte synkats" 65 66 #: inc/Admin.php:567 inc/Models/Svea_Item.php:287 142 #: inc/Admin.php:888 inc/Models/Svea_Item.php:471 67 143 msgid "Cash rounding" 68 144 msgstr "Öresavrundning" 69 145 70 #: inc/Helper.php:25 146 #: inc/Compat/Gift_Cards_For_WC_Compat.php:42 147 #: inc/Compat/WC_Smart_Coupons_Compat.php:94 148 #: inc/Compat/Yith_Gift_Cards_Compat.php:88 149 msgid "Gift card" 150 msgstr "" 151 152 #: inc/Emails/Awaiting_Svea_Email.php:31 153 msgid "" 154 "This is an order notification sent to customers if the order is awaiting " 155 "final status from Svea." 156 msgstr "" 157 158 #: inc/Emails/Awaiting_Svea_Email.php:54 159 msgid "Regarding your order at {site_title}" 160 msgstr "" 161 162 #: inc/Emails/Awaiting_Svea_Email.php:63 163 msgid "Thank you for your order" 164 msgstr "" 165 166 #: inc/Emails/Awaiting_Svea_Email.php:142 167 msgid "Thanks for using {site_url}!" 168 msgstr "" 169 170 #: inc/Helper.php:28 71 171 msgid "" 72 172 "The current currency is not supported in the selected country. Please switch " … … 76 176 "land eller valuta och ladda om sidan." 77 177 78 #: inc/Helper.php: 27178 #: inc/Helper.php:30 79 179 msgid "" 80 180 "The checkout cannot be displayed due to an error in the connection to Svea. " … … 84 184 "Vänligen kontakta butiksägaren angående detta fel." 85 185 86 #: inc/Helper.php: 29186 #: inc/Helper.php:32 87 187 msgid "" 88 188 "Order could not be fetched. Please contact the shop owner regarding this " … … 91 191 "Ordern kunde inte hämtas. Vänligen kontakta butiksägaren angående felet" 92 192 93 #: inc/Helper.php:3 1193 #: inc/Helper.php:34 94 194 msgid "Could not connect to Svea - 404" 95 195 msgstr "Kunde inte kontakta Svea - 404" 96 196 97 #: inc/Models/Svea_Order.php:118 197 #: inc/Instore.php:75 198 #, php-format 199 msgid "Instore order created with Svea ID: %s" 200 msgstr "" 201 202 #: inc/Instore.php:103 203 #, fuzzy, php-format 204 #| msgid "Error received when trying to cancel order in Svea: %s" 205 msgid "Error when creating instore order: %s" 206 msgstr "Ett fel uppstod vid försök till avbruten order i Svea: %s" 207 208 #: inc/Instore.php:140 209 msgid "Send Svea payment link" 210 msgstr "" 211 212 #: inc/Instore.php:149 213 #, fuzzy 214 #| msgid "Payment intent #" 215 msgid "Payment link is sent" 216 msgstr "Betalningsförsök #" 217 218 #: inc/Instore.php:153 219 msgid "SMS sent successfully" 220 msgstr "" 221 222 #: inc/Instore.php:155 223 msgid "SMS could not be sent, see order notes for more information" 224 msgstr "" 225 226 #: inc/Models/Svea_Checkout.php:104 inc/Models/Svea_Payment_Admin.php:112 98 227 msgid "Merchant ID and secret must be set to use Svea Checkout" 99 228 msgstr "" 100 229 "MerchandID och hemlig nyckel måste vara satt för att använda Svea Checkout" 101 230 102 #: inc/Models/Svea_Order.php:339 103 msgid "Could not connect" 104 msgstr "Kunde inte koppla upp" 105 106 #: inc/Models/Svea_Order.php:345 107 #, php-format 231 #: inc/Models/Svea_Checkout.php:142 232 #, fuzzy 233 #| msgid "Could not validate the order. Please try again" 234 msgid "Could not connect to Svea. Please try again" 235 msgstr "Kunde inte validera ordern. Vänligen försök igen" 236 237 #: inc/Models/Svea_Checkout.php:149 238 #, fuzzy, php-format 239 #| msgid "" 240 #| "The store does not have valid credentials for %1$s in combination with " 241 #| "%2$s. This is only visible to logged in store managers." 108 242 msgid "" 109 243 "The store does not have valid credentials for %1$s in combination with %2$s. " 110 "This is only visible to logged in store managers."244 "This message is only visible to logged in store managers." 111 245 msgstr "" 112 246 "Butiken verkar inte ha giltiga uppgifter för %1$s i kombination med %2$s " 113 247 "inlagt. Detta är endast synligt för inloggade butiksägare." 114 248 115 #: inc/Models/Svea_Order.php:461 inc/Models/Svea_Order.php:558 249 #: inc/Models/Svea_Checkout.php:311 250 #, fuzzy 251 #| msgid "Could not connect" 252 msgid "Could not create order items" 253 msgstr "Kunde inte koppla upp" 254 255 #: inc/Models/Svea_Checkout.php:401 116 256 msgid "Error message from Svea" 117 257 msgstr "Felmeddelande från Svea" 118 258 119 #: inc/Models/Svea_Order.php:499 120 msgid "Missing cart" 121 msgstr "Saknar varukorg" 122 123 #: inc/Scripts.php:44 259 #: inc/Models/Svea_Checkout.php:404 260 #, fuzzy 261 #| msgid "" 262 #| "Order could not be fetched. Please contact the shop owner regarding this " 263 #| "issue" 264 msgid "Checkout could not be loaded, please contact the store owner" 265 msgstr "" 266 "Ordern kunde inte hämtas. Vänligen kontakta butiksägaren angående felet" 267 268 #: inc/Models/Svea_Instore.php:100 269 #, fuzzy 270 #| msgid "Merchant ID and secret must be set to use Svea Checkout" 271 msgid "Merchant ID and password must be set to use Svea Instore" 272 msgstr "" 273 "MerchandID och hemlig nyckel måste vara satt för att använda Svea Checkout" 274 275 #: inc/Scripts.php:46 276 msgid "" 277 "The status has changed in the background. Make sure the you don't overwrite " 278 "the status when/if saving the order" 279 msgstr "" 280 281 #: inc/Scripts.php:47 282 msgid "The order is still awaiting the final status" 283 msgstr "" 284 285 #: inc/Scripts.php:48 286 msgid "" 287 "This will reload the page. Ensure all changes are saved before continuing" 288 msgstr "" 289 290 #: inc/Scripts.php:91 124 291 msgid "Could not validate the order. Please try again" 125 292 msgstr "Kunde inte validera ordern. Vänligen försök igen" 126 293 127 #: inc/Scripts.php:60 128 msgid "Choose media" 129 msgstr "Välj media" 130 131 #: inc/Template_Handler.php:140 294 #: inc/Template_Handler.php:86 295 msgid "Invalid subscription." 296 msgstr "" 297 298 #: inc/Template_Handler.php:92 299 msgid "This subscription has to use Svea Checkout." 300 msgstr "" 301 302 #: inc/Template_Handler.php:98 303 msgid "Invalid subscription key." 304 msgstr "" 305 306 #: inc/Template_Handler.php:104 307 msgid "Invalid nonce." 308 msgstr "" 309 310 #: inc/Template_Handler.php:147 311 #, fuzzy 312 #| msgid "Svea Payment method:" 313 msgid "Change payment method (Svea)" 314 msgstr "Svea betalningsmetod:" 315 316 #: inc/Template_Handler.php:148 317 msgid "" 318 "Endpoint for the My Account → Change Svea Subscription Payment Method " 319 "page" 320 msgstr "" 321 322 #: inc/Template_Handler.php:181 323 #, fuzzy 324 #| msgid "Card Payment" 325 msgctxt "label on button, imperative" 326 msgid "Change payment" 327 msgstr "Kortbetalning" 328 329 #: inc/Template_Handler.php:504 132 330 msgid "Could not load Svea Checkout" 133 331 msgstr "Kunde inte ladda Svea Checkout" 134 332 135 #: inc/Template_Handler.php: 286333 #: inc/Template_Handler.php:660 136 334 msgid "Sorry, your session has expired." 137 335 msgstr "Ledsen, din session har gått ut." 138 336 139 #: inc/Template_Handler.php: 286337 #: inc/Template_Handler.php:660 140 338 msgid "Return to shop" 141 339 msgstr "Gå tillbaka till butiken" 142 340 143 #: inc/Template_Handler.php: 394341 #: inc/Template_Handler.php:882 144 342 msgid "Use [woocommerce_checkout] shortcode" 145 343 msgstr "Använd [woocommerce_checkout] shortcode" 146 344 147 #: inc/WC_Gateway_Svea_Checkout.php: 206 inc/settings-svea-checkout.php:20345 #: inc/WC_Gateway_Svea_Checkout.php:347 inc/settings-svea-checkout.php:23 148 346 msgid "Svea Checkout" 149 347 msgstr "Svea Checkout" 150 348 151 #: inc/WC_Gateway_Svea_Checkout.php: 207349 #: inc/WC_Gateway_Svea_Checkout.php:348 152 350 msgid "" 153 351 "Svea Checkout provides a fully featured checkout solution that speeds up the " … … 157 355 "utcheckningningen för dina kunder." 158 356 159 #: inc/WC_Gateway_Svea_Checkout.php:216 357 #: inc/WC_Gateway_Svea_Checkout.php:351 358 msgid "Pay with Svea Checkout. Redirecting..." 359 msgstr "" 360 361 #: inc/WC_Gateway_Svea_Checkout.php:373 160 362 msgid "Invoice" 161 363 msgstr "Faktura" 162 364 163 #: inc/WC_Gateway_Svea_Checkout.php: 217365 #: inc/WC_Gateway_Svea_Checkout.php:374 164 366 msgid "Payment Plan" 165 367 msgstr "Betalningsplan" 166 368 167 #: inc/WC_Gateway_Svea_Checkout.php:218 inc/WC_Gateway_Svea_Checkout.php:219 369 #: inc/WC_Gateway_Svea_Checkout.php:375 inc/WC_Gateway_Svea_Checkout.php:376 370 #: inc/WC_Gateway_Svea_Checkout.php:377 168 371 msgid "Card Payment" 169 372 msgstr "Kortbetalning" 170 373 171 #: inc/WC_Gateway_Svea_Checkout.php: 220 inc/WC_Gateway_Svea_Checkout.php:221374 #: inc/WC_Gateway_Svea_Checkout.php:378 inc/WC_Gateway_Svea_Checkout.php:379 172 375 msgid "Account Credit" 173 376 msgstr "Konto-kredit" 174 377 175 #: inc/WC_Gateway_Svea_Checkout.php: 222378 #: inc/WC_Gateway_Svea_Checkout.php:380 176 379 msgid "Trustly" 177 380 msgstr "Trustly" 178 381 179 #: inc/WC_Gateway_Svea_Checkout.php:223 inc/WC_Gateway_Svea_Checkout.php:224 180 #: inc/WC_Gateway_Svea_Checkout.php:225 inc/WC_Gateway_Svea_Checkout.php:226 181 #: inc/WC_Gateway_Svea_Checkout.php:227 inc/WC_Gateway_Svea_Checkout.php:228 182 #: inc/WC_Gateway_Svea_Checkout.php:229 inc/WC_Gateway_Svea_Checkout.php:230 183 #: inc/WC_Gateway_Svea_Checkout.php:231 inc/WC_Gateway_Svea_Checkout.php:232 184 #: inc/WC_Gateway_Svea_Checkout.php:233 inc/WC_Gateway_Svea_Checkout.php:234 185 #: inc/WC_Gateway_Svea_Checkout.php:235 inc/WC_Gateway_Svea_Checkout.php:236 382 #: inc/WC_Gateway_Svea_Checkout.php:381 inc/WC_Gateway_Svea_Checkout.php:382 383 #: inc/WC_Gateway_Svea_Checkout.php:383 inc/WC_Gateway_Svea_Checkout.php:384 384 #: inc/WC_Gateway_Svea_Checkout.php:385 inc/WC_Gateway_Svea_Checkout.php:386 385 #: inc/WC_Gateway_Svea_Checkout.php:387 inc/WC_Gateway_Svea_Checkout.php:388 386 #: inc/WC_Gateway_Svea_Checkout.php:389 inc/WC_Gateway_Svea_Checkout.php:390 387 #: inc/WC_Gateway_Svea_Checkout.php:391 inc/WC_Gateway_Svea_Checkout.php:392 388 #: inc/WC_Gateway_Svea_Checkout.php:393 inc/WC_Gateway_Svea_Checkout.php:394 389 #: inc/WC_Gateway_Svea_Checkout.php:395 186 390 msgid "Direct bank" 187 391 msgstr "Direktbank" 188 392 189 #: inc/WC_Gateway_Svea_Checkout.php: 237393 #: inc/WC_Gateway_Svea_Checkout.php:396 inc/WC_Gateway_Svea_Checkout.php:397 190 394 msgid "Swish" 191 395 msgstr "Swish" 192 396 193 #: inc/WC_Gateway_Svea_Checkout.php: 238397 #: inc/WC_Gateway_Svea_Checkout.php:398 194 398 msgid "Vipps" 195 399 msgstr "Vipps" 196 400 197 #: inc/WC_Gateway_Svea_Checkout.php: 239401 #: inc/WC_Gateway_Svea_Checkout.php:399 198 402 msgid "Mobilepay" 199 403 msgstr "Mobilepay" 200 404 201 #: inc/WC_Gateway_Svea_Checkout.php:436 405 #: inc/WC_Gateway_Svea_Checkout.php:400 406 msgid "Zero sum" 407 msgstr "" 408 409 #: inc/WC_Gateway_Svea_Checkout.php:405 410 #, fuzzy 411 #| msgid "Payment reference" 412 msgid "Invoice reference" 413 msgstr "Betalningsreferens" 414 415 #: inc/WC_Gateway_Svea_Checkout.php:409 416 msgid "Invoice recipient" 417 msgstr "" 418 419 #: inc/WC_Gateway_Svea_Checkout.php:413 420 msgid "Contact person" 421 msgstr "" 422 423 #: inc/WC_Gateway_Svea_Checkout.php:417 424 #, fuzzy 425 #| msgid "Organisation number:" 426 msgid "Purchase/requisition number" 427 msgstr "Organisationsnummer:" 428 429 #: inc/WC_Gateway_Svea_Checkout.php:421 430 msgid "Cost center" 431 msgstr "" 432 433 #: inc/WC_Gateway_Svea_Checkout.php:425 434 #, fuzzy 435 #| msgid "Order Number" 436 msgid "Letter number" 437 msgstr "Ordernummer" 438 439 #: inc/WC_Gateway_Svea_Checkout.php:429 440 msgid "Accounting number" 441 msgstr "" 442 443 #: inc/WC_Gateway_Svea_Checkout.php:433 444 msgid "Undefined" 445 msgstr "" 446 447 #: inc/WC_Gateway_Svea_Checkout.php:785 202 448 msgid "Error when getting part payment plans from Svea. Please try again." 203 449 msgstr "" … … 205 451 "försök igen." 206 452 207 #: inc/WC_Gateway_Svea_Checkout.php: 519453 #: inc/WC_Gateway_Svea_Checkout.php:879 208 454 #, php-format 209 455 msgid "Part pay from %s/month" 210 456 msgstr "Delbetala från %s/månad" 211 457 212 #: inc/WC_Gateway_Svea_Checkout.php: 622458 #: inc/WC_Gateway_Svea_Checkout.php:986 inc/settings-svea-checkout.php:80 213 459 msgid "Sweden" 214 460 msgstr "Sverige" 215 461 216 #: inc/WC_Gateway_Svea_Checkout.php: 623462 #: inc/WC_Gateway_Svea_Checkout.php:987 inc/settings-svea-checkout.php:135 217 463 msgid "Norway" 218 464 msgstr "Norge" 219 465 220 #: inc/WC_Gateway_Svea_Checkout.php: 624466 #: inc/WC_Gateway_Svea_Checkout.php:988 inc/settings-svea-checkout.php:190 221 467 msgid "Finland" 222 468 msgstr "Finland" 223 469 224 #: inc/WC_Gateway_Svea_Checkout.php:700 470 #: inc/WC_Gateway_Svea_Checkout.php:989 inc/settings-svea-checkout.php:245 471 #, fuzzy 472 #| msgid "Secret - Denmark" 473 msgid "Denmark" 474 msgstr "Hemlig nyckel - Danmark" 475 476 #: inc/WC_Gateway_Svea_Checkout.php:990 477 msgid "Global" 478 msgstr "" 479 480 #: inc/WC_Gateway_Svea_Checkout.php:1057 225 481 msgid "" 226 482 "Merchant ID and secret are either incorrect or does not have permission from " … … 232 488 "produktionsläge eller vice versa." 233 489 234 #: inc/WC_Gateway_Svea_Checkout.php:1092 490 #: inc/WC_Gateway_Svea_Checkout.php:1459 491 msgid "Cart is out of sync. Please reload the checkout and try again" 492 msgstr "" 493 494 #: inc/WC_Gateway_Svea_Checkout.php:1504 235 495 msgid "Svea Payment reference:" 236 496 msgstr "Svea betalningsreferens:" 237 497 238 #: inc/WC_Gateway_Svea_Checkout.php:1098 498 #: inc/WC_Gateway_Svea_Checkout.php:1512 499 msgid "Svea reference - Invoice reference" 500 msgstr "Svea-referens - Fakturareferens" 501 502 #: inc/WC_Gateway_Svea_Checkout.php:1513 503 msgid "Svea reference - Invoice recipient" 504 msgstr "Svea-referens - Fakturamottagare" 505 506 #: inc/WC_Gateway_Svea_Checkout.php:1514 507 msgid "Svea reference - Contact person" 508 msgstr "Svea-referens - Kontaktperson" 509 510 #: inc/WC_Gateway_Svea_Checkout.php:1535 239 511 msgid "Organisation number:" 240 512 msgstr "Organisationsnummer:" 241 513 242 #: inc/WC_Gateway_Svea_Checkout.php:1 105514 #: inc/WC_Gateway_Svea_Checkout.php:1542 243 515 msgid "Svea Payment method:" 244 516 msgstr "Svea betalningsmetod:" 245 517 246 #: inc/WC_Gateway_Svea_Checkout.php:1 128518 #: inc/WC_Gateway_Svea_Checkout.php:1565 247 519 msgid "Payment information" 248 520 msgstr "Betalningsinformation" 249 521 250 #: inc/WC_Gateway_Svea_Checkout.php:1 135522 #: inc/WC_Gateway_Svea_Checkout.php:1571 251 523 msgid "Payment reference" 252 524 msgstr "Betalningsreferens" 253 525 254 #: inc/WC_Gateway_Svea_Checkout.php:1 163526 #: inc/WC_Gateway_Svea_Checkout.php:1598 255 527 msgid "Svea order id is not set for this order" 256 528 msgstr "Sveas orderID är inte satt för denna order" 257 529 258 #: inc/WC_Gateway_Svea_Checkout.php:1 172 inc/WC_Gateway_Svea_Checkout.php:1358530 #: inc/WC_Gateway_Svea_Checkout.php:1607 inc/WC_Gateway_Svea_Checkout.php:1816 259 531 msgid "Error when getting order from Svea. Please try again." 260 532 msgstr "" 261 533 "Ett fel uppstod vid hämtning av ordern från Svea. Vänligen försök igen." 262 534 263 #: inc/WC_Gateway_Svea_Checkout.php:1 177535 #: inc/WC_Gateway_Svea_Checkout.php:1612 264 536 msgid "Svea has no actions available for this order." 265 537 msgstr "Svea tillåter inte denna handlingen för ordern." 266 538 267 #: inc/WC_Gateway_Svea_Checkout.php:1 195539 #: inc/WC_Gateway_Svea_Checkout.php:1630 268 540 msgid "Error when cancelling order amount in Svea. Please try again." 269 541 msgstr "" 270 542 "Ett fel uppstod vid avbrytandet av ordersumma i Svea. Vänligen försök igen." 271 543 272 #: inc/WC_Gateway_Svea_Checkout.php:1 199 inc/WC_Gateway_Svea_Checkout.php:1202544 #: inc/WC_Gateway_Svea_Checkout.php:1635 inc/WC_Gateway_Svea_Checkout.php:1639 273 545 #, php-format 274 546 msgid "Cancelled %s in Svea." 275 547 msgstr "Avbröt %s i Svea." 276 548 277 #: inc/WC_Gateway_Svea_Checkout.php:1 207549 #: inc/WC_Gateway_Svea_Checkout.php:1644 278 550 msgid "" 279 551 "No deliveries were found on this order. You can only credit if the order has " … … 283 555 "har blivit levererad." 284 556 285 #: inc/WC_Gateway_Svea_Checkout.php:1 271557 #: inc/WC_Gateway_Svea_Checkout.php:1712 286 558 #, php-format 287 559 msgid "Credit (%s)" 288 560 msgstr "Kreditera (%s)" 289 561 290 #: inc/WC_Gateway_Svea_Checkout.php:1 274562 #: inc/WC_Gateway_Svea_Checkout.php:1716 291 563 #, php-format 292 564 msgid "reason: %s" 293 565 msgstr "anledning: %s" 294 566 295 #: inc/WC_Gateway_Svea_Checkout.php:1296 inc/WC_Gateway_Svea_Checkout.php:1322 567 #: inc/WC_Gateway_Svea_Checkout.php:1743 568 #, fuzzy, php-format 569 #| msgid "Error received when trying to cancel order in Svea: %s" 570 msgid "Error when trying to credit in Svea. Message: %s" 571 msgstr "Ett fel uppstod vid försök till avbruten order i Svea: %s" 572 573 #: inc/WC_Gateway_Svea_Checkout.php:1747 inc/WC_Gateway_Svea_Checkout.php:1774 296 574 msgid "Error when crediting in Svea. Please try again." 297 575 msgstr "Ett fel uppstod vid kreditering i Svea. Vänligen försök igen." 298 576 299 #: inc/WC_Gateway_Svea_Checkout.php:1 302 inc/WC_Gateway_Svea_Checkout.php:1305300 #: inc/WC_Gateway_Svea_Checkout.php:1 325577 #: inc/WC_Gateway_Svea_Checkout.php:1753 inc/WC_Gateway_Svea_Checkout.php:1757 578 #: inc/WC_Gateway_Svea_Checkout.php:1779 inc/WC_Gateway_Svea_Checkout.php:1783 301 579 #, php-format 302 580 msgid "Credited %s in Svea." 303 581 msgstr "Krediterade %s i Svea." 304 582 305 #: inc/WC_Gateway_Svea_Checkout.php:1 333583 #: inc/WC_Gateway_Svea_Checkout.php:1791 306 584 msgid "This order can not be credited." 307 585 msgstr "Ordern kan inte krediteras." 308 586 309 #: inc/WC_Gateway_Svea_Checkout.php:1 364587 #: inc/WC_Gateway_Svea_Checkout.php:1822 310 588 msgid "Order is already delivered in Svea. No action needed." 311 589 msgstr "Ordern är redan levererad i Svea. Ingen handling krävs." 312 590 313 #: inc/WC_Gateway_Svea_Checkout.php:1 376591 #: inc/WC_Gateway_Svea_Checkout.php:1835 314 592 #, php-format 315 593 msgid "Error received when trying to deliver order in Svea: %s" 316 594 msgstr "Ett fel uppstod vid försök till leverans av order i Svea: %s" 317 595 318 #: inc/WC_Gateway_Svea_Checkout.php:1 383596 #: inc/WC_Gateway_Svea_Checkout.php:1842 319 597 msgid "Order was delivered in Svea." 320 598 msgstr "Ordern blev levererad i Svea." 321 599 322 #: inc/WC_Gateway_Svea_Checkout.php:1 426600 #: inc/WC_Gateway_Svea_Checkout.php:1891 323 601 #, php-format 324 602 msgid "Error received when trying to cancel order in Svea: %s" 325 603 msgstr "Ett fel uppstod vid försök till avbruten order i Svea: %s" 326 604 327 #: inc/WC_Gateway_Svea_Checkout.php:1 433605 #: inc/WC_Gateway_Svea_Checkout.php:1898 328 606 msgid "Order was cancelled in Svea." 329 607 msgstr "Ordern blev avbruten i Svea." 330 608 331 #: inc/Webhook_Handler.php:118 332 msgid "Something went wrong, please try again in a moment" 333 msgstr "Något gick fel, vänligen för igen om en stund" 334 335 #: inc/Webhook_Handler.php:163 609 #: inc/WC_Shipping_Svea_Nshift.php:30 inc/settings-shipping-nshift.php:14 610 msgid "Svea nShift" 611 msgstr "" 612 613 #: inc/WC_Shipping_Svea_Nshift.php:31 614 msgid "Lets your customer choose a shipping method via nShift." 615 msgstr "" 616 617 #: inc/Webhook_Handler.php:119 336 618 msgid "IP not allowed" 337 619 msgstr "IP’t är inte tillåtet" 338 620 339 #: inc/Webhook_Handler.php:378 621 #: inc/Webhook_Handler.php:246 622 #, fuzzy 623 #| msgid "Could not connect" 624 msgid "Could not find order" 625 msgstr "Kunde inte koppla upp" 626 627 #: inc/Webhook_Handler.php:267 628 msgid "Order total does not match" 629 msgstr "" 630 631 #: inc/Webhook_Handler.php:302 632 msgid "Order is out of sync, please reload the page" 633 msgstr "" 634 635 #: inc/Webhook_Handler.php:415 inc/Webhook_Handler.php:480 340 636 msgid "Missing params" 341 637 msgstr "Saknas parametrar" 342 638 343 #: inc/settings-svea-checkout.php:11 639 #: inc/Webhook_Handler.php:422 640 #, fuzzy 641 #| msgid "Svea order ID" 642 msgid "Invalid Svea order ID" 643 msgstr "Svea orderID" 644 645 #: inc/Webhook_Handler.php:559 646 msgid "" 647 "The order got a request to be cancelled in Svea. Please check the order in " 648 "PaymentAdmin to ensure that the order is being captured properly" 649 msgstr "" 650 651 #: inc/settings-shipping-nshift.php:11 652 msgid "Method title" 653 msgstr "" 654 655 #: inc/settings-shipping-nshift.php:13 656 msgid "Let your customer choose shipping via nShift." 657 msgstr "" 658 659 #: inc/settings-svea-checkout.php:14 344 660 msgid "Enable/Disable" 345 661 msgstr "Slå på/av" 346 662 347 #: inc/settings-svea-checkout.php:1 2663 #: inc/settings-svea-checkout.php:15 348 664 msgid "Enable Svea Checkout" 349 665 msgstr "Aktivera Svea Checkout" 350 666 351 #: inc/settings-svea-checkout.php: 18667 #: inc/settings-svea-checkout.php:21 352 668 msgid "Title" 353 669 msgstr "Rubrik" 354 670 355 #: inc/settings-svea-checkout.php:2 3671 #: inc/settings-svea-checkout.php:26 356 672 msgid "Customer Types" 357 673 msgstr "Kundtyp" 358 674 359 #: inc/settings-svea-checkout.php:2 6675 #: inc/settings-svea-checkout.php:29 360 676 msgid "Companies and individuals" 361 677 msgstr "Företag och privatpersoner" 362 678 363 #: inc/settings-svea-checkout.php: 27679 #: inc/settings-svea-checkout.php:30 364 680 msgid "Companies" 365 681 msgstr "Företag" 366 682 367 #: inc/settings-svea-checkout.php: 28683 #: inc/settings-svea-checkout.php:31 368 684 msgid "Individuals" 369 685 msgstr "Privatpersoner" 370 686 371 #: inc/settings-svea-checkout.php:3 1687 #: inc/settings-svea-checkout.php:34 372 688 msgid "Select which customer types you want to accept in your store." 373 689 msgstr "Välj vilken kundtyp du vill godta i butiken." 374 690 375 #: inc/settings-svea-checkout.php:35 691 #: inc/settings-svea-checkout.php:38 692 msgid "Store minimum age" 693 msgstr "" 694 695 #: inc/settings-svea-checkout.php:40 696 msgid "" 697 "Enter the minimum age required to purchase in the store. Any specific age " 698 "restrictions on products in the cart will override this. Leave blank or set " 699 "to 0 to not use this setting." 700 msgstr "" 701 702 #: inc/settings-svea-checkout.php:48 376 703 msgid "Default Customer Type" 377 704 msgstr "Standard kundtyp" 378 705 379 #: inc/settings-svea-checkout.php: 38706 #: inc/settings-svea-checkout.php:51 380 707 msgid "Individual" 381 708 msgstr "Privatperson" 382 709 383 #: inc/settings-svea-checkout.php: 39710 #: inc/settings-svea-checkout.php:52 384 711 msgid "Company" 385 712 msgstr "Företag" 386 713 387 #: inc/settings-svea-checkout.php: 42714 #: inc/settings-svea-checkout.php:55 388 715 msgid "" 389 716 "Select which customer type you want to be selected by default. Only " … … 393 720 "ifall butiken godtar både företag och privatpersoner." 394 721 395 #: inc/settings-svea-checkout.php: 45722 #: inc/settings-svea-checkout.php:58 396 723 msgid "E-mail read-only when logged in" 397 724 msgstr "E-post låst vid inloggad användare" 398 725 399 #: inc/settings-svea-checkout.php: 48726 #: inc/settings-svea-checkout.php:61 400 727 msgid "" 401 728 "Choose whether or not the e-mail address should be read only for logged in " … … 403 730 msgstr "Välj ifall e-postadress-fältet ska vara låst för inloggade användare." 404 731 405 #: inc/settings-svea-checkout.php: 51732 #: inc/settings-svea-checkout.php:64 406 733 msgid "Phone read-only when logged in" 407 734 msgstr "Telefonnummer låst vid inloggad användare" 408 735 409 #: inc/settings-svea-checkout.php: 54736 #: inc/settings-svea-checkout.php:67 410 737 msgid "" 411 738 "Choose whether or not the phonenumber should be read only for logged in " … … 413 740 msgstr "Välj ifall telefonnummer-fältet ska vara låst för inloggade användare." 414 741 415 #: inc/settings-svea-checkout.php: 57742 #: inc/settings-svea-checkout.php:70 416 743 msgid "Zip code read-only when logged in" 417 744 msgstr "Postnummer låst vid inloggad användare" 418 745 419 #: inc/settings-svea-checkout.php: 60746 #: inc/settings-svea-checkout.php:73 420 747 msgid "" 421 748 "Choose whether or not the zip code should be read only for logged in users." 422 749 msgstr "Välj ifall postkods-fältet ska vara låst för inloggade användare." 423 750 424 #: inc/settings-svea-checkout.php: 63751 #: inc/settings-svea-checkout.php:84 425 752 msgid "Merchant ID - Sweden" 426 753 msgstr "MerchantID - Sverige" 427 754 428 #: inc/settings-svea-checkout.php: 65755 #: inc/settings-svea-checkout.php:86 429 756 msgid "Please enter your Svea Merchant ID for Sweden. Leave blank to disable." 430 757 msgstr "" … … 432 759 "avaktivera." 433 760 434 #: inc/settings-svea-checkout.php: 70761 #: inc/settings-svea-checkout.php:92 435 762 msgid "Secret - Sweden" 436 763 msgstr "Hemlig nyckel - Sverige" 437 764 438 #: inc/settings-svea-checkout.php: 72765 #: inc/settings-svea-checkout.php:94 439 766 msgid "Please enter your Svea Secret for Sweden. Leave blank to disable." 440 767 msgstr "" … … 442 769 "avaktivera." 443 770 444 #: inc/settings-svea-checkout.php:77 771 #: inc/settings-svea-checkout.php:100 772 #, fuzzy 773 #| msgid "Merchant ID - Sweden" 774 msgid "Instore Merchant ID - Sweden" 775 msgstr "MerchantID - Sverige" 776 777 #: inc/settings-svea-checkout.php:102 778 #, fuzzy 779 #| msgid "" 780 #| "Please enter your Svea Merchant ID for Sweden. Leave blank to disable." 781 msgid "" 782 "Please enter your Svea Instore Merchant ID for Sweden. Leave blank to " 783 "disable." 784 msgstr "" 785 "Vänligen ange ditt Svea MerchantID för Sverige. Lämna tomt för att " 786 "avaktivera." 787 788 #: inc/settings-svea-checkout.php:108 789 #, fuzzy 790 #| msgid "Testmode - Sweden" 791 msgid "Instore password - Sweden" 792 msgstr "Testläge - Sverige" 793 794 #: inc/settings-svea-checkout.php:110 795 #, fuzzy 796 #| msgid "Please enter your Svea Secret for Sweden. Leave blank to disable." 797 msgid "" 798 "Please enter your Svea Instore password for Sweden. Leave blank to disable." 799 msgstr "" 800 "Vänligen ange ditt Svea hemliga nyckel för Sverige. Lämna tomt för att " 801 "avaktivera." 802 803 #: inc/settings-svea-checkout.php:116 804 msgid "Instore PaymentAdmin secret - Sweden" 805 msgstr "" 806 807 #: inc/settings-svea-checkout.php:118 808 #, fuzzy 809 #| msgid "Please enter your Svea Secret for Sweden. Leave blank to disable." 810 msgid "" 811 "Please enter your Svea Instore PaymentAdmin secret for Sweden. Leave blank " 812 "to disable." 813 msgstr "" 814 "Vänligen ange ditt Svea hemliga nyckel för Sverige. Lämna tomt för att " 815 "avaktivera." 816 817 #: inc/settings-svea-checkout.php:124 445 818 msgid "Testmode - Sweden" 446 819 msgstr "Testläge - Sverige" 447 820 448 #: inc/settings-svea-checkout.php: 78821 #: inc/settings-svea-checkout.php:125 449 822 msgid "Enable testmode in Sweden" 450 823 msgstr "Slå på testläge i Sverige" 451 824 452 #: inc/settings-svea-checkout.php: 84825 #: inc/settings-svea-checkout.php:139 453 826 msgid "Merchant ID - Norway" 454 827 msgstr "MerchantID - Norge" 455 828 456 #: inc/settings-svea-checkout.php: 86829 #: inc/settings-svea-checkout.php:141 457 830 msgid "Please enter your Svea Merchant ID for Norway. Leave blank to disable." 458 831 msgstr "" 459 832 "Vänligen ange ditt Svea MerchantID för Norge. Lämna tomt för att avaktivera." 460 833 461 #: inc/settings-svea-checkout.php: 91834 #: inc/settings-svea-checkout.php:147 462 835 msgid "Secret - Norway" 463 836 msgstr "Hemlig nyckel - Norge" 464 837 465 #: inc/settings-svea-checkout.php: 93838 #: inc/settings-svea-checkout.php:149 466 839 msgid "Please enter your Svea Secret for Norway. Leave blank to disable." 467 840 msgstr "" … … 469 842 "avaktivera." 470 843 471 #: inc/settings-svea-checkout.php:98 844 #: inc/settings-svea-checkout.php:155 845 #, fuzzy 846 #| msgid "Merchant ID - Norway" 847 msgid "Instore Merchant ID - Norway" 848 msgstr "MerchantID - Norge" 849 850 #: inc/settings-svea-checkout.php:157 851 #, fuzzy 852 #| msgid "" 853 #| "Please enter your Svea Merchant ID for Norway. Leave blank to disable." 854 msgid "" 855 "Please enter your Svea Instore Merchant ID for Norway. Leave blank to " 856 "disable." 857 msgstr "" 858 "Vänligen ange ditt Svea MerchantID för Norge. Lämna tomt för att avaktivera." 859 860 #: inc/settings-svea-checkout.php:163 861 #, fuzzy 862 #| msgid "Testmode - Norway" 863 msgid "Instore password - Norway" 864 msgstr "Testläge - Norge" 865 866 #: inc/settings-svea-checkout.php:165 867 #, fuzzy 868 #| msgid "Please enter your Svea Secret for Norway. Leave blank to disable." 869 msgid "" 870 "Please enter your Svea Instore password for Norway. Leave blank to disable." 871 msgstr "" 872 "Vänligen ange ditt Svea hemliga nyckel för Norge. Lämna tomt för att " 873 "avaktivera." 874 875 #: inc/settings-svea-checkout.php:171 876 msgid "Instore PaymentAdmin secret - Norway" 877 msgstr "" 878 879 #: inc/settings-svea-checkout.php:173 880 #, fuzzy 881 #| msgid "Please enter your Svea Secret for Norway. Leave blank to disable." 882 msgid "" 883 "Please enter your Svea Instore PaymentAdmin secret for Norway. Leave blank " 884 "to disable." 885 msgstr "" 886 "Vänligen ange ditt Svea hemliga nyckel för Norge. Lämna tomt för att " 887 "avaktivera." 888 889 #: inc/settings-svea-checkout.php:179 472 890 msgid "Testmode - Norway" 473 891 msgstr "Testläge - Norge" 474 892 475 #: inc/settings-svea-checkout.php: 99893 #: inc/settings-svea-checkout.php:180 476 894 msgid "Enable testmode in Norway" 477 895 msgstr "Slå på testläge i Norge" 478 896 479 #: inc/settings-svea-checkout.php:1 05897 #: inc/settings-svea-checkout.php:194 480 898 msgid "Merchant ID - Finland" 481 899 msgstr "MerchantID - Finland" 482 900 483 #: inc/settings-svea-checkout.php:1 07901 #: inc/settings-svea-checkout.php:196 484 902 msgid "Please enter your Svea Merchant ID for Finland. Leave blank to disable." 485 903 msgstr "" … … 487 905 "avaktivera." 488 906 489 #: inc/settings-svea-checkout.php: 112907 #: inc/settings-svea-checkout.php:202 490 908 msgid "Secret - Finland" 491 909 msgstr "Hemlig nyckel - Finland" 492 910 493 #: inc/settings-svea-checkout.php: 114911 #: inc/settings-svea-checkout.php:204 494 912 msgid "Please enter your Svea Secret for Finland. Leave blank to disable." 495 913 msgstr "" … … 497 915 "avaktivera." 498 916 499 #: inc/settings-svea-checkout.php:119 917 #: inc/settings-svea-checkout.php:210 918 #, fuzzy 919 #| msgid "Merchant ID - Finland" 920 msgid "Instore Merchant ID - Finland" 921 msgstr "MerchantID - Finland" 922 923 #: inc/settings-svea-checkout.php:212 924 #, fuzzy 925 #| msgid "" 926 #| "Please enter your Svea Merchant ID for Finland. Leave blank to disable." 927 msgid "" 928 "Please enter your Svea Instore Merchant ID for Finland. Leave blank to " 929 "disable." 930 msgstr "" 931 "Vänligen ange ditt Svea MerchantID för Finland. Lämna tomt för att " 932 "avaktivera." 933 934 #: inc/settings-svea-checkout.php:218 935 #, fuzzy 936 #| msgid "Testmode - Finland" 937 msgid "Instore password - Finland" 938 msgstr "Testläge - Finland" 939 940 #: inc/settings-svea-checkout.php:220 941 #, fuzzy 942 #| msgid "Please enter your Svea Secret for Finland. Leave blank to disable." 943 msgid "" 944 "Please enter your Svea Instore password for Finland. Leave blank to disable." 945 msgstr "" 946 "Vänligen ange ditt Svea hemliga nyckel för Finland. Lämna tomt för att " 947 "avaktivera." 948 949 #: inc/settings-svea-checkout.php:226 950 msgid "Instore PaymentAdmin secret - Finland" 951 msgstr "" 952 953 #: inc/settings-svea-checkout.php:228 954 #, fuzzy 955 #| msgid "Please enter your Svea Secret for Finland. Leave blank to disable." 956 msgid "" 957 "Please enter your Svea Instore PaymentAdmin secret for Finland. Leave blank " 958 "to disable." 959 msgstr "" 960 "Vänligen ange ditt Svea hemliga nyckel för Finland. Lämna tomt för att " 961 "avaktivera." 962 963 #: inc/settings-svea-checkout.php:234 500 964 msgid "Testmode - Finland" 501 965 msgstr "Testläge - Finland" 502 966 503 #: inc/settings-svea-checkout.php: 120967 #: inc/settings-svea-checkout.php:235 504 968 msgid "Enable testmode in Finland" 505 969 msgstr "Slå på testläge i Finland" 506 970 507 #: inc/settings-svea-checkout.php: 126971 #: inc/settings-svea-checkout.php:249 508 972 msgid "Merchant ID - Denmark" 509 973 msgstr "MerchantID - Danmark" 510 974 511 #: inc/settings-svea-checkout.php: 128975 #: inc/settings-svea-checkout.php:251 512 976 msgid "Please enter your Svea Merchant ID for Denmark. Leave blank to disable." 513 977 msgstr "" … … 515 979 "avaktivera." 516 980 517 #: inc/settings-svea-checkout.php: 133981 #: inc/settings-svea-checkout.php:257 518 982 msgid "Secret - Denmark" 519 983 msgstr "Hemlig nyckel - Danmark" 520 984 521 #: inc/settings-svea-checkout.php: 135985 #: inc/settings-svea-checkout.php:259 522 986 msgid "Please enter your Svea Secret for Denmark. Leave blank to disable." 523 987 msgstr "" … … 525 989 "avaktivera." 526 990 527 #: inc/settings-svea-checkout.php:140 991 #: inc/settings-svea-checkout.php:265 992 #, fuzzy 993 #| msgid "Merchant ID - Denmark" 994 msgid "Instore Merchant ID - Denmark" 995 msgstr "MerchantID - Danmark" 996 997 #: inc/settings-svea-checkout.php:267 998 #, fuzzy 999 #| msgid "" 1000 #| "Please enter your Svea Merchant ID for Denmark. Leave blank to disable." 1001 msgid "" 1002 "Please enter your Svea Instore Merchant ID for Denmark. Leave blank to " 1003 "disable." 1004 msgstr "" 1005 "Vänligen ange ditt Svea MerchantID för Danmark. Lämna tomt för att " 1006 "avaktivera." 1007 1008 #: inc/settings-svea-checkout.php:273 1009 #, fuzzy 1010 #| msgid "Testmode - Denmark" 1011 msgid "Instore password - Denmark" 1012 msgstr "Testläge - Danmark" 1013 1014 #: inc/settings-svea-checkout.php:275 1015 #, fuzzy 1016 #| msgid "Please enter your Svea Secret for Denmark. Leave blank to disable." 1017 msgid "" 1018 "Please enter your Svea Instore password for Denmark. Leave blank to disable." 1019 msgstr "" 1020 "Vänligen ange ditt Svea hemliga nyckel för Danmark. Lämna tomt för att " 1021 "avaktivera." 1022 1023 #: inc/settings-svea-checkout.php:281 1024 msgid "Instore PaymentAdmin secret - Denmark" 1025 msgstr "" 1026 1027 #: inc/settings-svea-checkout.php:283 1028 #, fuzzy 1029 #| msgid "Please enter your Svea Secret for Denmark. Leave blank to disable." 1030 msgid "" 1031 "Please enter your Svea Instore PaymentAdmin secret for Denmark. Leave blank " 1032 "to disable." 1033 msgstr "" 1034 "Vänligen ange ditt Svea hemliga nyckel för Danmark. Lämna tomt för att " 1035 "avaktivera." 1036 1037 #: inc/settings-svea-checkout.php:289 528 1038 msgid "Testmode - Denmark" 529 1039 msgstr "Testläge - Danmark" 530 1040 531 #: inc/settings-svea-checkout.php: 1411041 #: inc/settings-svea-checkout.php:290 532 1042 msgid "Enable testmode in Denmark" 533 1043 msgstr "Slå på testläge i Danmark" 534 1044 535 #: inc/settings-svea-checkout.php:147 1045 #: inc/settings-svea-checkout.php:300 1046 msgid "Global merchant" 1047 msgstr "" 1048 1049 #: inc/settings-svea-checkout.php:304 536 1050 msgid "Merchant ID - global" 537 1051 msgstr "MerchantID - Global" 538 1052 539 #: inc/settings-svea-checkout.php: 1491053 #: inc/settings-svea-checkout.php:306 540 1054 msgid "" 541 1055 "Please enter your Svea Merchant ID for the global. Leave blank to disable." … … 544 1058 "att avaktivera." 545 1059 546 #: inc/settings-svea-checkout.php: 1541060 #: inc/settings-svea-checkout.php:312 547 1061 msgid "Secret - global" 548 1062 msgstr "Hemlig nyckel - Global" 549 1063 550 #: inc/settings-svea-checkout.php: 1561064 #: inc/settings-svea-checkout.php:314 551 1065 msgid "" 552 1066 "Please enter your Svea Secret for the global checkout. Leave blank to " … … 556 1070 "för att avaktivera." 557 1071 558 #: inc/settings-svea-checkout.php:161 1072 #: inc/settings-svea-checkout.php:320 1073 #, fuzzy 1074 #| msgid "Merchant ID - global" 1075 msgid "Instore Merchant ID - global" 1076 msgstr "MerchantID - Global" 1077 1078 #: inc/settings-svea-checkout.php:322 1079 #, fuzzy 1080 #| msgid "" 1081 #| "Please enter your Svea Merchant ID for the global. Leave blank to disable." 1082 msgid "" 1083 "Please enter your Svea Instore Merchant ID for the global market. Leave " 1084 "blank to disable." 1085 msgstr "" 1086 "Vänligen ange ditt Svea MerchantID för den globala marknaden. Lämna tomt för " 1087 "att avaktivera." 1088 1089 #: inc/settings-svea-checkout.php:328 1090 #, fuzzy 1091 #| msgid "Testmode - global" 1092 msgid "Instore password - global" 1093 msgstr "Testläge - Global" 1094 1095 #: inc/settings-svea-checkout.php:330 1096 #, fuzzy 1097 #| msgid "" 1098 #| "Please enter your Svea Secret for the global checkout. Leave blank to " 1099 #| "disable." 1100 msgid "" 1101 "Please enter your Svea Instore password for the global market. Leave blank " 1102 "to disable." 1103 msgstr "" 1104 "Vänligen ange ditt Svea hemliga nyckel för den globala marknaden. Lämna tomt " 1105 "för att avaktivera." 1106 1107 #: inc/settings-svea-checkout.php:336 1108 msgid "Instore PaymentAdmin secret - Global" 1109 msgstr "" 1110 1111 #: inc/settings-svea-checkout.php:338 1112 #, fuzzy 1113 #| msgid "" 1114 #| "Please enter your Svea Secret for the global checkout. Leave blank to " 1115 #| "disable." 1116 msgid "" 1117 "Please enter your Svea Instore PaymentAdmin secret for the global market. " 1118 "Leave blank to disable." 1119 msgstr "" 1120 "Vänligen ange ditt Svea hemliga nyckel för den globala marknaden. Lämna tomt " 1121 "för att avaktivera." 1122 1123 #: inc/settings-svea-checkout.php:344 559 1124 msgid "Testmode - global" 560 1125 msgstr "Testläge - Global" 561 1126 562 #: inc/settings-svea-checkout.php: 1621127 #: inc/settings-svea-checkout.php:345 563 1128 msgid "Enable testmode in the global checkout" 564 1129 msgstr "Slå på testläge i den globala checkouten" 565 1130 566 #: inc/settings-svea-checkout.php:168 567 msgid "Logging" 568 msgstr "Loggning" 569 570 #: inc/settings-svea-checkout.php:169 571 msgid "Enable logs for Svea Checkout" 572 msgstr "Slå på loggar för Svea Checkout" 573 574 #: inc/settings-svea-checkout.php:174 575 msgid "Part payment widget" 1131 #: inc/settings-svea-checkout.php:355 1132 #, fuzzy 1133 #| msgid "Sync settings" 1134 msgid "Instore settings" 1135 msgstr "Synkinställningar" 1136 1137 #: inc/settings-svea-checkout.php:357 1138 msgid "" 1139 "Please note that you need to enable Instore via Svea for this functionality " 1140 "to work." 1141 msgstr "" 1142 1143 #: inc/settings-svea-checkout.php:360 1144 msgid "Instore link expire minutes" 1145 msgstr "" 1146 1147 #: inc/settings-svea-checkout.php:362 1148 msgid "Enter the number of minutes the Instore link will be valid for" 1149 msgstr "" 1150 1151 #: inc/settings-svea-checkout.php:370 1152 #, fuzzy 1153 #| msgid "Sync settings" 1154 msgid "nShift settings" 1155 msgstr "Synkinställningar" 1156 1157 #: inc/settings-svea-checkout.php:372 1158 msgid "" 1159 "Enable the nShift integration with the settings below. Please note that you " 1160 "need an agreement with both Svea and nShift for this functionality to work. " 1161 "When activated a shipping option named \"Svea nShift\" can be added." 1162 msgstr "" 1163 1164 #: inc/settings-svea-checkout.php:375 1165 #, fuzzy 1166 #| msgid "Enable Svea Checkout" 1167 msgid "Enable nShift" 1168 msgstr "Aktivera Svea Checkout" 1169 1170 #: inc/settings-svea-checkout.php:376 1171 msgid "" 1172 "Enable the nShift integration for the checkout (this requires an agreement " 1173 "with both Svea and nShift)" 1174 msgstr "" 1175 1176 #: inc/settings-svea-checkout.php:417 1177 #, fuzzy 1178 #| msgid "Part payment widget" 1179 msgid "Part payment module" 576 1180 msgstr "Betalnings-widget" 577 1181 578 #: inc/settings-svea-checkout.php:178 579 msgid "Display product part payment widget" 1182 #: inc/settings-svea-checkout.php:421 1183 #, fuzzy 1184 #| msgid "Display product part payment widget" 1185 msgid "Display product part payment module" 580 1186 msgstr "Visa en delbetalnings-widget" 581 1187 582 #: inc/settings-svea-checkout.php:180 583 msgid "" 584 "Display a widget on the product page which suggests a part payment plan for " 1188 #: inc/settings-svea-checkout.php:423 1189 #, fuzzy 1190 #| msgid "" 1191 #| "Display a widget on the product page which suggests a part payment plan " 1192 #| "for the customer to use to buy the product." 1193 msgid "" 1194 "Display a module on the product page which suggests a part payment plan for " 585 1195 "the customer to use to buy the product." 586 1196 msgstr "" … … 588 1198 "av produkten." 589 1199 590 #: inc/settings-svea-checkout.php:184 591 msgid "Product part payment widget position" 1200 #: inc/settings-svea-checkout.php:427 1201 #, fuzzy 1202 #| msgid "Product part payment widget position" 1203 msgid "Product part payment module position" 592 1204 msgstr "Position för produktens delbetalnings-widget" 593 1205 594 #: inc/settings-svea-checkout.php:186 595 msgid "" 596 "The position of the part payment widget on the product page. Is only " 597 "displayed if the widget is activated." 1206 #: inc/settings-svea-checkout.php:429 1207 #, fuzzy 1208 #| msgid "" 1209 #| "The position of the part payment widget on the product page. Is only " 1210 #| "displayed if the widget is activated." 1211 msgid "" 1212 "The position of the part payment module on the product page. Is only " 1213 "displayed if the module is activated." 598 1214 msgstr "" 599 1215 "Positionen för produktens delbetalnings-widget på produktsidan. Kommer " 600 1216 "endast att visas om widgeten är aktiverad." 601 1217 602 #: inc/settings-svea-checkout.php: 1891218 #: inc/settings-svea-checkout.php:432 603 1219 msgid "Between price and excerpt" 604 1220 msgstr "Mellan pris och utdrag" 605 1221 606 #: inc/settings-svea-checkout.php: 1901222 #: inc/settings-svea-checkout.php:433 607 1223 msgid "Between excerpt and add to cart" 608 1224 msgstr "Mellan utdrag och “Lägg i varukorg”" 609 1225 610 #: inc/settings-svea-checkout.php: 1911226 #: inc/settings-svea-checkout.php:434 611 1227 msgid "Between add to cart and product meta" 612 1228 msgstr "Mellan “Lägg i varukorg” och produktmeta" 613 1229 614 #: inc/settings-svea-checkout.php:195 1230 #: inc/settings-svea-checkout.php:442 1231 #, fuzzy 1232 #| msgid "Sync settings" 1233 msgid "Checkout settings" 1234 msgstr "Synkinställningar" 1235 1236 #: inc/settings-svea-checkout.php:446 615 1237 msgid "Hide \"Not you?\"" 616 1238 msgstr "Göm “Inte du?”" 617 1239 618 #: inc/settings-svea-checkout.php: 1971240 #: inc/settings-svea-checkout.php:448 619 1241 msgid "Hide the \"Not you?\" button in the Svea iframe." 620 1242 msgstr "Göm “Inte du?”-knappen i Sveas iframe." 621 1243 622 #: inc/settings-svea-checkout.php: 2011244 #: inc/settings-svea-checkout.php:452 623 1245 msgid "Hide \"Change address\"" 624 1246 msgstr "Göm “Ändra address”" 625 1247 626 #: inc/settings-svea-checkout.php: 2031248 #: inc/settings-svea-checkout.php:454 627 1249 msgid "Hide the \"Change address\" button in from the Svea iframe." 628 1250 msgstr "Göm “Ändra adress”-knappen i Sveas iframe." 629 1251 630 #: inc/settings-svea-checkout.php: 2071252 #: inc/settings-svea-checkout.php:458 631 1253 msgid "Hide the anonymous flow" 632 1254 msgstr "Glöm det anonyma flödet" 633 1255 634 #: inc/settings-svea-checkout.php: 2091256 #: inc/settings-svea-checkout.php:460 635 1257 msgid "" 636 1258 "Hide the anonymous flow, forcing users to identify with their national id to " … … 640 1262 "personnummer för att genomföra ett köp." 641 1263 642 #: inc/settings-svea-checkout.php: 2131264 #: inc/settings-svea-checkout.php:464 643 1265 msgid "Sync ZIP code from Svea" 644 1266 msgstr "Synka postnummer med Svea" 645 1267 646 #: inc/settings-svea-checkout.php: 2161268 #: inc/settings-svea-checkout.php:467 647 1269 msgid "" 648 1270 "Enable ZIP code sync from the Svea Checkout iframe to WooCommerce, this " … … 655 1277 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 656 1278 657 #: inc/settings-svea-checkout.php:223 1279 #: inc/settings-svea-checkout.php:474 1280 msgid "Zero sum orders" 1281 msgstr "" 1282 1283 #: inc/settings-svea-checkout.php:477 1284 msgid "" 1285 "Allow orders with a cost of 0 to go through Svea Checkout.<br />\n" 1286 "\t\t\t\t<strong>This needs to be enabled on your Svea account. Get in " 1287 "contact with Svea if you'd like to enable it.</strong>" 1288 msgstr "" 1289 1290 #: inc/settings-svea-checkout.php:488 658 1291 msgid "Sync settings" 659 1292 msgstr "Synkinställningar" 660 1293 661 #: inc/settings-svea-checkout.php: 2271294 #: inc/settings-svea-checkout.php:492 662 1295 msgid "Sync order completion" 663 1296 msgstr "Synka orderstatus “Färdigbehandlad\"" 664 1297 665 #: inc/settings-svea-checkout.php: 2301298 #: inc/settings-svea-checkout.php:495 666 1299 msgid "" 667 1300 "Enable automatic sync of completed orders from WooCommerce to Svea. <br />\n" … … 673 1306 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 674 1307 675 #: inc/settings-svea-checkout.php: 2371308 #: inc/settings-svea-checkout.php:502 676 1309 msgid "Sync order cancellation" 677 1310 msgstr "Synka orderstatus “Avbruten”" 678 1311 679 #: inc/settings-svea-checkout.php: 2401312 #: inc/settings-svea-checkout.php:505 680 1313 msgid "" 681 1314 "Enable automatic sync of cancelled orders from WooCommerce to Svea. <br />\n" … … 687 1320 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 688 1321 689 #: inc/settings-svea-checkout.php: 2471322 #: inc/settings-svea-checkout.php:512 690 1323 msgid "Sync order rows" 691 1324 msgstr "Synka orderrader" 692 1325 693 #: inc/settings-svea-checkout.php: 2501326 #: inc/settings-svea-checkout.php:515 694 1327 msgid "" 695 1328 "Enable automatic sync of order rows changed after purchase from WooCommerce " … … 706 1339 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 707 1340 708 #: inc/settings-svea-checkout.php: 2581341 #: inc/settings-svea-checkout.php:523 709 1342 msgid "Use IP restriction" 710 1343 msgstr "Använd IP-begränsning" 711 1344 712 #: inc/settings-svea-checkout.php: 2611345 #: inc/settings-svea-checkout.php:526 713 1346 msgid "" 714 1347 "Verify the IP to one of Sveas server.<br />\n" … … 723 1356 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 724 1357 725 #: svea-checkout-for-woocommerce.php:67 1358 #: inc/settings-svea-checkout.php:538 1359 #, fuzzy 1360 #| msgid "Other payment options" 1361 msgid "Other settings" 1362 msgstr "Andra betalningsalternativ" 1363 1364 #: inc/settings-svea-checkout.php:542 1365 msgid "Logging" 1366 msgstr "Loggning" 1367 1368 #: inc/settings-svea-checkout.php:543 1369 msgid "Enable logs for Svea Checkout" 1370 msgstr "Slå på loggar för Svea Checkout" 1371 1372 #: svea-checkout-for-woocommerce.php:122 1373 msgid "" 1374 "WooCommerce Svea Checkout Gateway has been deactivated because WooCommerce " 1375 "is not installed. Please install WooCommerce and re-activate." 1376 msgstr "" 1377 "WooComemrce Svea Checkout har blivit avaktiverad eftersom WooCommerce inte " 1378 "är installerat. Vänligen installera WooCommerce och aktiver igen." 1379 1380 #: svea-checkout-for-woocommerce.php:138 726 1381 msgid "Svea Checkout for WooCommerce" 727 1382 msgstr "Svea Checkout för WooCommerce" 728 1383 729 #: svea-checkout-for-woocommerce.php: 681384 #: svea-checkout-for-woocommerce.php:139 730 1385 msgid "Process payments in WooCommerce via Svea Checkout" 731 1386 msgstr "Behandla betalningar i WooCommerce via Svea Checkout" 732 1387 733 #: svea-checkout-for-woocommerce.php:77 734 msgid "" 735 "WooCommerce Svea Checkout Gateway has been deactivated because WooCommerce " 736 "is not installed. Please install WooCommerce and re-activate." 737 msgstr "" 738 "WooComemrce Svea Checkout har blivit avaktiverad eftersom WooCommerce inte " 739 "är installerat. Vänligen installera WooCommerce och aktiver igen." 740 741 #: svea-checkout-for-woocommerce.php:219 742 #, php-format 743 msgid "" 744 "WooCommerce decimals is set to %d, lower than 2 which is the required " 1388 #: svea-checkout-for-woocommerce.php:311 1389 #, fuzzy, php-format 1390 #| msgid "" 1391 #| "WooCommerce decimals is set to %d, lower than 2 which is the required " 1392 #| "setting for Svea Checkout to work properly. If you want to hide decimals " 1393 #| "altogether, add this snippet to your functions.php: %sIf you have just " 1394 #| "changed the setting, you can ignore this message." 1395 msgid "" 1396 "WooCommerce decimals is set to %1$d, lower than 2 which is the required " 745 1397 "setting for Svea Checkout to work properly. If you want to hide decimals " 746 "altogether, add this snippet to your functions.php: % sIf you have just "1398 "altogether, add this snippet to your functions.php: %2$s If you have just " 747 1399 "changed the setting, you can ignore this message." 748 1400 msgstr "" … … 752 1404 "inställningen kan du ignorera det här meddelandet." 753 1405 754 #: templates/checkout/review-order.php:30 755 msgid "Product" 756 msgstr "Produkt" 757 758 #: templates/checkout/review-order.php:31 759 #: templates/checkout/review-order.php:132 760 msgid "Total" 761 msgstr "Total" 762 763 #: templates/checkout/review-order.php:68 764 msgid "Subtotal" 765 msgstr "Delsumma" 766 767 #: templates/svea-checkout.php:28 1406 #: svea-checkout-for-woocommerce.php:330 1407 msgid "" 1408 "The store is currently set to require company name, but Svea Checkout is set " 1409 "to sell to individuals as well. This will cause an error in the checkout. To " 1410 "fix this, please remove the requirement for company name in the WooCommerce " 1411 "settings under Appearance > Customize > WooCommerce > Checkout > Company " 1412 "name field." 1413 msgstr "" 1414 1415 #: svea-checkout-for-woocommerce.php:341 1416 msgid "" 1417 "The store is currently set not to use \"Company name\", but Svea Checkout is " 1418 "set to sell to companies. This will prevent this field from being saved on " 1419 "orders made. To fix this, please set the field \"Company name\" to " 1420 "\"Optional\" in the WooCommerce settings under Appearance > Customize > " 1421 "WooCommerce > Checkout > Company name field." 1422 msgstr "" 1423 1424 #: svea-checkout-for-woocommerce.php:353 1425 msgid "" 1426 "The store is currently set to require \"Address line 2\", which is a field " 1427 "that isn't present in all cases in Svea Checkout. This will cause an error " 1428 "in the checkout. To fix this, please remove the requirement for address line " 1429 "2 in the WooCommerce settings under Appearance > Customize > WooCommerce > " 1430 "Checkout > Address line 2 field." 1431 msgstr "" 1432 1433 #: svea-checkout-for-woocommerce.php:361 1434 msgid "" 1435 "The store is currently set not to use \"Address line 2\". This will prevent " 1436 "this field from being saved on orders made. To fix this, please set the " 1437 "field \"Address line 2\" to \"Optional\" in the WooCommerce settings under " 1438 "Appearance > Customize > WooCommerce > Checkout > Address line 2 field." 1439 msgstr "" 1440 1441 #: svea-checkout-for-woocommerce.php:374 1442 msgid "" 1443 "The store is currently set not to use \"Phone\". This will prevent phone " 1444 "numbers to be saved on orders made. To fix this, please set the field " 1445 "\"Phone\" to \"Required\" in the WooCommerce settings under Appearance > " 1446 "Customize > WooCommerce > Checkout > Phone field." 1447 msgstr "" 1448 1449 #: svea-checkout-for-woocommerce.php:385 1450 msgid "" 1451 "The store is currently set to round taxes at the subtotal, which could " 1452 "result in faulty tax calculation between WooCommerce and Svea Checkout. To " 1453 "fix this, please set the field \"Round tax at subtotal\" to \"No\" in the " 1454 "WooCommerce settings under WooCommerce > Settings > Tax > Prices entered " 1455 "with tax." 1456 msgstr "" 1457 1458 #: svea-checkout-for-woocommerce.php:398 1459 #, fuzzy 1460 #| msgid "Sync settings" 1461 msgid "Settings" 1462 msgstr "Synkinställningar" 1463 1464 #: templates/backend/metabox.php:7 1465 msgid "" 1466 "This order is awaiting the final status from Svea and will update itself " 1467 "automatically. You do not need to do anything with this order but if you " 1468 "would like to check the status right now you can do so by clicking the " 1469 "button below" 1470 msgstr "" 1471 1472 #: templates/backend/metabox.php:9 1473 msgid "Fetching status" 1474 msgstr "" 1475 1476 #: templates/backend/metabox.php:9 1477 msgid "Check status now" 1478 msgstr "" 1479 1480 #: templates/backend/metabox.php:15 1481 #, fuzzy 1482 #| msgid "Payment information" 1483 msgid "Order information" 1484 msgstr "Betalningsinformation" 1485 1486 #: templates/backend/metabox.php:29 1487 msgid "nShift data" 1488 msgstr "" 1489 1490 #: templates/checkout/additional-fields.php:24 1491 msgid "Create an account?" 1492 msgstr "Skapa ett konto?" 1493 1494 #: templates/checkout/additional-fields.php:51 1495 #, fuzzy 1496 #| msgid "Payment information" 1497 msgid "Additional information" 1498 msgstr "Betalningsinformation" 1499 1500 #: templates/emails/customer-awaiting-svea.php:18 1501 #: templates/emails/plain/customer-awaiting-svea.php:15 1502 #, php-format 1503 msgid "Hi %s," 1504 msgstr "" 1505 1506 #: templates/emails/customer-awaiting-svea.php:20 1507 #: templates/emails/plain/customer-awaiting-svea.php:17 1508 #, php-format 1509 msgid "" 1510 "We've received your order #%s. You will receive an email as soon as we've " 1511 "started processing your order" 1512 msgstr "" 1513 1514 #: templates/svea-checkout.php:30 768 1515 msgid "You must be logged in to checkout." 769 1516 msgstr "Du måste logga in för att slutföra köpet." 770 1517 771 #: templates/svea-checkout.php: 521518 #: templates/svea-checkout.php:47 772 1519 msgid "Country" 773 1520 msgstr "Land" 774 1521 775 #: templates/svea-checkout.php:83 776 msgid "Create an account?" 777 msgstr "Skapa ett konto?" 778 779 #: templates/svea-checkout.php:101 780 msgid "A password will be generated and sent to your email" 781 msgstr "Ett lösenord kommer att genereras och skickas till din e-post" 782 783 #: templates/svea-checkout.php:119 784 msgid "Order notes" 785 msgstr "Ordernoteringar" 786 787 #: templates/svea-checkout.php:120 788 msgid "Notes about your order, e.g. special notes for delivery." 789 msgstr "Noteringar kring din order, exempelvis en notering kring leverans." 790 791 #: templates/svea-checkout.php:150 1522 #: templates/svea-checkout.php:60 1523 msgid "State" 1524 msgstr "" 1525 1526 #: templates/svea-checkout.php:74 1527 msgid "Your order" 1528 msgstr "" 1529 1530 #: templates/svea-checkout.php:104 792 1531 msgid "Other payment options" 793 1532 msgstr "Andra betalningsalternativ" 1533 1534 #, php-format 1535 #~ msgid "%s is not a valid vat rate in %s. Order row (%s) was not synced" 1536 #~ msgstr "" 1537 #~ "%s är inte en giltig momssats i %s. Orderraden (%s) har inte synkats" 1538 1539 #~ msgid "Choose media" 1540 #~ msgstr "Välj media" 1541 1542 #~ msgid "Something went wrong, please try again in a moment" 1543 #~ msgstr "Något gick fel, vänligen för igen om en stund" 1544 1545 #~ msgid "Product" 1546 #~ msgstr "Produkt" 1547 1548 #~ msgid "Total" 1549 #~ msgstr "Total" 1550 1551 #~ msgid "Subtotal" 1552 #~ msgstr "Delsumma" 1553 1554 #~ msgid "A password will be generated and sent to your email" 1555 #~ msgstr "Ett lösenord kommer att genereras och skickas till din e-post" 1556 1557 #~ msgid "Order notes" 1558 #~ msgstr "Ordernoteringar" 1559 1560 #~ msgid "Notes about your order, e.g. special notes for delivery." 1561 #~ msgstr "Noteringar kring din order, exempelvis en notering kring leverans." 794 1562 795 1563 #~ msgid "Save cancelled orders" -
svea-checkout-for-woocommerce/tags/3.3.5/readme.txt
r3353744 r3359045 10 10 License: Apache 2.0 11 11 License URI: https://www.apache.org/licenses/LICENSE-2.0 12 Stable tag: 3.3. 412 Stable tag: 3.3.5 13 13 14 14 Supercharge your WooCommerce Store with powerful features to pay via Svea Checkout! … … 91 91 == Upgrade Notice == 92 92 93 = 3.3.5 = 94 3.3.5 is a patch release 95 93 96 = 3.3.4 = 94 97 3.3.4 is a patch release … … 396 399 397 400 == Changelog == 401 402 = 3.3.5 2025-09-10 = 403 - Handle all different types of billing references and show them in the order view. Properly save first and last name from references. 398 404 399 405 = 3.3.4 2025-09-01 = -
svea-checkout-for-woocommerce/tags/3.3.5/svea-checkout-for-woocommerce.php
r3353744 r3359045 14 14 * Plugin URI: https://wordpress.org/plugins/svea-checkout-for-woocommerce/ 15 15 * Description: Process payments in WooCommerce via Svea Checkout. 16 * Version: 3.3. 416 * Version: 3.3.5 17 17 * Requires Plugins: woocommerce 18 18 * Author: The Generation AB … … 47 47 * Version of plugin 48 48 */ 49 const VERSION = '3.3. 4';49 const VERSION = '3.3.5'; 50 50 51 51 /** -
svea-checkout-for-woocommerce/trunk/inc/Admin.php
r3328213 r3359045 478 478 479 479 $ref_list = [ 480 'invoice _reference',481 'invoice _recipient',482 'contact _person',480 'invoicereference', 481 'invoicerecipient', 482 'contactperson', 483 483 ]; 484 484 485 foreach ( $ref_list as $key ) { 485 486 $val = $wc_order->get_meta( '_svea_co_billing_reference_' . $key ); -
svea-checkout-for-woocommerce/trunk/inc/WC_Gateway_Svea_Checkout.php
r3320402 r3359045 1496 1496 $registration_number = $order->get_meta( '_svea_co_company_reg_number' ); 1497 1497 $customer_reference = $order->get_meta( '_svea_co_customer_reference' ); 1498 1498 1499 ?> 1499 1500 <div class="address"> … … 1505 1506 </p> 1506 1507 <?php endif; ?> 1508 <?php 1509 1510 // Fetch customer reference from different meta values if empty 1511 $billing_ref_list = [ 1512 'invoicereference' => esc_html__( 'Svea reference - Invoice reference', 'svea-checkout-for-woocommerce' ), 1513 'invoicerecipient' => esc_html__( 'Svea reference - Invoice recipient', 'svea-checkout-for-woocommerce' ), 1514 'contactperson' => esc_html__( 'Svea reference - Contact person', 'svea-checkout-for-woocommerce' ), 1515 'costcenter' => esc_html__( 'Svea reference - Cost center', 'svea-checkout-for-woocommerce' ), 1516 'letternumber' => esc_html__( 'Svea reference - Letter number', 'svea-checkout-for-woocommerce' ), 1517 'accountingnumber' => esc_html__( 'Svea reference - Accounting number', 'svea-checkout-for-woocommerce' ), 1518 'purchase' => esc_html__( 'Svea reference - Purchase/requisition number', 'svea-checkout-for-woocommerce' ), 1519 ]; 1520 1521 foreach ( $billing_ref_list as $key => $label ) : 1522 $billing_ref = $order->get_meta( '_svea_co_billing_reference_' . $key ); 1523 1524 if ( ! empty( $billing_ref ) ) : 1525 1526 ?> 1527 <p> 1528 <strong><?php echo esc_html( $label ); ?>:</strong> 1529 <?php echo esc_html( $billing_ref ); ?> 1530 </p> 1531 <?php 1532 1533 endif; 1534 endforeach; 1535 1536 ?> 1507 1537 <?php if ( ! empty( $registration_number ) ) : ?> 1508 1538 <p> -
svea-checkout-for-woocommerce/trunk/languages/svea-checkout-for-woocommerce-sv_SE.po
r2850369 r3359045 2 2 msgstr "" 3 3 "Project-Id-Version: Svea Checkout for WooCommerce\n" 4 "POT-Creation-Date: 202 3-01-17 15:50+0100\n"4 "POT-Creation-Date: 2025-09-09 16:29+0200\n" 5 5 "PO-Revision-Date: \n" 6 6 "Last-Translator: \n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 " X-Generator: Poedit 3.2.2\n"13 "X- Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"14 " _n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"15 " esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"12 "Plural-Forms: nplurals=2; plural=(n != 1);\n" 13 "X-Generator: Poedit 3.6\n" 14 "X-Poedit-KeywordsList: " 15 "__;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" 16 16 "X-Poedit-Basepath: ..\n" 17 17 "X-Poedit-SourceCharset: UTF-8\n" … … 23 23 "X-Poedit-SearchPathExcluded-3: console\n" 24 24 25 #: inc/Admin.php:132 26 msgid "Minimum age" 27 msgstr "" 28 29 #: inc/Admin.php:135 30 msgid "Minimum age required to purchase this product via Svea Checkout." 31 msgstr "" 32 25 33 #: inc/Admin.php:140 26 msgid "Svea Log" 34 msgid "Entering a age restriction on a variation will overwrite this setting." 35 msgstr "" 36 37 #: inc/Admin.php:229 38 #, php-format 39 msgid "" 40 "In the last 48 hours, the site has not been responding within the expected " 41 "time frame for Svea. Svea Checkout expects a response within 8 seconds, but " 42 "your server has been recorded responding in %s seconds. This delay could " 43 "potentially cause issues with the checkout process. We recommend reaching " 44 "out to your hosting provider or contacting a developer who can investigate " 45 "why your server response time is longer than 8 seconds." 46 msgstr "" 47 48 #: inc/Admin.php:239 49 msgid "" 50 "Something went wrong when creating an Instore order. See order notes for " 51 "more information" 52 msgstr "" 53 54 #: inc/Admin.php:246 55 msgid "Instore order created successfully" 56 msgstr "" 57 58 #: inc/Admin.php:264 59 msgid "Invalid nonce" 60 msgstr "" 61 62 #: inc/Admin.php:267 inc/Admin.php:277 63 #, fuzzy 64 #| msgid "Missing cart" 65 msgid "Missing order ID" 66 msgstr "Saknar varukorg" 67 68 #: inc/Admin.php:270 69 msgid "You do not have permission to do this" 70 msgstr "" 71 72 #: inc/Admin.php:283 73 msgid "" 74 "An error occurred or the order has already been updated, please reload the " 75 "page" 76 msgstr "" 77 78 #: inc/Admin.php:286 79 msgid "The order is still waiting for a final status" 80 msgstr "" 81 82 #: inc/Admin.php:288 83 msgid "" 84 "The order has gotten the final status and have been updated in the " 85 "background. Make sure you don't overwrite the status when/if saving." 86 msgstr "" 87 88 #: inc/Admin.php:365 89 msgid "Payment not accepted in Svea" 90 msgstr "" 91 92 #: inc/Admin.php:402 inc/Admin.php:427 inc/Emails/Awaiting_Svea_Email.php:30 93 #: templates/backend/metabox.php:6 94 msgid "Awaiting status" 95 msgstr "" 96 97 #: inc/Admin.php:433 98 #, php-format 99 msgid "Awaiting status <span class=\"count\">(%s)</span>" 100 msgid_plural "Awaiting status <span class=\"count\">(%s)</span>" 101 msgstr[0] "" 102 msgstr[1] "" 103 104 #: inc/Admin.php:537 105 #, fuzzy 106 #| msgid "Svea Log" 107 msgid "Svea" 27 108 msgstr "Svea Log" 28 109 29 #: inc/Admin.php: 158110 #: inc/Admin.php:557 30 111 msgid "Order ID" 31 112 msgstr "OrderID" 32 113 33 #: inc/Admin.php: 159114 #: inc/Admin.php:558 34 115 msgid "Order Number" 35 116 msgstr "Ordernummer" 36 117 37 #: inc/Admin.php: 160118 #: inc/Admin.php:559 38 119 msgid "Svea order ID" 39 120 msgstr "Svea orderID" 40 121 41 #: inc/Admin.php:161 42 msgid "Payment intent #" 43 msgstr "Betalningsförsök #" 44 45 #: inc/Admin.php:162 122 #: inc/Admin.php:560 46 123 msgid "Payment type" 47 124 msgstr "Betalningstyp" 48 125 49 #: inc/Admin.php: 163126 #: inc/Admin.php:561 50 127 msgid "Currency" 51 128 msgstr "Valuta" 52 129 53 #: inc/Admin.php: 164130 #: inc/Admin.php:562 54 131 msgid "Order final" 55 132 msgstr "Slutgiltig order" 56 133 57 #: inc/Admin.php:165 134 #: inc/Admin.php:562 135 msgid "No" 136 msgstr "" 137 138 #: inc/Admin.php:563 58 139 msgid "Order final (formatted)" 59 140 msgstr "Slutgiltig order (formaterad)" 60 141 61 #: inc/Admin.php:362 62 #, php-format 63 msgid "%s is not a valid vat rate in %s. Order row (%s) was not synced" 64 msgstr "%s är inte en giltig momssats i %s. Orderraden (%s) har inte synkats" 65 66 #: inc/Admin.php:567 inc/Models/Svea_Item.php:287 142 #: inc/Admin.php:888 inc/Models/Svea_Item.php:471 67 143 msgid "Cash rounding" 68 144 msgstr "Öresavrundning" 69 145 70 #: inc/Helper.php:25 146 #: inc/Compat/Gift_Cards_For_WC_Compat.php:42 147 #: inc/Compat/WC_Smart_Coupons_Compat.php:94 148 #: inc/Compat/Yith_Gift_Cards_Compat.php:88 149 msgid "Gift card" 150 msgstr "" 151 152 #: inc/Emails/Awaiting_Svea_Email.php:31 153 msgid "" 154 "This is an order notification sent to customers if the order is awaiting " 155 "final status from Svea." 156 msgstr "" 157 158 #: inc/Emails/Awaiting_Svea_Email.php:54 159 msgid "Regarding your order at {site_title}" 160 msgstr "" 161 162 #: inc/Emails/Awaiting_Svea_Email.php:63 163 msgid "Thank you for your order" 164 msgstr "" 165 166 #: inc/Emails/Awaiting_Svea_Email.php:142 167 msgid "Thanks for using {site_url}!" 168 msgstr "" 169 170 #: inc/Helper.php:28 71 171 msgid "" 72 172 "The current currency is not supported in the selected country. Please switch " … … 76 176 "land eller valuta och ladda om sidan." 77 177 78 #: inc/Helper.php: 27178 #: inc/Helper.php:30 79 179 msgid "" 80 180 "The checkout cannot be displayed due to an error in the connection to Svea. " … … 84 184 "Vänligen kontakta butiksägaren angående detta fel." 85 185 86 #: inc/Helper.php: 29186 #: inc/Helper.php:32 87 187 msgid "" 88 188 "Order could not be fetched. Please contact the shop owner regarding this " … … 91 191 "Ordern kunde inte hämtas. Vänligen kontakta butiksägaren angående felet" 92 192 93 #: inc/Helper.php:3 1193 #: inc/Helper.php:34 94 194 msgid "Could not connect to Svea - 404" 95 195 msgstr "Kunde inte kontakta Svea - 404" 96 196 97 #: inc/Models/Svea_Order.php:118 197 #: inc/Instore.php:75 198 #, php-format 199 msgid "Instore order created with Svea ID: %s" 200 msgstr "" 201 202 #: inc/Instore.php:103 203 #, fuzzy, php-format 204 #| msgid "Error received when trying to cancel order in Svea: %s" 205 msgid "Error when creating instore order: %s" 206 msgstr "Ett fel uppstod vid försök till avbruten order i Svea: %s" 207 208 #: inc/Instore.php:140 209 msgid "Send Svea payment link" 210 msgstr "" 211 212 #: inc/Instore.php:149 213 #, fuzzy 214 #| msgid "Payment intent #" 215 msgid "Payment link is sent" 216 msgstr "Betalningsförsök #" 217 218 #: inc/Instore.php:153 219 msgid "SMS sent successfully" 220 msgstr "" 221 222 #: inc/Instore.php:155 223 msgid "SMS could not be sent, see order notes for more information" 224 msgstr "" 225 226 #: inc/Models/Svea_Checkout.php:104 inc/Models/Svea_Payment_Admin.php:112 98 227 msgid "Merchant ID and secret must be set to use Svea Checkout" 99 228 msgstr "" 100 229 "MerchandID och hemlig nyckel måste vara satt för att använda Svea Checkout" 101 230 102 #: inc/Models/Svea_Order.php:339 103 msgid "Could not connect" 104 msgstr "Kunde inte koppla upp" 105 106 #: inc/Models/Svea_Order.php:345 107 #, php-format 231 #: inc/Models/Svea_Checkout.php:142 232 #, fuzzy 233 #| msgid "Could not validate the order. Please try again" 234 msgid "Could not connect to Svea. Please try again" 235 msgstr "Kunde inte validera ordern. Vänligen försök igen" 236 237 #: inc/Models/Svea_Checkout.php:149 238 #, fuzzy, php-format 239 #| msgid "" 240 #| "The store does not have valid credentials for %1$s in combination with " 241 #| "%2$s. This is only visible to logged in store managers." 108 242 msgid "" 109 243 "The store does not have valid credentials for %1$s in combination with %2$s. " 110 "This is only visible to logged in store managers."244 "This message is only visible to logged in store managers." 111 245 msgstr "" 112 246 "Butiken verkar inte ha giltiga uppgifter för %1$s i kombination med %2$s " 113 247 "inlagt. Detta är endast synligt för inloggade butiksägare." 114 248 115 #: inc/Models/Svea_Order.php:461 inc/Models/Svea_Order.php:558 249 #: inc/Models/Svea_Checkout.php:311 250 #, fuzzy 251 #| msgid "Could not connect" 252 msgid "Could not create order items" 253 msgstr "Kunde inte koppla upp" 254 255 #: inc/Models/Svea_Checkout.php:401 116 256 msgid "Error message from Svea" 117 257 msgstr "Felmeddelande från Svea" 118 258 119 #: inc/Models/Svea_Order.php:499 120 msgid "Missing cart" 121 msgstr "Saknar varukorg" 122 123 #: inc/Scripts.php:44 259 #: inc/Models/Svea_Checkout.php:404 260 #, fuzzy 261 #| msgid "" 262 #| "Order could not be fetched. Please contact the shop owner regarding this " 263 #| "issue" 264 msgid "Checkout could not be loaded, please contact the store owner" 265 msgstr "" 266 "Ordern kunde inte hämtas. Vänligen kontakta butiksägaren angående felet" 267 268 #: inc/Models/Svea_Instore.php:100 269 #, fuzzy 270 #| msgid "Merchant ID and secret must be set to use Svea Checkout" 271 msgid "Merchant ID and password must be set to use Svea Instore" 272 msgstr "" 273 "MerchandID och hemlig nyckel måste vara satt för att använda Svea Checkout" 274 275 #: inc/Scripts.php:46 276 msgid "" 277 "The status has changed in the background. Make sure the you don't overwrite " 278 "the status when/if saving the order" 279 msgstr "" 280 281 #: inc/Scripts.php:47 282 msgid "The order is still awaiting the final status" 283 msgstr "" 284 285 #: inc/Scripts.php:48 286 msgid "" 287 "This will reload the page. Ensure all changes are saved before continuing" 288 msgstr "" 289 290 #: inc/Scripts.php:91 124 291 msgid "Could not validate the order. Please try again" 125 292 msgstr "Kunde inte validera ordern. Vänligen försök igen" 126 293 127 #: inc/Scripts.php:60 128 msgid "Choose media" 129 msgstr "Välj media" 130 131 #: inc/Template_Handler.php:140 294 #: inc/Template_Handler.php:86 295 msgid "Invalid subscription." 296 msgstr "" 297 298 #: inc/Template_Handler.php:92 299 msgid "This subscription has to use Svea Checkout." 300 msgstr "" 301 302 #: inc/Template_Handler.php:98 303 msgid "Invalid subscription key." 304 msgstr "" 305 306 #: inc/Template_Handler.php:104 307 msgid "Invalid nonce." 308 msgstr "" 309 310 #: inc/Template_Handler.php:147 311 #, fuzzy 312 #| msgid "Svea Payment method:" 313 msgid "Change payment method (Svea)" 314 msgstr "Svea betalningsmetod:" 315 316 #: inc/Template_Handler.php:148 317 msgid "" 318 "Endpoint for the My Account → Change Svea Subscription Payment Method " 319 "page" 320 msgstr "" 321 322 #: inc/Template_Handler.php:181 323 #, fuzzy 324 #| msgid "Card Payment" 325 msgctxt "label on button, imperative" 326 msgid "Change payment" 327 msgstr "Kortbetalning" 328 329 #: inc/Template_Handler.php:504 132 330 msgid "Could not load Svea Checkout" 133 331 msgstr "Kunde inte ladda Svea Checkout" 134 332 135 #: inc/Template_Handler.php: 286333 #: inc/Template_Handler.php:660 136 334 msgid "Sorry, your session has expired." 137 335 msgstr "Ledsen, din session har gått ut." 138 336 139 #: inc/Template_Handler.php: 286337 #: inc/Template_Handler.php:660 140 338 msgid "Return to shop" 141 339 msgstr "Gå tillbaka till butiken" 142 340 143 #: inc/Template_Handler.php: 394341 #: inc/Template_Handler.php:882 144 342 msgid "Use [woocommerce_checkout] shortcode" 145 343 msgstr "Använd [woocommerce_checkout] shortcode" 146 344 147 #: inc/WC_Gateway_Svea_Checkout.php: 206 inc/settings-svea-checkout.php:20345 #: inc/WC_Gateway_Svea_Checkout.php:347 inc/settings-svea-checkout.php:23 148 346 msgid "Svea Checkout" 149 347 msgstr "Svea Checkout" 150 348 151 #: inc/WC_Gateway_Svea_Checkout.php: 207349 #: inc/WC_Gateway_Svea_Checkout.php:348 152 350 msgid "" 153 351 "Svea Checkout provides a fully featured checkout solution that speeds up the " … … 157 355 "utcheckningningen för dina kunder." 158 356 159 #: inc/WC_Gateway_Svea_Checkout.php:216 357 #: inc/WC_Gateway_Svea_Checkout.php:351 358 msgid "Pay with Svea Checkout. Redirecting..." 359 msgstr "" 360 361 #: inc/WC_Gateway_Svea_Checkout.php:373 160 362 msgid "Invoice" 161 363 msgstr "Faktura" 162 364 163 #: inc/WC_Gateway_Svea_Checkout.php: 217365 #: inc/WC_Gateway_Svea_Checkout.php:374 164 366 msgid "Payment Plan" 165 367 msgstr "Betalningsplan" 166 368 167 #: inc/WC_Gateway_Svea_Checkout.php:218 inc/WC_Gateway_Svea_Checkout.php:219 369 #: inc/WC_Gateway_Svea_Checkout.php:375 inc/WC_Gateway_Svea_Checkout.php:376 370 #: inc/WC_Gateway_Svea_Checkout.php:377 168 371 msgid "Card Payment" 169 372 msgstr "Kortbetalning" 170 373 171 #: inc/WC_Gateway_Svea_Checkout.php: 220 inc/WC_Gateway_Svea_Checkout.php:221374 #: inc/WC_Gateway_Svea_Checkout.php:378 inc/WC_Gateway_Svea_Checkout.php:379 172 375 msgid "Account Credit" 173 376 msgstr "Konto-kredit" 174 377 175 #: inc/WC_Gateway_Svea_Checkout.php: 222378 #: inc/WC_Gateway_Svea_Checkout.php:380 176 379 msgid "Trustly" 177 380 msgstr "Trustly" 178 381 179 #: inc/WC_Gateway_Svea_Checkout.php:223 inc/WC_Gateway_Svea_Checkout.php:224 180 #: inc/WC_Gateway_Svea_Checkout.php:225 inc/WC_Gateway_Svea_Checkout.php:226 181 #: inc/WC_Gateway_Svea_Checkout.php:227 inc/WC_Gateway_Svea_Checkout.php:228 182 #: inc/WC_Gateway_Svea_Checkout.php:229 inc/WC_Gateway_Svea_Checkout.php:230 183 #: inc/WC_Gateway_Svea_Checkout.php:231 inc/WC_Gateway_Svea_Checkout.php:232 184 #: inc/WC_Gateway_Svea_Checkout.php:233 inc/WC_Gateway_Svea_Checkout.php:234 185 #: inc/WC_Gateway_Svea_Checkout.php:235 inc/WC_Gateway_Svea_Checkout.php:236 382 #: inc/WC_Gateway_Svea_Checkout.php:381 inc/WC_Gateway_Svea_Checkout.php:382 383 #: inc/WC_Gateway_Svea_Checkout.php:383 inc/WC_Gateway_Svea_Checkout.php:384 384 #: inc/WC_Gateway_Svea_Checkout.php:385 inc/WC_Gateway_Svea_Checkout.php:386 385 #: inc/WC_Gateway_Svea_Checkout.php:387 inc/WC_Gateway_Svea_Checkout.php:388 386 #: inc/WC_Gateway_Svea_Checkout.php:389 inc/WC_Gateway_Svea_Checkout.php:390 387 #: inc/WC_Gateway_Svea_Checkout.php:391 inc/WC_Gateway_Svea_Checkout.php:392 388 #: inc/WC_Gateway_Svea_Checkout.php:393 inc/WC_Gateway_Svea_Checkout.php:394 389 #: inc/WC_Gateway_Svea_Checkout.php:395 186 390 msgid "Direct bank" 187 391 msgstr "Direktbank" 188 392 189 #: inc/WC_Gateway_Svea_Checkout.php: 237393 #: inc/WC_Gateway_Svea_Checkout.php:396 inc/WC_Gateway_Svea_Checkout.php:397 190 394 msgid "Swish" 191 395 msgstr "Swish" 192 396 193 #: inc/WC_Gateway_Svea_Checkout.php: 238397 #: inc/WC_Gateway_Svea_Checkout.php:398 194 398 msgid "Vipps" 195 399 msgstr "Vipps" 196 400 197 #: inc/WC_Gateway_Svea_Checkout.php: 239401 #: inc/WC_Gateway_Svea_Checkout.php:399 198 402 msgid "Mobilepay" 199 403 msgstr "Mobilepay" 200 404 201 #: inc/WC_Gateway_Svea_Checkout.php:436 405 #: inc/WC_Gateway_Svea_Checkout.php:400 406 msgid "Zero sum" 407 msgstr "" 408 409 #: inc/WC_Gateway_Svea_Checkout.php:405 410 #, fuzzy 411 #| msgid "Payment reference" 412 msgid "Invoice reference" 413 msgstr "Betalningsreferens" 414 415 #: inc/WC_Gateway_Svea_Checkout.php:409 416 msgid "Invoice recipient" 417 msgstr "" 418 419 #: inc/WC_Gateway_Svea_Checkout.php:413 420 msgid "Contact person" 421 msgstr "" 422 423 #: inc/WC_Gateway_Svea_Checkout.php:417 424 #, fuzzy 425 #| msgid "Organisation number:" 426 msgid "Purchase/requisition number" 427 msgstr "Organisationsnummer:" 428 429 #: inc/WC_Gateway_Svea_Checkout.php:421 430 msgid "Cost center" 431 msgstr "" 432 433 #: inc/WC_Gateway_Svea_Checkout.php:425 434 #, fuzzy 435 #| msgid "Order Number" 436 msgid "Letter number" 437 msgstr "Ordernummer" 438 439 #: inc/WC_Gateway_Svea_Checkout.php:429 440 msgid "Accounting number" 441 msgstr "" 442 443 #: inc/WC_Gateway_Svea_Checkout.php:433 444 msgid "Undefined" 445 msgstr "" 446 447 #: inc/WC_Gateway_Svea_Checkout.php:785 202 448 msgid "Error when getting part payment plans from Svea. Please try again." 203 449 msgstr "" … … 205 451 "försök igen." 206 452 207 #: inc/WC_Gateway_Svea_Checkout.php: 519453 #: inc/WC_Gateway_Svea_Checkout.php:879 208 454 #, php-format 209 455 msgid "Part pay from %s/month" 210 456 msgstr "Delbetala från %s/månad" 211 457 212 #: inc/WC_Gateway_Svea_Checkout.php: 622458 #: inc/WC_Gateway_Svea_Checkout.php:986 inc/settings-svea-checkout.php:80 213 459 msgid "Sweden" 214 460 msgstr "Sverige" 215 461 216 #: inc/WC_Gateway_Svea_Checkout.php: 623462 #: inc/WC_Gateway_Svea_Checkout.php:987 inc/settings-svea-checkout.php:135 217 463 msgid "Norway" 218 464 msgstr "Norge" 219 465 220 #: inc/WC_Gateway_Svea_Checkout.php: 624466 #: inc/WC_Gateway_Svea_Checkout.php:988 inc/settings-svea-checkout.php:190 221 467 msgid "Finland" 222 468 msgstr "Finland" 223 469 224 #: inc/WC_Gateway_Svea_Checkout.php:700 470 #: inc/WC_Gateway_Svea_Checkout.php:989 inc/settings-svea-checkout.php:245 471 #, fuzzy 472 #| msgid "Secret - Denmark" 473 msgid "Denmark" 474 msgstr "Hemlig nyckel - Danmark" 475 476 #: inc/WC_Gateway_Svea_Checkout.php:990 477 msgid "Global" 478 msgstr "" 479 480 #: inc/WC_Gateway_Svea_Checkout.php:1057 225 481 msgid "" 226 482 "Merchant ID and secret are either incorrect or does not have permission from " … … 232 488 "produktionsläge eller vice versa." 233 489 234 #: inc/WC_Gateway_Svea_Checkout.php:1092 490 #: inc/WC_Gateway_Svea_Checkout.php:1459 491 msgid "Cart is out of sync. Please reload the checkout and try again" 492 msgstr "" 493 494 #: inc/WC_Gateway_Svea_Checkout.php:1504 235 495 msgid "Svea Payment reference:" 236 496 msgstr "Svea betalningsreferens:" 237 497 238 #: inc/WC_Gateway_Svea_Checkout.php:1098 498 #: inc/WC_Gateway_Svea_Checkout.php:1512 499 msgid "Svea reference - Invoice reference" 500 msgstr "Svea-referens - Fakturareferens" 501 502 #: inc/WC_Gateway_Svea_Checkout.php:1513 503 msgid "Svea reference - Invoice recipient" 504 msgstr "Svea-referens - Fakturamottagare" 505 506 #: inc/WC_Gateway_Svea_Checkout.php:1514 507 msgid "Svea reference - Contact person" 508 msgstr "Svea-referens - Kontaktperson" 509 510 #: inc/WC_Gateway_Svea_Checkout.php:1535 239 511 msgid "Organisation number:" 240 512 msgstr "Organisationsnummer:" 241 513 242 #: inc/WC_Gateway_Svea_Checkout.php:1 105514 #: inc/WC_Gateway_Svea_Checkout.php:1542 243 515 msgid "Svea Payment method:" 244 516 msgstr "Svea betalningsmetod:" 245 517 246 #: inc/WC_Gateway_Svea_Checkout.php:1 128518 #: inc/WC_Gateway_Svea_Checkout.php:1565 247 519 msgid "Payment information" 248 520 msgstr "Betalningsinformation" 249 521 250 #: inc/WC_Gateway_Svea_Checkout.php:1 135522 #: inc/WC_Gateway_Svea_Checkout.php:1571 251 523 msgid "Payment reference" 252 524 msgstr "Betalningsreferens" 253 525 254 #: inc/WC_Gateway_Svea_Checkout.php:1 163526 #: inc/WC_Gateway_Svea_Checkout.php:1598 255 527 msgid "Svea order id is not set for this order" 256 528 msgstr "Sveas orderID är inte satt för denna order" 257 529 258 #: inc/WC_Gateway_Svea_Checkout.php:1 172 inc/WC_Gateway_Svea_Checkout.php:1358530 #: inc/WC_Gateway_Svea_Checkout.php:1607 inc/WC_Gateway_Svea_Checkout.php:1816 259 531 msgid "Error when getting order from Svea. Please try again." 260 532 msgstr "" 261 533 "Ett fel uppstod vid hämtning av ordern från Svea. Vänligen försök igen." 262 534 263 #: inc/WC_Gateway_Svea_Checkout.php:1 177535 #: inc/WC_Gateway_Svea_Checkout.php:1612 264 536 msgid "Svea has no actions available for this order." 265 537 msgstr "Svea tillåter inte denna handlingen för ordern." 266 538 267 #: inc/WC_Gateway_Svea_Checkout.php:1 195539 #: inc/WC_Gateway_Svea_Checkout.php:1630 268 540 msgid "Error when cancelling order amount in Svea. Please try again." 269 541 msgstr "" 270 542 "Ett fel uppstod vid avbrytandet av ordersumma i Svea. Vänligen försök igen." 271 543 272 #: inc/WC_Gateway_Svea_Checkout.php:1 199 inc/WC_Gateway_Svea_Checkout.php:1202544 #: inc/WC_Gateway_Svea_Checkout.php:1635 inc/WC_Gateway_Svea_Checkout.php:1639 273 545 #, php-format 274 546 msgid "Cancelled %s in Svea." 275 547 msgstr "Avbröt %s i Svea." 276 548 277 #: inc/WC_Gateway_Svea_Checkout.php:1 207549 #: inc/WC_Gateway_Svea_Checkout.php:1644 278 550 msgid "" 279 551 "No deliveries were found on this order. You can only credit if the order has " … … 283 555 "har blivit levererad." 284 556 285 #: inc/WC_Gateway_Svea_Checkout.php:1 271557 #: inc/WC_Gateway_Svea_Checkout.php:1712 286 558 #, php-format 287 559 msgid "Credit (%s)" 288 560 msgstr "Kreditera (%s)" 289 561 290 #: inc/WC_Gateway_Svea_Checkout.php:1 274562 #: inc/WC_Gateway_Svea_Checkout.php:1716 291 563 #, php-format 292 564 msgid "reason: %s" 293 565 msgstr "anledning: %s" 294 566 295 #: inc/WC_Gateway_Svea_Checkout.php:1296 inc/WC_Gateway_Svea_Checkout.php:1322 567 #: inc/WC_Gateway_Svea_Checkout.php:1743 568 #, fuzzy, php-format 569 #| msgid "Error received when trying to cancel order in Svea: %s" 570 msgid "Error when trying to credit in Svea. Message: %s" 571 msgstr "Ett fel uppstod vid försök till avbruten order i Svea: %s" 572 573 #: inc/WC_Gateway_Svea_Checkout.php:1747 inc/WC_Gateway_Svea_Checkout.php:1774 296 574 msgid "Error when crediting in Svea. Please try again." 297 575 msgstr "Ett fel uppstod vid kreditering i Svea. Vänligen försök igen." 298 576 299 #: inc/WC_Gateway_Svea_Checkout.php:1 302 inc/WC_Gateway_Svea_Checkout.php:1305300 #: inc/WC_Gateway_Svea_Checkout.php:1 325577 #: inc/WC_Gateway_Svea_Checkout.php:1753 inc/WC_Gateway_Svea_Checkout.php:1757 578 #: inc/WC_Gateway_Svea_Checkout.php:1779 inc/WC_Gateway_Svea_Checkout.php:1783 301 579 #, php-format 302 580 msgid "Credited %s in Svea." 303 581 msgstr "Krediterade %s i Svea." 304 582 305 #: inc/WC_Gateway_Svea_Checkout.php:1 333583 #: inc/WC_Gateway_Svea_Checkout.php:1791 306 584 msgid "This order can not be credited." 307 585 msgstr "Ordern kan inte krediteras." 308 586 309 #: inc/WC_Gateway_Svea_Checkout.php:1 364587 #: inc/WC_Gateway_Svea_Checkout.php:1822 310 588 msgid "Order is already delivered in Svea. No action needed." 311 589 msgstr "Ordern är redan levererad i Svea. Ingen handling krävs." 312 590 313 #: inc/WC_Gateway_Svea_Checkout.php:1 376591 #: inc/WC_Gateway_Svea_Checkout.php:1835 314 592 #, php-format 315 593 msgid "Error received when trying to deliver order in Svea: %s" 316 594 msgstr "Ett fel uppstod vid försök till leverans av order i Svea: %s" 317 595 318 #: inc/WC_Gateway_Svea_Checkout.php:1 383596 #: inc/WC_Gateway_Svea_Checkout.php:1842 319 597 msgid "Order was delivered in Svea." 320 598 msgstr "Ordern blev levererad i Svea." 321 599 322 #: inc/WC_Gateway_Svea_Checkout.php:1 426600 #: inc/WC_Gateway_Svea_Checkout.php:1891 323 601 #, php-format 324 602 msgid "Error received when trying to cancel order in Svea: %s" 325 603 msgstr "Ett fel uppstod vid försök till avbruten order i Svea: %s" 326 604 327 #: inc/WC_Gateway_Svea_Checkout.php:1 433605 #: inc/WC_Gateway_Svea_Checkout.php:1898 328 606 msgid "Order was cancelled in Svea." 329 607 msgstr "Ordern blev avbruten i Svea." 330 608 331 #: inc/Webhook_Handler.php:118 332 msgid "Something went wrong, please try again in a moment" 333 msgstr "Något gick fel, vänligen för igen om en stund" 334 335 #: inc/Webhook_Handler.php:163 609 #: inc/WC_Shipping_Svea_Nshift.php:30 inc/settings-shipping-nshift.php:14 610 msgid "Svea nShift" 611 msgstr "" 612 613 #: inc/WC_Shipping_Svea_Nshift.php:31 614 msgid "Lets your customer choose a shipping method via nShift." 615 msgstr "" 616 617 #: inc/Webhook_Handler.php:119 336 618 msgid "IP not allowed" 337 619 msgstr "IP’t är inte tillåtet" 338 620 339 #: inc/Webhook_Handler.php:378 621 #: inc/Webhook_Handler.php:246 622 #, fuzzy 623 #| msgid "Could not connect" 624 msgid "Could not find order" 625 msgstr "Kunde inte koppla upp" 626 627 #: inc/Webhook_Handler.php:267 628 msgid "Order total does not match" 629 msgstr "" 630 631 #: inc/Webhook_Handler.php:302 632 msgid "Order is out of sync, please reload the page" 633 msgstr "" 634 635 #: inc/Webhook_Handler.php:415 inc/Webhook_Handler.php:480 340 636 msgid "Missing params" 341 637 msgstr "Saknas parametrar" 342 638 343 #: inc/settings-svea-checkout.php:11 639 #: inc/Webhook_Handler.php:422 640 #, fuzzy 641 #| msgid "Svea order ID" 642 msgid "Invalid Svea order ID" 643 msgstr "Svea orderID" 644 645 #: inc/Webhook_Handler.php:559 646 msgid "" 647 "The order got a request to be cancelled in Svea. Please check the order in " 648 "PaymentAdmin to ensure that the order is being captured properly" 649 msgstr "" 650 651 #: inc/settings-shipping-nshift.php:11 652 msgid "Method title" 653 msgstr "" 654 655 #: inc/settings-shipping-nshift.php:13 656 msgid "Let your customer choose shipping via nShift." 657 msgstr "" 658 659 #: inc/settings-svea-checkout.php:14 344 660 msgid "Enable/Disable" 345 661 msgstr "Slå på/av" 346 662 347 #: inc/settings-svea-checkout.php:1 2663 #: inc/settings-svea-checkout.php:15 348 664 msgid "Enable Svea Checkout" 349 665 msgstr "Aktivera Svea Checkout" 350 666 351 #: inc/settings-svea-checkout.php: 18667 #: inc/settings-svea-checkout.php:21 352 668 msgid "Title" 353 669 msgstr "Rubrik" 354 670 355 #: inc/settings-svea-checkout.php:2 3671 #: inc/settings-svea-checkout.php:26 356 672 msgid "Customer Types" 357 673 msgstr "Kundtyp" 358 674 359 #: inc/settings-svea-checkout.php:2 6675 #: inc/settings-svea-checkout.php:29 360 676 msgid "Companies and individuals" 361 677 msgstr "Företag och privatpersoner" 362 678 363 #: inc/settings-svea-checkout.php: 27679 #: inc/settings-svea-checkout.php:30 364 680 msgid "Companies" 365 681 msgstr "Företag" 366 682 367 #: inc/settings-svea-checkout.php: 28683 #: inc/settings-svea-checkout.php:31 368 684 msgid "Individuals" 369 685 msgstr "Privatpersoner" 370 686 371 #: inc/settings-svea-checkout.php:3 1687 #: inc/settings-svea-checkout.php:34 372 688 msgid "Select which customer types you want to accept in your store." 373 689 msgstr "Välj vilken kundtyp du vill godta i butiken." 374 690 375 #: inc/settings-svea-checkout.php:35 691 #: inc/settings-svea-checkout.php:38 692 msgid "Store minimum age" 693 msgstr "" 694 695 #: inc/settings-svea-checkout.php:40 696 msgid "" 697 "Enter the minimum age required to purchase in the store. Any specific age " 698 "restrictions on products in the cart will override this. Leave blank or set " 699 "to 0 to not use this setting." 700 msgstr "" 701 702 #: inc/settings-svea-checkout.php:48 376 703 msgid "Default Customer Type" 377 704 msgstr "Standard kundtyp" 378 705 379 #: inc/settings-svea-checkout.php: 38706 #: inc/settings-svea-checkout.php:51 380 707 msgid "Individual" 381 708 msgstr "Privatperson" 382 709 383 #: inc/settings-svea-checkout.php: 39710 #: inc/settings-svea-checkout.php:52 384 711 msgid "Company" 385 712 msgstr "Företag" 386 713 387 #: inc/settings-svea-checkout.php: 42714 #: inc/settings-svea-checkout.php:55 388 715 msgid "" 389 716 "Select which customer type you want to be selected by default. Only " … … 393 720 "ifall butiken godtar både företag och privatpersoner." 394 721 395 #: inc/settings-svea-checkout.php: 45722 #: inc/settings-svea-checkout.php:58 396 723 msgid "E-mail read-only when logged in" 397 724 msgstr "E-post låst vid inloggad användare" 398 725 399 #: inc/settings-svea-checkout.php: 48726 #: inc/settings-svea-checkout.php:61 400 727 msgid "" 401 728 "Choose whether or not the e-mail address should be read only for logged in " … … 403 730 msgstr "Välj ifall e-postadress-fältet ska vara låst för inloggade användare." 404 731 405 #: inc/settings-svea-checkout.php: 51732 #: inc/settings-svea-checkout.php:64 406 733 msgid "Phone read-only when logged in" 407 734 msgstr "Telefonnummer låst vid inloggad användare" 408 735 409 #: inc/settings-svea-checkout.php: 54736 #: inc/settings-svea-checkout.php:67 410 737 msgid "" 411 738 "Choose whether or not the phonenumber should be read only for logged in " … … 413 740 msgstr "Välj ifall telefonnummer-fältet ska vara låst för inloggade användare." 414 741 415 #: inc/settings-svea-checkout.php: 57742 #: inc/settings-svea-checkout.php:70 416 743 msgid "Zip code read-only when logged in" 417 744 msgstr "Postnummer låst vid inloggad användare" 418 745 419 #: inc/settings-svea-checkout.php: 60746 #: inc/settings-svea-checkout.php:73 420 747 msgid "" 421 748 "Choose whether or not the zip code should be read only for logged in users." 422 749 msgstr "Välj ifall postkods-fältet ska vara låst för inloggade användare." 423 750 424 #: inc/settings-svea-checkout.php: 63751 #: inc/settings-svea-checkout.php:84 425 752 msgid "Merchant ID - Sweden" 426 753 msgstr "MerchantID - Sverige" 427 754 428 #: inc/settings-svea-checkout.php: 65755 #: inc/settings-svea-checkout.php:86 429 756 msgid "Please enter your Svea Merchant ID for Sweden. Leave blank to disable." 430 757 msgstr "" … … 432 759 "avaktivera." 433 760 434 #: inc/settings-svea-checkout.php: 70761 #: inc/settings-svea-checkout.php:92 435 762 msgid "Secret - Sweden" 436 763 msgstr "Hemlig nyckel - Sverige" 437 764 438 #: inc/settings-svea-checkout.php: 72765 #: inc/settings-svea-checkout.php:94 439 766 msgid "Please enter your Svea Secret for Sweden. Leave blank to disable." 440 767 msgstr "" … … 442 769 "avaktivera." 443 770 444 #: inc/settings-svea-checkout.php:77 771 #: inc/settings-svea-checkout.php:100 772 #, fuzzy 773 #| msgid "Merchant ID - Sweden" 774 msgid "Instore Merchant ID - Sweden" 775 msgstr "MerchantID - Sverige" 776 777 #: inc/settings-svea-checkout.php:102 778 #, fuzzy 779 #| msgid "" 780 #| "Please enter your Svea Merchant ID for Sweden. Leave blank to disable." 781 msgid "" 782 "Please enter your Svea Instore Merchant ID for Sweden. Leave blank to " 783 "disable." 784 msgstr "" 785 "Vänligen ange ditt Svea MerchantID för Sverige. Lämna tomt för att " 786 "avaktivera." 787 788 #: inc/settings-svea-checkout.php:108 789 #, fuzzy 790 #| msgid "Testmode - Sweden" 791 msgid "Instore password - Sweden" 792 msgstr "Testläge - Sverige" 793 794 #: inc/settings-svea-checkout.php:110 795 #, fuzzy 796 #| msgid "Please enter your Svea Secret for Sweden. Leave blank to disable." 797 msgid "" 798 "Please enter your Svea Instore password for Sweden. Leave blank to disable." 799 msgstr "" 800 "Vänligen ange ditt Svea hemliga nyckel för Sverige. Lämna tomt för att " 801 "avaktivera." 802 803 #: inc/settings-svea-checkout.php:116 804 msgid "Instore PaymentAdmin secret - Sweden" 805 msgstr "" 806 807 #: inc/settings-svea-checkout.php:118 808 #, fuzzy 809 #| msgid "Please enter your Svea Secret for Sweden. Leave blank to disable." 810 msgid "" 811 "Please enter your Svea Instore PaymentAdmin secret for Sweden. Leave blank " 812 "to disable." 813 msgstr "" 814 "Vänligen ange ditt Svea hemliga nyckel för Sverige. Lämna tomt för att " 815 "avaktivera." 816 817 #: inc/settings-svea-checkout.php:124 445 818 msgid "Testmode - Sweden" 446 819 msgstr "Testläge - Sverige" 447 820 448 #: inc/settings-svea-checkout.php: 78821 #: inc/settings-svea-checkout.php:125 449 822 msgid "Enable testmode in Sweden" 450 823 msgstr "Slå på testläge i Sverige" 451 824 452 #: inc/settings-svea-checkout.php: 84825 #: inc/settings-svea-checkout.php:139 453 826 msgid "Merchant ID - Norway" 454 827 msgstr "MerchantID - Norge" 455 828 456 #: inc/settings-svea-checkout.php: 86829 #: inc/settings-svea-checkout.php:141 457 830 msgid "Please enter your Svea Merchant ID for Norway. Leave blank to disable." 458 831 msgstr "" 459 832 "Vänligen ange ditt Svea MerchantID för Norge. Lämna tomt för att avaktivera." 460 833 461 #: inc/settings-svea-checkout.php: 91834 #: inc/settings-svea-checkout.php:147 462 835 msgid "Secret - Norway" 463 836 msgstr "Hemlig nyckel - Norge" 464 837 465 #: inc/settings-svea-checkout.php: 93838 #: inc/settings-svea-checkout.php:149 466 839 msgid "Please enter your Svea Secret for Norway. Leave blank to disable." 467 840 msgstr "" … … 469 842 "avaktivera." 470 843 471 #: inc/settings-svea-checkout.php:98 844 #: inc/settings-svea-checkout.php:155 845 #, fuzzy 846 #| msgid "Merchant ID - Norway" 847 msgid "Instore Merchant ID - Norway" 848 msgstr "MerchantID - Norge" 849 850 #: inc/settings-svea-checkout.php:157 851 #, fuzzy 852 #| msgid "" 853 #| "Please enter your Svea Merchant ID for Norway. Leave blank to disable." 854 msgid "" 855 "Please enter your Svea Instore Merchant ID for Norway. Leave blank to " 856 "disable." 857 msgstr "" 858 "Vänligen ange ditt Svea MerchantID för Norge. Lämna tomt för att avaktivera." 859 860 #: inc/settings-svea-checkout.php:163 861 #, fuzzy 862 #| msgid "Testmode - Norway" 863 msgid "Instore password - Norway" 864 msgstr "Testläge - Norge" 865 866 #: inc/settings-svea-checkout.php:165 867 #, fuzzy 868 #| msgid "Please enter your Svea Secret for Norway. Leave blank to disable." 869 msgid "" 870 "Please enter your Svea Instore password for Norway. Leave blank to disable." 871 msgstr "" 872 "Vänligen ange ditt Svea hemliga nyckel för Norge. Lämna tomt för att " 873 "avaktivera." 874 875 #: inc/settings-svea-checkout.php:171 876 msgid "Instore PaymentAdmin secret - Norway" 877 msgstr "" 878 879 #: inc/settings-svea-checkout.php:173 880 #, fuzzy 881 #| msgid "Please enter your Svea Secret for Norway. Leave blank to disable." 882 msgid "" 883 "Please enter your Svea Instore PaymentAdmin secret for Norway. Leave blank " 884 "to disable." 885 msgstr "" 886 "Vänligen ange ditt Svea hemliga nyckel för Norge. Lämna tomt för att " 887 "avaktivera." 888 889 #: inc/settings-svea-checkout.php:179 472 890 msgid "Testmode - Norway" 473 891 msgstr "Testläge - Norge" 474 892 475 #: inc/settings-svea-checkout.php: 99893 #: inc/settings-svea-checkout.php:180 476 894 msgid "Enable testmode in Norway" 477 895 msgstr "Slå på testläge i Norge" 478 896 479 #: inc/settings-svea-checkout.php:1 05897 #: inc/settings-svea-checkout.php:194 480 898 msgid "Merchant ID - Finland" 481 899 msgstr "MerchantID - Finland" 482 900 483 #: inc/settings-svea-checkout.php:1 07901 #: inc/settings-svea-checkout.php:196 484 902 msgid "Please enter your Svea Merchant ID for Finland. Leave blank to disable." 485 903 msgstr "" … … 487 905 "avaktivera." 488 906 489 #: inc/settings-svea-checkout.php: 112907 #: inc/settings-svea-checkout.php:202 490 908 msgid "Secret - Finland" 491 909 msgstr "Hemlig nyckel - Finland" 492 910 493 #: inc/settings-svea-checkout.php: 114911 #: inc/settings-svea-checkout.php:204 494 912 msgid "Please enter your Svea Secret for Finland. Leave blank to disable." 495 913 msgstr "" … … 497 915 "avaktivera." 498 916 499 #: inc/settings-svea-checkout.php:119 917 #: inc/settings-svea-checkout.php:210 918 #, fuzzy 919 #| msgid "Merchant ID - Finland" 920 msgid "Instore Merchant ID - Finland" 921 msgstr "MerchantID - Finland" 922 923 #: inc/settings-svea-checkout.php:212 924 #, fuzzy 925 #| msgid "" 926 #| "Please enter your Svea Merchant ID for Finland. Leave blank to disable." 927 msgid "" 928 "Please enter your Svea Instore Merchant ID for Finland. Leave blank to " 929 "disable." 930 msgstr "" 931 "Vänligen ange ditt Svea MerchantID för Finland. Lämna tomt för att " 932 "avaktivera." 933 934 #: inc/settings-svea-checkout.php:218 935 #, fuzzy 936 #| msgid "Testmode - Finland" 937 msgid "Instore password - Finland" 938 msgstr "Testläge - Finland" 939 940 #: inc/settings-svea-checkout.php:220 941 #, fuzzy 942 #| msgid "Please enter your Svea Secret for Finland. Leave blank to disable." 943 msgid "" 944 "Please enter your Svea Instore password for Finland. Leave blank to disable." 945 msgstr "" 946 "Vänligen ange ditt Svea hemliga nyckel för Finland. Lämna tomt för att " 947 "avaktivera." 948 949 #: inc/settings-svea-checkout.php:226 950 msgid "Instore PaymentAdmin secret - Finland" 951 msgstr "" 952 953 #: inc/settings-svea-checkout.php:228 954 #, fuzzy 955 #| msgid "Please enter your Svea Secret for Finland. Leave blank to disable." 956 msgid "" 957 "Please enter your Svea Instore PaymentAdmin secret for Finland. Leave blank " 958 "to disable." 959 msgstr "" 960 "Vänligen ange ditt Svea hemliga nyckel för Finland. Lämna tomt för att " 961 "avaktivera." 962 963 #: inc/settings-svea-checkout.php:234 500 964 msgid "Testmode - Finland" 501 965 msgstr "Testläge - Finland" 502 966 503 #: inc/settings-svea-checkout.php: 120967 #: inc/settings-svea-checkout.php:235 504 968 msgid "Enable testmode in Finland" 505 969 msgstr "Slå på testläge i Finland" 506 970 507 #: inc/settings-svea-checkout.php: 126971 #: inc/settings-svea-checkout.php:249 508 972 msgid "Merchant ID - Denmark" 509 973 msgstr "MerchantID - Danmark" 510 974 511 #: inc/settings-svea-checkout.php: 128975 #: inc/settings-svea-checkout.php:251 512 976 msgid "Please enter your Svea Merchant ID for Denmark. Leave blank to disable." 513 977 msgstr "" … … 515 979 "avaktivera." 516 980 517 #: inc/settings-svea-checkout.php: 133981 #: inc/settings-svea-checkout.php:257 518 982 msgid "Secret - Denmark" 519 983 msgstr "Hemlig nyckel - Danmark" 520 984 521 #: inc/settings-svea-checkout.php: 135985 #: inc/settings-svea-checkout.php:259 522 986 msgid "Please enter your Svea Secret for Denmark. Leave blank to disable." 523 987 msgstr "" … … 525 989 "avaktivera." 526 990 527 #: inc/settings-svea-checkout.php:140 991 #: inc/settings-svea-checkout.php:265 992 #, fuzzy 993 #| msgid "Merchant ID - Denmark" 994 msgid "Instore Merchant ID - Denmark" 995 msgstr "MerchantID - Danmark" 996 997 #: inc/settings-svea-checkout.php:267 998 #, fuzzy 999 #| msgid "" 1000 #| "Please enter your Svea Merchant ID for Denmark. Leave blank to disable." 1001 msgid "" 1002 "Please enter your Svea Instore Merchant ID for Denmark. Leave blank to " 1003 "disable." 1004 msgstr "" 1005 "Vänligen ange ditt Svea MerchantID för Danmark. Lämna tomt för att " 1006 "avaktivera." 1007 1008 #: inc/settings-svea-checkout.php:273 1009 #, fuzzy 1010 #| msgid "Testmode - Denmark" 1011 msgid "Instore password - Denmark" 1012 msgstr "Testläge - Danmark" 1013 1014 #: inc/settings-svea-checkout.php:275 1015 #, fuzzy 1016 #| msgid "Please enter your Svea Secret for Denmark. Leave blank to disable." 1017 msgid "" 1018 "Please enter your Svea Instore password for Denmark. Leave blank to disable." 1019 msgstr "" 1020 "Vänligen ange ditt Svea hemliga nyckel för Danmark. Lämna tomt för att " 1021 "avaktivera." 1022 1023 #: inc/settings-svea-checkout.php:281 1024 msgid "Instore PaymentAdmin secret - Denmark" 1025 msgstr "" 1026 1027 #: inc/settings-svea-checkout.php:283 1028 #, fuzzy 1029 #| msgid "Please enter your Svea Secret for Denmark. Leave blank to disable." 1030 msgid "" 1031 "Please enter your Svea Instore PaymentAdmin secret for Denmark. Leave blank " 1032 "to disable." 1033 msgstr "" 1034 "Vänligen ange ditt Svea hemliga nyckel för Danmark. Lämna tomt för att " 1035 "avaktivera." 1036 1037 #: inc/settings-svea-checkout.php:289 528 1038 msgid "Testmode - Denmark" 529 1039 msgstr "Testläge - Danmark" 530 1040 531 #: inc/settings-svea-checkout.php: 1411041 #: inc/settings-svea-checkout.php:290 532 1042 msgid "Enable testmode in Denmark" 533 1043 msgstr "Slå på testläge i Danmark" 534 1044 535 #: inc/settings-svea-checkout.php:147 1045 #: inc/settings-svea-checkout.php:300 1046 msgid "Global merchant" 1047 msgstr "" 1048 1049 #: inc/settings-svea-checkout.php:304 536 1050 msgid "Merchant ID - global" 537 1051 msgstr "MerchantID - Global" 538 1052 539 #: inc/settings-svea-checkout.php: 1491053 #: inc/settings-svea-checkout.php:306 540 1054 msgid "" 541 1055 "Please enter your Svea Merchant ID for the global. Leave blank to disable." … … 544 1058 "att avaktivera." 545 1059 546 #: inc/settings-svea-checkout.php: 1541060 #: inc/settings-svea-checkout.php:312 547 1061 msgid "Secret - global" 548 1062 msgstr "Hemlig nyckel - Global" 549 1063 550 #: inc/settings-svea-checkout.php: 1561064 #: inc/settings-svea-checkout.php:314 551 1065 msgid "" 552 1066 "Please enter your Svea Secret for the global checkout. Leave blank to " … … 556 1070 "för att avaktivera." 557 1071 558 #: inc/settings-svea-checkout.php:161 1072 #: inc/settings-svea-checkout.php:320 1073 #, fuzzy 1074 #| msgid "Merchant ID - global" 1075 msgid "Instore Merchant ID - global" 1076 msgstr "MerchantID - Global" 1077 1078 #: inc/settings-svea-checkout.php:322 1079 #, fuzzy 1080 #| msgid "" 1081 #| "Please enter your Svea Merchant ID for the global. Leave blank to disable." 1082 msgid "" 1083 "Please enter your Svea Instore Merchant ID for the global market. Leave " 1084 "blank to disable." 1085 msgstr "" 1086 "Vänligen ange ditt Svea MerchantID för den globala marknaden. Lämna tomt för " 1087 "att avaktivera." 1088 1089 #: inc/settings-svea-checkout.php:328 1090 #, fuzzy 1091 #| msgid "Testmode - global" 1092 msgid "Instore password - global" 1093 msgstr "Testläge - Global" 1094 1095 #: inc/settings-svea-checkout.php:330 1096 #, fuzzy 1097 #| msgid "" 1098 #| "Please enter your Svea Secret for the global checkout. Leave blank to " 1099 #| "disable." 1100 msgid "" 1101 "Please enter your Svea Instore password for the global market. Leave blank " 1102 "to disable." 1103 msgstr "" 1104 "Vänligen ange ditt Svea hemliga nyckel för den globala marknaden. Lämna tomt " 1105 "för att avaktivera." 1106 1107 #: inc/settings-svea-checkout.php:336 1108 msgid "Instore PaymentAdmin secret - Global" 1109 msgstr "" 1110 1111 #: inc/settings-svea-checkout.php:338 1112 #, fuzzy 1113 #| msgid "" 1114 #| "Please enter your Svea Secret for the global checkout. Leave blank to " 1115 #| "disable." 1116 msgid "" 1117 "Please enter your Svea Instore PaymentAdmin secret for the global market. " 1118 "Leave blank to disable." 1119 msgstr "" 1120 "Vänligen ange ditt Svea hemliga nyckel för den globala marknaden. Lämna tomt " 1121 "för att avaktivera." 1122 1123 #: inc/settings-svea-checkout.php:344 559 1124 msgid "Testmode - global" 560 1125 msgstr "Testläge - Global" 561 1126 562 #: inc/settings-svea-checkout.php: 1621127 #: inc/settings-svea-checkout.php:345 563 1128 msgid "Enable testmode in the global checkout" 564 1129 msgstr "Slå på testläge i den globala checkouten" 565 1130 566 #: inc/settings-svea-checkout.php:168 567 msgid "Logging" 568 msgstr "Loggning" 569 570 #: inc/settings-svea-checkout.php:169 571 msgid "Enable logs for Svea Checkout" 572 msgstr "Slå på loggar för Svea Checkout" 573 574 #: inc/settings-svea-checkout.php:174 575 msgid "Part payment widget" 1131 #: inc/settings-svea-checkout.php:355 1132 #, fuzzy 1133 #| msgid "Sync settings" 1134 msgid "Instore settings" 1135 msgstr "Synkinställningar" 1136 1137 #: inc/settings-svea-checkout.php:357 1138 msgid "" 1139 "Please note that you need to enable Instore via Svea for this functionality " 1140 "to work." 1141 msgstr "" 1142 1143 #: inc/settings-svea-checkout.php:360 1144 msgid "Instore link expire minutes" 1145 msgstr "" 1146 1147 #: inc/settings-svea-checkout.php:362 1148 msgid "Enter the number of minutes the Instore link will be valid for" 1149 msgstr "" 1150 1151 #: inc/settings-svea-checkout.php:370 1152 #, fuzzy 1153 #| msgid "Sync settings" 1154 msgid "nShift settings" 1155 msgstr "Synkinställningar" 1156 1157 #: inc/settings-svea-checkout.php:372 1158 msgid "" 1159 "Enable the nShift integration with the settings below. Please note that you " 1160 "need an agreement with both Svea and nShift for this functionality to work. " 1161 "When activated a shipping option named \"Svea nShift\" can be added." 1162 msgstr "" 1163 1164 #: inc/settings-svea-checkout.php:375 1165 #, fuzzy 1166 #| msgid "Enable Svea Checkout" 1167 msgid "Enable nShift" 1168 msgstr "Aktivera Svea Checkout" 1169 1170 #: inc/settings-svea-checkout.php:376 1171 msgid "" 1172 "Enable the nShift integration for the checkout (this requires an agreement " 1173 "with both Svea and nShift)" 1174 msgstr "" 1175 1176 #: inc/settings-svea-checkout.php:417 1177 #, fuzzy 1178 #| msgid "Part payment widget" 1179 msgid "Part payment module" 576 1180 msgstr "Betalnings-widget" 577 1181 578 #: inc/settings-svea-checkout.php:178 579 msgid "Display product part payment widget" 1182 #: inc/settings-svea-checkout.php:421 1183 #, fuzzy 1184 #| msgid "Display product part payment widget" 1185 msgid "Display product part payment module" 580 1186 msgstr "Visa en delbetalnings-widget" 581 1187 582 #: inc/settings-svea-checkout.php:180 583 msgid "" 584 "Display a widget on the product page which suggests a part payment plan for " 1188 #: inc/settings-svea-checkout.php:423 1189 #, fuzzy 1190 #| msgid "" 1191 #| "Display a widget on the product page which suggests a part payment plan " 1192 #| "for the customer to use to buy the product." 1193 msgid "" 1194 "Display a module on the product page which suggests a part payment plan for " 585 1195 "the customer to use to buy the product." 586 1196 msgstr "" … … 588 1198 "av produkten." 589 1199 590 #: inc/settings-svea-checkout.php:184 591 msgid "Product part payment widget position" 1200 #: inc/settings-svea-checkout.php:427 1201 #, fuzzy 1202 #| msgid "Product part payment widget position" 1203 msgid "Product part payment module position" 592 1204 msgstr "Position för produktens delbetalnings-widget" 593 1205 594 #: inc/settings-svea-checkout.php:186 595 msgid "" 596 "The position of the part payment widget on the product page. Is only " 597 "displayed if the widget is activated." 1206 #: inc/settings-svea-checkout.php:429 1207 #, fuzzy 1208 #| msgid "" 1209 #| "The position of the part payment widget on the product page. Is only " 1210 #| "displayed if the widget is activated." 1211 msgid "" 1212 "The position of the part payment module on the product page. Is only " 1213 "displayed if the module is activated." 598 1214 msgstr "" 599 1215 "Positionen för produktens delbetalnings-widget på produktsidan. Kommer " 600 1216 "endast att visas om widgeten är aktiverad." 601 1217 602 #: inc/settings-svea-checkout.php: 1891218 #: inc/settings-svea-checkout.php:432 603 1219 msgid "Between price and excerpt" 604 1220 msgstr "Mellan pris och utdrag" 605 1221 606 #: inc/settings-svea-checkout.php: 1901222 #: inc/settings-svea-checkout.php:433 607 1223 msgid "Between excerpt and add to cart" 608 1224 msgstr "Mellan utdrag och “Lägg i varukorg”" 609 1225 610 #: inc/settings-svea-checkout.php: 1911226 #: inc/settings-svea-checkout.php:434 611 1227 msgid "Between add to cart and product meta" 612 1228 msgstr "Mellan “Lägg i varukorg” och produktmeta" 613 1229 614 #: inc/settings-svea-checkout.php:195 1230 #: inc/settings-svea-checkout.php:442 1231 #, fuzzy 1232 #| msgid "Sync settings" 1233 msgid "Checkout settings" 1234 msgstr "Synkinställningar" 1235 1236 #: inc/settings-svea-checkout.php:446 615 1237 msgid "Hide \"Not you?\"" 616 1238 msgstr "Göm “Inte du?”" 617 1239 618 #: inc/settings-svea-checkout.php: 1971240 #: inc/settings-svea-checkout.php:448 619 1241 msgid "Hide the \"Not you?\" button in the Svea iframe." 620 1242 msgstr "Göm “Inte du?”-knappen i Sveas iframe." 621 1243 622 #: inc/settings-svea-checkout.php: 2011244 #: inc/settings-svea-checkout.php:452 623 1245 msgid "Hide \"Change address\"" 624 1246 msgstr "Göm “Ändra address”" 625 1247 626 #: inc/settings-svea-checkout.php: 2031248 #: inc/settings-svea-checkout.php:454 627 1249 msgid "Hide the \"Change address\" button in from the Svea iframe." 628 1250 msgstr "Göm “Ändra adress”-knappen i Sveas iframe." 629 1251 630 #: inc/settings-svea-checkout.php: 2071252 #: inc/settings-svea-checkout.php:458 631 1253 msgid "Hide the anonymous flow" 632 1254 msgstr "Glöm det anonyma flödet" 633 1255 634 #: inc/settings-svea-checkout.php: 2091256 #: inc/settings-svea-checkout.php:460 635 1257 msgid "" 636 1258 "Hide the anonymous flow, forcing users to identify with their national id to " … … 640 1262 "personnummer för att genomföra ett köp." 641 1263 642 #: inc/settings-svea-checkout.php: 2131264 #: inc/settings-svea-checkout.php:464 643 1265 msgid "Sync ZIP code from Svea" 644 1266 msgstr "Synka postnummer med Svea" 645 1267 646 #: inc/settings-svea-checkout.php: 2161268 #: inc/settings-svea-checkout.php:467 647 1269 msgid "" 648 1270 "Enable ZIP code sync from the Svea Checkout iframe to WooCommerce, this " … … 655 1277 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 656 1278 657 #: inc/settings-svea-checkout.php:223 1279 #: inc/settings-svea-checkout.php:474 1280 msgid "Zero sum orders" 1281 msgstr "" 1282 1283 #: inc/settings-svea-checkout.php:477 1284 msgid "" 1285 "Allow orders with a cost of 0 to go through Svea Checkout.<br />\n" 1286 "\t\t\t\t<strong>This needs to be enabled on your Svea account. Get in " 1287 "contact with Svea if you'd like to enable it.</strong>" 1288 msgstr "" 1289 1290 #: inc/settings-svea-checkout.php:488 658 1291 msgid "Sync settings" 659 1292 msgstr "Synkinställningar" 660 1293 661 #: inc/settings-svea-checkout.php: 2271294 #: inc/settings-svea-checkout.php:492 662 1295 msgid "Sync order completion" 663 1296 msgstr "Synka orderstatus “Färdigbehandlad\"" 664 1297 665 #: inc/settings-svea-checkout.php: 2301298 #: inc/settings-svea-checkout.php:495 666 1299 msgid "" 667 1300 "Enable automatic sync of completed orders from WooCommerce to Svea. <br />\n" … … 673 1306 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 674 1307 675 #: inc/settings-svea-checkout.php: 2371308 #: inc/settings-svea-checkout.php:502 676 1309 msgid "Sync order cancellation" 677 1310 msgstr "Synka orderstatus “Avbruten”" 678 1311 679 #: inc/settings-svea-checkout.php: 2401312 #: inc/settings-svea-checkout.php:505 680 1313 msgid "" 681 1314 "Enable automatic sync of cancelled orders from WooCommerce to Svea. <br />\n" … … 687 1320 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 688 1321 689 #: inc/settings-svea-checkout.php: 2471322 #: inc/settings-svea-checkout.php:512 690 1323 msgid "Sync order rows" 691 1324 msgstr "Synka orderrader" 692 1325 693 #: inc/settings-svea-checkout.php: 2501326 #: inc/settings-svea-checkout.php:515 694 1327 msgid "" 695 1328 "Enable automatic sync of order rows changed after purchase from WooCommerce " … … 706 1339 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 707 1340 708 #: inc/settings-svea-checkout.php: 2581341 #: inc/settings-svea-checkout.php:523 709 1342 msgid "Use IP restriction" 710 1343 msgstr "Använd IP-begränsning" 711 1344 712 #: inc/settings-svea-checkout.php: 2611345 #: inc/settings-svea-checkout.php:526 713 1346 msgid "" 714 1347 "Verify the IP to one of Sveas server.<br />\n" … … 723 1356 "\t\t\t\t\t\t<strong>Rör inte detta om du inte vet vad du gör</strong>." 724 1357 725 #: svea-checkout-for-woocommerce.php:67 1358 #: inc/settings-svea-checkout.php:538 1359 #, fuzzy 1360 #| msgid "Other payment options" 1361 msgid "Other settings" 1362 msgstr "Andra betalningsalternativ" 1363 1364 #: inc/settings-svea-checkout.php:542 1365 msgid "Logging" 1366 msgstr "Loggning" 1367 1368 #: inc/settings-svea-checkout.php:543 1369 msgid "Enable logs for Svea Checkout" 1370 msgstr "Slå på loggar för Svea Checkout" 1371 1372 #: svea-checkout-for-woocommerce.php:122 1373 msgid "" 1374 "WooCommerce Svea Checkout Gateway has been deactivated because WooCommerce " 1375 "is not installed. Please install WooCommerce and re-activate." 1376 msgstr "" 1377 "WooComemrce Svea Checkout har blivit avaktiverad eftersom WooCommerce inte " 1378 "är installerat. Vänligen installera WooCommerce och aktiver igen." 1379 1380 #: svea-checkout-for-woocommerce.php:138 726 1381 msgid "Svea Checkout for WooCommerce" 727 1382 msgstr "Svea Checkout för WooCommerce" 728 1383 729 #: svea-checkout-for-woocommerce.php: 681384 #: svea-checkout-for-woocommerce.php:139 730 1385 msgid "Process payments in WooCommerce via Svea Checkout" 731 1386 msgstr "Behandla betalningar i WooCommerce via Svea Checkout" 732 1387 733 #: svea-checkout-for-woocommerce.php:77 734 msgid "" 735 "WooCommerce Svea Checkout Gateway has been deactivated because WooCommerce " 736 "is not installed. Please install WooCommerce and re-activate." 737 msgstr "" 738 "WooComemrce Svea Checkout har blivit avaktiverad eftersom WooCommerce inte " 739 "är installerat. Vänligen installera WooCommerce och aktiver igen." 740 741 #: svea-checkout-for-woocommerce.php:219 742 #, php-format 743 msgid "" 744 "WooCommerce decimals is set to %d, lower than 2 which is the required " 1388 #: svea-checkout-for-woocommerce.php:311 1389 #, fuzzy, php-format 1390 #| msgid "" 1391 #| "WooCommerce decimals is set to %d, lower than 2 which is the required " 1392 #| "setting for Svea Checkout to work properly. If you want to hide decimals " 1393 #| "altogether, add this snippet to your functions.php: %sIf you have just " 1394 #| "changed the setting, you can ignore this message." 1395 msgid "" 1396 "WooCommerce decimals is set to %1$d, lower than 2 which is the required " 745 1397 "setting for Svea Checkout to work properly. If you want to hide decimals " 746 "altogether, add this snippet to your functions.php: % sIf you have just "1398 "altogether, add this snippet to your functions.php: %2$s If you have just " 747 1399 "changed the setting, you can ignore this message." 748 1400 msgstr "" … … 752 1404 "inställningen kan du ignorera det här meddelandet." 753 1405 754 #: templates/checkout/review-order.php:30 755 msgid "Product" 756 msgstr "Produkt" 757 758 #: templates/checkout/review-order.php:31 759 #: templates/checkout/review-order.php:132 760 msgid "Total" 761 msgstr "Total" 762 763 #: templates/checkout/review-order.php:68 764 msgid "Subtotal" 765 msgstr "Delsumma" 766 767 #: templates/svea-checkout.php:28 1406 #: svea-checkout-for-woocommerce.php:330 1407 msgid "" 1408 "The store is currently set to require company name, but Svea Checkout is set " 1409 "to sell to individuals as well. This will cause an error in the checkout. To " 1410 "fix this, please remove the requirement for company name in the WooCommerce " 1411 "settings under Appearance > Customize > WooCommerce > Checkout > Company " 1412 "name field." 1413 msgstr "" 1414 1415 #: svea-checkout-for-woocommerce.php:341 1416 msgid "" 1417 "The store is currently set not to use \"Company name\", but Svea Checkout is " 1418 "set to sell to companies. This will prevent this field from being saved on " 1419 "orders made. To fix this, please set the field \"Company name\" to " 1420 "\"Optional\" in the WooCommerce settings under Appearance > Customize > " 1421 "WooCommerce > Checkout > Company name field." 1422 msgstr "" 1423 1424 #: svea-checkout-for-woocommerce.php:353 1425 msgid "" 1426 "The store is currently set to require \"Address line 2\", which is a field " 1427 "that isn't present in all cases in Svea Checkout. This will cause an error " 1428 "in the checkout. To fix this, please remove the requirement for address line " 1429 "2 in the WooCommerce settings under Appearance > Customize > WooCommerce > " 1430 "Checkout > Address line 2 field." 1431 msgstr "" 1432 1433 #: svea-checkout-for-woocommerce.php:361 1434 msgid "" 1435 "The store is currently set not to use \"Address line 2\". This will prevent " 1436 "this field from being saved on orders made. To fix this, please set the " 1437 "field \"Address line 2\" to \"Optional\" in the WooCommerce settings under " 1438 "Appearance > Customize > WooCommerce > Checkout > Address line 2 field." 1439 msgstr "" 1440 1441 #: svea-checkout-for-woocommerce.php:374 1442 msgid "" 1443 "The store is currently set not to use \"Phone\". This will prevent phone " 1444 "numbers to be saved on orders made. To fix this, please set the field " 1445 "\"Phone\" to \"Required\" in the WooCommerce settings under Appearance > " 1446 "Customize > WooCommerce > Checkout > Phone field." 1447 msgstr "" 1448 1449 #: svea-checkout-for-woocommerce.php:385 1450 msgid "" 1451 "The store is currently set to round taxes at the subtotal, which could " 1452 "result in faulty tax calculation between WooCommerce and Svea Checkout. To " 1453 "fix this, please set the field \"Round tax at subtotal\" to \"No\" in the " 1454 "WooCommerce settings under WooCommerce > Settings > Tax > Prices entered " 1455 "with tax." 1456 msgstr "" 1457 1458 #: svea-checkout-for-woocommerce.php:398 1459 #, fuzzy 1460 #| msgid "Sync settings" 1461 msgid "Settings" 1462 msgstr "Synkinställningar" 1463 1464 #: templates/backend/metabox.php:7 1465 msgid "" 1466 "This order is awaiting the final status from Svea and will update itself " 1467 "automatically. You do not need to do anything with this order but if you " 1468 "would like to check the status right now you can do so by clicking the " 1469 "button below" 1470 msgstr "" 1471 1472 #: templates/backend/metabox.php:9 1473 msgid "Fetching status" 1474 msgstr "" 1475 1476 #: templates/backend/metabox.php:9 1477 msgid "Check status now" 1478 msgstr "" 1479 1480 #: templates/backend/metabox.php:15 1481 #, fuzzy 1482 #| msgid "Payment information" 1483 msgid "Order information" 1484 msgstr "Betalningsinformation" 1485 1486 #: templates/backend/metabox.php:29 1487 msgid "nShift data" 1488 msgstr "" 1489 1490 #: templates/checkout/additional-fields.php:24 1491 msgid "Create an account?" 1492 msgstr "Skapa ett konto?" 1493 1494 #: templates/checkout/additional-fields.php:51 1495 #, fuzzy 1496 #| msgid "Payment information" 1497 msgid "Additional information" 1498 msgstr "Betalningsinformation" 1499 1500 #: templates/emails/customer-awaiting-svea.php:18 1501 #: templates/emails/plain/customer-awaiting-svea.php:15 1502 #, php-format 1503 msgid "Hi %s," 1504 msgstr "" 1505 1506 #: templates/emails/customer-awaiting-svea.php:20 1507 #: templates/emails/plain/customer-awaiting-svea.php:17 1508 #, php-format 1509 msgid "" 1510 "We've received your order #%s. You will receive an email as soon as we've " 1511 "started processing your order" 1512 msgstr "" 1513 1514 #: templates/svea-checkout.php:30 768 1515 msgid "You must be logged in to checkout." 769 1516 msgstr "Du måste logga in för att slutföra köpet." 770 1517 771 #: templates/svea-checkout.php: 521518 #: templates/svea-checkout.php:47 772 1519 msgid "Country" 773 1520 msgstr "Land" 774 1521 775 #: templates/svea-checkout.php:83 776 msgid "Create an account?" 777 msgstr "Skapa ett konto?" 778 779 #: templates/svea-checkout.php:101 780 msgid "A password will be generated and sent to your email" 781 msgstr "Ett lösenord kommer att genereras och skickas till din e-post" 782 783 #: templates/svea-checkout.php:119 784 msgid "Order notes" 785 msgstr "Ordernoteringar" 786 787 #: templates/svea-checkout.php:120 788 msgid "Notes about your order, e.g. special notes for delivery." 789 msgstr "Noteringar kring din order, exempelvis en notering kring leverans." 790 791 #: templates/svea-checkout.php:150 1522 #: templates/svea-checkout.php:60 1523 msgid "State" 1524 msgstr "" 1525 1526 #: templates/svea-checkout.php:74 1527 msgid "Your order" 1528 msgstr "" 1529 1530 #: templates/svea-checkout.php:104 792 1531 msgid "Other payment options" 793 1532 msgstr "Andra betalningsalternativ" 1533 1534 #, php-format 1535 #~ msgid "%s is not a valid vat rate in %s. Order row (%s) was not synced" 1536 #~ msgstr "" 1537 #~ "%s är inte en giltig momssats i %s. Orderraden (%s) har inte synkats" 1538 1539 #~ msgid "Choose media" 1540 #~ msgstr "Välj media" 1541 1542 #~ msgid "Something went wrong, please try again in a moment" 1543 #~ msgstr "Något gick fel, vänligen för igen om en stund" 1544 1545 #~ msgid "Product" 1546 #~ msgstr "Produkt" 1547 1548 #~ msgid "Total" 1549 #~ msgstr "Total" 1550 1551 #~ msgid "Subtotal" 1552 #~ msgstr "Delsumma" 1553 1554 #~ msgid "A password will be generated and sent to your email" 1555 #~ msgstr "Ett lösenord kommer att genereras och skickas till din e-post" 1556 1557 #~ msgid "Order notes" 1558 #~ msgstr "Ordernoteringar" 1559 1560 #~ msgid "Notes about your order, e.g. special notes for delivery." 1561 #~ msgstr "Noteringar kring din order, exempelvis en notering kring leverans." 794 1562 795 1563 #~ msgid "Save cancelled orders" -
svea-checkout-for-woocommerce/trunk/readme.txt
r3353744 r3359045 10 10 License: Apache 2.0 11 11 License URI: https://www.apache.org/licenses/LICENSE-2.0 12 Stable tag: 3.3. 412 Stable tag: 3.3.5 13 13 14 14 Supercharge your WooCommerce Store with powerful features to pay via Svea Checkout! … … 91 91 == Upgrade Notice == 92 92 93 = 3.3.5 = 94 3.3.5 is a patch release 95 93 96 = 3.3.4 = 94 97 3.3.4 is a patch release … … 396 399 397 400 == Changelog == 401 402 = 3.3.5 2025-09-10 = 403 - Handle all different types of billing references and show them in the order view. Properly save first and last name from references. 398 404 399 405 = 3.3.4 2025-09-01 = -
svea-checkout-for-woocommerce/trunk/svea-checkout-for-woocommerce.php
r3353744 r3359045 14 14 * Plugin URI: https://wordpress.org/plugins/svea-checkout-for-woocommerce/ 15 15 * Description: Process payments in WooCommerce via Svea Checkout. 16 * Version: 3.3. 416 * Version: 3.3.5 17 17 * Requires Plugins: woocommerce 18 18 * Author: The Generation AB … … 47 47 * Version of plugin 48 48 */ 49 const VERSION = '3.3. 4';49 const VERSION = '3.3.5'; 50 50 51 51 /**
Note: See TracChangeset
for help on using the changeset viewer.