diff --git a/Blocks/Products/js/editor.js b/Blocks/Products/js/editor.js deleted file mode 100644 index bfe3123a..00000000 --- a/Blocks/Products/js/editor.js +++ /dev/null @@ -1,45 +0,0 @@ -( function( wp ) { - -if (!wp) return; -if (typeof(wp['blocks']) == 'undefined') return; -if (typeof(wp['element']) == 'undefined') return; - -const { getCategories, registerBlockType, setCategories } = wp.blocks; -var el = wp.element.createElement; -var __ = wp.i18n.__; - - -const VippsBuyNow = ( props ) => { - return el('div', {"class": 'wp-block-button wc-block-components-product-button wc-block-button-vipps'}, - el ('a', {"javascript":'void(0)', "data-product_id":props.product.id, - "class": "single-product button vipps-buy-now wp-block-button__link", - "title":VippsConfig['BuyNowWithVipps']}, - el('span', { "class": "vippsbuynow" }, VippsConfig['BuyNowWith']), - el('img', { "class":"inline vipps-logo negative", - "src":VippsConfig['vippslogourl'], - "alt":"Vipps", "border":0}))); -}; - - -const blockConfig = { - category: 'woocommerce', - keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ], - supports: { - html: false, - }, - parent: [ 'woocommerce/all-products' ], - icon: el('img', {"class": "vipps-smile vipps-component-icon", "src": VippsConfig['vippssmileurl'] }), - title: VippsConfig['vippsbuynowbutton'], - description: VippsConfig['vippsbuynowdescription'], - edit: function( props ) { - return el(VippsBuyNow, { product: {} } ); - } -}; - -registerBlockType( 'vipps/buy-now', blockConfig ); - -}( - window.wp -) ); - - diff --git a/Blocks/Products/js/index.js b/Blocks/Products/js/index.js deleted file mode 100644 index aa49d67c..00000000 --- a/Blocks/Products/js/index.js +++ /dev/null @@ -1,48 +0,0 @@ -( function( wp ) { - -if (!wp || (typeof(wp['element']) == 'undefined') || typeof(wp['i18n']) == 'undefined') { - console.log("wp.element or wp.i18n not found - cannot load support for WooCommerce blocks"); -} -if (typeof(window['React']) == 'undefined') { - console.log("No react, so we can't continue adding support for Vipps to blocks."); - return; -} - -var el = wp.element.createElement; -var __ = wp.i18n.__; - - -const VippsBuyNow = ( props ) => { - if (typeof props.product['description'] != 'undefined' && props.product.description.match(/data-vipps-purchasable='1'/)) { - // Ensure the Vipps-behaviour gets attached to the components. - React.useLayoutEffect(() => { - var event = new Event('vippsInit'); - document.body.dispatchEvent(event); - }); - return el('div', {"class": 'wp-block-button wc-block-components-product-button wc-block-button-vipps'}, - el ('a', {"javascript":'void(0)', "data-product_id":props.product.id, - "class": "single-product button vipps-buy-now wp-block-button__link", - "title":VippsConfig['BuyNowWithVipps']}, - el('span', { "class": "vippsbuynow" }, VippsConfig['BuyNowWith']), - el('img', { "class":"inline vipps-logo negative", - "src":VippsConfig['vippslogourl'], - "alt":"Vipps", "border":0}))); - } else { - // console.log("Product %j not purchasable", props.product); - } - return null; -}; - -const { registerBlockComponent } = wc.wcBlocksRegistry; -const mainBlock = 'woocommerce/all-products'; - -registerBlockComponent( { - main: mainBlock, - blockName:'vipps/buy-now', - component: VippsBuyNow, - context: mainBlock, -}); - -}( - window.wp -) ); diff --git a/Blocks/dist/buy-now/block.json b/Blocks/dist/buy-now/block.json new file mode 100644 index 00000000..2f22a88a --- /dev/null +++ b/Blocks/dist/buy-now/block.json @@ -0,0 +1,32 @@ +{ + "$schema": "https://schemas.wp.org/trunk/block.json", + "apiVersion": 3, + "name": "woo-vipps/buy-now", + "version": "2.0.0", + "title": "Vipps MobilePay Buy Now", + "attributes": { + "isInQuery": { + "type": "boolean", + "default": "false" + } + }, + "keywords": [ + "WooCommerce", + "woo-gutenberg-products-block" + ], + "category": "woocommerce", + "parent": [ + "woocommerce/product-template" + ], + "usesContext": [ + "query", + "queryId", + "postId" + ], + "supports": { + "html": false + }, + "textdomain": "woo-vipps", + "editorScript": "file:./index.js", + "render": "file:./render.php" +} \ No newline at end of file diff --git a/Blocks/dist/buy-now/index.asset.php b/Blocks/dist/buy-now/index.asset.php new file mode 100644 index 00000000..051704f7 --- /dev/null +++ b/Blocks/dist/buy-now/index.asset.php @@ -0,0 +1 @@ + array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks'), 'version' => 'ff77120c8b85614bd344'); diff --git a/Blocks/dist/buy-now/index.js b/Blocks/dist/buy-now/index.js new file mode 100644 index 00000000..cb8f32ea --- /dev/null +++ b/Blocks/dist/buy-now/index.js @@ -0,0 +1 @@ +(()=>{"use strict";const i=window.wp.blocks,o=window.wp.blockEditor,s=window.ReactJSXRuntime,p=JSON.parse('{"UU":"woo-vipps/buy-now"}');(0,i.registerBlockType)(p.UU,{edit:function({context:i,setAttributes:p}){return i.query&&p({isInQuery:!0}),(0,s.jsx)(s.Fragment,{children:(0,s.jsx)("div",{...(0,o.useBlockProps)({className:"wp-block-button wc-block-components-product-button wc-block-button-vipps"}),children:(0,s.jsx)("a",{className:"single-product button vipps-buy-now wp-block-button__link",title:VippsConfig.BuyNowWithVipps,children:(0,s.jsx)("img",{className:"inline vipps-logo-negative",src:VippsConfig.logoSvgUrl,alt:VippsConfig.BuyNowWithVipps})})})})},title:VippsConfig.vippsbuynowbutton,description:VippsConfig.vippsbuynowdescription,icon:(0,s.jsx)("img",{className:"block-editor-block-icon has-colors vipps-smile vipps-component-cion",src:VippsConfig.vippssmileurl})})})(); \ No newline at end of file diff --git a/Blocks/dist/buy-now/render.php b/Blocks/dist/buy-now/render.php new file mode 100644 index 00000000..4ada9deb --- /dev/null +++ b/Blocks/dist/buy-now/render.php @@ -0,0 +1,14 @@ +context['postId'] ?? 0; +$product = $pid ? wc_get_product($pid) : 0; +if ($product && is_a($product, 'WC_Product')) { + $supports = $vipps->loop_single_product_is_express_checkout_purchasable($product); + +} + +// Only create button if the product has woo-vipps express checkout enabled. LP 29.11.2024 +if ($supports) { + echo "
" . $vipps->get_buy_now_button($product->get_id(), false) . "
"; +} diff --git a/Blocks/dist/vipps-badge/index.asset.php b/Blocks/dist/vipps-badge/index.asset.php index 74158650..cf2934b8 100644 --- a/Blocks/dist/vipps-badge/index.asset.php +++ b/Blocks/dist/vipps-badge/index.asset.php @@ -1 +1 @@ - array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => 'a24a031dce25d8203fb0'); + array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n'), 'version' => '0a1d868840342b2070f3'); diff --git a/Blocks/dist/vipps-badge/index.js b/Blocks/dist/vipps-badge/index.js index a7c7c3e1..99ede533 100644 --- a/Blocks/dist/vipps-badge/index.js +++ b/Blocks/dist/vipps-badge/index.js @@ -1 +1 @@ -(()=>{"use strict";const e=window.wp.blocks,a=window.wp.i18n,s=window.wp.blockEditor,n=window.wp.components,t=injectedVippsBadgeBlockConfig,l=window.ReactJSXRuntime,i=JSON.parse('{"UU":"woo-vipps/vipps-badge"}');(0,e.registerBlockType)(i.UU,{title:t.title,icon:(0,l.jsx)("img",{className:"block-editor-block-icon has-colors vipps-smile vipps-component-icon",src:t.iconSrc,alt:t.title+" icon"}),attributes:{variant:{default:t.defaultVariant},language:{default:t.defaultLanguage}},edit:function({attributes:e,setAttributes:i}){const o=t.variants,r=e.variant;let p=!1;for(let e=0;ei({variant:e}),label:(0,a.__)("Variant","woo-vipps"),value:e.variant,options:o,help:(0,a.__)("Choose the badge variant with the perfect colors for your site","woo-vipps")}),(0,l.jsx)(n.SelectControl,{onChange:e=>i({language:e}),label:(0,a.__)("Language","woo-vipps"),value:e.language,options:t.languages,help:(0,a.__)("Choose language, or use the default","woo-vipps")})]})})]})},save:function({attributes:e}){const a=t.variants,n=e.variant;let i=!1;for(let e=0;e{"use strict";const e=window.wp.blocks,a=window.wp.i18n,s=window.wp.blockEditor,n=window.wp.components,t=window.ReactJSXRuntime,i=injectedVippsBadgeBlockConfig,l=injectedVippsBadgeBlockConfig,o=JSON.parse('{"UU":"woo-vipps/vipps-badge"}'),r=injectedVippsBadgeBlockConfig;(0,e.registerBlockType)(o.UU,{title:r.title,icon:(0,t.jsx)("img",{className:"block-editor-block-icon has-colors vipps-smile vipps-component-icon",src:r.iconSrc,alt:r.title+" icon"}),attributes:{variant:{default:r.defaultVariant},language:{default:r.defaultLanguage}},edit:function({attributes:e,setAttributes:l}){const o=i.variants,r=e.variant;let p=!1;for(let e=0;el({variant:e}),label:(0,a.__)("Variant","woo-vipps"),value:e.variant,options:o,help:(0,a.__)("Choose the badge variant with the perfect colors for your site","woo-vipps")}),(0,t.jsx)(n.SelectControl,{onChange:e=>l({language:e}),label:(0,a.__)("Language","woo-vipps"),value:e.language,options:i.languages,help:(0,a.__)("Choose language, or use the default","woo-vipps")})]})})]})},save:function({attributes:e}){const a=l.variants,n=e.variant;let i=!1;for(let e=0;e=')) { + register_block_type(__DIR__ . '/dist/buy-now'); + + } }); -// Inject block config variables to vipps-badge editor script. LP 15.11.2024 +// Inject block config variables to block editor assets add_action('enqueue_block_editor_assets', function () { - $vipps = Vipps::instance(); - $variants = $variants = [ + // vipps-badge config + $vipps = Vipps::instance(); + $variants = $variants = [ ['label' => __('White', 'woo-vipps'), 'value' => 'white'], ['label' => __('Grey', 'woo-vipps'), 'value' => 'grey'], ['label' => __('Filled', 'woo-vipps'), 'value' => 'filled'], ['label' => __('Light', 'woo-vipps'), 'value' => 'light'], ['label' => __('Purple', 'woo-vipps'), 'value' => 'purple']]; - // Set a default language for the vipps-badge. LP 21.11.2024 - $store_language = substr(get_bloginfo('language'), 0, 2); - if ($store_language == 'nb' || $store_language == 'nn') { + // Set a default language for the vipps-badge. LP 21.11.2024 + $store_language = substr(get_bloginfo('language'), 0, 2); + if ($store_language == 'nb' || $store_language == 'nn') { $store_language = 'no'; - } - if ($store_language == 'da') { + } + if ($store_language == 'da') { $store_language = 'dk'; - } - if (!in_array($store_language, ['en', 'no', 'dk', 'fi'])) { - $store_language = 'en'; - } // english default fallback - - $block_config = [ - 'title' => sprintf(__('%1$s On-Site Messaging Badge', 'woo-vipps'), Vipps::CompanyName()), - 'variants' => $variants, - 'defaultVariant' => 'white', - 'defaultLanguage' => $store_language, - 'iconSrc' => plugins_url('../img/vipps-mobilepay-logo-only.png', __FILE__), - 'brand' => strtolower($vipps->get_payment_method_name()), - 'languages' => [ - ['label' => __('Default', 'woo-vipps'), 'value' => $store_language], - ['label' => __('English', 'woo-vipps'), 'value' => 'en'], - ['label' => __('Norwegian', 'woo-vipps'), 'value' => 'no'], - ['label' => __('Finnish', 'woo-vipps'), 'value' => 'fi'], - ['label' => __('Danish', 'woo-vipps'), 'value' => 'dk'], - ], - ]; - - wp_add_inline_script('woo-vipps-vipps-badge-editor-script', - 'const injectedVippsBadgeBlockConfig = ' . json_encode($block_config), - 'before'); -}); + } + if (!in_array($store_language, ['en', 'no', 'dk', 'fi'])) { + $store_language = 'en'; // english default fallback + } + $block_config = [ + 'title' => sprintf(__('%1$s On-Site Messaging Badge', 'woo-vipps'), Vipps::CompanyName()), + 'variants' => $variants, + 'defaultVariant' => 'white', + 'defaultLanguage' => $store_language, + 'iconSrc' => plugins_url('../img/vipps-mobilepay-logo-only.png', __FILE__), + 'brand' => strtolower($vipps->get_payment_method_name()), + 'languages' => [ + ['label' => __('Default', 'woo-vipps'), 'value' => $store_language], + ['label' => __('English', 'woo-vipps'), 'value' => 'en'], + ['label' => __('Norwegian', 'woo-vipps'), 'value' => 'no'], + ['label' => __('Finnish', 'woo-vipps'), 'value' => 'fi'], + ['label' => __('Danish', 'woo-vipps'), 'value' => 'dk'], + ], + ]; + // vipps-badge config stop + // Inject block config to vipps-badge editor script. LP 15.11.2024 + wp_add_inline_script('woo-vipps-vipps-badge-editor-script', + 'const injectedVippsBadgeBlockConfig = ' . json_encode($block_config), + 'before'); + + // Inject config from Vipps.class.php to buy-now editor script. LP 29.11.2024 + if (version_compare(WC_VERSION, '9.4', '>=')) { + wp_add_inline_script('woo-vipps-buy-now-editor-script', 'const VippsConfig = ' . json_encode(Vipps::instance()->vippsJSConfig), 'before'); + } +}); diff --git a/Vipps.class.php b/Vipps.class.php index 89514066..51d43b6d 100644 --- a/Vipps.class.php +++ b/Vipps.class.php @@ -61,7 +61,7 @@ public static function CompanyName() { return __("Vipps MobilePay", 'woo-vipps'); } public static function CheckoutName($order=null) { - return __("Vipps Checkout", 'woo-vipps'); + return "Vipps MobilePay Checkout"; // Do not translate } public static function ExpressCheckoutName($order=null) { return __("Vipps Express Checkout", 'woo-vipps'); @@ -1324,7 +1324,7 @@ public function cart_express_checkout_button_html() { // cached. Therefore stock, purchasability etc will be done later. IOK 2018-10-02 public function buy_now_button_shortcode ($atts) { $args = shortcode_atts( array( 'id' => '','variant'=>'','sku' => '',), $atts ); - return $this->get_buy_now_button($args['id'], $args['variant'], $args['sku'], false); + $html = "
". $this->get_buy_now_button($args['id'], $args['variant'], $args['sku'], false) . "
"; } // The express checkout shortcode implementation. It does not need to check if we are to show the button, obviously, but needs to see if the cart works @@ -2075,63 +2075,19 @@ public function woocommerce_before_thankyou ($orderid) { WC()->session->set('vipps_address_hash', false); do_action('woo_vipps_before_thankyou', $orderid, $order); } + public function woocommerce_loaded() { + // Ended buy-now product block support for allproducts block. LP 29.11.2024 - public function woocommerce_loaded () { - /* IOK 2020-09-03 experimental support for the All Products type product block */ - // This is for product blocks - augment the description when using the StoreAPI so that we know that a button should be added - add_filter('woocommerce_product_get_description', function ($description, $product) { - // This is basically the store_api init, but as that calls no action, we need to replicate the logic of its protected function - // here for the time being. IOK 2020-09-02 - if (empty($_SERVER['REQUEST_URI'])) return $description; - if (!did_action('rest_api_init')) return $description; - $request_uri = esc_url_raw( wp_unslash( $_SERVER['REQUEST_URI'] ) ); - $storeapi = "/wc/store/"; - if (false === strpos($request_uri, $storeapi)) return $description;; - - // Now add a small tag to product descriptions if this product should be purchasable. - if (!$this->loop_single_product_is_express_checkout_purchasable($product)) return $description; - return $description . ""; - },10,2); - - add_action( 'enqueue_block_editor_assets', function () { - wp_enqueue_script( 'create-block-vipps-products-block-extension', plugins_url( 'Blocks/Products/js/index.js', __FILE__), array( 'wc-blocks-registry','wp-i18n','wp-element','vipps-admin' ), filemtime(dirname(__FILE__) . "/Blocks/Products/js/index.js"), true ); - wp_enqueue_script( 'create-block-vipps-products-block-editor', plugins_url( 'Blocks/Products/js/editor.js', __FILE__ ), array( 'wc-blocks','wp-i18n','wp-element','vipps-admin'), filemtime(dirname(__FILE__) . "/Blocks/Products/js/editor.js"), true ); - }); - - - - // Conditionally add the javascript for All Products Blocks so that they are only loaded when the block is used on a page. - // Overridable by filter if you are adding the block in some other way (for now). In the future, this may be a backend setting and eventually - // become the default, depending on how this goes. IOK 2020-11-16 - add_action( 'wp_enqueue_scripts', function () { - $support_all_products_block = function_exists('has_block') && has_block('woocommerce/all-products'); - $support_all_products_block = apply_filters('woo_vipps_support_all_products_block', $support_all_products_block); - if ($support_all_products_block) { - wp_enqueue_script( 'create-block-vipps-products-block-extension', plugins_url( 'Blocks/Products/js/index.js', __FILE__ ), array( 'wc-blocks-registry','wp-i18n','wp-element','vipps-gw' ), filemtime(dirname(__FILE__) . "/Blocks/Products/js/index.js"), true ); - } - }); - - - /* End 'all products' blocks support */ /* This is for the other product blocks - here we only have a single HTML filter unfortunately */ add_filter('woocommerce_blocks_product_grid_item_html', function ($html, $data, $product) { - if (!$this->loop_single_product_is_express_checkout_purchasable($product)) return $html; - $stripped = preg_replace("!$!", "", $html); - $pid = $product->get_id(); - $title = sprintf(__('Buy now with %1$s', 'woo-vipps'), $this->get_payment_method_name()); - $logo = $this->get_payment_logo(); - $a=1; - $button = << - - - - -EOF; - return $stripped . $button . ""; + if (!$this->loop_single_product_is_express_checkout_purchasable($product)) return $html; + $stripped = preg_replace("!$!", "", $html); + $pid = $product->get_id(); + $button = '
'; + $button .= $this->get_buy_now_button($pid,false); + $button .= '
'; + return $stripped . $button . ""; }, 10, 3); - - } public function get_payment_method_name() { @@ -2231,6 +2187,7 @@ public function after_setup_theme() { $this->vippsJSConfig['vippsbuynowdescription'] = sprintf(__( 'Add a %1$s Buy Now-button to the product block', 'woo-vipps'), $this->get_payment_method_name()); $this->vippsJSConfig['vippslanguage'] = $this->get_customer_language(); $this->vippsJSConfig['vippsexpressbuttonurl'] = $this->get_payment_method_name(); + $this->vippsJSConfig['logoSvgUrl'] = $this->get_payment_logo(); // If the site supports Gutenberg Blocks, support the Checkout block IOK 2020-08-10 @@ -4043,7 +4000,9 @@ public function single_product_buy_now_button () { if ($compat) $classes[] ='compat-mode'; $classes = apply_filters('woo_vipps_single_product_buy_now_classes', $classes, $product); - echo $this->get_buy_now_button(false,false,false, ($product->is_type('variable') ? 'disabled' : false), $classes); + $button = $this->get_buy_now_button(false,false,false, ($product->is_type('variable') ? 'disabled' : false), $classes); + $code = "
$button
"; + echo $code; } @@ -4077,7 +4036,8 @@ public function loop_single_product_buy_now_button() { $sku = $product->get_sku(); - echo $this->get_buy_now_button($product->get_id(),false,$sku); + $button = $this->get_buy_now_button($product->get_id(),false,$sku); + echo "
$button
"; } diff --git a/WC_Gateway_Vipps.class.php b/WC_Gateway_Vipps.class.php index a1853de1..91933d1b 100644 --- a/WC_Gateway_Vipps.class.php +++ b/WC_Gateway_Vipps.class.php @@ -905,7 +905,7 @@ public function init_form_fields() { $checkoutfields = array( 'checkout_options' => array( - 'title' => sprintf(__('Checkout', 'woo-vipps'), Vipps::CompanyName()), + 'title' => "Checkout", // Vipps::CheckoutName(), // Don't translate this, but save some space IOK 2024-12-06 'type' => 'title', 'class' => 'tab', 'description' => sprintf(__("%1\$s is a new service from %2\$s which replaces the usual WooCommerce checkout page entirely, replacing it with a simplified checkout screen providing payment both with %2\$s and credit card. Additionally, your customers will get the option of providing their address information using their %2\$s app directly.", 'woo-vipps'), Vipps::CheckoutName(), Vipps::CompanyName()), diff --git a/css/admin.css b/css/admin.css index bbc98a61..e889d595 100644 --- a/css/admin.css +++ b/css/admin.css @@ -41,14 +41,13 @@ table.webhook-table td.actions { } /* Ditto for the products blocks IOK 2020-09-03 */ -.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.vipps-buy-now { +.wp-block-button__link.vipps-buy-now { color: #fff; display: inline-block; border:0; - min-width:15em; } -.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.vipps-buy-now img.vipps-logo.negative { +.wp-block-button__link.vipps-buy-now img.vipps-logo.negative { display: inline-block; margin: 0 .2em; height: 2ex; @@ -61,6 +60,19 @@ table.webhook-table td.actions { max-height: 32px; } +/* Gutenberg buy-now product block, copied from vipps.css LP 02.12.2024 */ +div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps { + text-align: center; +} +div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps a.single-product.button.vipps-buy-now{ + /* margin-left: auto; + margin-right: auto; */ + display: inline-block; +} +div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps a.single-product.button.vipps-buy-now img{ + max-width: 10rem; +} + /* Admin-menu for vipps */ li#toplevel_page_vipps_admin_menu .wp-menu-image.dashicons-before img { width: 20px; opacity: .9; padding-bottom: 2px; diff --git a/css/vipps.css b/css/vipps.css index 96a51497..f5a5c4b5 100644 --- a/css/vipps.css +++ b/css/vipps.css @@ -44,15 +44,33 @@ SOFTWARE. vertical-align: text-bottom; } -.wc-block-grid__product .single-product.button.vipps-buy-now { - min-width:15em; -} - /* This is for the badge block IOK 2022-11-16 */ .vipps-badge-wrapper.aligncenter { text-align: center; } +/* Gutenberg buy-now product block. LP 02.12.2024 */ +div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps { + text-align: center; + margin-bottom:0; +} +div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps a.single-product.button.vipps-buy-now{ + margin-left: auto; + margin-right: auto; + display: inline-block; + padding-top:0; +} +div.wp-block-button.wc-block-components-product-button.wc-block-button-vipps a.single-product.button.vipps-buy-now img{ + max-width: 10rem; + margin-bottom:0; +} +div.vipps_buy_now_wrapper.loop { + text-align:center; +} +div.vipps_buy_now_wrapper.loop a.single-product.button.vipps-buy-now img{ + max-width: 10rem; +} + /* end block stuff for now */ form#vippsdata { @@ -114,6 +132,7 @@ a.button.vipps-express-checkout:hover, a.button.vipps-buy-now:hover { a.single-product.button.vipps-buy-now { padding-left:0; padding-right:0; + padding-bottom:0; } .widget_shopping_cart a.button.vipps-express-checkout { diff --git a/js/vipps.js b/js/vipps.js index d1123772..b39502ff 100644 --- a/js/vipps.js +++ b/js/vipps.js @@ -27,6 +27,13 @@ SOFTWARE. */ +// Hook vippsInit to woocommerce/product-collection render event. LP 29.11.2024 +document.body.addEventListener('wc-blocks_product_list_rendered', + function (event) { + document.body.dispatchEvent(new Event('vippsInit')); + } +); + jQuery( document ).ready( function() { // This is for WooCommerce Product Bundles, which potentially have *several* variant-products or configurable products, so @@ -254,6 +261,5 @@ jQuery( document ).ready( function() { } vippsInit(); - }); diff --git a/languages/woo-vipps-da_DK.po b/languages/woo-vipps-da_DK.po index 77dd8fbc..3f9a74d2 100644 --- a/languages/woo-vipps-da_DK.po +++ b/languages/woo-vipps-da_DK.po @@ -1,189 +1,201 @@ -# Translation of Plugins - Pay with Vipps and MobilePay for WooCommerce - Stable (latest release) in Danish -# This file is distributed under the same license as the Plugins - Pay with Vipps and MobilePay for WooCommerce - Stable (latest release) package. +# Translation of Plugins - Pay with Vipps and MobilePay for WooCommerce - Development (trunk) in Danish +# This file is distributed under the same license as the Plugins - Pay with Vipps and MobilePay for WooCommerce - Development (trunk) package. msgid "" msgstr "" "PO-Revision-Date: 2024-03-05 12:53:12+0000\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: GlotPress/4.0.0-rc.1\n" +"X-Generator: GlotPress/4.0.1\n" "Language: da_DK\n" -"Project-Id-Version: Plugins - Pay with Vipps and MobilePay for WooCommerce - Stable (latest release)\n" +"Project-Id-Version: Plugins - Pay with Vipps and MobilePay for WooCommerce - Development (trunk)\n" +"Last-Translator: gpt-po v1.2.0\n" -#: Vipps.class.php:1152 Vipps.class.php:1210 -msgid "Note: Reservations will be cancelled after 14 days. Remember to ship and fulfill your orders." -msgstr "Bemærk: Reservationer vil blive annulleret efter 14 dage. Husk at sende og opfylde dine ordrer." - -#: WC_Gateway_Vipps.class.php:3661 -msgid "Could not initialize webhooks for this site: %1$s" -msgstr "Kunne ikke initialisere webhooks for dette site: %1$s" - -#: Vipps.class.php:981 -msgid "%1$s is installed and active. You can configure the plugin at its settings page" -msgstr "%1$s er installeret og aktiv. Du kan konfigurere plugin'et på dens indstillings side" - -#: Vipps.class.php:288 -msgid "%1$s is currently in test mode - no real transactions will occur" -msgstr "%1$s er i øjeblikket i testtilstand - ingen rigtige transaktioner vil finde sted" - -#. Plugin Name of the plugin -msgid "Pay with Vipps and MobilePay for WooCommerce" -msgstr "Betal med Vipps og MobilePay for WooCommerce" +#: WC_Gateway_Vipps.class.php:2547 +msgid " - no status retrievable" +msgstr "- ingen status kan hentes" -#: WC_Gateway_Vipps.class.php:3576 -msgid "Connection to %1$s is OK" -msgstr "Forbindelse til %1$s er OK" +#: WC_Gateway_Vipps.class.php:2386 +msgid " - order does not need processing" +msgstr "- ordren behøver ikke at blive behandlet" -#: WC_Gateway_Vipps.class.php:3501 -msgid "Yes, activate %1$s!" -msgstr "Ja, aktiver %1$s!" +#: WC_Gateway_Vipps.class.php:816 WC_Gateway_Vipps.class.php:833 +#: WC_Gateway_Vipps.class.php:1956 +msgid " refunded through %1$s:" +msgstr "refunderet via %1$s:" -#: WC_Gateway_Vipps.class.php:3496 -msgid "Use %1$s for all purchases" -msgstr "Brug %1$s til alle køb" +#: WC_Gateway_Vipps.class.php:1284 +msgid "\"Buy now\" compatibility mode" +msgstr "\"Køb nu\" kompatibilitetsmodus" -#: WC_Gateway_Vipps.class.php:3478 -msgid "%1$s supported currencies: %2$s" -msgstr "%1$s understøttede valutaer: %2$s" +#: Vipps.class.php:988 Vipps.class.php:1013 Vipps.class.php:1187 +#: Vipps.class.php:1219 Vipps.class.php:1232 Vipps.class.php:1373 +#: VippsCheckout.class.php:725 VippsKCSupport.class.php:64 +msgid "%1$s" +msgstr "%1$s" -#: WC_Gateway_Vipps.class.php:3139 -msgid "Callback: Payment cancelled at %1$s" -msgstr "Tilbagekaldelse: Betaling annulleret hos %1$s" +#: WC_Gateway_Vipps.class.php:1220 +msgid "" +"%1$s allows you to buy products by a single click from the cart page or directly from product or catalog pages. Product " +"will get a 'buy now' button which will start the purchase process immediately." +msgstr "" +"%1$s giver dig mulighed for at købe produkter med et enkelt klik fra indkøbskurvsiden eller direkte fra produkt- eller " +"katalogsider. Produktet vil få en 'køb nu' knap, som straks vil starte købsprocessen." -#: WC_Gateway_Vipps.class.php:3004 -msgid "Message from %1$s: %2$s" -msgstr "Besked fra %1$s: %2$s" +#: Vipps.class.php:2230 +msgid "%1$s Buy Now button" +msgstr "%1$s Køb Nu-knap" -#: WC_Gateway_Vipps.class.php:2820 -msgid "%1$s: Could not deserialize the chosen shipping method %2$s for order %3$d" -msgstr "%1$s: Kunne ikke dekomponere den valgte forsendelsesmetode %2$s for ordre %3$d" +#: WC_Gateway_Vipps.class.php:3185 +msgid "%1$s callback for unknown order" +msgstr "%1$s tilbagekald for ukendt ordre" -#: WC_Gateway_Vipps.class.php:2248 -msgid "Could not get payment results for order %1$s - you may have the wrong MSN for the order. Please check logs for more information" -msgstr "Kunne ikke få betalingsresultater for ordre %1$s - du kan have det forkerte MSN for ordren. Tjek venligst logs for mere information" +#: WC_Gateway_Vipps.class.php:3246 +msgid "%1$s callback received" +msgstr "%1$s tilbagekald modtaget" -#: WC_Gateway_Vipps.class.php:2247 -msgid "Could not get payment results for order %1$s" -msgstr "Kunne ikke få betalingsresultater for ordre %1$s" +#: WC_Gateway_Vipps.class.php:3180 +msgid "%1$s callback with wrong merchantSerialNumber - might be forged" +msgstr "%1$s tilbagekaldelse med forkert merchantSerialNumber - kan være forfalsket" -#: WC_Gateway_Vipps.class.php:2136 -msgid "Cannot get address information for %1$s order:" -msgstr "Kan ikke få adgang til adresseinformation for %1$s ordre:" +#: WC_Gateway_Vipps.class.php:3281 +msgid "%1$s callback: Handling order: " +msgstr "%1$s tilbagekald: Håndtering af ordre:" -#: WC_Gateway_Vipps.class.php:2051 WC_Gateway_Vipps.class.php:2529 -msgid "Bank Transfer/ %1$s" -msgstr "Bankoverførsel/ %1$s" +#: Vipps.class.php:921 Vipps.class.php:969 +msgid "" +"%1$s configuration is not yet complete - you must get your keys from the %1$s portal and enter them on the settings page" +msgstr "" +"%1$s konfiguration er endnu ikke fuldført - du skal hente dine nøgler fra %1$s portalen og indtaste dem på indstillings siden" -#: WC_Gateway_Vipps.class.php:2045 WC_Gateway_Vipps.class.php:2524 -#: WC_Gateway_Vipps.class.php:3086 -msgid "Credit Card / %1$s" -msgstr "Kreditkort / %1$s" +#: WC_Gateway_Vipps.class.php:3698 +msgid "%1$s does not support your currency." +msgstr "%1$s understøtter ikke din valuta." -#: WC_Gateway_Vipps.class.php:1860 -msgid "Cannot refund bank transfer order %1$d" -msgstr "Kan ikke refundere bankoverførselsordre %1$d" +#: Vipps.class.php:4402 +msgid "%1$s Express Checkout" +msgstr "%1$s Hurtig Kasse" -#: WC_Gateway_Vipps.class.php:1086 -msgid "Always ask for confirmation on %1$s" -msgstr "Anmod altid om bekræftelse på %1$s" +#: Vipps.class.php:900 Vipps.class.php:948 +msgid "%1$s for WordPress and WooCommerce" +msgstr "%1$s til WordPress og WooCommerce" -#: WC_Gateway_Vipps.class.php:1085 -msgid "Add terms and conditions checkbox on %1$s" -msgstr "Tilføj vilkår og betingelser afkrydsningsfelt på %1$s" +#: Vipps.class.php:1001 +msgid "%1$s installed, but not active. Activate it on the plugins page" +msgstr "%1$s installeret, men ikke aktiveret. Aktiver det på plugins siden" -#: WC_Gateway_Vipps.class.php:1018 -msgid "By default, orders that are reserved but not yet captured will now have the order status 'Processing'. You can capture the sum manually, or by changing the status to 'Complete'. You should ensure that your workflow is such that the order is not shipped until after this capture.

The status 'On hold' can be chosen instead for stores using a workflow where orders are shipped when the status is 'Processing'. In this case, 'On hold' will mean \"order is reserved but not yet captured\". This is a slightly safer solution, and ensures that the order status will reflect the payment status.

However, in many stores 'On hold' has the additional meaning \"there is a problem with the order\"; and an email is often sent to the customer about this problem. The default is 'Processing' because of this, and because many plugins and integrations expect orders to be 'Processing' when the customer has completed payment." -msgstr "Som standard vil ordrer, der er reserveret, men endnu ikke indfanget, nu have ordrestatussen 'Behandles'. Du kan manuelt fange beløbet eller ved at ændre status til 'Fuldført'. Du bør sikre, at din arbejdsproces er sådan, at ordren ikke sendes, før efter denne indfangning.

Statussen 'På hold' kan vælges i stedet for butikker, der bruger en arbejdsproces, hvor ordrer sendes, når status er 'Behandles'. I dette tilfælde vil 'På hold' betyde \"ordren er reserveret, men endnu ikke fanget\". Dette er en lidt sikrere løsning og sikrer, at ordrestatus vil afspejle betalingsstatus.

Imidlertid har 'På hold' i mange butikker den yderligere betydning \"der er et problem med ordren\"; og en e-mail sendes ofte til kunden om dette problem. Standarden er 'Behandles' på grund af dette, og fordi mange plugins og integrationer forventer, at ordrer er 'Behandles', når kunden har gennemført betalingen." +#: Vipps.class.php:997 +msgid "%1$s is installed and active. You can configure the plugin at its settings page" +msgstr "%1$s er installeret og aktiv. Du kan konfigurere plugin'et på dens indstillings side" -#: WC_Gateway_Vipps.class.php:1002 WC_Gateway_Vipps.class.php:1003 -#: WC_Gateway_Vipps.class.php:1261 WC_Gateway_Vipps.class.php:1262 -msgid "Subscription Key" -msgstr "Abonnement nøgle" +#: WC_Gateway_Vipps.class.php:911 WC_Gateway_Vipps.class.php:3719 +msgid "" +"%1$s is a new service from %2$s which replaces the usual WooCommerce checkout page entirely, replacing it with a " +"simplified checkout screen providing payment both with %2$s and credit card. Additionally, your customers will get the " +"option of providing their address information using their %2$s app directly." +msgstr "" +"%1$s er en ny service fra %2$s, der helt erstatter den sædvanlige WooCommerce checkout side, med en forenklet checkout " +"skærm der tilbyder betaling både med %2$s og kreditkort. Derudover får dine kunder muligheden for at indtaste deres " +"adresseoplysninger direkte i deres %2$s app." -#: WC_Gateway_Vipps.class.php:965 -msgid "MobilePay" -msgstr "MobilePay" +#: Vipps.class.php:330 +msgid "%1$s is currently in test mode - no real transactions will occur" +msgstr "%1$s er i øjeblikket i testtilstand - ingen rigtige transaktioner vil finde sted" -#: WC_Gateway_Vipps.class.php:961 WC_Gateway_Vipps.class.php:967 -msgid "Choose which payment method should be displayed to users at checkout" -msgstr "Vælg hvilken betalingsmetode der skal vises for brugerne ved kassen" +#: Vipps.class.php:914 Vipps.class.php:962 +msgid "%1$s is currently in test mode - no real transactions will occur." +msgstr "%1$s er i øjeblikket i testtilstand - der vil ikke forekomme rigtige transaktioner." -#: WC_Gateway_Vipps.class.php:953 -msgid "Enable %1$s" -msgstr "Aktiver %1$s" +#: WC_Gateway_Vipps.class.php:1207 +msgid "%1$s is default payment method" +msgstr "%1$s er standard betalingsmetode" -#: WC_Gateway_Vipps.class.php:914 -msgid "Activate this for Helthjem as a %1$s Shipping method." -msgstr "Aktivér dette for Helthjem som en %1$s forsendelsesmetode." +#: Vipps.class.php:1023 +msgid "%1$s is installed and active. You can configure the plugin at its settings page" +msgstr "%1$s er installeret og aktiv. Du kan konfigurere pluginet på dens indstillinger side" -#: WC_Gateway_Vipps.class.php:910 -msgid "Support Helthjem as a shipping method in %1$s" -msgstr "Støt Helthjem som en forsendelsesmetode i %1$s" +#: Vipps.class.php:1027 +msgid "%1$s is installed, but not active. Activate it on the plugins page" +msgstr "%1$s er installeret, men ikke aktiv. Aktiver det på plugins siden" -#: WC_Gateway_Vipps.class.php:890 -msgid "Activate this for Instabox as a %1$s Shipping method." -msgstr "Aktivér dette for Instabox som en %1$s forsendelsesmetode." +#: WC_Gateway_Vipps.class.php:3489 +msgid "%1$s is not an image that can be uploaded to %2$s" +msgstr "%1$s er ikke et billede, der kan uploades til %2$s" -#: WC_Gateway_Vipps.class.php:886 -msgid "Support Instabox as a shipping method in %1$s" -msgstr "Understøt Instabox som en forsendelsesmetode i %1$s" +#: Vipps.class.php:3577 Vipps.class.php:3646 Vipps.class.php:3709 +msgid "%1$s is not available for this order" +msgstr "%1$s er ikke tilgængelig for denne ordre" -#: WC_Gateway_Vipps.class.php:856 -msgid "Support Porterbuddy as a shipping method in %1$s" -msgstr "Støt Porterbuddy som en fragtmetode i %1$s" +#: Vipps.class.php:1005 Vipps.class.php:1031 +msgid "%1$s is not installed. You can install it here!" +msgstr "%1$s er ikke installeret. Du kan installere det her!" -#: WC_Gateway_Vipps.class.php:848 -msgid "Activate this for PostNord as a %1$s Shipping method." -msgstr "Aktiver dette for PostNord som en %1$s forsendelsesmetode." +#: Vipps.class.php:3633 Vipps.class.php:3778 Vipps.class.php:4312 +#: WC_Gateway_Vipps.class.php:824 WC_Gateway_Vipps.class.php:1851 +#: WC_Gateway_Vipps.class.php:1947 WC_Gateway_Vipps.class.php:1993 +msgid "%1$s is temporarily unavailable." +msgstr "%1$s er midlertidigt utilgængelig." -#: WC_Gateway_Vipps.class.php:846 -msgid "Support PostenNord as a shipping method in %1$s" -msgstr "Understøt PostenNord som en forsendelsesmetode i %1$s" +#: Vipps.class.php:949 +msgid "" +"%1$s officially supports WordPress and WooCommerce with a family of plugins implementing a payment gateway for " +"WooCommerce, an optional complete checkout solution powered by %1$s, a system for managing QR-codes that link to your " +"products or landing pages, a plugin for recurring payments, and a system for passwordless logins." +msgstr "" +"%1$s understøtter officielt WordPress og WooCommerce med en familie af plugins, der implementerer en betalingsgateway " +"for WooCommerce, en valgfri komplet kasse-løsning drevet af %1$s, et system til håndtering af QR-koder, der linker til " +"dine produkter eller landingssider, en plugin til tilbagevendende betalinger og et system til adgang uden password." -#: WC_Gateway_Vipps.class.php:838 -msgid "Activate this for Posti as a %1$s Shipping method." -msgstr "Aktiver dette for Posti som en %1$s forsendelsesmetode." +#: Vipps.class.php:700 +msgid "%1$s On-Site Messaging" +msgstr "%1$s On-Site Messaging" -#: WC_Gateway_Vipps.class.php:836 -msgid "Support Posti as a shipping method in %1$s" -msgstr "Støt Posti som en forsendelsesmetode i %1$s" +#: Blocks/Badges/vipps-badge.php:61 Blocks/woo-vipps-blocks.php:32 +msgid "%1$s On-Site Messaging Badge" +msgstr "%1$s On-Site Messaging Badge" -#: WC_Gateway_Vipps.class.php:828 -msgid "Activate this for Posten Norge as a %1$s Shipping method." -msgstr "Aktiver dette for Posten Norge som en %1$s forsendelsesmetode." +#: Vipps.class.php:702 +msgid "" +"%1$s On-Site Messaging contains badges in different variants that can be used to let your customers know that " +"%1$s payment is accepted." +msgstr "" +"%1$s On-Site Messaging indeholder mærker i forskellige varianter, der kan bruges til at informere dine kunder " +"om, at %1$s betaling er accepteret." -#: WC_Gateway_Vipps.class.php:826 -msgid "Support Posten Norge as a shipping method in %1$s" -msgstr "Støt Posten Norge som forsendelsesmetode i %1$s" +#: WC_Gateway_Vipps.class.php:2520 WC_Gateway_Vipps.class.php:2546 +msgid "%1$s Order with no order status, so session was never completed; setting status to cancelled" +msgstr "%1$s Ordre uden ordrestatus, så sessionen blev aldrig afsluttet; indstiller status til annulleret" -#: WC_Gateway_Vipps.class.php:817 -msgid "%1$s Shipping Methods" -msgstr "%1$s Fragtmetoder" +#: VippsCheckout.class.php:910 +msgid "%1$s Page" +msgstr "%1$s Side" -#: WC_Gateway_Vipps.class.php:780 -msgid "Enable static shipping for %1$s" -msgstr "Aktivér statisk forsendelse for %1$s" +#: WC_Gateway_Vipps.class.php:2030 +msgid "%1$s Payment cancelled:" +msgstr "%1$s Betaling aflyst:" -#: WC_Gateway_Vipps.class.php:771 WC_Gateway_Vipps.class.php:772 -msgid "Create new customers on %1$s" -msgstr "Opret nye kunder på %1$s" +#: WC_Gateway_Vipps.class.php:1879 WC_Gateway_Vipps.class.php:1891 +msgid "%1$s Payment captured:" +msgstr "%1$s Betaling indfanget:" -#: WC_Gateway_Vipps.class.php:763 -msgid "Activate Alternative %1$s" -msgstr "Aktivér alternativ %1$s" +#: VippsCheckout.class.php:457 WC_Gateway_Vipps.class.php:1707 +msgid "%1$s payment initiated" +msgstr "%1$s betaling igangsat" -#: WC_Gateway_Vipps.class.php:756 -msgid "Checkout" -msgstr "Kassen" +#: WC_Gateway_Vipps.class.php:2104 +msgid "%1$s Payment Refunded:" +msgstr "%1$s Betaling Refunderet:" -#: WC_Gateway_Vipps.class.php:264 -msgid "Could not get webhooks for Merchant Serial Number %1$s: %2$s" -msgstr "Kunne ikke få webhooks til Merchant Serial Number %1$s: %2$s" +#: WC_Gateway_Vipps.class.php:2083 +msgid "%1$s payment refunded:" +msgstr "%1$s betaling refunderet:" -#: WC_Gateway_Vipps.class.php:131 -msgid "Offer Vipps or MobilePay as a payment method" -msgstr "Tilbyd Vipps eller MobilePay som en betalingsmetode" +#: WC_Gateway_Vipps.class.php:1625 +msgid "%1$s payment restarted" +msgstr "%1$s betaling genstartet" #: VippsQRCodeController.class.php:643 msgid "%1$s QR Code" @@ -193,2600 +205,3140 @@ msgstr "%1$s QR-kode" msgid "%1$s QR Codes" msgstr "%1$s QR-koder" -#: VippsDismissibleAdminBanners.class.php:112 -msgid "You can get %1$s now!" -msgstr "Du kan få %1$s nu!" - -#: VippsCheckoutShippingMethods.php:487 WC_Gateway_Vipps.class.php:833 -msgid "Posti" -msgstr "Posti" - -#: VippsCheckoutShippingMethods.php:473 VippsCheckoutShippingMethods.php:489 -#: VippsCheckoutShippingMethods.php:509 VippsCheckoutShippingMethods.php:525 -#: VippsCheckoutShippingMethods.php:547 VippsCheckoutShippingMethods.php:572 -msgid "Shipping method for %1$s only: %2$s" -msgstr "Forsendelsesmetode kun for %1$s: %2$s" - -#: VippsCheckoutShippingMethods.php:472 VippsCheckoutShippingMethods.php:488 -#: VippsCheckoutShippingMethods.php:508 VippsCheckoutShippingMethods.php:524 -#: VippsCheckoutShippingMethods.php:546 VippsCheckoutShippingMethods.php:571 -msgid "%1$s: %2$s" -msgstr "%1$s: %2$s" - -#: VippsCheckoutShippingMethods.php:119 -msgid "Short description of shipping method used in %1$s" -msgstr "Kort beskrivelse af forsendelsesmetoden brugt i %1$s" - -#: VippsCheckout.class.php:672 -msgid "%1$s Page" -msgstr "%1$s Side" +#: WC_Gateway_Vipps.class.php:3708 +msgid "%1$s requires that your site uses HTTPS." +msgstr "%1$s kræver, at dit websted bruger HTTPS." -#: VippsCheckout.class.php:580 -msgid "%1$s: cart changed while session %2$d in progress - now cancelled" -msgstr "%1$s: indkøbskurven ændret mens session %2$d er igang - nu aflyst" +#: Vipps.class.php:992 +msgid "%1$s requires the WooCommerce Subscriptions plugin." +msgstr "%1$s kræver WooCommerce Subscriptions plugin." -#: VippsCheckout.class.php:481 -msgid "%1$s session %2$d is gone" -msgstr "%1$s session %2$d er væk" +#: VippsCheckout.class.php:488 +msgid "%1$s session %2$d cancelled (payment status)" +msgstr "%1$s session %2$d aflyst (betalingsstatus)" -#: VippsCheckout.class.php:462 +#: VippsCheckout.class.php:645 msgid "%1$s session %2$d cancelled (pending session)" msgstr "%1$s session %2$d annulleret (afventende session)" -#: VippsCheckout.class.php:367 -msgid "%1$s session %2$d failed with message %3$s" -msgstr "%1$s session %2$d mislykkedes med besked %3$s" - -#: VippsCheckout.class.php:354 +#: VippsCheckout.class.php:521 msgid "%1$s session %2$d expired after %3$d minutes (limit 50)" msgstr "%1$s session %2$d udløb efter %3$d minutter (begrænsning 50)" -#: VippsCheckout.class.php:321 -msgid "%1$s session %2$d cancelled (payment status)" -msgstr "%1$s session %2$d aflyst (betalingsstatus)" +#: VippsCheckout.class.php:534 +msgid "%1$s session %2$d failed with message %3$s" +msgstr "%1$s session %2$d mislykkedes med besked %3$s" -#: VippsCheckout.class.php:306 -msgid "Could not start %1$s session" -msgstr "Kunne ikke starte %1$s-sessionen" +#: VippsCheckout.class.php:664 +msgid "%1$s session %2$d is gone" +msgstr "%1$s session %2$d er væk" -#: VippsCheckout.class.php:300 -msgid "Could not initiate %1$s session: %2$s" -msgstr "Kunne ikke initiere %1$s session: %2$s" +#: WC_Gateway_Vipps.class.php:969 +msgid "%1$s Shipping Methods" +msgstr "%1$s Fragtmetoder" -#: VippsCheckout.class.php:297 -msgid "Unknown error creating %1$s session" -msgstr "Ukendt fejl ved oprettelse af %1$s session" +#: WC_Gateway_Vipps.class.php:3700 +msgid "%1$s supported currencies: %2$s" +msgstr "%1$s understøttede valutaer: %2$s" -#: VippsCheckout.class.php:291 -msgid "Customer passed to %1$s" -msgstr "Kunden overført til %1$s" +#: VippsCheckoutShippingMethods.php:471 VippsCheckoutShippingMethods.php:487 +#: VippsCheckoutShippingMethods.php:507 VippsCheckoutShippingMethods.php:523 +#: VippsCheckoutShippingMethods.php:545 +msgid "%1$s: %2$s" +msgstr "%1$s: %2$s" -#: VippsCheckout.class.php:223 -msgid "Unknown error creating %1$s partial order" -msgstr "Ukendt fejl ved oprettelse af %1$s delordre" +#: VippsCheckout.class.php:767 +msgid "%1$s: cart changed while session %2$d in progress - now cancelled" +msgstr "%1$s: indkøbskurven ændret mens session %2$d er igang - nu aflyst" -#: VippsApi.class.php:782 -msgid "You need a newer version of WooCommerce to use %1$s!" -msgstr "Du skal bruge en nyere version af WooCommerce for at bruge %1$s!" +#: WC_Gateway_Vipps.class.php:3028 +msgid "%1$s: Could not deserialize the chosen shipping method %2$s for order %3$d" +msgstr "%1$s: Kunne ikke dekomponere den valgte forsendelsesmetode %2$s for ordre %3$d" -#: VippsApi.class.php:566 -msgid "Could not add all keys to the payment metadata of order %1$s - only 5 items are allowed" -msgstr "Kunne ikke tilføje alle nøgler til betalingsmetadataen for ordre %1$s - kun 5 emner er tilladt" +#: Vipps.class.php:880 +msgid "- very, very simple" +msgstr "- meget, meget enkelt" -#: VippsApi.class.php:561 -msgid "Could not add key %1$s to payment metadata of order %2$s - key or value is too long (100, 500 respectively)" -msgstr "Kunne ikke tilføje nøgle %1$s til betalingsmetadata for ordre %2$s - nøgle eller værdi er for lang (henholdsvis 100, 500)" +#: Vipps.class.php:990 +msgid "" +"%2$s for WooCommerce by Everyday is perfect for " +"you if you run a web shop with subscription based services or other products that would benefit from subscriptions." +msgstr "" +"%2$s til WooCommerce af Everyday er perfekt til " +"dig, hvis du driver en webshop med abonnementsbaserede tjenester eller andre produkter, der ville have gavn af " +"abonnementer." -#: VippsApi.class.php:334 -msgid "Cannot create receipt for order %1$d: %2$s" -msgstr "Kan ikke oprette kvittering for ordre %1$d: %2$s" +#: Vipps.class.php:1014 +msgid "" +"%3$s is a password-less solution that lets you or your customers to securely log " +"into your site without having to remember passwords - you only need the %2$s app. The plugin does not require " +"WooCommerce, and it can be customized for many different usecases." +msgstr "" +"%3$s er en løsning uden adgangskode, der lader dig eller dine kunder sikkert logge " +"ind på dit site uden at skulle huske adgangskoder - du behøver kun %2$s appen. Pluginet kræver ikke WooCommerce, og det " +"kan tilpasses mange forskellige anvendelsesmønstre." -#: VippsApi.class.php:139 -msgid "Could not delete webhook for merchant serial number %1$s id %2$s: " -msgstr "Kunne ikke slette webhook for handlende serienummer %1$s id %2$s: " +#: Vipps.class.php:919 Vipps.class.php:967 +msgid "%2$s configuration is complete." +msgstr "%2$s konfiguration er fuldført." -#: VippsApi.class.php:125 -msgid "Could not register webhooks for merchant serial number %1$s callback %2$s: " -msgstr "Kunne ikke registrere webhooks for merchant serial number %1$s callback %2$s: " +#: Vipps.class.php:355 +msgid "

%1$s not yet configured: please go to the %1$s settings to complete your setup!

" +msgstr "" +"

%1$s er endnu ikke konfigureret: gå venligst til %1$s indstillingerne for at fuldføre din " +"opsætning!

" -#: VippsApi.class.php:107 -msgid "Could not get webhooks for merchant serial number %1$s: " -msgstr "Kunne ikke få webhooks til forhandlers serienummer %1$s: " +#: Vipps.class.php:353 +msgid "" +"

%1$s not yet correctly configured: please go to the %1$s settings to complete your setup:
" +"%3$s

" +msgstr "" +"

%1$s er endnu ikke korrekt konfigureret: gå venligst til %1$s indstillingerne for at fuldføre din " +"opsætning:
%3$s

" -#: Vipps.class.php:4252 -msgid "%1$s Express Checkout" -msgstr "%1$s Hurtig Kasse" +#: WC_Gateway_Vipps.class.php:2547 +msgid "Abandonded by customer" +msgstr "Forladt af kunden" -#: Vipps.class.php:4235 -msgid "Ready for %1$s - press the button" -msgstr "Klar til %1$s - tryk på knappen" +#: Vipps.class.php:490 +msgid "Aborted" +msgstr "Afbrydes" -#: Vipps.class.php:4163 -msgid "To the %1$s app!" -msgstr "Til %1$s appen!" +#: Vipps.class.php:461 Vipps.class.php:1529 +msgid "Action" +msgstr "Handling" -#: Vipps.class.php:3942 -msgctxt "Page title" -msgid "Vipps MobilePay Checkout" -msgstr "Vipps MobilPay Kassen" +#: src/admin/blocks/src/product-shareable-link/edit.tsx:257 +msgid "Actions" +msgstr "Handlinger" -#: Vipps.class.php:3426 Vipps.class.php:3495 Vipps.class.php:3558 -msgid "%1$s is not available for this order" -msgstr "%1$s er ikke tilgængelig for denne ordre" - -#: Vipps.class.php:2814 -msgid "Could not find any applicable shipping methods for %1$s - order will fail" -msgstr "Kunne ikke finde nogen anvendelige forsendelsesmetoder for %1$s - ordren vil fejle" +#: VippsKCSupport.class.php:55 +msgid "Activate" +msgstr "Aktiver" -#: Vipps.class.php:2449 -msgid "Received webhook callback for checkout/express checkout order %1$d - ignoring since full callback should come" -msgstr "Modtog webhook callback for checkout/express checkout ordre %1$d - ignorerer da fuld callback burde komme" +#: VippsKCSupport.class.php:57 +msgid "Activate %1$s as an external payment method for Klarna Checkout" +msgstr "Aktiver %1$s som en ekstern betalingsmetode for Klarna Checkout" -#: Vipps.class.php:2444 -msgid "Received webhook callback for order %1$d but this is no longer pending." -msgstr "Modtog webhook callback for ordre %1$d, men denne er ikke længere i venteposition." +#: WC_Gateway_Vipps.class.php:915 +msgid "Activate Alternative %1$s" +msgstr "Aktivér alternativ %1$s" -#: Vipps.class.php:2429 -msgid "Could not get orderid of reference %2$s from %1$s: " -msgstr "Kunne ikke få ordreid of reference %2$s fra %1$s: " +#: WC_Gateway_Vipps.class.php:1285 +msgid "Activate compatibility mode for all \"Buy now\" buttons" +msgstr "Aktiver kompatibilitetstilstand for alle \"Køb nu\" knapper" -#: Vipps.class.php:2420 -msgid "The reference %1$s and order id %2$s does not match in webhook event %3$s - callback is invalid for the order." -msgstr "Referencen %1$s og ordre-id %2$s stemmer ikke overens i webhook-begivenhed %3$s - callback er ugyldig for ordren." +#: WC_Gateway_Vipps.class.php:1042 +msgid "Activate this for Helthjem as a %1$s Shipping method." +msgstr "Aktivér dette for Helthjem som en %1$s forsendelsesmetode." -#: Vipps.class.php:2393 -msgid "Cannot verify webhook callback for order %1$d - signature does not match. This may be an attempt to forge callbacks" -msgstr "Kan ikke bekræfte webhook callback for ordren %1$d - signaturen stemmer ikke overens. Dette kan være et forsøg på at forfalske callbacks." +#: WC_Gateway_Vipps.class.php:1010 +msgid "" +"Activate this for Porterbuddy as a %1$s Shipping method. Your store address will be used as the pick-up point and your " +"admin email will be used for booking information from Porterbuddy." +msgstr "" +"Aktivér dette for Porterbuddy som en %1$s forsendelsesmetode. Din butiksadresse vil blive brugt som afhentningspunkt, " +"og din admin email vil blive brugt til booking information fra Porterbuddy." -#: Vipps.class.php:2388 -msgid "Cannot verify webhook callback for order %1$d - this shop does not know the secret. You should delete all unwanted webhooks. If you are using the same MSN on several shops, this callback is probably for one of the others." -msgstr "Kan ikke verificere webhook callback for ordre %1$d - denne butik kender ikke hemmeligheden. Du bør slette alle uønskede webhooks. Hvis du bruger den samme MSN på flere butikker, er dette callback sandsynligvis for en af de andre." +#: WC_Gateway_Vipps.class.php:980 +msgid "Activate this for Posten Norge as a %1$s Shipping method." +msgstr "Aktiver dette for Posten Norge som en %1$s forsendelsesmetode." -#: Vipps.class.php:2106 Vipps.class.php:2203 Vipps.class.php:3839 -msgid "Buy now with %1$s" -msgstr "Køb nu med %1$s" +#: WC_Gateway_Vipps.class.php:990 +msgid "Activate this for Posti as a %1$s Shipping method." +msgstr "Aktiver dette for Posti som en %1$s forsendelsesmetode." -#: Vipps.class.php:1456 -msgid "Use %1$s Later" -msgstr "Brug %1$s Senere" +#: WC_Gateway_Vipps.class.php:1000 +msgid "Activate this for PostNord as a %1$s Shipping method." +msgstr "Aktiver dette for PostNord som en %1$s forsendelsesmetode." -#: Vipps.class.php:1304 Vipps.class.php:4249 -msgid "Buy now with %1$s!" -msgstr "Køb nu med %1$s!" +#: Vipps.class.php:1401 +msgid "Add 'Buy now with %1$s' button" +msgstr "Tilføj 'Køb nu med %1$s' knap" -#: Vipps.class.php:1227 -msgid "Continue with %1$s" -msgstr "Fortsæt med %1$s" +#: VippsWCProductEditorV2.class.php:215 +#, php-format +msgid "Add %1$s Buy Now Button" +msgstr "Tilføj %1$s Køb nu-knap" -#: Vipps.class.php:999 -msgid "If you use %1$s in WooCommerce, this allows your %2$s customers to safely log in without ever using a password." -msgstr "Hvis du bruger %1$s i WooCommerce, giver dette dine %2$s kunder mulighed for sikkert at logge ind uden nogensinde at bruge et kodeord." +#: WC_Gateway_Vipps.class.php:1245 +msgid "Add 'Buy now' button on catalog pages too" +msgstr "Tilføj 'Køb nu' knappen på katalogsiderne også" -#: Vipps.class.php:989 Vipps.class.php:1015 -msgid "%1$s is not installed. You can install it here!" -msgstr "%1$s er ikke installeret. Du kan installere det her!" +#: Vipps.class.php:2231 +msgid "Add a %1$s Buy Now-button to the product block" +msgstr "Tilføj en %1$s Køb Nu-knap til produktblokken" -#: Vipps.class.php:985 -msgid "%1$s installed, but not active. Activate it on the plugins page" -msgstr "%1$s installeret, men ikke aktiveret. Aktiver det på plugins siden" +#: Vipps.class.php:1403 VippsWCProductEditorV2.class.php:220 +msgid "Add a 'Buy now with %1$s'-button to this product" +msgstr "Tilføj en 'Køb nu med %1$s'-knap til dette produkt" -#: Vipps.class.php:976 -msgid "%1$s requires the WooCommerce Subscriptions plugin." -msgstr "%1$s kræver WooCommerce Subscriptions plugin." +#: VippsWCProductEditorV2.class.php:218 +msgid "Add a Buy Now button to this product" +msgstr "Tilføj en Køb nu-knap til dette produkt" -#: Vipps.class.php:972 Vipps.class.php:997 Vipps.class.php:1171 -#: Vipps.class.php:1214 Vipps.class.php:1227 Vipps.class.php:1368 -#: VippsCheckout.class.php:538 VippsKCSupport.class.php:64 -msgid "%1$s" -msgstr "%1$s" +#: Vipps.class.php:529 +msgid "Add a webhook" +msgstr "Tilføj en webhook" -#: Vipps.class.php:939 -msgid "This plugin implements a %1$s checkout solution for WooCommerce and an alternate %1$s hosted checkout that supports both %2$s and credit cards. It also supports %1$s's QR-api for creating QR-codes to your landing pages or products." -msgstr "Dette plugin implementerer en %1$s betalingsløsning for WooCommerce og en alternativ %1$s hostet betalingsløsning, der understøtter både %2$s og kreditkort. Den understøtter også %1$s's QR-api til at oprette QR-koder til dine landingssider eller produkter." +#: Vipps.class.php:454 +msgid "Add a webhook to this MSN" +msgstr "Tilføj en webhook til denne MSN" -#: Vipps.class.php:936 -msgid "The %1$s plugins" -msgstr "%1$s plugins" +#: Vipps.class.php:719 +msgid "Add badge to all products by default" +msgstr "Tilføj mærke til alle produkter som standard" -#: Vipps.class.php:890 WC_Gateway_Vipps.class.php:752 -msgid "NB! Checkout for MobilePay is currently in beta mode; Bank Transfer has limited availability" -msgstr "NB! Udtjekning for MobilePay er i øjeblikket i beta-mode; Bankoverførsel har begrænset tilgængelighed" +#: VippsQRCodeController.class.php:614 +msgid "Add New" +msgstr "Tilføj Ny" -#: Vipps.class.php:888 -msgid "With Checkout, you’ll also get access to shipping addresses, shipping selection and other payment options. Currently Checkout supports %1$s and bank transfer; VISA and MasterCard payments will be added later." -msgstr "Med Checkout får du også adgang til leveringsadresser, valg af forsendelse og andre betalingsmuligheder. Checkout understøtter i øjeblikket %1$s og bankoverførsel; VISA og MasterCard-betalinger vil blive tilføjet senere." +#: VippsQRCodeController.class.php:613 +msgid "Add New QR Code" +msgstr "Tilføj ny QR-kode" -#: Vipps.class.php:887 -msgid "This plugin gives you %1$s in WooCommerce, either as a fully fledged Checkout, or as a flexible payment method." -msgstr "Dette plugin giver dig %1$s i WooCommerce, enten som en fuldt udviklet Checkout eller som en fleksibel betalingsmetode." +#: WC_Gateway_Vipps.class.php:1329 +msgid "Add support for Order Attribution" +msgstr "Tilføj support til ordreattribution" -#: Vipps.class.php:625 Vipps.class.php:646 -msgid "You don't have sufficient rights" -msgstr "Du har ikke tilstrækkelige rettigheder" +#: WC_Gateway_Vipps.class.php:1252 +msgid "Add terms and conditions checkbox on %1$s" +msgstr "Tilføj vilkår og betingelser afkrydsningsfelt på %1$s" -#: Vipps.class.php:535 -msgid "No, forget it" -msgstr "Nej, glem det" +#: WC_Gateway_Vipps.class.php:1246 +msgid "Add the button for all relevant products on catalog pages" +msgstr "Tilføj knappen for alle relevante produkter på katalogsiderne" -#: Vipps.class.php:534 +#: Vipps.class.php:557 msgid "Add this URL as a webhook" msgstr "Tilføj denne URL som en webhook" -#: Vipps.class.php:506 -msgid "Add a webhook" -msgstr "Tilføj en webhook" - -#: Vipps.class.php:499 -msgid "OK" -msgstr "OK" - -#: Vipps.class.php:484 -msgid "User Checked in" -msgstr "Bruger Tjekket ind" - -#: Vipps.class.php:482 -msgid "Charge failed" -msgstr "Betaling mislykkedes" +#: Vipps.class.php:1733 +msgid "Address" +msgstr "Adresse" -#: Vipps.class.php:481 -msgid "Charge cancelled" -msgstr "Opladning annulleret" +#: Vipps.class.php:2880 +#, php-format +msgid "Address given for %1$s was %2$s" +msgstr "Adressen givet for %1$s var %2$s" -#: Vipps.class.php:480 -msgid "Charge captured" -msgstr "Opladning fanget" +#: WC_Gateway_Vipps.class.php:1321 +msgid "Advanced" +msgstr "Avanceret" -#: Vipps.class.php:479 -msgid "Charge reserved" -msgstr "Reserveret gebyr" +#: Vipps.class.php:498 +msgid "Agreement accepted" +msgstr "Aftale accepteret" -#: Vipps.class.php:478 +#: Vipps.class.php:501 msgid "Agreement expired" msgstr "Aftalen udløb" -#: Vipps.class.php:477 -msgid "Agreement stopped" -msgstr "Aftalen stoppede" - -#: Vipps.class.php:476 +#: Vipps.class.php:499 msgid "Agreement rejected" msgstr "Aftale afvist" -#: Vipps.class.php:475 -msgid "Agreement accepted" -msgstr "Aftale accepteret" +#: Vipps.class.php:500 +msgid "Agreement stopped" +msgstr "Aftalen stoppede" -#: Vipps.class.php:473 -msgid "Terminated" -msgstr "Afsluttet" +#: WC_Gateway_Vipps.class.php:1239 +msgid "All products" +msgstr "Alle produkter" -#: Vipps.class.php:472 -msgid "Authorized" -msgstr "Autoriseret" +#: WC_Gateway_Vipps.class.php:1092 +#, php-format +msgid "Allow certain external payment methods in %1$s, returning control to WooCommerce for the order" +msgstr "Tillad visse eksterne betalingsmetoder i %1$s, og returner kontrol til WooCommerce for ordren" -#: Vipps.class.php:471 -msgid "Refunded" -msgstr "Refunderet" +#: WC_Gateway_Vipps.class.php:1083 +#, php-format +msgid "Allow Klarna as an external payment method in %1$s" +msgstr "Tillad Klarna som en ekstern betalingsmetode i %1$s" -#: Vipps.class.php:470 -msgid "Captured" -msgstr "Fanget" +#: VippsCheckoutShippingMethods.php:182 +msgid "Allow user to choose pickup point" +msgstr "Tillad brugeren at vælge afhentningspunkt" -#: Vipps.class.php:469 -msgid "Cancelled" -msgstr "Aflyst" +#: WC_Gateway_Vipps.class.php:1202 +msgid "Almost done! Remember, there are no fees using %1$s when shopping online." +msgstr "Næsten færdig! Husk, der er ingen gebyrer ved at bruge %1$s når du handler online." -#: Vipps.class.php:468 -msgid "Expired" -msgstr "Udløbet" +#: VippsCheckout.class.php:207 +#, php-format +msgid "Alternative payment method \"%1$s\" chosen, customer returned from Checkout" +msgstr "Alternativ betalingsmetode \"%1$s\" valgt, kunde returneret fra Checkout" -#: Vipps.class.php:467 -msgid "Aborted" -msgstr "Afbrydes" +#: WC_Gateway_Vipps.class.php:1260 +msgid "Always ask for address, even if products don't need shipping" +msgstr "Spørg altid om adresse, selv hvis produkterne ikke skal sendes." -#: Vipps.class.php:466 -msgid "Created" -msgstr "Oprettet" +#: WC_Gateway_Vipps.class.php:1253 +msgid "Always ask for confirmation on %1$s" +msgstr "Anmod altid om bekræftelse på %1$s" -#: Vipps.class.php:455 -msgid "Created for this site" -msgstr "Oprettet til dette sted" +#: WC_Gateway_Vipps.class.php:1261 +msgid "Always ask the user for their address, even if you don't need it for shipping" +msgstr "Bed altid brugeren om deres adresse, selv hvis du ikke har brug for den til forsendelse." -#: Vipps.class.php:451 -msgid "View" -msgstr "Se" +#: Vipps.class.php:1776 Vipps.class.php:1794 +msgid "Amount" +msgstr "Beløb" -#: Vipps.class.php:438 -msgid "Webhook" -msgstr "Webhook" +#: WC_Gateway_Vipps.class.php:1142 +msgid "An alphanumeric textstring to use as a prefix on orders from your shop, to avoid duplicate order-ids" +msgstr "" +"En alfanumerisk tekststreng, der skal bruges som et præfiks på ordrer fra din butik, for at undgå duplikerede " +"ordre-id'er" -#: Vipps.class.php:431 -msgid "Add a webhook to this MSN" -msgstr "Tilføj en webhook til denne MSN" +#: VippsCheckout.class.php:717 +msgid "An error has occured - please reload the page to restart your transaction, or return to the shop" +msgstr "En fejl er opstået - genindlæs venligst siden for at genstarte din transaktion, eller vend tilbage til butikken" -#: Vipps.class.php:429 -msgid "Merchant Serial Number %1$s" -msgstr "Handlende Serienummer %1$s" +#: Vipps.class.php:4544 +msgid "" +"An error occured during order confirmation. The error has been logged. Please contact us to determine the status of " +"your order" +msgstr "En fejl opstod under ordrebekræftelse. Fejlen er blevet logget. Kontakt os venligst for at bestemme status på din ordre." -#: Vipps.class.php:410 -msgid "The following is a listing of your webhooks. If you have changed your website name, you may see some hooks that you do not recognize - these should be deleted" -msgstr "Følgende er en liste over dine webhooks. Hvis du har ændret dit websitenavn, kan du se nogle hooks, som du ikke genkender - disse bør slettes." +#: Vipps.class.php:1519 +msgid "An error occured while creating a shareable link" +msgstr "En fejl opstod under oprettelsen af et delbart link" -#: Vipps.class.php:408 -msgid "Please note that there is normally a limit of 5 webhooks per MSN - contact %1$s if you need more" -msgstr "Bemærk venligst, at der normalt er en grænse på 5 webhooks per MSN - kontakt %1$s hvis du har brug for flere." +#: WC_Gateway_Vipps.class.php:3241 +msgid "Anomalous callback from %1$s, handle errors and clean up" +msgstr "Anomalt tilbagekald fra %1$s, håndter fejl og oprydning" -#: Vipps.class.php:407 -msgid "Implementing a webhook is not trivial, so you will probably need a developer for this. You can read more about what is required here. " -msgstr "At implementere en webhook er ikke trivielt, så du skal sandsynligvis bruge en udvikler til dette. Du kan læse mere om, hvad der er nødvendigt her. " +#: WC_Gateway_Vipps.class.php:2688 +msgid "Anonymous customer" +msgstr "Anonym kunde" -#: Vipps.class.php:406 -msgid "If your MSN has registered other callbacks, for instance for another website, you can manage these here - and you can also add your own hooks that will be notified of payment events to any other URL you enter." -msgstr "Hvis din MSN har registreret andre callbacks, for eksempel for en anden hjemmeside, kan du administrere disse her - og du kan også tilføje dine egne kroge, der vil blive underrettet om betalingsbegivenheder til enhver anden URL, du indtaster." +#: Vipps.class.php:1715 +msgid "API" +msgstr "API" -#: Vipps.class.php:405 -msgid "To do this, the plugin will automatically add webhooks for the MSN - Merchant Serial Numbers - configured on this site" -msgstr "For at gøre dette, vil plugin'et automatisk tilføje webhooks for MSN - Merchant Serienumre - konfigureret på dette site." +#: Vipps.class.php:4336 VippsQRCodeController.class.php:235 +msgid "Are you sure?" +msgstr "Er du sikker?" -#: Vipps.class.php:404 -msgid "Whenever an event like a payment or a cancellation occurs on a %1$s account, you can be notified of this using a webhook. This is used by this plugin to get noticed of payments by users even when they do not return to your store." -msgstr "Når en begivenhed som en betaling eller en annullering forekommer på en %1$s konto, kan du blive underrettet om dette ved hjælp af en webhook. Dette bruges af dette plugin til at få besked om betalinger fra brugere, selv når de ikke vender tilbage til din butik." +#: WC_Gateway_Vipps.class.php:1296 +msgid "" +"As Express Checkout orders are anonymous, failed orders will end up as \"cancelled\" orders with no information in " +"them. Enable this to delete these automatically when cancelled - but test to make sure no other plugin needs them for " +"anything." +msgstr "" +"Da Express Checkout-ordrer er anonyme, vil mislykkede ordrer ende som \"annullerede\" ordrer uden information i dem. " +"Aktivér dette for automatisk at slette disse, når de annulleres - men test for at sikre, at ingen andre plugins har " +"brug for dem til noget." -#: Vipps.class.php:403 Vipps.class.php:1177 -msgid "Webhooks" -msgstr "Webhooks" +#: WC_Gateway_Vipps.class.php:940 WC_Gateway_Vipps.class.php:941 +msgid "Ask the user to consent to share user information" +msgstr "Bed brugeren om at give samtykke til at dele brugerinformation." -#: Vipps.class.php:57 WC_Gateway_Vipps.class.php:133 -#: WC_Gateway_Vipps.class.php:134 -msgid "Vipps MobilePay" -msgstr "Vipps MobilePay" +#: Vipps.class.php:495 +msgid "Authorized" +msgstr "Autoriseret" -#: Blocks/Badges/vipps-badge.php:66 -msgid "%1$s senere" -msgstr "%1$s senere" +#: WC_Gateway_Vipps.class.php:1708 +msgid "Awaiting %1$s payment confirmation" +msgstr "Afventer %1$s betalingsbekræftelse" -#: WC_Gateway_Vipps.class.php:1165 -msgid "Turn this on to add support for Woos Order Attribution API for Checkout and Express Checkout. Some stores have reported problems when using this API together with Vipps, so be sure to test this if you turn it on." -msgstr "Aktiver dette for at tilføje support til Woos Order Attribution API for Checkout og Express Checkout. Nogle butikker har rapporteret problemer, når de bruger denne API sammen med Vipps, så sørg for at teste dette, hvis du tænder for det." +#: Vipps.class.php:1189 +msgid "Badges" +msgstr "Mærker" -#: WC_Gateway_Vipps.class.php:1162 -msgid "Add support for Order Attribution" -msgstr "Tilføj support til ordreattribution" +#: WC_Gateway_Vipps.class.php:2256 WC_Gateway_Vipps.class.php:2737 +msgid "Bank Transfer/ %1$s" +msgstr "Bankoverførsel/ %1$s" -#: WC_Gateway_Vipps.class.php:1161 -msgid "Support WooCommerces Order Attribution API for Checkout and Express Checkout" -msgstr "Støt WooCommerces ordreattributions-API til Kassen og Express Kassen" +#: Vipps.class.php:1749 +msgid "Billing details" +msgstr "Faktureringsdetaljer" -#: WC_Gateway_Vipps.class.php:2337 -msgid "Checkout order older than 120 minutes with no order status - cancelled as abandoned: %1$s" -msgstr "Bestillingsordre ældre end 120 minutter uden ordrestatus - annulleret som forladt: %1$s" +#: VippsWCProductEditorV2.class.php:199 +msgid "Buy Now Button" +msgstr "Køb nu-knap" -#: VippsCheckout.class.php:622 -msgid "Order specification changed - this order abandoned by customer in Checkout " -msgstr "Ordrespecifikation ændret - denne ordre blev forladt af kunden i Kassen " +#: Vipps.class.php:2226 +msgid "Buy now with" +msgstr "Køb nu med" -#: VippsCheckout.class.php:621 -msgid "Cancelling Checkout order because order changed: %1$s" -msgstr "Annullerer kassen ordre, fordi ordren blev ændret: %1$s" +#: Vipps.class.php:2121 Vipps.class.php:2227 Vipps.class.php:3989 +msgid "Buy now with %1$s" +msgstr "Køb nu med %1$s" -#: VippsCheckout.class.php:616 -msgid "Could not get Checkout status for order %1$s in progress while cancelling" -msgstr "Kunne ikke få Checkout-status for ordre %1$s i gang mens annullering" +#: Vipps.class.php:1317 Vipps.class.php:4399 +msgid "Buy now with %1$s!" +msgstr "Køb nu med %1$s!" -#: WC_Gateway_Vipps.class.php:791 -msgid "If using %1$s, ask for the users consent to share user information with the store. This will allow better integration between Login With %1$s but will add another step to first-time buyers." -msgstr "Hvis du bruger %1$s, bed om brugerens samtykke til at dele brugerinformation med butikken. Dette vil tillade bedre integration mellem Login Med %1$s, men vil tilføje et ekstra trin for førstegangskøbere." +#: Vipps.class.php:1393 +msgid "Buy-now button" +msgstr "Køb-nu knap" -#: WC_Gateway_Vipps.class.php:788 WC_Gateway_Vipps.class.php:789 -msgid "Ask the user to consent to share user information" -msgstr "Bed brugeren om at give samtykke til at dele brugerinformation." +#: WC_Gateway_Vipps.class.php:1185 +msgid "" +"By default, orders that are reserved but not yet captured will now have the order status 'Processing'. " +"You can capture the sum manually, or by changing the status to 'Complete'. You should ensure that your workflow is such " +"that the order is not shipped until after this capture.

The status 'On hold' can be chosen instead for stores " +"using a workflow where orders are shipped when the status is 'Processing'. In this case, 'On hold' will mean \"order is " +"reserved but not yet captured\". This is a slightly safer solution, and ensures that the order status will reflect the " +"payment status.

However, in many stores 'On hold' has the additional meaning \"there is a problem with the " +"order\"; and an email is often sent to the customer about this problem. The default is 'Processing' because of this, " +"and because many plugins and integrations expect orders to be 'Processing' when the customer has completed payment." +msgstr "" +"Som standard vil ordrer, der er reserveret, men endnu ikke indfanget, nu have ordrestatussen 'Behandles'. " +"Du kan manuelt fange beløbet eller ved at ændre status til 'Fuldført'. Du bør sikre, at din arbejdsproces er sådan, at " +"ordren ikke sendes, før efter denne indfangning.

Statussen 'På hold' kan vælges i stedet for butikker, der " +"bruger en arbejdsproces, hvor ordrer sendes, når status er 'Behandles'. I dette tilfælde vil 'På hold' betyde \"ordren " +"er reserveret, men endnu ikke fanget\". Dette er en lidt sikrere løsning og sikrer, at ordrestatus vil afspejle " +"betalingsstatus.

Imidlertid har 'På hold' i mange butikker den yderligere betydning \"der er et problem med " +"ordren\"; og en e-mail sendes ofte til kunden om dette problem. Standarden er 'Behandles' på grund af dette, og fordi " +"mange plugins og integrationer forventer, at ordrer er 'Behandles', når kunden har gennemført betalingen." + +#: VippsCheckoutShippingMethods.php:152 +msgid "Calculate cost in Checkout" +msgstr "Beregn omkostninger i kassen" -#: WC_Gateway_Vipps.class.php:3277 -msgid "File type was %1$s; supported types are %2$s" -msgstr "Filtypen var %1$s; understøttede typer er %2$s" +#: VippsCheckoutShippingMethods.php:153 +msgid "Calculate costs in the Checkout window" +msgstr "Beregn omkostningerne i kassen vinduet" -#: WC_Gateway_Vipps.class.php:2339 -msgid " - no status retrievable" -msgstr " - ingen status kan hentes" +#: Vipps.class.php:3243 +msgid "Callback from %1$s delayed or never happened; order status checked by periodic job" +msgstr "Tilbagekald fra %1$s blev forsinket eller skete aldrig; ordrestatus kontrolleret af periodisk job" -#: WC_Gateway_Vipps.class.php:774 -msgid "Enable this to create and login customers when using %1$s. Otherwise these will all be guest checkouts. If using, you may want to install Login with Vipps too." -msgstr "Aktivér dette for at oprette og logge ind på kunder, når du bruger %1$s. Ellers vil disse alle være gæstecheckouts. Hvis du bruger, kan du også ønske at installere Login med Vipps." +#: Vipps.class.php:2737 +msgid "Callback was:" +msgstr "Tilbagekaldelse var:" -#: Vipps.class.php:3241 -msgid "Could not get user email from order before thankyou-page" -msgstr "Kunne ikke få brugerens email fra ordre før tak-siden" +#: WC_Gateway_Vipps.class.php:3345 +msgid "Callback: Payment cancelled at %1$s" +msgstr "Tilbagekaldelse: Betaling annulleret hos %1$s" -#: WC_Gateway_Vipps.class.php:2360 -msgid "Could not get user info for order %1$d using the userinfo API: %2$s. Please use the 'get complete transaction details' on the button to try to recover this. " -msgstr "Kunne ikke få brugerinfo til ordre %1$d ved hjælp af userinfo API: %2$s. Brug venligst 'få komplette transaktionsdetaljer' på knappen for at forsøge at genoprette dette. " +#: Vipps.class.php:492 +msgid "Cancelled" +msgstr "Aflyst" -#: WC_Gateway_Vipps.class.php:1096 -msgid "If the order contains only \"virtual\" products that do not need shipping, we do not normally ask the user for their address - but check this box to do so anyway." -msgstr "Hvis ordren kun indeholder \"virtuelle\" produkter, der ikke kræver forsendelse, beder vi normalt ikke brugeren om deres adresse - men afkryds denne boks for at gøre det alligevel." +#: Vipps.class.php:1725 +msgid "Cancelled amount" +msgstr "Annulleret beløb" -#: WC_Gateway_Vipps.class.php:1094 -msgid "Always ask the user for their address, even if you don't need it for shipping" -msgstr "Bed altid brugeren om deres adresse, selv hvis du ikke har brug for den til forsendelse." +#: VippsCheckout.class.php:809 +msgid "Cancelling Checkout order because order changed: %1$s" +msgstr "Annullerer kassen ordre, fordi ordren blev ændret: %1$s" -#: WC_Gateway_Vipps.class.php:1093 -msgid "Always ask for address, even if products don't need shipping" -msgstr "Spørg altid om adresse, selv hvis produkterne ikke skal sendes." +#: VippsApi.class.php:404 VippsApi.class.php:437 +msgid "Cannot add category for order %1$d: No vipps id present" +msgstr "Kan ikke tilføje kategori for ordre %1$d: Ingen vipps id til stede" -#: Vipps.class.php:4041 -msgid "Link expired, please try again" -msgstr "Link udløbet, prøv venligst igen" +#: VippsApi.class.php:383 +msgid "Cannot add receipt for order %1$d: No vipps id present" +msgstr "Kan ikke tilføje kvittering for ordre %1$d: Ingen vipps id er til stede" -#: VippsCheckoutShippingMethods.php:210 -msgctxt "Tax status" -msgid "None" -msgstr "Ingen" +#: WC_Gateway_Vipps.class.php:1972 +msgid "Cannot cancel a captured %1$s transaction - use refund instead" +msgstr "Kan ikke annullere en fanget %1$s transaktion - brug tilbagebetaling i stedet" -#: VippsCheckoutShippingMethods.php:209 -msgid "Taxable" -msgstr "Skattepligtige" +#: WC_Gateway_Vipps.class.php:1966 +msgid "Cannot cancel payment on orders not made by %1$s" +msgstr "Kan ikke annullere betaling på ordrer, der ikke er lavet af %1$s" -#: VippsCheckoutShippingMethods.php:204 -msgid "Tax status" -msgstr "Moms status" +#: WC_Gateway_Vipps.class.php:1789 +msgid "Cannot capture payment on orders not made by %1$s" +msgstr "Kan ikke fange betaling på ordrer ikke lavet af %1$s" -#: VippsCheckoutShippingMethods.php:193 -msgid "Delivery method" -msgstr "Leveringsmetode" +#: VippsApi.class.php:372 +msgid "Cannot create receipt for order %1$d: %2$s" +msgstr "Kan ikke oprette kvittering for ordre %1$d: %2$s" -#: VippsCheckoutShippingMethods.php:101 -msgid "If checked, free shipping would be available based on pre-discount order amount." -msgstr "Hvis markeret, gratis forsendelse vil blive tilgængelig og baseret på forudrabatteret ordrebeløb." +#: WC_Gateway_Vipps.class.php:2341 +msgid "Cannot get address information for %1$s order:" +msgstr "Kan ikke få adgang til adresseinformation for %1$s ordre:" -#: VippsCheckoutShippingMethods.php:99 -msgid "Apply minimum order rule before coupon discount" -msgstr "Anvend minimumordreregel før kuponrabat" +#: WC_Gateway_Vipps.class.php:2063 +msgid "Cannot refund bank transfer order %1$d" +msgstr "Kan ikke refundere bankoverførselsordre %1$d" -#: VippsCheckoutShippingMethods.php:98 -msgid "Coupons discounts" -msgstr "Rabatter på kuponer" +#: WC_Gateway_Vipps.class.php:1912 +msgid "Cannot refund payment on orders not made by %1$s" +msgstr "Kan ikke refundere betaling på ordrer, der ikke er lavet af %1$s" -#: VippsCheckoutShippingMethods.php:92 -msgid "Users will need to spend this amount to get free shipping (if enabled above)." -msgstr "Brugere skal bruge dette beløb for at få gratis forsendelse (hvis det er aktiveret ovenfor)." +#: WC_Gateway_Vipps.class.php:1904 +msgid "Cannot refund superfluous capture on non-completed order:" +msgstr "Kan ikke refundere overflødig fangst på ikke-afsluttet ordre:" -#: VippsCheckoutShippingMethods.php:89 -msgid "Minimum order amount" -msgstr "Et minimum ordrebeløb" +#: WC_Gateway_Vipps.class.php:794 +msgid "Cannot refund through %1$s - the payment has not been captured yet." +msgstr "Kan ikke refundere gennem %1$s - betalingen er endnu ikke blevet indfriet." -#: VippsCheckoutShippingMethods.php:85 -msgid "A minimum order amount AND a coupon" -msgstr "Et minimumsordrebeløb OG en kupon" +#: WC_Gateway_Vipps.class.php:797 WC_Gateway_Vipps.class.php:810 +msgid "Cannot refund through %1$s - the refund amount is too large." +msgstr "Kan ikke refundere via %1$s - tilbagebetalingsbeløbet er for stort." -#: VippsCheckoutShippingMethods.php:84 -msgid "A minimum order amount OR a coupon" -msgstr "Et minimumsordrebeløb ELLER en kupon" +#: WC_Gateway_Vipps.class.php:1621 +msgid "Cannot restart order at %1$s" +msgstr "Kan ikke genstarte ordre ved %1$s" -#: VippsCheckoutShippingMethods.php:83 -msgid "A minimum order amount" -msgstr "Et minimum ordrebeløb" +#: WC_Gateway_Vipps.class.php:1678 +msgid "Cannot restart order with same order ID: Must cancel" +msgstr "Kan ikke genstarte ordre med samme ordre-ID: Skal annullere" -#: VippsCheckoutShippingMethods.php:82 -msgid "A valid free shipping coupon" -msgstr "En gyldig kupon til gratis levering" +#: WC_Gateway_Vipps.class.php:442 +msgid "" +"Cannot use %1$s as status for non-autocapturable orders: payment is captured on this status. See the " +"woo_vipps_captured_statuses-filter." +msgstr "" +"Kan ikke bruge %1$s som status for ordrer der ikke automatisk kan fanges: betaling fanges på denne status. Se " +"woo_vipps_captured_statuses-filteret." -#: VippsCheckoutShippingMethods.php:81 -msgid "N/A" -msgstr "Ikke relevant" +#: Vipps.class.php:1915 +msgid "Cannot use flock() to lock orders: cannot create lockfiles " +msgstr "Kan ikke bruge flock() til at låse ordrer: kan ikke oprette låsefiler" -#: VippsCheckoutShippingMethods.php:76 -msgid "Free shipping requires..." -msgstr "Gratis fragt kræver..." +#: Vipps.class.php:1908 +msgid "Cannot use flock() to lock orders: cannot create or write to directory" +msgstr "Kan ikke bruge flock() til at låse ordrer: kan ikke oprette eller skrive til mappe" -#: WC_Gateway_Vipps.class.php:879 -msgid "Your phone number where Porterbuddy may send you important messages. Format must be MSISDN (including country code). Example: \"4791234567\"" -msgstr "Dit telefonnummer, hvor Porterbuddy kan sende dig vigtige beskeder. Formatet skal være MSISDN (inklusive landekode). Eksempel: \"4791234567\"" +#: Vipps.class.php:2982 +msgid "Cannot use shipping method %2$s in %1$s Express checkout: the shipping method isn't serializable." +msgstr "Kan ikke bruge forsendelsesmetoden %2$s i %1$s Express checkout: forsendelsesmetoden kan ikke serialiseres." -#: WC_Gateway_Vipps.class.php:819 -msgid "When using %1$s, you have the option to use %1$s specific shipping methods with extended features for certain carriers. These will add an apropriate logo as well as extended delivery options for certain methods. For some of these, you need to add integration data from the carriers below. You can then add these shipping methods to your shipping zones the normal way, but they will only appear in the %1$s screen." -msgstr "Når du bruger %1$s, har du mulighed for at bruge %1$s specifikke forsendelsesmetoder med udvidede funktioner for visse transportører. Disse vil tilføje en passende logo samt udvidede leveringsmuligheder for visse metoder. For nogle af disse skal du tilføje integrationsdata fra transportørerne nedenfor. Du kan derefter tilføje disse forsendelsesmetoder til dine forsendelseszoner på den normale måde, men de vil kun fremstå på %1$s skærmen." +#: Vipps.class.php:2417 +msgid "Cannot verify webhook callback for order %1$d - signature does not match. This may be an attempt to forge callbacks" +msgstr "" +"Kan ikke bekræfte webhook callback for ordren %1$d - signaturen stemmer ikke overens. Dette kan være et forsøg på at " +"forfalske callbacks." -#: VippsCheckoutShippingMethods.php:139 -msgid "Title to be display on site" -msgstr "Titel der skal vises på siden" +#: Vipps.class.php:2412 +msgid "" +"Cannot verify webhook callback for order %1$d - this shop does not know the secret. You should delete all unwanted " +"webhooks. If you are using the same MSN on several shops, this callback is probably for one of the others." +msgstr "" +"Kan ikke verificere webhook callback for ordre %1$d - denne butik kender ikke hemmeligheden. Du bør slette alle " +"uønskede webhooks. Hvis du bruger den samme MSN på flere butikker, er dette callback sandsynligvis for en af de andre." -#: WC_Gateway_Vipps.class.php:931 -msgid "The Username provided to you by Helthjem" -msgstr "Brugernavnet leveret til dig af Helthjem" +#: Vipps.class.php:2323 +msgid "Capture payment" +msgstr "Opfang betaling" -#: WC_Gateway_Vipps.class.php:923 -msgid "The ShopId provided to you by Helthjem" -msgstr "ButiksId leveret til dig af Helthjem" +#: Vipps.class.php:493 +msgid "Captured" +msgstr "Fanget" -#: WC_Gateway_Vipps.class.php:865 -msgid "The public key provided to you by Porterbuddy" -msgstr "Den offentlige nøgle, der er leveret til dig af Porterbuddy." +#: Vipps.class.php:1720 +msgid "Capured amount" +msgstr "Indfanget beløb" -#: WC_Gateway_Vipps.class.php:897 -msgid "The client id provided to you by Instabox" -msgstr "Klient-id, som er leveret til dig af Instabox" +#: Vipps.class.php:504 +msgid "Charge cancelled" +msgstr "Opladning annulleret" -#: WC_Gateway_Vipps.class.php:872 -msgid "The API key provided to you by Porterbuddy" -msgstr "API-nøglen, som Porterbuddy har givet dig" +#: Vipps.class.php:503 +msgid "Charge captured" +msgstr "Opladning fanget" -#: VippsCheckoutShippingMethods.php:146 -msgid "Short description of shipping method" -msgstr "Kort beskrivelse af forsendelsesmetode" +#: Vipps.class.php:505 +msgid "Charge failed" +msgstr "Betaling mislykkedes" -#: VippsCheckoutShippingMethods.php:523 -msgid "Postnord" -msgstr "Postnord" +#: Vipps.class.php:502 +msgid "Charge reserved" +msgstr "Reserveret gebyr" -#: WC_Gateway_Vipps.class.php:843 -msgid "PostNord" -msgstr "PostNord" +#: WC_Gateway_Vipps.class.php:908 +msgid "Checkout" +msgstr "Kassen" -#: VippsCheckoutShippingMethods.php:471 WC_Gateway_Vipps.class.php:823 -msgid "Posten Norge" -msgstr "PostNord Norge" +#: WC_Gateway_Vipps.class.php:2545 +msgid "Checkout order older than 120 minutes with no order status - cancelled as abandoned: %1$s" +msgstr "Bestillingsordre ældre end 120 minutter uden ordrestatus - annulleret som forladt: %1$s" -#: WC_Gateway_Vipps.class.php:862 -msgid "Porterbuddy public token" -msgstr "Porterbuddy offentlige token" +#: VippsWCProductEditorV2.class.php:178 +msgid "Choose a badge to show on this product" +msgstr "Vælg et badge til at vise på dette produkt" -#: WC_Gateway_Vipps.class.php:876 -msgid "Porterbuddy Phone Number" -msgstr "Porterbuddy telefonnummer" +#: Vipps.class.php:735 +msgid "Choose color variant:" +msgstr "Vælg farvevariant:" -#: WC_Gateway_Vipps.class.php:869 -msgid "Porterbuddy API key" -msgstr "Porterbuddy API nøgle" +#: WC_Gateway_Vipps.class.php:1179 +msgid "Choose default order status for reserved (not captured) orders" +msgstr "Vælg standard ordrestatus for reserverede (ikke indfangede) ordrer" -#: VippsCheckoutShippingMethods.php:545 WC_Gateway_Vipps.class.php:853 -msgid "Porterbuddy" -msgstr "Porterbuddy" +#: Blocks/Badges/vipps-badge.php:70 Blocks/dist/vipps-badge/index.js:1 +msgid "Choose language, or use the default" +msgstr "Vælg sprog, eller brug standardindstillingen" -#: Vipps.class.php:1724 -msgid "Pickup Point" -msgstr "Afhentningspunkt" +#: VippsQRCodeController.class.php:344 +msgid "Choose page" +msgstr "Vælg side" -#: WC_Gateway_Vipps.class.php:938 -msgid "Password provided to you by Helthjem" -msgstr "Adgangskode leveret til dig af Helthjem" +#: VippsQRCodeController.class.php:349 +msgid "Choose product" +msgstr "Vælg produkt" -#: VippsCheckoutShippingMethods.php:175 -msgid "No delivery method specified" -msgstr "Ingen leveringsmetode specificeret" +#: Blocks/Badges/vipps-badge.php:64 Blocks/dist/vipps-badge/index.js:1 +msgid "Choose the badge variant with the perfect colors for your site" +msgstr "Vælg varianten af mærket med de perfekte farver til dit websted" -#: WC_Gateway_Vipps.class.php:901 -msgid "Instabox Client Secret" -msgstr "Instabox Klient Hemmelighed" +#: WC_Gateway_Vipps.class.php:1128 WC_Gateway_Vipps.class.php:1134 +msgid "Choose which payment method should be displayed to users at checkout" +msgstr "Vælg hvilken betalingsmetode der skal vises for brugerne ved kassen" -#: WC_Gateway_Vipps.class.php:894 -msgid "Instabox Client Id" -msgstr "Instabox klient-id" +#: WC_Gateway_Vipps.class.php:1287 +msgid "" +"Choosing this will use a different method of handling the \"Buy now\" button on a single product, which will work for " +"more product types and more plugins - while being slightly less smooth. Use this if your product needs more " +"configuration than simple or standard variable products" +msgstr "" +"Valg af dette vil benytte en anden metode til at håndtere \"Køb nu\" knappen på et enkelt produkt, hvilket vil virke " +"for flere produkttyper og flere plugins - mens det er en smule mindre glat. Brug dette, hvis dit produkt kræver " +"mere konfiguration end simple eller standard variable produkter." -#: VippsCheckoutShippingMethods.php:570 WC_Gateway_Vipps.class.php:885 -msgid "Instabox" -msgstr "Instabox" +#: Vipps.class.php:1506 Vipps.class.php:1535 Vipps.class.php:1537 +msgid "Click to copy" +msgstr "Klik for at kopiere" -#: VippsCheckoutShippingMethods.php:196 -msgid "If you are using %1$s, you can select extended delivery method options here. If you do, these methods will not appear in Express Checkout or the standard WooCommerce checkout page." -msgstr "Hvis du bruger %1$s, kan du vælge udvidede leveringsmetode muligheder her. Hvis du gør det, vil disse metoder ikke fremgå i Express Checkout eller på den standard WooCommerce checkout side." +#: WC_Gateway_Vipps.class.php:1153 WC_Gateway_Vipps.class.php:1155 +#: WC_Gateway_Vipps.class.php:1412 WC_Gateway_Vipps.class.php:1413 +msgid "Client Id" +msgstr "Klient Id" -#: VippsCheckoutShippingMethods.php:157 -msgid "If checked, cost of shipping will be calculated dynamically in the %1$s window" -msgstr "Hvis markeret, vil fragtomkostningerne blive beregnet dynamisk i %1$s vinduet" +#: WC_Gateway_Vipps.class.php:1161 WC_Gateway_Vipps.class.php:1162 +#: WC_Gateway_Vipps.class.php:1420 WC_Gateway_Vipps.class.php:1421 +msgid "Client Secret" +msgstr "Klient Hemmelighed" -#: WC_Gateway_Vipps.class.php:928 -msgid "Helthjem Username" -msgstr "Helthjem Brugernavn" +#: Vipps.class.php:908 Vipps.class.php:956 +msgid "" +"Configure the plugin on its settings page and get your keys from the %3$s portal." +msgstr "" +"Konfigurer pluginet på dets indstillings side og få dine nøgler fra %3$s portalen." -#: WC_Gateway_Vipps.class.php:919 -msgid "Helthjem Shop Id" -msgstr "Helthjem Butik Id" +#: VippsApi.class.php:554 VippsApi.class.php:809 +msgid "Confirm your order from" +msgstr "Bekræft din ordre fra" -#: WC_Gateway_Vipps.class.php:935 -msgid "Helthjem Password" -msgstr "Helthjem-adgangskode" +#: admin/settings/VippsAdminSettings.class.php:105 +#: WC_Gateway_Vipps.class.php:3800 +msgid "Connection to %1$s is OK" +msgstr "Forbindelse til %1$s er OK" -#: VippsCheckoutShippingMethods.php:507 WC_Gateway_Vipps.class.php:909 -msgid "Helthjem" -msgstr "Helthjem" +#: Vipps.class.php:4549 +msgid "Continue" +msgstr "Fortsæt" -#: VippsCheckoutShippingMethods.php:180 -msgid "Deliver to customers' mailbox" -msgstr "Lever til kunders postkasse" +#: Vipps.class.php:4506 Vipps.class.php:4545 Vipps.class.php:4553 +msgid "Continue shopping" +msgstr "Fortsæt indkøb" -#: VippsCheckoutShippingMethods.php:186 -msgid "Deliver to customers' home address" -msgstr "Lever til kundernes hjemmeadresse" +#: Vipps.class.php:1232 +msgid "Continue with %1$s" +msgstr "Fortsæt med %1$s" -#: VippsCheckoutShippingMethods.php:167 -msgid "Cost of shipping" -msgstr "Fragtomkostninger" +#: src/admin/blocks/src/product-shareable-link/edit.tsx:303 +msgid "Copied!" +msgstr "Kopieret!" -#: VippsCheckoutShippingMethods.php:164 +#: Vipps.class.php:1509 Vipps.class.php:1537 +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Copy" +msgstr "Kopier" + +#: VippsCheckoutShippingMethods.php:163 msgid "Cost" msgstr "Omkostning" -#: WC_Gateway_Vipps.class.php:904 -msgid "Client secret provided to you by Instabox" -msgstr "Klienthemmelighed leveret til dig af Instabox" +#: VippsCheckoutShippingMethods.php:166 +msgid "Cost of shipping" +msgstr "Fragtomkostninger" -#: VippsCheckoutShippingMethods.php:154 -msgid "Calculate costs in the Checkout window" -msgstr "Beregn omkostningerne i kassen vinduet" +#: VippsApi.class.php:604 +msgid "Could not add all keys to the payment metadata of order %1$s - only 5 items are allowed" +msgstr "Kunne ikke tilføje alle nøgler til betalingsmetadataen for ordre %1$s - kun 5 emner er tilladt" -#: VippsCheckoutShippingMethods.php:153 -msgid "Calculate cost in Checkout" -msgstr "Beregn omkostninger i kassen" +#: VippsApi.class.php:428 +msgid "Could not add category %1$s to Vipps: " +msgstr "Kunne ikke tilføje kategori %1$s til Vipps:" -#: Vipps.class.php:1734 -msgid "Billing details" -msgstr "Faktureringsdetaljer" +#: VippsApi.class.php:599 +msgid "Could not add key %1$s to payment metadata of order %2$s - key or value is too long (100, 500 respectively)" +msgstr "" +"Kunne ikke tilføje nøgle %1$s til betalingsmetadata for ordre %2$s - nøgle eller værdi er for lang (henholdsvis 100, " +"500)" -#: VippsCheckoutShippingMethods.php:183 -msgid "Allow user to choose pickup point" -msgstr "Tillad brugeren at vælge afhentningspunkt" +#: WC_Gateway_Vipps.class.php:633 WC_Gateway_Vipps.class.php:675 +msgid "Could not cancel %1$s payment" +msgstr "Kunne ikke annullere %1$s betaling" -#: WC_Gateway_Vipps.class.php:858 -msgid "Activate this for Porterbuddy as a %1$s Shipping method. Your store address will be used as the pick-up point and your admin email will be used for booking information from Porterbuddy." -msgstr "Aktivér dette for Porterbuddy som en %1$s forsendelsesmetode. Din butiksadresse vil blive brugt som afhentningspunkt, og din admin email vil blive brugt til booking information fra Porterbuddy." +#: WC_Gateway_Vipps.class.php:1996 +msgid "Could not cancel %1$s payment for order id:" +msgstr "Kunne ikke annullere %1$s betaling for ordre id:" #: WC_Gateway_Vipps.class.php:1992 -msgid "Payment method reset to %1$s - it had been set to KCO while completing the order for %2$d" -msgstr "Betalingsmetode nulstillet til %1$s - den havde været sat til KCO, mens ordren for %2$d blev fuldført." +msgid "Could not cancel %1$s payment for order_id:" +msgstr "Kunne ikke annullere %1$s betaling for ordre_id:" -#: Vipps.class.php:2701 -msgid "Wrong %1$s Orderid on shipping details callback" -msgstr "Forkert %1$s Orderid i forsendelsesdetaljer callback" +#: WC_Gateway_Vipps.class.php:1771 +msgid "Could not capture %1$s payment - status set to" +msgstr "Kunne ikke gennemføre %1$s betaling - status sat til" -#: Vipps.class.php:2483 WC_Gateway_Vipps.class.php:2996 -msgid "Wrong %1$s Orderid - possibly an attempt to fake a callback " -msgstr "Forkert %1$s Ordreid - muligvis et forsøg på at forfalske et tilbagekald " +#: WC_Gateway_Vipps.class.php:1850 +msgid "Could not capture %1$s payment for order id:" +msgstr "Kunne ikke fange %1$s betaling for ordre id:" -#: Vipps.class.php:117 -msgid "Error: Cannot instantiate payment gateway, because WooCommerce is not loaded! This can happen when WooCommerce updates itself; but if it didn't, please activate WooCommerce again" -msgstr "Fejl: Kan ikke initiere betalingsgateway, fordi WooCommerce ikke er indlæst! Dette kan ske, når WooCommerce opdaterer sig selv; men hvis det ikke gjorde det, skal du aktivere WooCommerce igen." +#: WC_Gateway_Vipps.class.php:1860 +msgid "Could not capture %1$s payment for order_id:" +msgstr "Kunne ikke fange %1$s betaling for order_id:" -#: WC_Gateway_Vipps.class.php:3075 -msgid "%1$s callback: Handling order: " -msgstr "%1$s tilbagekald: Håndtering af ordre: " +#: WC_Gateway_Vipps.class.php:1767 +msgid "Could not capture %1$s payment for this order!" +msgstr "Kunne ikke fange %1$s betaling for denne ordre!" -#: Vipps.class.php:676 -msgid "%1$s On-Site Messaging" -msgstr "%1$s On-Site Messaging" +#: admin/settings/VippsAdminSettings.class.php:107 +#: WC_Gateway_Vipps.class.php:3802 +msgid "Could not connect to %1$s" +msgstr "Kunne ikke forbinde til %1$s" -#: Vipps.class.php:678 -msgid "%1$s On-Site Messaging contains badges in different variants that can be used to let your customers know that %1$s payment is accepted." -msgstr "%1$s On-Site Messaging indeholder mærker i forskellige varianter, der kan bruges til at informere dine kunder om, at %1$s betaling er accepteret." +#: Vipps.class.php:3607 Vipps.class.php:3612 Vipps.class.php:3622 +#: Vipps.class.php:3744 Vipps.class.php:3750 Vipps.class.php:3760 +msgid "Could not create order" +msgstr "Kunne ikke oprette ordre" -#: Vipps.class.php:681 -msgid "You can configure these badges on this page, turning them on in all or some products and configure their default setup. You can also add a badge using a shortcode or a Block" -msgstr "Du kan konfigurere disse badges på denne side, aktivere dem på alle eller nogle produkter og konfigurere deres standardopsætning. Du kan også tilføje et badge ved hjælp af en shortcode eller en Block." +#: VippsApi.class.php:139 +msgid "Could not delete webhook for merchant serial number %1$s id %2$s: " +msgstr "Kunne ikke slette webhook for handlende serienummer %1$s id %2$s:" -#: Blocks/Badges/vipps-badge.php:77 -msgid "You can add an amount for the badge here, in the minor units of the currency (e.g. for NOK, in øre)" -msgstr "Du kan tilføje et beløb for mærket her, i de mindre enheder af valutaen (f.eks. for NOK, i øre)" +#: WC_Gateway_Vipps.class.php:3836 +#, php-format +msgid "Could not delete webhook for this site with url '%2$s' : %1$s" +msgstr "Kunne ikke slette webhook for dette site med url '%2$s' : %1$s" -#: Blocks/Badges/vipps-badge.php:52 Vipps.class.php:668 Vipps.class.php:1441 -msgid "White" -msgstr "Hvid" +#: WC_Gateway_Vipps.class.php:3428 +msgid "Could not do all payment-complete actions on %1$s order %2$d: %3$s " +msgstr "Kunne ikke fuldføre alle betalingshandlinger på %1$s ordre %2$d: %3$s" -#: Blocks/Badges/vipps-badge.php:61 -msgid "%1$s On-Site Messaging Badge" -msgstr "%1$s On-Site Messaging Badge" +#: Vipps.class.php:2737 +msgid "Could not find %1$s order with id:" +msgstr "Kunne ikke finde %1$s ordre med id:" -#: Vipps.class.php:733 -msgid "Update settings" -msgstr "Opdater indstillinger" +#: Vipps.class.php:2879 +#, php-format +msgid "Could not find any applicable shipping methods for %1$s - order %2$d will fail" +msgstr "Kunne ikke finde nogen anvendelige forsendelsesmetoder for %1$s - ordre %2$d vil fejle" -#: Vipps.class.php:689 -msgid "Turn on support for %1$s On-site Messaging badges" -msgstr "Aktivér understøttelse for %1$s On-site Messaging badges" +#: Vipps.class.php:2745 +msgid "Could not find Woo order with id:" +msgstr "Kunne ikke finde Woo-ordre med id:" -#: Vipps.class.php:743 -msgid "The shortcode looks like this:" -msgstr "Shortkoden ser sådan ud:" +#: WC_Gateway_Vipps.class.php:2847 +msgid "Could not get %1$s order status" +msgstr "Kunne ikke få %1$s ordrestatus" -#: Vipps.class.php:738 -msgid "The Gutenberg Block" -msgstr "Gutenberg-blokken" +#: WC_Gateway_Vipps.class.php:2836 +msgid "Could not get %1$s order status - it has no %1$s Order Id. Must cancel." +msgstr "Kunne ikke få %1$s ordrestatus - den har ingen %1$s Ordre Id. Skal annullere." -#: Vipps.class.php:721 -msgid "Support \"%1$s Later\"" -msgstr "Støtte \"%1$s Senere\"" +#: WC_Gateway_Vipps.class.php:2844 WC_Gateway_Vipps.class.php:2854 +msgid "Could not get %1$s order status for order id:" +msgstr "Kunne ikke få %1$s ordrestatus for ordre id:" -#: Vipps.class.php:741 -msgid "Shortcodes" -msgstr "Shortcodes" +#: WC_Gateway_Vipps.class.php:1571 +msgid "Could not get access token when initiating %1$s payment for order id:" +msgstr "Kunne ikke få adgangstoken ved igangsættelse af %1$s betaling for ordre id:" -#: Blocks/Badges/vipps-badge.php:56 Vipps.class.php:670 Vipps.class.php:1445 -msgid "Purple" -msgstr "Lilla" +#: WC_Gateway_Vipps.class.php:2367 +msgid "Could not get address info for order from %1$s" +msgstr "Kunne ikke få adresseinfo for ordre fra %1$s" -#: Vipps.class.php:745 -msgid "Please refer to the documentation for the meaning of the parameters." -msgstr "Se venligst i dokumentationen for betydningen af parametrene." +#: VippsCheckout.class.php:804 +msgid "Could not get Checkout status for order %1$s in progress while cancelling" +msgstr "Kunne ikke få Checkout-status for ordre %1$s i gang mens annullering" -#: Vipps.class.php:1453 -msgid "Override %1$s Later" -msgstr "Tilsidesæt %1$s Senere" +#: WC_Gateway_Vipps.class.php:2440 WC_Gateway_Vipps.class.php:2444 +msgid "Could not get order status from %1$s using epayment api: " +msgstr "Kunne ikke få ordrestatus fra %1$s ved hjælp af epayment api:" -#: Vipps.class.php:1437 -msgid "Override default settings" -msgstr "Tilsidesæt standardindstillinger" +#: Vipps.class.php:2453 +msgid "Could not get orderid of reference %2$s from %1$s: " +msgstr "Kunne ikke få ordreid of reference %2$s fra %1$s:" -#: Blocks/Badges/vipps-badge.php:54 Vipps.class.php:669 Vipps.class.php:1443 -msgid "Orange" -msgstr "Appelsin" +#: WC_Gateway_Vipps.class.php:2452 +msgid "Could not get payment results for order %1$s" +msgstr "Kunne ikke få betalingsresultater for ordre %1$s" -#: Vipps.class.php:1430 -msgid "On-site messaging badge" -msgstr "On-site messaging mærke" +#: WC_Gateway_Vipps.class.php:2453 +msgid "" +"Could not get payment results for order %1$s - you may have the wrong MSN for the order. Please check logs for more " +"information" +msgstr "" +"Kunne ikke få betalingsresultater for ordre %1$s - du kan have det forkerte MSN for ordren. Tjek venligst logs for mere " +"information" -#: Blocks/Badges/vipps-badge.php:74 -msgid "Norwegian" -msgstr "Norsk" +#: VippsApi.class.php:451 +msgid "Could not get receipt data for order %1$s from Vipps: " +msgstr "Kunne ikke få kvitteringsdata for ordre %1$s fra Vipps:" -#: Vipps.class.php:1440 -msgid "No badge" -msgstr "Ingen badge" +#: Vipps.class.php:3392 +msgid "Could not get user email from order before thankyou-page" +msgstr "Kunne ikke få brugerens email fra ordre før tak-siden" -#: Vipps.class.php:726 -msgid "Minimum price for \"%1$s Later\"\"" -msgstr "Minimumpris for \"%1$s Senere\"\"" +#: WC_Gateway_Vipps.class.php:2568 +msgid "" +"Could not get user info for order %1$d using the userinfo API: %2$s. Please use the 'get complete transaction details' " +"on the button to try to recover this. " +msgstr "" +"Kunne ikke få brugerinfo til ordre %1$d ved hjælp af userinfo API: %2$s. Brug venligst 'få komplette " +"transaktionsdetaljer' på knappen for at forsøge at genoprette dette." -#: Blocks/Badges/vipps-badge.php:55 Vipps.class.php:669 Vipps.class.php:1444 -msgid "Light Orange" -msgstr "Lys Orange" +#: VippsApi.class.php:176 VippsApi.class.php:179 +msgid "Could not get Vipps access token" +msgstr "Kunne ikke få Vipps adgangstoken" -#: Blocks/Badges/vipps-badge.php:69 -msgid "Language" -msgstr "Sprog" +#: WC_Gateway_Vipps.class.php:357 +msgid "Could not get webhooks for Merchant Serial Number %1$s: %2$s" +msgstr "Kunne ikke få webhooks til Merchant Serial Number %1$s: %2$s" -#: Vipps.class.php:739 -msgid "If you use Gutenberg, you should be able to add a %1$s Badge block wherever you need it. It is called %1$s On-Site Messaging Badge Block." -msgstr "Hvis du bruger Gutenberg, skulle du kunne tilføje en %1$s Badge-blok, hvor end du har brug for det. Den kaldes %1$s On-Site Messaging Badge Block." +#: VippsApi.class.php:107 +msgid "Could not get webhooks for merchant serial number %1$s: " +msgstr "Kunne ikke få webhooks til forhandlers serienummer %1$s:" -#: Vipps.class.php:742 -msgid "If you need to add a %1$s badge on a specific page, footer, header and so on, and you cannot use the Gutenberg Block provided for this, you can either add the %1$s Badge manually (as documented here) or you can use the shortcode." -msgstr "Hvis du har brug for at tilføje et %1$s mærke på en specifik side, footer, header og så videre, og du ikke kan bruge Gutenberg-blokken, der er beregnet til dette, kan du enten tilføje %1$s mærket manuelt (som dokumenteret her) eller du kan bruge shortcoden." +#: WC_Gateway_Vipps.class.php:3890 +msgid "Could not initialize webhooks for this site: %1$s" +msgstr "Kunne ikke initialisere webhooks for dette site: %1$s" -#: Vipps.class.php:698 -msgid "If selected, all products will get a badge, but you can override this on the %1$s tab on the product data page. If not, it's the other way around. You can also choose a particular variant on that page" -msgstr "Hvis valgt, får alle produkter et mærke, men du kan tilsidesætte dette på %1$s fanen på produktdatasiden. Hvis ikke, er det den anden vej rundt. Du kan også vælge en bestemt variant på den side." +#: WC_Gateway_Vipps.class.php:1668 WC_Gateway_Vipps.class.php:1681 +msgid "Could not initiate %1$s payment" +msgstr "Kunne ikke starte %1$s betaling" -#: Blocks/Badges/vipps-badge.php:53 Vipps.class.php:668 Vipps.class.php:1442 -msgid "Grey" -msgstr "Grå" +#: VippsCheckout.class.php:467 +msgid "Could not initiate %1$s session: %2$s" +msgstr "Kunne ikke initiere %1$s session: %2$s" -#: Blocks/Badges/vipps-badge.php:73 -msgid "English" -msgstr "Engelsk" +#: WC_Gateway_Vipps.class.php:2235 +msgid "Could not interpret %1$s order status" +msgstr "Kunne ikke fortolke %1$s ordrestatus" -#: Vipps.class.php:1457 -msgid "Do not use %1$s Later" -msgstr "Brug ikke %1$s senere" +#: VippsApi.class.php:195 +msgid "Could not read image file: " +msgstr "Kunne ikke læse billedfilen:" -#: Vipps.class.php:1439 Vipps.class.php:1455 -msgid "Default setting" -msgstr "Standardindstilling" +#: WC_Gateway_Vipps.class.php:826 WC_Gateway_Vipps.class.php:1949 +msgid "Could not refund %1$s payment" +msgstr "Kunne ikke refundere %1$s betaling" -#: Blocks/Badges/vipps-badge.php:72 -msgid "Default" -msgstr "Standard" +#: WC_Gateway_Vipps.class.php:823 WC_Gateway_Vipps.class.php:1946 +msgid "Could not refund %1$s payment for order id:" +msgstr "Kunne ikke refundere %1$s betaling for ordre id:" -#: WC_Gateway_Vipps.class.php:1590 -msgid "Could not capture %1$s payment for this order!" -msgstr "Kunne ikke fange %1$s betaling for denne ordre!" +#: WC_Gateway_Vipps.class.php:739 +msgid "Could not refund payment through %1$s - ensure the refund is handled manually!" +msgstr "Kunne ikke refundere betaling gennem %1$s - sørg for at refusionen håndteres manuelt!" -#: Blocks/Badges/vipps-badge.php:64 -msgid "Choose the badge variant with the perfect colors for your site" -msgstr "Vælg varianten af mærket med de perfekte farver til dit websted" +#: VippsApi.class.php:125 +msgid "Could not register webhooks for merchant serial number %1$s callback %2$s: " +msgstr "Kunne ikke registrere webhooks for merchant serial number %1$s callback %2$s:" -#: Blocks/Badges/vipps-badge.php:70 -msgid "Choose language, or use the default" -msgstr "Vælg sprog, eller brug standardindstillingen" +#: Vipps.class.php:2663 +#, php-format +msgid "Could not restore cart from session of order %1$d" +msgstr "Kunne ikke gendanne kurv fra session af ordre %1$d" -#: Vipps.class.php:712 -msgid "Choose color variant:" -msgstr "Vælg farvevariant:" +#: VippsApi.class.php:227 +msgid "Could not send image to Vipps: " +msgstr "Kunne ikke sende billede til Vipps:" -#: Vipps.class.php:723 -msgid "Check this if your store supports %1$s Senere and you want the specialized badge for that" -msgstr "Marker dette hvis din butik understøtter %1$s Senere og du ønsker det specialiserede mærke for det" +#: VippsApi.class.php:395 +msgid "Could not send receipt to Vipps: " +msgstr "Kunne ikke sende kvittering til Vipps:" -#: Vipps.class.php:1175 -msgid "Badges" -msgstr "Mærker" +#: Vipps.class.php:4581 +#, php-format +msgid "Could not use special page with id %s - it seems not to exist." +msgstr "Kunne ikke bruge specialside med id %s - den ser ikke ud til at eksistere." -#: Blocks/Badges/vipps-badge.php:76 -msgid "Amount in minor units" -msgstr "Beløb i mindre enheder" +#: VippsQRCodeController.class.php:585 +msgid "Couldn't create or update QR image: %1$s" +msgstr "Kunne ikke oprette eller opdatere QR-billede: %1$s" -#: Blocks/Badges/vipps-badge.php:67 -msgid "Add support for %1$s Senere, if your store provides it" -msgstr "Tilføj support for %1$s Senere, hvis din butik tilbyder det" +#: VippsQRCodeController.class.php:575 +msgid "Couldn't download QR image: try saving post again! Error was: %1$s" +msgstr "Kunne ikke downloade QR-billede: Prøv at gemme indlægget igen! Fejlen var: %1$s" -#: Vipps.class.php:695 -msgid "Add badge to all products by default" -msgstr "Tilføj mærke til alle produkter som standard" +#: WC_Gateway_Vipps.class.php:1114 WC_Gateway_Vipps.class.php:1115 +msgid "Country" +msgstr "Land" -#: WC_Gateway_Vipps.class.php:1501 -msgid "Cannot restart order with same order ID: Must cancel" -msgstr "Kan ikke genstarte ordre med samme ordre-ID: Skal annullere" +#: WC_Gateway_Vipps.class.php:923 WC_Gateway_Vipps.class.php:924 +msgid "Create new customers on %1$s" +msgstr "Opret nye kunder på %1$s" -#: WC_Gateway_Vipps.class.php:1500 -msgid "Duplicate Order ID! Please report this to support@wp-hosting.no together with as much info about the order as possible. Express: %1$s Status: %2$s User agent: %3$s" -msgstr "Duplikat Order ID! Rapporter venligst dette til support@wp-hosting.no sammen med så mange oplysninger om ordren som muligt. Express: %1$s Status: %2$s Brugeragent: %3$s" +#: WC_Gateway_Vipps.class.php:1277 WC_Gateway_Vipps.class.php:1278 +msgid "Create new customers on Express Checkout" +msgstr "Opret nye kunder på Express Checkout" -#: WC_Gateway_Vipps.class.php:1448 -msgid "%1$s payment restarted" -msgstr "%1$s betaling genstartet" +#: Vipps.class.php:1491 Vipps.class.php:1501 +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Create shareable link" +msgstr "Opret delbar link" -#: WC_Gateway_Vipps.class.php:1444 -msgid "Cannot restart order at %1$s" -msgstr "Kan ikke genstarte ordre ved %1$s" +#: Vipps.class.php:489 +msgid "Created" +msgstr "Oprettet" -#: WC_Gateway_Vipps.class.php:1443 -msgid "Order session expired at %1$s, please try again!" -msgstr "Ordre session udløbet på %1$s, prøv venligst igen!" +#: Vipps.class.php:478 +msgid "Created for this site" +msgstr "Oprettet til dette sted" -#: WC_Gateway_Vipps.class.php:1442 -msgid "Order %2$d was attempted restarted, but had no %1$s session url stored. Cannot continue!" -msgstr "Ordre %2$d blev forsøgt genstartet, men havde ingen %1$s session url gemt. Kan ikke fortsætte!" +#: WC_Gateway_Vipps.class.php:2250 WC_Gateway_Vipps.class.php:2732 +#: WC_Gateway_Vipps.class.php:3292 +msgid "Credit Card / %1$s" +msgstr "Kreditkort / %1$s" -#: WC_Gateway_Vipps.class.php:1427 -msgid "This order cannot be paid with %1$s - please try another payment method or try again later" -msgstr "Denne ordre kan ikke betales med %1$s - prøv venligst en anden betalingsmetode eller prøv igen senere" +#: VippsCheckout.class.php:458 +msgid "Customer passed to %1$s" +msgstr "Kunden overført til %1$s" -#: WC_Gateway_Vipps.class.php:1426 -msgid "Trying to start order %1$s with status %2$s - only 'pending' and 'failed' are allowed, so this will fail" -msgstr "Prøver at starte ordre %1$s med status %2$s - kun 'ventende' og 'mislykket' er tilladt, så dette vil fejle" +#: Blocks/woo-vipps-blocks.php:43 +msgid "Danish" +msgstr "Dansk" -#: VippsDismissibleAdminBanners.class.php:116 -msgid "You get settlement in three days" -msgstr "Du får afregning om tre dage" +#: Blocks/Badges/vipps-badge.php:72 Blocks/woo-vipps-blocks.php:39 +msgid "Default" +msgstr "Standard" -#: VippsDismissibleAdminBanners.class.php:115 -msgid "Shipping information is autofilled with Vipps" -msgstr "Forsendelsesinformation er autofyldt med Vipps" +#: Vipps.class.php:1444 VippsWCProductEditorV2.class.php:180 +msgid "Default setting" +msgstr "Standardindstilling" -#: VippsDismissibleAdminBanners.class.php:114 -msgid "Your customers can pay with %1$s , Visa or Mastercard" -msgstr "Dine kunder kan betale med %1$s, Visa eller Mastercard" +#: Vipps.class.php:476 Vipps.class.php:1510 Vipps.class.php:1538 +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Delete" +msgstr "Slet" -#: WC_Gateway_Vipps.class.php:1188 -msgid "If this is checked, a receipt will be sent to %1$s which will be viewable in the users' app, specifying the order items, shipping et cetera" -msgstr "Hvis dette er markeret, vil en kvittering blive sendt til %1$s, som vil kunne ses i brugernes app, der specificerer ordreelementer, forsendelse og så videre." +#: VippsQRCodeController.class.php:240 +msgid "delete" +msgstr "slet" -#: WC_Gateway_Vipps.class.php:1186 -msgid "Send receipts to the customers %1$s app" -msgstr "Send kvitteringer til kundernes %1$s app" +#: WC_Gateway_Vipps.class.php:1293 WC_Gateway_Vipps.class.php:1294 +msgid "Delete failed Express Checkout Orders" +msgstr "Slet mislykkede Express Checkout-ordrer" -#: WC_Gateway_Vipps.class.php:1185 -msgid "Send receipts and order confirmation info to the customers' app on completed purchases." -msgstr "Send kvitteringer og ordrebekræftelsesinfo til kundernes app ved afsluttede køb." +#: VippsCheckoutShippingMethods.php:185 +msgid "Deliver to customers' home address" +msgstr "Lever til kundernes hjemmeadresse" -#: WC_Gateway_Vipps.class.php:783 -msgid "If your shipping options do not depend on the customers address, you can enable 'Static shipping', which will precompute the shipping options when using %1$s so that this will be much faster. If you do this and the customer isn't logged in, the base location of the store will be used to compute the shipping options for the order. You should only use this if your shipping is actually 'static', that is, does not vary based on the customers address. So fixed price/free shipping will work. If the customer is logged in, their address as registered in the store will be used, so if your customers are always logged in, you may be able to use this too." -msgstr "Hvis dine forsendelsesmuligheder ikke afhænger af kundens adresse, kan du aktivere 'Statisk forsendelse', som vil forudberegne forsendelsesmulighederne, når du bruger %1$s, så dette vil være meget hurtigere. Hvis du gør dette, og kunden ikke er logget ind, vil butikkens baselokation blive brugt til at beregne forsendelsesmulighederne for ordren. Du bør kun bruge dette, hvis din forsendelse faktisk er 'statisk', det vil sige, ændrer sig ikke baseret på kundens adresse. Så fast pris/gratis forsendelse vil virke. Hvis kunden er logget ind, vil deres adresse, som registreret i butikken, blive brugt, så hvis dine kunder altid er logget ind, kan du også være i stand til at bruge dette." +#: VippsCheckoutShippingMethods.php:179 +msgid "Deliver to customers' mailbox" +msgstr "Lever til kunders postkasse" -#: WC_Gateway_Vipps.class.php:1053 -msgid "%1$s allows you to buy products by a single click from the cart page or directly from product or catalog pages. Product will get a 'buy now' button which will start the purchase process immediately." -msgstr "%1$s giver dig mulighed for at købe produkter med et enkelt klik fra indkøbskurvsiden eller direkte fra produkt- eller katalogsider. Produktet vil få en 'køb nu' knap, som straks vil starte købsprocessen." +#: WC_Gateway_Vipps.class.php:1120 +msgid "Denmark" +msgstr "Danmark" -#: WC_Gateway_Vipps.class.php:807 -msgid "If your products don't require shipping as above, and you also don't care about the customers name or contact information, you can drop this too! The customer fields will then be filled with a placeholder. NB: If you have plugins that require contact information, then this is not going to work very well. Also, for this to work you have to check the 'no addresses' box as well." -msgstr "Hvis dine produkter ikke kræver forsendelse som ovenfor, og du heller ikke bekymrer dig om kundens navn eller kontaktinformation, kan du også droppe dette! Kundens felter vil derefter blive udfyldt med en pladsholder. NB: Hvis du har plugins, der kræver kontaktinformation, så kommer dette ikke til at fungere særlig godt. Desuden, for at dette skal fungere, skal du også krydse af i 'ingen adresser' boksen." +#: VippsCheckoutShippingMethods.php:116 VippsCheckoutShippingMethods.php:143 +#: VippsKCSupport.class.php:67 VippsQRCodeController.class.php:369 +#: WC_Gateway_Vipps.class.php:1199 +msgid "Description" +msgstr "Beskrivelse" -#: WC_Gateway_Vipps.class.php:799 -msgid "If your products don't require shipping, either because they are digital downloads, immaterial products or delivering the products directly on purchase, you can check this box. The user will then not be required to provide an address, which should speed things up a bit. If your products require shipping, this will have no effect. NB: If you have plugins that require shipping information, then this is not going to work very well." -msgstr "Hvis dine produkter ikke kræver forsendelse, enten fordi de er digitale downloads, immaterielle produkter eller leverer produkterne direkte ved køb, kan du markere denne boks. Brugeren vil derefter ikke være nødt til at oplyse en adresse, hvilket burde speede tingene op lidt. Hvis dine produkter kræver forsendelse, vil dette ikke have nogen effekt. NB: Hvis du har plugins, der kræver forsendelsesinformation, vil dette ikke fungere særlig godt." +#: VippsKCSupport.class.php:69 +msgid "Description for %1$s payment method. This controls the description which the user sees in the checkout form." +msgstr "Beskrivelse for %1$s betalingsmetode. Dette styrer den beskrivelse, som brugeren ser i betalingsformularen." -#: WC_Gateway_Vipps.class.php:1157 -msgid "If you have issues with your theme, you might find a setting here that will help. Normally you do not need to change these." -msgstr "Hvis du har problemer med dit tema, kan du muligvis finde en indstilling her, der vil hjælpe. Normalt behøver du ikke at ændre disse." +#: WC_Gateway_Vipps.class.php:1389 +msgid "Developer mode" +msgstr "Udviklertilstand" -#: WC_Gateway_Vipps.class.php:804 -msgid "Drop the contact fields on the Checkout screen" -msgstr "Fjern kontakt-felterne på Checkout-skærmen" +#: Vipps.class.php:2388 +msgid "Did not understand callback from %1$s:" +msgstr "Forstod ikke callback fra %1$s:" -#: WC_Gateway_Vipps.class.php:796 -msgid "Drop the address fields on the Checkout screen" -msgstr "Fjern adressefelterne på betalingssiden" +#: VippsKCSupport.class.php:79 +msgid "Disable other gateway button" +msgstr "Deaktiver anden gateway-knap" -#: WC_Gateway_Vipps.class.php:805 -msgid "Don't require the contact fields" -msgstr "Kræver ikke kontakt felterne" +#: VippsKCSupport.class.php:81 +msgid "Disables the \"Select another Payment method\" button on the Klarna Checkout." +msgstr "Deaktiverer knappen \"Vælg en anden betalingsmetode\" på Klarna Checkout." + +#: VippsDismissibleAdminBanners.class.php:78 +msgid "Dismissed message " +msgstr "Afskediget besked" -#: WC_Gateway_Vipps.class.php:797 +#: WC_Gateway_Vipps.class.php:949 msgid "Don't require the address fields" msgstr "Kræver ikke adressefelterne" -#: WC_Gateway_Vipps.class.php:1222 -msgid "Developer mode" -msgstr "Udviklertilstand" +#: WC_Gateway_Vipps.class.php:957 +msgid "Don't require the contact fields" +msgstr "Kræver ikke kontakt felterne" -#: WC_Gateway_Vipps.class.php:2480 -msgid "Anonymous customer" -msgstr "Anonym kunde" +#: VippsQRCodeController.class.php:376 +msgid "Download as PNG" +msgstr "Download som PNG" -#: WC_Gateway_Vipps.class.php:1154 -msgid "Advanced" -msgstr "Avanceret" +#: VippsQRCodeController.class.php:375 +msgid "Download as SVG" +msgstr "Download som SVG" -#: WC_Gateway_Vipps.class.php:2181 -msgid " - order does not need processing" -msgstr " - ordren behøver ikke at blive behandlet" +#: WC_Gateway_Vipps.class.php:948 +msgid "Drop the address fields on the Checkout screen" +msgstr "Fjern adressefelterne på betalingssiden" -#: WC_Gateway_Vipps.class.php:1050 -msgid "Express Checkout" -msgstr "Hurtigkasse" +#: WC_Gateway_Vipps.class.php:956 +msgid "Drop the contact fields on the Checkout screen" +msgstr "Fjern kontakt-felterne på Checkout-skærmen" -#: WC_Gateway_Vipps.class.php:947 -msgid "Main options" -msgstr "Hovedindstillinger" +#: WC_Gateway_Vipps.class.php:1677 +msgid "" +"Duplicate Order ID! Please report this to support@wp-hosting.no together with as much info about the order as possible. " +"Express: %1$s Status: %2$s User agent: %3$s" +msgstr "" +"Duplikat Order ID! Rapporter venligst dette til support@wp-hosting.no sammen med så mange oplysninger om ordren som " +"muligt. Express: %1$s Status: %2$s Brugeragent: %3$s" -#: VippsApi.class.php:634 -msgid "Your order from" -msgstr "Din ordre fra" +#: VippsQRCodeController.class.php:616 +msgid "Edit QR Code" +msgstr "Rediger QR-kode" -#: VippsApi.class.php:640 -msgid "The transaction text is too long! We are using a shorter transaction text to allow the transaction text to go through, but please check the 'woo_vipps_transaction_text_shop_id' filter so that you can use a shorter name for your store" -msgstr "Transaktionsteksten er for lang! Vi bruger en kortere transaktionstekst for at tillade at transaktionsteksten kan gå igennem, men tjek venligst 'woo_vipps_transaction_text_shop_id' filteret, så du kan bruge et kortere navn til din butik." +#: Vipps.class.php:1753 Vipps.class.php:1759 Vipps.class.php:1768 +msgid "Email" +msgstr "E-mail" -#: WC_Gateway_Vipps.class.php:3276 -msgid "%1$s is not an image that can be uploaded to %2$s" -msgstr "%1$s er ikke et billede, der kan uploades til %2$s" +#: WC_Gateway_Vipps.class.php:1108 +msgid "Enable %1$s" +msgstr "Aktiver %1$s" -#: WC_Gateway_Vipps.class.php:3222 -msgid "Could not do all payment-complete actions on %1$s order %2$d: %3$s " -msgstr "Kunne ikke fuldføre alle betalingshandlinger på %1$s ordre %2$d: %3$s " +#: WC_Gateway_Vipps.class.php:916 +msgid "Enable Alternative %1$s screen, replacing the standard checkout page" +msgstr "Aktiver alternativ %1$s skærm, der erstatter den standard checkout side" -#: WC_Gateway_Vipps.class.php:3193 -msgid "Error calling the Order Management API: %1$s " -msgstr "Fejl ved kald til Ordrestyrings API: %1$s " +#: WC_Gateway_Vipps.class.php:1377 WC_Gateway_Vipps.class.php:1378 +msgid "Enable developer mode" +msgstr "Aktivér udviklertilstand" -#: WC_Gateway_Vipps.class.php:1196 -msgid "If set, this image will be uploaded to %1$s and used to profile your store in the %1$s app for links to the order confirmation etc" -msgstr "Hvis den er indstillet, vil dette billede blive uploadet til %1$s og brugt til at profilere din butik i %1$s appen for links til ordrebekræftelse osv." +#: WC_Gateway_Vipps.class.php:1233 WC_Gateway_Vipps.class.php:1234 +msgid "Enable Express Checkout for single products" +msgstr "Aktivér Express Checkout for enkelte produkter" -#: WC_Gateway_Vipps.class.php:1194 -msgid "Profile image used in the %1$s App" -msgstr "Profilbillede brugt i %1$s appen" +#: WC_Gateway_Vipps.class.php:1224 WC_Gateway_Vipps.class.php:1225 +msgid "Enable Express Checkout in cart" +msgstr "Aktivér Express Checkout i indkøbskurven" -#: WC_Gateway_Vipps.class.php:1193 -msgid "Use this image for the order confirmation link uploaded to the customers' %1$s app" -msgstr "Brug dette billede til ordrebekræftelseslinket, der er uploadet til kundernes %1$s app" +#: WC_Gateway_Vipps.class.php:933 WC_Gateway_Vipps.class.php:1269 +msgid "Enable static shipping" +msgstr "Aktivér statisk forsendelse" -#: WC_Gateway_Vipps.class.php:112 WC_Gateway_Vipps.class.php:115 -msgid "Remove image" -msgstr "Fjern billede" +#: WC_Gateway_Vipps.class.php:932 +msgid "Enable static shipping for %1$s" +msgstr "Aktivér statisk forsendelse for %1$s" -#: WC_Gateway_Vipps.class.php:111 WC_Gateway_Vipps.class.php:114 -msgid "Upload image" -msgstr "Upload billede" +#: WC_Gateway_Vipps.class.php:1268 +msgid "Enable static shipping for Express Checkout" +msgstr "Aktivér statisk forsendelse til Express Checkout" -#: VippsApi.class.php:413 -msgid "Could not get receipt data for order %1$s from Vipps: " -msgstr "Kunne ikke få kvitteringsdata for ordre %1$s fra Vipps: " +#: WC_Gateway_Vipps.class.php:1397 +msgid "Enable test mode" +msgstr "Aktivér testmodus" -#: VippsApi.class.php:390 -msgid "Could not add category %1$s to Vipps: " -msgstr "Kunne ikke tilføje kategori %1$s til Vipps: " +#: WC_Gateway_Vipps.class.php:1241 +msgid "" +"Enable this to allow customers to buy a product using %1$s directly from the product page. If you choose 'some', you " +"must enable this on the relevant products" +msgstr "" +"Aktivér dette for at give kunderne mulighed for at købe et produkt ved hjælp af %1$s direkte fra produktsiden. Hvis du " +"vælger 'nogle', skal du aktivere dette på de relevante produkter." -#: VippsApi.class.php:366 VippsApi.class.php:399 -msgid "Cannot add category for order %1$d: No vipps id present" -msgstr "Kan ikke tilføje kategori for ordre %1$d: Ingen vipps id til stede" +#: WC_Gateway_Vipps.class.php:1227 +msgid "Enable this to allow customers to shop using %1$s directly from the cart with no login or address input needed" +msgstr "" +"Aktivér dette for at tillade kunder at handle med %1$s direkte fra kurven uden behov for login eller indtastning af " +"adresse" -#: VippsApi.class.php:357 -msgid "Could not send receipt to Vipps: " -msgstr "Kunne ikke sende kvittering til Vipps: " +#: WC_Gateway_Vipps.class.php:926 +msgid "" +"Enable this to create and login customers when using %1$s. Otherwise these will all be guest checkouts. If using, you " +"may want to install Login with Vipps too." +msgstr "" +"Aktivér dette for at oprette og logge ind på kunder, når du bruger %1$s. Ellers vil disse alle være gæstecheckouts. " +"Hvis du bruger, kan du også ønske at installere Login med Vipps." -#: VippsApi.class.php:345 -msgid "Cannot add receipt for order %1$d: No vipps id present" -msgstr "Kan ikke tilføje kvittering for ordre %1$d: Ingen vipps id er til stede" +#: WC_Gateway_Vipps.class.php:1280 +msgid "" +"Enable this to create and login new customers when using express checkout. Otherwise these will all be guest checkouts. " +"If you have \"Login with Vipps\" installed, this will be the default (unless you have turned off user creation in " +"WooCommerce itself)" +msgstr "" +"Aktivér dette for at oprette og logge ind nye kunder, når du bruger express checkout. Ellers vil disse alle være " +"gæste-checkouts. Hvis du har \"Login med Vipps\" installeret, vil dette være standarden (medmindre du har slået " +"brugeroprettelse fra i WooCommerce selv)" -#: VippsApi.class.php:227 -msgid "Could not send image to Vipps: " -msgstr "Kunne ikke sende billede til Vipps: " +#: WC_Gateway_Vipps.class.php:1380 +msgid "" +"Enable this to enter developer mode. This gives you access to the test-api and sometimes other tools not yet ready for " +"general consumption" +msgstr "" +"Aktiver dette for at indtaste udviklertilstand. Dette giver dig adgang til test-apien og undertiden andre værktøjer, " +"der endnu ikke er klar til almindeligt forbrug." -#: VippsApi.class.php:195 -msgid "Could not read image file: " -msgstr "Kunne ikke læse billedfilen: " +#: WC_Gateway_Vipps.class.php:1209 +msgid "Enable this to use %1$s as the default payment method on the checkout page, regardless of order." +msgstr "Aktiver dette for at bruge %1$s som standard betalingsmetode på betalingssiden, uanset ordre." -#: Vipps.class.php:1698 -msgid "API" -msgstr "API" +#: Blocks/Badges/vipps-badge.php:73 Blocks/woo-vipps-blocks.php:40 +msgid "English" +msgstr "Engelsk" -#: VippsQRCodeController.class.php:606 -msgctxt "Post Type Singular Name" -msgid "Vipps QR Code" -msgstr "Vipps QR-kode" +#: Vipps.class.php:3620 Vipps.class.php:3758 +msgid "Error calculating static shipping" +msgstr "Fejl ved beregning af statisk fragtpris" -#: VippsQRCodeController.class.php:605 -msgctxt "Post Type General Name" -msgid "Vipps QR Codes" -msgstr "Vipps QR-koder" +#: VippsCheckout.class.php:384 +msgid "Error calculating static shipping for order %1$s" +msgstr "Fejl ved beregning af statisk fragt for ordre %1$s" -#: VippsQRCodeController.class.php:350 -msgid "Search for a product…" -msgstr "Søg efter et produkt…" +#: WC_Gateway_Vipps.class.php:3399 +msgid "Error calling the Order Management API: %1$s " +msgstr "Fejl ved kald til Ordrestyrings API: %1$s" -#: VippsQRCodeController.class.php:349 -msgid "Choose product" -msgstr "Vælg produkt" +#: Vipps.class.php:3528 +msgid "Error creating customer in express checkout: " +msgstr "Fejl ved oprettelse af kunde i hurtig kassen:" -#: VippsQRCodeController.class.php:344 -msgid "Choose page" -msgstr "Vælg side" +#: VippsQRCodeController.class.php:582 +msgid "Error creating or updating QR code: %1$s" +msgstr "Fejl ved oprettelse eller opdatering af QR-kode: %1$s" -#: VippsQRCodeController.class.php:324 -msgid "QR-id" -msgstr "QR-id" +#: src/admin/blocks/src/product-shareable-link/edit.tsx:173 +msgid "Error creating shareable link." +msgstr "Fejl ved oprettelse af delbar link." -#: Vipps.class.php:1477 -msgid "To create a QR code for your shareable link, we recommend copying the URL and then using the %1$s QR Api" -msgstr "For at oprette en QR-kode til dit delbare link, anbefaler vi at kopiere URL'en og derefter bruge %1$s QR Api" +#: VippsQRCodeController.class.php:497 +msgid "Error deleting QR code: %1$s" +msgstr "Fejl ved sletning af QR-kode: %1$s" -#: Vipps.class.php:1419 -msgid "The %1$s settings are configured so that no products will have a Buy Now button - including this." -msgstr "%1$s indstillingerne er konfigureret således, at ingen produkter vil have en Køb Nu-knap - inklusive dette." +#: VippsQRCodeController.class.php:187 +msgid "Error deleting unsynched QR code with id %1$s: %2$s" +msgstr "Fejl ved sletning af usynkroniseret QR-kode med id %1$s: %2$s" -#: Vipps.class.php:1413 -msgid "This product does not support express checkout, and so will not have a Buy Now button." -msgstr "Dette produkt understøtter ikke express checkout, og vil derfor ikke have en Køb Nu-knap." +#: VippsQRCodeController.class.php:573 +msgid "Error downloading QR code image: %1$s" +msgstr "Fejl ved download af QR-kode billede: %1$s" -#: Vipps.class.php:1411 -msgid "This product supports express checkout, and so will have a Buy Now button." -msgstr "Dette produkt understøtter hurtig kassen, og vil derfor have en Køb Nu-knap." +#: Vipps.class.php:4543 +msgid "Error during order confirmation" +msgstr "Fejl under ordrebekræftelse" -#: Vipps.class.php:1408 -msgid "The %1$s settings are currently set up so all products that can be bought with Express Checkout will have a Buy Now button." -msgstr "%1$s-indstillingerne er i øjeblikket opsat således, at alle produkter, der kan købes med Express Checkout, vil have en Køb Nu-knap." +#: Vipps.class.php:3687 +msgid "Error finding product - cannot create order" +msgstr "Fejl ved fund af produkt - kan ikke oprette ordre" -#: Vipps.class.php:1011 -msgid "%1$s is installed, but not active. Activate it on the plugins page" -msgstr "%1$s er installeret, men ikke aktiv. Aktiver det på plugins siden" +#: Vipps.class.php:2726 +msgid "Error getting customer data in the %1$s shipping details callback: %2$s" +msgstr "Fejl ved hentning af kundeoplysninger i %1$s forsendelsesdetaljer-callback: %2$s" -#: Vipps.class.php:1007 -msgid "%1$s is installed and active. You can configure the plugin at its settings page" -msgstr "%1$s er installeret og aktiv. Du kan konfigurere pluginet på dens indstillinger side" +#: VippsQRCodeController.class.php:124 +msgid "Error getting list of QR codes from %1$s: %2$s" +msgstr "Fejl ved hentning af liste over QR-koder fra %1$s: %2$s" -#: Vipps.class.php:1001 -msgid "Remember, you need to set up %3$s at the %1$s Portal, where you will find the keys you need and where you will have to register the return url you will find on the settings page." -msgstr "Husk, du skal opsætte %3$s på %1$s Portal, hvor du finder de nøgler, du har brug for, og hvor du skal registrere retur url, som du finder på indstillingsiden." +#: Vipps.class.php:3248 +msgid "Error getting order status at %1$s for order %2$d" +msgstr "Fejl ved hentning af ordrestatus hos %1$s for ordre %2$d" -#: Vipps.class.php:998 -msgid "%3$s is a password-less solution that lets you or your customers to securely log into your site without having to remember passwords - you only need the %2$s app. The plugin does not require WooCommerce, and it can be customized for many different usecases." -msgstr "%3$s er en løsning uden adgangskode, der lader dig eller dine kunder sikkert logge ind på dit site uden at skulle huske adgangskoder - du behøver kun %2$s appen. Pluginet kræver ikke WooCommerce, og det kan tilpasses mange forskellige anvendelsesmønstre." +#: WC_Gateway_Vipps.class.php:660 +msgid "Error getting payment details before doing cancel: " +msgstr "Fejl ved hentning af betalingsoplysninger før annullering:" -#: Vipps.class.php:66 -msgid "Login with Vipps" -msgstr "Log ind med Vipps" +#: WC_Gateway_Vipps.class.php:1757 +msgid "Error getting payment details before doing capture: " +msgstr "Fejl ved indhentning af betalingsoplysninger før indfangning:" -#: Vipps.class.php:974 -msgid "%2$s for WooCommerce by Everyday is perfect for you if you run a web shop with subscription based services or other products that would benefit from subscriptions." -msgstr "%2$s til WooCommerce af Everyday er perfekt til dig, hvis du driver en webshop med abonnementsbaserede tjenester eller andre produkter, der ville have gavn af abonnementer." +#: WC_Gateway_Vipps.class.php:713 WC_Gateway_Vipps.class.php:785 +#: WC_Gateway_Vipps.class.php:1920 +msgid "Error getting payment details before doing refund: " +msgstr "Fejl ved hentning af betalingsdetaljer før tilbagebetaling:" -#: Vipps.class.php:69 -msgid "Vipps Recurring Payments" -msgstr "Vipps Gentagne Betalinger" +#: WC_Gateway_Vipps.class.php:2285 +msgid "Error getting payment details from %1$s for order_id:" +msgstr "Fejl ved hentning af betalingsoplysninger fra %1$s for order_id:" -#: Vipps.class.php:914 Vipps.class.php:962 -msgid "You are now using %1$s Checkout instead of the standard WooCommerce Checkout page." -msgstr "Du bruger nu %1$s Checkout i stedet for den standard WooCommerce Checkout side." +#: VippsQRCodeController.class.php:212 VippsQRCodeController.class.php:215 +msgid "Error importing unsynched QR code with id %1$s: %2$s" +msgstr "Fejl ved import af usynkroniseret QR-kode med id %1$s: %2$s" -#: Vipps.class.php:910 Vipps.class.php:958 -msgid "The plugin is active - %1$s is available as a payment method." -msgstr "Pluginnet er aktivt - %1$s er tilgængelig som en betalingsmetode." +#: VippsApi.class.php:1018 VippsApi.class.php:1024 +msgid "Error polling status - error message %1$s" +msgstr "Fejl ved forespørgsel af status - fejlmeddelelse %1$s" -#: Vipps.class.php:905 Vipps.class.php:953 -msgid "%1$s configuration is not yet complete - you must get your keys from the %1$s portal and enter them on the settings page" -msgstr "%1$s konfiguration er endnu ikke fuldført - du skal hente dine nøgler fra %1$s portalen og indtaste dem på indstillings siden" +#: Vipps.class.php:3069 +#, php-format +msgid "Error regenerating cart from order %1$d: %2$s" +msgstr "Fejl ved regenerering af kurv fra ordre %1$d: %2$s" -#: Vipps.class.php:903 Vipps.class.php:951 -msgid "%2$s configuration is complete." -msgstr "%2$s konfiguration er fuldført." +#: Vipps.class.php:2389 +msgid "Error was: %1$s" +msgstr "Fejlen var: %1$s" -#: Vipps.class.php:894 Vipps.class.php:942 -msgid "If you need support, please use the forum page for the plugin. If you cannot post your question publicly, contact WP-Hosting directly at support@wp-hosting.no." -msgstr "Hvis du har brug for hjælp, skal du bruge forumsiden til plugin. Hvis du ikke kan offentliggøre dit spørgsmål, så kontakt WP-Hosting direkte på support@wp-hosting.no." +#: WC_Gateway_Vipps.class.php:734 +msgid "Error when refunding payment through %1$s:" +msgstr "Fejl ved tilbagebetaling af betaling gennem %1$s:" -#: Vipps.class.php:893 Vipps.class.php:941 -msgid "If you experience problems or unexpected results, please check the 'fatal-errors' and 'woo-vipps' logs at WooCommerce logs page." -msgstr "Hvis du oplever problemer eller uventede resultater, bedes du tjekke 'fatal-errors' og 'woo-vipps' logfilerne på WooCommerce logside." +#: admin/settings/VippsAdminSettings.class.php:57 Vipps.class.php:138 +msgid "" +"Error: Cannot instantiate payment gateway, because WooCommerce is not loaded! This can happen when WooCommerce updates " +"itself; but if it didn't, please activate WooCommerce again" +msgstr "" +"Fejl: Kan ikke initiere betalingsgateway, fordi WooCommerce ikke er indlæst! Dette kan ske, når WooCommerce opdaterer " +"sig selv; men hvis det ikke gjorde det, skal du aktivere WooCommerce igen." -#: Vipps.class.php:892 Vipps.class.php:940 -msgid "Configure the plugin on its settings page and get your keys from the %3$s portal." -msgstr "Konfigurer pluginet på dets indstillings side og få dine nøgler fra %3$s portalen." +#: Vipps.class.php:491 +msgid "Expired" +msgstr "Udløbet" -#: Vipps.class.php:938 -msgid "Pay with %1$s for WooCommerce" -msgstr "Betal med %1$s til WooCommerce" +#: WC_Gateway_Vipps.class.php:1217 +msgid "Express Checkout" +msgstr "Hurtigkasse" -#: Vipps.class.php:934 -msgid "To order or configure your %1$s account that powers these plugins, log onto the %1$s portal and use the keys and data from that to set up your plugins as needed." -msgstr "For at bestille eller konfigurere din %1$s konto, der driver disse plugins, log ind på %1$s portalen og brug nøglerne og data derfra til at opsætte dine plugins som nødvendigt." +#: Vipps.class.php:1294 +msgid "express checkout" +msgstr "hurtigkasse" -#: Vipps.class.php:933 -msgid "%1$s officially supports WordPress and WooCommerce with a family of plugins implementing a payment gateway for WooCommerce, an optional complete checkout solution powered by %1$s, a system for managing QR-codes that link to your products or landing pages, a plugin for recurring payments, and a system for passwordless logins." -msgstr "%1$s understøtter officielt WordPress og WooCommerce med en familie af plugins, der implementerer en betalingsgateway for WooCommerce, en valgfri komplet kasse-løsning drevet af %1$s, et system til håndtering af QR-koder, der linker til dine produkter eller landingssider, en plugin til tilbagevendende betalinger og et system til adgang uden password." +#: VippsKCSupport.class.php:51 +msgid "External Payment Method - %1$s" +msgstr "Ekstern Betalingsmetode - %1$s" -#: Vipps.class.php:884 Vipps.class.php:932 -msgid "%1$s for WordPress and WooCommerce" -msgstr "%1$s til WordPress og WooCommerce" +#: WC_Gateway_Vipps.class.php:1090 +msgid "External Payment Methods" +msgstr "Eksterne betalingsmetoder" -#: Vipps.class.php:864 -msgid "- very, very simple" -msgstr "- meget, meget enkelt" +#: VippsQRCodeController.class.php:623 +msgid "Featured Image" +msgstr "Fremhævet billede" + +#: WC_Gateway_Vipps.class.php:3490 +msgid "File type was %1$s; supported types are %2$s" +msgstr "Filtypen var %1$s; understøttede typer er %2$s" + +#: VippsWCProductEditorV2.class.php:184 Vipps.class.php:693 +#: Vipps.class.php:1448 Blocks/woo-vipps-blocks.php:15 +msgid "Filled" +msgstr "Udfyldt" #: VippsQRCodeController.class.php:631 msgid "Filter items list" msgstr "Filtrer elementer liste" -#: VippsQRCodeController.class.php:630 -msgid "Items list navigation" -msgstr "Navigation af elementliste" +#: WC_Gateway_Vipps.class.php:1745 +msgid "Filters are setting the payment_complete order status to '%1$s' - will not capture" +msgstr "Filtre sætter 'betaling_fuldført' ordrestatus til '%1$s' - vil ikke fange" -#: VippsQRCodeController.class.php:629 -msgid "Items list" -msgstr "Liste over genstande" +#: WC_Gateway_Vipps.class.php:1157 +msgid "" +"Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"Show keys\". Copy the " +"value of \"client_id\"" +msgstr "" +"Find din konto under \"Udvikler\" fanen på https://portal.vippsmobilepay.com/ og vælg \"Vis nøgler\". Kopier værdien af " +"\"client_id\"" -#: VippsQRCodeController.class.php:628 -msgid "Uploaded to this item" -msgstr "Uploadet til dette element" +#: WC_Gateway_Vipps.class.php:1165 +msgid "" +"Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the " +"value of \"client_secret\"" +msgstr "" +"Find din konto under fanen \"Udvikler\" på https://portal.vippsmobilepay.com/ og vælg \"Vis nøgler\". Kopiér værdien af " +"\"client_secret\"" -#: VippsQRCodeController.class.php:627 -msgid "Insert into item" -msgstr "Indsæt i emne" +#: WC_Gateway_Vipps.class.php:1173 +msgid "" +"Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the " +"value of \"Vipps-Subscription-Key\"" +msgstr "" +"Find din konto under fanen \"Udvikler\" på https://portal.vippsmobilepay.com/ og vælg \"vis nøgler\". Kopier værdien af " +"\"Vipps-Subscription-Key\"" -#: VippsQRCodeController.class.php:626 -msgid "Use as featured image" -msgstr "Brug som fremhævet billede" +#: WC_Gateway_Vipps.class.php:1416 +msgid "" +"Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"Show keys\". Copy " +"the value of \"client_id\"" +msgstr "" +"Find din testkonto under \"Udvikler\" fanen på https://portal.vippsmobilepay.com/ og vælg \"Vis nøgler\". Kopier " +"værdien af \"client_id\"" -#: VippsQRCodeController.class.php:625 -msgid "Remove featured image" -msgstr "Fjern fremhævet billede" +#: WC_Gateway_Vipps.class.php:1424 +msgid "" +"Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy " +"the value of \"client_secret\"" +msgstr "" +"Find din testkonto under fanen \"Udvikler\" på https://portal.vippsmobilepay.com/ og vælg \"vis nøgler\". Kopier " +"værdien af \"client_secret\"" -#: VippsQRCodeController.class.php:624 -msgid "Set featured image" -msgstr "Indstil fremhævet billede" +#: WC_Gateway_Vipps.class.php:1432 +msgid "" +"Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy " +"the value of \"Vipps-Subscription-Key\"" +msgstr "" +"Find din testkonto under \"Udvikler\" fanen på https://portal.vippsmobilepay.com/ og vælg \"vis nøgler\". Kopier " +"værdien af \"Vipps-Subscription-Key\"" -#: VippsQRCodeController.class.php:623 -msgid "Featured Image" -msgstr "Fremhævet billede" +#: WC_Gateway_Vipps.class.php:1119 +msgid "Finland" +msgstr "Finland" -#: VippsQRCodeController.class.php:622 -msgid "Not found in Trash" -msgstr "Ikke fundet i Papirkurven" +#: Blocks/woo-vipps-blocks.php:42 +msgid "Finnish" +msgstr "Finsk" -#: VippsQRCodeController.class.php:621 -msgid "Not found" -msgstr "Ikke fundet" +#: Vipps.class.php:1750 Vipps.class.php:1765 +msgid "First Name" +msgstr "Fornavn" -#: VippsQRCodeController.class.php:620 -msgid "Search Item" -msgstr "Søg efter vare" +#: Vipps.class.php:3246 +msgid "For order %2$d order status at %1$s is %3$s" +msgstr "For ordre %2$d er ordrestatus på %1$s %3$s" -#: VippsQRCodeController.class.php:619 -msgid "View QR Codes" -msgstr "Se QR-koder" +#: Blocks/Badges/vipps-badge.php:53 Blocks/woo-vipps-blocks.php:14 +#: Vipps.class.php:692 Vipps.class.php:1447 +#: VippsWCProductEditorV2.class.php:183 +msgid "Grey" +msgstr "Grå" -#: VippsQRCodeController.class.php:618 -msgid "View QR Code" -msgstr "Se QR-kode" +#: VippsCheckoutShippingMethods.php:506 WC_Gateway_Vipps.class.php:1037 +msgid "Helthjem" +msgstr "Helthjem" -#: VippsQRCodeController.class.php:617 -msgid "Update QR Code" -msgstr "Opdater QR-kode" +#: WC_Gateway_Vipps.class.php:1063 +msgid "Helthjem Password" +msgstr "Helthjem-adgangskode" -#: VippsQRCodeController.class.php:616 -msgid "Edit QR Code" -msgstr "Rediger QR-kode" +#: WC_Gateway_Vipps.class.php:1047 +msgid "Helthjem Shop Id" +msgstr "Helthjem Butik Id" -#: VippsQRCodeController.class.php:615 -msgid "New QR Code" -msgstr "Ny QR-kode" +#: WC_Gateway_Vipps.class.php:1056 +msgid "Helthjem Username" +msgstr "Helthjem Brugernavn" -#: VippsQRCodeController.class.php:614 -msgid "Add New" -msgstr "Tilføj Ny" +#: woo-vipps.php +#. Plugin URI of the plugin +msgid "https://wordpress.org/plugins/woo-vipps/" +msgstr "https://wordpress.org/plugins/woo-vipps/" -#: VippsQRCodeController.class.php:613 -msgid "Add New QR Code" -msgstr "Tilføj ny QR-kode" +#: woo-vipps.php +#. Author URI of the plugin +msgid "https://www.wp-hosting.no/" +msgstr "https://www.wp-hosting.no/" -#: VippsQRCodeController.class.php:611 -msgid "Parent Item:" -msgstr "Forældersemne:" +#: VippsQRCodeController.class.php:244 +msgid "Id" +msgstr "Id" -#: VippsQRCodeController.class.php:610 -msgid "Item Attributes" -msgstr "Attributter" +#: WC_Gateway_Vipps.class.php:1248 +msgid "If %1$s is enabled for a product, add the 'Buy now' button to catalog pages too" +msgstr "Hvis %1$s er aktiveret for et produkt, skal du også tilføje 'Køb nu' knappen til katalogsider" -#: VippsQRCodeController.class.php:609 -msgid "Item Archives" -msgstr "Arkiv" +#: WC_Gateway_Vipps.class.php:918 +msgid "" +"If activated, this will replace the standard Woo checkout screen with %1$s, providing easy checkout " +"using %1$s or credit card, with no need to type in addresses." +msgstr "" +"Hvis aktiveret, vil dette erstatte den standard Woo checkout skærm med %1$s, hvilket giver nem " +"checkout med %1$s eller kreditkort, uden behov for at indtaste adresser." -#: VippsQRCodeController.class.php:590 -msgid "It seems a QR code with this ID (%1$s) already exists at Vipps. If you have recently done a database restore, try to instead import the QR code from the Unsynchronized codes, deleting this. If you have several Wordpress instances using the same Vipps account, make sure you use different prefixes (in the WooCommerce Vipps settings). You can try to change the slug of this entry (you may need to enable this in the page settings) and save again if you don't care about the duplicate. " -msgstr "Det lader til, at en QR-kode med dette ID (%1$s) allerede eksisterer hos Vipps. Hvis du for nylig har foretaget en gendannelse af databasen, kan du prøve at importere QR-koden fra de usynkroniserede koder og slette denne. Hvis du har flere WordPress instanser, der bruger den samme Vipps-konto, skal du sørge for, at du bruger forskellige præfikser (i WooCommerce Vipps-indstillingerne). Du kan prøve at ændre denne indgangs slug (du kan have brug for at aktivere dette i sideindstillingerne) og gemme igen, hvis du ikke bekymrer dig om dubletten. " +#: VippsCheckoutShippingMethods.php:156 +msgid "If checked, cost of shipping will be calculated dynamically in the %1$s window" +msgstr "Hvis markeret, vil fragtomkostningerne blive beregnet dynamisk i %1$s vinduet" -#: VippsQRCodeController.class.php:585 -msgid "Couldn't create or update QR image: %1$s" -msgstr "Kunne ikke oprette eller opdatere QR-billede: %1$s" +#: Vipps.class.php:722 +msgid "" +"If selected, all products will get a badge, but you can override this on the %1$s tab on the product data page. If not, " +"it's the other way around. You can also choose a particular variant on that page" +msgstr "" +"Hvis valgt, får alle produkter et mærke, men du kan tilsidesætte dette på %1$s fanen på produktdatasiden. Hvis ikke, er " +"det den anden vej rundt. Du kan også vælge en bestemt variant på den side." -#: VippsQRCodeController.class.php:582 -msgid "Error creating or updating QR code: %1$s" -msgstr "Fejl ved oprettelse eller opdatering af QR-kode: %1$s" +#: WC_Gateway_Vipps.class.php:1363 +msgid "" +"If set, this image will be uploaded to %1$s and used to profile your store in the %1$s app for links to the order " +"confirmation etc" +msgstr "" +"Hvis den er indstillet, vil dette billede blive uploadet til %1$s og brugt til at profilere din butik i %1$s appen for " +"links til ordrebekræftelse osv." -#: VippsQRCodeController.class.php:575 -msgid "Couldn't download QR image: try saving post again! Error was: %1$s" -msgstr "Kunne ikke downloade QR-billede: Prøv at gemme indlægget igen! Fejlen var: %1$s" +#: WC_Gateway_Vipps.class.php:1263 +msgid "" +"If the order contains only \"virtual\" products that do not need shipping, we do not normally ask the user for their " +"address - but check this box to do so anyway." +msgstr "" +"Hvis ordren kun indeholder \"virtuelle\" produkter, der ikke kræver forsendelse, beder vi normalt ikke brugeren om " +"deres adresse - men afkryds denne boks for at gøre det alligevel." -#: VippsQRCodeController.class.php:573 -msgid "Error downloading QR code image: %1$s" -msgstr "Fejl ved download af QR-kode billede: %1$s" +#: WC_Gateway_Vipps.class.php:1355 +msgid "" +"If this is checked, a receipt will be sent to %1$s which will be viewable in the users' app, specifying the order " +"items, shipping et cetera" +msgstr "" +"Hvis dette er markeret, vil en kvittering blive sendt til %1$s, som vil kunne ses i brugernes app, der specificerer " +"ordreelementer, forsendelse og så videre." -#: VippsQRCodeController.class.php:538 -msgid "QR image with id %2$s that was supposed to be stored at %1$s, isnt. Recreating it. Error was:. : %3$s" -msgstr "QR-billede med id %2$s, der var meningen skulle opbevares på %1$s, er det ikke. Genopretter det. Fejlen var:. : %3$s" +#: WC_Gateway_Vipps.class.php:943 +msgid "" +"If using %1$s, ask for the users consent to share user information with the store. This will allow better integration " +"between Login With %1$s but will add another step to first-time buyers." +msgstr "" +"Hvis du bruger %1$s, bed om brugerens samtykke til at dele brugerinformation med butikken. Dette vil tillade bedre " +"integration mellem Login Med %1$s, men vil tilføje et ekstra trin for førstegangskøbere." -#: VippsQRCodeController.class.php:497 -msgid "Error deleting QR code: %1$s" -msgstr "Fejl ved sletning af QR-kode: %1$s" +#: VippsCheckoutShippingMethods.php:195 +msgid "" +"If you are using %1$s, you can select extended delivery method options here. If you do, these methods will not appear " +"in Express Checkout or the standard WooCommerce checkout page." +msgstr "" +"Hvis du bruger %1$s, kan du vælge udvidede leveringsmetode muligheder her. Hvis du gør det, vil disse metoder ikke " +"fremgå i Express Checkout eller på den standard WooCommerce checkout side." -#: VippsQRCodeController.class.php:473 VippsQRCodeController.class.php:607 -#: VippsQRCodeController.class.php:612 -msgid "QR Codes" -msgstr "QR-koder" +#: WC_Gateway_Vipps.class.php:1399 +msgid "" +"If you enable this, transactions will be made towards the %1$s Test API instead of the live one. No real transactions " +"will be performed. You will need to fill out your test\n" +" accounts keys below, and you will need to install a special test-mode app from Testflight on a " +"device (which cannot run the regular %1$s app). Contact %1$s's technical support if you need this. If you turn this " +"mode off, normal operation will resume. If you have the VIPPS_TEST_MODE defined in your wp-config file, this will " +"override this value. " +msgstr "" +"Hvis du aktiverer dette, vil transaktioner blive foretaget mod %1$s Test API i stedet for den live en. Der vil ikke " +"blive udført rigtige transaktioner. Du vil have brug for at indtaste dine testkonti nøgler nedenfor, og du skal " +"installere en speciel testmode-app fra Testflight på en enhed (som ikke kan køre den regulære %1$s app). Kontakt %1$s's " +"tekniske support, hvis du har brug for dette. Hvis du slår denne tilstand fra, vil normal drift genoptages. Hvis du har " +"VIPPS_TEST_MODE defineret i din wp-config fil, vil dette tilsidesætte denne værdi." -#: VippsQRCodeController.class.php:345 -msgid "None chosen" -msgstr "Ingen valgt" +#: Vipps.class.php:909 Vipps.class.php:957 +msgid "" +"If you experience problems or unexpected results, please check the 'fatal-errors' and 'woo-vipps' logs at WooCommerce logs page." +msgstr "" +"Hvis du oplever problemer eller uventede resultater, bedes du tjekke 'fatal-errors' og 'woo-vipps' logfilerne på WooCommerce logside." -#: VippsQRCodeController.class.php:333 -msgid "Product" -msgstr "Produkt" +#: WC_Gateway_Vipps.class.php:1324 +msgid "" +"If you have issues with your theme, you might find a setting here that will help. Normally you do not need to change " +"these." +msgstr "" +"Hvis du har problemer med dit tema, kan du muligvis finde en indstilling her, der vil hjælpe. Normalt behøver du ikke " +"at ændre disse." -#: VippsQRCodeController.class.php:329 -msgid "Page" -msgstr "Side" +#: Vipps.class.php:910 Vipps.class.php:958 +msgid "" +"If you need support, please use the forum page for the plugin. If you cannot post your question " +"publicly, contact WP-Hosting directly at support@wp-hosting.no." +msgstr "" +"Hvis du har brug for hjælp, skal du bruge forumsiden til plugin. Hvis du ikke kan offentliggøre dit " +"spørgsmål, så kontakt WP-Hosting direkte på support@wp-hosting.no." -#: VippsQRCodeController.class.php:273 -msgid "Unsynchronized QR codes" -msgstr "Usynkroniserede QR-koder" +#: Vipps.class.php:755 +msgid "" +"If you need to add a %1$s badge on a specific page, footer, header and so on, and you cannot use the Gutenberg Block " +"provided for this, you can either add the %1$s Badge manually (as documented here) or you can use the shortcode." +msgstr "" +"Hvis du har brug for at tilføje et %1$s mærke på en specifik side, footer, header og så videre, og du ikke kan bruge " +"Gutenberg-blokken, der er beregnet til dette, kan du enten tilføje %1$s mærket manuelt (som dokumenteret her) eller du kan bruge shortcoden." -#: VippsQRCodeController.class.php:272 -msgid "Show QR codes not synchronized to this site" -msgstr "Vis QR-koder, der ikke er synkroniseret til dette websted" +#: Vipps.class.php:1015 +msgid "If you use %1$s in WooCommerce, this allows your %2$s customers to safely log in without ever using a password." +msgstr "" +"Hvis du bruger %1$s i WooCommerce, giver dette dine %2$s kunder mulighed for sikkert at logge ind uden nogensinde at " +"bruge et kodeord." -#: VippsQRCodeController.class.php:244 -msgid "Id" -msgstr "Id" +#: Vipps.class.php:752 +msgid "" +"If you use Gutenberg, you should be able to add a %1$s Badge block wherever you need it. It is called %1$s On-Site " +"Messaging Badge Block." +msgstr "" +"Hvis du bruger Gutenberg, skulle du kunne tilføje en %1$s Badge-blok, hvor end du har brug for det. Den kaldes %1$s " +"On-Site Messaging Badge Block." -#: VippsQRCodeController.class.php:240 -msgid "delete" -msgstr "slet" +#: Vipps.class.php:429 +msgid "" +"If your MSN has registered other callbacks, for instance for another website, you can manage these here - and you can " +"also add your own hooks that will be notified of payment events to any other URL you enter." +msgstr "" +"Hvis din MSN har registreret andre callbacks, for eksempel for en anden hjemmeside, kan du administrere disse her - og " +"du kan også tilføje dine egne kroge, der vil blive underrettet om betalingsbegivenheder til enhver anden URL, du " +"indtaster." -#: VippsQRCodeController.class.php:239 -msgid "Import" -msgstr "Import" +#: WC_Gateway_Vipps.class.php:959 +msgid "" +"If your products don't require shipping as above, and you also don't care about the customers name or contact " +"information, you can drop this too! The customer fields will then be filled with a placeholder. NB: If you have plugins " +"that require contact information, then this is not going to work very well. Also, for this to work you have to check " +"the 'no addresses' box as well." +msgstr "" +"Hvis dine produkter ikke kræver forsendelse som ovenfor, og du heller ikke bekymrer dig om kundens navn eller " +"kontaktinformation, kan du også droppe dette! Kundens felter vil derefter blive udfyldt med en pladsholder. NB: Hvis du " +"har plugins, der kræver kontaktinformation, så kommer dette ikke til at fungere særlig godt. Desuden, for at dette skal " +"fungere, skal du også krydse af i 'ingen adresser' boksen." -#: VippsQRCodeController.class.php:233 -msgid "There are some QR codes present at Vipps that are not part of this Website. This may be because these are part of some other website using this same account, or they may have gotten 'lost' in a database restore - or maybe you are creating an entire new site. If neccessary, you can import these into your current site and manage them from here" -msgstr "Der er nogle QR-koder til stede hos Vipps, der ikke er en del af dette websted. Dette kan være fordi de er en del af et andet websted, der bruger denne samme konto, eller de kan være blevet 'tabt' i en databasegendannelse - eller måske du er ved at skabe en helt ny side. Hvis det er nødvendigt, kan du importere disse ind på dit nuværende websted og administrere dem herfra." +#: WC_Gateway_Vipps.class.php:951 +msgid "" +"If your products don't require shipping, either because they are digital downloads, immaterial products or " +"delivering the products directly on purchase, you can check this box. The user will then not be required to provide an " +"address, which should speed things up a bit. If your products require shipping, this will have no effect. NB: If you " +"have plugins that require shipping information, then this is not going to work very well." +msgstr "" +"Hvis dine produkter ikke kræver forsendelse, enten fordi de er digitale downloads, immaterielle produkter eller " +"leverer produkterne direkte ved køb, kan du markere denne boks. Brugeren vil derefter ikke være nødt til at oplyse en " +"adresse, hvilket burde speede tingene op lidt. Hvis dine produkter kræver forsendelse, vil dette ikke have nogen " +"effekt. NB: Hvis du har plugins, der kræver forsendelsesinformation, vil dette ikke fungere særlig godt." -#: VippsQRCodeController.class.php:231 -msgid "Vipps QR-codes not present on this site" -msgstr "Vipps QR-koder er ikke til stede på denne side" +#: WC_Gateway_Vipps.class.php:935 +msgid "" +"If your shipping options do not depend on the customers address, you can enable 'Static shipping', which will " +"precompute the shipping options when using %1$s so that this will be much faster. If you do this and the customer isn't " +"logged in, the base location of the store will be used to compute the shipping options for the order. You should only " +"use this if your shipping is actually 'static', that is, does not vary based on the customers address. So fixed " +"price/free shipping will work. If the customer is logged in, their address as registered in the store will be used, so " +"if your customers are always logged in, you may be able to use this too." +msgstr "" +"Hvis dine forsendelsesmuligheder ikke afhænger af kundens adresse, kan du aktivere 'Statisk forsendelse', som vil " +"forudberegne forsendelsesmulighederne, når du bruger %1$s, så dette vil være meget hurtigere. Hvis du gør dette, og " +"kunden ikke er logget ind, vil butikkens baselokation blive brugt til at beregne forsendelsesmulighederne for ordren. " +"Du bør kun bruge dette, hvis din forsendelse faktisk er 'statisk', det vil sige, ændrer sig ikke baseret på kundens " +"adresse. Så fast pris/gratis forsendelse vil virke. Hvis kunden er logget ind, vil deres adresse, som registreret i " +"butikken, blive brugt, så hvis dine kunder altid er logget ind, kan du også være i stand til at bruge dette." + +#: WC_Gateway_Vipps.class.php:1271 +msgid "" +"If your shipping options do not depend on the customers address, you can enable 'Static shipping', which will " +"precompute the shipping options when using Express Checkout so that this will be much faster. If you do this and the " +"customer isn't logged in, the base location of the store will be used to compute the shipping options for the order. " +"You should only use this if your shipping is actually 'static', that is, does not vary based on the customers address. " +"So fixed price/free shipping will work. If the customer is logged in, their address as registered in the store will be " +"used, so if your customers are always logged in, you may be able to use this too." +msgstr "" +"Hvis dine forsendelsesmuligheder ikke afhænger af kundens adresse, kan du aktivere 'Statisk forsendelse', som vil " +"forudberegne forsendelsesmulighederne ved brug af Express Checkout, så dette vil være meget hurtigere. Hvis du gør " +"dette og kunden ikke er logget ind, vil butikkens basislokation blive brugt til at beregne forsendelsesmulighederne for " +"ordren. Du bør kun bruge dette, hvis din forsendelse faktisk er 'statisk', det vil sige, den varierer ikke baseret på " +"kundens adresse. Så fast pris / gratis forsendelse vil fungere. Hvis kunden er logget ind, vil deres adresse som " +"registreret i butikken blive brugt, så hvis dine kunder altid er logget ind, kan du muligvis også bruge dette." + +#: WC_Gateway_Vipps.class.php:3505 +#, php-format +msgid "Image %1$s is too small - height %2$dpx (minimum 167px required)" +msgstr "Billede %1$s er for lille - højde %2$dpx (minimum 167px kræves)" + +#: VippsApi.class.php:202 +msgid "Image height too small - minimum height requirement is 167px" +msgstr "Billedhøjde for lille - minimum højdekrav er 167px" + +#: VippsApi.class.php:223 +msgid "Image rejected by Vipps - minimum height requirement is 167px" +msgstr "Billede afvist af Vipps - minimum højdekrav er 167px" -#: VippsQRCodeController.class.php:212 VippsQRCodeController.class.php:215 -msgid "Error importing unsynched QR code with id %1$s: %2$s" -msgstr "Fejl ved import af usynkroniseret QR-kode med id %1$s: %2$s" +#: VippsKCSupport.class.php:73 +msgid "Image url" +msgstr "Billede url" + +#: Vipps.class.php:430 +msgid "" +"Implementing a webhook is not trivial, so you will probably need a developer for this. You can read more about what is " +"required here. " +msgstr "" +"At implementere en webhook er ikke trivielt, så du skal sandsynligvis bruge en udvikler til dette. Du kan læse mere om, " +"hvad der er nødvendigt her." + +#: VippsQRCodeController.class.php:239 +msgid "Import" +msgstr "Import" #: VippsQRCodeController.class.php:200 VippsQRCodeController.class.php:201 msgid "Imported QR Code" msgstr "Importeret QR-kode" -#: VippsQRCodeController.class.php:187 -msgid "Error deleting unsynched QR code with id %1$s: %2$s" -msgstr "Fejl ved sletning af usynkroniseret QR-kode med id %1$s: %2$s" +#: Vipps.class.php:4456 +#, php-format +msgid "In order return: The order %1$d seems to be deleted" +msgstr "I ordre retur: Ordren %1$d ser ud til at være slettet" -#: VippsQRCodeController.class.php:176 -msgid "Unknown operation" -msgstr "Ukendt operation" +#: admin/settings/VippsAdminSettings.class.php:160 +msgid "Initial settings" +msgstr "Indledende indstillinger" + +#: VippsQRCodeController.class.php:627 +msgid "Insert into item" +msgstr "Indsæt i emne" + +#: Vipps.class.php:2749 +msgid "Invalid order for shipping callback:" +msgstr "Ugyldig ordre til forsendelses tilbagekaldelse:" #: VippsQRCodeController.class.php:168 msgid "Invalid request" msgstr "Ugyldig anmodning" -#: Vipps.class.php:397 Vipps.class.php:665 Vipps.class.php:842 -#: VippsQRCodeController.class.php:165 -msgid "You don't have sufficient rights to access this page" -msgstr "Du har ikke tilstrækkelige rettigheder til at få adgang til denne side" +#: Vipps.class.php:4260 +msgid "It seems a customer is trying to re-order product(s) recently bought in the same session, asking user for confirmation" +msgstr "" +"Det ser ud til, at en kunde forsøger at genbestille produkt(er), som for nylig blev købt i den samme session, og beder " +"brugeren om bekræftelse." -#: VippsQRCodeController.class.php:124 -msgid "Error getting list of QR codes from %1$s: %2$s" -msgstr "Fejl ved hentning af liste over QR-koder fra %1$s: %2$s" +#: VippsQRCodeController.class.php:590 +msgid "" +"It seems a QR code with this ID (%1$s) already exists at Vipps. If you have recently done a database restore, try to " +"instead import the QR code from the Unsynchronized codes, deleting this. If you have several Wordpress instances using " +"the same Vipps account, make sure you use different prefixes (in the WooCommerce Vipps settings). You can try to change " +"the slug of this entry (you may need to enable this in the page settings) and save again if you don't care about the " +"duplicate. " +msgstr "" +"Det lader til, at en QR-kode med dette ID (%1$s) allerede eksisterer hos Vipps. Hvis du for nylig har foretaget en " +"gendannelse af databasen, kan du prøve at importere QR-koden fra de usynkroniserede koder og slette denne. Hvis du har " +"flere WordPress instanser, der bruger den samme Vipps-konto, skal du sørge for, at du bruger forskellige præfikser (i " +"WooCommerce Vipps-indstillingerne). Du kan prøve at ændre denne indgangs slug (du kan have brug for at aktivere dette i " +"sideindstillingerne) og gemme igen, hvis du ikke bekymrer dig om dubletten." -#: VippsQRCodeController.class.php:97 -msgid "Somehow, this QR code has disappeard at %1$s. Save it to make it work again!" -msgstr "På en eller anden måde er denne QR-kode forsvundet på %1$s. Gem den for at få den til at virke igen!" +#: VippsQRCodeController.class.php:609 +msgid "Item Archives" +msgstr "Arkiv" -#: VippsQRCodeController.class.php:66 VippsQRCodeController.class.php:244 -#: VippsQRCodeController.class.php:337 VippsQRCodeController.class.php:362 -msgid "URL" -msgstr "URL" +#: VippsQRCodeController.class.php:610 +msgid "Item Attributes" +msgstr "Attributter" -#: WC_Gateway_Vipps.class.php:1035 -msgid "Almost done! Remember, there are no fees using %1$s when shopping online." -msgstr "Næsten færdig! Husk, der er ingen gebyrer ved at bruge %1$s når du handler online." +#: VippsQRCodeController.class.php:629 +msgid "Items list" +msgstr "Liste over genstande" -#: WC_Gateway_Vipps.class.php:2313 -msgid "Session terminated with no payment" -msgstr "Session afsluttet uden betaling" +#: VippsQRCodeController.class.php:630 +msgid "Items list navigation" +msgstr "Navigation af elementliste" -#: Vipps.class.php:1694 Vipps.class.php:1696 WC_Gateway_Vipps.class.php:960 -msgid "Payment method" -msgstr "Betalingsmetode" +#: WC_Gateway_Vipps.class.php:1309 +msgid "Keep using old shipping callback with my custom filter" +msgstr "Fortsæt med at bruge gammel forsendelses-callback med mit brugerdefinerede filter" -#: WC_Gateway_Vipps.class.php:3503 -msgid "No, thank you not right now anyway" -msgstr "Nej, tak ikke lige nu i hvert fald." +#: WC_Gateway_Vipps.class.php:1079 WC_Gateway_Vipps.class.php:1080 +msgid "Klarna" +msgstr "Klarna" -#: WC_Gateway_Vipps.class.php:3498 -msgid "To activate %1$s, just press the button below. Otherwise, %2$s will of course be available in the regular checkout screen; and you can also offer %3$s from both the product pages and the shopping cart if you wish." -msgstr "For at aktivere %1$s, skal du blot trykke på knappen nedenfor. Ellers vil %2$s selvfølgelig være tilgængelig på den sædvanlige betalingsskærm; og du kan også tilbyde %3$s fra både produkt siderne og indkøbskurven, hvis du ønsker det." +#: Blocks/Badges/vipps-badge.php:69 Blocks/dist/vipps-badge/index.js:1 +msgid "Language" +msgstr "Sprog" -#: WC_Gateway_Vipps.class.php:759 WC_Gateway_Vipps.class.php:3497 -msgid "%1$s is a new service from %2$s which replaces the usual WooCommerce checkout page entirely, replacing it with a simplified checkout screen providing payment both with %2$s and credit card. Additionally, your customers will get the option of providing their address information using their %2$s app directly." -msgstr "%1$s er en ny service fra %2$s, der helt erstatter den sædvanlige WooCommerce checkout side, med en forenklet checkout skærm der tilbyder betaling både med %2$s og kreditkort. Derudover får dine kunder muligheden for at indtaste deres adresseoplysninger direkte i deres %2$s app." +#: Vipps.class.php:1751 Vipps.class.php:1766 +msgid "Last Name" +msgstr "Efternavn" -#: WC_Gateway_Vipps.class.php:2312 WC_Gateway_Vipps.class.php:2338 -msgid "%1$s Order with no order status, so session was never completed; setting status to cancelled" -msgstr "%1$s Ordre uden ordrestatus, så sessionen blev aldrig afsluttet; indstiller status til annulleret" +#: VippsWCProductEditorV2.class.php:185 Vipps.class.php:693 +#: Vipps.class.php:1449 Blocks/woo-vipps-blocks.php:16 +msgid "Light" +msgstr "Lys" -#: WC_Gateway_Vipps.class.php:2235 WC_Gateway_Vipps.class.php:2239 -msgid "Could not get order status from %1$s using epayment api: " -msgstr "Kunne ikke få ordrestatus fra %1$s ved hjælp af epayment api: " +#: Vipps.class.php:1528 admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Link" +msgstr "Link" -#: WC_Gateway_Vipps.class.php:2166 -msgid "No address information for order %2$d, but there still might be an active %1$s session for it, so do not cancel it." -msgstr "Ingen adresseoplysninger for ordre %2$d, men der kan stadig være en aktiv %1$s session for det, så annuller det ikke." +#: Vipps.class.php:4191 +msgid "Link expired, please try again" +msgstr "Link udløbet, prøv venligst igen" -#: WC_Gateway_Vipps.class.php:2162 -msgid "Could not get address info for order from %1$s" -msgstr "Kunne ikke få adresseinfo for ordre fra %1$s" +#: Vipps.class.php:1522 +msgid "Link(s) will be deleted when you save the product" +msgstr "Link(s) vil blive slettet, når du gemmer produktet" -#: WC_Gateway_Vipps.class.php:2161 -msgid "Order %2$d has no address info and any %1$s session is dead - have to cancel." -msgstr "Ordre %2$d har ingen adresseinfo og enhver %1$s session er død - er nødt til at annullere." +#: Vipps.class.php:70 +msgid "Login with Vipps" +msgstr "Log ind med Vipps" -#: WC_Gateway_Vipps.class.php:1899 -msgid "%1$s Payment Refunded:" -msgstr "%1$s Betaling Refunderet:" +#: VippsDismissibleAdminBanners.class.php:153 +msgid "" +"Login with Vipps is available for WordPress and WooCommerce - Super easy registration and login - No more usernames and " +"passwords. Get started here" +msgstr "" +"Login med Vipps er tilgængelig for WordPress og WooCommerce - Super let registrering og login - Ikke flere brugernavne " +"og adgangskoder. Kom i gang her" -#: WC_Gateway_Vipps.class.php:766 -msgid "If activated, this will replace the standard Woo checkout screen with %1$s, providing easy checkout using %1$s or credit card, with no need to type in addresses." -msgstr "Hvis aktiveret, vil dette erstatte den standard Woo checkout skærm med %1$s, hvilket giver nem checkout med %1$s eller kreditkort, uden behov for at indtaste adresser." +#: WC_Gateway_Vipps.class.php:1102 +msgid "Main options" +msgstr "Hovedindstillinger" -#: WC_Gateway_Vipps.class.php:764 -msgid "Enable Alternative %1$s screen, replacing the standard checkout page" -msgstr "Aktiver alternativ %1$s skærm, der erstatter den standard checkout side" +#: Vipps.class.php:1538 +msgid "Mark this link for deletion" +msgstr "Marker dette link til sletning" -#: WC_Gateway_Vipps.class.php:529 -msgid "Error getting payment details before doing cancel: " -msgstr "Fejl ved hentning af betalingsoplysninger før annullering: " +#: WC_Gateway_Vipps.class.php:233 +#, php-format +msgid "maybe_cancel_reserved_amount we have remaining reserved after capture of total %1$s " +msgstr "måske_cancel_reserved_amount vi har resterende reserveret efter opfangning af total %1$s " -#: VippsApi.class.php:969 VippsApi.class.php:975 -msgid "Error polling status - error message %1$s" -msgstr "Fejl ved forespørgsel af status - fejlmeddelelse %1$s" +#: WC_Gateway_Vipps.class.php:1146 WC_Gateway_Vipps.class.php:1147 +#: WC_Gateway_Vipps.class.php:1404 WC_Gateway_Vipps.class.php:1406 +msgid "Merchant Serial Number" +msgstr "Forhandler Serienummer" -#: VippsApi.class.php:794 -msgid "Your site does not have a Terms and Conditions page defined - starting %1$s anyway, but this should be defined" -msgstr "Dit websted har ingen side til Vilkår og Betingelser defineret - starter alligevel %1$s, men dette skal defineres" +#: Vipps.class.php:452 +msgid "Merchant Serial Number %1$s" +msgstr "Handlende Serienummer %1$s" -#: VippsCheckout.class.php:673 -msgid "Page contents: [%1$s]" -msgstr "Sidens indhold: [%1$s]" +#: WC_Gateway_Vipps.class.php:3210 +msgid "Message from %1$s: %2$s" +msgstr "Besked fra %1$s: %2$s" -#: VippsCheckout.class.php:673 -msgid "This page is used for the alternative %1$s page, which you can choose to use instead of the normal WooCommerce checkout page. " -msgstr "Denne side bruges til det alternative %1$s side, som du kan vælge at bruge i stedet for den normale WooCommerce checkout side. " +#: WC_Gateway_Vipps.class.php:3209 +msgid "Message in callback from %1$s for order" +msgstr "Besked i callback fra %1$s for ordre" -#: Vipps.class.php:3941 -msgctxt "Page slug" -msgid "vipps_checkout" -msgstr "vipps_kassen" +#: Vipps.class.php:1752 Vipps.class.php:1767 +msgid "Mobile Number" +msgstr "Mobilnummer" -#: Vipps.class.php:2473 -msgid "There is no order with this order id, callback fails:" -msgstr "Der er ingen ordre med dette ordre-id, tilbagekaldelsen mislykkes:" +#: WC_Gateway_Vipps.class.php:1132 +msgid "MobilePay" +msgstr "MobilePay" -#: Vipps.class.php:2467 -msgid "There is no order with this %1$s orderid, callback fails:" -msgstr "Der er ingen ordre med denne %1$s ordreid, callback mislykkes:" +#: WC_Gateway_Vipps.class.php:1833 +#, php-format +msgid "More than %1$d API exceptions trying to capture order - this order cannot be captured." +msgstr "Mere end %1$d API-undtagelser forsøgte at opfange ordre - denne ordre kan ikke opfanges." -#: WC_Gateway_Vipps.class.php:2339 -msgid "Abandonded by customer" -msgstr "Forladt af kunden" +#: VippsKCSupport.class.php:61 +msgid "Name" +msgstr "Navn" -#: Vipps.class.php:60 WC_Gateway_Vipps.class.php:3330 -msgid "Vipps Checkout" -msgstr "Vipps Kassen" +#: Vipps.class.php:906 +msgid "NB! Checkout for MobilePay is currently in beta mode; Bank Transfer has limited availability" +msgstr "NB! Udtjekning for MobilePay er i øjeblikket i beta-mode; Bankoverførsel har begrænset tilgængelighed" -#: VippsCheckout.class.php:537 -msgid "Press the button to complete your order with %1$s!" -msgstr "Tryk på knappen for at fuldføre din ordre med %1$s!" +#: VippsQRCodeController.class.php:615 +msgid "New QR Code" +msgstr "Ny QR-kode" -#: VippsCheckout.class.php:531 -msgid "Your session has expired - please reload the page to restart, or return to the shop" -msgstr "Din session er udløbet - genindlæs venligst siden for at genstarte, eller vend tilbage til butikken." +#: admin/settings/VippsAdminSettings.class.php:163 +msgid "Next step" +msgstr "Næste skridt" -#: VippsCheckout.class.php:530 -msgid "An error has occured - please reload the page to restart your transaction, or return to the shop" -msgstr "En fejl er opstået - genindlæs venligst siden for at genstarte din transaktion, eller vend tilbage til butikken" +#: WC_Gateway_Vipps.class.php:2371 +msgid "No address information for order %2$d, but there still might be an active %1$s session for it, so do not cancel it." +msgstr "Ingen adresseoplysninger for ordre %2$d, men der kan stadig være en aktiv %1$s session for det, så annuller det ikke." -#: VippsCheckout.class.php:217 -msgid "Error calculating static shipping for order %1$s" -msgstr "Fejl ved beregning af statisk fragt for ordre %1$s" +#: Vipps.class.php:1445 VippsWCProductEditorV2.class.php:181 +msgid "No badge" +msgstr "Ingen badge" -#: Vipps.class.php:1711 -msgid "Remaining amount to cancel" -msgstr "Resterende beløb til annullering" +#: Vipps.class.php:3025 +#, php-format +msgid "No cart, so will try to calculate shipping based on order contents for order %1$d" +msgstr "Ingen kurv, så vil forsøge at beregne forsendelse baseret på ordreindhold for ordre %1$d" -#: Vipps.class.php:1710 -msgid "Cancelled amount" -msgstr "Annulleret beløb" +#: VippsCheckoutShippingMethods.php:174 +msgid "No delivery method specified" +msgstr "Ingen leveringsmetode specificeret" -#: WC_Gateway_Vipps.class.php:2628 -msgid "Could not get %1$s order status - it has no %1$s Order Id. Must cancel." -msgstr "Kunne ikke få %1$s ordrestatus - den har ingen %1$s Ordre Id. Skal annullere." +#: WC_Gateway_Vipps.class.php:1237 +msgid "No products" +msgstr "Ingen produkter" -#: VippsDismissibleAdminBanners.class.php:188 -msgid "Vipps Recurring Payments for WooCommerce is perfect if you sell subscriptions or memberships. The plugin is available for Wordpress and WooCommerce - get started here!" -msgstr "Vipps Gentagende Betalinger for WooCommerce er perfekt, hvis du sælger abonnementer eller medlemskaber. Pluginet er tilgængeligt for WordPress og WooCommerce - kom i gang her!" +#: VippsApi.class.php:1485 +msgid "No response from Vipps" +msgstr "Ingen respons fra Vipps" -#: WC_Gateway_Vipps.class.php:1476 -msgid "Setting order status to pending to start payment" -msgstr "Indstiller ordrestatus til afventende for at starte betaling" +#: VippsCheckout.class.php:191 +msgid "No session choosing other gateway from Vipps Checkout" +msgstr "Ingen session i vælg anden gateway fra Vipps Checkout" -#: Vipps.class.php:2371 -msgid "Received a test callback, exiting" -msgstr "Modtog en test tilbagekaldelse, afslutter" +#: WC_Gateway_Vipps.class.php:2362 +msgid "No shipping details from %1$s for express checkout for order id:" +msgstr "Ingen forsendelsesdetaljer fra %1$s til hurtig kasse for ordre id:" -#: WC_Gateway_Vipps.class.php:3578 -msgid "Could not connect to %1$s" -msgstr "Kunne ikke forbinde til %1$s" +#: Vipps.class.php:2868 Vipps.class.php:3085 +msgid "No shipping required" +msgstr "Ingen fragt nødvendig" -#: WC_Gateway_Vipps.class.php:3486 -msgid "%1$s requires that your site uses HTTPS." -msgstr "%1$s kræver, at dit websted bruger HTTPS." +#: Vipps.class.php:558 +msgid "No, forget it" +msgstr "Nej, glem det" -#: WC_Gateway_Vipps.class.php:3485 -msgid "Gateway disabled" -msgstr "Gateway deaktiveret" +#: WC_Gateway_Vipps.class.php:3725 +msgid "No, thank you not right now anyway" +msgstr "Nej, tak ikke lige nu i hvert fald." -#: WC_Gateway_Vipps.class.php:3476 -msgid "%1$s does not support your currency." -msgstr "%1$s understøtter ikke din valuta." +#: VippsQRCodeController.class.php:345 +msgid "None chosen" +msgstr "Ingen valgt" -#: WC_Gateway_Vipps.class.php:3169 -msgid "Payment authorized at %1$s" -msgstr "Betaling godkendt på %1$s" +#: WC_Gateway_Vipps.class.php:1118 +msgid "Norway" +msgstr "Norge" -#: WC_Gateway_Vipps.class.php:3003 -msgid "Message in callback from %1$s for order" -msgstr "Besked i callback fra %1$s for ordre" +#: Blocks/Badges/vipps-badge.php:74 Blocks/woo-vipps-blocks.php:41 +msgid "Norwegian" +msgstr "Norsk" -#: WC_Gateway_Vipps.class.php:3040 -msgid "%1$s callback received" -msgstr "%1$s tilbagekald modtaget" +#: Vipps.class.php:3819 Vipps.class.php:3824 +msgid "Not an order" +msgstr "Ikke en ordre" + +#: VippsQRCodeController.class.php:621 +msgid "Not found" +msgstr "Ikke fundet" + +#: VippsQRCodeController.class.php:622 +msgid "Not found in Trash" +msgstr "Ikke fundet i Papirkurven" + +#: woo-vipps.php +#. Description of the plugin +msgid "Offer Vipps as a payment method for WooCommerce" +msgstr "Tilbyd Vipps som betalingsmetode for WooCommerce" + +#: WC_Gateway_Vipps.class.php:166 +msgid "Offer Vipps or MobilePay as a payment method" +msgstr "Tilbyd Vipps eller MobilePay som en betalingsmetode" + +#: Vipps.class.php:522 VippsCheckout.class.php:619 +msgid "OK" +msgstr "OK" + +#: WC_Gateway_Vipps.class.php:1183 +msgid "On hold" +msgstr "På vent" + +#: Vipps.class.php:1435 VippsWCProductEditorV2.class.php:164 +msgid "On-site messaging badge" +msgstr "On-site messaging mærke" + +#: VippsWCProductEditorV2.class.php:165 +#, php-format +msgid "On-site messaging badges are small badges that can be added to your product pages to show that you accept %1$s payments." +msgstr "" +"On-site messaging badges er små badges, der kan tilføjes til dine produktsider for at vise, at du accepterer %1$s " +"betalinger." + +#: Vipps.class.php:1775 Vipps.class.php:1790 +msgid "Operation" +msgstr "Operation" + +#: WC_Gateway_Vipps.class.php:634 +msgid "Order" +msgstr "Ordre" + +#: WC_Gateway_Vipps.class.php:241 +#, php-format +msgid "Order %1$s: %2$s is cancelled to free up the reservation in the customers bank account." +msgstr "Ordre %1$s: %2$s er annulleret for at frigive reservationen i kundens bankkonto." + +#: WC_Gateway_Vipps.class.php:2366 +msgid "Order %2$d has no address info and any %1$s session is dead - have to cancel." +msgstr "Ordre %2$d har ingen adresseinfo og enhver %1$s session er død - er nødt til at annullere." + +#: Vipps.class.php:3222 +#, php-format +msgid "" +"Order %2$d is 'pending' but its %1$s Order Status is %3$s - this means that the order has been erroneously set to " +"'pending' after completion or cancellation. Will not process further. Please check status of order at Vipps and set to " +"correct status in WooCommerce" +msgstr "" +"Ordre %2$d er 'ventende', men dens %1$s Ordrestatus er %3$s - dette betyder, at ordren fejlagtigt er blevet sat til " +"'ventende' efter fuldførelse eller annullering. Vil ikke blive behandlet yderligere. Tjek venligst status for ordren " +"hos Vipps og sæt den til korrekt status i WooCommerce" -#: WC_Gateway_Vipps.class.php:3035 -msgid "Anomalous callback from %1$s, handle errors and clean up" -msgstr "Anomalt tilbagekald fra %1$s, håndter fejl og oprydning" +#: WC_Gateway_Vipps.class.php:1619 +msgid "Order %2$d was attempted restarted, but had no %1$s session url stored. Cannot continue!" +msgstr "Ordre %2$d blev forsøgt genstartet, men havde ingen %1$s session url gemt. Kan ikke fortsætte!" -#: WC_Gateway_Vipps.class.php:2989 -msgid "Wrong auth token in callback from %1$s - possibly an attempt to fake a callback" -msgstr "Forkert auth token i callback fra %1$s - muligvis et forsøg på at forfalske en callback" +#: VippsApi.class.php:1097 +msgid "Order cancel for order" +msgstr "Annuller ordre for bestilling" -#: WC_Gateway_Vipps.class.php:2979 -msgid "%1$s callback for unknown order" -msgstr "%1$s tilbagekald for ukendt ordre" +#: Vipps.class.php:4505 Vipps.class.php:4508 Vipps.class.php:4552 +msgid "Order cancelled" +msgstr "Ordre annulleret" -#: WC_Gateway_Vipps.class.php:2974 -msgid "%1$s callback with wrong merchantSerialNumber - might be forged" -msgstr "%1$s tilbagekaldelse med forkert merchantSerialNumber - kan være forfalsket" +#: VippsApi.class.php:1058 VippsApi.class.php:1064 +msgid "Order capture for order" +msgstr "Ordreoptagelse for ordre" -#: WC_Gateway_Vipps.class.php:2642 +#: Vipps.class.php:4548 +msgid "Order confirmed" +msgstr "Ordre bekræftet" + +#: WC_Gateway_Vipps.class.php:2850 msgid "Order does not exist at %1$s - cancelling" msgstr "Ordre findes ikke på %1$s - annullerer" -#: WC_Gateway_Vipps.class.php:2639 -msgid "Could not get %1$s order status" -msgstr "Kunne ikke få %1$s ordrestatus" - -#: WC_Gateway_Vipps.class.php:2636 WC_Gateway_Vipps.class.php:2646 -msgid "Could not get %1$s order status for order id:" -msgstr "Kunne ikke få %1$s ordrestatus for ordre id:" +#: Vipps.class.php:3834 Vipps.class.php:3862 +msgid "Order failed" +msgstr "Ordre mislykkedes" -#: WC_Gateway_Vipps.class.php:2187 +#: WC_Gateway_Vipps.class.php:2392 msgid "Order failed or rejected at %1$s" msgstr "Ordre mislykkedes eller blev afvist ved %1$s" -#: WC_Gateway_Vipps.class.php:2180 WC_Gateway_Vipps.class.php:3135 -msgid "Payment captured directly at %1$s" -msgstr "Betaling registreret direkte på %1$s" - -#: WC_Gateway_Vipps.class.php:2157 -msgid "No shipping details from %1$s for express checkout for order id:" -msgstr "Ingen forsendelsesdetaljer fra %1$s til hurtig kasse for ordre id:" - -#: WC_Gateway_Vipps.class.php:2080 -msgid "Error getting payment details from %1$s for order_id:" -msgstr "Fejl ved hentning af betalingsoplysninger fra %1$s for order_id:" +#: Vipps.class.php:1708 +msgid "Order id" +msgstr "Ordre id" -#: WC_Gateway_Vipps.class.php:2030 -msgid "Could not interpret %1$s order status" -msgstr "Kunne ikke fortolke %1$s ordrestatus" +#: Vipps.class.php:4391 +msgid "Order in progress" +msgstr "Ordre i gang" -#: WC_Gateway_Vipps.class.php:1878 -msgid "%1$s payment refunded:" -msgstr "%1$s betaling refunderet:" +#: WC_Gateway_Vipps.class.php:1905 +msgid "Order not completed, cannot refund superfluous capture" +msgstr "Ordre ikke fuldført, kan ikke refundere overflødig indfangning" -#: WC_Gateway_Vipps.class.php:1848 -msgid "Trying to refund payment on %1$s payment not captured:" -msgstr "Forsøger at refunder betaling på %1$s betaling ikke fanget:" +#: WC_Gateway_Vipps.class.php:1620 +msgid "Order session expired at %1$s, please try again!" +msgstr "Ordre session udløbet på %1$s, prøv venligst igen!" -#: WC_Gateway_Vipps.class.php:1827 -msgid "%1$s Payment cancelled:" -msgstr "%1$s Betaling aflyst:" +#: VippsCheckout.class.php:810 +msgid "Order specification changed - this order abandoned by customer in Checkout " +msgstr "Ordrespecifikation ændret - denne ordre blev forladt af kunden i Kassen" -#: WC_Gateway_Vipps.class.php:1793 -msgid "Could not cancel %1$s payment for order id:" -msgstr "Kunne ikke annullere %1$s betaling for ordre id:" +#: Vipps.class.php:1709 +msgid "Order status" +msgstr "Ordrestatus" -#: WC_Gateway_Vipps.class.php:1789 -msgid "Could not cancel %1$s payment for order_id:" -msgstr "Kunne ikke annullere %1$s betaling for ordre_id:" +#: WC_Gateway_Vipps.class.php:1178 +msgid "Order status on return from %1$s" +msgstr "Ordrestatus ved returnering fra %1$s" -#: WC_Gateway_Vipps.class.php:1769 -msgid "Cannot cancel a captured %1$s transaction - use refund instead" -msgstr "Kan ikke annullere en fanget %1$s transaktion - brug tilbagebetaling i stedet" +#: WC_Gateway_Vipps.class.php:630 +msgid "" +"Order with captured funds older than %d days cancelled - because the order is this old, it will not be automatically " +"refunded at Vipps. Manual refund may be required." +msgstr "" +"Ordre med opfangede midler ældre end %d dage annulleret - fordi ordren er så gammel, vil den ikke blive automatisk " +"refunderet hos Vipps. Manuel refundering kan være nødvendig." -#: WC_Gateway_Vipps.class.php:1763 -msgid "Cannot cancel payment on orders not made by %1$s" -msgstr "Kan ikke annullere betaling på ordrer, der ikke er lavet af %1$s" +#: WC_Gateway_Vipps.class.php:1139 WC_Gateway_Vipps.class.php:1140 +msgid "Order-id Prefix" +msgstr "Ordre-id Præfiks" -#: WC_Gateway_Vipps.class.php:1762 -msgid "Trying to cancel payment on order not made by %1$s:" -msgstr "Forsøger at annullere betaling på ordre ikke lavet af %1$s:" +#: VippsCheckout.class.php:152 +#, php-format +msgid "Orderid %1$s is not pending when choosing another payment method from Vipps Checkout" +msgstr "Ordrenummer %1$s er ikke 'pending', under valg af en anden betalingsmetode fra Vipps Checkout" -#: WC_Gateway_Vipps.class.php:1737 -msgid "The value of the order is less than the amount captured." -msgstr "Værdien af ordren er mindre end det indfangede beløb." +#: VippsCheckout.class.php:146 +#, php-format +msgid "Orderid %1$s: Wrong nonce when trying to switch payment methods." +msgstr "Ordrenummer %1$s: Forkert nonce, når der forsøges at skifte betalingsmetoder." -#: WC_Gateway_Vipps.class.php:1710 -msgid "Cannot refund payment on orders not made by %1$s" -msgstr "Kan ikke refundere betaling på ordrer, der ikke er lavet af %1$s" +#: Vipps.class.php:1442 VippsWCProductEditorV2.class.php:175 +msgid "Override default settings" +msgstr "Tilsidesæt standardindstillinger" -#: WC_Gateway_Vipps.class.php:1709 WC_Gateway_Vipps.class.php:1839 -msgid "Trying to refund payment on order not made by %1$s:" -msgstr "Prøver at refundere betaling på ordre, der ikke er foretaget af %1$s:" +#: WC_Gateway_Vipps.class.php:1336 +msgid "Override page template used for the special %1$s pages" +msgstr "Tilsidesæt side skabelon brugt til de specielle %1$s sider" -#: WC_Gateway_Vipps.class.php:1703 -msgid "Order not completed, cannot refund superfluous capture" -msgstr "Ordre ikke fuldført, kan ikke refundere overflødig indfangning" +#: VippsQRCodeController.class.php:329 +msgid "Page" +msgstr "Side" -#: WC_Gateway_Vipps.class.php:1702 -msgid "Cannot refund superfluous capture on non-completed order:" -msgstr "Kan ikke refundere overflødig fangst på ikke-afsluttet ordre:" +#: VippsQRCodeController.class.php:611 +msgid "Parent Item:" +msgstr "Forældersemne:" -#: WC_Gateway_Vipps.class.php:1677 WC_Gateway_Vipps.class.php:1689 -msgid "%1$s Payment captured:" -msgstr "%1$s Betaling indfanget:" +#: WC_Gateway_Vipps.class.php:1066 +msgid "Password provided to you by Helthjem" +msgstr "Adgangskode leveret til dig af Helthjem" -#: WC_Gateway_Vipps.class.php:1661 -msgid "Could not capture %1$s payment for order_id:" -msgstr "Kunne ikke fange %1$s betaling for order_id:" +#: Vipps.class.php:954 +msgid "Pay with %1$s for WooCommerce" +msgstr "Betal med %1$s til WooCommerce" -#: WC_Gateway_Vipps.class.php:1657 -msgid "Could not capture %1$s payment for order id:" -msgstr "Kunne ikke fange %1$s betaling for ordre id:" +#: woo-vipps.php +#. Plugin Name of the plugin +msgid "Pay with Vipps and MobilePay for WooCommerce" +msgstr "Betal med Vipps og MobilePay for WooCommerce" -#: WC_Gateway_Vipps.class.php:1628 WC_Gateway_Vipps.class.php:1636 +#: WC_Gateway_Vipps.class.php:1808 WC_Gateway_Vipps.class.php:1816 msgid "Payment already captured" msgstr "Betaling allerede opfanget" -#: WC_Gateway_Vipps.class.php:1611 -msgid "Cannot capture payment on orders not made by %1$s" -msgstr "Kan ikke fange betaling på ordrer ikke lavet af %1$s" - -#: WC_Gateway_Vipps.class.php:1610 -msgid "Trying to capture payment on order not made by %1$s:" -msgstr "Prøver at indfange betaling på ordre, der ikke er lavet af %1$s:" +#: Vipps.class.php:3851 +msgid "Payment authorized" +msgstr "Betaling godkendt" -#: WC_Gateway_Vipps.class.php:1594 -msgid "on-hold" -msgstr "på vent" +#: WC_Gateway_Vipps.class.php:3375 +msgid "Payment authorized at %1$s" +msgstr "Betaling godkendt på %1$s" -#: WC_Gateway_Vipps.class.php:1594 -msgid "Could not capture %1$s payment - status set to" -msgstr "Kunne ikke gennemføre %1$s betaling - status sat til" +#: Vipps.class.php:3857 +msgid "Payment captured" +msgstr "Betaling indfanget" -#: WC_Gateway_Vipps.class.php:1580 -msgid "Error getting payment details before doing capture: " -msgstr "Fejl ved indhentning af betalingsoplysninger før indfangning: " +#: WC_Gateway_Vipps.class.php:2385 WC_Gateway_Vipps.class.php:3341 +msgid "Payment captured directly at %1$s" +msgstr "Betaling registreret direkte på %1$s" -#: WC_Gateway_Vipps.class.php:1569 +#: WC_Gateway_Vipps.class.php:1746 msgid "Payment complete set status to \"%1$s\" - will not capture payments automatically" msgstr "Betaling fuldført sæt status til \"%1$s\" - vil ikke fange betalinger automatisk" -#: WC_Gateway_Vipps.class.php:1568 -msgid "Filters are setting the payment_complete order status to '%1$s' - will not capture" -msgstr "Filtre sætter 'betaling_fuldført' ordrestatus til '%1$s' - vil ikke fange" - -#: WC_Gateway_Vipps.class.php:1531 -msgid "Awaiting %1$s payment confirmation" -msgstr "Afventer %1$s betalingsbekræftelse" - -#: VippsCheckout.class.php:290 WC_Gateway_Vipps.class.php:1530 -msgid "%1$s payment initiated" -msgstr "%1$s betaling igangsat" - -#: WC_Gateway_Vipps.class.php:1492 -msgid "Unfortunately, the %1$s payment method is temporarily unavailable. Please wait or choose another method." -msgstr "Desværre er betalingsmetoden %1$s midlertidigt utilgængelig. Vent venligst eller vælg en anden metode." +#: Vipps.class.php:1711 Vipps.class.php:1713 WC_Gateway_Vipps.class.php:1127 +msgid "Payment method" +msgstr "Betalingsmetode" -#: WC_Gateway_Vipps.class.php:1491 WC_Gateway_Vipps.class.php:1504 -msgid "Could not initiate %1$s payment" -msgstr "Kunne ikke starte %1$s betaling" +#: WC_Gateway_Vipps.class.php:2197 +msgid "Payment method reset to %1$s - it had been set to KCO while completing the order for %2$d" +msgstr "Betalingsmetode nulstillet til %1$s - den havde været sat til KCO, mens ordren for %2$d blev fuldført." -#: WC_Gateway_Vipps.class.php:1417 -msgid "You need to enter your phone number to pay with %1$s" -msgstr "Du skal indtaste dit telefonnummer for at betale med %1$s" +#: Vipps.class.php:1739 +msgid "Pickup Point" +msgstr "Afhentningspunkt" -#: WC_Gateway_Vipps.class.php:1395 WC_Gateway_Vipps.class.php:1505 -msgid "Unfortunately, the %1$s payment method is currently unavailable. Please choose another method." -msgstr "Desværre er betalingsmetoden %1$s i øjeblikket ikke tilgængelig. Vælg venligst en anden metode." +#: WC_Gateway_Vipps.class.php:1228 +msgid "" +"Please note that for Express Checkout, shipping must be calculated in a callback from the %1$s app, without any " +"knowledge of the customer. This means that Express Checkout may not be compatible with all Shipping plugins or setup. " +"You should test that your setup works if you intend to provide this feature." +msgstr "" +"Bemærk venligst, at for Express Checkout skal forsendelse beregnes i et callback fra %1$s appen, uden nogen viden om " +"kunden. Dette betyder, at Express Checkout muligvis ikke er kompatibel med alle forsendelsesplugins eller opsætninger. " +"Du bør teste, at din opsætning fungerer, hvis du har til hensigt at tilbyde denne funktion." -#: WC_Gateway_Vipps.class.php:1394 -msgid "Could not get access token when initiating %1$s payment for order id:" -msgstr "Kunne ikke få adgangstoken ved igangsættelse af %1$s betaling for ordre id:" +#: Vipps.class.php:431 +msgid "" +"Please note that there is normally a limit of 5 webhooks per MSN - contact %1$s if you need " +"more" +msgstr "" +"Bemærk venligst, at der normalt er en grænse på 5 webhooks per MSN - kontakt %1$s hvis du har " +"brug for flere." -#: WC_Gateway_Vipps.class.php:1145 -msgid "Since version 1.4 this plugin uses a new method of providing shipping methods to %1$s when using Express Checkout. The new method supports metadata in the shipping options, which is neccessary for integration with Bring, Postnord etc. However, the new method is not compatible with the old 'woo_vipps_shipping_methods' filter, which your site has overridden in a theme or plugin. If you want to, you can continue using this filter and the old method. If you want to disable your filters and use the new method, you can choose this here. " -msgstr "Siden version 1.4 bruger dette plugin en ny metode til at levere forsendelsesmetoder til %1$s ved brug af Express Checkout. Den nye metode understøtter metadata i forsendelsesmulighederne, hvilket er nødvendigt for integration med Bring, Postnord osv. Den nye metode er dog ikke kompatibel med det gamle 'woo_vipps_shipping_methods' filter, som din side har tilsidesat i et tema eller et plugin. Hvis du ønsker det, kan du fortsætte med at bruge dette filter og den gamle metode. Hvis du ønsker at deaktivere dine filtre og bruge den nye metode, kan du vælge dette her. " +#: Vipps.class.php:758 +msgid "Please refer to the documentation for the meaning of the parameters." +msgstr "Se venligst i dokumentationen for betydningen af parametrene." -#: WC_Gateway_Vipps.class.php:1143 -msgid "Use new shipping callback" -msgstr "Brug ny forsendelse callback" +#: Vipps.class.php:4389 +msgid "Please wait while we are preparing your order" +msgstr "Vent venligst mens vi forbereder din ordre" -#: WC_Gateway_Vipps.class.php:1142 -msgid "Keep using old shipping callback with my custom filter" -msgstr "Fortsæt med at bruge gammel forsendelses-callback med mit brugerdefinerede filter" +#: VippsCheckoutShippingMethods.php:544 WC_Gateway_Vipps.class.php:1005 +msgid "Porterbuddy" +msgstr "Porterbuddy" -#: WC_Gateway_Vipps.class.php:1141 -msgid "Select one" -msgstr "Vælg en" +#: WC_Gateway_Vipps.class.php:1021 +msgid "Porterbuddy API key" +msgstr "Porterbuddy API nøgle" -#: WC_Gateway_Vipps.class.php:1138 -msgid "Use your current shipping filters" -msgstr "Brug dine nuværende forsendelsesfiltre" +#: WC_Gateway_Vipps.class.php:1028 +msgid "Porterbuddy Phone Number" +msgstr "Porterbuddy telefonnummer" -#: WC_Gateway_Vipps.class.php:1137 -msgid "Use old-style shipping callback for express checkout" -msgstr "Brug gammeldags forsendelsesopkald til hurtig kassegang" +#: WC_Gateway_Vipps.class.php:1014 +msgid "Porterbuddy public token" +msgstr "Porterbuddy offentlige token" -#: WC_Gateway_Vipps.class.php:1294 -msgid "VIPPS_TEST_MODE is set to true in your configuration - test mode is forced" -msgstr "VIPPS_TEST_MODE er sat til sand i din konfiguration - testmodus er tvunget" +#: VippsCheckoutShippingMethods.php:470 WC_Gateway_Vipps.class.php:975 +msgid "Posten Norge" +msgstr "PostNord Norge" -#: WC_Gateway_Vipps.class.php:1293 -msgid "VIPPS_TEST_MODE is set to true in your configuration - dev mode is forced" -msgstr "VIPPS_TEST_MODE er sat til sand i din konfiguration - dev mode er tvunget" +#: VippsCheckoutShippingMethods.php:486 WC_Gateway_Vipps.class.php:985 +msgid "Posti" +msgstr "Posti" -#: WC_Gateway_Vipps.class.php:1265 -msgid "Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"Vipps-Subscription-Key\"" -msgstr "Find din testkonto under \"Udvikler\" fanen på https://portal.vippsmobilepay.com/ og vælg \"vis nøgler\". Kopier værdien af \"Vipps-Subscription-Key\"" +#: WC_Gateway_Vipps.class.php:995 +msgid "PostNord" +msgstr "PostNord" -#: WC_Gateway_Vipps.class.php:1257 -msgid "Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"client_secret\"" -msgstr "Find din testkonto under fanen \"Udvikler\" på https://portal.vippsmobilepay.com/ og vælg \"vis nøgler\". Kopier værdien af \"client_secret\"" +#: VippsCheckoutShippingMethods.php:522 +msgid "Postnord" +msgstr "Postnord" -#: WC_Gateway_Vipps.class.php:1249 -msgid "Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"Show keys\". Copy the value of \"client_id\"" -msgstr "Find din testkonto under \"Udvikler\" fanen på https://portal.vippsmobilepay.com/ og vælg \"Vis nøgler\". Kopier værdien af \"client_id\"" +#: VippsCheckout.class.php:724 +msgid "Press the button to complete your order with %1$s!" +msgstr "Tryk på knappen for at fuldføre din ordre med %1$s!" -#: WC_Gateway_Vipps.class.php:1241 -msgid "Your test account \"Merchant Serial Number\" from the Developer tab on https://portal.vippsmobilepay.com" -msgstr "Din testkonto \"Merchant Serial Number\" fra Udvikler-fanebladet på https://portal.vippsmobilepay.com" +#: admin/settings/VippsAdminSettings.class.php:164 +msgid "Previous step" +msgstr "Forrige trin" -#: WC_Gateway_Vipps.class.php:1232 -msgid "" -"If you enable this, transactions will be made towards the %1$s Test API instead of the live one. No real transactions will be performed. You will need to fill out your test\n" -" accounts keys below, and you will need to install a special test-mode app from Testflight on a device (which cannot run the regular %1$s app). Contact %1$s's technical support if you need this. If you turn this mode off, normal operation will resume. If you have the VIPPS_TEST_MODE defined in your wp-config file, this will override this value. " -msgstr "Hvis du aktiverer dette, vil transaktioner blive foretaget mod %1$s Test API i stedet for den live en. Der vil ikke blive udført rigtige transaktioner. Du vil have brug for at indtaste dine testkonti nøgler nedenfor, og du skal installere en speciel testmode-app fra Testflight på en enhed (som ikke kan køre den regulære %1$s app). Kontakt %1$s's tekniske support, hvis du har brug for dette. Hvis du slår denne tilstand fra, vil normal drift genoptages. Hvis du har VIPPS_TEST_MODE defineret i din wp-config fil, vil dette tilsidesætte denne værdi. " +#: WC_Gateway_Vipps.class.php:1182 +msgid "Processing" +msgstr "Behandler" -#: WC_Gateway_Vipps.class.php:1230 -msgid "Enable test mode" -msgstr "Aktivér testmodus" +#: Vipps.class.php:3566 +msgid "Processing order... " +msgstr "Behandler ordre..." -#: Vipps.class.php:430 WC_Gateway_Vipps.class.php:1229 -msgid "Test mode" -msgstr "Testtilstand" +#: VippsQRCodeController.class.php:333 +msgid "Product" +msgstr "Produkt" -#: WC_Gateway_Vipps.class.php:1205 -msgid "Use the flock() system call to ensure orders are only finalized once. You can use this for normal setups, but probably not on Windows with IIS, and possibly not on distributed filesystems like NFS. If you don\\t know what it is, probably do not use it. If you get duplicated shipping lines on some express orders, you may try using this" -msgstr "Brug flock() systemkaldet for at sikre, at ordrer kun afsluttes én gang. Du kan bruge dette til normale opsætninger, men sandsynligvis ikke på Windows med IIS, og muligvis ikke på distribuerede filsystemer som NFS. Hvis du ikke ved, hvad det er, skal du sandsynligvis ikke bruge det. Hvis du får duplikerede leveringslinjer på nogle ekspressordrer, kan du prøve at bruge dette." +#: Vipps.class.php:4154 +msgid "Product is no longer available" +msgstr "Produktet er ikke længere tilgængeligt" -#: WC_Gateway_Vipps.class.php:1202 WC_Gateway_Vipps.class.php:1203 -msgid "Use flock() to lock orders for Express Checkout" -msgstr "Brug flock() til at låse ordrer for Express Checkout" +#: WC_Gateway_Vipps.class.php:1361 +msgid "Profile image used in the %1$s App" +msgstr "Profilbillede brugt i %1$s appen" -#: WC_Gateway_Vipps.class.php:1225 -msgid "These are settings for developers that contain extra features that are normally not useful for regular users, or are not yet ready for primetime" -msgstr "Dette er indstillinger for udviklere, der indeholder ekstra funktioner, som normalt ikke er nyttige for almindelige brugere, eller som endnu ikke er klar til primetime." +#: Blocks/Badges/vipps-badge.php:56 Blocks/woo-vipps-blocks.php:17 +#: Vipps.class.php:694 Vipps.class.php:1450 +#: VippsWCProductEditorV2.class.php:186 +msgid "Purple" +msgstr "Lilla" -#: WC_Gateway_Vipps.class.php:1213 -msgid "Enable this to enter developer mode. This gives you access to the test-api and sometimes other tools not yet ready for general consumption" -msgstr "Aktiver dette for at indtaste udviklertilstand. Dette giver dig adgang til test-apien og undertiden andre værktøjer, der endnu ikke er klar til almindeligt forbrug." +#: VippsQRCodeController.class.php:473 VippsQRCodeController.class.php:607 +#: VippsQRCodeController.class.php:612 +msgid "QR Codes" +msgstr "QR-koder" -#: WC_Gateway_Vipps.class.php:1210 WC_Gateway_Vipps.class.php:1211 -msgid "Enable developer mode" -msgstr "Aktivér udviklertilstand" +#: VippsQRCodeController.class.php:538 +msgid "QR image with id %2$s that was supposed to be stored at %1$s, isnt. Recreating it. Error was:. : %3$s" +msgstr "QR-billede med id %2$s, der var meningen skulle opbevares på %1$s, er det ikke. Genopretter det. Fejlen var:. : %3$s" -#: WC_Gateway_Vipps.class.php:1181 -msgid "Some very few themes do not work with the simulated pages used by this plugin, and needs a real page ID for this. Choose a blank page for this; the content will be replaced, but the template and other metadata will be present. You only need to use this if the plugin seems to break on the special %1$s pages." -msgstr "Nogle meget få temaer fungerer ikke med de simulerede sider, som dette plugin bruger, og kræver en reel side ID til dette. Vælg en blank side til dette; indholdet vil blive erstattet, men skabelonen og anden metadata vil være til stede. Du behøver kun at bruge dette, hvis plugin'et ser ud til at gå i stykker på de specielle %1$s sider." +#: VippsQRCodeController.class.php:324 +msgid "QR-id" +msgstr "QR-id" -#: WC_Gateway_Vipps.class.php:1178 -msgid "Use a real page ID" -msgstr "Brug en ægte side-ID" +#: Vipps.class.php:2727 +msgid "Raw input was " +msgstr "Ubehandlet input var" -#: WC_Gateway_Vipps.class.php:1177 -msgid "Use a real page ID for the special %1$s pages - neccessary for some themes" -msgstr "Brug et rigtigt side-ID for de specielle %1$s sider - nødvendigt for nogle temaer" +#: Vipps.class.php:4385 +msgid "Ready for %1$s - press the button" +msgstr "Klar til %1$s - tryk på knappen" -#: WC_Gateway_Vipps.class.php:1173 -msgid "Use this template from your theme or child-theme to display all the special %1$s pages. You will probably want a full-width template and it should call 'the_content()' normally." -msgstr "Brug denne skabelon fra dit tema eller barn-tema til at vise alle de specielle %1$s sider. Du vil sandsynligvis ønske en fuldbredde skabelon, og den bør normalt kalde 'the_content()'." +#: Vipps.class.php:2395 +msgid "Received a test callback, exiting" +msgstr "Modtog en test tilbagekaldelse, afslutter" -#: WC_Gateway_Vipps.class.php:1170 -msgid "Use specific template for %1$s" -msgstr "Brug specifik skabelon for %1$s" +#: Vipps.class.php:2473 +msgid "Received webhook callback for checkout/express checkout order %1$d - ignoring since full callback should come" +msgstr "Modtog webhook callback for checkout/express checkout ordre %1$d - ignorerer da fuld callback burde komme" -#: WC_Gateway_Vipps.class.php:1169 -msgid "Override page template used for the special %1$s pages" -msgstr "Tilsidesæt side skabelon brugt til de specielle %1$s sider" +#: Vipps.class.php:2468 +msgid "Received webhook callback for order %1$d but this is no longer pending." +msgstr "Modtog webhook callback for ordre %1$d, men denne er ikke længere i venteposition." -#: WC_Gateway_Vipps.class.php:1129 -msgid "As Express Checkout orders are anonymous, failed orders will end up as \"cancelled\" orders with no information in them. Enable this to delete these automatically when cancelled - but test to make sure no other plugin needs them for anything." -msgstr "Da Express Checkout-ordrer er anonyme, vil mislykkede ordrer ende som \"annullerede\" ordrer uden information i dem. Aktivér dette for automatisk at slette disse, når de annulleres - men test for at sikre, at ingen andre plugins har brug for dem til noget." +#: VippsApi.class.php:1134 +msgid "Refund for order" +msgstr "Refusion for ordre" -#: WC_Gateway_Vipps.class.php:1126 WC_Gateway_Vipps.class.php:1127 -msgid "Delete failed Express Checkout Orders" -msgstr "Slet mislykkede Express Checkout-ordrer" +#: Vipps.class.php:2348 +msgid "Refund superfluous payment" +msgstr "Refunder overflødig betaling" -#: WC_Gateway_Vipps.class.php:1104 -msgid "If your shipping options do not depend on the customers address, you can enable 'Static shipping', which will precompute the shipping options when using Express Checkout so that this will be much faster. If you do this and the customer isn't logged in, the base location of the store will be used to compute the shipping options for the order. You should only use this if your shipping is actually 'static', that is, does not vary based on the customers address. So fixed price/free shipping will work. If the customer is logged in, their address as registered in the store will be used, so if your customers are always logged in, you may be able to use this too." -msgstr "Hvis dine forsendelsesmuligheder ikke afhænger af kundens adresse, kan du aktivere 'Statisk forsendelse', som vil forudberegne forsendelsesmulighederne ved brug af Express Checkout, så dette vil være meget hurtigere. Hvis du gør dette og kunden ikke er logget ind, vil butikkens basislokation blive brugt til at beregne forsendelsesmulighederne for ordren. Du bør kun bruge dette, hvis din forsendelse faktisk er 'statisk', det vil sige, den varierer ikke baseret på kundens adresse. Så fast pris / gratis forsendelse vil fungere. Hvis kunden er logget ind, vil deres adresse som registreret i butikken blive brugt, så hvis dine kunder altid er logget ind, kan du muligvis også bruge dette." +#: Vipps.class.php:494 +msgid "Refunded" +msgstr "Refunderet" -#: WC_Gateway_Vipps.class.php:781 WC_Gateway_Vipps.class.php:1102 -msgid "Enable static shipping" -msgstr "Aktivér statisk forsendelse" +#: Vipps.class.php:1722 +msgid "Refunded amount" +msgstr "Refunderet beløb" -#: WC_Gateway_Vipps.class.php:1101 -msgid "Enable static shipping for Express Checkout" -msgstr "Aktivér statisk forsendelse til Express Checkout" +#: Vipps.class.php:1726 +msgid "Remaining amount to cancel" +msgstr "Resterende beløb til annullering" -#: WC_Gateway_Vipps.class.php:1120 -msgid "Choosing this will use a different method of handling the \"Buy now\" button on a single product, which will work for more product types and more plugins - while being slightly less smooth. Use this if your product needs more configuration than simple or standard variable products" -msgstr "Valg af dette vil benytte en anden metode til at håndtere \"Køb nu\" knappen på et enkelt produkt, hvilket vil virke for flere produkttyper og flere plugins - mens det er en smule mindre glat. Brug dette, hvis dit produkt kræver mere konfiguration end simple eller standard variable produkter." +#: Vipps.class.php:1721 +msgid "Remaining amount to capture" +msgstr "Resterende beløb til indfangning" -#: WC_Gateway_Vipps.class.php:1118 -msgid "Activate compatibility mode for all \"Buy now\" buttons" -msgstr "Aktiver kompatibilitetstilstand for alle \"Køb nu\" knapper" +#: Vipps.class.php:1723 +msgid "Remaining amount to refund" +msgstr "Resterende beløb til tilbagebetaling" -#: WC_Gateway_Vipps.class.php:1117 -msgid "\"Buy now\" compatibility mode" -msgstr "\"Køb nu\" kompatibilitetsmodus" +#: Vipps.class.php:1017 +msgid "" +"Remember, you need to set up %3$s at the %1$s Portal, where you will find the keys " +"you need and where you will have to register the return url you will find on the settings page." +msgstr "" +"Husk, du skal opsætte %3$s på %1$s Portal, hvor du finder de nøgler, du har brug " +"for, og hvor du skal registrere retur url, som du finder på indstillingsiden." -#: WC_Gateway_Vipps.class.php:1113 -msgid "Enable this to create and login new customers when using express checkout. Otherwise these will all be guest checkouts. If you have \"Login with Vipps\" installed, this will be the default (unless you have turned off user creation in WooCommerce itself)" -msgstr "Aktivér dette for at oprette og logge ind nye kunder, når du bruger express checkout. Ellers vil disse alle være gæste-checkouts. Hvis du har \"Login med Vipps\" installeret, vil dette være standarden (medmindre du har slået brugeroprettelse fra i WooCommerce selv)" +#: VippsQRCodeController.class.php:625 +msgid "Remove featured image" +msgstr "Fjern fremhævet billede" -#: WC_Gateway_Vipps.class.php:1110 WC_Gateway_Vipps.class.php:1111 -msgid "Create new customers on Express Checkout" -msgstr "Opret nye kunder på Express Checkout" +#: admin/settings/VippsAdminSettings.class.php:162 +#: WC_Gateway_Vipps.class.php:112 WC_Gateway_Vipps.class.php:115 +msgid "Remove image" +msgstr "Fjern billede" -#: WC_Gateway_Vipps.class.php:1088 -msgid "When using %1$s, ask the user to confirm that they have read and accepted the stores terms and conditons before proceeding" -msgstr "Når du bruger %1$s, bed om bekræftelse fra brugeren om, at de har læst og accepteret butikkens vilkår og betingelser, før de fortsætter." +#: Vipps.class.php:1781 +msgid "Request ID" +msgstr "Anmodning ID" -#: WC_Gateway_Vipps.class.php:1081 -msgid "If %1$s is enabled for a product, add the 'Buy now' button to catalog pages too" -msgstr "Hvis %1$s er aktiveret for et produkt, skal du også tilføje 'Køb nu' knappen til katalogsider" +#: Vipps.class.php:3236 +msgid "Restoring session of order %1$d" +msgstr "Genopretter session af ordre %1$d" -#: WC_Gateway_Vipps.class.php:1079 -msgid "Add the button for all relevant products on catalog pages" -msgstr "Tilføj knappen for alle relevante produkter på katalogsiderne" +#: admin/settings/VippsAdminSettings.class.php:159 +msgid "Save changes" +msgstr "Gem ændringer" -#: WC_Gateway_Vipps.class.php:1078 -msgid "Add 'Buy now' button on catalog pages too" -msgstr "Tilføj 'Køb nu' knappen på katalogsiderne også" +#: VippsQRCodeController.class.php:620 +msgid "Search Item" +msgstr "Søg efter vare" -#: WC_Gateway_Vipps.class.php:1074 -msgid "Enable this to allow customers to buy a product using %1$s directly from the product page. If you choose 'some', you must enable this on the relevant products" -msgstr "Aktivér dette for at give kunderne mulighed for at købe et produkt ved hjælp af %1$s direkte fra produktsiden. Hvis du vælger 'nogle', skal du aktivere dette på de relevante produkter." +#: VippsQRCodeController.class.php:327 +msgid "Select link type" +msgstr "Vælg linktype" -#: WC_Gateway_Vipps.class.php:1072 -msgid "All products" -msgstr "Alle produkter" +#: WC_Gateway_Vipps.class.php:1308 +msgid "Select one" +msgstr "Vælg en" -#: WC_Gateway_Vipps.class.php:1071 -msgid "Some products" -msgstr "Nogle produkter" +#: WC_Gateway_Vipps.class.php:1122 +msgid "" +"Select the country for this merchant serial number. This will determine the appropriate payment method (Vipps or " +"MobilePay)." +msgstr "Vælg landet for dette forhandler-serienummeret. Dette vil bestemme den passende betalingsmetode (Vipps eller MobilePay)." -#: WC_Gateway_Vipps.class.php:1070 -msgid "No products" -msgstr "Ingen produkter" +#: Vipps.class.php:1492 +msgid "Select variant" +msgstr "Vælg variant" -#: WC_Gateway_Vipps.class.php:1066 WC_Gateway_Vipps.class.php:1067 -msgid "Enable Express Checkout for single products" -msgstr "Aktivér Express Checkout for enkelte produkter" +#: Vipps.class.php:3704 +msgid "Selected product variant is not available" +msgstr "Den valgte produktvariant er ikke tilgængelig." -#: WC_Gateway_Vipps.class.php:1061 -msgid "Please note that for Express Checkout, shipping must be calculated in a callback from the %1$s app, without any knowledge of the customer. This means that Express Checkout may not be compatible with all Shipping plugins or setup. You should test that your setup works if you intend to provide this feature." -msgstr "Bemærk venligst, at for Express Checkout skal forsendelse beregnes i et callback fra %1$s appen, uden nogen viden om kunden. Dette betyder, at Express Checkout muligvis ikke er kompatibel med alle forsendelsesplugins eller opsætninger. Du bør teste, at din opsætning fungerer, hvis du har til hensigt at tilbyde denne funktion." +#: Vipps.class.php:3716 +msgid "Selected product variant is not available for purchase" +msgstr "Den valgte produktvariant er ikke tilgængelig for køb" -#: WC_Gateway_Vipps.class.php:1060 -msgid "Enable this to allow customers to shop using %1$s directly from the cart with no login or address input needed" -msgstr "Aktivér dette for at tillade kunder at handle med %1$s direkte fra kurven uden behov for login eller indtastning af adresse" +#: WC_Gateway_Vipps.class.php:1352 +msgid "Send receipts and order confirmation info to the customers' app on completed purchases." +msgstr "Send kvitteringer og ordrebekræftelsesinfo til kundernes app ved afsluttede køb." -#: WC_Gateway_Vipps.class.php:1057 WC_Gateway_Vipps.class.php:1058 -msgid "Enable Express Checkout in cart" -msgstr "Aktivér Express Checkout i indkøbskurven" +#: WC_Gateway_Vipps.class.php:1353 +msgid "Send receipts to the customers %1$s app" +msgstr "Send kvitteringer til kundernes %1$s app" -#: WC_Gateway_Vipps.class.php:1042 -msgid "Enable this to use %1$s as the default payment method on the checkout page, regardless of order." -msgstr "Aktiver dette for at bruge %1$s som standard betalingsmetode på betalingssiden, uanset ordre." +#: WC_Gateway_Vipps.class.php:2521 +msgid "Session terminated with no payment" +msgstr "Session afsluttet uden betaling" -#: WC_Gateway_Vipps.class.php:1040 -msgid "%1$s is default payment method" -msgstr "%1$s er standard betalingsmetode" +#: VippsQRCodeController.class.php:624 +msgid "Set featured image" +msgstr "Indstil fremhævet billede" -#: WC_Gateway_Vipps.class.php:1039 -msgid "Use %1$s as default payment method on checkout page" -msgstr "Brug %1$s som standard betalingsmetode på betalingssiden" +#: WC_Gateway_Vipps.class.php:1653 +msgid "Setting order status to pending to start payment" +msgstr "Indstiller ordrestatus til afventende for at starte betaling" -#: WC_Gateway_Vipps.class.php:1034 -msgid "This controls the description which the user sees during checkout." -msgstr "Dette kontrollerer beskrivelsen, som brugeren ser under check ud." +#: Vipps.class.php:708 Vipps.class.php:1045 Vipps.class.php:1188 +msgid "Settings" +msgstr "Indstillinger" -#: VippsCheckoutShippingMethods.php:71 -msgid "This controls the title which the user sees during checkout." -msgstr "Dette kontrollerer overskriften, som kunden ser i forbindelse med betaling på kassesiden." +#: admin/settings/VippsAdminSettings.class.php:167 +msgid "Settings saved" +msgstr "Indstillinger gemt" -#: VippsCheckoutShippingMethods.php:69 VippsCheckoutShippingMethods.php:137 -msgid "Title" -msgstr "Titel" +#: Vipps.class.php:1483 VippsWCProductEditorV2.class.php:282 +msgid "Shareable links" +msgstr "Delelige links" -#: WC_Gateway_Vipps.class.php:1015 -msgid "Processing" -msgstr "Behandler" +#: Vipps.class.php:1484 VippsWCProductEditorV2.class.php:283 +#: VippsWCProductEditorV2.class.php:294 +msgid "" +"Shareable links are links you can share externally on banners or other places that when followed will start %1$s of " +"this product immediately. Maintain these links here for this product." +msgstr "" +"Delelige links er links, du kan dele eksternt på bannere eller andre steder, der når de følges, vil starte %1$s af " +"dette produkt med det samme. Vedligehold disse links her for dette produkt." -#: WC_Gateway_Vipps.class.php:1016 -msgid "On hold" -msgstr "På vent" +#: Vipps.class.php:1735 +msgid "Shipping cost" +msgstr "Fragtomkostninger" -#: WC_Gateway_Vipps.class.php:1012 -msgid "Choose default order status for reserved (not captured) orders" -msgstr "Vælg standard ordrestatus for reserverede (ikke indfangede) ordrer" +#: Vipps.class.php:1732 +msgid "Shipping details" +msgstr "Fragt detaljer" -#: WC_Gateway_Vipps.class.php:1011 -msgid "Order status on return from %1$s" -msgstr "Ordrestatus ved returnering fra %1$s" +#: VippsDismissibleAdminBanners.class.php:117 +msgid "Shipping information is autofilled with Vipps" +msgstr "Forsendelsesinformation er autofyldt med Vipps" -#: WC_Gateway_Vipps.class.php:1006 -msgid "Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"Vipps-Subscription-Key\"" -msgstr "Find din konto under fanen \"Udvikler\" på https://portal.vippsmobilepay.com/ og vælg \"vis nøgler\". Kopier værdien af \"Vipps-Subscription-Key\"" +#: Vipps.class.php:1734 +msgid "Shipping method" +msgstr "Forsendelsesmetode" -#: WC_Gateway_Vipps.class.php:998 -msgid "Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"client_secret\"" -msgstr "Find din konto under fanen \"Udvikler\" på https://portal.vippsmobilepay.com/ og vælg \"Vis nøgler\". Kopiér værdien af \"client_secret\"" +#: VippsCheckoutShippingMethods.php:472 VippsCheckoutShippingMethods.php:488 +#: VippsCheckoutShippingMethods.php:508 VippsCheckoutShippingMethods.php:524 +#: VippsCheckoutShippingMethods.php:546 +msgid "Shipping method for %1$s only: %2$s" +msgstr "Forsendelsesmetode kun for %1$s: %2$s" -#: WC_Gateway_Vipps.class.php:994 WC_Gateway_Vipps.class.php:995 -#: WC_Gateway_Vipps.class.php:1253 WC_Gateway_Vipps.class.php:1254 -msgid "Client Secret" -msgstr "Klient Hemmelighed" +#: Vipps.class.php:1736 +msgid "Shipping method ID" +msgstr "Forsendelsesmetode ID" -#: WC_Gateway_Vipps.class.php:990 -msgid "Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"Show keys\". Copy the value of \"client_id\"" -msgstr "Find din konto under \"Udvikler\" fanen på https://portal.vippsmobilepay.com/ og vælg \"Vis nøgler\". Kopier værdien af \"client_id\"" +#: VippsCheckoutShippingMethods.php:145 +msgid "Short description of shipping method" +msgstr "Kort beskrivelse af forsendelsesmetode" -#: WC_Gateway_Vipps.class.php:986 WC_Gateway_Vipps.class.php:988 -#: WC_Gateway_Vipps.class.php:1245 WC_Gateway_Vipps.class.php:1246 -msgid "Client Id" -msgstr "Klient Id" +#: VippsCheckoutShippingMethods.php:118 +msgid "Short description of shipping method used in %1$s" +msgstr "Kort beskrivelse af forsendelsesmetoden brugt i %1$s" -#: WC_Gateway_Vipps.class.php:982 -msgid "Your \"Merchant Serial Number\" from the Developer tab on https://portal.vippsmobilepay.com" -msgstr "Dit \"Merchant Serienummer\" fra Developer fanen på https://portal.vippsmobilepay.com" +#: Vipps.class.php:754 +msgid "Shortcodes" +msgstr "Shortcodes" -#: WC_Gateway_Vipps.class.php:979 WC_Gateway_Vipps.class.php:980 -#: WC_Gateway_Vipps.class.php:1237 WC_Gateway_Vipps.class.php:1239 -msgid "Merchant Serial Number" -msgstr "Forhandler Serienummer" +#: Vipps.class.php:1648 +msgid "Show complete transaction details" +msgstr "Vis komplette transaktionsdetaljer" -#: WC_Gateway_Vipps.class.php:975 -msgid "An alphanumeric textstring to use as a prefix on orders from your shop, to avoid duplicate order-ids" -msgstr "En alfanumerisk tekststreng, der skal bruges som et præfiks på ordrer fra din butik, for at undgå duplikerede ordre-id'er" +#: VippsQRCodeController.class.php:272 +msgid "Show QR codes not synchronized to this site" +msgstr "Vis QR-koder, der ikke er synkroniseret til dette websted" -#: WC_Gateway_Vipps.class.php:972 WC_Gateway_Vipps.class.php:973 -msgid "Order-id Prefix" -msgstr "Ordre-id Præfiks" +#: WC_Gateway_Vipps.class.php:1312 +msgid "" +"Since version 1.4 this plugin uses a new method of providing shipping methods to %1$s when using Express Checkout. The " +"new method supports metadata in the shipping options, which is neccessary for integration with Bring, Postnord etc. " +"However, the new method is not compatible with the old 'woo_vipps_shipping_methods' filter, which your " +"site has overridden in a theme or plugin. If you want to, you can continue using this filter and the old method. If you " +"want to disable your filters and use the new method, you can choose this here. " +msgstr "" +"Siden version 1.4 bruger dette plugin en ny metode til at levere forsendelsesmetoder til %1$s ved brug af Express " +"Checkout. Den nye metode understøtter metadata i forsendelsesmulighederne, hvilket er nødvendigt for integration med " +"Bring, Postnord osv. Den nye metode er dog ikke kompatibel med det gamle 'woo_vipps_shipping_methods' " +"filter, som din side har tilsidesat i et tema eller et plugin. Hvis du ønsker det, kan du fortsætte med at bruge dette " +"filter og den gamle metode. Hvis du ønsker at deaktivere dine filtre og bruge den nye metode, kan du vælge dette her." -#: WC_Gateway_Vipps.class.php:952 -msgid "Enable/Disable" -msgstr "Aktiver/Deaktiver" +#: Vipps.class.php:1293 +msgid "Skip entering your address and just checkout using" +msgstr "Spring over indtastning af din adresse og gå bare direkte til kassen ved hjælp af" -#: WC_Gateway_Vipps.class.php:429 -msgid "Use a simulated page (default)" -msgstr "Brug en simuleret side (standard)" +#: Vipps.class.php:3597 +msgid "" +"Some of the products in your cart are no longer available in the quantities you have ordered. Please edit your order before continuing the checkout" +msgstr "" +"Nogle af produkterne i din kurv er ikke længere tilgængelige i de mængder, du har bestilt. Venligst rediger din ordre før du fortsætter til kassen." -#: WC_Gateway_Vipps.class.php:668 WC_Gateway_Vipps.class.php:685 -#: WC_Gateway_Vipps.class.php:1753 -msgid " refunded through %1$s:" -msgstr " refunderet via %1$s:" +#: WC_Gateway_Vipps.class.php:1238 +msgid "Some products" +msgstr "Nogle produkter" -#: WC_Gateway_Vipps.class.php:678 WC_Gateway_Vipps.class.php:1746 -msgid "Could not refund %1$s payment" -msgstr "Kunne ikke refundere %1$s betaling" +#: WC_Gateway_Vipps.class.php:1348 +msgid "" +"Some very few themes do not work with the simulated pages used by this plugin, and needs a real page ID for this. " +"Choose a blank page for this; the content will be replaced, but the template and other metadata will be present. You " +"only need to use this if the plugin seems to break on the special %1$s pages." +msgstr "" +"Nogle meget få temaer fungerer ikke med de simulerede sider, som dette plugin bruger, og kræver en reel side ID til " +"dette. Vælg en blank side til dette; indholdet vil blive erstattet, men skabelonen og anden metadata vil være til " +"stede. Du behøver kun at bruge dette, hvis plugin'et ser ud til at gå i stykker på de specielle %1$s sider." -#: WC_Gateway_Vipps.class.php:675 WC_Gateway_Vipps.class.php:1743 -msgid "Could not refund %1$s payment for order id:" -msgstr "Kunne ikke refundere %1$s betaling for ordre id:" +#: VippsQRCodeController.class.php:94 +msgid "Somehow, this QR code has disappeard at %1$s. Save it to make it work again!" +msgstr "På en eller anden måde er denne QR-kode forsvundet på %1$s. Gem den for at få den til at virke igen!" -#: WC_Gateway_Vipps.class.php:662 -msgid "Cannot refund through %1$s - the refund amount is too large." -msgstr "Kan ikke refundere via %1$s - tilbagebetalingsbeløbet er for stort." +#: WC_Gateway_Vipps.class.php:1169 WC_Gateway_Vipps.class.php:1170 +#: WC_Gateway_Vipps.class.php:1428 WC_Gateway_Vipps.class.php:1429 +msgid "Subscription Key" +msgstr "Abonnement nøgle" -#: WC_Gateway_Vipps.class.php:659 -msgid "Cannot refund through %1$s - the payment has not been captured yet." -msgstr "Kan ikke refundere gennem %1$s - betalingen er endnu ikke blevet indfriet." +#: Vipps.class.php:1777 Vipps.class.php:1795 +msgid "Success" +msgstr "Succes" -#: WC_Gateway_Vipps.class.php:636 -msgid "Order does not need processing, but payment could not be captured at %1$s:" -msgstr "Ordren skal ikke behandles, men betalingen kunne ikke fanges på %1$s:" +#: WC_Gateway_Vipps.class.php:1038 +msgid "Support Helthjem as a shipping method in %1$s" +msgstr "Støt Helthjem som en forsendelsesmetode i %1$s" -#: WC_Gateway_Vipps.class.php:634 -msgid "Payment automatically captured at %1$s for order not needing processing" -msgstr "Betaling automatisk opkrævet ved %1$s for ordre, der ikke skal behandles" +#: WC_Gateway_Vipps.class.php:1008 +msgid "Support Porterbuddy as a shipping method in %1$s" +msgstr "Støt Porterbuddy som en fragtmetode i %1$s" -#: WC_Gateway_Vipps.class.php:608 -msgid "Could not refund payment through %1$s - ensure the refund is handled manually!" -msgstr "Kunne ikke refundere betaling gennem %1$s - sørg for at refusionen håndteres manuelt!" +#: WC_Gateway_Vipps.class.php:978 +msgid "Support Posten Norge as a shipping method in %1$s" +msgstr "Støt Posten Norge som forsendelsesmetode i %1$s" -#: WC_Gateway_Vipps.class.php:603 -msgid "Error when refunding payment through %1$s:" -msgstr "Fejl ved tilbagebetaling af betaling gennem %1$s:" +#: WC_Gateway_Vipps.class.php:998 +msgid "Support PostenNord as a shipping method in %1$s" +msgstr "Understøt PostenNord som en forsendelsesmetode i %1$s" -#: WC_Gateway_Vipps.class.php:597 -msgid "Temporary error when refunding payment through %1$s - ensure order is refunded manually, or reset the order to \"Processing\" and try again" -msgstr "Midlertidig fejl ved tilbagebetaling af betaling gennem %1$s - sørg for at ordren bliver refunderet manuelt, eller nulstil ordren til \"Behandler\" og prøv igen" +#: WC_Gateway_Vipps.class.php:988 +msgid "Support Posti as a shipping method in %1$s" +msgstr "Støt Posti som en forsendelsesmetode i %1$s" -#: WC_Gateway_Vipps.class.php:582 WC_Gateway_Vipps.class.php:652 -#: WC_Gateway_Vipps.class.php:1718 -msgid "Error getting payment details before doing refund: " -msgstr "Fejl ved hentning af betalingsdetaljer før tilbagebetaling: " +#: WC_Gateway_Vipps.class.php:1328 +msgid "Support WooCommerces Order Attribution API for Checkout and Express Checkout" +msgstr "Støt WooCommerces ordreattributions-API til Kassen og Express Kassen" -#: WC_Gateway_Vipps.class.php:544 -msgid "Could not cancel %1$s payment" -msgstr "Kunne ikke annullere %1$s betaling" +#: WC_Gateway_Vipps.class.php:728 +msgid "" +"Temporary error when refunding payment through %1$s - ensure order is refunded manually, or reset the order to " +"\"Processing\" and try again" +msgstr "" +"Midlertidig fejl ved tilbagebetaling af betaling gennem %1$s - sørg for at ordren bliver refunderet manuelt, eller " +"nulstil ordren til \"Behandler\" og prøv igen" -#: WC_Gateway_Vipps.class.php:415 -msgid "Use default template" -msgstr "Brug standard skabelon" +#: Vipps.class.php:496 +msgid "Terminated" +msgstr "Afsluttet" -#: WC_Gateway_Vipps.class.php:344 -msgid "Cannot use %1$s as status for non-autocapturable orders: payment is captured on this status. See the woo_vipps_captured_statuses-filter." -msgstr "Kan ikke bruge %1$s som status for ordrer der ikke automatisk kan fanges: betaling fanges på denne status. Se woo_vipps_captured_statuses-filteret." +#: Vipps.class.php:453 WC_Gateway_Vipps.class.php:1396 +msgid "Test mode" +msgstr "Testtilstand" -#: VippsKCSupport.class.php:81 -msgid "Disables the \"Select another Payment method\" button on the Klarna Checkout." -msgstr "Deaktiverer knappen \"Vælg en anden betalingsmetode\" på Klarna Checkout." +#: Vipps.class.php:952 +msgid "The %1$s plugins" +msgstr "%1$s plugins" -#: VippsKCSupport.class.php:79 -msgid "Disable other gateway button" -msgstr "Deaktiver anden gateway-knap" +#: VippsWCProductEditorV2.class.php:270 +#, php-format +msgid "The %1$s settings are configured so that no products will have a Buy Now button - including this." +msgstr "Indstillingerne for %1$s er konfigureret, så ingen produkter vil have en Køb nu-knap - heller ikke dette." -#: VippsKCSupport.class.php:75 -msgid "URL to the %1$s logo" -msgstr "URL til %1$s logoet" +#: Vipps.class.php:1413 VippsWCProductEditorV2.class.php:237 +#: VippsWCProductEditorV2.class.php:253 +msgid "" +"The %1$s settings are currently set up so all products that can be bought with Express Checkout will have a Buy Now " +"button." +msgstr "" +"%1$s-indstillingerne er i øjeblikket opsat således, at alle produkter, der kan købes med Express Checkout, vil have en " +"Køb Nu-knap." -#: VippsKCSupport.class.php:73 -msgid "Image url" -msgstr "Billede url" +#: Vipps.class.php:1424 +msgid "The %1$s settings are configured so that no products will have a Buy Now button - including this." +msgstr "%1$s indstillingerne er konfigureret således, at ingen produkter vil have en Køb Nu-knap - inklusive dette." -#: VippsKCSupport.class.php:69 -msgid "Description for %1$s payment method. This controls the description which the user sees in the checkout form." -msgstr "Beskrivelse for %1$s betalingsmetode. Dette styrer den beskrivelse, som brugeren ser i betalingsformularen." +#: WC_Gateway_Vipps.class.php:1024 +msgid "The API key provided to you by Porterbuddy" +msgstr "API-nøglen, som Porterbuddy har givet dig" -#: VippsCheckoutShippingMethods.php:117 VippsCheckoutShippingMethods.php:144 -#: VippsKCSupport.class.php:67 VippsQRCodeController.class.php:369 -#: WC_Gateway_Vipps.class.php:1032 -msgid "Description" -msgstr "Beskrivelse" +#: Vipps.class.php:759 +msgid "The brand will be automatically applied." +msgstr "Mærket vil blive anvendt automatisk." -#: VippsKCSupport.class.php:63 -msgid "Title for %1$s payment method. This controls the title which the user sees in the checkout form." -msgstr "Titel for %1$s betalingsmetode. Dette styrer den titel, som brugeren ser i betalingsformularen." +#: Vipps.class.php:2314 +msgid "The entire amount has been captured at %1$s" +msgstr "Hele beløbet er blevet indfanget på %1$s" -#: VippsKCSupport.class.php:61 -msgid "Name" -msgstr "Navn" +#: Vipps.class.php:433 +msgid "" +"The following is a listing of your webhooks. If you have changed your website name, you may see some hooks that you do " +"not recognize - these should be deleted" +msgstr "" +"Følgende er en liste over dine webhooks. Hvis du har ændret dit websitenavn, kan du se nogle hooks, som du ikke " +"genkender - disse bør slettes." -#: VippsKCSupport.class.php:57 -msgid "Activate %1$s as an external payment method for Klarna Checkout" -msgstr "Aktiver %1$s som en ekstern betalingsmetode for Klarna Checkout" +#: Vipps.class.php:751 +msgid "The Gutenberg Block" +msgstr "Gutenberg-blokken" -#: VippsKCSupport.class.php:55 -msgid "Activate" -msgstr "Aktiver" +#: admin/settings/VippsAdminSettings.class.php:165 +msgid "The image must be at least 167 pixels in height" +msgstr "Billedet skal være mindst 167 pixels i højden" -#: VippsKCSupport.class.php:51 -msgid "External Payment Method - %1$s" -msgstr "Ekstern Betalingsmetode - %1$s" +#: Vipps.class.php:4155 +msgid "" +"The link you have followed is for a product that is no longer available at this location. Please return to the store " +"and try again" +msgstr "" +"Linket du har fulgt er til et produkt, der ikke længere er tilgængeligt på denne placering. Vend venligst tilbage til " +"butikken og prøv igen." -#: VippsApi.class.php:1437 -msgid "No response from Vipps" -msgstr "Ingen respons fra Vipps" +#: WC_Gateway_Vipps.class.php:799 +#, php-format +msgid "" +"The money for order %1$d has not been captured, only reserved. %2$s %3$s of the reserved funds will be released when " +"the order is set to complete." +msgstr "" +"Pengene for ordre %1$d er ikke blevet indfanget, kun reserveret. %2$s %3$s af de reserverede midler vil blive frigivet, " +"når ordren er sat til færdig." -#: VippsApi.class.php:1085 -msgid "Refund for order" -msgstr "Refusion for ordre" +#: Vipps.class.php:1682 +msgid "The order is not a %1$s order" +msgstr "Ordren er ikke en %1$s ordre" -#: VippsApi.class.php:1048 -msgid "Order cancel for order" -msgstr "Annuller ordre for bestilling" +#: Vipps.class.php:926 Vipps.class.php:974 +msgid "The plugin is active - %1$s is available as a payment method." +msgstr "Pluginnet er aktivt - %1$s er tilgængelig som en betalingsmetode." -#: VippsApi.class.php:1009 VippsApi.class.php:1015 -msgid "Order capture for order" -msgstr "Ordreoptagelse for ordre" +#: Vipps.class.php:1577 VippsWCProductEditorV2.class.php:121 +msgid "The product doesn't exist" +msgstr "Produktet eksisterer ikke" -#: VippsApi.class.php:516 VippsApi.class.php:769 -msgid "Confirm your order from" -msgstr "Bekræft din ordre fra" +#: WC_Gateway_Vipps.class.php:1017 +msgid "The public key provided to you by Porterbuddy" +msgstr "Den offentlige nøgle, der er leveret til dig af Porterbuddy." -#: VippsApi.class.php:430 VippsApi.class.php:431 VippsApi.class.php:434 -#: VippsApi.class.php:435 VippsApi.class.php:598 VippsApi.class.php:599 -#: VippsApi.class.php:602 VippsApi.class.php:603 VippsApi.class.php:727 -#: VippsApi.class.php:728 VippsApi.class.php:731 VippsApi.class.php:732 -#: VippsApi.class.php:993 VippsApi.class.php:994 VippsApi.class.php:997 -#: VippsApi.class.php:998 VippsApi.class.php:1037 VippsApi.class.php:1038 -#: VippsApi.class.php:1041 VippsApi.class.php:1042 VippsApi.class.php:1067 -#: VippsApi.class.php:1068 VippsApi.class.php:1071 VippsApi.class.php:1072 -#: VippsApi.class.php:1104 VippsApi.class.php:1105 VippsApi.class.php:1108 -#: VippsApi.class.php:1109 VippsApi.class.php:1129 VippsApi.class.php:1130 -#: VippsApi.class.php:1133 VippsApi.class.php:1134 VippsApi.class.php:1157 -#: VippsApi.class.php:1158 VippsApi.class.php:1161 VippsApi.class.php:1162 -#: VippsApi.class.php:1192 VippsApi.class.php:1193 VippsApi.class.php:1196 -#: VippsApi.class.php:1197 VippsApi.class.php:1235 VippsApi.class.php:1236 -#: VippsApi.class.php:1239 VippsApi.class.php:1240 VippsApi.class.php:1259 -#: VippsApi.class.php:1260 VippsApi.class.php:1263 VippsApi.class.php:1264 -#: VippsApi.class.php:1281 VippsApi.class.php:1282 VippsApi.class.php:1285 -#: VippsApi.class.php:1286 VippsApi.class.php:1322 VippsApi.class.php:1323 -#: VippsApi.class.php:1326 VippsApi.class.php:1327 VippsApi.class.php:1347 -#: VippsApi.class.php:1348 VippsApi.class.php:1351 VippsApi.class.php:1352 -msgid "The Vipps gateway is not correctly configured." -msgstr "Vipps gatewayen er ikke korrekt konfigureret." +#: Vipps.class.php:2444 +msgid "The reference %1$s and order id %2$s does not match in webhook event %3$s - callback is invalid for the order." +msgstr "Referencen %1$s og ordre-id %2$s stemmer ikke overens i webhook-begivenhed %3$s - callback er ugyldig for ordren." -#: VippsApi.class.php:176 VippsApi.class.php:179 -msgid "Could not get Vipps access token" -msgstr "Kunne ikke få Vipps adgangstoken" +#: WC_Gateway_Vipps.class.php:1051 +msgid "The ShopId provided to you by Helthjem" +msgstr "ButiksId leveret til dig af Helthjem" -#: Vipps.class.php:4407 -msgid "Waiting for your order confirmation" -msgstr "Venter på din ordrebekræftelse" +#: Vipps.class.php:756 +msgid "The shortcode looks like this:" +msgstr "Shortkoden ser sådan ud:" -#: Vipps.class.php:4398 -msgid "Continue" -msgstr "Fortsæt" +#: VippsApi.class.php:680 +msgid "" +"The transaction text is too long! We are using a shorter transaction text to allow the transaction text to go through, " +"but please check the 'woo_vipps_transaction_text_shop_id' filter so that you can use a shorter name for your store" +msgstr "" +"Transaktionsteksten er for lang! Vi bruger en kortere transaktionstekst for at tillade at transaktionsteksten kan gå " +"igennem, men tjek venligst 'woo_vipps_transaction_text_shop_id' filteret, så du kan bruge et kortere navn til din butik." -#: Vipps.class.php:4397 -msgid "Order confirmed" -msgstr "Ordre bekræftet" +#: admin/settings/VippsAdminSettings.class.php:166 +msgid "The uploaded image is too small. It must be at least 167 pixels in height." +msgstr "Det uploadede billede er for lille. Det skal være mindst 167 pixels i højden." -#: Vipps.class.php:4393 -msgid "An error occured during order confirmation. The error has been logged. Please contact us to determine the status of your order" -msgstr "En fejl opstod under ordrebekræftelse. Fejlen er blevet logget. Kontakt os venligst for at bestemme status på din ordre." +#: WC_Gateway_Vipps.class.php:1059 +msgid "The Username provided to you by Helthjem" +msgstr "Brugernavnet leveret til dig af Helthjem" -#: Vipps.class.php:4392 -msgid "Error during order confirmation" -msgstr "Fejl under ordrebekræftelse" +#: WC_Gateway_Vipps.class.php:1939 +msgid "The value of the order is less than the amount captured." +msgstr "Værdien af ordren er mindre end det indfangede beløb." -#: Vipps.class.php:4375 -msgid "Waiting for confirmation of purchase from %1$s" -msgstr "Venter på bekræftelse af køb fra %1$s" +#: VippsApi.class.php:468 VippsApi.class.php:469 VippsApi.class.php:472 +#: VippsApi.class.php:473 VippsApi.class.php:637 VippsApi.class.php:638 +#: VippsApi.class.php:641 VippsApi.class.php:642 VippsApi.class.php:767 +#: VippsApi.class.php:768 VippsApi.class.php:771 VippsApi.class.php:772 +#: VippsApi.class.php:1042 VippsApi.class.php:1043 VippsApi.class.php:1046 +#: VippsApi.class.php:1047 VippsApi.class.php:1086 VippsApi.class.php:1087 +#: VippsApi.class.php:1090 VippsApi.class.php:1091 VippsApi.class.php:1116 +#: VippsApi.class.php:1117 VippsApi.class.php:1120 VippsApi.class.php:1121 +#: VippsApi.class.php:1153 VippsApi.class.php:1154 VippsApi.class.php:1157 +#: VippsApi.class.php:1158 VippsApi.class.php:1178 VippsApi.class.php:1179 +#: VippsApi.class.php:1182 VippsApi.class.php:1183 VippsApi.class.php:1205 +#: VippsApi.class.php:1206 VippsApi.class.php:1209 VippsApi.class.php:1210 +#: VippsApi.class.php:1240 VippsApi.class.php:1241 VippsApi.class.php:1244 +#: VippsApi.class.php:1245 VippsApi.class.php:1283 VippsApi.class.php:1284 +#: VippsApi.class.php:1287 VippsApi.class.php:1288 VippsApi.class.php:1307 +#: VippsApi.class.php:1308 VippsApi.class.php:1311 VippsApi.class.php:1312 +#: VippsApi.class.php:1329 VippsApi.class.php:1330 VippsApi.class.php:1333 +#: VippsApi.class.php:1334 VippsApi.class.php:1370 VippsApi.class.php:1371 +#: VippsApi.class.php:1374 VippsApi.class.php:1375 VippsApi.class.php:1395 +#: VippsApi.class.php:1396 VippsApi.class.php:1399 VippsApi.class.php:1400 +msgid "The Vipps gateway is not correctly configured." +msgstr "Vipps gatewayen er ikke korrekt konfigureret." -#: Vipps.class.php:4355 Vipps.class.php:4394 Vipps.class.php:4402 -msgid "Continue shopping" -msgstr "Fortsæt indkøb" +#: VippsQRCodeController.class.php:233 +msgid "" +"There are some QR codes present at Vipps that are not part of this Website. This may be because these are part of some " +"other website using this same account, or they may have gotten 'lost' in a database restore - or maybe you are " +"creating an entire new site. If neccessary, you can import these into your current site and manage them from here" +msgstr "" +"Der er nogle QR-koder til stede hos Vipps, der ikke er en del af dette websted. Dette kan være fordi de er en del af et " +"andet websted, der bruger denne samme konto, eller de kan være blevet 'tabt' i en databasegendannelse - eller " +"måske du er ved at skabe en helt ny side. Hvis det er nødvendigt, kan du importere disse ind på dit nuværende websted " +"og administrere dem herfra." -#: Vipps.class.php:4354 Vipps.class.php:4357 Vipps.class.php:4401 -msgid "Order cancelled" -msgstr "Ordre annulleret" +#: Vipps.class.php:2491 +msgid "There is no order with this %1$s orderid, callback fails:" +msgstr "Der er ingen ordre med denne %1$s ordreid, callback mislykkes:" -#: Vipps.class.php:63 WC_Gateway_Vipps.class.php:3329 -msgid "Vipps Express Checkout" -msgstr "Vipps Express Checkout" +#: Vipps.class.php:2497 +msgid "There is no order with this order id, callback fails:" +msgstr "Der er ingen ordre med dette ordre-id, tilbagekaldelsen mislykkes:" -#: Vipps.class.php:4241 -msgid "Order in progress" -msgstr "Ordre i gang" +#: WC_Gateway_Vipps.class.php:1392 +msgid "" +"These are settings for developers that contain extra features that are normally not useful for regular users, or are " +"not yet ready for primetime" +msgstr "" +"Dette er indstillinger for udviklere, der indeholder ekstra funktioner, som normalt ikke er nyttige for almindelige " +"brugere, eller som endnu ikke er klar til primetime." -#: Vipps.class.php:4239 -msgid "Please wait while we are preparing your order" -msgstr "Vent venligst mens vi forbereder din ordre" +#: WC_Gateway_Vipps.class.php:1604 +msgid "This order cannot be paid with %1$s - please try another payment method or try again later" +msgstr "Denne ordre kan ikke betales med %1$s - prøv venligst en anden betalingsmetode eller prøv igen senere" -#: Vipps.class.php:4187 -msgid "You recently completed an order with exactly the same products as you are buying now. There should be an email in your inbox from the previous purchase. Are you sure you want to order again?" -msgstr "Du har for nylig fuldført en ordre med nøjagtig de samme produkter, som du køber nu. Der skulle være en e-mail i din indbakke fra det forrige køb. Er du sikker på, at du vil bestille igen?" +#: VippsCheckout.class.php:911 +msgid "" +"This page is used for the alternative %1$s page, which you can choose to use instead of the normal WooCommerce checkout " +"page. " +msgstr "" +"Denne side bruges til det alternative %1$s side, som du kan vælge at bruge i stedet for den normale WooCommerce " +"checkout side." -#: Vipps.class.php:4186 VippsQRCodeController.class.php:235 -msgid "Are you sure?" -msgstr "Er du sikker?" +#: Vipps.class.php:903 +msgid "This plugin gives you %1$s in WooCommerce, either as a fully fledged Checkout, or as a flexible payment method." +msgstr "Dette plugin giver dig %1$s i WooCommerce, enten som en fuldt udviklet Checkout eller som en fleksibel betalingsmetode." -#: Vipps.class.php:4161 -msgid "Please read and accept the terms and conditions to proceed with your order." -msgstr "Læs og accepter venligst vilkår og betingelser for at fortsætte med din bestilling." +#: Vipps.class.php:955 +msgid "" +"This plugin implements a %1$s checkout solution for WooCommerce and an alternate %1$s hosted checkout that supports " +"both %2$s and credit cards. It also supports %1$s's QR-api for creating QR-codes to your landing pages or products." +msgstr "" +"Dette plugin implementerer en %1$s betalingsløsning for WooCommerce og en alternativ %1$s hostet betalingsløsning, der " +"understøtter både %2$s og kreditkort. Den understøtter også %1$s's QR-api til at oprette QR-koder til dine " +"landingssider eller produkter." -#: Vipps.class.php:4110 -msgid "It seems a customer is trying to re-order product(s) recently bought in the same session, asking user for confirmation" -msgstr "Det ser ud til, at en kunde forsøger at genbestille produkt(er), som for nylig blev købt i den samme session, og beder brugeren om bekræftelse." +#: Vipps.class.php:1418 +msgid "This product does not support express checkout, and so will not have a Buy Now button." +msgstr "Dette produkt understøtter ikke express checkout, og vil derfor ikke have en Køb Nu-knap." -#: Vipps.class.php:4047 -msgid "Your shopping cart is empty" -msgstr "Din indkøbskurv er tom" +#: VippsWCProductEditorV2.class.php:237 +msgid "This product does not support express checkout, and so will not have a Buy Now button." +msgstr "Dette produkt understøtter ikke ekspreskøb, og vil derfor ikke have en Køb nu-knap." -#: Vipps.class.php:4005 -msgid "The link you have followed is for a product that is no longer available at this location. Please return to the store and try again" -msgstr "Linket du har fulgt er til et produkt, der ikke længere er tilgængeligt på denne placering. Vend venligst tilbage til butikken og prøv igen." +#: Vipps.class.php:1416 VippsWCProductEditorV2.class.php:253 +msgid "This product supports express checkout, and so will have a Buy Now button." +msgstr "Dette produkt understøtter hurtig kassen, og vil derfor have en Køb Nu-knap." -#: Vipps.class.php:4004 -msgid "Product is no longer available" -msgstr "Produktet er ikke længere tilgængeligt" +#: Vipps.class.php:1778 Vipps.class.php:1796 +msgid "Timestamp" +msgstr "Tidsstempel" -#: Vipps.class.php:3715 -msgid "Unknown payment status" -msgstr "Ukendt betalingsstatus" +#: VippsCheckoutShippingMethods.php:68 VippsCheckoutShippingMethods.php:136 +msgid "Title" +msgstr "Titel" -#: Vipps.class.php:3707 -msgid "Payment captured" -msgstr "Betaling indfanget" +#: VippsKCSupport.class.php:63 +msgid "Title for %1$s payment method. This controls the title which the user sees in the checkout form." +msgstr "Titel for %1$s betalingsmetode. Dette styrer den titel, som brugeren ser i betalingsformularen." -#: Vipps.class.php:3701 -msgid "Payment authorized" -msgstr "Betaling godkendt" +#: VippsCheckoutShippingMethods.php:138 +msgid "Title to be display on site" +msgstr "Titel der skal vises på siden" -#: Vipps.class.php:3683 Vipps.class.php:3712 -msgid "Order failed" -msgstr "Ordre mislykkedes" +#: WC_Gateway_Vipps.class.php:3720 +msgid "" +"To activate %1$s, just press the button below. Otherwise, %2$s will of course be available in the regular checkout " +"screen; and you can also offer %3$s from both the product pages and the shopping cart if you wish." +msgstr "" +"For at aktivere %1$s, skal du blot trykke på knappen nedenfor. Ellers vil %2$s selvfølgelig være tilgængelig på den " +"sædvanlige betalingsskærm; og du kan også tilbyde %3$s fra både produkt siderne og indkøbskurven, hvis du ønsker det." -#: Vipps.class.php:3678 Vipps.class.php:3693 -msgid "Waiting on order" -msgstr "Venter på ordre" +#: Vipps.class.php:1485 VippsWCProductEditorV2.class.php:295 +msgid "" +"To create a QR code for your shareable link, we recommend copying the URL and then using the %1$s QR " +"Api" +msgstr "" +"For at oprette en QR-kode til dit delbare link, anbefaler vi at kopiere URL'en og derefter bruge %1$s QR " +"Api" -#: Vipps.class.php:3668 Vipps.class.php:3673 -msgid "Not an order" -msgstr "Ikke en ordre" +#: Vipps.class.php:428 +msgid "To do this, the plugin will automatically add webhooks for the MSN - Merchant Serial Numbers - configured on this site" +msgstr "For at gøre dette, vil plugin'et automatisk tilføje webhooks for MSN - Merchant Serienumre - konfigureret på dette site." -#: Vipps.class.php:3571 -msgid "Your product is temporarily no longer available for purchase" -msgstr "Dit produkt er midlertidigt ikke længere tilgængeligt for køb." +#: Vipps.class.php:950 +#, php-format +msgid "" +"To order or configure your %1$s account that powers these plugins, log onto the %1$s " +"portal and use the keys and data from that to set up your plugins as needed." +msgstr "" +"For at bestille eller konfigurere din %1$s-konto, der driver disse plugins, log ind på %1$s-portalen og brug nøglerne og dataene derfra til at opsætte dine plugins efter behov." -#: Vipps.class.php:3565 -msgid "Selected product variant is not available for purchase" -msgstr "Den valgte produktvariant er ikke tilgængelig for køb" +#: Vipps.class.php:4313 +msgid "To the %1$s app!" +msgstr "Til %1$s appen!" -#: Vipps.class.php:3553 -msgid "Selected product variant is not available" -msgstr "Den valgte produktvariant er ikke tilgængelig." +#: Vipps.class.php:1706 +msgid "Transaction details" +msgstr "Transaktionsdetaljer" -#: Vipps.class.php:3543 -msgid "Unknown product, cannot create order" -msgstr "Ukendt produkt, kan ikke oprette ordre" +#: Vipps.class.php:1701 +msgid "Transaction details not retrievable: " +msgstr "Transaktionsdetaljer kan ikke hentes:" -#: Vipps.class.php:3536 -msgid "Error finding product - cannot create order" -msgstr "Fejl ved fund af produkt - kan ikke oprette ordre" +#: Vipps.class.php:1780 Vipps.class.php:1797 +msgid "Transaction ID" +msgstr "Transaktions-ID" -#: Vipps.class.php:3482 Vipps.class.php:3627 Vipps.class.php:4162 -#: WC_Gateway_Vipps.class.php:676 WC_Gateway_Vipps.class.php:1658 -#: WC_Gateway_Vipps.class.php:1744 WC_Gateway_Vipps.class.php:1790 -msgid "%1$s is temporarily unavailable." -msgstr "%1$s er midlertidigt utilgængelig." +#: Vipps.class.php:1771 Vipps.class.php:1785 +msgid "Transaction Log" +msgstr "Transaktionslog" -#: Vipps.class.php:3469 Vipps.class.php:3607 -msgid "Error calculating static shipping" -msgstr "Fejl ved beregning af statisk fragtpris" +#: Vipps.class.php:1719 +msgid "Transaction summary" +msgstr "Transaktionsoversigt" -#: Vipps.class.php:3456 Vipps.class.php:3461 Vipps.class.php:3471 -#: Vipps.class.php:3593 Vipps.class.php:3599 Vipps.class.php:3609 -msgid "Could not create order" -msgstr "Kunne ikke oprette ordre" +#: Vipps.class.php:1779 +msgid "Transaction text" +msgstr "Transaktionstekst" -#: Vipps.class.php:3446 -msgid "Some of the products in your cart are no longer available in the quantities you have ordered. Please edit your order before continuing the checkout" -msgstr "Nogle af produkterne i din kurv er ikke længere tilgængelige i de mængder, du har bestilt. Venligst rediger din ordre før du fortsætter til kassen." +#: WC_Gateway_Vipps.class.php:1965 +msgid "Trying to cancel payment on order not made by %1$s:" +msgstr "Forsøger at annullere betaling på ordre ikke lavet af %1$s:" -#: Vipps.class.php:3415 -msgid "Processing order... " -msgstr "Behandler ordre... " +#: WC_Gateway_Vipps.class.php:1788 +msgid "Trying to capture payment on order not made by %1$s:" +msgstr "Prøver at indfange betaling på ordre, der ikke er lavet af %1$s:" -#: Vipps.class.php:3379 -msgid "Unknown error customer in express checkout." -msgstr "Ukendt fejl kunde i ekspres kassen." +#: WC_Gateway_Vipps.class.php:2051 +msgid "Trying to refund payment on %1$s payment not captured:" +msgstr "Forsøger at refunder betaling på %1$s betaling ikke fanget:" -#: Vipps.class.php:3377 -msgid "Error creating customer in express checkout: " -msgstr "Fejl ved oprettelse af kunde i hurtig kassen: " +#: WC_Gateway_Vipps.class.php:1911 WC_Gateway_Vipps.class.php:2042 +msgid "Trying to refund payment on order not made by %1$s:" +msgstr "Prøver at refundere betaling på ordre, der ikke er foretaget af %1$s:" -#: Vipps.class.php:3102 -msgid "Error getting order status at %1$s for order %2$d" -msgstr "Fejl ved hentning af ordrestatus hos %1$s for ordre %2$d" +#: WC_Gateway_Vipps.class.php:1603 +msgid "Trying to start order %1$s with status %2$s - only 'pending' and 'failed' are allowed, so this will fail" +msgstr "Prøver at starte ordre %1$s med status %2$s - kun 'ventende' og 'mislykket' er tilladt, så dette vil fejle" -#: Vipps.class.php:3100 -msgid "For order %2$d order status at %1$s is %3$s" -msgstr "For ordre %2$d er ordrestatus på %1$s %3$s" +#: Vipps.class.php:713 +msgid "Turn on support for %1$s On-site Messaging badges" +msgstr "Aktivér understøttelse for %1$s On-site Messaging badges" -#: Vipps.class.php:3097 -msgid "Callback from %1$s delayed or never happened; order status checked by periodic job" -msgstr "Tilbagekald fra %1$s blev forsinket eller skete aldrig; ordrestatus kontrolleret af periodisk job" +#: WC_Gateway_Vipps.class.php:1332 +msgid "" +"Turn this on to add support for Woos Order Attribution API for Checkout and Express Checkout. Some stores have reported " +"problems when using this API together with Vipps, so be sure to test this if you turn it on." +msgstr "" +"Aktiver dette for at tilføje support til Woos Order Attribution API for Checkout og Express Checkout. Nogle butikker " +"har rapporteret problemer, når de bruger denne API sammen med Vipps, så sørg for at teste dette, hvis du tænder for det." -#: Vipps.class.php:3091 -msgid "Restoring session of order %1$d" -msgstr "Genopretter session af ordre %1$d" +#: WC_Gateway_Vipps.class.php:1572 WC_Gateway_Vipps.class.php:1682 +msgid "Unfortunately, the %1$s payment method is currently unavailable. Please choose another method." +msgstr "Desværre er betalingsmetoden %1$s i øjeblikket ikke tilgængelig. Vælg venligst en anden metode." -#: Vipps.class.php:2907 -msgid "Cannot use shipping method %2$s in %1$s Express checkout: the shipping method isn't serializable." -msgstr "Kan ikke bruge forsendelsesmetoden %2$s i %1$s Express checkout: forsendelsesmetoden kan ikke serialiseres." +#: WC_Gateway_Vipps.class.php:1669 +msgid "Unfortunately, the %1$s payment method is temporarily unavailable. Please wait or choose another method." +msgstr "Desværre er betalingsmetoden %1$s midlertidigt utilgængelig. Vent venligst eller vælg en anden metode." -#: Vipps.class.php:2855 -msgid "Unavailable shipping method set as default in the %1$s Express Checkout shipping callback - check the 'woo_vipps_default_shipping_method' filter" -msgstr "Ikke tilgængelig forsendelsesmetode indstillet som standard i %1$s Express Checkout-forsendelsescallback - tjek filteret 'woo_vipps_default_shipping_method'" +#: VippsCheckout.class.php:390 +msgid "Unknown error creating %1$s partial order" +msgstr "Ukendt fejl ved oprettelse af %1$s delordre" -#: Vipps.class.php:2804 Vipps.class.php:2953 -msgid "No shipping required" -msgstr "Ingen fragt nødvendig" +#: VippsCheckout.class.php:464 +msgid "Unknown error creating %1$s session" +msgstr "Ukendt fejl ved oprettelse af %1$s session" -#: Vipps.class.php:2692 -msgid "Invalid order for shipping callback:" -msgstr "Ugyldig ordre til forsendelses tilbagekaldelse:" +#: Vipps.class.php:3530 +msgid "Unknown error customer in express checkout." +msgstr "Ukendt fejl kunde i ekspres kassen." -#: Vipps.class.php:2688 -msgid "Could not find Woo order with id:" -msgstr "Kunne ikke finde Woo-ordre med id:" +#: VippsQRCodeController.class.php:176 +msgid "Unknown operation" +msgstr "Ukendt operation" -#: Vipps.class.php:2680 -msgid "Callback was:" -msgstr "Tilbagekaldelse var:" +#: Vipps.class.php:1677 Vipps.class.php:4460 +msgid "Unknown order" +msgstr "Ukendt ordre" -#: Vipps.class.php:2680 -msgid "Could not find %1$s order with id:" -msgstr "Kunne ikke finde %1$s ordre med id:" +#: Vipps.class.php:3865 +msgid "Unknown payment status" +msgstr "Ukendt betalingsstatus" -#: Vipps.class.php:2670 -msgid "Raw input was " -msgstr "Ubehandlet input var " +#: Vipps.class.php:3694 +msgid "Unknown product, cannot create order" +msgstr "Ukendt produkt, kan ikke oprette ordre" -#: Vipps.class.php:2669 -msgid "Error getting customer data in the %1$s shipping details callback: %2$s" -msgstr "Fejl ved hentning af kundeoplysninger i %1$s forsendelsesdetaljer-callback: %2$s" +#: VippsQRCodeController.class.php:273 +msgid "Unsynchronized QR codes" +msgstr "Usynkroniserede QR-koder" -#: Vipps.class.php:2365 -msgid "Error was: %1$s" -msgstr "Fejlen var: %1$s" +#: VippsQRCodeController.class.php:617 +msgid "Update QR Code" +msgstr "Opdater QR-kode" -#: Vipps.class.php:2364 -msgid "Did not understand callback from %1$s:" -msgstr "Forstod ikke callback fra %1$s:" +#: Vipps.class.php:746 +msgid "Update settings" +msgstr "Opdater indstillinger" -#: Vipps.class.php:2324 -msgid "Refund superfluous payment" -msgstr "Refunder overflødig betaling" +#: admin/settings/VippsAdminSettings.class.php:161 +#: WC_Gateway_Vipps.class.php:111 WC_Gateway_Vipps.class.php:114 +msgid "Upload image" +msgstr "Upload billede" -#: Vipps.class.php:2320 -msgid "More funds than the order total has been captured at %1$s. Press this button to refund this amount at %1$s without editing this order" -msgstr "Der er blevet registreret flere penge end ordretotalen på %1$s. Tryk på denne knap for at refundere dette beløb til %1$s uden at redigere ordren." +#: VippsQRCodeController.class.php:628 +msgid "Uploaded to this item" +msgstr "Uploadet til dette element" -#: Vipps.class.php:2299 -msgid "Capture payment" -msgstr "Opfang betaling" +#: VippsQRCodeController.class.php:63 VippsQRCodeController.class.php:244 +#: VippsQRCodeController.class.php:337 VippsQRCodeController.class.php:362 +msgid "URL" +msgstr "URL" -#: Vipps.class.php:2290 -msgid "The entire amount has been captured at %1$s" -msgstr "Hele beløbet er blevet indfanget på %1$s" +#: VippsKCSupport.class.php:75 +msgid "URL to the %1$s logo" +msgstr "URL til %1$s logoet" -#: Vipps.class.php:2207 -msgid "Add a %1$s Buy Now-button to the product block" -msgstr "Tilføj en %1$s Køb Nu-knap til produktblokken" +#: WC_Gateway_Vipps.class.php:1206 +msgid "Use %1$s as default payment method on checkout page" +msgstr "Brug %1$s som standard betalingsmetode på betalingssiden" -#: Vipps.class.php:2206 -msgid "%1$s Buy Now button" -msgstr "%1$s Køb Nu-knap" +#: WC_Gateway_Vipps.class.php:3718 +msgid "Use %1$s for all purchases" +msgstr "Brug %1$s til alle køb" -#: Vipps.class.php:2202 -msgid "Buy now with" -msgstr "Køb nu med" +#: WC_Gateway_Vipps.class.php:1345 +msgid "Use a real page ID" +msgstr "Brug en ægte side-ID" -#: Vipps.class.php:1900 -msgid "Cannot use flock() to lock orders: cannot create lockfiles " -msgstr "Kan ikke bruge flock() til at låse ordrer: kan ikke oprette låsefiler " +#: WC_Gateway_Vipps.class.php:1344 +msgid "Use a real page ID for the special %1$s pages - neccessary for some themes" +msgstr "Brug et rigtigt side-ID for de specielle %1$s sider - nødvendigt for nogle temaer" -#: Vipps.class.php:1893 -msgid "Cannot use flock() to lock orders: cannot create or write to directory" -msgstr "Kan ikke bruge flock() til at låse ordrer: kan ikke oprette eller skrive til mappe" +#: WC_Gateway_Vipps.class.php:527 +msgid "Use a simulated page (default)" +msgstr "Brug en simuleret side (standard)" -#: Vipps.class.php:1766 -msgid "Request ID" -msgstr "Anmodning ID" +#: VippsQRCodeController.class.php:626 +msgid "Use as featured image" +msgstr "Brug som fremhævet billede" -#: Vipps.class.php:1765 Vipps.class.php:1782 -msgid "Transaction ID" -msgstr "Transaktions-ID" +#: WC_Gateway_Vipps.class.php:513 +msgid "Use default template" +msgstr "Brug standard skabelon" -#: Vipps.class.php:1764 -msgid "Transaction text" -msgstr "Transaktionstekst" +#: WC_Gateway_Vipps.class.php:1369 WC_Gateway_Vipps.class.php:1370 +msgid "Use flock() to lock orders for Express Checkout" +msgstr "Brug flock() til at låse ordrer for Express Checkout" -#: Vipps.class.php:1763 Vipps.class.php:1781 -msgid "Timestamp" -msgstr "Tidsstempel" +#: WC_Gateway_Vipps.class.php:1310 +msgid "Use new shipping callback" +msgstr "Brug ny forsendelse callback" -#: Vipps.class.php:1762 Vipps.class.php:1780 -msgid "Success" -msgstr "Succes" +#: WC_Gateway_Vipps.class.php:1304 +msgid "Use old-style shipping callback for express checkout" +msgstr "Brug gammeldags forsendelsesopkald til hurtig kassegang" -#: Vipps.class.php:1761 Vipps.class.php:1779 -msgid "Amount" -msgstr "Beløb" +#: WC_Gateway_Vipps.class.php:1337 +msgid "Use specific template for %1$s" +msgstr "Brug specifik skabelon for %1$s" -#: Vipps.class.php:1760 Vipps.class.php:1775 -msgid "Operation" -msgstr "Operation" +#: WC_Gateway_Vipps.class.php:1372 +msgid "" +"Use the flock() system call to ensure orders are only finalized once. You can use this for normal setups, but probably " +"not on Windows with IIS, and possibly not on distributed filesystems like NFS. If you don\\t know what it is, probably " +"do not use it. If you get duplicated shipping lines on some express orders, you may try using this" +msgstr "" +"Brug flock() systemkaldet for at sikre, at ordrer kun afsluttes én gang. Du kan bruge dette til normale opsætninger, " +"men sandsynligvis ikke på Windows med IIS, og muligvis ikke på distribuerede filsystemer som NFS. Hvis du ikke ved, " +"hvad det er, skal du sandsynligvis ikke bruge det. Hvis du får duplikerede leveringslinjer på nogle ekspressordrer, kan " +"du prøve at bruge dette." -#: Vipps.class.php:1756 Vipps.class.php:1770 -msgid "Transaction Log" -msgstr "Transaktionslog" +#: WC_Gateway_Vipps.class.php:1360 +msgid "Use this image for the order confirmation link uploaded to the customers' %1$s app" +msgstr "Brug dette billede til ordrebekræftelseslinket, der er uploadet til kundernes %1$s app" -#: Vipps.class.php:1738 Vipps.class.php:1744 Vipps.class.php:1753 -msgid "Email" -msgstr "E-mail" +#: WC_Gateway_Vipps.class.php:1340 +msgid "" +"Use this template from your theme or child-theme to display all the special %1$s pages. You will probably want a " +"full-width template and it should call 'the_content()' normally." +msgstr "" +"Brug denne skabelon fra dit tema eller barn-tema til at vise alle de specielle %1$s sider. Du vil sandsynligvis ønske " +"en fuldbredde skabelon, og den bør normalt kalde 'the_content()'." -#: Vipps.class.php:1737 Vipps.class.php:1752 -msgid "Mobile Number" -msgstr "Mobilnummer" +#: WC_Gateway_Vipps.class.php:1305 +msgid "Use your current shipping filters" +msgstr "Brug dine nuværende forsendelsesfiltre" -#: Vipps.class.php:1736 Vipps.class.php:1751 -msgid "Last Name" -msgstr "Efternavn" +#: Vipps.class.php:507 +msgid "User Checked in" +msgstr "Bruger Tjekket ind" -#: Vipps.class.php:1735 Vipps.class.php:1750 -msgid "First Name" -msgstr "Fornavn" +#: Vipps.class.php:1758 Vipps.class.php:1763 +msgid "User details" +msgstr "Bruger detaljer" -#: Vipps.class.php:1749 +#: Vipps.class.php:1764 msgid "User ID" msgstr "Bruger-ID" -#: Vipps.class.php:1743 Vipps.class.php:1748 -msgid "User details" -msgstr "Bruger detaljer" +#: Blocks/Badges/vipps-badge.php:63 Vipps.class.php:732 Vipps.class.php:1527 +#: Blocks/dist/vipps-badge/index.js:1 +msgid "Variant" +msgstr "Variant" -#: Vipps.class.php:1721 -msgid "Shipping method ID" -msgstr "Forsendelsesmetode ID" +#: src/admin/blocks/src/product-shareable-link/edit.tsx:223 +#: src/admin/blocks/src/product-shareable-link/edit.tsx:248 +msgid "Variation" +msgstr "Variation" -#: Vipps.class.php:1720 -msgid "Shipping cost" -msgstr "Fragtomkostninger" +#: Vipps.class.php:474 +msgid "View" +msgstr "Se" -#: Vipps.class.php:1719 -msgid "Shipping method" -msgstr "Forsendelsesmetode" +#: VippsQRCodeController.class.php:618 +msgid "View QR Code" +msgstr "Se QR-kode" -#: Vipps.class.php:1718 -msgid "Address" -msgstr "Adresse" +#: VippsQRCodeController.class.php:619 +msgid "View QR Codes" +msgstr "Se QR-koder" -#: Vipps.class.php:1717 -msgid "Shipping details" -msgstr "Fragt detaljer" +#: WC_Gateway_Vipps.class.php:1131 +msgid "Vipps" +msgstr "Vipps" -#: Vipps.class.php:1708 -msgid "Remaining amount to refund" -msgstr "Resterende beløb til tilbagebetaling" +#: Vipps.class.php:64 WC_Gateway_Vipps.class.php:3552 +msgid "Vipps Checkout" +msgstr "Vipps Kassen" -#: Vipps.class.php:1707 -msgid "Refunded amount" -msgstr "Refunderet beløb" +#: VippsCheckout.class.php:616 +#, php-format +msgid "Vipps Checkout cannot be used for orders less than %1$s %2$s" +msgstr "Vipps Checkout kan ikke bruges til ordrer under %1$s %2$s" -#: Vipps.class.php:1706 -msgid "Remaining amount to capture" -msgstr "Resterende beløb til indfangning" +#: Vipps.class.php:67 WC_Gateway_Vipps.class.php:3551 +msgid "Vipps Express Checkout" +msgstr "Vipps Express Checkout" -#: Vipps.class.php:1705 -msgid "Capured amount" -msgstr "Indfanget beløb" +#: Vipps.class.php:61 WC_Gateway_Vipps.class.php:167 +#: WC_Gateway_Vipps.class.php:168 +msgid "Vipps MobilePay" +msgstr "Vipps MobilePay" -#: Vipps.class.php:1704 -msgid "Transaction summary" -msgstr "Transaktionsoversigt" +#: VippsQRCodeController.class.php:231 +msgid "Vipps QR-codes not present on this site" +msgstr "Vipps QR-koder er ikke til stede på denne side" -#: Vipps.class.php:1699 -msgid "All values in ører (1/100 NOK)" -msgstr "Alle værdier i øre (1/100 NOK)" +#: Vipps.class.php:73 +msgid "Vipps Recurring Payments" +msgstr "Vipps Gentagne Betalinger" -#: Vipps.class.php:1692 -msgid "Order status" -msgstr "Ordrestatus" +#: VippsDismissibleAdminBanners.class.php:190 +msgid "" +"Vipps Recurring Payments for WooCommerce is perfect if you sell subscriptions or memberships. The plugin is available " +"for Wordpress and WooCommerce - get started here!" +msgstr "" +"Vipps Gentagende Betalinger for WooCommerce er perfekt, hvis du sælger abonnementer eller medlemskaber. Pluginet er " +"tilgængeligt for WordPress og WooCommerce - kom i gang her!" -#: Vipps.class.php:1691 -msgid "Order id" -msgstr "Ordre id" +#: WC_Gateway_Vipps.class.php:1470 +msgid "VIPPS_TEST_MODE is set to true in your configuration - dev mode is forced" +msgstr "VIPPS_TEST_MODE er sat til sand i din konfiguration - dev mode er tvunget" -#: Vipps.class.php:1689 -msgid "Transaction details" -msgstr "Transaktionsdetaljer" +#: WC_Gateway_Vipps.class.php:1471 +msgid "VIPPS_TEST_MODE is set to true in your configuration - test mode is forced" +msgstr "VIPPS_TEST_MODE er sat til sand i din konfiguration - testmodus er tvunget" -#: Vipps.class.php:1684 -msgid "Transaction details not retrievable: " -msgstr "Transaktionsdetaljer kan ikke hentes: " +#: Vipps.class.php:4526 +msgid "Waiting for confirmation of purchase from %1$s" +msgstr "Venter på bekræftelse af køb fra %1$s" -#: Vipps.class.php:1666 -msgid "The order is not a %1$s order" -msgstr "Ordren er ikke en %1$s ordre" +#: Vipps.class.php:4558 +msgid "Waiting for your order confirmation" +msgstr "Venter på din ordrebekræftelse" -#: Vipps.class.php:1661 Vipps.class.php:4309 -msgid "Unknown order" -msgstr "Ukendt ordre" +#: Vipps.class.php:3829 Vipps.class.php:3843 +msgid "Waiting on order" +msgstr "Venter på ordre" -#: Vipps.class.php:1632 -msgid "Show complete transaction details" -msgstr "Vis komplette transaktionsdetaljer" +#: WC_Gateway_Vipps.class.php:246 +#, php-format +msgid "Was not able to cancel remaining amount for the order %1$s: %2$s" +msgstr "Kunne ikke annullere det resterende beløb for ordren %1$s: %2$s" -#: Vipps.class.php:1569 -msgid "The product doesn't exist" -msgstr "Produktet eksisterer ikke" +#: Vipps.class.php:461 +msgid "Webhook" +msgstr "Webhook" -#: Vipps.class.php:786 Vipps.class.php:787 Vipps.class.php:1548 -msgid "You don't have sufficient rights to edit this product" -msgstr "Du har ikke tilstrækkelige rettigheder til at redigere dette produkt" +#: Vipps.class.php:426 Vipps.class.php:1190 +msgid "Webhooks" +msgstr "Webhooks" -#: VippsDismissibleAdminBanners.class.php:78 -msgid "Dismissed message " -msgstr "Afskediget besked " +#: WC_Gateway_Vipps.class.php:1255 +msgid "" +"When using %1$s, ask the user to confirm that they have read and accepted the stores terms and conditons before " +"proceeding" +msgstr "" +"Når du bruger %1$s, bed om bekræftelse fra brugeren om, at de har læst og accepteret butikkens vilkår og betingelser, " +"før de fortsætter." -#: Vipps.class.php:1530 -msgid "Mark this link for deletion" -msgstr "Marker dette link til sletning" +#: WC_Gateway_Vipps.class.php:971 +msgid "" +"When using %1$s, you have the option to use %1$s specific shipping methods with extended features for certain carriers. " +"These will add an apropriate logo as well as extended delivery options for certain methods. For some of these, you need " +"to add integration data from the carriers below. You can then add these shipping methods to your shipping zones the " +"normal way, but they will only appear in the %1$s screen." +msgstr "" +"Når du bruger %1$s, har du mulighed for at bruge %1$s specifikke forsendelsesmetoder med udvidede funktioner for visse " +"transportører. Disse vil tilføje en passende logo samt udvidede leveringsmuligheder for visse metoder. For nogle af " +"disse skal du tilføje integrationsdata fra transportørerne nedenfor. Du kan derefter tilføje disse forsendelsesmetoder " +"til dine forsendelseszoner på den normale måde, men de vil kun fremstå på %1$s skærmen." -#: Vipps.class.php:438 Vipps.class.php:1521 -msgid "Action" -msgstr "Handling" +#: Vipps.class.php:427 +msgid "" +"Whenever an event like a payment or a cancellation occurs on a %1$s account, you can be notified of this using a " +"webhook. This is used by this plugin to get noticed of payments by users even when they do not return to your " +"store." +msgstr "" +"Når en begivenhed som en betaling eller en annullering forekommer på en %1$s konto, kan du blive underrettet om dette " +"ved hjælp af en webhook. Dette bruges af dette plugin til at få besked om betalinger fra brugere, selv når de " +"ikke vender tilbage til din butik." -#: Vipps.class.php:1520 -msgid "Link" -msgstr "Link" +#: Blocks/Badges/vipps-badge.php:52 Blocks/woo-vipps-blocks.php:13 +#: Vipps.class.php:692 Vipps.class.php:1446 +#: VippsWCProductEditorV2.class.php:182 +msgid "White" +msgstr "Hvid" -#: Blocks/Badges/vipps-badge.php:63 Vipps.class.php:709 Vipps.class.php:1519 -msgid "Variant" -msgstr "Variant" +#: Vipps.class.php:904 +msgid "" +"With Checkout, you’ll also get access to shipping addresses, shipping selection and other payment options. Currently " +"Checkout supports %1$s and bank transfer; VISA and MasterCard payments will be added later." +msgstr "" +"Med Checkout får du også adgang til leveringsadresser, valg af forsendelse og andre betalingsmuligheder. Checkout " +"understøtter i øjeblikket %1$s og bankoverførsel; VISA og MasterCard-betalinger vil blive tilføjet senere." -#: Vipps.class.php:1514 -msgid "Link(s) will be deleted when you save the product" -msgstr "Link(s) vil blive slettet, når du gemmer produktet" +#: woo-vipps.php +#. Author of the plugin +msgid "WP Hosting" +msgstr "WP Hosting" -#: Vipps.class.php:1511 -msgid "An error occured while creating a shareable link" -msgstr "En fejl opstod under oprettelsen af et delbart link" +#: Vipps.class.php:2507 WC_Gateway_Vipps.class.php:3202 +msgid "Wrong %1$s Orderid - possibly an attempt to fake a callback " +msgstr "Forkert %1$s Ordreid - muligvis et forsøg på at forfalske et tilbagekald" -#: Vipps.class.php:453 Vipps.class.php:1502 Vipps.class.php:1530 -msgid "Delete" -msgstr "Slet" +#: Vipps.class.php:2758 +msgid "Wrong %1$s Orderid on shipping details callback" +msgstr "Forkert %1$s Orderid i forsendelsesdetaljer callback" -#: Vipps.class.php:1501 Vipps.class.php:1529 -msgid "Copy" -msgstr "Kopier" +#: WC_Gateway_Vipps.class.php:3195 +msgid "Wrong auth token in callback from %1$s - possibly an attempt to fake a callback" +msgstr "Forkert auth token i callback fra %1$s - muligvis et forsøg på at forfalske en callback" -#: Vipps.class.php:1498 Vipps.class.php:1527 Vipps.class.php:1529 -msgid "Click to copy" -msgstr "Klik for at kopiere" +#: WC_Gateway_Vipps.class.php:3723 +msgid "Yes, activate %1$s!" +msgstr "Ja, aktiver %1$s!" -#: Vipps.class.php:1484 -msgid "Select variant" -msgstr "Vælg variant" +#: Vipps.class.php:930 Vipps.class.php:978 +msgid "You are now using %1$s Checkout instead of the standard WooCommerce Checkout page." +msgstr "Du bruger nu %1$s Checkout i stedet for den standard WooCommerce Checkout side." -#: Vipps.class.php:1483 Vipps.class.php:1493 -msgid "Create shareable link" -msgstr "Opret delbar link" +#: Vipps.class.php:705 +msgid "" +"You can configure these badges on this page, turning them on in all or some products and configure their default setup. " +"You can also add a badge using a shortcode or a Block" +msgstr "" +"Du kan konfigurere disse badges på denne side, aktivere dem på alle eller nogle produkter og konfigurere deres " +"standardopsætning. Du kan også tilføje et badge ved hjælp af en shortcode eller en Block." -#: Vipps.class.php:1476 -msgid "Shareable links are links you can share externally on banners or other places that when followed will start %1$s of this product immediately. Maintain these links here for this product." -msgstr "Delelige links er links, du kan dele eksternt på bannere eller andre steder, der når de følges, vil starte %1$s af dette produkt med det samme. Vedligehold disse links her for dette produkt." +#: VippsDismissibleAdminBanners.class.php:114 +msgid "You can get %1$s now!" +msgstr "Du kan få %1$s nu!" -#: Vipps.class.php:1475 -msgid "Shareable links" -msgstr "Delelige links" +#: Vipps.class.php:648 Vipps.class.php:669 +msgid "You don't have sufficient rights" +msgstr "Du har ikke tilstrækkelige rettigheder" -#: Vipps.class.php:1398 -msgid "Add a 'Buy now with %1$s'-button to this product" -msgstr "Tilføj en 'Køb nu med %1$s'-knap til dette produkt" +#: Vipps.class.php:420 Vipps.class.php:688 Vipps.class.php:858 +#: VippsQRCodeController.class.php:165 +msgid "You don't have sufficient rights to access this page" +msgstr "Du har ikke tilstrækkelige rettigheder til at få adgang til denne side" -#: Vipps.class.php:1396 -msgid "Add 'Buy now with %1$s' button" -msgstr "Tilføj 'Køb nu med %1$s' knap" +#: admin/settings/VippsAdminSettings.class.php:67 +#: admin/settings/VippsAdminSettings.class.php:71 +msgid "You don't have sufficient rights to edit these settings" +msgstr "Du har ikke tilstrækkelige rettigheder til at redigere disse indstillinger" -#: Vipps.class.php:1388 -msgid "Buy-now button" -msgstr "Køb-nu knap" +#: Vipps.class.php:786 Vipps.class.php:787 Vipps.class.php:1556 +#: VippsWCProductEditorV2.class.php:100 +msgid "You don't have sufficient rights to edit this product" +msgstr "Du har ikke tilstrækkelige rettigheder til at redigere dette produkt" -#: Vipps.class.php:1281 -msgid "express checkout" -msgstr "hurtigkasse" +#: VippsDismissibleAdminBanners.class.php:118 +msgid "You get settlement in three days" +msgstr "Du får afregning om tre dage" -#: Vipps.class.php:1280 -msgid "Skip entering your address and just checkout using" -msgstr "Spring over indtastning af din adresse og gå bare direkte til kassen ved hjælp af" +#: VippsApi.class.php:822 +msgid "You need a newer version of WooCommerce to use %1$s!" +msgstr "Du skal bruge en nyere version af WooCommerce for at bruge %1$s!" -#: Vipps.class.php:684 Vipps.class.php:1029 -msgid "Settings" -msgstr "Indstillinger" +#: WC_Gateway_Vipps.class.php:1594 +msgid "You need to enter your phone number to pay with %1$s" +msgstr "Du skal indtaste dit telefonnummer for at betale med %1$s" -#: Vipps.class.php:313 -msgid "

%1$s not yet configured: please go to the %1$s settings to complete your setup!

" -msgstr "

%1$s er endnu ikke konfigureret: gå venligst til %1$s indstillingerne for at fuldføre din opsætning!

" +#: Vipps.class.php:4337 +msgid "" +"You recently completed an order with exactly the same products as you are buying now. There should be an email in your " +"inbox from the previous purchase. Are you sure you want to order again?" +msgstr "" +"Du har for nylig fuldført en ordre med nøjagtig de samme produkter, som du køber nu. Der skulle være en e-mail i din " +"indbakke fra det forrige køb. Er du sikker på, at du vil bestille igen?" -#: Vipps.class.php:311 -msgid "

%1$s not yet correctly configured: please go to the %1$s settings to complete your setup:
%3$s

" -msgstr "

%1$s er endnu ikke korrekt konfigureret: gå venligst til %1$s indstillingerne for at fuldføre din opsætning:
%3$s

" +#: WC_Gateway_Vipps.class.php:1149 +msgid "Your \"Merchant Serial Number\" from the Developer tab on https://portal.vippsmobilepay.com" +msgstr "Dit \"Merchant Serienummer\" fra Developer fanen på https://portal.vippsmobilepay.com" -#: Vipps.class.php:297 -msgid "Your theme or a plugin is currently overriding the 'woo_vipps_shipping_methods' filter to customize your shipping alternatives. While this works, this disables the newer Express Checkout shipping system, which is neccessary if your shipping is to include metadata. You can do this, or stop this message, from the settings page" -msgstr "Dit tema eller en plugin overskriver i øjeblikket 'woo_vipps_shipping_methods' filteret for at tilpasse dine forsendelsesalternativer. Selvom dette virker, deaktiverer det det nyere Express Checkout-forsendelsessystem, som er nødvendigt, hvis din forsendelse skal inkludere metadata. Du kan gøre dette, eller stoppe denne besked, fra indstillinger siden" +#: VippsDismissibleAdminBanners.class.php:116 +msgid "Your customers can pay with %1$s , Visa or Mastercard" +msgstr "Dine kunder kan betale med %1$s, Visa eller Mastercard" -#: Vipps.class.php:898 Vipps.class.php:946 -msgid "%1$s is currently in test mode - no real transactions will occur." -msgstr "%1$s er i øjeblikket i testtilstand - der vil ikke forekomme rigtige transaktioner." +#: VippsApi.class.php:674 +msgid "Your order from" +msgstr "Din ordre fra" -#: Vipps.class.php:197 -msgid "Once every 5 minutes" -msgstr "En gang hvert 5. minut" +#: WC_Gateway_Vipps.class.php:1031 +msgid "" +"Your phone number where Porterbuddy may send you important messages. Format must be MSISDN (including country code). " +"Example: \"4791234567\"" +msgstr "" +"Dit telefonnummer, hvor Porterbuddy kan sende dig vigtige beskeder. Formatet skal være MSISDN (inklusive landekode). " +"Eksempel: \"4791234567\"" -#: VippsDismissibleAdminBanners.class.php:151 -msgid "Login with Vipps is available for WordPress and WooCommerce - Super easy registration and login - No more usernames and passwords. Get started here" -msgstr "Login med Vipps er tilgængelig for WordPress og WooCommerce - Super let registrering og login - Ikke flere brugernavne og adgangskoder. Kom i gang her" +#: Vipps.class.php:3722 +msgid "Your product is temporarily no longer available for purchase" +msgstr "Dit produkt er midlertidigt ikke længere tilgængeligt for køb." -#: WC_Gateway_Vipps.class.php:964 -msgid "Vipps" -msgstr "Vipps" +#: VippsCheckout.class.php:718 +msgid "Your session has expired - please reload the page to restart, or return to the shop" +msgstr "Din session er udløbet - genindlæs venligst siden for at genstarte, eller vend tilbage til butikken." -#. Author URI of the plugin -msgid "https://www.wp-hosting.no/" -msgstr "https://www.wp-hosting.no/" +#: Vipps.class.php:4197 +msgid "Your shopping cart is empty" +msgstr "Din indkøbskurv er tom" -#. Author of the plugin -msgid "WP Hosting" -msgstr "WP Hosting" +#: VippsApi.class.php:834 +msgid "Your site does not have a Terms and Conditions page defined - starting %1$s anyway, but this should be defined" +msgstr "Dit websted har ingen side til Vilkår og Betingelser defineret - starter alligevel %1$s, men dette skal defineres" -#. Description of the plugin -msgid "Offer Vipps as a payment method for WooCommerce" -msgstr "Tilbyd Vipps som betalingsmetode for WooCommerce" +#: WC_Gateway_Vipps.class.php:1408 +msgid "Your test account \"Merchant Serial Number\" from the Developer tab on https://portal.vippsmobilepay.com" +msgstr "Din testkonto \"Merchant Serial Number\" fra Udvikler-fanebladet på https://portal.vippsmobilepay.com" -#. Plugin URI of the plugin -msgid "https://wordpress.org/plugins/woo-vipps/" -msgstr "https://wordpress.org/plugins/woo-vipps/" +#: Vipps.class.php:339 +msgid "" +"Your theme or a plugin is currently overriding the 'woo_vipps_shipping_methods' filter to customize your " +"shipping alternatives. While this works, this disables the newer Express Checkout shipping system, which is neccessary " +"if your shipping is to include metadata. You can do this, or stop this message, from the settings " +"page" +msgstr "" +"Dit tema eller en plugin overskriver i øjeblikket 'woo_vipps_shipping_methods' filteret for at tilpasse " +"dine forsendelsesalternativer. Selvom dette virker, deaktiverer det det nyere Express Checkout-forsendelsessystem, som " +"er nødvendigt, hvis din forsendelse skal inkludere metadata. Du kan gøre dette, eller stoppe denne besked, fra indstillinger siden" + +#: admin/blocks/dist/product-shareable-link/block.json:1 +#: src/admin/blocks/src/product-shareable-link/block.json:1 +msgctxt "block description" +msgid "A block that handles Vipps MobilePay shareable links for the new WooCommerce product editor." +msgstr "En blok, der håndterer Vipps MobilePay delbare links til den nye WooCommerce produkteditor." + +#: admin/blocks/dist/product-shareable-link/block.json:1 +#: src/admin/blocks/src/product-shareable-link/block.json:1 +msgctxt "block title" +msgid "Blocks" +msgstr "Blokke" + +#: Blocks/dist/vipps-badge/block.json:1 src/Blocks/src/vipps-badge/block.json:1 +msgctxt "block title" +msgid "Vipps MobilePay On-Site Messaging Badge" +msgstr "Vipps MobilePay On-Site Messaging Badge" + +#: Vipps.class.php:4091 +msgctxt "Page slug" +msgid "vipps_checkout" +msgstr "vipps_kassen" + +#: Vipps.class.php:4092 +msgctxt "Page title" +msgid "Vipps MobilePay Checkout" +msgstr "Vipps MobilPay Kassen" + +#: VippsQRCodeController.class.php:605 +msgctxt "Post Type General Name" +msgid "Vipps QR Codes" +msgstr "Vipps QR-koder" + +#: VippsQRCodeController.class.php:606 +msgctxt "Post Type Singular Name" +msgid "Vipps QR Code" +msgstr "Vipps QR-kode" diff --git a/languages/woo-vipps-nb_NO.po b/languages/woo-vipps-nb_NO.po index d9d984b6..c6aa1537 100644 --- a/languages/woo-vipps-nb_NO.po +++ b/languages/woo-vipps-nb_NO.po @@ -1,944 +1,674 @@ -# Translation of Plugins - Pay with Vipps and MobilePay for WooCommerce - Stable (latest release) in Norwegian (Bokmål) -# This file is distributed under the same license as the Plugins - Pay with Vipps and MobilePay for WooCommerce - Stable (latest release) package. +# Translation of Plugins - Pay with Vipps and MobilePay for WooCommerce - Development (trunk) in Norwegian (Bokmål) +# This file is distributed under the same license as the Plugins - Pay with Vipps and MobilePay for WooCommerce - Development (trunk) package. msgid "" msgstr "" -"PO-Revision-Date: 2024-12-02 09:08+0000\n" +"PO-Revision-Date: 2024-12-02 12:57:05+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Loco https://localise.biz/\n" +"X-Generator: GlotPress/4.0.1\n" "Language: nb_NO\n" -"Project-Id-Version: Plugins - Pay with Vipps and MobilePay for WooCommerce - " -"Stable (latest release)\n" -"Language-Team: Norsk bokmål" +"Project-Id-Version: Plugins - Pay with Vipps and MobilePay for WooCommerce - Development (trunk)\n" -#: WC_Gateway_Vipps.class.php:2547 -msgid " - no status retrievable" -msgstr " - kunne ikke finne noen status" +#: Blocks/dist/vipps-badge/block.json src/Blocks/src/vipps-badge/block.json +msgctxt "block title" +msgid "Vipps MobilePay On-Site Messaging Badge" +msgstr "Vipps MobilePay On-Site Messaging Merke" -#: WC_Gateway_Vipps.class.php:2386 -msgid " - order does not need processing" -msgstr " - bestillingen trenger ingen behandling" +#: WC_Gateway_Vipps.class.php:799 +msgid "The money for order %1$d has not been captured, only reserved. %2$s %3$s of the reserved funds will be released when the order is set to complete." +msgstr "Pengene for ordre %1$d har ikke blitt trukket, bare reservert. %2$s %3$s av de reserverte midlene vil bli løslatt når ordren blir satt til fullført." -#: WC_Gateway_Vipps.class.php:816 WC_Gateway_Vipps.class.php:833 -#: WC_Gateway_Vipps.class.php:1956 -#, php-format -msgid " refunded through %1$s:" -msgstr " Refundert gjennom %1$s:" +#: WC_Gateway_Vipps.class.php:246 +msgid "Was not able to cancel remaining amount for the order %1$s: %2$s" +msgstr "Kunne ikke kansellere gjenværende mengde for ordre %1$s: %2$s" -#: WC_Gateway_Vipps.class.php:1284 -msgid "\"Buy now\" compatibility mode" -msgstr "Kompatibilitetsmodus for \"Kjøp nå\"" +#: WC_Gateway_Vipps.class.php:241 +msgid "Order %1$s: %2$s is cancelled to free up the reservation in the customers bank account." +msgstr "Ordre %1$s: %2$s er kansellert for å frigjøre reserveringen i kundens bankkonto" -#: VippsCheckout.class.php:725 VippsKCSupport.class.php:64 Vipps.class.php:988 -#: Vipps.class.php:1013 Vipps.class.php:1187 Vipps.class.php:1187 -#: Vipps.class.php:1219 Vipps.class.php:1232 Vipps.class.php:1373 -#, php-format -msgid "%1$s" -msgstr "%1$s" +#: WC_Gateway_Vipps.class.php:233 +msgid "maybe_cancel_reserved_amount we have remaining reserved after capture of total %1$s " +msgstr "maybe_cancel_reserved_amount: Det er gjenværende reservert beløp etter capture av totalt %1$s " -#: WC_Gateway_Vipps.class.php:1220 -#, php-format -msgid "" -"%1$s allows you to buy products by a single click from the cart page or " -"directly from product or catalog pages. Product will get a 'buy now' button " -"which will start the purchase process immediately." -msgstr "" -"%1$s lar deg kjøpe produkter med et enkelt klikk fra handlekurven, eller " -"direkte fra produkt- eller katalogsider. Produktene vil da få en \"Kjøp nå\"-" -"knapp som starter handelen direkte." +#: Vipps.class.php:759 +msgid "The brand will be automatically applied." +msgstr "Varemerket vil automatisk bli angitt." -#: Vipps.class.php:2230 -#, php-format -msgid "%1$s Buy Now button" -msgstr "Kjøp nå med %1$s-knapp" +#: Blocks/woo-vipps-blocks.php:43 +msgid "Danish" +msgstr "Dansk" -#: WC_Gateway_Vipps.class.php:3185 -#, php-format -msgid "%1$s callback for unknown order" -msgstr "%1$s-callback for ukjent bestilling" +#: Blocks/woo-vipps-blocks.php:42 +msgid "Finnish" +msgstr "Finsk" -#: WC_Gateway_Vipps.class.php:3246 -#, php-format -msgid "%1$s callback received" -msgstr "%1$s-callback mottatt." +#: Blocks/woo-vipps-blocks.php:16 Vipps.class.php:693 Vipps.class.php:1449 +#: VippsWCProductEditorV2.class.php:185 +msgid "Light" +msgstr "Lys" -#: WC_Gateway_Vipps.class.php:3180 -#, php-format -msgid "%1$s callback with wrong merchantSerialNumber - might be forged" -msgstr "%1$s-callback med feil merchantSerialNumber - kan være forfalsket" +#: Blocks/woo-vipps-blocks.php:15 Vipps.class.php:693 Vipps.class.php:1448 +#: VippsWCProductEditorV2.class.php:184 +msgid "Filled" +msgstr "Fylt" -#: WC_Gateway_Vipps.class.php:3281 -#, php-format -msgid "%1$s callback: Handling order: " -msgstr "%1$s callback: Håndterer ordre: " +#: WC_Gateway_Vipps.class.php:3505 +msgid "Image %1$s is too small - height %2$dpx (minimum 167px required)" +msgstr "Bildet %1$s er for lite - høyde %2$dpx (minimum 167px påkrevet)" -#: Vipps.class.php:921 Vipps.class.php:969 -#, php-format -msgid "" -"%1$s configuration is not yet complete - you must get your keys from the " -"%1$s portal and enter them on the settings page" -msgstr "" -"%1$s-oppsettet er ennå ikke ferdig - du må hente nøklene dine fra %1$s " -"portalen og legge dem inn påinnstillinger-siden" +#: VippsApi.class.php:223 +msgid "Image rejected by Vipps - minimum height requirement is 167px" +msgstr "Bildet avvvist av Vipps - minimumskrav til høyde er 167px" -#: WC_Gateway_Vipps.class.php:3698 -#, php-format -msgid "%1$s does not support your currency." -msgstr "%1$s støtter ikke din valuta" +#: VippsApi.class.php:202 +msgid "Image height too small - minimum height requirement is 167px" +msgstr "Bildets høyde er for liten - minimumskrav til høyde er 167px" -#: Vipps.class.php:4402 -#, php-format -msgid "%1$s Express Checkout" -msgstr "%1$s Hurtigkasse" +#: admin/settings/VippsAdminSettings.class.php:167 +msgid "Settings saved" +msgstr "Innstillinger lagret" -#: Vipps.class.php:900 Vipps.class.php:948 -#, php-format -msgid "%1$s for WordPress and WooCommerce" -msgstr "%1$s for WordPress og WooCommerce" +#: admin/settings/VippsAdminSettings.class.php:166 +msgid "The uploaded image is too small. It must be at least 167 pixels in height." +msgstr "Det opplastede bildet er for lite. Det må være minst 167 piksler i høyden." -#: Vipps.class.php:1001 -#, php-format -msgid "" -"%1$s installed, but not active. Activate it on the " -"plugins page" -msgstr "" -"%1$s er installert, men ikke aktiv. Aktiver den på " -"utvidelsessiden" +#: admin/settings/VippsAdminSettings.class.php:165 +msgid "The image must be at least 167 pixels in height" +msgstr "Bildet må være minst 167 piksler i høyden" -#: Vipps.class.php:997 -#, php-format -msgid "" -"%1$s is installed and active. You can configure the plugin at its settings page" -msgstr "" -"%1$s er installert og aktiv. Du kan konfigurere utvidelsen på innstillinger-siden" +#: WC_Gateway_Vipps.class.php:1122 +msgid "Select the country for this merchant serial number. This will determine the appropriate payment method (Vipps or MobilePay)." +msgstr "Velg landet til dette forhandlernummeret. Dette vil avgjøre avgjøre passende betalingsmåte (Vipps eller MobilePay)." -#: WC_Gateway_Vipps.class.php:911 WC_Gateway_Vipps.class.php:3719 -#, php-format -msgid "" -"%1$s is a new service from %2$s which replaces the usual WooCommerce " -"checkout page entirely, replacing it with a simplified checkout screen " -"providing payment both with %2$s and credit card. Additionally, your " -"customers will get the option of providing their address information using " -"their %2$s app directly." -msgstr "" -"%1$s er en ny tjeneste fra %2$s som fullstendig erstatter den vanlige " -"WooCommerce-kassen og erstatter den med en forenklet kassaside som tilbyr " -"betaling både med %2$s og kredittkort. I tillegg vil kundene dine få " -"muligheten til å oppgi addresseinformasjonen sin fra %2$s-appen direkte." +#: WC_Gateway_Vipps.class.php:1120 +msgid "Denmark" +msgstr "Danmark" -#: Vipps.class.php:330 -#, php-format -msgid "%1$s is currently in test mode - no real transactions will occur" -msgstr "%1$s er i testmodus - ingen ekte transaksjoner blir utført" +#: WC_Gateway_Vipps.class.php:1119 +msgid "Finland" +msgstr "Finland" -#: Vipps.class.php:914 Vipps.class.php:962 -#, php-format -msgid "%1$s is currently in test mode - no real transactions will occur." -msgstr "%1$s er i testmodus - ingen ekte transaksjoner vil skje." +#: WC_Gateway_Vipps.class.php:1118 +msgid "Norway" +msgstr "Norge" -#: WC_Gateway_Vipps.class.php:1207 -#, php-format -msgid "%1$s is default payment method" -msgstr "%1$s er standard betalingsmetode" +#: WC_Gateway_Vipps.class.php:1114 WC_Gateway_Vipps.class.php:1115 +msgid "Country" +msgstr "Land" -#: Vipps.class.php:1023 -#, php-format -msgid "" -"%1$s is installed and active. You can configure the plugin at its settings page" -msgstr "" -"%1$s er installert og aktiv. Du kan konfigurere utvidelsen på " -"innstillinger-siden dens." +#: admin/blocks/dist/product-shareable-link/block.json +#: src/admin/blocks/src/product-shareable-link/block.json +msgctxt "block description" +msgid "A block that handles Vipps MobilePay shareable links for the new WooCommerce product editor." +msgstr "En blokk som håndterer delbare Vipps MobilePay-lenker for den nye produktredigereren i WooCommerce." -#: Vipps.class.php:1027 -#, php-format -msgid "" -"%1$s is installed, but not active. Activate it on the plugins " -"page" -msgstr "" -"%1$s er installert, men ikke aktiv. Aktiver den på " -"utvidelsessiden" +#: admin/blocks/dist/product-shareable-link/block.json +#: src/admin/blocks/src/product-shareable-link/block.json +msgctxt "block title" +msgid "Blocks" +msgstr "Blokker" -#: WC_Gateway_Vipps.class.php:3489 -#, php-format -msgid "%1$s is not an image that can be uploaded to %2$s" -msgstr "%1$s er ikke et bilde som kan bli lastet opp til %2$s" +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Copied!" +msgstr "Kopiert!" -#: Vipps.class.php:3577 Vipps.class.php:3646 Vipps.class.php:3709 -#, php-format -msgid "%1$s is not available for this order" -msgstr "%1$s er ikke tilgjengelig for denne bestillingen" +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Actions" +msgstr "Handlinger" -#: Vipps.class.php:1005 Vipps.class.php:1031 -#, php-format -msgid "%1$s is not installed. You can install it here!" -msgstr "%1$s er ikke installert. Du kan installere den her!" +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Error creating shareable link." +msgstr "Feil ved oppretting av delbar lenke." -#: WC_Gateway_Vipps.class.php:824 WC_Gateway_Vipps.class.php:1851 -#: WC_Gateway_Vipps.class.php:1947 WC_Gateway_Vipps.class.php:1993 -#: Vipps.class.php:3633 Vipps.class.php:3778 Vipps.class.php:4312 -#, php-format -msgid "%1$s is temporarily unavailable." -msgstr "%1$s er midlertidig utilgjengelig" +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Variation" +msgstr "Variant" -#: Vipps.class.php:949 -#, php-format -msgid "" -"%1$s officially supports WordPress and WooCommerce with a family of plugins " -"implementing a payment gateway for WooCommerce, an optional complete " -"checkout solution powered by %1$s, a system for managing QR-codes that link " -"to your products or landing pages, a plugin for recurring payments, and a " -"system for passwordless logins." -msgstr "" -"%1$s støtter offisielt WordPress og WooCommerce med en familie utvidelser " -"som støtter en betalingsgateway for WooCommerce, muligheten for en " -"fullstendig kassaløsning drevet av %1$s, et system for å håndtere QR-koder " -"som lenker til produktene eller landingssidene dine, en utvidelse for " -"gjentagende betalinger og et system for passordløs innlogging." +#: VippsWCProductEditorV2.class.php:270 +msgid "The %1$s settings are configured so that no products will have a Buy Now button - including this." +msgstr "%1$s instillingen er satt opp slik at ingen produkter har en \"Kjøp nå\"-knapp, inkludert dette." -#: Vipps.class.php:700 -#, php-format -msgid "%1$s On-Site Messaging" -msgstr "%1$s On-Site Messaging" +#: VippsWCProductEditorV2.class.php:237 +msgid "This product does not support express checkout, and so will not have a Buy Now button." +msgstr "Dette produktet støtter ikke hurtigkassen, og vil derfor ikke ha en Kjøp-nå knapp." -#: Blocks/woo-vipps-blocks.php:32 -#, php-format -msgid "%1$s On-Site Messaging Badge" -msgstr "%1$s On-Site Messaging Badge" +#: VippsWCProductEditorV2.class.php:218 +msgid "Add a Buy Now button to this product" +msgstr "Legg til en Kjøp nå-knapp for dette produktet" -#: Vipps.class.php:702 -#, php-format -msgid "" -"%1$s On-Site Messaging contains badges in different variants that " -"can be used to let your customers know that %1$s payment is accepted." -msgstr "" -"%1$s On-Site Messaging inneholder merker (badges) i forskjellige " -"varianter som kan brukes til å la kundene dine vite at du godtar %1$s-" -"betaling." +#: VippsWCProductEditorV2.class.php:215 +msgid "Add %1$s Buy Now Button" +msgstr "Legg til %1$s Kjøp nå-knapp" -#: WC_Gateway_Vipps.class.php:2520 WC_Gateway_Vipps.class.php:2546 -#, php-format -msgid "" -"%1$s Order with no order status, so session was never completed; setting " -"status to cancelled" -msgstr "" -"%1$s-ordre uten ordrestatus, så økten ble aldri fullført. Setter status til " -"avbrutt." +#: VippsWCProductEditorV2.class.php:199 +msgid "Buy Now Button" +msgstr "Kjøp nå-knapp" -#: VippsCheckout.class.php:910 -#, php-format -msgid "%1$s Page" -msgstr "%1$s Side" +#: VippsWCProductEditorV2.class.php:178 +msgid "Choose a badge to show on this product" +msgstr "Velg et merke å bruke på dette produktet" -#: WC_Gateway_Vipps.class.php:2030 -#, php-format -msgid "%1$s Payment cancelled:" -msgstr "%1$s-betaling kansellert:" +#: VippsWCProductEditorV2.class.php:165 +msgid "On-site messaging badges are small badges that can be added to your product pages to show that you accept %1$s payments." +msgstr "Skiltmerker for nettstedet er små skilt som kan legges til på produktsidene for å vise at du tar i mot betaling med %1$s." -#: WC_Gateway_Vipps.class.php:1879 WC_Gateway_Vipps.class.php:1891 -#, php-format -msgid "%1$s Payment captured:" -msgstr "%1$s -betaling belastet:" +#: Vipps.class.php:4581 +msgid "Could not use special page with id %s - it seems not to exist." +msgstr "Kunne ikke bruke spesialsiden med id %s - den ser ut til ikke å eksistere." -#: WC_Gateway_Vipps.class.php:1707 VippsCheckout.class.php:457 -#, php-format -msgid "%1$s payment initiated" -msgstr "%1$s betaling startet" +#: admin/settings/VippsAdminSettings.class.php:164 +msgid "Previous step" +msgstr "Forrige trinn" -#: WC_Gateway_Vipps.class.php:2104 -#, php-format -msgid "%1$s Payment Refunded:" -msgstr "%1$s-betaling refundert:" +#: admin/settings/VippsAdminSettings.class.php:163 +msgid "Next step" +msgstr "Neste trinn" -#: WC_Gateway_Vipps.class.php:2083 -#, php-format -msgid "%1$s payment refunded:" -msgstr "%1$s-betaling tilbakebetalt:" +#: admin/settings/VippsAdminSettings.class.php:160 +msgid "Initial settings" +msgstr "Startinnstillinger" -#: WC_Gateway_Vipps.class.php:1625 -#, php-format -msgid "%1$s payment restarted" -msgstr "%1$s-betaling startet på nytt" +#: admin/settings/VippsAdminSettings.class.php:159 +msgid "Save changes" +msgstr "Lagre endringene" -#: VippsQRCodeController.class.php:643 -#, php-format -msgid "%1$s QR Code" -msgstr "%1$s QR-Kode" +#: admin/settings/VippsAdminSettings.class.php:67 +#: admin/settings/VippsAdminSettings.class.php:71 +msgid "You don't have sufficient rights to edit these settings" +msgstr "Du har ikke tilstrekkelige rettigheter til å redigere disse innstillingene" -#: VippsQRCodeController.class.php:608 VippsQRCodeController.class.php:644 -#, php-format -msgid "%1$s QR Codes" -msgstr "%1$s QR-Koder" +#: VippsCheckout.class.php:616 +msgid "Vipps Checkout cannot be used for orders less than %1$s %2$s" +msgstr "Vipps-kassen kan ikke brukes for ordre mindfre enn %1$s %2$s" -#: WC_Gateway_Vipps.class.php:3708 -#, php-format -msgid "%1$s requires that your site uses HTTPS." -msgstr "%1$s krever at nettstedet ditt bruker HTTPS." +#: WC_Gateway_Vipps.class.php:634 +msgid "Order" +msgstr "Ordre" -#: Vipps.class.php:992 -#, php-format -msgid "" -"%1$s requires the WooCommerce Subscriptions " -"plugin." -msgstr "" -"%1$s krever at du har installert utvidelsen " -"WooCommerce Subscriptions." +#: WC_Gateway_Vipps.class.php:630 +msgid "Order with captured funds older than %d days cancelled - because the order is this old, it will not be automatically refunded at Vipps. Manual refund may be required." +msgstr "En ordre med belastet beløp eldre enn %d dager ble kanellsert. Siden ordren er så gammel vil den ikke automatisk bli refundert av Vipps MobilePay. Manuell refusjon kan være nødvendig." -#: VippsCheckout.class.php:488 -#, php-format -msgid "%1$s session %2$d cancelled (payment status)" -msgstr "%1$s session %2$d er avbrutt (betalingsstatus)" +#: Vipps.class.php:4456 +msgid "In order return: The order %1$d seems to be deleted" +msgstr "Retur fra ordre: Ordren %1$d ser ut til å være slettet" -#: VippsCheckout.class.php:645 -#, php-format -msgid "%1$s session %2$d cancelled (pending session)" -msgstr "%1$s session %2$d avbrutt (pending session)" +#: Vipps.class.php:2880 +msgid "Address given for %1$s was %2$s" +msgstr "Adressen oppgitt for %1$s var %2$s" -#: VippsCheckout.class.php:521 -#, php-format -msgid "%1$s session %2$d expired after %3$d minutes (limit 50)" -msgstr "%1$s session %2$d utløpt etter %3$d minuttter (grense 50)" +#: WC_Gateway_Vipps.class.php:1092 +msgid "Allow certain external payment methods in %1$s, returning control to WooCommerce for the order" +msgstr "Tillat at visse eksterne betalingsmåter i %1$s tilbakefører kontrollen til WooCommerce for ordren" -#: VippsCheckout.class.php:534 -#, php-format -msgid "%1$s session %2$d failed with message %3$s" -msgstr "%1$s session %2$d mislyktes med melding %3$s" +#: WC_Gateway_Vipps.class.php:1090 +msgid "External Payment Methods" +msgstr "Eksterne betalingsmåter" -#: VippsCheckout.class.php:664 -#, php-format -msgid "%1$s session %2$d is gone" -msgstr "%1$s session %2$d er forsvunnet" +#: WC_Gateway_Vipps.class.php:1083 +msgid "Allow Klarna as an external payment method in %1$s" +msgstr "Tillat Klarna som en eksperimentell betalingsmåte i %1$s" -#: WC_Gateway_Vipps.class.php:969 -#, php-format -msgid "%1$s Shipping Methods" -msgstr "%1$s Fraktmetoder" +#: WC_Gateway_Vipps.class.php:1079 WC_Gateway_Vipps.class.php:1080 +msgid "Klarna" +msgstr "Klarna" -#: WC_Gateway_Vipps.class.php:3700 -#, php-format -msgid "%1$s supported currencies: %2$s" -msgstr "%1$s støttede valutaer: %2$s" +#: VippsCheckout.class.php:207 +msgid "Alternative payment method \"%1$s\" chosen, customer returned from Checkout" +msgstr "Alternative betalingsmåte valgt \"%1$s\" valgt, kunden returnerte fra kassen" -#: VippsCheckoutShippingMethods.php:471 VippsCheckoutShippingMethods.php:487 -#: VippsCheckoutShippingMethods.php:507 VippsCheckoutShippingMethods.php:523 -#: VippsCheckoutShippingMethods.php:545 -#, php-format -msgid "%1$s: %2$s" -msgstr "%1$s: %2$s" +#: VippsCheckout.class.php:191 +msgid "No session choosing other gateway from Vipps Checkout" +msgstr "Ingen sesjon ved valg annen port fra Vipps-kassen" -#: VippsCheckout.class.php:767 -#, php-format -msgid "%1$s: cart changed while session %2$d in progress - now cancelled" -msgstr "%1$s: handlekurven endret seg mens %2$d pågikk - nå avbrutt" +#: VippsCheckout.class.php:152 +msgid "Orderid %1$s is not pending when choosing another payment method from Vipps Checkout" +msgstr "Ordre-id %1$s er ikke ventende ved valg av annen betalingsmåte fra Vipps-kassen" -#: WC_Gateway_Vipps.class.php:3028 -#, php-format -msgid "" -"%1$s: Could not deserialize the chosen shipping method %2$s for order %3$d" -msgstr "" -"%1$s : Kunne ikke serialisere den valgte fraktmetoden %2$s for ordre %3$d" - -#: Vipps.class.php:880 -msgid "- very, very simple" -msgstr "- veldig, veldig enkelt" - -#: Vipps.class.php:990 -#, php-format -msgid "" -"%2$s for WooCommerce by Everyday is perfect for you if you run a web shop with " -"subscription based services or other products that would benefit from " -"subscriptions." -msgstr "" -"%2$s for WooCommerce fra Everyday er perfekt for deg hvis du har en nettbutikk " -"med abonnement-basert tjenester, eller andre produkter der abonnement hadde " -"vært nyttig." - -#: Vipps.class.php:1014 -#, php-format -msgid "" -"%3$s is a password-less solution that " -"lets you or your customers to securely log into your site without having to " -"remember passwords - you only need the %2$s app. The plugin does not require " -"WooCommerce, and it can be customized for many different usecases." -msgstr "" -"%3$s er en passordløs login-løsning som " -"lar deg eller dine kunder på en sikker måte logge inn uten å måtte huske på " -"passord - du trenger bare %2$s-appen. Utvidelsen krever ikke WooCommerce og " -"kan tilpasses for mange forskjellige bruksområder." - -#: Vipps.class.php:919 Vipps.class.php:967 -#, php-format -msgid "%2$s configuration is complete." -msgstr "%2$s -oppsettet er ferdig." +#: VippsCheckout.class.php:146 +msgid "Orderid %1$s: Wrong nonce when trying to switch payment methods." +msgstr "Ordre-id %1$s: Feil engangskode ved forsøk på å bytte betalingsmåter." -#: Vipps.class.php:355 -#, php-format -msgid "" -"

%1$s not yet configured: please go to the %1$s " -"settings to complete your setup!

" -msgstr "" -"

%1$s er ikke konfigurert. Vennligst gå til %1$s-" -"innstillingene for å fullføre oppsettet!

" +#: VippsQRCodeController.class.php:376 +msgid "Download as PNG" +msgstr "Last ned som PNG" -#: Vipps.class.php:353 -#, php-format -msgid "" -"

%1$s not yet correctly configured: please go to the %1$s " -"settings to complete your setup:
%3$s

" -msgstr "" -"

%1$s er ennå ikke korrekt konfigurert: Vennligst gå til " -"%1$s -innstillingene for å fullføre oppsettet:
%3$s

" +#: VippsQRCodeController.class.php:375 +msgid "Download as SVG" +msgstr "Last ned som SVG" -#: WC_Gateway_Vipps.class.php:2547 -msgid "Abandonded by customer" -msgstr "Kunde har oppgitt å fullføre ordren" +#: VippsQRCodeController.class.php:327 +msgid "Select link type" +msgstr "Velg lenketype" -#: Vipps.class.php:490 -msgid "Aborted" -msgstr "Avbrutt" +#: Vipps.class.php:3222 +msgid "Order %2$d is 'pending' but its %1$s Order Status is %3$s - this means that the order has been erroneously set to 'pending' after completion or cancellation. Will not process further. Please check status of order at Vipps and set to correct status in WooCommerce" +msgstr "Ordre %2$d er 'ventende', men dens %1$s ordrestatus er %3$s - dette betyr at ordren ved en feil har blitt satt til 'ventende' etter fullføring eller kansellering. Vil ikke behandles videre. Kontroller status for ordren på Vipps sett til korrekt status i WooCommerce" -#: Vipps.class.php:461 Vipps.class.php:1529 -msgid "Action" -msgstr "Handling" +#: Vipps.class.php:3069 +msgid "Error regenerating cart from order %1$d: %2$s" +msgstr "Feil ved gjenoppretting av handlekurven fra ordre nr %1$d: %2$s" -#: src/admin/blocks/src/product-shareable-link/edit.tsx:257 -msgid "Actions" -msgstr "Handlinger" +#: Vipps.class.php:3025 +msgid "No cart, so will try to calculate shipping based on order contents for order %1$d" +msgstr "Ingen handlekurv, så vil prøve å beregne frakt basert på ordrens innhold for ordre nr %1$d" -#: VippsKCSupport.class.php:55 -msgid "Activate" -msgstr "Aktiver" +#: Vipps.class.php:2663 +msgid "Could not restore cart from session of order %1$d" +msgstr "Kunne ikke gjenopprette handlekurven fra sesjonen for ordre nr %1$d" -#: VippsKCSupport.class.php:57 -#, php-format -msgid "Activate %1$s as an external payment method for Klarna Checkout" -msgstr "Aktiver %1$s som ekstern betalingsmetode for Klarna Checkout" +#: WC_Gateway_Vipps.class.php:3836 +msgid "Could not delete webhook for this site with url '%2$s' : %1$s" +msgstr "Kunne ikke slette webhook-en for dette nettstedet med url '%2$s' : %1$s" -#: WC_Gateway_Vipps.class.php:915 -#, php-format -msgid "Activate Alternative %1$s" -msgstr "Aktiver alternativ %1$s" +#: WC_Gateway_Vipps.class.php:1833 +msgid "More than %1$d API exceptions trying to capture order - this order cannot be captured." +msgstr "Mer enn %1$d API-feil ved forsøk på å belaste ordren - denne ordren kan ikke belastes." -#: WC_Gateway_Vipps.class.php:1285 -msgid "Activate compatibility mode for all \"Buy now\" buttons" -msgstr "Aktiver kompatibilitetsmodus for alle \"Kjøp nå\"-knappene" +#: WC_Gateway_Vipps.class.php:3890 +msgid "Could not initialize webhooks for this site: %1$s" +msgstr "Kunne ikke initalisere webhooks for dette nettstedet: %1$s" -#: WC_Gateway_Vipps.class.php:1042 -#, php-format -msgid "Activate this for Helthjem as a %1$s Shipping method." -msgstr "Aktiver dette for å kunne tilby Helthjem som fraktmetode i %1$s" +#: Vipps.class.php:997 +msgid "%1$s is installed and active. You can configure the plugin at its settings page" +msgstr "%1$s er installert og aktiv. Du kan konfigurere utvidelsen på innstillinger-siden" -#: WC_Gateway_Vipps.class.php:1010 -#, php-format -msgid "" -"Activate this for Porterbuddy as a %1$s Shipping method. Your store address " -"will be used as the pick-up point and your admin email will be used for " -"booking information from Porterbuddy." -msgstr "" -"Aktiver dette for å kunne tilby Porterbuddy som fraktmetode i %1$s. " -"Butikkens addresse vil bli anvendt som hentepunkt for pakken, og din admin-" -"epost vil bli brukt for booking-informasjon fra Porterbuddy." +#: Vipps.class.php:330 +msgid "%1$s is currently in test mode - no real transactions will occur" +msgstr "%1$s er i testmodus - ingen ekte transaksjoner blir utført" -#: WC_Gateway_Vipps.class.php:980 -#, php-format -msgid "Activate this for Posten Norge as a %1$s Shipping method." -msgstr "Aktiver dette for å kunne tilby Posten Norge som fraktmetode i %1$s" +#. Plugin Name of the plugin +#: woo-vipps.php +msgid "Pay with Vipps and MobilePay for WooCommerce" +msgstr "Betal med Vipps og MobilePay for WooCommerce" -#: WC_Gateway_Vipps.class.php:990 -#, php-format -msgid "Activate this for Posti as a %1$s Shipping method." -msgstr "Aktiver denne for å kunne tilby Posti som en %1$s-fraktmetode" +#: admin/settings/VippsAdminSettings.class.php:105 +#: WC_Gateway_Vipps.class.php:3800 +msgid "Connection to %1$s is OK" +msgstr "Forbindelse til %1$s er OK" -#: WC_Gateway_Vipps.class.php:1000 -#, php-format -msgid "Activate this for PostNord as a %1$s Shipping method." -msgstr "Aktiver dette for å kunne tilby PostNord som fraktmetode i %1$s" +#: WC_Gateway_Vipps.class.php:3723 +msgid "Yes, activate %1$s!" +msgstr "Ja, aktiver %1$s!" -#: Vipps.class.php:1401 -#, php-format -msgid "Add 'Buy now with %1$s' button" -msgstr "Legg til en 'Kjøp nå med %1$s'-knapp" +#: WC_Gateway_Vipps.class.php:3718 +msgid "Use %1$s for all purchases" +msgstr "Bruk %1$s for alle kjøp" -#: VippsWCProductEditorV2.class.php:215 -#, php-format -msgid "Add %1$s Buy Now Button" -msgstr "Legg til %1$s Kjøp-nå knapp" +#: WC_Gateway_Vipps.class.php:3700 +msgid "%1$s supported currencies: %2$s" +msgstr "%1$s støttede valutaer: %2$s" -#: WC_Gateway_Vipps.class.php:1245 -msgid "Add 'Buy now' button on catalog pages too" -msgstr "Legg til \"Kjøp nå\"-knapp også på katalogsider" +#: WC_Gateway_Vipps.class.php:3345 +msgid "Callback: Payment cancelled at %1$s" +msgstr "Tilbakekall: Betalingen er kansellert hos %1$s" -#: Vipps.class.php:2231 -#, php-format -msgid "Add a %1$s Buy Now-button to the product block" -msgstr "Legg til en Kjøp nå med %1$s-knapp til produktblokken" +#: WC_Gateway_Vipps.class.php:3210 +msgid "Message from %1$s: %2$s" +msgstr "Melding fra %1$s: %2$s" -#: VippsWCProductEditorV2.class.php:220 Vipps.class.php:1403 -#, php-format -msgid "Add a 'Buy now with %1$s'-button to this product" -msgstr "Legg til en 'Kjøp nå med %1$s'-knapp til dette produktet" +#: WC_Gateway_Vipps.class.php:3028 +msgid "%1$s: Could not deserialize the chosen shipping method %2$s for order %3$d" +msgstr "%1$s : Kunne ikke serialisere den valgte fraktmetoden %2$s for ordre %3$d" -#: VippsWCProductEditorV2.class.php:218 -msgid "Add a Buy Now button to this product" -msgstr "Legg til en Kjøp Nå-knapp for dette produktet" +#: WC_Gateway_Vipps.class.php:2453 +msgid "Could not get payment results for order %1$s - you may have the wrong MSN for the order. Please check logs for more information" +msgstr "Kan ikke hente betalingsresultater for ordre %1$s - det er mulig du har feil MSN for bestillingen. Vennligst sjekk loggene for mer informasjon." -#: Vipps.class.php:529 -msgid "Add a webhook" -msgstr "Legg til en webhook" +#: WC_Gateway_Vipps.class.php:2452 +msgid "Could not get payment results for order %1$s" +msgstr "Kan ikke hente betalingsresultater for ordre %1$s" -#: Vipps.class.php:454 -msgid "Add a webhook to this MSN" -msgstr "Legg til en webhook for denne MSN" +#: WC_Gateway_Vipps.class.php:2341 +msgid "Cannot get address information for %1$s order:" +msgstr "Kan ikke hente addresseinformasjon for %1$s-ordre:" -#: Vipps.class.php:719 -msgid "Add badge to all products by default" -msgstr "Legg til merker på alle produkter som standard" +#: WC_Gateway_Vipps.class.php:2256 WC_Gateway_Vipps.class.php:2737 +msgid "Bank Transfer/ %1$s" +msgstr "Bankoverføring/ %1$s" -#: VippsQRCodeController.class.php:614 -msgid "Add New" -msgstr "Legg til ny" +#: WC_Gateway_Vipps.class.php:2250 WC_Gateway_Vipps.class.php:2732 +#: WC_Gateway_Vipps.class.php:3292 +msgid "Credit Card / %1$s" +msgstr "Kredittkort / %1$s" -#: VippsQRCodeController.class.php:613 -msgid "Add New QR Code" -msgstr "Legg til ny QR-kode" +#: WC_Gateway_Vipps.class.php:2063 +msgid "Cannot refund bank transfer order %1$d" +msgstr "Kan ikke refundere bank-overføringsordre %1$d" -#: WC_Gateway_Vipps.class.php:1329 -msgid "Add support for Order Attribution" -msgstr "Legg til støtte for Order Attribution" +#: WC_Gateway_Vipps.class.php:1253 +msgid "Always ask for confirmation on %1$s" +msgstr "Be alltid om at kunden bekrefter i %1$s" #: WC_Gateway_Vipps.class.php:1252 -#, php-format msgid "Add terms and conditions checkbox on %1$s" -msgstr "Legg til avhuking for vilkår og betingelse i %1$s" +msgstr "Legg til avkrysningsboks for tjenestevilkår i %1$s" -#: WC_Gateway_Vipps.class.php:1246 -msgid "Add the button for all relevant products on catalog pages" -msgstr "Legg til knappen for alle aktuelle produkter på katalogsidene" +#: WC_Gateway_Vipps.class.php:1185 +msgid "By default, orders that are reserved but not yet captured will now have the order status 'Processing'. You can capture the sum manually, or by changing the status to 'Complete'. You should ensure that your workflow is such that the order is not shipped until after this capture.

The status 'On hold' can be chosen instead for stores using a workflow where orders are shipped when the status is 'Processing'. In this case, 'On hold' will mean \"order is reserved but not yet captured\". This is a slightly safer solution, and ensures that the order status will reflect the payment status.

However, in many stores 'On hold' has the additional meaning \"there is a problem with the order\"; and an email is often sent to the customer about this problem. The default is 'Processing' because of this, and because many plugins and integrations expect orders to be 'Processing' when the customer has completed payment." +msgstr "Som standard vil ordre som er reservert men ikke ennå belastet nå ha ordrestatus 'Behandler'. Du kan overføre summen manuelt, eller ved å endre ordrestatus til 'Fullført'. Du bør da sørge for at arbeidsflyten din er slik at ordren ikke blir sendt av gårde før etter at pengene er overført.

Statusen 'På vent' kan velges i stedet, for butikker som har en arbeidsflyt der ordre sendes når status er 'Behandler'. I dette tilfellet vil 'På vent' bety at \"ordren er reservert, men ikke ennå overført\". Dette er en bittelitt tryggere løsning, og sørger for at ordrestatus vil reflektere betalingsstatus.

Imidlertid er det for mange butikker slik at 'På vent' har en ekstra betydning \"det er noe galt med bestillingen\"; og en epost blir da ofte sendt til kunden om problemet. På grunn av dette er standardinnstillingen her 'Behandler'. I tillegg er det mange utvidelser og integrasjoner som forventer at en ordre står som 'Behandler' når en kunde har fullført betalingen." -#: Vipps.class.php:557 -msgid "Add this URL as a webhook" -msgstr "Legg til denne URLen som webhook" +#: WC_Gateway_Vipps.class.php:1169 WC_Gateway_Vipps.class.php:1170 +#: WC_Gateway_Vipps.class.php:1428 WC_Gateway_Vipps.class.php:1429 +msgid "Subscription Key" +msgstr "Abonnementsnøkkel" -#: Vipps.class.php:1733 -msgid "Address" -msgstr "Addresse" +#: WC_Gateway_Vipps.class.php:1132 +msgid "MobilePay" +msgstr "MobilePay" -#: Vipps.class.php:2880 -#, php-format -msgid "Address given for %1$s was %2$s" -msgstr "Adressen oppgitt for %1$s var %2$s" +#: WC_Gateway_Vipps.class.php:1128 WC_Gateway_Vipps.class.php:1134 +msgid "Choose which payment method should be displayed to users at checkout" +msgstr "Velg betalingsmåte som vises til brukerne i kassen" -#: WC_Gateway_Vipps.class.php:1321 -msgid "Advanced" -msgstr "Avansert" +#: WC_Gateway_Vipps.class.php:1108 +msgid "Enable %1$s" +msgstr "Slå på %1$s" -#: Vipps.class.php:498 -msgid "Agreement accepted" -msgstr "Avtale akseptert" +#: WC_Gateway_Vipps.class.php:1042 +msgid "Activate this for Helthjem as a %1$s Shipping method." +msgstr "Aktiver dette for å kunne tilby Helthjem som fraktmetode i %1$s" -#: Vipps.class.php:501 -msgid "Agreement expired" -msgstr "Avtale utløpt" +#: WC_Gateway_Vipps.class.php:1038 +msgid "Support Helthjem as a shipping method in %1$s" +msgstr "Tilby Helthjem som fraktmetode i %1$s" -#: Vipps.class.php:499 -msgid "Agreement rejected" -msgstr "Avtale avvist" +#: WC_Gateway_Vipps.class.php:1008 +msgid "Support Porterbuddy as a shipping method in %1$s" +msgstr "Tilby Porterbuddy som fraktmetode i %1$s" -#: Vipps.class.php:500 -msgid "Agreement stopped" -msgstr "Avtale stoppet" +#: WC_Gateway_Vipps.class.php:1000 +msgid "Activate this for PostNord as a %1$s Shipping method." +msgstr "Aktiver dette for å kunne tilby PostNord som fraktmetode i %1$s" -#: WC_Gateway_Vipps.class.php:1239 -msgid "All products" -msgstr "Alle produkter" +#: WC_Gateway_Vipps.class.php:998 +msgid "Support PostenNord as a shipping method in %1$s" +msgstr "Legg til PostNord som fraktmetode i %1$s" -#: WC_Gateway_Vipps.class.php:1092 -#, php-format -msgid "" -"Allow certain external payment methods in %1$s, returning control to " -"WooCommerce for the order" -msgstr "" -"Tillat enkelte eksterne betalingsmetoder i %1$s, som da gir kontrollen " -"tilbake til WooCommerce for ordren" +#: WC_Gateway_Vipps.class.php:990 +msgid "Activate this for Posti as a %1$s Shipping method." +msgstr "Aktiver denne for å kunne tilby Posti som en %1$s-fraktmetode" -#: WC_Gateway_Vipps.class.php:1083 -#, php-format -msgid "Allow Klarna as an external payment method in %1$s" -msgstr "Tillat Klarna som ekstern betalingsmetode i %1$s" +#: WC_Gateway_Vipps.class.php:988 +msgid "Support Posti as a shipping method in %1$s" +msgstr "Tilby Posti som fraktmetode i %1$s" -#: VippsCheckoutShippingMethods.php:182 -msgid "Allow user to choose pickup point" -msgstr "La kunden velge leveringssted" +#: WC_Gateway_Vipps.class.php:980 +msgid "Activate this for Posten Norge as a %1$s Shipping method." +msgstr "Aktiver dette for å kunne tilby Posten Norge som fraktmetode i %1$s" -#: WC_Gateway_Vipps.class.php:1202 -#, php-format -msgid "" -"Almost done! Remember, there are no fees using %1$s when shopping online." -msgstr "Snart i mål! Husk, %1$s er gebyrfritt når du handler på nett." +#: WC_Gateway_Vipps.class.php:978 +msgid "Support Posten Norge as a shipping method in %1$s" +msgstr "Tilby Posten Norge som fraktmetode i %1$s" -#: VippsCheckout.class.php:207 -#, php-format -msgid "" -"Alternative payment method \"%1$s\" chosen, customer returned from Checkout" -msgstr "" -"Alternativ betalingsmåte \"%1$s\" valgt, kunden er tilbakesendt fra Checkout" +#: WC_Gateway_Vipps.class.php:969 +msgid "%1$s Shipping Methods" +msgstr "%1$s Fraktmetoder" -#: WC_Gateway_Vipps.class.php:1260 -msgid "Always ask for address, even if products don't need shipping" -msgstr "Alltid be om addresse, selv om produktene ikke trenger frakt" +#: WC_Gateway_Vipps.class.php:932 +msgid "Enable static shipping for %1$s" +msgstr "Slå på statisk frakt for %1$s" -#: WC_Gateway_Vipps.class.php:1253 -#, php-format -msgid "Always ask for confirmation on %1$s" -msgstr "Be alltid om at kunden bekrefter i %1$s" +#: WC_Gateway_Vipps.class.php:923 WC_Gateway_Vipps.class.php:924 +msgid "Create new customers on %1$s" +msgstr "Opprett nye kunder med %1$s" -#: WC_Gateway_Vipps.class.php:1261 -msgid "" -"Always ask the user for their address, even if you don't need it for shipping" -msgstr "Spør alltid kunden om addresse, selv om du ikke trenger det for frakt" +#: WC_Gateway_Vipps.class.php:915 +msgid "Activate Alternative %1$s" +msgstr "Aktiver alternativ %1$s" -#: Vipps.class.php:1776 Vipps.class.php:1794 -msgid "Amount" -msgstr "Handling" +#: WC_Gateway_Vipps.class.php:908 +msgid "Checkout" +msgstr "Kassen" -#: WC_Gateway_Vipps.class.php:1142 -msgid "" -"An alphanumeric textstring to use as a prefix on orders from your shop, to " -"avoid duplicate order-ids" -msgstr "" -"En kort tekst med bokstaver og tall som brukes som prefiks på ordre-id fra " -"butikken, slik at det ikke oppstår duplikater hos Vipps" +#: WC_Gateway_Vipps.class.php:357 +msgid "Could not get webhooks for Merchant Serial Number %1$s: %2$s" +msgstr "Kan ikke hente webhooks for merchant serial number %1$s: %2$s" -#: VippsCheckout.class.php:717 -msgid "" -"An error has occured - please reload the page to restart your transaction, " -"or return to the shop" -msgstr "" -"En feil har oppstått - vennligst last inn siden omigjen for å restarte " -"transaksjonen, eller gå tilbake til butikken." +#: WC_Gateway_Vipps.class.php:166 +msgid "Offer Vipps or MobilePay as a payment method" +msgstr "Tilby Vipps eller MobilePay som betalingsmåte" -#: Vipps.class.php:4544 -msgid "" -"An error occured during order confirmation. The error has been logged. " -"Please contact us to determine the status of your order" -msgstr "" -"En feil oppsto under bekreftelse av bestillingen. Feilen har blitt logget. " -"Vær så vennlig å ta kontakt med oss for å se status på din bestilling" +#: VippsQRCodeController.class.php:643 +msgid "%1$s QR Code" +msgstr "%1$s QR-Kode" -#: Vipps.class.php:1519 -msgid "An error occured while creating a shareable link" -msgstr "En feil oppsto under opprettelse av delbar lenke" +#: VippsQRCodeController.class.php:608 VippsQRCodeController.class.php:644 +msgid "%1$s QR Codes" +msgstr "%1$s QR-Koder" -#: WC_Gateway_Vipps.class.php:3241 -#, php-format -msgid "Anomalous callback from %1$s, handle errors and clean up" -msgstr "Uvanlig callback fra %1$s - håndter feil og rydd opp" +#: VippsDismissibleAdminBanners.class.php:114 +msgid "You can get %1$s now!" +msgstr "Nå kan du få %1$s!" -#: WC_Gateway_Vipps.class.php:2688 -msgid "Anonymous customer" -msgstr "Anonym kunde" +#: VippsCheckoutShippingMethods.php:486 WC_Gateway_Vipps.class.php:985 +msgid "Posti" +msgstr "Posti" -#: Vipps.class.php:1715 -msgid "API" -msgstr "API" +#: VippsCheckoutShippingMethods.php:472 VippsCheckoutShippingMethods.php:488 +#: VippsCheckoutShippingMethods.php:508 VippsCheckoutShippingMethods.php:524 +#: VippsCheckoutShippingMethods.php:546 +msgid "Shipping method for %1$s only: %2$s" +msgstr "Fraktmetode kun for %1$s: %2$s" -#: VippsQRCodeController.class.php:235 Vipps.class.php:4336 -msgid "Are you sure?" -msgstr "Er du sikker?" +#: VippsCheckoutShippingMethods.php:471 VippsCheckoutShippingMethods.php:487 +#: VippsCheckoutShippingMethods.php:507 VippsCheckoutShippingMethods.php:523 +#: VippsCheckoutShippingMethods.php:545 +msgid "%1$s: %2$s" +msgstr "%1$s: %2$s" -#: WC_Gateway_Vipps.class.php:1296 -msgid "" -"As Express Checkout orders are anonymous, failed orders will end up as " -"\"cancelled\" orders with no information in them. Enable this to delete " -"these automatically when cancelled - but test to make sure no other plugin " -"needs them for anything." -msgstr "" -"Siden hurtigkassekjøp er anonyme, så vil mislykkede ordre vises som " -"\"kansellert\", men uten noe informasjon i dem. Hvis du skrur på dette så " -"vil disse bli slettet automatisk uten at du trenger å gjøre noe; men pass på " -"at dette er kompatible med andre utvidelser." +#: VippsCheckoutShippingMethods.php:118 +msgid "Short description of shipping method used in %1$s" +msgstr "Kort beskrivelse av fraktmetoden som blir brukt i %1$s" -#: WC_Gateway_Vipps.class.php:940 WC_Gateway_Vipps.class.php:941 -msgid "Ask the user to consent to share user information" -msgstr "Be brukeren om godkjennelse til å lagre brukerinformasjon" +#: VippsCheckout.class.php:910 +msgid "%1$s Page" +msgstr "%1$s Side" -#: Vipps.class.php:495 -msgid "Authorized" -msgstr "Autorisert" +#: VippsCheckout.class.php:767 +msgid "%1$s: cart changed while session %2$d in progress - now cancelled" +msgstr "%1$s: handlekurven endret seg mens %2$d pågikk - nå avbrutt" -#: WC_Gateway_Vipps.class.php:1708 -#, php-format -msgid "Awaiting %1$s payment confirmation" -msgstr "Venter på bekreftelse fra %1$s" +#: VippsCheckout.class.php:664 +msgid "%1$s session %2$d is gone" +msgstr "%1$s session %2$d er forsvunnet" -#: Vipps.class.php:1189 -msgid "Badges" -msgstr "Merker" +#: VippsCheckout.class.php:645 +msgid "%1$s session %2$d cancelled (pending session)" +msgstr "%1$s session %2$d avbrutt (pending session)" -#: WC_Gateway_Vipps.class.php:2256 WC_Gateway_Vipps.class.php:2737 -#, php-format -msgid "Bank Transfer/ %1$s" -msgstr "Bankoverføring/ %1$s" +#: VippsCheckout.class.php:534 +msgid "%1$s session %2$d failed with message %3$s" +msgstr "%1$s session %2$d mislyktes med melding %3$s" -#: Vipps.class.php:1749 -msgid "Billing details" -msgstr "Fakturadetaljer" +#: VippsCheckout.class.php:521 +msgid "%1$s session %2$d expired after %3$d minutes (limit 50)" +msgstr "%1$s session %2$d utløpt etter %3$d minuttter (grense 50)" -#: admin/blocks/dist/product-shareable-link/block.json:1 -#: src/admin/blocks/src/product-shareable-link/block.json:1 -msgctxt "block description" -msgid "" -"A block that handles Vipps MobilePay shareable links for the new WooCommerce " -"product editor." -msgstr "" -"En blokk som håndterer Vipps MobilePay delbare lenker for det nye " -"WooCommerce produkt-redigeringsverktøyet" +#: VippsCheckout.class.php:488 +msgid "%1$s session %2$d cancelled (payment status)" +msgstr "%1$s session %2$d er avbrutt (betalingsstatus)" -#: admin/blocks/dist/product-shareable-link/block.json:1 -#: src/admin/blocks/src/product-shareable-link/block.json:1 -msgctxt "block title" -msgid "Blocks" -msgstr "Blokker" +#: VippsCheckout.class.php:473 +msgid "Could not start %1$s session" +msgstr "Kunne ikke starte %1$s-sesjon" -#: Blocks/dist/vipps-badge/block.json:1 src/Blocks/src/vipps-badge/block.json:1 -msgctxt "block title" -msgid "Vipps MobilePay On-Site Messaging Badge" -msgstr "Vipps MobilePay On-Side Messaging Badge" +#: VippsCheckout.class.php:467 +msgid "Could not initiate %1$s session: %2$s" +msgstr "Kunne ikke starte %1$s-økten: %2$s" -#: VippsWCProductEditorV2.class.php:199 -msgid "Buy Now Button" -msgstr "Kjøp Nå-knapp" +#: VippsCheckout.class.php:464 +msgid "Unknown error creating %1$s session" +msgstr "Ukjent feil under opprettelse av %1$s-økt" -#: Vipps.class.php:2226 -msgid "Buy now with" -msgstr "Kjøp nå med" +#: VippsCheckout.class.php:458 +msgid "Customer passed to %1$s" +msgstr "Kunde sendt til %1$s" -#: Vipps.class.php:2121 Vipps.class.php:2227 Vipps.class.php:3989 -#, php-format -msgid "Buy now with %1$s" -msgstr "Kjøp nå med %1$s" +#: VippsCheckout.class.php:390 +msgid "Unknown error creating %1$s partial order" +msgstr "Ukjent feil under opprettelse av ordre for %1$s" -#: Vipps.class.php:1317 Vipps.class.php:4399 -#, php-format -msgid "Buy now with %1$s!" -msgstr "Kjøp nå med %1$s!" +#: VippsApi.class.php:822 +msgid "You need a newer version of WooCommerce to use %1$s!" +msgstr "Du trenger en nyere versjon av WooCommerce for å kunne bruke %1$s!" -#: Vipps.class.php:1393 -msgid "Buy-now button" -msgstr "Kjøp nå-knapp" +#: VippsApi.class.php:604 +msgid "Could not add all keys to the payment metadata of order %1$s - only 5 items are allowed" +msgstr "Kan ikke legge til alle nøklene til betalings-metadataene til ordre %1$s - kun 5 nøkler er tillatt" -#: WC_Gateway_Vipps.class.php:1185 -msgid "" -"By default, orders that are reserved but not yet captured will " -"now have the order status 'Processing'. You can capture the sum manually, or " -"by changing the status to 'Complete'. You should ensure that your workflow " -"is such that the order is not shipped until after this capture.

The " -"status 'On hold' can be chosen instead for stores using a workflow where " -"orders are shipped when the status is 'Processing'. In this case, 'On hold' " -"will mean \"order is reserved but not yet captured\". This is a slightly " -"safer solution, and ensures that the order status will reflect the payment " -"status.

However, in many stores 'On hold' has the additional meaning " -"\"there is a problem with the order\"; and an email is often sent to the " -"customer about this problem. The default is 'Processing' because of this, " -"and because many plugins and integrations expect orders to be 'Processing' " -"when the customer has completed payment." -msgstr "" -"Som standard så vil ordre som er reservert men ikke ennå " -"overført nå ha ordrestatus 'Behandler'. Du kan overføre summen manuelt, " -"eller ved å endre ordrestatus til 'Fullført'. Du bør da sørge for at " -"arbeidsflyten din er slik at ordren ikke blir sendt av gårde før etter at " -"pengene er overført.

Statusen 'På vent' kan velges istedetfor for " -"butikker som har en arbeidsflyt der ordre sendes når status er 'Behandler'. " -"I dette tilfellet vil 'På vent' bety at \"ordren er reservert, men ikke ennå " -"overført\". Dette er en bittelitt tryggere løsning, og sørger for at " -"ordrestatus vil reflektere betalingsstatus.

. Imidlertid er det for " -"mange butikker slik at 'På vent' har en ekstra betydning \"det er noe galt " -"med bestillingen\"; og en epost blir da ofte sendt til kunden om problemet. " -"På grunn av dette er standardinnstillingen her 'Behandler'. I tillegg er det " -"mange utvidelser og integrasjoner som forventer at en ordre står som " -"'Behandler' når en kunde har fullført betalingen." +#: VippsApi.class.php:599 +msgid "Could not add key %1$s to payment metadata of order %2$s - key or value is too long (100, 500 respectively)" +msgstr "Kunne ikke legge til nøkkel %1$s til betalingsmetadataene til ordre %2$s - nøkkel eller verdi er for lang (100 og 500 tegn henholdsvis)" -#: VippsCheckoutShippingMethods.php:152 -msgid "Calculate cost in Checkout" -msgstr "Beregnet på betalingssiden" +#: VippsApi.class.php:372 +msgid "Cannot create receipt for order %1$d: %2$s" +msgstr "Kan ikke lage ordrekvittering for bestilling %1$d: %2$s" -#: VippsCheckoutShippingMethods.php:153 -msgid "Calculate costs in the Checkout window" -msgstr "Beregn fraktkostnader i Checkout-vinduet" +#: VippsApi.class.php:139 +msgid "Could not delete webhook for merchant serial number %1$s id %2$s: " +msgstr "Kan ikke slette webhook for merchant serial number %1$s id %2$s: " -#: Vipps.class.php:3243 -#, php-format -msgid "" -"Callback from %1$s delayed or never happened; order status checked by " -"periodic job" -msgstr "" -"Tilbakekall fra %1$s er forsinket eller aldri skjedd; ordrestatus sjekket " -"med periodisk oppgave" +#: VippsApi.class.php:125 +msgid "Could not register webhooks for merchant serial number %1$s callback %2$s: " +msgstr "Kan ikke registrere webhooks for merchant serial number %1$s callback %2$s: " -#: Vipps.class.php:2737 -msgid "Callback was:" -msgstr "Callback var:" +#: VippsApi.class.php:107 +msgid "Could not get webhooks for merchant serial number %1$s: " +msgstr "Kan ikke hente webhooks for merchant serial number %1$s: " -#: WC_Gateway_Vipps.class.php:3345 -#, php-format -msgid "Callback: Payment cancelled at %1$s" -msgstr "Tilbakekall: Betalingen er kansellert hos %1$s" +#: Vipps.class.php:4402 +msgid "%1$s Express Checkout" +msgstr "%1$s Hurtigkasse" -#: Vipps.class.php:492 -msgid "Cancelled" -msgstr "Kansellert" +#: Vipps.class.php:4385 +msgid "Ready for %1$s - press the button" +msgstr "Klar for %1$s - trykk på knappen" -#: Vipps.class.php:1725 -msgid "Cancelled amount" -msgstr "Kansellert beløp" +#: Vipps.class.php:4313 +msgid "To the %1$s app!" +msgstr "Til %1$s-appen!" -#: VippsCheckout.class.php:809 -#, php-format -msgid "Cancelling Checkout order because order changed: %1$s" -msgstr "Kansellerer Checkout-bestilling fordi ordre endret seg: %1$s" +#: Vipps.class.php:4092 +msgctxt "Page title" +msgid "Vipps MobilePay Checkout" +msgstr "Kasse for Vipps MobilePay" -#: VippsApi.class.php:404 VippsApi.class.php:437 -#, php-format -msgid "Cannot add category for order %1$d: No vipps id present" -msgstr "Kan ikke legge til kategori for ordre %1$d: Ingen Vipps-ID" +#: Vipps.class.php:3577 Vipps.class.php:3646 Vipps.class.php:3709 +msgid "%1$s is not available for this order" +msgstr "%1$s er ikke tilgjengelig for denne bestillingen" -#: VippsApi.class.php:383 -#, php-format -msgid "Cannot add receipt for order %1$d: No vipps id present" -msgstr "" -"Kan ikke legge til kvittering for ordre %1$d: Ingen Vipps-id for ordren" +#: Vipps.class.php:2879 +msgid "Could not find any applicable shipping methods for %1$s - order %2$d will fail" +msgstr "Fant ingen fraktmetoder for %1$s - ordren %2$d vil bli mislykket" -#: WC_Gateway_Vipps.class.php:1972 -#, php-format -msgid "Cannot cancel a captured %1$s transaction - use refund instead" -msgstr "" -"Kan ikke kansellere en %1$s -transaksjon etter at den er blitt belastet - " -"bruk \"refunder\" istedet" +#: Vipps.class.php:2473 +msgid "Received webhook callback for checkout/express checkout order %1$d - ignoring since full callback should come" +msgstr "Mottok webhook-callback for checkout/hurtigkasseordre %1$d - ignorerer denne siden en fullstending callback skal komme" -#: WC_Gateway_Vipps.class.php:1966 -#, php-format -msgid "Cannot cancel payment on orders not made by %1$s" -msgstr "Kan ikke kansellere ordren; den er ikke utført med %1$s" +#: Vipps.class.php:2468 +msgid "Received webhook callback for order %1$d but this is no longer pending." +msgstr "Mottok webhook callback for ordre %1$d men denne er ikke lenger i status påventer betaling." -#: WC_Gateway_Vipps.class.php:1789 -#, php-format -msgid "Cannot capture payment on orders not made by %1$s" -msgstr "Kan ikke belaste betalingen på bestillinger ikke utført med %1$s" +#: Vipps.class.php:2453 +msgid "Could not get orderid of reference %2$s from %1$s: " +msgstr "Kan ikke finne ordre-id til referanse %2$s fra %1$s: " -#: VippsApi.class.php:372 -#, php-format -msgid "Cannot create receipt for order %1$d: %2$s" -msgstr "Kan ikke lage ordrekvittering for bestilling %1$d: %2$s" +#: Vipps.class.php:2444 +msgid "The reference %1$s and order id %2$s does not match in webhook event %3$s - callback is invalid for the order." +msgstr "Referansen %1$s og ordre-id %2$s stemmer ikke overens i webhook-hendelsen %3$s - tilbakekallet er ugyldig for denne ordren." -#: WC_Gateway_Vipps.class.php:2341 -#, php-format -msgid "Cannot get address information for %1$s order:" -msgstr "Kan ikke hente addresseinformasjon for %1$s-ordre:" +#: Vipps.class.php:2417 +msgid "Cannot verify webhook callback for order %1$d - signature does not match. This may be an attempt to forge callbacks" +msgstr "Kan ikke verifisere webhook-tilbakekall for ordre %1$d - signaturen stemmer ikke. Dette kan være et forsøk på å forfalske tilbakekall." -#: WC_Gateway_Vipps.class.php:2063 -#, php-format -msgid "Cannot refund bank transfer order %1$d" -msgstr "Kan ikke refundere bank-overføringsordre %1$d" +#: Vipps.class.php:2412 +msgid "Cannot verify webhook callback for order %1$d - this shop does not know the secret. You should delete all unwanted webhooks. If you are using the same MSN on several shops, this callback is probably for one of the others." +msgstr "Kan ikke verifisere webhook-tilbakekallet for ordre %1$d - denne butikken kjenner ikke til hemmeligheten. Du bør slette alle uønskede webhooks. Hvis du bruker samme MSN på forskjellige butikker, er dette tilbakekallet antakelig ment for en av de andre." -#: WC_Gateway_Vipps.class.php:1912 -#, php-format -msgid "Cannot refund payment on orders not made by %1$s" -msgstr "Kan ikke refundere betalinger på ordre ikke gjort gjennom %1$s" +#: Vipps.class.php:2121 Vipps.class.php:2227 Vipps.class.php:3989 +msgid "Buy now with %1$s" +msgstr "Kjøp nå med %1$s" -#: WC_Gateway_Vipps.class.php:1904 -msgid "Cannot refund superfluous capture on non-completed order:" -msgstr "" -"Kan ikke betale tilbake overflødig belastet sum: ordren er ikke fullført:" +#: Vipps.class.php:1317 Vipps.class.php:4399 +msgid "Buy now with %1$s!" +msgstr "Kjøp nå med %1$s!" -#: WC_Gateway_Vipps.class.php:794 -#, php-format -msgid "Cannot refund through %1$s - the payment has not been captured yet." -msgstr "" -"Kan ikke tilbakebetale beløpet via %1$s - betalingen har ikke blitt belastet " -"ennå." +#: Vipps.class.php:1232 +msgid "Continue with %1$s" +msgstr "Fortsett med %1$s" -#: WC_Gateway_Vipps.class.php:797 WC_Gateway_Vipps.class.php:810 -#, php-format -msgid "Cannot refund through %1$s - the refund amount is too large." -msgstr "" -"Kan ikke tilbakebetale gjennom %1$s - beløpet som skal tilbakebetales er for " -"stort." +#: Vipps.class.php:1015 +msgid "If you use %1$s in WooCommerce, this allows your %2$s customers to safely log in without ever using a password." +msgstr "Hvis du bruker %1$s i WooCommerce, så vil dette la dine %2$s-kunder logge inn trygt uten å måtte bruke passord." -#: WC_Gateway_Vipps.class.php:1621 -#, php-format -msgid "Cannot restart order at %1$s" -msgstr "Kan ikke restarte ordre hos %1$s" +#: Vipps.class.php:1005 Vipps.class.php:1031 +msgid "%1$s is not installed. You can install it here!" +msgstr "%1$s er ikke installert. Du kan installere den her!" -#: WC_Gateway_Vipps.class.php:1678 -msgid "Cannot restart order with same order ID: Must cancel" -msgstr "Kan ikke restarte ordre med samme ordre-id: Må kansellere" +#: Vipps.class.php:1001 +msgid "%1$s installed, but not active. Activate it on the plugins page" +msgstr "%1$s er installert, men ikke aktiv. Aktiver den på utvidelsessiden" -#: WC_Gateway_Vipps.class.php:442 -#, php-format -msgid "" -"Cannot use %1$s as status for non-autocapturable orders: payment is captured " -"on this status. See the woo_vipps_captured_statuses-filter." -msgstr "" -"Kan ikke bruke %1$s som status for ikke-autobelastbare ordre: Ordren ville " -"blitt belastet på denne statusen. Se filteret woo_vipps_captured_statuses" +#: Vipps.class.php:992 +msgid "%1$s requires the WooCommerce Subscriptions plugin." +msgstr "%1$s krever at du har installert utvidelsen WooCommerce Subscriptions." -#: Vipps.class.php:1915 -msgid "Cannot use flock() to lock orders: cannot create lockfiles " -msgstr "Kan ikke bruke flock() til å låse ordre: Kan ikke lage låsfiler" +#: Vipps.class.php:988 Vipps.class.php:1013 Vipps.class.php:1187 +#: Vipps.class.php:1219 Vipps.class.php:1232 Vipps.class.php:1373 +#: VippsCheckout.class.php:725 VippsKCSupport.class.php:64 +msgid "%1$s" +msgstr "%1$s" -#: Vipps.class.php:1908 -msgid "Cannot use flock() to lock orders: cannot create or write to directory" -msgstr "" -"Kan ikke bruke flock() til å låse ordre: Kan ikke opprette eller skrive til " -"katalogen" +#: Vipps.class.php:955 +msgid "This plugin implements a %1$s checkout solution for WooCommerce and an alternate %1$s hosted checkout that supports both %2$s and credit cards. It also supports %1$s's QR-api for creating QR-codes to your landing pages or products." +msgstr "Denne utvidelsen tilbyr en %1$s-kasseløsning for WooCommerce og en alternativ kasseløsning håndtert av %1$s som støtter både %2$s og kredittkort. Den støtter også %1$s sitt QR-api for å opprette QR-koder til dine landingssider eller produkter." -#: Vipps.class.php:2982 -#, php-format -msgid "" -"Cannot use shipping method %2$s in %1$s Express checkout: the shipping " -"method isn't serializable." -msgstr "" -"Kan ikke bruke fraktmetode %2$s i %1$s Hurtigkasse: Fraktmetoden er ikke " -"serialiserbar" +#: Vipps.class.php:952 +msgid "The %1$s plugins" +msgstr "%1$s-utvidelsene" -#: Vipps.class.php:2417 -#, php-format -msgid "" -"Cannot verify webhook callback for order %1$d - signature does not match. " -"This may be an attempt to forge callbacks" -msgstr "" -"Kan ikke verifisere webhook-callback for ordre %1$d - signaturen stemmer " -"ikke. Dette kan være et forsøk på å forfalske callbacks." +#: Vipps.class.php:906 +msgid "NB! Checkout for MobilePay is currently in beta mode; Bank Transfer has limited availability" +msgstr "NB! Checkout for MobilePay er i betamodus - Bank Transfer har begrenset tilgjengelighet" -#: Vipps.class.php:2412 -#, php-format -msgid "" -"Cannot verify webhook callback for order %1$d - this shop does not know the " -"secret. You should delete all unwanted webhooks. If you are using the same " -"MSN on several shops, this callback is probably for one of the others." -msgstr "" -"Kan ikke verifisere webhook-calback for ordre %1$d - butikken kjenner ikke " -"til hemmeligheten. Du bør slette alle uønskede webhooks. Hvis du bruker " -"samme MSN på forskjellige butikker, er denne callbacken antagelig ment for " -"en av de andre." +#: Vipps.class.php:904 +msgid "With Checkout, you’ll also get access to shipping addresses, shipping selection and other payment options. Currently Checkout supports %1$s and bank transfer; VISA and MasterCard payments will be added later." +msgstr "Med Checkout får du også tilgang til leveringsadresser, fraktvalg og andre betalingsalternativer. For øyeblikket støtter Checkout %1$s og bankoverføring; VISA- og MasterCard-betalinger vil bli lagt til senere." -#: Vipps.class.php:2323 -msgid "Capture payment" -msgstr "Trekk betaling" +#: Vipps.class.php:903 +msgid "This plugin gives you %1$s in WooCommerce, either as a fully fledged Checkout, or as a flexible payment method." +msgstr "Denne utvidelses-modulen gir deg %1$s i WooCommerce, enten som en fullverdig kasse eller som en fleksibel betalingsmåte." -#: Vipps.class.php:493 -msgid "Captured" -msgstr "Overført" +#: Vipps.class.php:648 Vipps.class.php:669 +msgid "You don't have sufficient rights" +msgstr "Du har ikke tilstrekkelige rettigheter" -#: Vipps.class.php:1720 -msgid "Capured amount" -msgstr "Trukket beløp" +#: Vipps.class.php:558 +msgid "No, forget it" +msgstr "Nei, glem det" + +#: Vipps.class.php:557 +msgid "Add this URL as a webhook" +msgstr "Legg til denne URL-en som webhook" + +#: Vipps.class.php:529 +msgid "Add a webhook" +msgstr "Legg til en webhook" + +#: Vipps.class.php:522 VippsCheckout.class.php:619 +msgid "OK" +msgstr "OK" + +#: Vipps.class.php:507 +msgid "User Checked in" +msgstr "Bruker har besøkt lenken" + +#: Vipps.class.php:505 +msgid "Charge failed" +msgstr "Betaling mislykket" #: Vipps.class.php:504 msgid "Charge cancelled" @@ -948,3120 +678,2341 @@ msgstr "Betaling kansellert" msgid "Charge captured" msgstr "Betaling overført" -#: Vipps.class.php:505 -msgid "Charge failed" -msgstr "Betaling mislykket" - #: Vipps.class.php:502 msgid "Charge reserved" msgstr "Betaling reservert" -#: WC_Gateway_Vipps.class.php:908 -msgid "Checkout" -msgstr "Checkout" +#: Vipps.class.php:501 +msgid "Agreement expired" +msgstr "Avtale utløpt" -#: WC_Gateway_Vipps.class.php:2545 -#, php-format -msgid "" -"Checkout order older than 120 minutes with no order status - cancelled as " -"abandoned: %1$s" -msgstr "" -"Checkout-ordre eldre enn 120 minutter og uten ordrestatus - kanselleres som " -"avbrutt: %1$s" +#: Vipps.class.php:500 +msgid "Agreement stopped" +msgstr "Avtale stoppet" -#: VippsWCProductEditorV2.class.php:178 -msgid "Choose a badge to show on this product" -msgstr "Velg en badge til å vise på dette produktet" +#: Vipps.class.php:499 +msgid "Agreement rejected" +msgstr "Avtale avvist" -#: Vipps.class.php:735 -msgid "Choose color variant:" -msgstr "Velg fargevariant:" +#: Vipps.class.php:498 +msgid "Agreement accepted" +msgstr "Avtale akseptert" -#: WC_Gateway_Vipps.class.php:1179 -msgid "Choose default order status for reserved (not captured) orders" -msgstr "Velg standard ordrestatus for ordre som er reservert men ikke belastet" +#: Vipps.class.php:496 +msgid "Terminated" +msgstr "Avsluttet" -#: src/Blocks/src/vipps-badge/edit.tsx:72 -msgid "Choose language, or use the default" -msgstr "Velg språk, eller bruk standard for nettstedet." +#: Vipps.class.php:495 +msgid "Authorized" +msgstr "Autorisert" -#: VippsQRCodeController.class.php:344 -msgid "Choose page" -msgstr "Velg side" +#: Vipps.class.php:494 +msgid "Refunded" +msgstr "Tilbakebetalt" -#: VippsQRCodeController.class.php:349 -msgid "Choose product" -msgstr "Velg produkt" +#: Vipps.class.php:493 +msgid "Captured" +msgstr "Overført" -#: src/Blocks/src/vipps-badge/edit.tsx:60 -msgid "Choose the badge variant with the perfect colors for your site" -msgstr "Velg merke-varianten med de perfekte fargene for ditt nettsted" +#: Vipps.class.php:492 +msgid "Cancelled" +msgstr "Kansellert" -#: WC_Gateway_Vipps.class.php:1128 WC_Gateway_Vipps.class.php:1134 -msgid "Choose which payment method should be displayed to users at checkout" -msgstr "Velg betalingsmåte som vises til brukerne i kassen" +#: Vipps.class.php:491 +msgid "Expired" +msgstr "Utløpt" -#: WC_Gateway_Vipps.class.php:1287 -msgid "" -"Choosing this will use a different method of handling the \"Buy now\" button " -"on a single product, which will work for more product types and more plugins " -"- while being slightly less smooth. Use this if your product needs " -"more configuration than simple or standard variable products" -msgstr "" -"Velger du dette, vil en annerledes metode bli brukt til å håndtere \"Kjøp " -"nå\"-knappen på enkeltprodukter. Denne virker for flere produkttyper og " -"utvidelser enn standardmetoden - men den er litt mindre elegant. Bruk " -"denne hvis produktene dine trenger mer konfigurasjon en standard enkle og " -"variable produkter" +#: Vipps.class.php:490 +msgid "Aborted" +msgstr "Avbrutt" -#: Vipps.class.php:1506 Vipps.class.php:1535 Vipps.class.php:1537 -msgid "Click to copy" -msgstr "Klikk for å kopiere" +#: Vipps.class.php:489 +msgid "Created" +msgstr "Opprettet" -#: WC_Gateway_Vipps.class.php:1153 WC_Gateway_Vipps.class.php:1155 -#: WC_Gateway_Vipps.class.php:1412 WC_Gateway_Vipps.class.php:1413 -msgid "Client Id" -msgstr "Client id" +#: Vipps.class.php:478 +msgid "Created for this site" +msgstr "Opprettet for dette nettstedet" -#: WC_Gateway_Vipps.class.php:1161 WC_Gateway_Vipps.class.php:1162 -#: WC_Gateway_Vipps.class.php:1420 WC_Gateway_Vipps.class.php:1421 -msgid "Client Secret" -msgstr "Client Secret" +#: Vipps.class.php:474 +msgid "View" +msgstr "Se" -#: Vipps.class.php:908 Vipps.class.php:956 -#, php-format -msgid "" -"Configure the plugin on its settings page and get your " -"keys from the %3$s portal." -msgstr "" -"Konfigurer utvidelsen på dens innstillingsside og hent " -"nøklene dine hos %3$s-portalen." +#: Vipps.class.php:461 +msgid "Webhook" +msgstr "Webhook" -#: VippsApi.class.php:554 VippsApi.class.php:809 -msgid "Confirm your order from" -msgstr "Bekreft din bestilling fra" +#: Vipps.class.php:454 +msgid "Add a webhook to this MSN" +msgstr "Legg til en webhook for dette MSN" -#: WC_Gateway_Vipps.class.php:3800 -#: admin/settings/VippsAdminSettings.class.php:105 -#, php-format -msgid "Connection to %1$s is OK" -msgstr "Forbindelse til %1$s er OK" +#: Vipps.class.php:452 +msgid "Merchant Serial Number %1$s" +msgstr "Merchant Serial Number %1$s" -#: Vipps.class.php:4549 -msgid "Continue" -msgstr "Fortsett" +#: Vipps.class.php:433 +msgid "The following is a listing of your webhooks. If you have changed your website name, you may see some hooks that you do not recognize - these should be deleted" +msgstr "Det følgende er dine webhooks. Hvis du har endret nettstedsnavnet, kan det være du ser noen hooks du ikke kjenner igjen her - disse bør da slettes" -#: Vipps.class.php:4506 Vipps.class.php:4545 Vipps.class.php:4553 -msgid "Continue shopping" -msgstr "Fortsett å handle" +#: Vipps.class.php:431 +msgid "Please note that there is normally a limit of 5 webhooks per MSN - contact %1$s if you need more" +msgstr "Vær oppmerkom på at det er normalt en grense på 5 webhooks per MSN - kontakt %1$s om du trenger mer" -#: Vipps.class.php:1232 -#, php-format -msgid "Continue with %1$s" -msgstr "Fortsett med %1$s" +#: Vipps.class.php:430 +msgid "Implementing a webhook is not trivial, so you will probably need a developer for this. You can read more about what is required here. " +msgstr "Å implementere en webhook er ikke trivielt, så du vil antagelig trenge en utvikler for dette. Du kan lese mer om hva som trengs her. " -#: src/admin/blocks/src/product-shareable-link/edit.tsx:303 -msgid "Copied!" -msgstr "Kopiert!" +#: Vipps.class.php:429 +msgid "If your MSN has registered other callbacks, for instance for another website, you can manage these here - and you can also add your own hooks that will be notified of payment events to any other URL you enter." +msgstr "Hvis din MSN har registrert andre callbacks, foreksempel for et annet nettsted, kan du vedlikeholde dise her - og du kan også legge til dine egne hooks som vil få melding om betalingshendelser til en hvilkensomhelst URL du bruker." -#: Vipps.class.php:1509 Vipps.class.php:1537 -#: src/admin/blocks/src/product-shareable-link/edit.tsx:304 -msgid "Copy" -msgstr "Kopier" +#: Vipps.class.php:428 +msgid "To do this, the plugin will automatically add webhooks for the MSN - Merchant Serial Numbers - configured on this site" +msgstr "For å kunne gjøre dette, vil utvidelsen automatisk opprette webhooks for MSN-ene - altså merchant serial numbers - som er konfigurert for dette nettstedet." -#: VippsCheckoutShippingMethods.php:163 -msgid "Cost" -msgstr "Kostnad" +#: Vipps.class.php:427 +msgid "Whenever an event like a payment or a cancellation occurs on a %1$s account, you can be notified of this using a webhook. This is used by this plugin to get noticed of payments by users even when they do not return to your store." +msgstr "Når en hendelse som en betaling eller kansellering skjer på en %1$s-konto, kan du få beskjed om det via en webhook. Dette brukes av denne utvidelsen til å få beskjed om betalinger fra brukere selv når de ikke kommer tilbake til butikken etter et kjøp." -#: VippsCheckoutShippingMethods.php:166 -msgid "Cost of shipping" -msgstr "Fraktkostnad" +#: Vipps.class.php:426 Vipps.class.php:1190 +msgid "Webhooks" +msgstr "Webhook-er" -#: VippsApi.class.php:604 -#, php-format -msgid "" -"Could not add all keys to the payment metadata of order %1$s - only 5 items " -"are allowed" -msgstr "" -"Kan ikke legge til alle nøklene til betalings-metadataene til ordre %1$s - " -"kun 5 nøkler er tillatt" +#: Vipps.class.php:61 WC_Gateway_Vipps.class.php:167 +#: WC_Gateway_Vipps.class.php:168 +msgid "Vipps MobilePay" +msgstr "Vipps MobilePay" -#: VippsApi.class.php:428 -#, php-format -msgid "Could not add category %1$s to Vipps: " -msgstr "Kunne ikke legge til kategori %1$s til Vipps-appen: " +#: Blocks/Badges/vipps-badge.php:66 +msgid "%1$s senere" +msgstr "%1$s senere" -#: VippsApi.class.php:599 -#, php-format -msgid "" -"Could not add key %1$s to payment metadata of order %2$s - key or value is " -"too long (100, 500 respectively)" -msgstr "" -"Kunne ikke legge til nøkkel %1$s til betalingsmetadataene til ordre %2$s - " -"nøkkel eller verdi er for lang (100 og 500 tegn henholdsvis)" +#: WC_Gateway_Vipps.class.php:1332 +msgid "Turn this on to add support for Woos Order Attribution API for Checkout and Express Checkout. Some stores have reported problems when using this API together with Vipps, so be sure to test this if you turn it on." +msgstr "Slå på denne for å legge til støtte for Woos Order Attribution API for Checkout og Express Checkout. Noen butikker har rapportert om problemer ved bruk av dette API-et sammen med Vipps, så husk å teste dette hvis du slår det på." -#: WC_Gateway_Vipps.class.php:633 WC_Gateway_Vipps.class.php:675 -#, php-format -msgid "Could not cancel %1$s payment" -msgstr "Kunne ikke kansellere %1$s-betalingen" +#: WC_Gateway_Vipps.class.php:1329 +msgid "Add support for Order Attribution" +msgstr "Legg til støtte for ordretilskrivelse" -#: WC_Gateway_Vipps.class.php:1996 -#, php-format -msgid "Could not cancel %1$s payment for order id:" -msgstr "Kunne ikke kansellere %1$s-betaling for ordreid:" +#: WC_Gateway_Vipps.class.php:1328 +msgid "Support WooCommerces Order Attribution API for Checkout and Express Checkout" +msgstr "Støtte for WooCommerces Order Attribution API for kassen og hurtigkassen" -#: WC_Gateway_Vipps.class.php:1992 -#, php-format -msgid "Could not cancel %1$s payment for order_id:" -msgstr "Kunne ikke kansellere %1$s-betaling for ordreid:" +#: WC_Gateway_Vipps.class.php:2545 +msgid "Checkout order older than 120 minutes with no order status - cancelled as abandoned: %1$s" +msgstr "Checkout-ordre eldre enn 120 minutter og uten ordrestatus - kanselleres som forlatt: %1$s" -#: WC_Gateway_Vipps.class.php:1771 -#, php-format -msgid "Could not capture %1$s payment - status set to" -msgstr "Kunne ikke belaste %1$s-betalingen - status satt til" +#: VippsCheckout.class.php:810 +msgid "Order specification changed - this order abandoned by customer in Checkout " +msgstr "Ordrespesifiksasjon har endret seg - ordren er forlatt av kunden i kassen " -#: WC_Gateway_Vipps.class.php:1850 -#, php-format -msgid "Could not capture %1$s payment for order id:" -msgstr "Kunne ikke belaste %1$s-betalingen for ordreid:" +#: VippsCheckout.class.php:809 +msgid "Cancelling Checkout order because order changed: %1$s" +msgstr "Kansellerer kasse-ordren fordi ordren endret seg: %1$s" -#: WC_Gateway_Vipps.class.php:1860 -#, php-format -msgid "Could not capture %1$s payment for order_id:" -msgstr "Kunne ikke belaste %1$s-betalingen for ordreid:" +#: VippsCheckout.class.php:804 +msgid "Could not get Checkout status for order %1$s in progress while cancelling" +msgstr "Kan ikke hente kasse-status for ordre %1$s under utførelse ved kansellering" -#: WC_Gateway_Vipps.class.php:1767 -#, php-format -msgid "Could not capture %1$s payment for this order!" -msgstr "Kunne ikke fange %1$s-betalingen for denne ordren!" +#: WC_Gateway_Vipps.class.php:943 +msgid "If using %1$s, ask for the users consent to share user information with the store. This will allow better integration between Login With %1$s but will add another step to first-time buyers." +msgstr "Hvis du bruker %1$s, be kundene om tillatelse til å dele informasjon med butikken. Dette vil gjøre det enklere å integrere med Innlogging med %1$s, men det vil også være ett ekstra trinn for førstegangskunder." -#: WC_Gateway_Vipps.class.php:3802 -#: admin/settings/VippsAdminSettings.class.php:107 -#, php-format -msgid "Could not connect to %1$s" -msgstr "Kunne ikke oppnå forbindelse med %1$s" +#: WC_Gateway_Vipps.class.php:940 WC_Gateway_Vipps.class.php:941 +msgid "Ask the user to consent to share user information" +msgstr "Be brukeren om godkjenning til å lagre brukeropplysninger" -#: Vipps.class.php:3607 Vipps.class.php:3612 Vipps.class.php:3622 -#: Vipps.class.php:3744 Vipps.class.php:3750 Vipps.class.php:3760 -msgid "Could not create order" -msgstr "Kunne ikke opprette bestilling" +#: WC_Gateway_Vipps.class.php:3490 +msgid "File type was %1$s; supported types are %2$s" +msgstr "Filetype var %1$s; støttede typer er %2$s" -#: VippsApi.class.php:139 -#, php-format -msgid "Could not delete webhook for merchant serial number %1$s id %2$s: " -msgstr "Kan ikke slette webhook for merchant serial number %1$s id %2$s: " +#: WC_Gateway_Vipps.class.php:2547 +msgid " - no status retrievable" +msgstr " - kunne ikke finne noen status" -#: WC_Gateway_Vipps.class.php:3836 -#, php-format -msgid "Could not delete webhook for this site with url '%2$s' : %1$s" -msgstr "Kunne ikke slette webhook for dette nettstedet med url '%2$s' : %1$s" +#: WC_Gateway_Vipps.class.php:926 +msgid "Enable this to create and login customers when using %1$s. Otherwise these will all be guest checkouts. If using, you may want to install Login with Vipps too." +msgstr "Slå på dette for å opprette og logge inn kunder når du bruker %1$s. Hvis ikke vil de være gjestekjøp. Hvis du bruker dette, vil du kanskje ønske å bruke Innlogging med Vipps også." -#: WC_Gateway_Vipps.class.php:3428 -#, php-format -msgid "Could not do all payment-complete actions on %1$s order %2$d: %3$s " -msgstr "" -"Kunne ikke fullføre alle payment_complete-handlingene for %1$s-ordre %2$d: " -"%3$s " +#: Vipps.class.php:3392 +msgid "Could not get user email from order before thankyou-page" +msgstr "Kunne ikke hente e-post til brukeren før takk-siden" -#: Vipps.class.php:2737 -#, php-format -msgid "Could not find %1$s order with id:" -msgstr "Kunne ikke finne %1$s-ordre med id:" +#: WC_Gateway_Vipps.class.php:2568 +msgid "Could not get user info for order %1$d using the userinfo API: %2$s. Please use the 'get complete transaction details' on the button to try to recover this. " +msgstr "Kunne ikke hente brukerinfo for ordre %1$d med brukerinfo-API-et: %2$s. Bruk 'hent fullstendige transaksjonsdetaljer' på knappen for å forsøke å gjenopprette dette. " -#: Vipps.class.php:2879 -#, php-format -#| msgid "" -#| "Could not find any applicable shipping methods for %1$s - order will fail" -msgid "" -"Could not find any applicable shipping methods for %1$s - order %2$d will " -"fail" -msgstr "Fant ingen fraktmetoder for %1$s - ordre %2$d vil mislykkes" +#: WC_Gateway_Vipps.class.php:1263 +msgid "If the order contains only \"virtual\" products that do not need shipping, we do not normally ask the user for their address - but check this box to do so anyway." +msgstr "Hvis en ordre kun består av \"virtuelle\" produkter som ikke trenger frakt, ber Vipps vanligvis ikke kunden om addresse - men huk av her for å gjøre det likevel." -#: Vipps.class.php:2745 -msgid "Could not find Woo order with id:" -msgstr "Kunne ikke finne Woo-ordre med ID:" +#: WC_Gateway_Vipps.class.php:1261 +msgid "Always ask the user for their address, even if you don't need it for shipping" +msgstr "Spør alltid kunden om adresse, selv om du ikke trenger det for frakt" -#: WC_Gateway_Vipps.class.php:2847 -#, php-format -msgid "Could not get %1$s order status" -msgstr "Kunne ikke hente ordrestatus hos %1$s" - -#: WC_Gateway_Vipps.class.php:2836 -#, php-format -msgid "Could not get %1$s order status - it has no %1$s Order Id. Must cancel." -msgstr "" -"Kunne ikke hente ordrestatus hos %1$s - den mangler %1$s-ordreid. Må " -"kansellere." - -#: WC_Gateway_Vipps.class.php:2844 WC_Gateway_Vipps.class.php:2854 -#, php-format -msgid "Could not get %1$s order status for order id:" -msgstr "Kunne ikke hente %1$s ordre-status for ordreid:" - -#: WC_Gateway_Vipps.class.php:1571 -#, php-format -msgid "Could not get access token when initiating %1$s payment for order id:" -msgstr "Kunne ikke hente access token ved start av %1$s-betaling for ordreid:" +#: WC_Gateway_Vipps.class.php:1260 +msgid "Always ask for address, even if products don't need shipping" +msgstr "Alltid be om adresse, selv om produktene ikke trenger frakt" -#: WC_Gateway_Vipps.class.php:2367 -#, php-format -msgid "Could not get address info for order from %1$s" -msgstr "Kunne ikke hente addresseinfo for ordren fra %1$s" +#: Vipps.class.php:4191 +msgid "Link expired, please try again" +msgstr "Lenken er utløpt - forsøk på nytt" -#: VippsCheckout.class.php:804 -#, php-format -msgid "" -"Could not get Checkout status for order %1$s in progress while cancelling" -msgstr "" -"Kan ikke hente Checkout-status for ordre %1$s under utførelse når den skal " -"kanselleres" +#: VippsCheckoutShippingMethods.php:209 +msgctxt "Tax status" +msgid "None" +msgstr "Ingen" -#: WC_Gateway_Vipps.class.php:2440 WC_Gateway_Vipps.class.php:2444 -#, php-format -msgid "Could not get order status from %1$s using epayment api: " -msgstr "Kunne ikke hente ordrestatus fra %1$s med epayment-apiet " +#: VippsCheckoutShippingMethods.php:208 +msgid "Taxable" +msgstr "Mva. avgiftsbelagt" -#: Vipps.class.php:2453 -#, php-format -msgid "Could not get orderid of reference %2$s from %1$s: " -msgstr "Kan ikke finne ordreid til referanse %2$s fra %1$s: " +#: VippsCheckoutShippingMethods.php:203 +msgid "Tax status" +msgstr "Mva status" -#: WC_Gateway_Vipps.class.php:2452 -#, php-format -msgid "Could not get payment results for order %1$s" -msgstr "Kan ikke hente betalingsresultater for ordre %1$s" +#: VippsCheckoutShippingMethods.php:192 +msgid "Delivery method" +msgstr "Leveringsmåte" -#: WC_Gateway_Vipps.class.php:2453 -#, php-format -msgid "" -"Could not get payment results for order %1$s - you may have the wrong MSN " -"for the order. Please check logs for more information" -msgstr "" -"Kan ikke hente betalingsresultater for ordre %1$s - det er mulig du har feil " -"MSN for bestillingen. Vennligst sjekk loggene for mer informasjon." +#: VippsCheckoutShippingMethods.php:100 +msgid "If checked, free shipping would be available based on pre-discount order amount." +msgstr "Hvis avhuket, så er gratis frakt basert på ordresummen før rabatter." -#: VippsApi.class.php:451 -#, php-format -msgid "Could not get receipt data for order %1$s from Vipps: " -msgstr "Kunne ikke hente kvitteringsdata for ordre %1$s fra Vipps: " +#: VippsCheckoutShippingMethods.php:98 +msgid "Apply minimum order rule before coupon discount" +msgstr "Bruk minstebestillingsregel før kupongrabatt" -#: Vipps.class.php:3392 -msgid "Could not get user email from order before thankyou-page" -msgstr "Kunne ikke hente bruker-epost før takk-siden" +#: VippsCheckoutShippingMethods.php:97 +msgid "Coupons discounts" +msgstr "Kupongrabatter" -#: WC_Gateway_Vipps.class.php:2568 -#, php-format -msgid "" -"Could not get user info for order %1$d using the userinfo API: %2$s. Please " -"use the 'get complete transaction details' on the button to try to recover " -"this. " -msgstr "" -"Kunne ikke hente brukerinfo for ordre %1$d med brukerinfo-APIet: %2$s. " -"Vennligst bruk \"Hent fullstendige transaksjonsdetaljer\" for å prøve å " -"gjenopprette informasjonen. " +#: VippsCheckoutShippingMethods.php:91 +msgid "Users will need to spend this amount to get free shipping (if enabled above)." +msgstr "Kunder vil måtte bruke denne summen for å få gratis frakt (hvis skrudd på over)." -#: VippsApi.class.php:176 VippsApi.class.php:179 -msgid "Could not get Vipps access token" -msgstr "Kunne ikke hente access token for Vipps" +#: VippsCheckoutShippingMethods.php:88 +msgid "Minimum order amount" +msgstr "Minste ordrebeløp" -#: WC_Gateway_Vipps.class.php:357 -#, php-format -msgid "Could not get webhooks for Merchant Serial Number %1$s: %2$s" -msgstr "Kan ikke hente webhooks for merchant serial number %1$s: %2$s" +#: VippsCheckoutShippingMethods.php:84 +msgid "A minimum order amount AND a coupon" +msgstr "Minimums ordredum OG en kupong" -#: VippsApi.class.php:107 -#, php-format -msgid "Could not get webhooks for merchant serial number %1$s: " -msgstr "Kan ikke hente webhooks for merchant serial number %1$s: " +#: VippsCheckoutShippingMethods.php:83 +msgid "A minimum order amount OR a coupon" +msgstr "Minste ordresum ELLER en kupong" -#: WC_Gateway_Vipps.class.php:3890 -#, php-format -msgid "Could not initialize webhooks for this site: %1$s" -msgstr "Kunne ikke initialisere webhooks for dette nettstedet: %1$s" +#: VippsCheckoutShippingMethods.php:82 +msgid "A minimum order amount" +msgstr "Minste ordrebeløp" -#: WC_Gateway_Vipps.class.php:1668 WC_Gateway_Vipps.class.php:1681 -#, php-format -msgid "Could not initiate %1$s payment" -msgstr "Kunne ikke opprette %1$s-betaling" +#: VippsCheckoutShippingMethods.php:81 +msgid "A valid free shipping coupon" +msgstr "En gyldig fri-frakt kupong" -#: VippsCheckout.class.php:467 -#, php-format -msgid "Could not initiate %1$s session: %2$s" -msgstr "Kunne ikke starte %1$s-økten: %2$s" +#: VippsCheckoutShippingMethods.php:80 +msgid "N/A" +msgstr "Ikke relevant" -#: WC_Gateway_Vipps.class.php:2235 -#, php-format -msgid "Could not interpret %1$s order status" -msgstr "Kunne ikke lese ordrestatus hos %1$s" +#: VippsCheckoutShippingMethods.php:75 +msgid "Free shipping requires..." +msgstr "Fri frakt krever..." -#: VippsApi.class.php:195 -msgid "Could not read image file: " -msgstr "Kunne ikke lese bildefil: " +#: WC_Gateway_Vipps.class.php:1031 +msgid "Your phone number where Porterbuddy may send you important messages. Format must be MSISDN (including country code). Example: \"4791234567\"" +msgstr "Telefonnummeret ditt hvor Porterbuddy kan sende deg viktige meldinger. Formatet må være MSISDN inklusive landkode. Eksempel: \"4791234567\"" -#: WC_Gateway_Vipps.class.php:826 WC_Gateway_Vipps.class.php:1949 -#, php-format -msgid "Could not refund %1$s payment" -msgstr "Kunne ikke tilbakebetale %1$s-betalingen" +#: WC_Gateway_Vipps.class.php:971 +msgid "When using %1$s, you have the option to use %1$s specific shipping methods with extended features for certain carriers. These will add an apropriate logo as well as extended delivery options for certain methods. For some of these, you need to add integration data from the carriers below. You can then add these shipping methods to your shipping zones the normal way, but they will only appear in the %1$s screen." +msgstr "Når du bruker %1$s, så kan du velge å bruke %1$s-spesifikke fraktmetoder, med utvidede egenskaper for enkelte fraktleverandører. Disse vil legge til en passende logo og utvidede leveringsvalg for enkelte metoder. For noen av disse vil du måtte legge til integrasjonsdata for fraktleverandørene under. Du kan så legge til disse fraktmetodene til dine fraktsoner på vanlig måte; men de vil bare dukke opp i %1$s." -#: WC_Gateway_Vipps.class.php:823 WC_Gateway_Vipps.class.php:1946 -#, php-format -msgid "Could not refund %1$s payment for order id:" -msgstr "Kunne ikke refundere %1$s-betalingen for ordreid:" +#: VippsCheckoutShippingMethods.php:138 +msgid "Title to be display on site" +msgstr "Tittel som vises på nettstedet" -#: WC_Gateway_Vipps.class.php:739 -#, php-format -msgid "" -"Could not refund payment through %1$s - ensure the refund is handled " -"manually!" -msgstr "" -"Det var ikke mulig å tilbakebetale med %1$s - sørg for at tilbakebetalingen " -"gjøres manuelt!" +#: WC_Gateway_Vipps.class.php:1059 +msgid "The Username provided to you by Helthjem" +msgstr "Brukernavnet du fikk fra Helthjem" -#: VippsApi.class.php:125 -#, php-format -msgid "" -"Could not register webhooks for merchant serial number %1$s callback %2$s: " -msgstr "" -"Kan ikke registrere webhooks for merchant serial number %1$s callback %2$s: " +#: WC_Gateway_Vipps.class.php:1051 +msgid "The ShopId provided to you by Helthjem" +msgstr "ShopId som du fikk fra Helthjem" -#: Vipps.class.php:2663 -#, php-format -msgid "Could not restore cart from session of order %1$d" -msgstr "Kunne ikke gjenopprette handlekurv fra sessionen til ordre %1$d" +#: WC_Gateway_Vipps.class.php:1017 +msgid "The public key provided to you by Porterbuddy" +msgstr "Public key som du fikk fra Porterbuddy" -#: VippsApi.class.php:227 -msgid "Could not send image to Vipps: " -msgstr "Kunne ikke sende bilde til Vipps " +#: WC_Gateway_Vipps.class.php:1024 +msgid "The API key provided to you by Porterbuddy" +msgstr "API-nøkkelen du fikk fra Porterbuddy" -#: VippsApi.class.php:395 -msgid "Could not send receipt to Vipps: " -msgstr "Kunne ikke sende kvittering til Vipps " +#: VippsCheckoutShippingMethods.php:145 +msgid "Short description of shipping method" +msgstr "Kort beskrivelse av fraktmetoden" -#: Vipps.class.php:4581 -#, php-format -msgid "Could not use special page with id %s - it seems not to exist." -msgstr "" -"Kunne ikke bruke spesiell side med id %s - ser ut som om den ikke eksisterer" +#: VippsCheckoutShippingMethods.php:522 +msgid "Postnord" +msgstr "PostNord" -#: VippsQRCodeController.class.php:585 -#, php-format -msgid "Couldn't create or update QR image: %1$s" -msgstr "Kunne ikke lage eller oppdatere QR-bilde: %1$s" +#: WC_Gateway_Vipps.class.php:995 +msgid "PostNord" +msgstr "PostNord" -#: VippsQRCodeController.class.php:575 -#, php-format -msgid "Couldn't download QR image: try saving post again! Error was: %1$s" -msgstr "" -"Kunne ikke laste ned QR-bilde: Prøv å lagre siden på nytt! Feilen var: %1$s" +#: VippsCheckoutShippingMethods.php:470 WC_Gateway_Vipps.class.php:975 +msgid "Posten Norge" +msgstr "Posten Norge" -#: WC_Gateway_Vipps.class.php:1114 WC_Gateway_Vipps.class.php:1115 -msgid "Country" -msgstr "Land" +#: WC_Gateway_Vipps.class.php:1014 +msgid "Porterbuddy public token" +msgstr "Porterbuddy public token" -#: WC_Gateway_Vipps.class.php:923 WC_Gateway_Vipps.class.php:924 -#, php-format -msgid "Create new customers on %1$s" -msgstr "Opprett nye kunder med %1$s" +#: WC_Gateway_Vipps.class.php:1028 +msgid "Porterbuddy Phone Number" +msgstr "Porterbuddy telefonnummer" -#: WC_Gateway_Vipps.class.php:1277 WC_Gateway_Vipps.class.php:1278 -msgid "Create new customers on Express Checkout" -msgstr "Opprett nye brukere gjennom Hurtigkassen" +#: WC_Gateway_Vipps.class.php:1021 +msgid "Porterbuddy API key" +msgstr "Porterbuddy API-nøkkel" -#: Vipps.class.php:1491 Vipps.class.php:1501 -#: src/admin/blocks/src/product-shareable-link/edit.tsx:239 -msgid "Create shareable link" -msgstr "Lag delbar lenke" +#: VippsCheckoutShippingMethods.php:544 WC_Gateway_Vipps.class.php:1005 +msgid "Porterbuddy" +msgstr "Porterbuddy" -#: Vipps.class.php:489 -msgid "Created" -msgstr "Opprettet" +#: Vipps.class.php:1739 +msgid "Pickup Point" +msgstr "Pakke til hentested" -#: Vipps.class.php:478 -msgid "Created for this site" -msgstr "Opprettet for dette nettstedet" +#: WC_Gateway_Vipps.class.php:1066 +msgid "Password provided to you by Helthjem" +msgstr "Passordet du fikk fra Helthjem" -#: WC_Gateway_Vipps.class.php:2250 WC_Gateway_Vipps.class.php:2732 -#: WC_Gateway_Vipps.class.php:3292 -#, php-format -msgid "Credit Card / %1$s" -msgstr "Kredittkort / %1$s" +#: VippsCheckoutShippingMethods.php:174 +msgid "No delivery method specified" +msgstr "Ingen leveringsmetode valgt" -#: VippsCheckout.class.php:458 -#, php-format -msgid "Customer passed to %1$s" -msgstr "Kunde sendt til %1$s" +#: VippsCheckoutShippingMethods.php:195 +msgid "If you are using %1$s, you can select extended delivery method options here. If you do, these methods will not appear in Express Checkout or the standard WooCommerce checkout page." +msgstr "Hvis du bruker %1$s , kan du gjøre valg for utvidede leveringsmetoder her. Hvis du gjør dette, så vil disse metodene ikke dukke opp i hurtigkassen eller standard-kassen til WooCommerce" -#: Blocks/woo-vipps-blocks.php:43 -msgid "Danish" -msgstr "Dansk" +#: VippsCheckoutShippingMethods.php:156 +msgid "If checked, cost of shipping will be calculated dynamically in the %1$s window" +msgstr "Hvis avhuket så vil fraktkostnaden bli dynamisk beregnet i %1$s-vinduet" -#: Blocks/woo-vipps-blocks.php:39 -msgid "Default" -msgstr "Standard" +#: WC_Gateway_Vipps.class.php:1056 +msgid "Helthjem Username" +msgstr "Helthjem brukernavn" -#: VippsWCProductEditorV2.class.php:180 Vipps.class.php:1444 -msgid "Default setting" -msgstr "Standardinnstilling" +#: WC_Gateway_Vipps.class.php:1047 +msgid "Helthjem Shop Id" +msgstr "Helthjem Shop Id" -#: Vipps.class.php:476 Vipps.class.php:1510 Vipps.class.php:1538 -#: src/admin/blocks/src/product-shareable-link/edit.tsx:313 -msgid "Delete" -msgstr "Slett" +#: WC_Gateway_Vipps.class.php:1063 +msgid "Helthjem Password" +msgstr "Helthjem passord" -#: VippsQRCodeController.class.php:240 -msgid "delete" -msgstr "slett" +#: VippsCheckoutShippingMethods.php:506 WC_Gateway_Vipps.class.php:1037 +msgid "Helthjem" +msgstr "Helthjem" -#: WC_Gateway_Vipps.class.php:1293 WC_Gateway_Vipps.class.php:1294 -msgid "Delete failed Express Checkout Orders" -msgstr "Slett hurtigkasse-ordre som aldri ble fullført" +#: VippsCheckoutShippingMethods.php:179 +msgid "Deliver to customers' mailbox" +msgstr "Lever til kundens postkasse" #: VippsCheckoutShippingMethods.php:185 msgid "Deliver to customers' home address" msgstr "Lever til kundens hjemmeaddresse" -#: VippsCheckoutShippingMethods.php:179 -msgid "Deliver to customers' mailbox" -msgstr "Lever til kundens postkasse" +#: VippsCheckoutShippingMethods.php:166 +msgid "Cost of shipping" +msgstr "Fraktkostnad" -#: WC_Gateway_Vipps.class.php:1120 -msgid "Denmark" -msgstr "Danmark" +#: VippsCheckoutShippingMethods.php:163 +msgid "Cost" +msgstr "Kostnad" -#: VippsKCSupport.class.php:67 VippsCheckoutShippingMethods.php:116 -#: VippsCheckoutShippingMethods.php:143 -msgid "Description" -msgstr "Beskrivelse" +#: VippsCheckoutShippingMethods.php:153 +msgid "Calculate costs in the Checkout window" +msgstr "Beregn fraktkostnader i kasse-vinduet" -#: VippsKCSupport.class.php:69 -#, php-format -msgid "" -"Description for %1$s payment method. This controls the description which the " -"user sees in the checkout form." -msgstr "" -"Beskrivelse for %1$s-betalingsmetoden. Dette kontrollerer beskrivelsen som " -"vises på kassasiden." +#: VippsCheckoutShippingMethods.php:152 +msgid "Calculate cost in Checkout" +msgstr "Beregn faktkostnader i kassen" -#: WC_Gateway_Vipps.class.php:1389 -msgid "Developer mode" -msgstr "Utviklermodus" +#: Vipps.class.php:1749 +msgid "Billing details" +msgstr "Fakturadetaljer" -#: Vipps.class.php:2388 -#, php-format -msgid "Did not understand callback from %1$s:" -msgstr "Forsto ikke callback fra %1$s:" +#: VippsCheckoutShippingMethods.php:182 +msgid "Allow user to choose pickup point" +msgstr "La kunden velge leveringssted" -#: VippsKCSupport.class.php:79 -msgid "Disable other gateway button" -msgstr "Skru av annen betalingsgateway-knapp" +#: WC_Gateway_Vipps.class.php:1010 +msgid "Activate this for Porterbuddy as a %1$s Shipping method. Your store address will be used as the pick-up point and your admin email will be used for booking information from Porterbuddy." +msgstr "Aktiver dette for å kunne tilby Porterbuddy som fraktmetode i %1$s. Butikkens addresse vil bli anvendt som hentepunkt for pakken, og din admin-epost vil bli brukt for booking-informasjon fra Porterbuddy." -#: VippsKCSupport.class.php:81 -msgid "" -"Disables the \"Select another Payment method\" button on the Klarna Checkout." -msgstr "Skrur av \"Velg annen betalingsmetode\" for Klarna Checkout" +#: WC_Gateway_Vipps.class.php:2197 +msgid "Payment method reset to %1$s - it had been set to KCO while completing the order for %2$d" +msgstr "Betalingsmåten er satt tilbake til %1$s - den var blitt satt til KCO mens ordre %2$d ble fullført" -#: VippsDismissibleAdminBanners.class.php:78 -msgid "Dismissed message " -msgstr "Avvist melding" +#: Vipps.class.php:2758 +msgid "Wrong %1$s Orderid on shipping details callback" +msgstr "Feil %1$s-ordre-id under et fraktmetode-tilbakekall" -#: WC_Gateway_Vipps.class.php:949 -msgid "Don't require the address fields" -msgstr "Ikke krev addressefelter" +#: Vipps.class.php:2507 WC_Gateway_Vipps.class.php:3202 +msgid "Wrong %1$s Orderid - possibly an attempt to fake a callback " +msgstr "Feil %1$s-ordre-id - muligens et forsøk på å forfalske et tilbakekall " -#: WC_Gateway_Vipps.class.php:957 -msgid "Don't require the contact fields" -msgstr "Ikke krev kontaktinformasjonsfelter" +#: admin/settings/VippsAdminSettings.class.php:57 Vipps.class.php:138 +msgid "Error: Cannot instantiate payment gateway, because WooCommerce is not loaded! This can happen when WooCommerce updates itself; but if it didn't, please activate WooCommerce again" +msgstr "Feil: Kunne ikke opprette betalingsmåten, fordi WooCommerce ikke er lastet inn ennå! Dette kan hende i noen situasjoner der WooCommerce oppdaterer seg selv; men hvis ikke, aktiver WooCommerce på nytt" -#: VippsQRCodeController.class.php:376 -msgid "Download as PNG" -msgstr "Last ned som PNG" +#: WC_Gateway_Vipps.class.php:3281 +msgid "%1$s callback: Handling order: " +msgstr "%1$s-tilbakekall: Håndterer ordre: " -#: VippsQRCodeController.class.php:375 -msgid "Download as SVG" -msgstr "Last ned som SVG" +#: Vipps.class.php:700 +msgid "%1$s On-Site Messaging" +msgstr "%1$s On-Site Messaging" -#: WC_Gateway_Vipps.class.php:948 -msgid "Drop the address fields on the Checkout screen" -msgstr "Dropp addressefeltene på Checkout-skjermen" +#: Vipps.class.php:702 +msgid "%1$s On-Site Messaging contains badges in different variants that can be used to let your customers know that %1$s payment is accepted." +msgstr "%1$s On-Site Messaging inneholder merker (badges) i forskjellige varianter som kan brukes til å la kundene dine vite at du godtar %1$s-betaling." -#: WC_Gateway_Vipps.class.php:956 -msgid "Drop the contact fields on the Checkout screen" -msgstr "Dropp kontaktfeltene på Checkout-skjermen" +#: Vipps.class.php:705 +msgid "You can configure these badges on this page, turning them on in all or some products and configure their default setup. You can also add a badge using a shortcode or a Block" +msgstr "Du kan konfigurere disse merkene på denne siden, skru den på for alle eller noen produkter, og sette opp standardinnstillingene. Du kan også legge til et slikt merke med en kortkode eller en Blokk." -#: WC_Gateway_Vipps.class.php:1677 -#, php-format -msgid "" -"Duplicate Order ID! Please report this to support@wp-hosting.no together " -"with as much info about the order as possible. Express: %1$s Status: %2$s " -"User agent: %3$s" -msgstr "" -"Duplikat Ordreid! Vær vennlig å rapportere dette til support@wp-hosting.no " -"med så mye informasjon om ordren som mulig: Express: %1$s Status: %2$s User " -"agent: %3$s" +#: Blocks/Badges/vipps-badge.php:77 +msgid "You can add an amount for the badge here, in the minor units of the currency (e.g. for NOK, in øre)" +msgstr "Du kan legge til et beløp for merket her, i små-enhetene til valutaen (for NOK altså øre)." -#: VippsQRCodeController.class.php:616 -msgid "Edit QR Code" -msgstr "Rediger QR-kode" +#: Blocks/Badges/vipps-badge.php:52 Blocks/woo-vipps-blocks.php:13 +#: Vipps.class.php:692 Vipps.class.php:1446 +#: VippsWCProductEditorV2.class.php:182 +msgid "White" +msgstr "Hvit" -#: Vipps.class.php:1753 Vipps.class.php:1759 Vipps.class.php:1768 -msgid "Email" -msgstr "Epost" +#: Blocks/Badges/vipps-badge.php:61 Blocks/woo-vipps-blocks.php:32 +msgid "%1$s On-Site Messaging Badge" +msgstr "%1$s On-Site Messaging-merke" -#: WC_Gateway_Vipps.class.php:1108 -#, php-format -msgid "Enable %1$s" -msgstr "Skru på %1$s" +#: Vipps.class.php:746 +msgid "Update settings" +msgstr "Oppdater innstillingene" -#: WC_Gateway_Vipps.class.php:916 -#, php-format -msgid "Enable Alternative %1$s screen, replacing the standard checkout page" -msgstr "Skru på alternativ %1$s kassaskjerm, erstatt standard kassaside." +#: Vipps.class.php:713 +msgid "Turn on support for %1$s On-site Messaging badges" +msgstr "Slå på støtte for %1$s On-Site Messaging merker" -#: WC_Gateway_Vipps.class.php:1377 WC_Gateway_Vipps.class.php:1378 -msgid "Enable developer mode" -msgstr "Skru på utviklermodus" +#: Vipps.class.php:756 +msgid "The shortcode looks like this:" +msgstr "Kortkoden ser slik ut:" -#: WC_Gateway_Vipps.class.php:1233 WC_Gateway_Vipps.class.php:1234 -msgid "Enable Express Checkout for single products" -msgstr "Skru på hurtigkasse for enkeltprodukter" +#: Vipps.class.php:751 +msgid "The Gutenberg Block" +msgstr "Gutenberg-blokken" -#: WC_Gateway_Vipps.class.php:1224 WC_Gateway_Vipps.class.php:1225 -msgid "Enable Express Checkout in cart" -msgstr "Skru på Hurtigkassen i handlekurven" +#: Vipps.class.php:754 +msgid "Shortcodes" +msgstr "Kortkoder" -#: WC_Gateway_Vipps.class.php:933 WC_Gateway_Vipps.class.php:1269 -msgid "Enable static shipping" -msgstr "Skru på statisk fraktberegning" +#: Blocks/Badges/vipps-badge.php:56 Blocks/woo-vipps-blocks.php:17 +#: Vipps.class.php:694 Vipps.class.php:1450 +#: VippsWCProductEditorV2.class.php:186 +msgid "Purple" +msgstr "Lilla" -#: WC_Gateway_Vipps.class.php:932 -#, php-format -msgid "Enable static shipping for %1$s" -msgstr "Skru på statisk frakt for %1$s" +#: Vipps.class.php:758 +msgid "Please refer to the documentation for the meaning of the parameters." +msgstr "Les dokumentasjonen for hva parameterne betyr." -#: WC_Gateway_Vipps.class.php:1268 -msgid "Enable static shipping for Express Checkout" -msgstr "Skru på statisk fraktberegning for Hurtigkassen" +#: Vipps.class.php:1442 VippsWCProductEditorV2.class.php:175 +msgid "Override default settings" +msgstr "Overstyr standardinnstillinger" -#: WC_Gateway_Vipps.class.php:1397 -msgid "Enable test mode" -msgstr "Skru på testmodus" +#: Blocks/Badges/vipps-badge.php:54 +msgid "Orange" +msgstr "Oransje" -#: WC_Gateway_Vipps.class.php:1241 -#, php-format -msgid "" -"Enable this to allow customers to buy a product using %1$s directly from the " -"product page. If you choose 'some', you must enable this on the relevant " -"products" -msgstr "" -"Skru på dette for å la kunder kjøpe et produkt med %1$s direkte fra " -"produktsiden. Hvis du velger \"noen\", må du skru dette på på de aktuelle " -"produktene enkeltvis." +#: Vipps.class.php:1435 VippsWCProductEditorV2.class.php:164 +msgid "On-site messaging badge" +msgstr "On-Site Messaging-merke" -#: WC_Gateway_Vipps.class.php:1227 -#, php-format -msgid "" -"Enable this to allow customers to shop using %1$s directly from the cart " -"with no login or address input needed" -msgstr "" -"Skru på denne for å la kunder handle med %1$s direkte fra handlekurven uten " -"å måtte logge inn eller skrive inn en addresse" +#: Blocks/Badges/vipps-badge.php:74 Blocks/woo-vipps-blocks.php:41 +msgid "Norwegian" +msgstr "Norsk" -#: WC_Gateway_Vipps.class.php:926 -#, php-format -msgid "" -"Enable this to create and login customers when using %1$s. Otherwise these " -"will all be guest checkouts. If using, you may want to install Login with " -"Vipps too." -msgstr "" -"Skru på dette for å opprette og logge inn kunder når du bruker %1$s. Hvis " -"ikke vil de være gjestekjøp. Hvis du bruker dette, vil du kanskje ønske å " -"bruke Logg inn med Vipps også." +#: Vipps.class.php:1445 VippsWCProductEditorV2.class.php:181 +msgid "No badge" +msgstr "Ikke noe merke" -#: WC_Gateway_Vipps.class.php:1280 -msgid "" -"Enable this to create and login new customers when using express checkout. " -"Otherwise these will all be guest checkouts. If you have \"Login with " -"Vipps\" installed, this will be the default (unless you have turned off user " -"creation in WooCommerce itself)" -msgstr "" -"Skru på dette for å opprette og logge inn nye kunder når du bruker " -"hurtigkassen. Hvis ikke vil disse være gjeste-kunder. Hvis du har \"Login " -"med Vipps\" installert, vil dette være på som standard (så lenge du i det " -"hele tatt oppretter WooCommerce-kunder)" +#: Blocks/Badges/vipps-badge.php:55 +msgid "Light Orange" +msgstr "Lys oransje" -#: WC_Gateway_Vipps.class.php:1380 -msgid "" -"Enable this to enter developer mode. This gives you access to the test-api " -"and sometimes other tools not yet ready for general consumption" -msgstr "" -"Skru på denne for å starte utviklermodus. Dette gir deg tilgang til test-" -"api'et, og av og til andre verktøy som ikke her helt ferdig ennå" +#: Blocks/Badges/vipps-badge.php:69 Blocks/dist/vipps-badge/index.js:1 +msgid "Language" +msgstr "Språk" -#: WC_Gateway_Vipps.class.php:1209 -#, php-format -msgid "" -"Enable this to use %1$s as the default payment method on the checkout page, " -"regardless of order." -msgstr "" -"Skru på denne for å bruke %1$s som standard betalingsmetode på kassa-siden, " -"uavhengig av sorteringsrekkefølge" +#: Vipps.class.php:752 +msgid "If you use Gutenberg, you should be able to add a %1$s Badge block wherever you need it. It is called %1$s On-Site Messaging Badge Block." +msgstr "Hvis du bruker Gutenberg, skal du kunne legge til en %1$s-merke-blokk overalt der du trenger det. Blokken heter %1$s On-Site Messaging merker." + +#: Vipps.class.php:755 +msgid "If you need to add a %1$s badge on a specific page, footer, header and so on, and you cannot use the Gutenberg Block provided for this, you can either add the %1$s Badge manually (as documented here) or you can use the shortcode." +msgstr "Hvis du trenger å legge til et %1$s-merke på en spesiell side, i footer, header og så videre, og du ikke kan bruke Gutenberg-blokken som er laget for dette, kan du enten legge til %1$s-merket manuelt (som dokumentert her), eller så kan du bruke kortkoden." + +#: Vipps.class.php:722 +msgid "If selected, all products will get a badge, but you can override this on the %1$s tab on the product data page. If not, it's the other way around. You can also choose a particular variant on that page" +msgstr "Hvis du velger dette, vil alle produkter få et merke, men du kan overstyre dette på %1$s-fliken på produktets dataside. Hvis ikke, så gjelder det motsatte. Du kan også velge en spesiell fargevariant på produktsiden." + +#: Blocks/Badges/vipps-badge.php:53 Blocks/woo-vipps-blocks.php:14 +#: Vipps.class.php:692 Vipps.class.php:1447 +#: VippsWCProductEditorV2.class.php:183 +msgid "Grey" +msgstr "Grå" -#: Blocks/woo-vipps-blocks.php:40 +#: Blocks/Badges/vipps-badge.php:73 Blocks/woo-vipps-blocks.php:40 msgid "English" msgstr "Engelsk" -#: Vipps.class.php:3620 Vipps.class.php:3758 -msgid "Error calculating static shipping" -msgstr "Feil under beregning av statisk fraktvalg" +#: Vipps.class.php:1444 VippsWCProductEditorV2.class.php:180 +msgid "Default setting" +msgstr "Standardinnstilling" -#: VippsCheckout.class.php:384 -#, php-format -msgid "Error calculating static shipping for order %1$s" -msgstr "Feil under kalkulering av statisk frakt for ordre %1$s" +#: Blocks/Badges/vipps-badge.php:72 Blocks/woo-vipps-blocks.php:39 +msgid "Default" +msgstr "Standard" -#: WC_Gateway_Vipps.class.php:3399 -#, php-format -msgid "Error calling the Order Management API: %1$s " -msgstr "Feil under kalling av Order Management APIet til Vipps: %1$s " +#: WC_Gateway_Vipps.class.php:1767 +msgid "Could not capture %1$s payment for this order!" +msgstr "Kunne ikke fange %1$s-betalingen for denne ordren!" -#: Vipps.class.php:3528 -msgid "Error creating customer in express checkout: " -msgstr "Feil under opprettelse av bruker i hurtigkassen:" +#: Blocks/Badges/vipps-badge.php:64 Blocks/dist/vipps-badge/index.js:1 +msgid "Choose the badge variant with the perfect colors for your site" +msgstr "Velg merke-varianten med de perfekte fargene for ditt nettsted" -#: VippsQRCodeController.class.php:582 -#, php-format -msgid "Error creating or updating QR code: %1$s" -msgstr "Feil under oppretting eller oppdatering av QR-kode: %1$s" +#: Blocks/Badges/vipps-badge.php:70 Blocks/dist/vipps-badge/index.js:1 +msgid "Choose language, or use the default" +msgstr "Velg språk, eller bruk standard for nettstedet." -#: src/admin/blocks/src/product-shareable-link/edit.tsx:173 -msgid "Error creating shareable link." -msgstr "Feil under laging av delbar lenke" +#: Vipps.class.php:735 +msgid "Choose color variant:" +msgstr "Velg fargevariant:" -#: VippsQRCodeController.class.php:497 -#, php-format -msgid "Error deleting QR code: %1$s" -msgstr "Feil under sletting av QR-kode: %1$s" +#: Vipps.class.php:1189 +msgid "Badges" +msgstr "Merker" -#: VippsQRCodeController.class.php:187 -#, php-format -msgid "Error deleting unsynched QR code with id %1$s: %2$s" -msgstr "Feil under sletting av usynkronisert QR-kode med ID: %1$s: %2$s" +#: Blocks/Badges/vipps-badge.php:76 +msgid "Amount in minor units" +msgstr "Mengde i små enheter" -#: VippsQRCodeController.class.php:573 -#, php-format -msgid "Error downloading QR code image: %1$s" -msgstr "Feil under nedlasting av QR-kode bilde: %1$s" +#: Blocks/Badges/vipps-badge.php:67 +msgid "Add support for %1$s Senere, if your store provides it" +msgstr "Legg til støtte for %1$s Senere, hvis butikken din støtter det" -#: Vipps.class.php:4543 -msgid "Error during order confirmation" -msgstr "Feil under bekreftelse av bestillingen" +#: Vipps.class.php:719 +msgid "Add badge to all products by default" +msgstr "Legg til merker på alle produkter som standard" -#: Vipps.class.php:3687 -msgid "Error finding product - cannot create order" -msgstr "Fant ikke produktet - kan ikke opprette bestilling" +#: WC_Gateway_Vipps.class.php:1678 +msgid "Cannot restart order with same order ID: Must cancel" +msgstr "Kan ikke restarte ordre med samme ordre-id: Må kansellere" -#: Vipps.class.php:2726 -#, php-format -msgid "Error getting customer data in the %1$s shipping details callback: %2$s" -msgstr "Feil under henting av kundedata i %1$s fraktdetaljer-callback: %2$s" +#: WC_Gateway_Vipps.class.php:1677 +msgid "Duplicate Order ID! Please report this to support@wp-hosting.no together with as much info about the order as possible. Express: %1$s Status: %2$s User agent: %3$s" +msgstr "Duplikat ordre-id! Vær vennlig å rapportere dette til support@wp-hosting.no med så mye informasjon om ordren som mulig: Express: %1$s Status: %2$s Brukeragent: %3$s" -#: VippsQRCodeController.class.php:124 -#, php-format -msgid "Error getting list of QR codes from %1$s: %2$s" -msgstr "Feil under henting av listen av QR-koder fra %1$s: %2$s" +#: WC_Gateway_Vipps.class.php:1625 +msgid "%1$s payment restarted" +msgstr "%1$s-betaling startet på nytt" -#: Vipps.class.php:3248 -#, php-format -msgid "Error getting order status at %1$s for order %2$d" -msgstr "Feil ved henting av ordrestatus fra %1$s for ordre %2$d" +#: WC_Gateway_Vipps.class.php:1621 +msgid "Cannot restart order at %1$s" +msgstr "Kan ikke restarte ordre hos %1$s" -#: WC_Gateway_Vipps.class.php:660 -msgid "Error getting payment details before doing cancel: " -msgstr "Feil under henting av betalingsinfo før ordrekansellering:" +#: WC_Gateway_Vipps.class.php:1620 +msgid "Order session expired at %1$s, please try again!" +msgstr "Ordre-sesjonen er utløpt hos %1$s, forsøk på nytt!" -#: WC_Gateway_Vipps.class.php:1757 -msgid "Error getting payment details before doing capture: " -msgstr "Feil under henting av betalingsdetaljer før capture:" +#: WC_Gateway_Vipps.class.php:1619 +msgid "Order %2$d was attempted restarted, but had no %1$s session url stored. Cannot continue!" +msgstr "Ordre %2$d ble forsøkt startet på nytt, men hadde ingen %1$s-sesjons-url. Kan ikke fortsette!" -#: WC_Gateway_Vipps.class.php:713 WC_Gateway_Vipps.class.php:785 -#: WC_Gateway_Vipps.class.php:1920 -msgid "Error getting payment details before doing refund: " -msgstr "Feil ved henting av betalingsdetaljer før utføring av tilbakebetaling:" +#: WC_Gateway_Vipps.class.php:1604 +msgid "This order cannot be paid with %1$s - please try another payment method or try again later" +msgstr "Denne ordren kan ikke betales med %1$s - forsøk en annen betalingsmåte eller forsøk igjen senere." -#: WC_Gateway_Vipps.class.php:2285 -#, php-format -msgid "Error getting payment details from %1$s for order_id:" -msgstr "Feil under henting av betalingsdetaljer fra %1$s for ordreid:" +#: WC_Gateway_Vipps.class.php:1603 +msgid "Trying to start order %1$s with status %2$s - only 'pending' and 'failed' are allowed, so this will fail" +msgstr "Forsøker å starte ordre %1$s med status %2$s - men bare 'pending' og 'failed' er tillatt. Dette vil derfor ikke lykkes." -#: VippsQRCodeController.class.php:212 VippsQRCodeController.class.php:215 -#, php-format -msgid "Error importing unsynched QR code with id %1$s: %2$s" -msgstr "Feil under import av usynkronisert QR-kode med id %1$s: %2$s" +#: VippsDismissibleAdminBanners.class.php:118 +msgid "You get settlement in three days" +msgstr "Du får oppgjør etter tre dager" -#: VippsApi.class.php:1018 VippsApi.class.php:1024 -#, php-format -msgid "Error polling status - error message %1$s" -msgstr "Feil under henting av status - feilmeldingen er %1$s" +#: VippsDismissibleAdminBanners.class.php:117 +msgid "Shipping information is autofilled with Vipps" +msgstr "Fraktinformasjon er automatisk fylt ut med Vipps" -#: Vipps.class.php:3069 -#, fuzzy, php-format -#| msgid "Error regenerating cart from order %1$d: %1$s" -msgid "Error regenerating cart from order %1$d: %2$s" -msgstr "Feil under rekonstruering av handlekurv fra ordre %1$d: %2$s" +#: VippsDismissibleAdminBanners.class.php:116 +msgid "Your customers can pay with %1$s , Visa or Mastercard" +msgstr "Kundene dine kan betale med %1$s, Visa eller Mastercard." -#: Vipps.class.php:2389 -#, php-format -msgid "Error was: %1$s" -msgstr "Feilen var: %1$s" +#: WC_Gateway_Vipps.class.php:1355 +msgid "If this is checked, a receipt will be sent to %1$s which will be viewable in the users' app, specifying the order items, shipping et cetera" +msgstr "Hvis avhuket, så vil en kvittering bli sendt til %1$s. Denne er synlig i brukerens app, og har med ordrelinjer, frakt og så videre." -#: WC_Gateway_Vipps.class.php:734 -#, php-format -msgid "Error when refunding payment through %1$s:" -msgstr "Feil under tilbakebetaling via %1$s:" +#: WC_Gateway_Vipps.class.php:1353 +msgid "Send receipts to the customers %1$s app" +msgstr "Send kvittering til kundens %1$s-app" -#: Vipps.class.php:138 admin/settings/VippsAdminSettings.class.php:57 -msgid "" -"Error: Cannot instantiate payment gateway, because WooCommerce is not loaded!" -" This can happen when WooCommerce updates itself; but if it didn't, please " -"activate WooCommerce again" -msgstr "" -"Feil: Kunne ikke opprette betalingsmetoden, fordi WooCommerce ikke er lastet " -"inn ennå! Dette kan hende i noen situasjoner der WooCommerce oppdaterer seg " -"selv; men hvis ikke, vennligst reaktiver WooCommerce" +#: WC_Gateway_Vipps.class.php:1352 +msgid "Send receipts and order confirmation info to the customers' app on completed purchases." +msgstr "Send kvittering og ordrebekreftelsesinfo til kundens app for gjennomførte kjøp." -#: Vipps.class.php:491 -msgid "Expired" -msgstr "Utløpt" +#: WC_Gateway_Vipps.class.php:935 +msgid "If your shipping options do not depend on the customers address, you can enable 'Static shipping', which will precompute the shipping options when using %1$s so that this will be much faster. If you do this and the customer isn't logged in, the base location of the store will be used to compute the shipping options for the order. You should only use this if your shipping is actually 'static', that is, does not vary based on the customers address. So fixed price/free shipping will work. If the customer is logged in, their address as registered in the store will be used, so if your customers are always logged in, you may be able to use this too." +msgstr "Hvis frakt-valgene dine ikke er avhengig av kundens adresse, kan du slå på \"Statisk fraktberegning\". Dette beregner fraktvalg- og kostnader på forhånd når du bruker %1$s, slik at denne blir mye raskere. Hvis du gjør dette og kunden ikke er innlogget, så vil butikkens egen addresse bli brukt til å beregne fraktvalgene. Du bør bare bruke dette hvis fraktvalgene dine faktisk er \"statiske\", det vil si at de ikke varierer med kundens addresse. Dermed vil fastpris og gratis frakt foreksempel virke. Hvis kunden er logget inn, så vil adressen deres slik som den er satt i butikken bli brukt; så hvis kundene dine alltid er innlogget, vil du antagelig kunne bruke dette da også." -#: WC_Gateway_Vipps.class.php:1217 -msgid "Express Checkout" -msgstr "Hurtigkassen" +#: WC_Gateway_Vipps.class.php:1220 +msgid "%1$s allows you to buy products by a single click from the cart page or directly from product or catalog pages. Product will get a 'buy now' button which will start the purchase process immediately." +msgstr "%1$s lar deg kjøpe produkter med et enkelt klikk fra handlekurven, eller direkte fra produkt- eller katalogsidene. Produktene vil da få en \"Kjøp nå\"-knapp som straks starter kjøpsprosessen." -#: Vipps.class.php:1294 -msgid "express checkout" -msgstr "hurtigkasse" +#: WC_Gateway_Vipps.class.php:959 +msgid "If your products don't require shipping as above, and you also don't care about the customers name or contact information, you can drop this too! The customer fields will then be filled with a placeholder. NB: If you have plugins that require contact information, then this is not going to work very well. Also, for this to work you have to check the 'no addresses' box as well." +msgstr "Hvis produktene dine ikke krever frakt som over, og du heller ikke bryr deg om å lagre kundenes navn eller kontaktinformasjon, kan du også velge å droppe disse! Kundefeltene vil da bli fyllet ut med \"Anonym kunde\". NB: Hvis du har utvidelser som krever kontaktinformasjon på ordre, så vil ikke dette virke så bra. Du må også ha krysset av for \"ingen addresser\" om dette skal virke." -#: VippsKCSupport.class.php:51 -#, php-format -msgid "External Payment Method - %1$s" -msgstr "Ekstern betalingsmetode - %1$s" +#: WC_Gateway_Vipps.class.php:951 +msgid "If your products don't require shipping, either because they are digital downloads, immaterial products or delivering the products directly on purchase, you can check this box. The user will then not be required to provide an address, which should speed things up a bit. If your products require shipping, this will have no effect. NB: If you have plugins that require shipping information, then this is not going to work very well." +msgstr "Hvis produktene ikke krever frakt, enten fordi de er digitale nedlastinger, immaterielle produkter eller fordi du leverer produktene med en gang de kjøpes, kan du huke av for denne boksen. Brukeren vil da ikke trenge å oppgi addresse, som burde få ting til å gå litt fortere. Hvis produktene krever frakt vil dette ikke ha noen effekt. NB: Hvis du har utvidelser som krever fraktinformasjon så vil ikke dette virke så bra." -#: WC_Gateway_Vipps.class.php:1090 -msgid "External Payment Methods" -msgstr "Eksterne betalingsmetoder" +#: WC_Gateway_Vipps.class.php:1324 +msgid "If you have issues with your theme, you might find a setting here that will help. Normally you do not need to change these." +msgstr "Hvis du har problemer med tema eller andre utvidelser, kan det tenkes du vil finne innstillinger her som hjelper. Du vil normalt ikke trenge å endre disse." -#: VippsQRCodeController.class.php:623 -msgid "Featured Image" -msgstr "Framhevet bilde" +#: WC_Gateway_Vipps.class.php:956 +msgid "Drop the contact fields on the Checkout screen" +msgstr "Dropp kontaktfeltene på kasseskjermen" -#: WC_Gateway_Vipps.class.php:3490 -#, php-format -msgid "File type was %1$s; supported types are %2$s" -msgstr "Filetype var %1$s; støttede typer er %2$s" +#: WC_Gateway_Vipps.class.php:948 +msgid "Drop the address fields on the Checkout screen" +msgstr "Dropp addressefeltene på kasseskjermen" -#: VippsWCProductEditorV2.class.php:184 Vipps.class.php:693 -#: Vipps.class.php:1448 Blocks/woo-vipps-blocks.php:15 -msgid "Filled" -msgstr "Utfyllet" +#: WC_Gateway_Vipps.class.php:957 +msgid "Don't require the contact fields" +msgstr "Ikke krev kontaktinformasjonsfelter" -#: VippsQRCodeController.class.php:631 -msgid "Filter items list" -msgstr "Filtrer innholdsliste" +#: WC_Gateway_Vipps.class.php:949 +msgid "Don't require the address fields" +msgstr "Ikke krev addressefelter" -#: WC_Gateway_Vipps.class.php:1745 -#, php-format -msgid "" -"Filters are setting the payment_complete order status to '%1$s' - will not " -"capture" -msgstr "" -"Filtere setter payment_complete-ordrestatusen til '%1$s' - kan ikke overføre " -"pengene" +#: WC_Gateway_Vipps.class.php:1389 +msgid "Developer mode" +msgstr "Utviklermodus" -#: WC_Gateway_Vipps.class.php:1157 -msgid "" -"Find your account under the \"Developer\" tab on https://portal." -"vippsmobilepay.com/ and choose \"Show keys\". Copy the value of \"client_id\"" -msgstr "" -"Finn ditt salgssted under “Utvikler” på https://portal.vippsmobilepay.com/ " -"og trykk på “Show keys”, kopier verdien til “client_id”" +#: WC_Gateway_Vipps.class.php:2688 +msgid "Anonymous customer" +msgstr "Anonym kunde" -#: WC_Gateway_Vipps.class.php:1165 -msgid "" -"Find your account under the \"Developer\" tab on https://portal." -"vippsmobilepay.com/ and choose \"show keys\". Copy the value of " -"\"client_secret\"" -msgstr "" -"Finn ditt salgssted under “Utvikler” på https://portal.vippsmobilepay.com/ " -"og trykk på “Show keys”, kopier verdien til “client_secret”" +#: WC_Gateway_Vipps.class.php:1321 +msgid "Advanced" +msgstr "Avansert" -#: WC_Gateway_Vipps.class.php:1173 -msgid "" -"Find your account under the \"Developer\" tab on https://portal." -"vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"Vipps-" -"Subscription-Key\"" -msgstr "" -"Finn ditt salgssted under “Utvikler” på https://portal.vippsmobilepay.com/ " -"og trykk på “Show keys”, kopier verdien til “Vipps-Subscription-Key”" +#: WC_Gateway_Vipps.class.php:2386 +msgid " - order does not need processing" +msgstr " - ordren trenger ingen behandling" -#: WC_Gateway_Vipps.class.php:1416 -msgid "" -"Find your test account under the \"Developer\" tab on https://portal." -"vippsmobilepay.com/ and choose \"Show keys\". Copy the value of \"client_id\"" -msgstr "" -"Finn ditt test-salgssted under “Utvikler” på https://portal.vippsmobilepay." -"com/ og trykk på “Show keys”, kopier verdien til “client_id”" - -#: WC_Gateway_Vipps.class.php:1424 -msgid "" -"Find your test account under the \"Developer\" tab on https://portal." -"vippsmobilepay.com/ and choose \"show keys\". Copy the value of " -"\"client_secret\"" -msgstr "" -"Finn ditt test-salgssted under “Utvikler” på https://portal.vippsmobilepay." -"com/ og trykk på “Show keys”, kopier verdien til “client_secret”" - -#: WC_Gateway_Vipps.class.php:1432 -msgid "" -"Find your test account under the \"Developer\" tab on https://portal." -"vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"Vipps-" -"Subscription-Key\"" -msgstr "" -"Finn ditt test-salgssted under “Utvikler” på https://portal.vippsmobilepay." -"com/ og trykk på “Show keys”, kopier verdien til “Vipps-Subscription-Key”" +#: WC_Gateway_Vipps.class.php:1102 +msgid "Main options" +msgstr "Hovedalternativer" -#: WC_Gateway_Vipps.class.php:1119 -msgid "Finland" -msgstr "Finland" +#: VippsApi.class.php:674 +msgid "Your order from" +msgstr "Din ordre fra" -#: Blocks/woo-vipps-blocks.php:42 -msgid "Finnish" -msgstr "Finsk" +#: VippsApi.class.php:680 +msgid "The transaction text is too long! We are using a shorter transaction text to allow the transaction text to go through, but please check the 'woo_vipps_transaction_text_shop_id' filter so that you can use a shorter name for your store" +msgstr "Transaksjonsteksten er for lang! Vi har byttet den med en kortere tekst for å la transaksjonen gå igjennom, men sjekk ut filteret 'woo_vipps_transaction_text_shop_id' hvor du kan sette et kortere navn på butikken din." -#: Vipps.class.php:1750 Vipps.class.php:1765 -msgid "First Name" -msgstr "Fornavn" +#: WC_Gateway_Vipps.class.php:3489 +msgid "%1$s is not an image that can be uploaded to %2$s" +msgstr "%1$s er ikke et bilde som kan bli lastet opp til %2$s" -#: Vipps.class.php:3246 -#, php-format -msgid "For order %2$d order status at %1$s is %3$s" -msgstr "For ordre %2$d er ordrestatus hos %1$s %3$s" +#: WC_Gateway_Vipps.class.php:3428 +msgid "Could not do all payment-complete actions on %1$s order %2$d: %3$s " +msgstr "Kunne ikke fullføre alle payment_complete-handlingene for %1$s-ordre %2$d: %3$s " -#: VippsWCProductEditorV2.class.php:183 Vipps.class.php:692 -#: Vipps.class.php:1447 Blocks/woo-vipps-blocks.php:14 -msgid "Grey" -msgstr "Grå" +#: WC_Gateway_Vipps.class.php:3399 +msgid "Error calling the Order Management API: %1$s " +msgstr "Feil under kalling av Order Management APIet til Vipps: %1$s " -#: WC_Gateway_Vipps.class.php:1037 VippsCheckoutShippingMethods.php:506 -msgid "Helthjem" -msgstr "Helthjem" +#: WC_Gateway_Vipps.class.php:1363 +msgid "If set, this image will be uploaded to %1$s and used to profile your store in the %1$s app for links to the order confirmation etc" +msgstr "Hvis du bruker denne, vil bildet bli lastet opp til %1$s og brukt som profil for din butikk i %1$s-appen for lenker til ordrebekreftelser og lignende." -#: WC_Gateway_Vipps.class.php:1063 -msgid "Helthjem Password" -msgstr "Helthjem Passord" +#: WC_Gateway_Vipps.class.php:1361 +msgid "Profile image used in the %1$s App" +msgstr "Profilbilde som brukes i %1$s-appen" -#: WC_Gateway_Vipps.class.php:1047 -msgid "Helthjem Shop Id" -msgstr "Helthjem Shop Id" +#: WC_Gateway_Vipps.class.php:1360 +msgid "Use this image for the order confirmation link uploaded to the customers' %1$s app" +msgstr "Bruk dette bildet for ordrebekreftelseslenken lastet opp til kundens %1$s-app" -#: WC_Gateway_Vipps.class.php:1056 -msgid "Helthjem Username" -msgstr "Helthjem Brukernavn" +#: admin/settings/VippsAdminSettings.class.php:162 +#: WC_Gateway_Vipps.class.php:112 WC_Gateway_Vipps.class.php:115 +msgid "Remove image" +msgstr "Fjern bilde" -#. URI of the plugin -msgid "https://wordpress.org/plugins/woo-vipps/" -msgstr "https://nb.wordpress.org/plugins/woo-vipps/" +#: admin/settings/VippsAdminSettings.class.php:161 +#: WC_Gateway_Vipps.class.php:111 WC_Gateway_Vipps.class.php:114 +msgid "Upload image" +msgstr "Last opp bilde" -#. Author URI of the plugin -msgid "https://www.wp-hosting.no/" -msgstr "https://www.wp-hosting.no/" +#: VippsApi.class.php:451 +msgid "Could not get receipt data for order %1$s from Vipps: " +msgstr "Kunne ikke hente kvitteringsdata for ordre %1$s fra Vipps: " -#: VippsQRCodeController.class.php:244 -msgid "Id" -msgstr "Id" +#: VippsApi.class.php:428 +msgid "Could not add category %1$s to Vipps: " +msgstr "Kunne ikke legge til kategori %1$s til Vipps-appen: " -#: WC_Gateway_Vipps.class.php:1248 -#, php-format -msgid "" -"If %1$s is enabled for a product, add the 'Buy now' button to catalog pages " -"too" -msgstr "" -"Hvis %1$s er skrudd på for ett produkt, legg også til kjøpeknappen på " -"katalogsider" +#: VippsApi.class.php:404 VippsApi.class.php:437 +msgid "Cannot add category for order %1$d: No vipps id present" +msgstr "Kan ikke legge til kategori for ordre %1$d: Ingen Vipps-id" -#: WC_Gateway_Vipps.class.php:918 -#, php-format -msgid "" -"If activated, this will replace the standard Woo checkout " -"screen with %1$s, providing easy checkout using %1$s or credit card, with no " -"need to type in addresses." -msgstr "" -"Hvis du aktiverer, vil dette erstatte den vanlige Woo-" -"kassasiden med %1$s, og tilby en enkel kassaside med %1$s og kredittkort, og " -"uten behov for å skrive inn addresser." +#: VippsApi.class.php:395 +msgid "Could not send receipt to Vipps: " +msgstr "Kunne ikke sende kvittering til Vipps " -#: VippsCheckoutShippingMethods.php:156 -#, php-format -msgid "" -"If checked, cost of shipping will be calculated dynamically in the %1$s " -"window" -msgstr "" -"Hvis avhuket så vil fraktkostnaden bli dynamisk beregnet i %1$s-vinduet" +#: VippsApi.class.php:383 +msgid "Cannot add receipt for order %1$d: No vipps id present" +msgstr "Kan ikke legge til kvittering for ordre %1$d: Ingen Vipps-id for ordren" -#: Vipps.class.php:722 -#, php-format -msgid "" -"If selected, all products will get a badge, but you can override this on the " -"%1$s tab on the product data page. If not, it's the other way around. You " -"can also choose a particular variant on that page" -msgstr "" -"Hvis du velger dette, vil alle produkter få et merke, men du kan overstyre " -"dette på %1$s-fliken på produktets dataside. Hvis ikke, så gjelder det " -"motsatte. Du kan også velge en spesiell fargevariant på produktsiden." +#: VippsApi.class.php:227 +msgid "Could not send image to Vipps: " +msgstr "Kunne ikke sende bilde til Vipps " -#: WC_Gateway_Vipps.class.php:1363 -#, php-format -msgid "" -"If set, this image will be uploaded to %1$s and used to profile your store " -"in the %1$s app for links to the order confirmation etc" -msgstr "" -"Hvis du bruker denne, vil bildet bli lastet opp til %1$s og brukt som profil " -"for din butikk i %1$s-appen for lenker til ordrebekreftelser og lignende." +#: VippsApi.class.php:195 +msgid "Could not read image file: " +msgstr "Kunne ikke lese bildefil: " -#: WC_Gateway_Vipps.class.php:1263 -msgid "" -"If the order contains only \"virtual\" products that do not need shipping, " -"we do not normally ask the user for their address - but check this box to do " -"so anyway." -msgstr "" -"Hvis en ordre kun består av \"virtuelle\" produkter som ikke trenger frakt, " -"ber Vipps vanligvis ikke kunden om addresse - men huk av her for å gjøre det " -"likevel." +#: Vipps.class.php:1715 +msgid "API" +msgstr "API" -#: WC_Gateway_Vipps.class.php:1355 -#, php-format -msgid "" -"If this is checked, a receipt will be sent to %1$s which will be viewable in " -"the users' app, specifying the order items, shipping et cetera" -msgstr "" -"Hvis avhuket, så vil en kvittering bli sendt til %1$s. Denne er synlig i " -"brukerens app, og har med ordrelinjer, frakt og så videre." +#: VippsQRCodeController.class.php:606 +msgctxt "Post Type Singular Name" +msgid "Vipps QR Code" +msgstr "Vipps QR-kode" -#: WC_Gateway_Vipps.class.php:943 -#, php-format -msgid "" -"If using %1$s, ask for the users consent to share user information with the " -"store. This will allow better integration between Login With %1$s but will " -"add another step to first-time buyers." -msgstr "" -"Hvis du bruker %1$s, be kundene om tillatelse til å dele informasjon med " -"butikken. Dette vil gjøre det enklere å integrere med Logg inn med %1$s, men " -"det vil også være ett ekstra steg for førstegangskunder." +#: VippsQRCodeController.class.php:605 +msgctxt "Post Type General Name" +msgid "Vipps QR Codes" +msgstr "Vipps QR-koder" -#: VippsCheckoutShippingMethods.php:195 -#, php-format -msgid "" -"If you are using %1$s, you can select extended delivery method options here. " -"If you do, these methods will not appear in Express Checkout or the standard " -"WooCommerce checkout page." -msgstr "" -"Hvis du bruker %1$s , kan du gjøre valg for utvidede leveringsmetoder her. " -"Hvis du gjør dette, så vil disse metodene ikke dukke opp i hurtigkassen " -"eller standard-kassen til WooCommerce" +#: VippsQRCodeController.class.php:350 +msgid "Search for a product…" +msgstr "Søk etter et produkt…" -#: WC_Gateway_Vipps.class.php:1399 -#, php-format -msgid "" -"If you enable this, transactions will be made towards the %1$s Test API " -"instead of the live one. No real transactions will be performed. You will " -"need to fill out your test\n" -" accounts keys below, and you will need to install a " -"special test-mode app from Testflight on a device (which cannot run the " -"regular %1$s app). Contact %1$s's technical support if you need this. If you " -"turn this mode off, normal operation will resume. If you have the " -"VIPPS_TEST_MODE defined in your wp-config file, this will override this " -"value. " -msgstr "" -"Hvis du skrur på dette, vil transaksjoner sendes til %1$s' Test-API i stedet " -"for live-versjonen. Ingen ekte transaksjoner vil bli utført. Du vil måtte " -"legge til testkonto-nøklene dine under, og du vil måtte installere en " -"spesiell testmodus-app fra Testflight på et håndsett (som da ikke kan kjøre " -"den vanlige %1$s-appen.) Kontakt %1$s' tekniske support om du trenger dette. " -"Hvis du skrur denne modusen av, vil normal operasjon fortsette. Hvis du har " -"VIPPS_TEST_MODE definert i wp-config-filen din, så vil den overstyre denne " -"verdien. " +#: VippsQRCodeController.class.php:349 +msgid "Choose product" +msgstr "Velg produkt" -#: Vipps.class.php:909 Vipps.class.php:957 -#, php-format -msgid "" -"If you experience problems or unexpected results, please check the 'fatal-" -"errors' and 'woo-vipps' logs at WooCommerce logs page." -msgstr "" -"Hvis du opplever problemer eller uventede resultater, vennligst sjekk 'fatal-" -"errors' og 'woo-vipps'-loggene på\n" -"WooCommerce sin logg-side." +#: VippsQRCodeController.class.php:344 +msgid "Choose page" +msgstr "Velg side" -#: WC_Gateway_Vipps.class.php:1324 -msgid "" -"If you have issues with your theme, you might find a setting here that will " -"help. Normally you do not need to change these." -msgstr "" -"Hvis du har problemer med tema eller andre utvidelser, kan det tenkes du vil " -"finne innstillinger her som hjelper. Du vil normalt ikke trenge å endre " -"disse." +#: VippsQRCodeController.class.php:324 +msgid "QR-id" +msgstr "QR-id" -#: Vipps.class.php:910 Vipps.class.php:958 -#, php-format -msgid "" -"If you need support, please use the forum page for the " -"plugin. If you cannot post your question publicly, contact WP-Hosting " -"directly at support@wp-hosting.no." -msgstr "" -"Hvis du trenger støtte, vennligst bruk utvidelsens forum-" -"side. Hvis du ikke kan legge inn spørsmålet ditt offentlig, kontakt WP-" -"Hosting direkte på support@wp-hosting.no." +#: Vipps.class.php:1485 VippsWCProductEditorV2.class.php:295 +msgid "To create a QR code for your shareable link, we recommend copying the URL and then using the %1$s QR Api" +msgstr "For å lage en QR-kode for din delbare lenke, anbefaler vi å kopiere URLen og bruke %1$s' QR Api" -#: Vipps.class.php:755 -#, php-format -msgid "" -"If you need to add a %1$s badge on a specific page, footer, header and so on," -" and you cannot use the Gutenberg Block provided for this, you can either " -"add the %1$s Badge manually (as documented here) or you can use the shortcode." -msgstr "" -"Hvis du trenger å legge til et %1$s-merke på en spesiell side, i footer, " -"header og så videre, og du ikke kan bruke Gutenberg-blokken som er laget for " -"dette, kan du enten legge til %1$s-merket manuelt (som dokumentert her), eller så kan du " -"bruke kortkoden." +#: Vipps.class.php:1424 +msgid "The %1$s settings are configured so that no products will have a Buy Now button - including this." +msgstr "%1$s innstillingene er satt opp slik at ingen produkter har en \"Kjøp nå\"-knapp, inklusive dette." -#: Vipps.class.php:1015 -#, php-format -msgid "" -"If you use %1$s in WooCommerce, this allows your %2$s customers to safely " -"log in without ever using a password." -msgstr "" -"Hvis du bruker %1$s i WooCommerce, så vil dette la dine %2$s-kunder logge " -"inn trygt uten å måtte bruke passord." +#: Vipps.class.php:1418 +msgid "This product does not support express checkout, and so will not have a Buy Now button." +msgstr "Dette produktet støtter ikke hurtigkassen, og vil derfor ikke få en Kjøp-nå knapp." -#: Vipps.class.php:752 -#, php-format -msgid "" -"If you use Gutenberg, you should be able to add a %1$s Badge block wherever " -"you need it. It is called %1$s On-Site Messaging Badge Block." -msgstr "" -"Hvis du bruker Gutenberg, skal du kunne legge til en %1$s-merke-blokk " -"overalt der du trenger det. Blokken heter %1$s On-Site Messaging Badge Block." +#: Vipps.class.php:1416 VippsWCProductEditorV2.class.php:253 +msgid "This product supports express checkout, and so will have a Buy Now button." +msgstr "Dette produktet støtter hurtigkassen, og vil derfor ha en \"Kjøp Nå\"-knapp." -#: Vipps.class.php:429 -msgid "" -"If your MSN has registered other callbacks, for instance for another website," -" you can manage these here - and you can also add your own hooks that will " -"be notified of payment events to any other URL you enter." -msgstr "" -"Hvis din MSN har registrert andre callbacks, foreksempel for et annet " -"nettsted, kan du vedlikeholde dise her - og du kan også legge til dine egne " -"hooks som vil få melding om betalingshendelser til en hvilkensomhelst URL du " -"bruker." +#: Vipps.class.php:1413 VippsWCProductEditorV2.class.php:237 +#: VippsWCProductEditorV2.class.php:253 +msgid "The %1$s settings are currently set up so all products that can be bought with Express Checkout will have a Buy Now button." +msgstr "%1$s innstillingene er satt opp slik at alle produkter som kan kjøpes med hurtigkassen, vil ha en \"Kjøp nå\"-knapp." -#: WC_Gateway_Vipps.class.php:959 -msgid "" -"If your products don't require shipping as above, and you also don't " -"care about the customers name or contact information, you can drop this too! " -"The customer fields will then be filled with a placeholder. NB: If you have " -"plugins that require contact information, then this is not going to work " -"very well. Also, for this to work you have to check the 'no addresses' box " -"as well." -msgstr "" -"Hvis produktene dine ikke krever frakt som over, og du heller ikke " -"bryr deg om å lagre kundenes navn eller kontaktinformasjon, kan du også " -"velge å droppe disse! Kundefeltene vil da bli fyllet ut med \"Anonym kunde\"." -" NB: Hvis du har utvidelser som krever kontaktinformasjon på ordre, så vil " -"ikke dette virke så bra. Du må også ha krysset av for \"ingen addresser\" om " -"dette skal virke." +#: Vipps.class.php:1027 +msgid "%1$s is installed, but not active. Activate it on the plugins page" +msgstr "%1$s er installert, men ikke aktiv. Aktiver den på utvidelsessiden" -#: WC_Gateway_Vipps.class.php:951 -msgid "" -"If your products don't require shipping, either because they are " -"digital downloads, immaterial products or delivering the products directly " -"on purchase, you can check this box. The user will then not be required to " -"provide an address, which should speed things up a bit. If your products " -"require shipping, this will have no effect. NB: If you have plugins that " -"require shipping information, then this is not going to work very well." -msgstr "" -"Hvis produktene ikke krever frakt, enten fordi de er digitale " -"nedlastinger, immaterielle produkter eller fordi du leverer produktene med " -"en gang de kjøpes, kan du huke av for denne boksen. Brukeren vil da ikke " -"trenge å oppgi addresse, som burde få ting til å gå litt fortere. Hvis " -"produktene krever frakt vil dette ikke ha noen effekt. NB: Hvis du har " -"utvidelser som krever fraktinformasjon så vil ikke dette virke så bra." +#: Vipps.class.php:1023 +msgid "%1$s is installed and active. You can configure the plugin at its settings page" +msgstr "%1$s er installert og aktiv. Du kan konfigurere utvidelsen på innstillinger-siden dens." -#: WC_Gateway_Vipps.class.php:935 -#, php-format -msgid "" -"If your shipping options do not depend on the customers address, you can " -"enable 'Static shipping', which will precompute the shipping options when " -"using %1$s so that this will be much faster. If you do this and the customer " -"isn't logged in, the base location of the store will be used to compute the " -"shipping options for the order. You should only use this if your shipping is " -"actually 'static', that is, does not vary based on the customers address. So " -"fixed price/free shipping will work. If the customer is logged in, their " -"address as registered in the store will be used, so if your customers are " -"always logged in, you may be able to use this too." -msgstr "" -"Hvis frakt-valgene dine ikke er avhengig av kundens adresse, kan du skru på " -"\"Statisk fraktberegning\". Dette beregner fraktvalg- og kostnader på " -"forhånd når du bruker %1$s, slik at denne blir mye raskere. Hvis du gjør " -"dette og kunden ikke er innlogget, så vil butikkens egen addresse bli brukt " -"til å beregne fraktvalgene. Du bør bare bruke dette hvis fraktvalgene dine " -"faktisk er \"statiske\", det vil si at de ikke varierer med kundens addresse." -" Dermed vil fastpris og gratis frakt foreksempel virke. Hvis kunden er " -"logget inn, så vil adressen deres slik som den er satt i butikken bli brukt; " -"så hvis kundene dine alltid er innlogget, vil du antagelig kunne bruke dette " -"da også." +#: Vipps.class.php:1017 +msgid "Remember, you need to set up %3$s at the %1$s Portal, where you will find the keys you need and where you will have to register the return url you will find on the settings page." +msgstr "Husk, du må sette opp %3$s på %1$s Portal, hvor du vil finne nøklene du trenger og hvor du også må registrere retur-URL-en som du finner på innstillinger-siden." -#: WC_Gateway_Vipps.class.php:1271 -msgid "" -"If your shipping options do not depend on the customers address, you can " -"enable 'Static shipping', which will precompute the shipping options when " -"using Express Checkout so that this will be much faster. If you do this and " -"the customer isn't logged in, the base location of the store will be used to " -"compute the shipping options for the order. You should only use this if your " -"shipping is actually 'static', that is, does not vary based on the customers " -"address. So fixed price/free shipping will work. If the customer is logged " -"in, their address as registered in the store will be used, so if your " -"customers are always logged in, you may be able to use this too." -msgstr "" -"Hvis frakt-valgene dine ikke er avhengig av kundens adresse, kan du skru på " -"\"Statisk fraktberegning\". Dette beregner fraktvalg- og kostnader på " -"forhånd når du bruker Hurtigkassen, slik at denne blir mye raskere. Hvis du " -"gjør dette og kunden ikke er innlogget, så vil butikkens egen addresse bli " -"brukt til å beregne fraktvalgene. Du bør bare bruke dette hvis fraktvalgene " -"dine faktisk er \"statiske\", det vil si at de ikke varierer med kundens " -"addresse. Dermed vil fastpris og gratis frakt foreksempel virke. Hvis kunden " -"er logget inn, så vil adressen deres slik som den er satt i butikken bli " -"brukt; så hvis kundene dine alltid er innlogget, vil du antagelig kunne " -"bruke dette da også." +#: Vipps.class.php:1014 +msgid "%3$s is a password-less solution that lets you or your customers to securely log into your site without having to remember passwords - you only need the %2$s app. The plugin does not require WooCommerce, and it can be customized for many different usecases." +msgstr "%3$s er en passordløs innloggingsløsning som lar deg eller dine kunder logge inn på en sikker måte uten å måtte huske passord - du trenger bare %2$s-appen. Utvidelsen krever ikke WooCommerce og kan tilpasses mange forskjellige bruksområder." -#: WC_Gateway_Vipps.class.php:3505 -#, php-format -msgid "Image %1$s is too small - height %2$dpx (minimum 167px required)" -msgstr "Bilde %1$s er for lite - høyde %2$dpx (minimum påkrevet er 167px )" +#: Vipps.class.php:990 +msgid "%2$s for WooCommerce by Everyday is perfect for you if you run a web shop with subscription based services or other products that would benefit from subscriptions." +msgstr "%2$s for WooCommerce fra Everyday er perfekt for deg hvis du har en nettbutikk med abonnement-basert tjenester, eller andre produkter der abonnement hadde vært nyttig." -#: VippsApi.class.php:202 -msgid "Image height too small - minimum height requirement is 167px" -msgstr "Bildehøyde for liten, minimum er 167px" +#: Vipps.class.php:73 +msgid "Vipps Recurring Payments" +msgstr "Vipps Gjentakende Betalinger" -#: VippsApi.class.php:223 -msgid "Image rejected by Vipps - minimum height requirement is 167px" -msgstr "Bilde ikke godtatt av Vipps - minstehøyde er 167px" +#: Vipps.class.php:930 Vipps.class.php:978 +msgid "You are now using %1$s Checkout instead of the standard WooCommerce Checkout page." +msgstr "Du bruker nå %1$s Checkout istedetfor WooCommerce sin standard kasseløsning." -#: VippsKCSupport.class.php:73 -msgid "Image url" -msgstr "Bilde-URL" +#: Vipps.class.php:926 Vipps.class.php:974 +msgid "The plugin is active - %1$s is available as a payment method." +msgstr "Utvidelsen er for tiden aktiv - %1$s er tilgjengelig som betalingsmåte." -#: Vipps.class.php:430 -#, php-format -msgid "" -"Implementing a webhook is not trivial, so you will probably need a developer " -"for this. You can read more about what is required here" -". " -msgstr "" -"Å implementere en webhook er ikketrivielt, så du vil antagelig trenge en " -"utvikler for dette. Du kan lese mer om hva som trengs " -"her. " +#: Vipps.class.php:921 Vipps.class.php:969 +msgid "%1$s configuration is not yet complete - you must get your keys from the %1$s portal and enter them on the settings page" +msgstr "%1$s-oppsettet er ennå ikke ferdig - du må hente nøklene dine fra %1$s portalen og legge dem inn påinnstillinger-siden" -#: VippsQRCodeController.class.php:239 -msgid "Import" -msgstr "Importer" +#: Vipps.class.php:919 Vipps.class.php:967 +msgid "%2$s configuration is complete." +msgstr "%2$s -oppsettet er ferdig." -#: VippsQRCodeController.class.php:200 VippsQRCodeController.class.php:201 -msgid "Imported QR Code" -msgstr "Importert QR-kode" +#: Vipps.class.php:910 Vipps.class.php:958 +msgid "If you need support, please use the forum page for the plugin. If you cannot post your question publicly, contact WP-Hosting directly at support@wp-hosting.no." +msgstr "Hvis du trenger støtte, vennligst bruk utvidelsens forum-side. Hvis du ikke kan legge inn spørsmålet ditt offentlig, kontakt WP-Hosting direkte på support@wp-hosting.no." -#: Vipps.class.php:4456 -#, php-format -msgid "In order return: The order %1$d seems to be deleted" -msgstr "I retur for ordre: Ordren %1$d ser ut å være slettet" +#: Vipps.class.php:909 Vipps.class.php:957 +msgid "If you experience problems or unexpected results, please check the 'fatal-errors' and 'woo-vipps' logs at WooCommerce logs page." +msgstr "" +"Hvis du opplever problemer eller uventede resultater, vennligst sjekk 'fatal-errors' og 'woo-vipps'-loggene på\n" +"WooCommerce sin logg-side." -#: admin/settings/VippsAdminSettings.class.php:160 -msgid "Initial settings" -msgstr "Initielle instillinger" +#: Vipps.class.php:908 Vipps.class.php:956 +msgid "Configure the plugin on its settings page and get your keys from the %3$s portal." +msgstr "Konfigurer utvidelsen på dens innstillingsside og hent nøklene dine hos %3$s-portalen." -#: VippsQRCodeController.class.php:627 -msgid "Insert into item" -msgstr "Sett inn i element" +#: Vipps.class.php:954 +msgid "Pay with %1$s for WooCommerce" +msgstr "Betal med %1$s for WooCommerce" -#: Vipps.class.php:2749 -msgid "Invalid order for shipping callback:" -msgstr "Ugyldig ordre for frakt-callback:" +#: Vipps.class.php:950 +msgid "To order or configure your %1$s account that powers these plugins, log onto the %1$s portal and use the keys and data from that to set up your plugins as needed." +msgstr "For å bestille eller konfigurere din %1$s-konto som står bak disse utvidelsene, logg på %1$s-portalen og bruk nøklene og dataene derfra til å sette opp utvidelsene dine etter behov." -#: VippsQRCodeController.class.php:168 -msgid "Invalid request" -msgstr "Ugyldig forespørsel" +#: Vipps.class.php:949 +msgid "%1$s officially supports WordPress and WooCommerce with a family of plugins implementing a payment gateway for WooCommerce, an optional complete checkout solution powered by %1$s, a system for managing QR-codes that link to your products or landing pages, a plugin for recurring payments, and a system for passwordless logins." +msgstr "%1$s støtter offisielt WordPress og WooCommerce med en familie utvidelser som støtter en betalingsport for WooCommerce, muligheten for en fullstendig kasseløsning drevet av %1$s, et system for å håndtere QR-koder som lenker til produktene eller landingssidene dine, en utvidelse for gjentakende betalinger og et system for passordløse innlogginger." -#: Vipps.class.php:4260 -msgid "" -"It seems a customer is trying to re-order product(s) recently bought in the " -"same session, asking user for confirmation" -msgstr "" -"Det ser ut som om en kunde forsøker å kjøpe et eller flere produkter som de " -"nettop har kjøpt i samme økt. Ber kunden om å bekrefte." +#: Vipps.class.php:900 Vipps.class.php:948 +msgid "%1$s for WordPress and WooCommerce" +msgstr "%1$s for WordPress og WooCommerce" -#: VippsQRCodeController.class.php:590 -#, php-format -msgid "" -"It seems a QR code with this ID (%1$s) already exists at Vipps. If you have " -"recently done a database restore, try to instead import the QR code from the " -"Unsynchronized codes, deleting this. If you have several Wordpress instances " -"using the same Vipps account, make sure you use different prefixes (in the " -"WooCommerce Vipps settings). You can try to change the slug of this entry " -"(you may need to enable this in the page settings) and save again if you " -"don't care about the duplicate. " -msgstr "" -"Det ser ut som at en QR-kode med denne ID'en (%1$s) allerede eksisterer hos " -"Vipps. Hvis du nylig har gjenopprettet databasen din, prøv å i stedet " -"importere denne QR-koden fra valget \"Usynkroniserte koder\" og slett denne. " -"Hvis du har mange WordPress-systemer som bruker samme Vipps-konto, sørg for " -"at de bruker forskjellige ordreprefikser (i WooCommerce/Betalinger/Vipps-" -"innstillingene). Du kan også endre på identifikatoren for denne koden (det " -"er mulig du må skru på dette i sideinnstilllingene) og lagre på nytt hvis du " -"ikke bryr deg om duplikatet. " +#: Vipps.class.php:880 +msgid "- very, very simple" +msgstr "- veldig, veldig enkelt" -#: VippsQRCodeController.class.php:609 -msgid "Item Archives" -msgstr "Elementarkiver" +#: VippsQRCodeController.class.php:631 +msgid "Filter items list" +msgstr "Filtrer innholdsliste" -#: VippsQRCodeController.class.php:610 -msgid "Item Attributes" -msgstr "Elementattributter" +#: VippsQRCodeController.class.php:630 +msgid "Items list navigation" +msgstr "Navigasjon for innholdsliste" #: VippsQRCodeController.class.php:629 msgid "Items list" msgstr "Innholdsliste" -#: VippsQRCodeController.class.php:630 -msgid "Items list navigation" -msgstr "Navigasjon for innholdsliste" +#: VippsQRCodeController.class.php:628 +msgid "Uploaded to this item" +msgstr "Lastet opp til dette elementet" -#: WC_Gateway_Vipps.class.php:1309 -msgid "Keep using old shipping callback with my custom filter" -msgstr "" -"Fortsett å bruke den gamle frakt-callback'en med mitt overstyrte filter" - -#: WC_Gateway_Vipps.class.php:1079 WC_Gateway_Vipps.class.php:1080 -msgid "Klarna" -msgstr "Klarna" - -#: src/Blocks/src/vipps-badge/edit.tsx:69 -msgid "Language" -msgstr "Språk" - -#: Vipps.class.php:1751 Vipps.class.php:1766 -msgid "Last Name" -msgstr "Etternavn" - -#: VippsWCProductEditorV2.class.php:185 Vipps.class.php:693 -#: Vipps.class.php:1449 Blocks/woo-vipps-blocks.php:16 -msgid "Light" -msgstr "Lys" - -#: Vipps.class.php:1528 -#: src/admin/blocks/src/product-shareable-link/edit.tsx:253 -msgid "Link" -msgstr "Lenke" - -#: Vipps.class.php:4191 -msgid "Link expired, please try again" -msgstr "Lenken er utløpt - vennligst forsøk igjen" - -#: Vipps.class.php:1522 -msgid "Link(s) will be deleted when you save the product" -msgstr "Lenk(ene) vil bli slettet når du lagrer produktet" - -#: Vipps.class.php:70 -msgid "Login with Vipps" -msgstr "Logg inn med Vipps" - -#: VippsDismissibleAdminBanners.class.php:153 -msgid "" -"Login with Vipps is available for WordPress and WooCommerce - Super easy " -"registration and login - No more usernames and passwords. Get started here" -msgstr "" -"Vipps logg inn-utvidelse tilgjengelig for WordPress og Woocommerce - " -"Superenkel \n" -"registrering og innlogging - Aldri mer brukernavn og passord. Kom igang her" - -#: WC_Gateway_Vipps.class.php:1102 -msgid "Main options" -msgstr "Hovedvalg" +#: VippsQRCodeController.class.php:627 +msgid "Insert into item" +msgstr "Sett inn i element" -#: Vipps.class.php:1538 -msgid "Mark this link for deletion" -msgstr "Marker denne lenken for sletting" +#: VippsQRCodeController.class.php:626 +msgid "Use as featured image" +msgstr "Bruk som fremhevet bilde" -#: WC_Gateway_Vipps.class.php:233 -#, php-format -msgid "" -"maybe_cancel_reserved_amount we have remaining reserved after capture of " -"total %1$s " -msgstr "" -"maybe_cancel_reserved_amount: Det er gjenværende reservert beløp etter " -"capture av totalt %1$s " +#: VippsQRCodeController.class.php:625 +msgid "Remove featured image" +msgstr "Fjern fremhevet bilde" -#: WC_Gateway_Vipps.class.php:1146 WC_Gateway_Vipps.class.php:1147 -#: WC_Gateway_Vipps.class.php:1404 WC_Gateway_Vipps.class.php:1406 -msgid "Merchant Serial Number" -msgstr "Merchant Serial Number" +#: VippsQRCodeController.class.php:624 +msgid "Set featured image" +msgstr "Bestem fremhevet bilde" -#: Vipps.class.php:452 -#, php-format -msgid "Merchant Serial Number %1$s" -msgstr "Merchant Serial Number %1$s" +#: VippsQRCodeController.class.php:623 +msgid "Featured Image" +msgstr "Framhevet bilde" -#: WC_Gateway_Vipps.class.php:3210 -#, php-format -msgid "Message from %1$s: %2$s" -msgstr "Melding fra %1$s: %2$s" +#: VippsQRCodeController.class.php:622 +msgid "Not found in Trash" +msgstr "Ikke funnet i papirkurven" -#: WC_Gateway_Vipps.class.php:3209 -#, php-format -msgid "Message in callback from %1$s for order" -msgstr "Feilmelding i callback fra %1$s for bestilling" +#: VippsQRCodeController.class.php:621 +msgid "Not found" +msgstr "Ikke funnet" -#: Vipps.class.php:1752 Vipps.class.php:1767 -msgid "Mobile Number" -msgstr "Mobilnummer" +#: VippsQRCodeController.class.php:620 +msgid "Search Item" +msgstr "Søk objekt" -#: WC_Gateway_Vipps.class.php:1132 -msgid "MobilePay" -msgstr "MobilePay" +#: VippsQRCodeController.class.php:619 +msgid "View QR Codes" +msgstr "Vis QR-koder" -#: WC_Gateway_Vipps.class.php:1833 -#, php-format -msgid "" -"More than %1$d API exceptions trying to capture order - this order cannot be " -"captured." -msgstr "" -"Mer enn %1$d API-unntak under forsøk på å trekke ordre - denne ordren kan " -"ikke trekkes" +#: VippsQRCodeController.class.php:618 +msgid "View QR Code" +msgstr "Vis QR-kode" -#: VippsKCSupport.class.php:61 -msgid "Name" -msgstr "Navn" +#: VippsQRCodeController.class.php:617 +msgid "Update QR Code" +msgstr "Oppdater QR-kode" -#: Vipps.class.php:906 -msgid "" -"NB! Checkout for MobilePay is currently in beta mode; Bank Transfer has " -"limited availability" -msgstr "" -"NB! Checkout for MobilePay er for øyeblikket i betamodus; Bank-overføring " -"har begrenset tilgjengelighet" +#: VippsQRCodeController.class.php:616 +msgid "Edit QR Code" +msgstr "Rediger QR-kode" #: VippsQRCodeController.class.php:615 msgid "New QR Code" msgstr "Ny QR-kode" -#: admin/settings/VippsAdminSettings.class.php:163 -msgid "Next step" -msgstr "Neste steg" +#: VippsQRCodeController.class.php:614 +msgid "Add New" +msgstr "Legg til ny" -#: WC_Gateway_Vipps.class.php:2371 -#, php-format -msgid "" -"No address information for order %2$d, but there still might be an active " -"%1$s session for it, so do not cancel it." -msgstr "" -"Ingen addresseinfo for ordre %2$d, men det kan fortsatt være en aktiv %1$s-" -"session, så den avbrytes ikke." +#: VippsQRCodeController.class.php:613 +msgid "Add New QR Code" +msgstr "Legg til ny QR-kode" -#: VippsWCProductEditorV2.class.php:181 Vipps.class.php:1445 -msgid "No badge" -msgstr "Ikke noe merke" +#: VippsQRCodeController.class.php:611 +msgid "Parent Item:" +msgstr "Foreldreelement:" -#: Vipps.class.php:3025 -#, php-format -msgid "" -"No cart, so will try to calculate shipping based on order contents for order " -"%1$d" -msgstr "" -"Ingen handlekurv, så vil forsøke å beregne frakt basert på ordreinnhold for " -"ordre %1$d" +#: VippsQRCodeController.class.php:610 +msgid "Item Attributes" +msgstr "Elementattributter" -#: VippsCheckoutShippingMethods.php:174 -msgid "No delivery method specified" -msgstr "Ingen leveringsmetode valgt" +#: VippsQRCodeController.class.php:609 +msgid "Item Archives" +msgstr "Elementarkiver" -#: WC_Gateway_Vipps.class.php:1237 -msgid "No products" -msgstr "Ingen produkter" +#: VippsQRCodeController.class.php:590 +msgid "It seems a QR code with this ID (%1$s) already exists at Vipps. If you have recently done a database restore, try to instead import the QR code from the Unsynchronized codes, deleting this. If you have several Wordpress instances using the same Vipps account, make sure you use different prefixes (in the WooCommerce Vipps settings). You can try to change the slug of this entry (you may need to enable this in the page settings) and save again if you don't care about the duplicate. " +msgstr "Det ser ut som at en QR-kode med denne id-en (%1$s) allerede eksisterer hos Vipps. Hvis du nylig har gjenopprettet databasen din, prøv å i stedet importere denne QR-koden fra valget \"Usynkroniserte koder\" og slett denne. Hvis du har mange WordPress-systemer som bruker samme Vipps-konto, sørg for at de bruker forskjellige ordreprefikser (i WooCommerce Vipps-innstillingene). Du kan også endre på identifikatoren for denne koden (det er mulig du må slå på dette i sideinnstilllingene) og lagre på nytt hvis du ikke bryr deg om duplikaten. " -#: VippsApi.class.php:1485 -msgid "No response from Vipps" -msgstr "Manglende respons fra Vipps" +#: VippsQRCodeController.class.php:585 +msgid "Couldn't create or update QR image: %1$s" +msgstr "Kunne ikke lage eller oppdatere QR-bilde: %1$s" -#: VippsCheckout.class.php:191 -msgid "No session choosing other gateway from Vipps Checkout" -msgstr "Ingen session under valg av annen betalingsgateway i Vipps Checkout" +#: VippsQRCodeController.class.php:582 +msgid "Error creating or updating QR code: %1$s" +msgstr "Feil under oppretting eller oppdatering av QR-kode: %1$s" -#: WC_Gateway_Vipps.class.php:2362 -#, php-format -msgid "No shipping details from %1$s for express checkout for order id:" -msgstr "Ingen fraktinformasjon fra %1$s for hurtigkasse-kjøp med ordreid:" +#: VippsQRCodeController.class.php:575 +msgid "Couldn't download QR image: try saving post again! Error was: %1$s" +msgstr "Kunne ikke laste ned QR-bilde: Prøv å lagre siden på nytt! Feilen var: %1$s" -#: Vipps.class.php:2868 Vipps.class.php:3085 -msgid "No shipping required" -msgstr "Ingen frakt nødvendig" +#: VippsQRCodeController.class.php:573 +msgid "Error downloading QR code image: %1$s" +msgstr "Feil under nedlasting av QR-kode bilde: %1$s" -#: Vipps.class.php:558 -msgid "No, forget it" -msgstr "Nei, glem det" +#: VippsQRCodeController.class.php:538 +msgid "QR image with id %2$s that was supposed to be stored at %1$s, isnt. Recreating it. Error was:. : %3$s" +msgstr "QR-bilde med id %2$s som skulle vært lagret hos %1$s, er ikke lagret. Gjenskaper nå. Feilen var: %3$s" -#: WC_Gateway_Vipps.class.php:3725 -msgid "No, thank you not right now anyway" -msgstr "Nei takk, ikke akkurat nå" +#: VippsQRCodeController.class.php:497 +msgid "Error deleting QR code: %1$s" +msgstr "Feil under sletting av QR-kode: %1$s" + +#: VippsQRCodeController.class.php:473 VippsQRCodeController.class.php:607 +#: VippsQRCodeController.class.php:612 +msgid "QR Codes" +msgstr "QR-koder" #: VippsQRCodeController.class.php:345 msgid "None chosen" msgstr "Ingen valgt" -#: WC_Gateway_Vipps.class.php:1118 -msgid "Norway" -msgstr "Norge" +#: VippsQRCodeController.class.php:333 +msgid "Product" +msgstr "Produkt" -#: Blocks/woo-vipps-blocks.php:41 -msgid "Norwegian" -msgstr "Norsk" +#: VippsQRCodeController.class.php:329 +msgid "Page" +msgstr "Side" -#: Vipps.class.php:3819 Vipps.class.php:3824 -msgid "Not an order" -msgstr "Ikke en bestilling" +#: VippsQRCodeController.class.php:273 +msgid "Unsynchronized QR codes" +msgstr "Usynkroniserte QR-koder" -#: VippsQRCodeController.class.php:621 -msgid "Not found" -msgstr "Ikke funnet" +#: VippsQRCodeController.class.php:272 +msgid "Show QR codes not synchronized to this site" +msgstr "Vis QR-koder som ikke er blitt synkronisert til dette nettstedet" -#: VippsQRCodeController.class.php:622 -msgid "Not found in Trash" -msgstr "Ikke funnet i papirkurven" +#: VippsQRCodeController.class.php:244 +msgid "Id" +msgstr "Id" -#. Description of the plugin -msgid "Offer Vipps as a payment method for WooCommerce" -msgstr "Tilby Vipps som betalingsmetode for WooCommerce" +#: VippsQRCodeController.class.php:240 +msgid "delete" +msgstr "slett" -#: WC_Gateway_Vipps.class.php:166 -msgid "Offer Vipps or MobilePay as a payment method" -msgstr "Tilby Vipps eller MobilePay som betalingsmetode" +#: VippsQRCodeController.class.php:239 +msgid "Import" +msgstr "Importer" -#: VippsCheckout.class.php:619 -msgid "OK" -msgstr "OK" +#: VippsQRCodeController.class.php:233 +msgid "There are some QR codes present at Vipps that are not part of this Website. This may be because these are part of some other website using this same account, or they may have gotten 'lost' in a database restore - or maybe you are creating an entire new site. If neccessary, you can import these into your current site and manage them from here" +msgstr "Det eksisterer noen QR-koder hos Vipps som ikke er en del av dette nettstedet. Dette kan være fordi disse er en del av et annet nettsted som bruker samme Vipps-konto, eller de kan ha gått 'tapt' i en database-gjenoppretting - eller kanskje du holder på å lage et helt nytt nettsted. Hvis nødvendig, kan du importere disse inn i ditt nåværende nettsted og administrere dem derfra." -#: WC_Gateway_Vipps.class.php:1183 -msgid "On hold" -msgstr "På vent" +#: VippsQRCodeController.class.php:231 +msgid "Vipps QR-codes not present on this site" +msgstr "Vipps QR-koder som ikke finnes på dette nettstedet" -#: VippsWCProductEditorV2.class.php:164 Vipps.class.php:1435 -msgid "On-site messaging badge" -msgstr "On-Site Messaging-merke" +#: VippsQRCodeController.class.php:212 VippsQRCodeController.class.php:215 +msgid "Error importing unsynched QR code with id %1$s: %2$s" +msgstr "Feil under import av usynkronisert QR-kode med id %1$s: %2$s" -#: VippsWCProductEditorV2.class.php:165 -#, php-format -msgid "" -"On-site messaging badges are small badges that can be added to your product " -"pages to show that you accept %1$s payments." -msgstr "" -"On-site messaging badges er små merker som kan legges til på produktsidene " -"dine for å vise at du akspeterer %1$s-betalinger" +#: VippsQRCodeController.class.php:200 VippsQRCodeController.class.php:201 +msgid "Imported QR Code" +msgstr "Importert QR-kode" -#: Vipps.class.php:1775 Vipps.class.php:1790 -msgid "Operation" -msgstr "Operasjon" +#: VippsQRCodeController.class.php:187 +msgid "Error deleting unsynched QR code with id %1$s: %2$s" +msgstr "Feil under sletting av usynkronisert QR-kode med id: %1$s: %2$s" -#: WC_Gateway_Vipps.class.php:634 -msgid "Order" -msgstr "Ordre" +#: VippsQRCodeController.class.php:176 +msgid "Unknown operation" +msgstr "Ukjent operasjon" -#: WC_Gateway_Vipps.class.php:241 -#, php-format -msgid "" -"Order %1$s: %2$s is cancelled to free up the reservation in the customers " -"bank account." -msgstr "" -"Ordre %1$s: %2$s er kansellert for å frigjøre reserveringen i kundens " -"bankkonto" +#: VippsQRCodeController.class.php:168 +msgid "Invalid request" +msgstr "Ugyldig forespørsel" -#: WC_Gateway_Vipps.class.php:2366 -#, php-format -msgid "" -"Order %2$d has no address info and any %1$s session is dead - have to cancel." -msgstr "Ordre %2$d har ingen addresseinfo, og %1$s-økten er død - må avbryte." +#: Vipps.class.php:420 Vipps.class.php:688 Vipps.class.php:858 +#: VippsQRCodeController.class.php:165 +msgid "You don't have sufficient rights to access this page" +msgstr "Du har ikke tilstrekkelige rettigheter til å se denne siden" -#: Vipps.class.php:3222 -#, php-format -msgid "" -"Order %2$d is 'pending' but its %1$s Order Status is %3$s - this means that " -"the order has been erroneously set to 'pending' after completion or " -"cancellation. Will not process further. Please check status of order at " -"Vipps and set to correct status in WooCommerce" -msgstr "" -"Ordre %2$d is 'pending' men dens %1$s Ordre Status is %3$s - dette betyr at " -"status er feilaktig satt til 'pending' etter fullføring eller kansellering. " -"Vil ikke behandles videre. Vennligst sjekk ordrestatus hos Vipps og sett til " -"korrekt status i WooCommerce." - -#: WC_Gateway_Vipps.class.php:1619 -#, php-format -msgid "" -"Order %2$d was attempted restarted, but had no %1$s session url stored. " -"Cannot continue!" -msgstr "" -"Ordre %2$d ble forsøkt startet på nytt, men hadde ingen %1$s-sessionurl. Kan " -"ikke fortsette!" +#: VippsQRCodeController.class.php:124 +msgid "Error getting list of QR codes from %1$s: %2$s" +msgstr "Feil under henting av listen av QR-koder fra %1$s: %2$s" -#: VippsApi.class.php:1097 -msgid "Order cancel for order" -msgstr "Kansellering av ordre" +#: VippsQRCodeController.class.php:94 +msgid "Somehow, this QR code has disappeard at %1$s. Save it to make it work again!" +msgstr "På en eller annen måte har denne QR-koden blitt slettet hos %1$s. Lagre nå for å få den til å virke igjen!" -#: Vipps.class.php:4505 Vipps.class.php:4508 Vipps.class.php:4552 -msgid "Order cancelled" -msgstr "Bestilling avbrutt" +#: VippsQRCodeController.class.php:63 VippsQRCodeController.class.php:244 +#: VippsQRCodeController.class.php:337 VippsQRCodeController.class.php:362 +msgid "URL" +msgstr "URL" -#: VippsApi.class.php:1058 VippsApi.class.php:1064 -msgid "Order capture for order" -msgstr "Belastning av betaling for bestilling" +#: WC_Gateway_Vipps.class.php:1202 +msgid "Almost done! Remember, there are no fees using %1$s when shopping online." +msgstr "Snart i mål! Husk, %1$s er gebyrfritt når du handler på nett." -#: Vipps.class.php:4548 -msgid "Order confirmed" -msgstr "Ordre bekreftet" +#: WC_Gateway_Vipps.class.php:2521 +msgid "Session terminated with no payment" +msgstr "Økten utløp uten betaling" -#: WC_Gateway_Vipps.class.php:2850 -#, php-format -msgid "Order does not exist at %1$s - cancelling" -msgstr "Bestillingen eksisterer ikke hos %1$s - kansellerer" +#: Vipps.class.php:1711 Vipps.class.php:1713 WC_Gateway_Vipps.class.php:1127 +msgid "Payment method" +msgstr "Betalingsmåte" -#: Vipps.class.php:3834 Vipps.class.php:3862 -msgid "Order failed" -msgstr "Bestilling mislyktes" +#: WC_Gateway_Vipps.class.php:3725 +msgid "No, thank you not right now anyway" +msgstr "Nei takk, ikke akkurat nå" -#: WC_Gateway_Vipps.class.php:2392 -#, php-format -msgid "Order failed or rejected at %1$s" -msgstr "Bestilling mislyktes eller ble avvist hos %1$s" +#: WC_Gateway_Vipps.class.php:3720 +msgid "To activate %1$s, just press the button below. Otherwise, %2$s will of course be available in the regular checkout screen; and you can also offer %3$s from both the product pages and the shopping cart if you wish." +msgstr "For å aktivere %1$s, bare trykk på knappen under. Hvis ikke vill %2$s selvfølgelig også være tilgjengelig på den vanlige kassesiden, og du kan også tilby %3$s fra både produktsider og handlekurven om du vil." -#: Vipps.class.php:1708 -msgid "Order id" -msgstr "Ordre-id" +#: WC_Gateway_Vipps.class.php:911 WC_Gateway_Vipps.class.php:3719 +msgid "%1$s is a new service from %2$s which replaces the usual WooCommerce checkout page entirely, replacing it with a simplified checkout screen providing payment both with %2$s and credit card. Additionally, your customers will get the option of providing their address information using their %2$s app directly." +msgstr "%1$s er en ny tjeneste fra %2$s som fullstendig erstatter den vanlige WooCommerce-kassen og erstatter den med en forenklet kasseside som tilbyr betaling både med %2$s og kredittkort. I tillegg vil kundene dine få muligheten til å oppgi addresseinformasjonen sin fra %2$s-appen direkte." -#: Vipps.class.php:4391 -msgid "Order in progress" -msgstr "Bestilling underveis" +#: WC_Gateway_Vipps.class.php:2520 WC_Gateway_Vipps.class.php:2546 +msgid "%1$s Order with no order status, so session was never completed; setting status to cancelled" +msgstr "%1$s-ordre uten ordrestatus, så økten ble aldri fullført. Setter status til avbrutt." -#: WC_Gateway_Vipps.class.php:1905 -msgid "Order not completed, cannot refund superfluous capture" -msgstr "Ordren er ikke fullført, kan ikke refundere overflødig belastet beløp" +#: WC_Gateway_Vipps.class.php:2440 WC_Gateway_Vipps.class.php:2444 +msgid "Could not get order status from %1$s using epayment api: " +msgstr "Kunne ikke hente ordrestatus fra %1$s med epayment api-et: " -#: WC_Gateway_Vipps.class.php:1620 -#, php-format -msgid "Order session expired at %1$s, please try again!" -msgstr "Ordresession er utløpt hos %1$s, vennligst forsøk på nytt!" +#: WC_Gateway_Vipps.class.php:2371 +msgid "No address information for order %2$d, but there still might be an active %1$s session for it, so do not cancel it." +msgstr "Ingen addresseinfo for ordre %2$d, men det kan fortsatt være en aktiv %1$s-sesjon, så kanseller den ikke." -#: VippsCheckout.class.php:810 -msgid "" -"Order specification changed - this order abandoned by customer in Checkout " -msgstr "" -"Ordrespesifiksasjon har endret seg - ordren er forlatt av kunden i Checkout " +#: WC_Gateway_Vipps.class.php:2367 +msgid "Could not get address info for order from %1$s" +msgstr "Kunne ikke hente addresseinfo for ordren fra %1$s" -#: Vipps.class.php:1709 -msgid "Order status" -msgstr "Ordrestatus" +#: WC_Gateway_Vipps.class.php:2366 +msgid "Order %2$d has no address info and any %1$s session is dead - have to cancel." +msgstr "Ordre %2$d har ingen addresseinfo, og %1$s-økten er død - må avbryte." -#: WC_Gateway_Vipps.class.php:1178 -#, php-format -msgid "Order status on return from %1$s" -msgstr "Ordrestatus ved retur fra %1$s" +#: WC_Gateway_Vipps.class.php:2104 +msgid "%1$s Payment Refunded:" +msgstr "%1$s-betaling refundert:" -#: WC_Gateway_Vipps.class.php:630 -msgid "" -"Order with captured funds older than %d days cancelled - because the order " -"is this old, it will not be automatically refunded at Vipps. Manual refund " -"may be required." -msgstr "" -"Ordre med trukkede midler eldre enn %d er kansellert - fordi ordren er så " -"gammel, vil den ikke bli automatisk refundert fra Vipps. Manuell " -"tilbakebetaling kan være påkrevet." +#: WC_Gateway_Vipps.class.php:918 +msgid "If activated, this will replace the standard Woo checkout screen with %1$s, providing easy checkout using %1$s or credit card, with no need to type in addresses." +msgstr "Hvis du aktiverer, vil dette erstatte den vanlige Woo-kassesiden med %1$s, og tilby en enkel kasseside med %1$s og kredittkort, og uten behov for å skrive inn addresser." -#: WC_Gateway_Vipps.class.php:1139 WC_Gateway_Vipps.class.php:1140 -msgid "Order-id Prefix" -msgstr "Bestillingsnummer-prefiks" +#: WC_Gateway_Vipps.class.php:916 +msgid "Enable Alternative %1$s screen, replacing the standard checkout page" +msgstr "Slå på alternativ %1$s-side, som erstatter den standard kassesiden" -#: VippsCheckout.class.php:152 -#, php-format -msgid "" -"Orderid %1$s is not pending when choosing another payment method from Vipps " -"Checkout" -msgstr "" -"Ordreid %1$s er ikke \"pending\" under valg av annen betalingsmetode i Vipps " -"Checkout" +#: WC_Gateway_Vipps.class.php:660 +msgid "Error getting payment details before doing cancel: " +msgstr "Feil under henting av betalingsinfo før kansellering av ordre: " -#: VippsCheckout.class.php:146 -#, php-format -msgid "Orderid %1$s: Wrong nonce when trying to switch payment methods." -msgstr "Ordreid %1$s: Feil nonce under bytte av betalingsmetoder." +#: VippsApi.class.php:1018 VippsApi.class.php:1024 +msgid "Error polling status - error message %1$s" +msgstr "Feil under henting av status - feilmeldingen er %1$s" -#: VippsWCProductEditorV2.class.php:175 Vipps.class.php:1442 -msgid "Override default settings" -msgstr "Overstyr standardinnstillinger" +#: VippsApi.class.php:834 +msgid "Your site does not have a Terms and Conditions page defined - starting %1$s anyway, but this should be defined" +msgstr "Nettstedet ditt har ingen Vilkår-side definert - starter %1$s likevel, men en slik side er påkrevet" -#: WC_Gateway_Vipps.class.php:1336 -#, php-format -msgid "Override page template used for the special %1$s pages" -msgstr "Overstyr sidemalen som skal brukes for de spesielle %1$s-sidene" +#: VippsCheckout.class.php:911 +msgid "Page contents: [%1$s]" +msgstr "Sideinnhold: [%1$s]" -#: VippsQRCodeController.class.php:329 -msgid "Page" -msgstr "Side" +#: VippsCheckout.class.php:911 +msgid "This page is used for the alternative %1$s page, which you can choose to use instead of the normal WooCommerce checkout page. " +msgstr "Denne siden brukes av den alternative %1$s-kassesiden, som du kan velge å bruke i stedet for den vanlige WooCommerce-kassesiden " #: Vipps.class.php:4091 msgctxt "Page slug" msgid "vipps_checkout" msgstr "vipps_checkout" -#: Vipps.class.php:4092 -msgctxt "Page title" -msgid "Vipps MobilePay Checkout" -msgstr "Vipps MobilePay Checkout" +#: Vipps.class.php:2497 +msgid "There is no order with this order id, callback fails:" +msgstr "Det er ingen ordre med denne ordre-id-en - tilbakekall mislykkes:" -#: VippsQRCodeController.class.php:611 -msgid "Parent Item:" -msgstr "Foreldreelement:" +#: Vipps.class.php:2491 +msgid "There is no order with this %1$s orderid, callback fails:" +msgstr "Det er ingen ordre med ordre-id %1$s - tilbakekall mislykkes:" -#: WC_Gateway_Vipps.class.php:1066 -msgid "Password provided to you by Helthjem" -msgstr "Passordet du fikk fra Helthjem" +#: WC_Gateway_Vipps.class.php:2547 +msgid "Abandonded by customer" +msgstr "Forlatt av kunden" -#: Vipps.class.php:954 -#, php-format -msgid "Pay with %1$s for WooCommerce" -msgstr "Betal med %1$s for WooCommerce" +#: Vipps.class.php:64 WC_Gateway_Vipps.class.php:3552 +msgid "Vipps Checkout" +msgstr "Vipps-kassen" -#. Name of the plugin -msgid "Pay with Vipps and MobilePay for WooCommerce" -msgstr "Betal med Vipps og MobilePay for WooCommerce" +#: VippsCheckout.class.php:724 +msgid "Press the button to complete your order with %1$s!" +msgstr "Trykk på knappen for å fullføre din ordre med %1$s!" -#: WC_Gateway_Vipps.class.php:1808 WC_Gateway_Vipps.class.php:1816 -msgid "Payment already captured" -msgstr "Betalingen er allerede belastet" +#: VippsCheckout.class.php:718 +msgid "Your session has expired - please reload the page to restart, or return to the shop" +msgstr "Økten din har utløpt - vennligst last inn siden på nytt for å restarte, eller gå tilbake til butikken." -#: Vipps.class.php:3851 -msgid "Payment authorized" -msgstr "Betaling godkjent" +#: VippsCheckout.class.php:717 +msgid "An error has occured - please reload the page to restart your transaction, or return to the shop" +msgstr "En feil har oppstått - vennligst last inn siden omigjen for å restarte transaksjonen, eller gå tilbake til butikken." -#: WC_Gateway_Vipps.class.php:3375 -#, php-format -msgid "Payment authorized at %1$s" -msgstr "Betaling reservert hos %1$s" +#: VippsCheckout.class.php:384 +msgid "Error calculating static shipping for order %1$s" +msgstr "Feil under kalkulering av statisk frakt for ordre %1$s" -#: Vipps.class.php:3857 -msgid "Payment captured" -msgstr "Betaling trukket" +#: Vipps.class.php:1726 +msgid "Remaining amount to cancel" +msgstr "Gjenstående beløp å kansellere" -#: WC_Gateway_Vipps.class.php:2385 WC_Gateway_Vipps.class.php:3341 -#, php-format -msgid "Payment captured directly at %1$s" -msgstr "Betalingen overført direkte hos %1$s" +#: Vipps.class.php:1725 +msgid "Cancelled amount" +msgstr "Kansellert beløp" -#: WC_Gateway_Vipps.class.php:1746 -#, php-format -msgid "" -"Payment complete set status to \"%1$s\" - will not capture payments " -"automatically" -msgstr "" -"Payment-complete satt status til '%1$s' - kan ikke overføre pengene " -"automatisk" +#: WC_Gateway_Vipps.class.php:2836 +msgid "Could not get %1$s order status - it has no %1$s Order Id. Must cancel." +msgstr "Kunne ikke hente ordrestatus hos %1$s - den mangler %1$s-ordreid. Må kansellere." -#: WC_Gateway_Vipps.class.php:1127 Vipps.class.php:1711 Vipps.class.php:1713 -msgid "Payment method" -msgstr "Betalingsmetode" +#: VippsDismissibleAdminBanners.class.php:190 +msgid "Vipps Recurring Payments for WooCommerce is perfect if you sell subscriptions or memberships. The plugin is available for Wordpress and WooCommerce - get started here!" +msgstr "Vipps Faste betalinger er perfekt for deg som selger abonnement eller medlemskap. Utvidelse er tilgjengelig for WordPress og Woocommerce - kom i gang her!" -#: WC_Gateway_Vipps.class.php:2197 -#, php-format -msgid "" -"Payment method reset to %1$s - it had been set to KCO while completing the " -"order for %2$d" -msgstr "" -"Betalingsmetoden er satt tilbake til %1$s - den var blitt satt til KCO mens " -"ordre %2$d ble fullført" +#: WC_Gateway_Vipps.class.php:1653 +msgid "Setting order status to pending to start payment" +msgstr "Setter ordrestatus til Avventer Betaling for å starte betalingen" -#: Vipps.class.php:1739 -msgid "Pickup Point" -msgstr "Pakke til hentested" +#: Vipps.class.php:2395 +msgid "Received a test callback, exiting" +msgstr "Har mottatt et test-tilbakekall - avslutter" -#: WC_Gateway_Vipps.class.php:1228 -#, php-format -msgid "" -"Please note that for Express Checkout, shipping must be calculated in a " -"callback from the %1$s app, without any knowledge of the customer. This " -"means that Express Checkout may not be compatible with all Shipping plugins " -"or setup. You should test that your setup works if you intend to provide " -"this feature." -msgstr "" -"Vær oppmerksom på at for %1$s Hurtigkasse, så må frakt kunne beregnes i en " -"callback fra appen, uten noe kunnskap om kunden. Det betyr at hurtigkassen " -"kan være inkompatibel med enkelte frakt-utvidelser eller oppsett. Du bør " -"teste at ditt eget oppsett virker om du planlegger å tilby dette." +#: Vipps.class.php:3248 +msgid "Error getting order status at %1$s for order %2$d" +msgstr "Feil ved henting av ordrestatus fra %1$s for ordre %2$d" -#: Vipps.class.php:431 -#, php-format -msgid "" -"Please note that there is normally a limit of 5 " -"webhooks per MSN - contact %1$s if you need more" -msgstr "" -"Vær oppmerkom på at det er normalt en grense på 5 " -"webhooks per MSN - kontakt %1$s om du trenger mer" +#: Vipps.class.php:3246 +msgid "For order %2$d order status at %1$s is %3$s" +msgstr "For ordre %2$d er ordrestatus hos %1$s %3$s" -#: Vipps.class.php:758 -msgid "Please refer to the documentation for the meaning of the parameters." -msgstr "Vennligst les dokumentasjonen for hva parameterne betyr." +#: Vipps.class.php:3243 +msgid "Callback from %1$s delayed or never happened; order status checked by periodic job" +msgstr "Tilbakekall fra %1$s er forsinket eller aldri skjedd; ordrestatus sjekket med periodisk oppgave" -#: Vipps.class.php:4389 -msgid "Please wait while we are preparing your order" -msgstr "Vennligst vent mens vi forbereder din bestilling" +#: Vipps.class.php:3236 +msgid "Restoring session of order %1$d" +msgstr "Gjenoppretter sesjon for ordre %1$d" -#: WC_Gateway_Vipps.class.php:1005 VippsCheckoutShippingMethods.php:544 -msgid "Porterbuddy" -msgstr "Porterbuddy" +#: Vipps.class.php:221 +msgid "Once every 5 minutes" +msgstr "Én gang hvert 5 minutt" -#: WC_Gateway_Vipps.class.php:1021 -msgid "Porterbuddy API key" -msgstr "Porterbuddy API-nøkkel" +#: VippsKCSupport.class.php:57 +msgid "Activate %1$s as an external payment method for Klarna Checkout" +msgstr "Aktiver %1$s som ekstern betalingsmåte for Klarna Checkout" -#: WC_Gateway_Vipps.class.php:1028 -msgid "Porterbuddy Phone Number" -msgstr "Porterbuddy telefonnummer" +#: VippsKCSupport.class.php:55 +msgid "Activate" +msgstr "Aktiver" -#: WC_Gateway_Vipps.class.php:1014 -msgid "Porterbuddy public token" -msgstr "Porterbuddy public token" +#: VippsDismissibleAdminBanners.class.php:78 +msgid "Dismissed message " +msgstr "Avvist melding " -#: VippsQRCodeController.class.php:605 -msgctxt "Post Type General Name" -msgid "Vipps QR Codes" -msgstr "Vipps QR-koder" +#: VippsDismissibleAdminBanners.class.php:153 +msgid "Login with Vipps is available for WordPress and WooCommerce - Super easy registration and login - No more usernames and passwords. Get started here" +msgstr "" +"Utvidelsen Innlogging med Vipps tilgjengelig for WordPress og Woocommerce - Superenkel \n" +"registrering og innlogging - Aldri mer brukernavn og passord. Kom igang her" -#: VippsQRCodeController.class.php:606 -msgctxt "Post Type Singular Name" -msgid "Vipps QR Code" -msgstr "Vipps QR-kode" +#: WC_Gateway_Vipps.class.php:2285 +msgid "Error getting payment details from %1$s for order_id:" +msgstr "Feil under henting av betalingsdetaljer fra %1$s for ordre-id:" -#: WC_Gateway_Vipps.class.php:975 VippsCheckoutShippingMethods.php:470 -msgid "Posten Norge" -msgstr "Posten Norge" +#: WC_Gateway_Vipps.class.php:2235 +msgid "Could not interpret %1$s order status" +msgstr "Kunne ikke lese ordrestatus hos %1$s" -#: WC_Gateway_Vipps.class.php:985 VippsCheckoutShippingMethods.php:486 -msgid "Posti" -msgstr "Posti" +#: Vipps.class.php:3597 +msgid "Some of the products in your cart are no longer available in the quantities you have ordered. Please edit your order before continuing the checkout" +msgstr "Noen av produktene i handlevognen din er ikke lenger tilgjengelige i de kvanta du ville bestille. Vennligst gå til handlekurven og rediger bestillingen før du fortsetter til hurtigkassen" -#: WC_Gateway_Vipps.class.php:995 -msgid "PostNord" -msgstr "PostNord" +#: WC_Gateway_Vipps.class.php:1280 +msgid "Enable this to create and login new customers when using express checkout. Otherwise these will all be guest checkouts. If you have \"Login with Vipps\" installed, this will be the default (unless you have turned off user creation in WooCommerce itself)" +msgstr "Slå på dette for å opprette og logge inn nye kunder når du bruker hurtigkassen. Hvis ikke vil disse være gjestekunder. Hvis du har \"Innlogging med Vipps\" installert, vil dette være på som standard (så lenge du i det hele tatt oppretter WooCommerce-kunder)" -#: VippsCheckoutShippingMethods.php:522 -msgid "Postnord" -msgstr "PostNord" +#: Vipps.class.php:3530 +msgid "Unknown error customer in express checkout." +msgstr "Ukjent feil for kunden i hurtigkassen." -#: VippsCheckout.class.php:724 -#, php-format -msgid "Press the button to complete your order with %1$s!" -msgstr "Trykk på knappen for å fullføre din ordre med %1$s!" +#: Vipps.class.php:3528 +msgid "Error creating customer in express checkout: " +msgstr "Feil ved oppretting av bruker i hurtigkassen: " -#: admin/settings/VippsAdminSettings.class.php:164 -msgid "Previous step" -msgstr "Forrige steg" +#: WC_Gateway_Vipps.class.php:1746 +msgid "Payment complete set status to \"%1$s\" - will not capture payments automatically" +msgstr "Satt status til \"%1$s\" ved fullført betaling - kan ikke belaste betalinger automatisk" -#: WC_Gateway_Vipps.class.php:1182 -msgid "Processing" -msgstr "Behandler" +#: WC_Gateway_Vipps.class.php:1745 +msgid "Filters are setting the payment_complete order status to '%1$s' - will not capture" +msgstr "Filtre setter ordrestatusen for 'payment_complete' til '%1$s' - kan ikke belaste" -#: Vipps.class.php:3566 -msgid "Processing order... " -msgstr "Behandler bestillingen..." +#: Blocks/Products/js/editor.js:26 +msgid "WooCommerce" +msgstr "WooCommerce" -#: VippsQRCodeController.class.php:333 -msgid "Product" -msgstr "Produkt" +#: Vipps.class.php:2231 +msgid "Add a %1$s Buy Now-button to the product block" +msgstr "Legg til en Kjøp nå med %1$s-knapp til produktblokken" -#: Vipps.class.php:4154 -msgid "Product is no longer available" -msgstr "Produktet er ikke lenger tilgjengelig" +#: Vipps.class.php:2230 +msgid "%1$s Buy Now button" +msgstr "Kjøp nå med %1$s-knapp" -#: WC_Gateway_Vipps.class.php:1361 -#, php-format -msgid "Profile image used in the %1$s App" -msgstr "Profilbilde som brukes i %1$s-appen" +#: WC_Gateway_Vipps.class.php:1372 +msgid "Use the flock() system call to ensure orders are only finalized once. You can use this for normal setups, but probably not on Windows with IIS, and possibly not on distributed filesystems like NFS. If you don\\t know what it is, probably do not use it. If you get duplicated shipping lines on some express orders, you may try using this" +msgstr "Bruk flock()-kallet for å sørge for at ordre bare blir ferdigstillt én gang. Du kan bruke dette i de fleste vanlige oppsett, men sannsynligvis ikke på Windows med IIS, og muligens ikke på distribuerte filsystemer som NFS. Hvis du ikke vet hva dette er, er det nok best å ikke bruke det. Hvis du får dobbelt med fraktlinjer på noen få hurtigkasse-ordre, så kan du prøve dette." -#: VippsWCProductEditorV2.class.php:186 Vipps.class.php:694 -#: Vipps.class.php:1450 Blocks/woo-vipps-blocks.php:17 -msgid "Purple" -msgstr "Lilla" +#: WC_Gateway_Vipps.class.php:1369 WC_Gateway_Vipps.class.php:1370 +msgid "Use flock() to lock orders for Express Checkout" +msgstr "Bruk flock() til å låse ordrene ved hurtigkasse-kjøp" -#: VippsQRCodeController.class.php:473 VippsQRCodeController.class.php:607 -#: VippsQRCodeController.class.php:612 -msgid "QR Codes" -msgstr "QR-koder" +#: WC_Gateway_Vipps.class.php:1348 +msgid "Some very few themes do not work with the simulated pages used by this plugin, and needs a real page ID for this. Choose a blank page for this; the content will be replaced, but the template and other metadata will be present. You only need to use this if the plugin seems to break on the special %1$s pages." +msgstr "Noen veldig få temaer virker ikke med de simulerte sidene som denne utvidelsen bruker, og trenger en ekte side-id for disse. Velg en helt blank side for dette: Innholdet vil bli erstattet, men mal og metadata vil være til stede. Du trenger bare å bruke dette om det ser ut som om noe er ødelagt på de spesielle %1$s-sidene som de som kommer i hurtigkassen." -#: VippsQRCodeController.class.php:538 -#, php-format -msgid "" -"QR image with id %2$s that was supposed to be stored at %1$s, isnt. " -"Recreating it. Error was:. : %3$s" -msgstr "" -"QR-bilde med id %2$s som skulle vært lagret hos %1$s, er ikke lagret. " -"Gjenskaper nå. Feilen var: %3$s" +#: WC_Gateway_Vipps.class.php:1345 +msgid "Use a real page ID" +msgstr "Bruk en ekte side-id" -#: VippsQRCodeController.class.php:324 -msgid "QR-id" -msgstr "QR-id" +#: WC_Gateway_Vipps.class.php:1344 +msgid "Use a real page ID for the special %1$s pages - neccessary for some themes" +msgstr "Bruk en ekte side-id for de spesielle %1$s-sidene - dette er nødvendig i noen temaer" -#: Vipps.class.php:2727 -msgid "Raw input was " -msgstr "Dataene som ble sendt var" +#: WC_Gateway_Vipps.class.php:527 +msgid "Use a simulated page (default)" +msgstr "Bruk en simulert side (standard)" -#: Vipps.class.php:4385 -#, php-format -msgid "Ready for %1$s - press the button" -msgstr "Klar for %1$s - trykk på knappen" +#: Vipps.class.php:1915 +msgid "Cannot use flock() to lock orders: cannot create lockfiles " +msgstr "Kan ikke bruke flock() til å låse ordre: Kan ikke lage låsfiler" -#: Vipps.class.php:2395 -msgid "Received a test callback, exiting" -msgstr "Har mottatt en test-callback - avslutter" +#: Vipps.class.php:1908 +msgid "Cannot use flock() to lock orders: cannot create or write to directory" +msgstr "Kan ikke bruke flock() til å låse ordre: Kan ikke opprette eller skrive til katalogen" -#: Vipps.class.php:2473 -#, php-format -msgid "" -"Received webhook callback for checkout/express checkout order %1$d - " -"ignoring since full callback should come" -msgstr "" -"Mottok webhook-callback for checkout/hurtigkasseordre %1$d - ignorerer denne " -"siden en fullstending callback skal komme" +#: Vipps.class.php:708 Vipps.class.php:1045 Vipps.class.php:1188 +msgid "Settings" +msgstr "Innstillinger" -#: Vipps.class.php:2468 -#, php-format -msgid "Received webhook callback for order %1$d but this is no longer pending." -msgstr "" -"Mottok webhook callback for ordre %1$d men denne er ikke lenger i status " -"påventer betaling." +#: Vipps.class.php:355 +msgid "

%1$s not yet configured: please go to the %1$s settings to complete your setup!

" +msgstr "

%1$s er ikke konfigurert. Vennligst gå til %1$s-innstillingene for å fullføre oppsettet!

" -#: VippsApi.class.php:1134 -msgid "Refund for order" -msgstr "Refundering av bestilling" +#: Vipps.class.php:353 +msgid "

%1$s not yet correctly configured: please go to the %1$s settings to complete your setup:
%3$s

" +msgstr "

%1$s er ennå ikke korrekt konfigurert: Vennligst gå til %1$s -innstillingene for å fullføre oppsettet:
%3$s

" -#: Vipps.class.php:2348 -msgid "Refund superfluous payment" -msgstr "Betal tilbake overskytende beløp" +#: WC_Gateway_Vipps.class.php:1939 +msgid "The value of the order is less than the amount captured." +msgstr "Ordre-verdien er lavere enn det som er overført" -#: Vipps.class.php:494 -msgid "Refunded" -msgstr "Tilbakebetalt" +#: VippsKCSupport.class.php:81 +msgid "Disables the \"Select another Payment method\" button on the Klarna Checkout." +msgstr "Skrur av \"Velg annen betalingsmåte\" for Klarna Checkout" -#: Vipps.class.php:1722 -msgid "Refunded amount" -msgstr "Tilbakebetalt beløp" +#: VippsKCSupport.class.php:79 +msgid "Disable other gateway button" +msgstr "Skru av annen betalingsmåte-knapp" -#: Vipps.class.php:1726 -msgid "Remaining amount to cancel" -msgstr "Gjenstående beløp av kansellere" +#: VippsKCSupport.class.php:75 +msgid "URL to the %1$s logo" +msgstr "URL til %1$s-logoen" -#: Vipps.class.php:1721 -msgid "Remaining amount to capture" -msgstr "Gjenstående beløp å trekke" +#: VippsKCSupport.class.php:73 +msgid "Image url" +msgstr "Bilde-URL" -#: Vipps.class.php:1723 -msgid "Remaining amount to refund" -msgstr "Gjenstående å tilbakebetale" +#: VippsKCSupport.class.php:69 +msgid "Description for %1$s payment method. This controls the description which the user sees in the checkout form." +msgstr "Beskrivelse for %1$s-betalingsmåten. Dette kontrollerer beskrivelsen som vises på kassesiden." -#: Vipps.class.php:1017 -#, php-format -msgid "" -"Remember, you need to set up %3$s at the %1$s " -"Portal, where you will find the keys you need and where you will have to " -"register the return url you will find on the settings page." -msgstr "" -"Husk, du må sette opp %3$s på %1$s Portal," -" hvor du vil finne nøklene du trenger og hvor du også må registrere " -"retur-URL-en som du finner på innstillinger-siden." +#: VippsKCSupport.class.php:63 +msgid "Title for %1$s payment method. This controls the title which the user sees in the checkout form." +msgstr "Tittel for %1$s-betalingsmåten. Dette kontrollerer tittelen som vises til kunde på kassesiden." -#: VippsQRCodeController.class.php:625 -msgid "Remove featured image" -msgstr "Fjern fremhevet bilde" +#: VippsKCSupport.class.php:61 +msgid "Name" +msgstr "Navn" -#: WC_Gateway_Vipps.class.php:112 WC_Gateway_Vipps.class.php:115 -#: admin/settings/VippsAdminSettings.class.php:162 -msgid "Remove image" -msgstr "Fjern bilde" +#: VippsKCSupport.class.php:51 +msgid "External Payment Method - %1$s" +msgstr "Ekstern betalingsmåte - %1$s" -#: Vipps.class.php:1781 -msgid "Request ID" -msgstr "Forespørsel-ID" +#: WC_Gateway_Vipps.class.php:1271 +msgid "If your shipping options do not depend on the customers address, you can enable 'Static shipping', which will precompute the shipping options when using Express Checkout so that this will be much faster. If you do this and the customer isn't logged in, the base location of the store will be used to compute the shipping options for the order. You should only use this if your shipping is actually 'static', that is, does not vary based on the customers address. So fixed price/free shipping will work. If the customer is logged in, their address as registered in the store will be used, so if your customers are always logged in, you may be able to use this too." +msgstr "Hvis frakt-valgene dine ikke er avhengig av kundens adresse, kan du slå på \"Statisk fraktberegning\". Dette beregner fraktvalg- og kostnader på forhånd når du bruker Hurtigkassen, slik at denne blir mye raskere. Hvis du gjør dette og kunden ikke er innlogget, så vil butikkens egen addresse bli brukt til å beregne fraktvalgene. Du bør bare bruke dette hvis fraktvalgene dine faktisk er \"statiske\", det vil si at de ikke varierer med kundens addresse. Dermed vil fastpris og gratis frakt for eksempel virke. Hvis kunden er logget inn, så vil adressen deres, slik som den er satt i butikken bli brukt; så hvis kundene dine alltid er innlogget, vil du antagelig kunne bruke dette da også." -#: Vipps.class.php:3236 -#, php-format -msgid "Restoring session of order %1$d" -msgstr "Gjenoppretter sesjon for ordre %1$d" +#: WC_Gateway_Vipps.class.php:933 WC_Gateway_Vipps.class.php:1269 +msgid "Enable static shipping" +msgstr "Slå på statisk fraktberegning" -#: admin/settings/VippsAdminSettings.class.php:159 -msgid "Save changes" -msgstr "Lagre endringer" +#: WC_Gateway_Vipps.class.php:1268 +msgid "Enable static shipping for Express Checkout" +msgstr "Slå på statisk fraktberegning for hurtigkassen" -#: VippsQRCodeController.class.php:620 -msgid "Search Item" -msgstr "Søk objekt" +#: Vipps.class.php:3620 Vipps.class.php:3758 +msgid "Error calculating static shipping" +msgstr "Feil under beregning av statisk fraktvalg" -#: VippsQRCodeController.class.php:327 -msgid "Select link type" -msgstr "Velg lenketype" +#: Vipps.class.php:2982 +msgid "Cannot use shipping method %2$s in %1$s Express checkout: the shipping method isn't serializable." +msgstr "Kan ikke bruke fraktmetode %2$s i %1$s Hurtigkasse: Fraktmetoden er ikke serialiserbar" -#: WC_Gateway_Vipps.class.php:1308 -msgid "Select one" -msgstr "Velg en" +#: Vipps.class.php:2924 +msgid "Unavailable shipping method set as default in the %1$s Express Checkout shipping callback - check the 'woo_vipps_default_shipping_method' filter" +msgstr "Ugyldig fraktmetode satt som standard i %1$s Hurtigkasse-tilbakekallet - kontroller 'woo_vipps_default_shipping_method'-filteret" -#: WC_Gateway_Vipps.class.php:1122 -msgid "" -"Select the country for this merchant serial number. This will determine the " -"appropriate payment method (Vipps or MobilePay)." -msgstr "" -"Velg land for denne Merchant Serial Number. Dette vil påvirke " -"betalingsmetoden som velges (Vipps eller MobilePay)." +#: Vipps.class.php:339 +msgid "Your theme or a plugin is currently overriding the 'woo_vipps_shipping_methods' filter to customize your shipping alternatives. While this works, this disables the newer Express Checkout shipping system, which is neccessary if your shipping is to include metadata. You can do this, or stop this message, from the settings page" +msgstr "Ditt tema eller en utvidelse overstyrer for øyeblikket filteret 'woo_vipps_shipping_methods' for å tilpasse dine fraktalternativer. Dette virker, men vil skru av den nyere Hurtigkasse-fraktmodulen, som er nødvendig hvis fraktmetodene dine skal inneholde metadata. Du kan gjøre dette, eller skru av denne meldingen, fra oppsettssiden" -#: Vipps.class.php:1492 -msgid "Select variant" -msgstr "Velg variant" +#: WC_Gateway_Vipps.class.php:1312 +msgid "Since version 1.4 this plugin uses a new method of providing shipping methods to %1$s when using Express Checkout. The new method supports metadata in the shipping options, which is neccessary for integration with Bring, Postnord etc. However, the new method is not compatible with the old 'woo_vipps_shipping_methods' filter, which your site has overridden in a theme or plugin. If you want to, you can continue using this filter and the old method. If you want to disable your filters and use the new method, you can choose this here. " +msgstr "Siden versjon 1.4 så bruker denne utvidelsen en ny metode for å sende fraktmetoder til %1$s når du bruker hurtigkassen. Den nye metoden støtter metadata i frakt-alternativene, som er nødvendig for integrasjon med Bring, Postnord og lignende. Den nye metoden er dessverre ikke kompatibel med det gamle 'woo_vipps_shipping_methods' filteret, som på ditt nettsted er blitt overstyrt enten i temaet eller i en utvidelse. Hvis du vil, kan du fortsette å bruke dette filteret og den gamle metoden - dette vil fortsette å virke som før. Hvis du vil koble ut filtrene dine og bruke den nye metoden, kan du velge dette her. " -#: Vipps.class.php:3704 -msgid "Selected product variant is not available" -msgstr "Valgte produktvariant er ikke tilgjengelig" +#: WC_Gateway_Vipps.class.php:1310 +msgid "Use new shipping callback" +msgstr "Bruk det nye frakt-tilbakekallet" -#: Vipps.class.php:3716 -msgid "Selected product variant is not available for purchase" -msgstr "Valgte produktvariant er ikke mulig å bestille" +#: WC_Gateway_Vipps.class.php:1309 +msgid "Keep using old shipping callback with my custom filter" +msgstr "Fortsett å bruke det gamle frakt-tilbakekallet med det tilpassede filteret mitt" -#: WC_Gateway_Vipps.class.php:1352 -msgid "" -"Send receipts and order confirmation info to the customers' app on completed " -"purchases." -msgstr "" -"Send kvittering og ordrebekreftelsesinformasjon til kundens app når betaling " -"er gjennomført." +#: WC_Gateway_Vipps.class.php:1308 +msgid "Select one" +msgstr "Velg én" -#: WC_Gateway_Vipps.class.php:1353 -#, php-format -msgid "Send receipts to the customers %1$s app" -msgstr "Send kvittering til kundens %1$s-app" +#: WC_Gateway_Vipps.class.php:1305 +msgid "Use your current shipping filters" +msgstr "Bruk dine nåværende frakt-filtre" -#: WC_Gateway_Vipps.class.php:2521 -msgid "Session terminated with no payment" -msgstr "Økten utløp uten betaling" +#: WC_Gateway_Vipps.class.php:1304 +msgid "Use old-style shipping callback for express checkout" +msgstr "Bruk den gamle frakt-tilbakekall-metoden for hurtigkassen" -#: VippsQRCodeController.class.php:624 -msgid "Set featured image" -msgstr "Bestem fremhevet bilde" +#: WC_Gateway_Vipps.class.php:1340 +msgid "Use this template from your theme or child-theme to display all the special %1$s pages. You will probably want a full-width template and it should call 'the_content()' normally." +msgstr "Bruk angitt sidemal fra temaet eller dattertema for å vise alle de spesielle %1$s-sidene. Du vil sannsynligvis ha en fullbredde-mal her, og det er viktig at den kaller 'the_content()' på vanlig måte." -#: WC_Gateway_Vipps.class.php:1653 -msgid "Setting order status to pending to start payment" -msgstr "Setter ordrestatus til Avventer Betaling for å starte betalingen" +#: WC_Gateway_Vipps.class.php:1337 +msgid "Use specific template for %1$s" +msgstr "Bruk en bestemt mal for %1$s" -#: Vipps.class.php:708 Vipps.class.php:1045 Vipps.class.php:1188 -#: Vipps.class.php:1188 -msgid "Settings" -msgstr "Innstillinger" +#: WC_Gateway_Vipps.class.php:1336 +msgid "Override page template used for the special %1$s pages" +msgstr "Overstyr sidemalen som skal brukes for de spesielle %1$s-sidene" -#: admin/settings/VippsAdminSettings.class.php:167 -msgid "Settings saved" -msgstr "Innstillinger lagret" +#: WC_Gateway_Vipps.class.php:513 +msgid "Use default template" +msgstr "Bruk standard sidemal" -#: VippsWCProductEditorV2.class.php:282 Vipps.class.php:1483 -msgid "Shareable links" -msgstr "Delbare lenker" +#: Vipps.class.php:4337 +msgid "You recently completed an order with exactly the same products as you are buying now. There should be an email in your inbox from the previous purchase. Are you sure you want to order again?" +msgstr "Du har nylig fullført en ordre med nøyaktig samme produkter som det du kjøper nå. Det bør være en e-post i innboksen din fra forrige ordre. Er du sikker på at du vil bestille på nytt?" -#: VippsWCProductEditorV2.class.php:283 VippsWCProductEditorV2.class.php:294 -#: Vipps.class.php:1484 -#, php-format -msgid "" -"Shareable links are links you can share externally on banners or other " -"places that when followed will start %1$s of this product immediately. " -"Maintain these links here for this product." -msgstr "" -"Delbare lenker er lenker du kan dele eksternt, på bannere eller andre steder," -" som er slik at når du klikker på dem så vil de starte %1$s på produktet " -"straks. Du kan holde orden på disse lenkene her for dette produktet." +#: Vipps.class.php:4336 VippsQRCodeController.class.php:235 +msgid "Are you sure?" +msgstr "Er du sikker?" -#: Vipps.class.php:1735 -msgid "Shipping cost" -msgstr "Fraktkostnad" +#: Vipps.class.php:4311 +msgid "Please read and accept the terms and conditions to proceed with your order." +msgstr "Vennligst les og godta salgsvilkårene for å fortsette med din bestilling" -#: Vipps.class.php:1732 -msgid "Shipping details" -msgstr "Fraktdetaljer" +#: Vipps.class.php:4260 +msgid "It seems a customer is trying to re-order product(s) recently bought in the same session, asking user for confirmation" +msgstr "Det ser ut som om en kunde forsøker å kjøpe et eller flere produkter som de nettop har kjøpt i samme økt. Ber kunden om å bekrefte." -#: VippsDismissibleAdminBanners.class.php:117 -msgid "Shipping information is autofilled with Vipps" -msgstr "Ferdig utfylt informasjon for brukerne." +#: Vipps.class.php:2727 +msgid "Raw input was " +msgstr "Dataene som ble sendt var" -#: Vipps.class.php:1734 -msgid "Shipping method" -msgstr "Fraktmetode" +#: Vipps.class.php:2726 +msgid "Error getting customer data in the %1$s shipping details callback: %2$s" +msgstr "Feil under henting av kundedata i %1$s fraktdetaljer-callback: %2$s" -#: VippsCheckoutShippingMethods.php:472 VippsCheckoutShippingMethods.php:488 -#: VippsCheckoutShippingMethods.php:508 VippsCheckoutShippingMethods.php:524 -#: VippsCheckoutShippingMethods.php:546 -#, php-format -msgid "Shipping method for %1$s only: %2$s" -msgstr "Fraktmetode kun for %1$s: %2$s" +#: Vipps.class.php:2389 +msgid "Error was: %1$s" +msgstr "Feilen var: %1$s" -#: Vipps.class.php:1736 -msgid "Shipping method ID" -msgstr "Fraktmetode-ID" +#: WC_Gateway_Vipps.class.php:1255 +msgid "When using %1$s, ask the user to confirm that they have read and accepted the stores terms and conditons before proceeding" +msgstr "Be kunden om å bekrefte at de har lest og godtar butikkens vilkår og betingelser når de kjøper med %1$s" -#: VippsCheckoutShippingMethods.php:145 -msgid "Short description of shipping method" -msgstr "Kort beskrivelse av fraktmetoden" +#: WC_Gateway_Vipps.class.php:1757 +msgid "Error getting payment details before doing capture: " +msgstr "Feil under henting av betalingsdetaljer før belastning: " -#: VippsCheckoutShippingMethods.php:118 -#, php-format -msgid "Short description of shipping method used in %1$s" -msgstr "Kort beskrivelse av fraktmetoden som blir brukt i %1$s" +#: WC_Gateway_Vipps.class.php:713 WC_Gateway_Vipps.class.php:785 +#: WC_Gateway_Vipps.class.php:1920 +msgid "Error getting payment details before doing refund: " +msgstr "Feil ved henting av betalingsdetaljer før utføring av tilbakebetaling:" -#: Vipps.class.php:754 -msgid "Shortcodes" -msgstr "Kortkoder" +#: WC_Gateway_Vipps.class.php:1471 +msgid "VIPPS_TEST_MODE is set to true in your configuration - test mode is forced" +msgstr "VIPPS_TEST_MODE er satt til sann i wp-config-filen din - testmodus er slått på" -#: Vipps.class.php:1648 -msgid "Show complete transaction details" -msgstr "Vis fullstendige transaksjonsdetaljer" +#: WC_Gateway_Vipps.class.php:1470 +msgid "VIPPS_TEST_MODE is set to true in your configuration - dev mode is forced" +msgstr "VIPPS_TEST_MODE er satt til sann i wp-config-filen din - utviklermodus er slått på" -#: VippsQRCodeController.class.php:272 -msgid "Show QR codes not synchronized to this site" -msgstr "Vis QR-koder som ikke er blitt synkronisert til dette nettstedet" +#: WC_Gateway_Vipps.class.php:1432 +msgid "Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"Vipps-Subscription-Key\"" +msgstr "Finn ditt test-salgssted under “Utvikler” på https://portal.vippsmobilepay.com/ og trykk på “Show keys”, kopier verdien til “Vipps-Subscription-Key”" -#: WC_Gateway_Vipps.class.php:1312 -#, php-format -msgid "" -"Since version 1.4 this plugin uses a new method of providing shipping " -"methods to %1$s when using Express Checkout. The new method supports " -"metadata in the shipping options, which is neccessary for integration with " -"Bring, Postnord etc. However, the new method is not compatible with the old " -"'woo_vipps_shipping_methods' filter, which your site has " -"overridden in a theme or plugin. If you want to, you can continue using this " -"filter and the old method. If you want to disable your filters and use the " -"new method, you can choose this here. " -msgstr "" -"Siden versjon 1.4 så bruker denne utvidelsen en ny metode for å sende " -"fraktmetoder til %1$s når du bruker hurtigkassen. Den nye metoden støtter " -"metadata i frakt-alternativene, som er nødvendig for integrasjon med Bring, " -"Postnord og lignende. Den nye metoden er dessverre ikke kompatibel med det " -"gamle 'woo_vipps_shipping_methods' filteret, som på ditt " -"nettsted er blitt overstyrt enten i temaet eller i en utvidelse. Hvis du vil," -" kan du fortsette å bruke dette filteret og den gamle metoden - dette vil " -"fortsette å virke som før. Hvis du vil koble ut filterne dine og bruke den " -"nye metoden, kan du velge dette her. " +#: WC_Gateway_Vipps.class.php:1424 +msgid "Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"client_secret\"" +msgstr "Finn test-salgsstedet ditt under “Utvikler” på https://portal.vippsmobilepay.com/ og trykk på “Show keys”, kopier verdien for “client_secret”" -#: Vipps.class.php:1293 -msgid "Skip entering your address and just checkout using" -msgstr "Dropp å skrive adressen din, kjøp heller med" +#: WC_Gateway_Vipps.class.php:1416 +msgid "Find your test account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"Show keys\". Copy the value of \"client_id\"" +msgstr "Finn test-salgsstedet under “Utvikler” på https://portal.vippsmobilepay.com/ og trykk på “Show keys”, kopier verdien for “client_id”" -#: Vipps.class.php:3597 -#, php-format -msgid "" -"Some of the products in your cart are no longer available in the quantities " -"you have ordered. Please edit your order before " -"continuing the checkout" -msgstr "" -"Noen av produktene i handlevognen din er ikke lenger tilgjengelige i de " -"kvanta du ville bestille. Vennligst gå til handlekurven " -"og rediger bestillingen før du fortsetter til hurtigkassen" +#: WC_Gateway_Vipps.class.php:1408 +msgid "Your test account \"Merchant Serial Number\" from the Developer tab on https://portal.vippsmobilepay.com" +msgstr "Ditt “Merchant Serial Number” for testkontoen din under “Utvikler” fanen på https://portal.vippsmobilepay.com/" -#: WC_Gateway_Vipps.class.php:1238 -msgid "Some products" -msgstr "Noen produkter" +#: WC_Gateway_Vipps.class.php:1399 +msgid "" +"If you enable this, transactions will be made towards the %1$s Test API instead of the live one. No real transactions will be performed. You will need to fill out your test\n" +" accounts keys below, and you will need to install a special test-mode app from Testflight on a device (which cannot run the regular %1$s app). Contact %1$s's technical support if you need this. If you turn this mode off, normal operation will resume. If you have the VIPPS_TEST_MODE defined in your wp-config file, this will override this value. " +msgstr "Hvis du slår på dette, vil transaksjoner sendes til %1$s' Test-API i stedet for live-versjonen. Ingen ekte transaksjoner vil bli utført. Du vil måtte legge til testkonto-nøklene dine under, og du vil måtte installere en spesiell testmodus-app fra Testflight på et håndsett (som da ikke kan kjøre den vanlige %1$s-appen.) Kontakt %1$s' tekniske support om du trenger dette. Hvis du slår denne modusen av, vil normal operasjon fortsette. Hvis du har VIPPS_TEST_MODE definert i wp-config-filen din, så vil den overstyre denne verdien. " -#: WC_Gateway_Vipps.class.php:1348 -#, php-format -msgid "" -"Some very few themes do not work with the simulated pages used by this " -"plugin, and needs a real page ID for this. Choose a blank page for this; the " -"content will be replaced, but the template and other metadata will be " -"present. You only need to use this if the plugin seems to break on the " -"special %1$s pages." -msgstr "" -"Noen veldig få temaer virker ikke med de simulerte sidene som denne " -"utvidelsen bruker, og trenger en ekte side-id for disse. Velg en helt blank " -"side for dette: Innholdet vil bli erstattet, men mal og metadata vil være " -"til stede. Du trenger bare å bruke dette om det ser ut som om noe er ødelagt " -"på de spesielle %1$s-sidene som de som kommer i hurtigkassen." - -#: VippsQRCodeController.class.php:94 -#, php-format -msgid "" -"Somehow, this QR code has disappeard at %1$s. Save it to make it work again!" -msgstr "" -"På en eller annen måte har denne QR-koden blitt slettet hos %1$s. Lagre nå " -"for å få den til å virke igjen!" - -#: WC_Gateway_Vipps.class.php:1169 WC_Gateway_Vipps.class.php:1170 -#: WC_Gateway_Vipps.class.php:1428 WC_Gateway_Vipps.class.php:1429 -msgid "Subscription Key" -msgstr "Subscription Key" - -#: Vipps.class.php:1777 Vipps.class.php:1795 -msgid "Success" -msgstr "Suksess" - -#: WC_Gateway_Vipps.class.php:1038 -#, php-format -msgid "Support Helthjem as a shipping method in %1$s" -msgstr "Tilby Helthjem som fraktmetode i %1$s" - -#: WC_Gateway_Vipps.class.php:1008 -#, php-format -msgid "Support Porterbuddy as a shipping method in %1$s" -msgstr "Tilby Porterbuddy som fraktmetode i %1$s" - -#: WC_Gateway_Vipps.class.php:978 -#, php-format -msgid "Support Posten Norge as a shipping method in %1$s" -msgstr "Tilby Posten Norge som fraktmetode i %1$s" +#: WC_Gateway_Vipps.class.php:1397 +msgid "Enable test mode" +msgstr "Slå på testmodus" -#: WC_Gateway_Vipps.class.php:998 -#, php-format -msgid "Support PostenNord as a shipping method in %1$s" -msgstr "Legg til PostNord som fraktmetode i %1$s" +#: Vipps.class.php:453 WC_Gateway_Vipps.class.php:1396 +msgid "Test mode" +msgstr "Testmodus" -#: WC_Gateway_Vipps.class.php:988 -#, php-format -msgid "Support Posti as a shipping method in %1$s" -msgstr "Tilby Posti som fraktmetode i %1$s" +#: WC_Gateway_Vipps.class.php:1392 +msgid "These are settings for developers that contain extra features that are normally not useful for regular users, or are not yet ready for primetime" +msgstr "Dette er innstillinger for utviklere som inneholder ekstra egenskaper som normalt ikke er nyttige for vanlige brukere, eller som ikke er helt klare ennå" -#: WC_Gateway_Vipps.class.php:1328 -msgid "" -"Support WooCommerces Order Attribution API for Checkout and Express Checkout" -msgstr "" -"Støtte for WooCommerces Order Attribution API for Checkout og Express " -"Checkout" +#: WC_Gateway_Vipps.class.php:1380 +msgid "Enable this to enter developer mode. This gives you access to the test-api and sometimes other tools not yet ready for general consumption" +msgstr "Slå på denne for å gå i utviklermodus. Dette gir deg tilgang til test-api-et, og av og til andre verktøy som ikke her helt ferdig ennå" -#: WC_Gateway_Vipps.class.php:728 -#, php-format -msgid "" -"Temporary error when refunding payment through %1$s - ensure order is " -"refunded manually, or reset the order to \"Processing\" and try again" -msgstr "" -"Midlertidig feil under tilbakebetaling via %1$s - sørg for at bestillingen " -"tilbakebetales manuelt, eller sett status tilbake til \"Behandler\" og prøv " -"igjen" +#: WC_Gateway_Vipps.class.php:1377 WC_Gateway_Vipps.class.php:1378 +msgid "Enable developer mode" +msgstr "Slå på utviklermodus" -#: Vipps.class.php:496 -msgid "Terminated" -msgstr "Avbrutt" +#: WC_Gateway_Vipps.class.php:1296 +msgid "As Express Checkout orders are anonymous, failed orders will end up as \"cancelled\" orders with no information in them. Enable this to delete these automatically when cancelled - but test to make sure no other plugin needs them for anything." +msgstr "Siden hurtigkassekjøp er anonyme, så vil mislykkede ordre vises som \"kansellert\", men uten noe informasjon i dem. Hvis du skrur på dette så vil disse bli slettet automatisk uten at du trenger å gjøre noe; men pass på at dette er kompatible med andre utvidelser." -#: WC_Gateway_Vipps.class.php:1396 Vipps.class.php:453 -msgid "Test mode" -msgstr "Testmodus" +#: WC_Gateway_Vipps.class.php:1293 WC_Gateway_Vipps.class.php:1294 +msgid "Delete failed Express Checkout Orders" +msgstr "Slett hurtigkasse-ordre som aldri ble fullført" -#: Vipps.class.php:952 -#, php-format -msgid "The %1$s plugins" -msgstr "%1$s-utvidelsene" +#: WC_Gateway_Vipps.class.php:1173 +msgid "Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"Vipps-Subscription-Key\"" +msgstr "Finn ditt salgssted under “Utvikler” på https://portal.vippsmobilepay.com/ og trykk på “Show keys”, kopier verdien til “Vipps-Subscription-Key”" -#: VippsWCProductEditorV2.class.php:270 -#, php-format -msgid "" -"The %1$s settings are configured so that no products will have a Buy Now " -"button - including this." -msgstr "" -"%1$s-innstillingene er konfigurert slik at ingen av produktene får Kjøp-Nå-" -"knapp - inklusive denne." +#: WC_Gateway_Vipps.class.php:1165 +msgid "Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"show keys\". Copy the value of \"client_secret\"" +msgstr "Finn ditt salgssted under “Utvikler” på https://portal.vippsmobilepay.com/ og trykk på “Show keys”, kopier verdien til “client_secret”" -#: VippsWCProductEditorV2.class.php:237 VippsWCProductEditorV2.class.php:253 -#: Vipps.class.php:1413 -#, php-format -msgid "" -"The %1$s settings are currently set up so all products that can be bought " -"with Express Checkout will have a Buy Now button." -msgstr "" -"%1$s innstillingene er satt opp slik at alle produkter som kan kjøpes med " -"hurtigkassen, vil ha en \"Kjøp nå\"-knapp." +#: WC_Gateway_Vipps.class.php:1161 WC_Gateway_Vipps.class.php:1162 +#: WC_Gateway_Vipps.class.php:1420 WC_Gateway_Vipps.class.php:1421 +msgid "Client Secret" +msgstr "Client Secret" -#: Vipps.class.php:1424 -#, php-format -msgid "" -"The %1$s settings are configured so that no products will have a Buy Now " -"button - including this." -msgstr "" -"%1$s innstillingene er satt opp slik at ingen produkter har en \"Kjøp " -"nå\"-knapp, inklusive dette." +#: WC_Gateway_Vipps.class.php:1157 +msgid "Find your account under the \"Developer\" tab on https://portal.vippsmobilepay.com/ and choose \"Show keys\". Copy the value of \"client_id\"" +msgstr "Finn ditt salgssted under “Utvikler” på https://portal.vippsmobilepay.com/ og trykk på “Show keys”, kopier verdien til “client_id”" -#: WC_Gateway_Vipps.class.php:1024 -msgid "The API key provided to you by Porterbuddy" -msgstr "API-nøkkelen du fikk fra Porterbuddy" +#: WC_Gateway_Vipps.class.php:1149 +msgid "Your \"Merchant Serial Number\" from the Developer tab on https://portal.vippsmobilepay.com" +msgstr "Ditt “Merchant Serial Number” under “Utvikler” fanen på https://portal.vippsmobilepay.com" -#: Vipps.class.php:759 -msgid "The brand will be automatically applied." -msgstr "Varemerket vil automatisk bli angitt." +#: WC_Gateway_Vipps.class.php:1287 +msgid "Choosing this will use a different method of handling the \"Buy now\" button on a single product, which will work for more product types and more plugins - while being slightly less smooth. Use this if your product needs more configuration than simple or standard variable products" +msgstr "Velger du dette, vil en annerledes metode bli brukt til å håndtere \"Kjøp nå\"-knappen på enkeltprodukter. Denne virker for flere produkttyper og utvidelser enn standardmetoden - men den er litt mindre elegant. Bruk denne hvis produktene dine trenger mer konfigurasjon en standard enkle og variable produkter" -#: Vipps.class.php:2314 -#, php-format -msgid "The entire amount has been captured at %1$s" -msgstr "Hele beløpet er trukket hos %1$s" +#: WC_Gateway_Vipps.class.php:1285 +msgid "Activate compatibility mode for all \"Buy now\" buttons" +msgstr "Aktiver kompatibilitetsmodus for alle \"Kjøp nå\"-knappene" -#: Vipps.class.php:433 -msgid "" -"The following is a listing of your webhooks. If you have changed your " -"website name, you may see some hooks that you do not recognize - these " -"should be deleted" -msgstr "" -"Det følgende er dine webhooks. Hvis du har endret nettstednavnet, kan det " -"være du ser noen hooks du ikke kjenner igjen her - disse bør da slettes" +#: WC_Gateway_Vipps.class.php:1284 +msgid "\"Buy now\" compatibility mode" +msgstr "Kompatibilitetsmodus for \"Kjøp nå\"" -#: Vipps.class.php:751 -msgid "The Gutenberg Block" -msgstr "Gutenberg-blokken" +#: WC_Gateway_Vipps.class.php:2385 WC_Gateway_Vipps.class.php:3341 +msgid "Payment captured directly at %1$s" +msgstr "Betalingen overført direkte hos %1$s" -#: admin/settings/VippsAdminSettings.class.php:165 -msgid "The image must be at least 167 pixels in height" -msgstr "Bildet må være minst 167 pixler høyt." +#: Vipps.class.php:3865 +msgid "Unknown payment status" +msgstr "Ukjent betalingsstatus" -#: Vipps.class.php:4155 -msgid "" -"The link you have followed is for a product that is no longer available at " -"this location. Please return to the store and try again" -msgstr "" -"Lenken du har fulgt er for et produkt som ikke lenger er tilgjengelig her. " -"Vennligst gå tilbake til butikken og forsøk på nytt" +#: WC_Gateway_Vipps.class.php:1182 +msgid "Processing" +msgstr "Behandler" -#: WC_Gateway_Vipps.class.php:799 -#, php-format -msgid "" -"The money for order %1$d has not been captured, only reserved. %2$s %3$s of " -"the reserved funds will be released when the order is set to complete." -msgstr "" -"Pengene for ordre %1$d har ikke blitt trukket, bare reservert. %2$s %3$s av " -"de reserverte midlene vil bli løslatt når ordren blir satt til fullført." +#: WC_Gateway_Vipps.class.php:1183 +msgid "On hold" +msgstr "På vent" -#: Vipps.class.php:1682 -#, php-format -msgid "The order is not a %1$s order" -msgstr "Ordren er ikke en %1$s-ordre" +#: WC_Gateway_Vipps.class.php:1179 +msgid "Choose default order status for reserved (not captured) orders" +msgstr "Velg standard ordrestatus for ordre som er reservert, men ikke belastet" -#: Vipps.class.php:926 Vipps.class.php:974 -#, php-format -msgid "The plugin is active - %1$s is available as a payment method." -msgstr "" -"Utvidelsen er for tiden aktiv - %1$s er tilgjengelig som " -"betalingsmetode." +#: WC_Gateway_Vipps.class.php:1178 +msgid "Order status on return from %1$s" +msgstr "Ordrestatus ved retur fra %1$s" -#: VippsWCProductEditorV2.class.php:121 Vipps.class.php:1577 -msgid "The product doesn't exist" -msgstr "Produktet eksisterer ikke" +#: WC_Gateway_Vipps.class.php:1912 +msgid "Cannot refund payment on orders not made by %1$s" +msgstr "Kan ikke refundere betalinger på ordre ikke gjort gjennom %1$s" -#: WC_Gateway_Vipps.class.php:1017 -msgid "The public key provided to you by Porterbuddy" -msgstr "Public key som du fikk fra Porterbuddy" +#: WC_Gateway_Vipps.class.php:1905 +msgid "Order not completed, cannot refund superfluous capture" +msgstr "Ordren er ikke fullført, kan ikke refundere overflødig belastet beløp" -#: Vipps.class.php:2444 -#, php-format -msgid "" -"The reference %1$s and order id %2$s does not match in webhook event %3$s - " -"callback is invalid for the order." -msgstr "" -"Referansen %1$s og ordreid %2$s stemmer ikke overens i webhook-event %3$s - " -"callbacken er ugyldig for denne bestillingen." +#: WC_Gateway_Vipps.class.php:1904 +msgid "Cannot refund superfluous capture on non-completed order:" +msgstr "Kan ikke betale tilbake overflødig belastet sum på en ordre som er ikke fullført:" -#: WC_Gateway_Vipps.class.php:1051 -msgid "The ShopId provided to you by Helthjem" -msgstr "ShopId som du fikk fra Helthjem" +#: Vipps.class.php:2348 +msgid "Refund superfluous payment" +msgstr "Betal tilbake overskytende beløp" -#: Vipps.class.php:756 -msgid "The shortcode looks like this:" -msgstr "Kortkoden ser slik ut:" +#: Vipps.class.php:2344 +msgid "More funds than the order total has been captured at %1$s. Press this button to refund this amount at %1$s without editing this order" +msgstr "Et større beløp enn ordresummen har blitt betalt med %1$s. Trykk denne knappen for å refundere dette beløpet hos %1$s uten å redigere ordren" -#: VippsApi.class.php:680 -msgid "" -"The transaction text is too long! We are using a shorter transaction text to " -"allow the transaction text to go through, but please check the " -"'woo_vipps_transaction_text_shop_id' filter so that you can use a shorter " -"name for your store" -msgstr "" -"Transaksjonsteksten er for lang! Vi har byttet den med en kortere tekst for " -"å la transaksjonen gå igjennom, men sjekk ut filteret " -"'woo_vipps_transaction_text_shop_id' hvor du kan sette et kortere navn på " -"butikken din." +#: Vipps.class.php:1709 +msgid "Order status" +msgstr "Ordrestatus" -#: admin/settings/VippsAdminSettings.class.php:166 -msgid "" -"The uploaded image is too small. It must be at least 167 pixels in height." -msgstr "Det opplastede bildet er for lite - det må være minst 167 pixler høyt." +#: WC_Gateway_Vipps.class.php:2844 WC_Gateway_Vipps.class.php:2854 +msgid "Could not get %1$s order status for order id:" +msgstr "Kunne ikke hente %1$s ordrestatus for ordre-id:" -#: WC_Gateway_Vipps.class.php:1059 -msgid "The Username provided to you by Helthjem" -msgstr "Brukernavnet du fikk fra Helthjem" +#: WC_Gateway_Vipps.class.php:2362 +msgid "No shipping details from %1$s for express checkout for order id:" +msgstr "Ingen fraktinformasjon fra %1$s for hurtigkasse-kjøp med ordre-id:" -#: WC_Gateway_Vipps.class.php:1939 -msgid "The value of the order is less than the amount captured." -msgstr "Ordreverdien er mindre enn det som er overført" +#: WC_Gateway_Vipps.class.php:1996 +msgid "Could not cancel %1$s payment for order id:" +msgstr "Kunne ikke kansellere %1$s-betaling for ordre-id:" -#: VippsApi.class.php:468 VippsApi.class.php:469 VippsApi.class.php:472 -#: VippsApi.class.php:473 VippsApi.class.php:637 VippsApi.class.php:638 -#: VippsApi.class.php:641 VippsApi.class.php:642 VippsApi.class.php:767 -#: VippsApi.class.php:768 VippsApi.class.php:771 VippsApi.class.php:772 -#: VippsApi.class.php:1042 VippsApi.class.php:1043 VippsApi.class.php:1046 -#: VippsApi.class.php:1047 VippsApi.class.php:1086 VippsApi.class.php:1087 -#: VippsApi.class.php:1090 VippsApi.class.php:1091 VippsApi.class.php:1116 -#: VippsApi.class.php:1117 VippsApi.class.php:1120 VippsApi.class.php:1121 -#: VippsApi.class.php:1153 VippsApi.class.php:1154 VippsApi.class.php:1157 -#: VippsApi.class.php:1158 VippsApi.class.php:1178 VippsApi.class.php:1179 -#: VippsApi.class.php:1182 VippsApi.class.php:1183 VippsApi.class.php:1205 -#: VippsApi.class.php:1206 VippsApi.class.php:1209 VippsApi.class.php:1210 -#: VippsApi.class.php:1240 VippsApi.class.php:1241 VippsApi.class.php:1244 -#: VippsApi.class.php:1245 VippsApi.class.php:1283 VippsApi.class.php:1284 -#: VippsApi.class.php:1287 VippsApi.class.php:1288 VippsApi.class.php:1307 -#: VippsApi.class.php:1308 VippsApi.class.php:1311 VippsApi.class.php:1312 -#: VippsApi.class.php:1329 VippsApi.class.php:1330 VippsApi.class.php:1333 -#: VippsApi.class.php:1334 VippsApi.class.php:1370 VippsApi.class.php:1371 -#: VippsApi.class.php:1374 VippsApi.class.php:1375 VippsApi.class.php:1395 -#: VippsApi.class.php:1396 VippsApi.class.php:1399 VippsApi.class.php:1400 -msgid "The Vipps gateway is not correctly configured." -msgstr "Betal med Vipps for Woocommerce er ikke korrekt konfigurert" +#: WC_Gateway_Vipps.class.php:1992 +msgid "Could not cancel %1$s payment for order_id:" +msgstr "Kunne ikke kansellere %1$s-betaling for ordre-id:" -#: VippsQRCodeController.class.php:233 -msgid "" -"There are some QR codes present at Vipps that are not part of this Website. " -"This may be because these are part of some other website using this " -"same account, or they may have gotten 'lost' in a database restore - or " -"maybe you are creating an entire new site. If neccessary, you can import " -"these into your current site and manage them from here" -msgstr "" -"Det eksisterer noen QR-koder hos Vipps som ikke er en del av dette " -"nettstedet. Dette kan være fordi disse er en del av et annet nettsted " -"som bruker samme Vipps-konto, eller de kan ha gått 'tapt' i en database-" -"gjenoppretting - eller kanskje du holder på å lage et helt nytt nettsted. " -"Hvis nødvendig, kan du importere disse inn i ditt nåværende nettsted og " -"administrere dem derfra." +#: WC_Gateway_Vipps.class.php:1860 +msgid "Could not capture %1$s payment for order_id:" +msgstr "Kunne ikke belaste %1$s-betalingen for ordreid:" -#: Vipps.class.php:2491 -#, php-format -msgid "There is no order with this %1$s orderid, callback fails:" -msgstr "Det er ingen ordre med denne %1$s-ordrerid'en - callback mislykkes:" +#: WC_Gateway_Vipps.class.php:1850 +msgid "Could not capture %1$s payment for order id:" +msgstr "Kunne ikke belaste %1$s-betalingen for ordreid:" -#: Vipps.class.php:2497 -msgid "There is no order with this order id, callback fails:" -msgstr "Det er ingen ordre med denne ordreid'en - calllback mislykkes:" +#: WC_Gateway_Vipps.class.php:1571 +msgid "Could not get access token when initiating %1$s payment for order id:" +msgstr "Kunne ikke hente adgangstegn ved start av %1$s-betaling for ordre-id:" -#: WC_Gateway_Vipps.class.php:1392 -msgid "" -"These are settings for developers that contain extra features that are " -"normally not useful for regular users, or are not yet ready for primetime" -msgstr "" -"Dette er innstillinger for utviklere som inneholder ekstra egenskaper som " -"normalt ikke er nyttige for vanlige brukere, eller som ikke er helt klare " -"ennå" +#: WC_Gateway_Vipps.class.php:823 WC_Gateway_Vipps.class.php:1946 +msgid "Could not refund %1$s payment for order id:" +msgstr "Kunne ikke refundere %1$s-betalingen for ordreid:" -#: WC_Gateway_Vipps.class.php:1604 -#, php-format -msgid "" -"This order cannot be paid with %1$s - please try another payment method or " -"try again later" -msgstr "" -"Denne ordren kan ikke betales med %1$s - vennligst forsøk en annen " -"betalingsmetode eller forsøk igjen senere." +#: Vipps.class.php:2749 +msgid "Invalid order for shipping callback:" +msgstr "Ugyldig ordre for frakt-tilbakekall:" -#: VippsCheckout.class.php:911 -#, php-format -msgid "" -"This page is used for the alternative %1$s page, which you can choose to use " -"instead of the normal WooCommerce checkout page. " -msgstr "" -"Denne siden brukes av den alternative %1$s-kassasiden, som du kan velge å " -"bruke istedetfor den vanlige WooCommerce-kassasiden " +#: WC_Gateway_Vipps.class.php:442 +msgid "Cannot use %1$s as status for non-autocapturable orders: payment is captured on this status. See the woo_vipps_captured_statuses-filter." +msgstr "Kan ikke bruke %1$s som status for ikke-autobelastbare ordre: Ordren ville blitt belastet på denne statusen. Se filteret woo_vipps_captured_statuses" -#: Vipps.class.php:903 -#, php-format -msgid "" -"This plugin gives you %1$s in WooCommerce, either as a fully fledged " -"Checkout, or as a flexible payment method." -msgstr "" -"Denne utvidelses-modulen gir deg %1$s i WooCommerce, enten som en fullverdig " -"kasse eller som en fleksibel betalingsmåte." +#: WC_Gateway_Vipps.class.php:1228 +msgid "Please note that for Express Checkout, shipping must be calculated in a callback from the %1$s app, without any knowledge of the customer. This means that Express Checkout may not be compatible with all Shipping plugins or setup. You should test that your setup works if you intend to provide this feature." +msgstr "Vær oppmerksom på at for %1$s Hurtigkasse, så må frakt kunne beregnes i en callback fra appen, uten noe kunnskap om kunden. Det betyr at hurtigkassen kan være inkompatibel med enkelte frakt-utvidelser eller oppsett. Du bør teste at ditt eget oppsett virker om du planlegger å tilby dette." -#: Vipps.class.php:955 -#, php-format -msgid "" -"This plugin implements a %1$s checkout solution for WooCommerce and an " -"alternate %1$s hosted checkout that supports both %2$s and credit cards. It " -"also supports %1$s's QR-api for creating QR-codes to your landing pages or " -"products." -msgstr "" -"Denne utvidelsen tilbyr en %1$s-kassaløsning for WooCommerce og en " -"alternativ kassaløsning håndtert av %1$s som støtter både %2$s og " -"kredittkort. Den støtter også %1$s sitt QR-api for å opprette QR-koder til " -"dine landingssider eller produkter." +#: Vipps.class.php:2314 +msgid "The entire amount has been captured at %1$s" +msgstr "Hele beløpet er belastet %1$s" -#: Vipps.class.php:1418 -msgid "" -"This product does not support express checkout, and so will not" -" have a Buy Now button." -msgstr "" -"Dette produktet støtter ikke hurtigkassen, og vil derfor ikke " -"få en Kjøp-nå knapp." +#: Vipps.class.php:1781 +msgid "Request ID" +msgstr "Forespørsels-id" -#: VippsWCProductEditorV2.class.php:237 -msgid "" -"This product does not support express checkout, and so will not have a Buy " -"Now button." -msgstr "" -"Produktet støtter ikke hurtigkassen, og får derfor ingen Kjøp-nå knapp." +#: Vipps.class.php:1780 Vipps.class.php:1797 +msgid "Transaction ID" +msgstr "Transaksjons-id" -#: VippsWCProductEditorV2.class.php:253 Vipps.class.php:1416 -msgid "" -"This product supports express checkout, and so will have a Buy Now button." -msgstr "" -"Dette produktet støtter hurtigkassen, og vil derfor ha en \"Kjøp Nå\"-knapp." +#: Vipps.class.php:1779 +msgid "Transaction text" +msgstr "Transaksjonsstekst" #: Vipps.class.php:1778 Vipps.class.php:1796 msgid "Timestamp" msgstr "Tidsstempel" -#: VippsCheckoutShippingMethods.php:136 -msgid "Title" -msgstr "Tittel" +#: Vipps.class.php:1777 Vipps.class.php:1795 +msgid "Success" +msgstr "Suksess" -#: VippsKCSupport.class.php:63 -#, php-format -msgid "" -"Title for %1$s payment method. This controls the title which the user sees " -"in the checkout form." -msgstr "" -"Tittel for %1$s-betalingsmetoden. Dette kontrollerer tittelen som vises til " -"kunde på kassasiden." - -#: VippsCheckoutShippingMethods.php:138 -msgid "Title to be display on site" -msgstr "Tittel som vises på nettstedet" +#: Vipps.class.php:1776 Vipps.class.php:1794 +msgid "Amount" +msgstr "Handling" -#: WC_Gateway_Vipps.class.php:3720 -#, php-format -msgid "" -"To activate %1$s, just press the button below. Otherwise, %2$s will of " -"course be available in the regular checkout screen; and you can also offer " -"%3$s from both the product pages and the shopping cart if you wish." -msgstr "" -"For å aktivere %1$s, bare trykk på knappen under. Hvis ikke vill %2$s " -"selvfølgelig også være tilgjengelig på den vanlige kassasiden, og du kan " -"også tilby %3$s fra både produktsider og handlekurven om du vil." +#: Vipps.class.php:1775 Vipps.class.php:1790 +msgid "Operation" +msgstr "Operasjon" -#: VippsWCProductEditorV2.class.php:295 Vipps.class.php:1485 -#, php-format -msgid "" -"To create a QR code for your shareable link, we recommend copying the URL " -"and then using the %1$s QR Api" -msgstr "" -"For å lage en QR-kode for din delbare lenke, anbefaler vi å kopiere URLen og " -"bruke %1$s' QR Api" +#: Vipps.class.php:1771 Vipps.class.php:1785 +msgid "Transaction Log" +msgstr "Transaksjonslogg" -#: Vipps.class.php:428 -msgid "" -"To do this, the plugin will automatically add webhooks for the MSN - " -"Merchant Serial Numbers - configured on this site" -msgstr "" -"For å kunne gjøre dette, vil utvidelsen automatisk opprette webhooks for MSN-" -"ene - altså merchant serial numbers - som er konfigurert for dette " -"nettstedet." +#: Vipps.class.php:1753 Vipps.class.php:1759 Vipps.class.php:1768 +msgid "Email" +msgstr "E-post" -#: Vipps.class.php:950 -#, php-format -msgid "" -"To order or configure your %1$s account that powers these plugins, log onto " -"the %1$s portal and use the keys and " -"data from that to set up your plugins as needed." -msgstr "" -"For å bestille eller konfigurere din %1$s-konto som står bak disse " -"utvidelsene, logg på %1$s-portalen og " -"bruk nøklene og dataene derfra til å sette opp utvidelsene dine etter behov." +#: Vipps.class.php:1752 Vipps.class.php:1767 +msgid "Mobile Number" +msgstr "Mobilnummer" -#: Vipps.class.php:4313 -#, php-format -msgid "To the %1$s app!" -msgstr "Til %1$s-appen!" +#: Vipps.class.php:1751 Vipps.class.php:1766 +msgid "Last Name" +msgstr "Etternavn" -#: Vipps.class.php:1706 -msgid "Transaction details" -msgstr "Transaksjonsdetaljer" +#: Vipps.class.php:1750 Vipps.class.php:1765 +msgid "First Name" +msgstr "Fornavn" -#: Vipps.class.php:1701 -msgid "Transaction details not retrievable: " -msgstr "Transaksjonsdetaljer er ikke mulig å hente:" +#: Vipps.class.php:1764 +msgid "User ID" +msgstr "Bruker-id" -#: Vipps.class.php:1780 Vipps.class.php:1797 -msgid "Transaction ID" -msgstr "Transaksjons-ID" +#: Vipps.class.php:1758 Vipps.class.php:1763 +msgid "User details" +msgstr "Brukerdetaljer" -#: Vipps.class.php:1771 Vipps.class.php:1785 -msgid "Transaction Log" -msgstr "Transaksjonslogg" +#: Vipps.class.php:1736 +msgid "Shipping method ID" +msgstr "Fraktmetode-id" -#: Vipps.class.php:1719 -msgid "Transaction summary" -msgstr "Transaksjonsoversikt" +#: Vipps.class.php:1735 +msgid "Shipping cost" +msgstr "Fraktkostnad" -#: Vipps.class.php:1779 -msgid "Transaction text" -msgstr "Transaksjonsstekst" +#: Vipps.class.php:1734 +msgid "Shipping method" +msgstr "Fraktmetode" -#: WC_Gateway_Vipps.class.php:1965 -#, php-format -msgid "Trying to cancel payment on order not made by %1$s:" -msgstr "Forsøker å kansellere betaling på bestilling ikke gjort med %1$s:" +#: Vipps.class.php:1733 +msgid "Address" +msgstr "Addresse" -#: WC_Gateway_Vipps.class.php:1788 -#, php-format -msgid "Trying to capture payment on order not made by %1$s:" -msgstr "Prøver å belaste en bestilling som ikke er gjort med %1$s:" +#: Vipps.class.php:1732 +msgid "Shipping details" +msgstr "Fraktdetaljer" -#: WC_Gateway_Vipps.class.php:2051 -#, php-format -msgid "Trying to refund payment on %1$s payment not captured:" -msgstr "Forsøker å tilbakebetale %1$s-betaling som ikke er belastet:" +#: Vipps.class.php:1723 +msgid "Remaining amount to refund" +msgstr "Gjenstående å tilbakebetale" -#: WC_Gateway_Vipps.class.php:1911 WC_Gateway_Vipps.class.php:2042 -#, php-format -msgid "Trying to refund payment on order not made by %1$s:" -msgstr "Forsøker å tilbakebetale bestilling ikke gjort med %1$s:" +#: Vipps.class.php:1722 +msgid "Refunded amount" +msgstr "Tilbakebetalt beløp" -#: WC_Gateway_Vipps.class.php:1603 -#, php-format -msgid "" -"Trying to start order %1$s with status %2$s - only 'pending' and 'failed' " -"are allowed, so this will fail" -msgstr "" -"Forsøker å starte ordre %1$s med status %2$s - men bare 'pending' og " -"'failed' er tillatt. Dette vil derfor ikke lykkes." +#: Vipps.class.php:1721 +msgid "Remaining amount to capture" +msgstr "Gjenstående beløp å trekke" -#: Vipps.class.php:713 -#, php-format -msgid "Turn on support for %1$s On-site Messaging badges" -msgstr "Skru på støtte for %1$s On-Site Messaging merker" +#: Vipps.class.php:1720 +msgid "Capured amount" +msgstr "Trukket beløp" -#: WC_Gateway_Vipps.class.php:1332 -msgid "" -"Turn this on to add support for Woos Order Attribution API for Checkout and " -"Express Checkout. Some stores have reported problems when using this API " -"together with Vipps, so be sure to test this if you turn it on." -msgstr "" -"Slå på denne for å legge til støtte for Woos Order Attribution API for " -"Checkout og Express Checkout. Noen butikker har rapportert om problemer ved " -"bruk av dette API-et sammen med Vipps, så husk å teste dette hvis du slår " -"det på." +#: Vipps.class.php:1719 +msgid "Transaction summary" +msgstr "Transaksjonsoversikt" -#: WC_Gateway_Vipps.class.php:1572 WC_Gateway_Vipps.class.php:1682 -#, php-format -msgid "" -"Unfortunately, the %1$s payment method is currently unavailable. Please " -"choose another method." -msgstr "" -"Dessverre så er %1$s-betaling ikke tilgjengelig for øyeblikket. Vennligst " -"velg en annen metode." +#: Vipps.class.php:1708 +msgid "Order id" +msgstr "Ordre-id" -#: WC_Gateway_Vipps.class.php:1669 -#, php-format -msgid "" -"Unfortunately, the %1$s payment method is temporarily unavailable. Please " -"wait or choose another method." -msgstr "" -"Dessverre så er %1$s-betaling ikke tilgjengelig for øyeblikket. Vennligst " -"velg en annen metode eller vent en stund." +#: Vipps.class.php:1706 +msgid "Transaction details" +msgstr "Transaksjonsdetaljer" -#: VippsCheckout.class.php:390 -#, php-format -msgid "Unknown error creating %1$s partial order" -msgstr "Ukjent feil under opprettelse av ordre for %1$s" +#: Vipps.class.php:1701 +msgid "Transaction details not retrievable: " +msgstr "Transaksjonsdetaljer er ikke mulig å hente:" -#: VippsCheckout.class.php:464 -#, php-format -msgid "Unknown error creating %1$s session" -msgstr "Ukjent feil under opprettelse av %1$s-økt" +#: Vipps.class.php:1682 +msgid "The order is not a %1$s order" +msgstr "Ordren er ikke en %1$s-ordre" -#: Vipps.class.php:3530 -msgid "Unknown error customer in express checkout." -msgstr "Ukjent feil for kunde i hurtigkassen" +#: Vipps.class.php:1648 +msgid "Show complete transaction details" +msgstr "Vis fullstendige transaksjonsdetaljer" -#: VippsQRCodeController.class.php:176 -msgid "Unknown operation" -msgstr "Ukjent operasjon" +#: WC_Gateway_Vipps.class.php:1248 +msgid "If %1$s is enabled for a product, add the 'Buy now' button to catalog pages too" +msgstr "Hvis %1$s er skrudd på for ett produkt, legg også til kjøpeknappen på katalogsider" -#: Vipps.class.php:1677 Vipps.class.php:4460 -msgid "Unknown order" -msgstr "Ukjent ordre" +#: WC_Gateway_Vipps.class.php:1246 +msgid "Add the button for all relevant products on catalog pages" +msgstr "Legg til knappen for alle aktuelle produkter på katalogsidene" -#: Vipps.class.php:3865 -msgid "Unknown payment status" -msgstr "Ukjent betalingsstatus" +#: WC_Gateway_Vipps.class.php:1245 +msgid "Add 'Buy now' button on catalog pages too" +msgstr "Legg til \"Kjøp nå\"-knapp også på katalogsider" -#: Vipps.class.php:3694 -msgid "Unknown product, cannot create order" -msgstr "Ukjent produkt - kan ikke opprette bestilling" +#: WC_Gateway_Vipps.class.php:1241 +msgid "Enable this to allow customers to buy a product using %1$s directly from the product page. If you choose 'some', you must enable this on the relevant products" +msgstr "Slå på dette for å la kunder kjøpe et produkt med %1$s direkte fra produktsiden. Hvis du velger \"noen\", må du skru dette på på de aktuelle produktene enkeltvis." -#: VippsQRCodeController.class.php:273 -msgid "Unsynchronized QR codes" -msgstr "Usynkroniserte QR-koder" +#: WC_Gateway_Vipps.class.php:1239 +msgid "All products" +msgstr "Alle produkter" -#: VippsQRCodeController.class.php:617 -msgid "Update QR Code" -msgstr "Oppdater QR-kode" +#: WC_Gateway_Vipps.class.php:1238 +msgid "Some products" +msgstr "Noen produkter" -#: Vipps.class.php:746 -msgid "Update settings" -msgstr "Oppdater innstillingene" +#: WC_Gateway_Vipps.class.php:1237 +msgid "No products" +msgstr "Ingen produkter" -#: WC_Gateway_Vipps.class.php:111 WC_Gateway_Vipps.class.php:114 -#: admin/settings/VippsAdminSettings.class.php:161 -msgid "Upload image" -msgstr "Last opp bilde" +#: WC_Gateway_Vipps.class.php:1233 WC_Gateway_Vipps.class.php:1234 +msgid "Enable Express Checkout for single products" +msgstr "Slå på hurtigkasse for enkeltprodukter" -#: VippsQRCodeController.class.php:628 -msgid "Uploaded to this item" -msgstr "Lastet opp til dette elementet" +#: Vipps.class.php:4155 +msgid "The link you have followed is for a product that is no longer available at this location. Please return to the store and try again" +msgstr "Lenken du har fulgt er for et produkt som ikke lenger er tilgjengelig her. Vennligst gå tilbake til butikken og forsøk på nytt" -#: VippsQRCodeController.class.php:63 VippsQRCodeController.class.php:244 -#: VippsQRCodeController.class.php:337 VippsQRCodeController.class.php:362 -msgid "URL" -msgstr "URL" +#: Vipps.class.php:4154 +msgid "Product is no longer available" +msgstr "Produktet er ikke lenger tilgjengelig" -#: VippsKCSupport.class.php:75 -#, php-format -msgid "URL to the %1$s logo" -msgstr "URL til %1$s-logoen" +#: Vipps.class.php:2226 +msgid "Buy now with" +msgstr "Kjøp nå med" -#: WC_Gateway_Vipps.class.php:1206 -#, php-format -msgid "Use %1$s as default payment method on checkout page" -msgstr "Bruk %1$s som standard betalingsmetode på kassa-siden" +#: Vipps.class.php:3722 +msgid "Your product is temporarily no longer available for purchase" +msgstr "Produktet ditt er midlertidig ikke tilgjengelig for kjøp" -#: WC_Gateway_Vipps.class.php:3718 -#, php-format -msgid "Use %1$s for all purchases" -msgstr "Bruk %1$s for alle bestillinger" +#: Vipps.class.php:3716 +msgid "Selected product variant is not available for purchase" +msgstr "Den valgte produktvarianten er ikke tilgjengelig for kjøp" -#: WC_Gateway_Vipps.class.php:1345 -msgid "Use a real page ID" -msgstr "Bruk en ekte side-id" +#: Vipps.class.php:3704 +msgid "Selected product variant is not available" +msgstr "Dn valgte produktvarianten er ikke tilgjengelig" -#: WC_Gateway_Vipps.class.php:1344 -#, php-format -msgid "" -"Use a real page ID for the special %1$s pages - neccessary for some themes" -msgstr "" -"Bruk en ekte side-id for de spesielle %1$s-sidene - dette er nødvendig i " -"noen themes" +#: Vipps.class.php:3694 +msgid "Unknown product, cannot create order" +msgstr "Ukjent produkt - kan ikke opprette ordre" -#: WC_Gateway_Vipps.class.php:527 -msgid "Use a simulated page (default)" -msgstr "Bruk en simulert side (standard)" +#: Vipps.class.php:3687 +msgid "Error finding product - cannot create order" +msgstr "Fant ikke produktet - kan ikke opprette ordre" -#: VippsQRCodeController.class.php:626 -msgid "Use as featured image" -msgstr "Bruk som fremhevet bilde" +#: Vipps.class.php:3566 +msgid "Processing order... " +msgstr "Behandler ordre... " -#: WC_Gateway_Vipps.class.php:513 -msgid "Use default template" -msgstr "Bruk standardsidemal" +#: Vipps.class.php:1577 VippsWCProductEditorV2.class.php:121 +msgid "The product doesn't exist" +msgstr "Produktet eksisterer ikke" -#: WC_Gateway_Vipps.class.php:1369 WC_Gateway_Vipps.class.php:1370 -msgid "Use flock() to lock orders for Express Checkout" -msgstr "Bruk flock() til å låse ordrene i Hurtigkassekjøp" +#: Vipps.class.php:786 Vipps.class.php:787 Vipps.class.php:1556 +#: VippsWCProductEditorV2.class.php:100 +msgid "You don't have sufficient rights to edit this product" +msgstr "Du har ikke nok rettigheter til å redigere dette produktet" -#: WC_Gateway_Vipps.class.php:1310 -msgid "Use new shipping callback" -msgstr "Bruk den nye frakt-callbacken" +#: Vipps.class.php:1538 +msgid "Mark this link for deletion" +msgstr "Merk denne lenken for sletting" -#: WC_Gateway_Vipps.class.php:1304 -msgid "Use old-style shipping callback for express checkout" -msgstr "Bruk den gamle frakt-callback-metoden for Vipps Hurtigkasse" +#: Vipps.class.php:461 Vipps.class.php:1529 +msgid "Action" +msgstr "Handling" -#: WC_Gateway_Vipps.class.php:1337 -#, php-format -msgid "Use specific template for %1$s" -msgstr "Bruk denne malen for %1$s" +#: Vipps.class.php:1528 admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Link" +msgstr "Lenke" -#: WC_Gateway_Vipps.class.php:1372 -msgid "" -"Use the flock() system call to ensure orders are only finalized once. You " -"can use this for normal setups, but probably not on Windows with IIS, and " -"possibly not on distributed filesystems like NFS. If you don\\t know what it " -"is, probably do not use it. If you get duplicated shipping lines on some " -"express orders, you may try using this" -msgstr "" -"Bruk flock()-kallet for å sørge for at ordre bare blir ferdigstillet en " -"eneste gang. Du kan bruke dette i de fleste 'vanlige' oppsett, men " -"sannsynligvis ikke på Windows med IIS, og muligens ikke på distribuerte " -"filsystemer som NFS. Hvis du ikke vet hva dette er, er det nok best å ikke " -"bruke det. Hvis du får dobbelt med fraktlinjer på noen få hurtigkasseordre, " -"så kan du prøve dette." +#: Blocks/Badges/vipps-badge.php:63 Vipps.class.php:732 Vipps.class.php:1527 +#: Blocks/dist/vipps-badge/index.js:1 +msgid "Variant" +msgstr "Variant" -#: WC_Gateway_Vipps.class.php:1360 -#, php-format -msgid "" -"Use this image for the order confirmation link uploaded to the customers' " -"%1$s app" -msgstr "" -"Bruk dette bildet for ordrebekreftelseslenken lastet opp til kundens %1$s-app" +#: Vipps.class.php:1522 +msgid "Link(s) will be deleted when you save the product" +msgstr "Lenk(ene) vil bli slettet når du lagrer produktet" -#: WC_Gateway_Vipps.class.php:1340 -#, php-format -msgid "" -"Use this template from your theme or child-theme to display all the special " -"%1$s pages. You will probably want a full-width template and it should call " -"'the_content()' normally." -msgstr "" -"Bruk angitt sidemal fra ditt tema eller barne-tema for å vise alle de " -"spesielle %1$s-sidene. Du vil sannsynligvis ha en full-bredde mal her, og " -"det er viktig at den kaller 'the_content()' på vanlig måte." +#: Vipps.class.php:1519 +msgid "An error occured while creating a shareable link" +msgstr "En feil oppsto under opprettelse av delbar lenke" -#: WC_Gateway_Vipps.class.php:1305 -msgid "Use your current shipping filters" -msgstr "Bruk dine nåværende frakt-filtre" +#: Vipps.class.php:476 Vipps.class.php:1510 Vipps.class.php:1538 +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Delete" +msgstr "Slett" -#: Vipps.class.php:507 -msgid "User Checked in" -msgstr "Bruker har besøkt lenken" +#: Vipps.class.php:1509 Vipps.class.php:1537 +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Copy" +msgstr "Kopier" -#: Vipps.class.php:1758 Vipps.class.php:1763 -msgid "User details" -msgstr "Brukerdetaljer" +#: Vipps.class.php:1506 Vipps.class.php:1535 Vipps.class.php:1537 +msgid "Click to copy" +msgstr "Klikk for å kopiere" -#: Vipps.class.php:1764 -msgid "User ID" -msgstr "Bruker ID" +#: Vipps.class.php:1492 +msgid "Select variant" +msgstr "Velg variant" -#: Vipps.class.php:732 Vipps.class.php:1527 -#: src/Blocks/src/vipps-badge/edit.tsx:57 -msgid "Variant" -msgstr "Variant" +#: Vipps.class.php:1491 Vipps.class.php:1501 +#: admin/blocks/dist/product-shareable-link/index.js:1 +msgid "Create shareable link" +msgstr "Lag delbar lenke" -#: src/admin/blocks/src/product-shareable-link/edit.tsx:223 -#: src/admin/blocks/src/product-shareable-link/edit.tsx:248 -msgid "Variation" -msgstr "Variasjon" +#: Vipps.class.php:1484 VippsWCProductEditorV2.class.php:283 +#: VippsWCProductEditorV2.class.php:294 +msgid "Shareable links are links you can share externally on banners or other places that when followed will start %1$s of this product immediately. Maintain these links here for this product." +msgstr "Delbare lenker er lenker du kan dele eksternt, på bannere eller andre steder, som er slik at når du klikker på dem så vil de starte %1$s på produktet straks. Du kan holde orden på disse lenkene her for dette produktet." -#: Vipps.class.php:474 -msgid "View" -msgstr "Se" +#: Vipps.class.php:1483 VippsWCProductEditorV2.class.php:282 +msgid "Shareable links" +msgstr "Delbare lenker" -#: VippsQRCodeController.class.php:618 -msgid "View QR Code" -msgstr "Vis QR-kode" +#: Vipps.class.php:1403 VippsWCProductEditorV2.class.php:220 +msgid "Add a 'Buy now with %1$s'-button to this product" +msgstr "Legg til en 'Kjøp nå med %1$s'-knapp til dette produktet" -#: VippsQRCodeController.class.php:619 -msgid "View QR Codes" -msgstr "Vis QR-koder" +#: Vipps.class.php:1401 +msgid "Add 'Buy now with %1$s' button" +msgstr "Legg til en 'Kjøp nå med %1$s'-knapp" -#: WC_Gateway_Vipps.class.php:1131 -msgid "Vipps" -msgstr "Vipps" +#: Vipps.class.php:1393 +msgid "Buy-now button" +msgstr "Kjøp nå-knapp" -#: WC_Gateway_Vipps.class.php:3552 Vipps.class.php:64 -msgid "Vipps Checkout" -msgstr "Vipps Checkout" +#: WC_Gateway_Vipps.class.php:767 +msgid "Order does not need processing, but payment could not be captured at %1$s:" +msgstr "Ordren trenger ikke behandling, men betalingen kunne ikke belastes hos %1$s:" -#: VippsCheckout.class.php:616 -#, php-format -msgid "Vipps Checkout cannot be used for orders less than %1$s %2$s" -msgstr "Vipps Checkout kan ikke brukes for ordre mindre enn %1$s %2$s" +#: WC_Gateway_Vipps.class.php:765 +msgid "Payment automatically captured at %1$s for order not needing processing" +msgstr "Betaling automatisk belastet hos %1$s for ordre som ikke trenger behandling" + +#: Vipps.class.php:2868 Vipps.class.php:3085 +msgid "No shipping required" +msgstr "Ingen frakt nødvendig" -#: WC_Gateway_Vipps.class.php:3551 Vipps.class.php:67 +#: Vipps.class.php:2745 +msgid "Could not find Woo order with id:" +msgstr "Kunne ikke finne Woo-ordre med id:" + +#: Vipps.class.php:2737 +msgid "Callback was:" +msgstr "Tilbakekall var:" + +#: Vipps.class.php:2737 +msgid "Could not find %1$s order with id:" +msgstr "Kunne ikke finne %1$s-ordre med id:" + +#: Vipps.class.php:67 WC_Gateway_Vipps.class.php:3551 msgid "Vipps Express Checkout" msgstr "Vipps Hurtigkasse" -#: WC_Gateway_Vipps.class.php:167 WC_Gateway_Vipps.class.php:168 -#: Vipps.class.php:61 -msgid "Vipps MobilePay" -msgstr "Vipps MobilePay" +#. Author URI of the plugin +#: woo-vipps.php +msgid "https://www.wp-hosting.no/" +msgstr "https://www.wp-hosting.no/" -#: VippsQRCodeController.class.php:231 -msgid "Vipps QR-codes not present on this site" -msgstr "Vipps QR-koder som ikke finnes på dette nettstedet" +#. Author of the plugin +#: woo-vipps.php +msgid "WP Hosting" +msgstr "WP Hosting" -#: Vipps.class.php:73 -msgid "Vipps Recurring Payments" -msgstr "Vipps Gjentagende Betalinger" +#. Description of the plugin +#: woo-vipps.php +msgid "Offer Vipps as a payment method for WooCommerce" +msgstr "Tilby Vipps som betalingsmåte for WooCommerce" -#: VippsDismissibleAdminBanners.class.php:190 -msgid "" -"Vipps Recurring Payments for WooCommerce is perfect if you sell " -"subscriptions or memberships. The plugin is available for Wordpress and " -"WooCommerce - get started here!" -msgstr "" -"Vipps Faste betalinger er perfekt for deg som selger abonnement eller " -"medlemskap. Utvidelse er tilgjengelig for WordPress og Woocommerce - kom i " -"gang her!" +#. Plugin URI of the plugin +#: woo-vipps.php +msgid "https://wordpress.org/plugins/woo-vipps/" +msgstr "https://nb.wordpress.org/plugins/woo-vipps/" -#: WC_Gateway_Vipps.class.php:1470 -msgid "" -"VIPPS_TEST_MODE is set to true in your configuration - dev mode is forced" -msgstr "" -"VIPPS_TEST_MODE er satt til sant i konfig-filen din - utviklermodus er " -"skrudd på" +#: admin/settings/VippsAdminSettings.class.php:107 +#: WC_Gateway_Vipps.class.php:3802 +msgid "Could not connect to %1$s" +msgstr "Kunne ikke koble til %1$s" -#: WC_Gateway_Vipps.class.php:1471 -msgid "" -"VIPPS_TEST_MODE is set to true in your configuration - test mode is forced" -msgstr "" -"VIPPS_TEST_MODE er satt til sann i din konfigurasjon - test-modus er skrudd " -"på" +#: WC_Gateway_Vipps.class.php:3708 +msgid "%1$s requires that your site uses HTTPS." +msgstr "%1$s krever at nettstedet ditt bruker HTTPS." -#: Vipps.class.php:4526 -#, php-format -msgid "Waiting for confirmation of purchase from %1$s" -msgstr "Venter på bekreftelse fra %1$s" +#: WC_Gateway_Vipps.class.php:3698 +msgid "%1$s does not support your currency." +msgstr "%1$s støtter ikke valutaen din" -#: Vipps.class.php:4558 -msgid "Waiting for your order confirmation" -msgstr "Venter på bekreftelse av din bestilling" +#: WC_Gateway_Vipps.class.php:3707 +msgid "Gateway disabled" +msgstr "Betalingsport slått av" -#: Vipps.class.php:3829 Vipps.class.php:3843 -msgid "Waiting on order" -msgstr "Venter på bestilling" +#: WC_Gateway_Vipps.class.php:3209 +msgid "Message in callback from %1$s for order" +msgstr "Feilmelding i tilbakekall fra %1$s for ordren" -#: WC_Gateway_Vipps.class.php:246 -#, php-format -msgid "Was not able to cancel remaining amount for the order %1$s: %2$s" -msgstr "Kunne ikke kansellere gjenværende mengde for ordre %1$s: %2$s" +#: WC_Gateway_Vipps.class.php:3246 +msgid "%1$s callback received" +msgstr "%1$s-tilbakekall mottatt" -#: Vipps.class.php:461 -msgid "Webhook" -msgstr "Webhook" +#: WC_Gateway_Vipps.class.php:3241 +msgid "Anomalous callback from %1$s, handle errors and clean up" +msgstr "Uvanlig tilbakekall fra %1$s - håndter feil og rydd opp" -#: Vipps.class.php:426 Vipps.class.php:1190 Vipps.class.php:1190 -msgid "Webhooks" -msgstr "Webhooker" +#: WC_Gateway_Vipps.class.php:3195 +msgid "Wrong auth token in callback from %1$s - possibly an attempt to fake a callback" +msgstr "Feil auth-token i tilbakekall fra %1$s - muligens et forsøk på å forfalske et tilbakekall" -#: WC_Gateway_Vipps.class.php:1255 -#, php-format -msgid "" -"When using %1$s, ask the user to confirm that they have read and accepted " -"the stores terms and conditons before proceeding" -msgstr "" -"Be kunden om å bekrefte at de har lest og godtar butikkens vilkår og " -"betingelser når de kjøper med %1$s" +#: WC_Gateway_Vipps.class.php:3180 +msgid "%1$s callback with wrong merchantSerialNumber - might be forged" +msgstr "%1$s-callback med feil merchantSerialNumber - kan være forfalsket" -#: WC_Gateway_Vipps.class.php:971 -#, php-format -msgid "" -"When using %1$s, you have the option to use %1$s specific shipping methods " -"with extended features for certain carriers. These will add an apropriate " -"logo as well as extended delivery options for certain methods. For some of " -"these, you need to add integration data from the carriers below. You can " -"then add these shipping methods to your shipping zones the normal way, but " -"they will only appear in the %1$s screen." -msgstr "" -"Når du bruker %1$s, så kan du velge å bruke %1$s-spesifikke fraktmetoder, " -"med utvidede egenskaper for enkelte fraktleverandører. Disse vil legge til " -"en passende logo og utvidede leveringsvalg for enkelte metoder. For noen av " -"disse vil du måtte legge til integrasjonsdata for fraktleverandørene under. " -"Du kan så legge til disse fraktmetodene til dine fraktsoner på vanlig måte; " -"men de vil bare dukke opp i %1$s." +#: WC_Gateway_Vipps.class.php:3185 +msgid "%1$s callback for unknown order" +msgstr "%1$s-callback for ukjent ordre" -#: Vipps.class.php:427 -#, php-format -msgid "" -"Whenever an event like a payment or a cancellation occurs on a %1$s account, " -"you can be notified of this using a webhook. This is used by this " -"plugin to get noticed of payments by users even when they do not return to " -"your store." -msgstr "" -"Når en hendelse som en betaling eller kansellering skjer på en %1$s-konto, " -"kan du få beskjed om det via en webhook. Dette brukes av denne " -"utvidelsen til å få beskjed om betalinger fra brukere selv når de ikke " -"kommer tilbake til butikken etter et kjøp." +#: WC_Gateway_Vipps.class.php:2850 +msgid "Order does not exist at %1$s - cancelling" +msgstr "Bestillingen eksisterer ikke hos %1$s - kansellerer" -#: VippsWCProductEditorV2.class.php:182 Vipps.class.php:692 -#: Vipps.class.php:1446 Blocks/woo-vipps-blocks.php:13 -msgid "White" -msgstr "Hvit" +#: WC_Gateway_Vipps.class.php:2847 +msgid "Could not get %1$s order status" +msgstr "Kunne ikke hente ordrestatus hos %1$s" -#: Vipps.class.php:904 -#, php-format -msgid "" -"With Checkout, you’ll also get access to shipping addresses, shipping " -"selection and other payment options. Currently Checkout supports %1$s and " -"bank transfer; VISA and MasterCard payments will be added later." -msgstr "" -"Med Checkout får du også tilgang til leveringsadresser, fraktvalg og andre " -"betalingsalternativer. For øyeblikket støtter Checkout %1$s og " -"bankoverføring; VISA- og MasterCard-betalinger vil bli lagt til senere." +#: WC_Gateway_Vipps.class.php:2392 +msgid "Order failed or rejected at %1$s" +msgstr "Ordre mislyktes eller ble avvist hos %1$s" -#. Author of the plugin -msgid "WP Hosting" -msgstr "WP Hosting" +#: WC_Gateway_Vipps.class.php:3375 +msgid "Payment authorized at %1$s" +msgstr "Betaling reservert hos %1$s" -#: WC_Gateway_Vipps.class.php:3202 Vipps.class.php:2507 -#, php-format -msgid "Wrong %1$s Orderid - possibly an attempt to fake a callback " -msgstr "Feil %1$s-ordreid - muligens et forsøk på å forfalske en callback " +#: WC_Gateway_Vipps.class.php:2083 +msgid "%1$s payment refunded:" +msgstr "%1$s-betaling tilbakebetalt:" -#: Vipps.class.php:2758 -#, php-format -msgid "Wrong %1$s Orderid on shipping details callback" -msgstr "Feil %1$s-ordreid under fraktmetode-callback" +#: WC_Gateway_Vipps.class.php:2051 +msgid "Trying to refund payment on %1$s payment not captured:" +msgstr "Forsøker å tilbakebetale %1$s-betaling som ikke er belastet:" -#: WC_Gateway_Vipps.class.php:3195 -#, php-format -msgid "" -"Wrong auth token in callback from %1$s - possibly an attempt to fake a " -"callback" -msgstr "" -"Feil auth-token i callback fra %1$s - muligens et forsøk på å forfalske en " -"callback" +#: WC_Gateway_Vipps.class.php:1911 WC_Gateway_Vipps.class.php:2042 +msgid "Trying to refund payment on order not made by %1$s:" +msgstr "Forsøker å tilbakebetale ordre som ikke er gjort med %1$s:" -#: WC_Gateway_Vipps.class.php:3723 -#, php-format -msgid "Yes, activate %1$s!" -msgstr "Ja, skru på %1$s!" +#: WC_Gateway_Vipps.class.php:2030 +msgid "%1$s Payment cancelled:" +msgstr "%1$s-betaling kansellert:" -#: Vipps.class.php:930 Vipps.class.php:978 -#, php-format -msgid "" -"You are now using %1$s Checkout instead of the standard WooCommerce " -"Checkout page." -msgstr "" -"Du bruker nå %1$s Checkout istedetfor WooCommerce sin standard " -"kassaløsning." +#: WC_Gateway_Vipps.class.php:1972 +msgid "Cannot cancel a captured %1$s transaction - use refund instead" +msgstr "Kan ikke kansellere en %1$s-transaksjon etter at den er blitt belastet - bruk refunder i stedet" -#: Vipps.class.php:705 -msgid "" -"You can configure these badges on this page, turning them on in all or some " -"products and configure their default setup. You can also add a badge using a " -"shortcode or a Block" -msgstr "" -"Du kan konfigurere disse merkene på denne siden, skru den på for alle eller " -"noen produkter, og sette opp standardinnstillingene. Du kan også legge til " -"et slikt merke med en kortkode eller en Blokk." +#: WC_Gateway_Vipps.class.php:1966 +msgid "Cannot cancel payment on orders not made by %1$s" +msgstr "Kan ikke kansellere ordren; den er ikke gjort med %1$s" -#: VippsDismissibleAdminBanners.class.php:114 -#, php-format -msgid "You can get %1$s now!" -msgstr "Nå kan du få %1$s!" +#: WC_Gateway_Vipps.class.php:1965 +msgid "Trying to cancel payment on order not made by %1$s:" +msgstr "Forsøker å kansellere betaling på ordre ikke gjort med %1$s:" -#: Vipps.class.php:648 Vipps.class.php:669 -msgid "You don't have sufficient rights" -msgstr "Du har ikke tilstrekkelige rettigheter" +#: WC_Gateway_Vipps.class.php:1879 WC_Gateway_Vipps.class.php:1891 +msgid "%1$s Payment captured:" +msgstr "%1$s -betaling belastet:" -#: VippsQRCodeController.class.php:165 Vipps.class.php:420 Vipps.class.php:688 -#: Vipps.class.php:858 -msgid "You don't have sufficient rights to access this page" -msgstr "Du har ikke tilstrekkelige rettigheter til å se denne siden" +#: WC_Gateway_Vipps.class.php:1808 WC_Gateway_Vipps.class.php:1816 +msgid "Payment already captured" +msgstr "Betalingen er allerede belastet" -#: admin/settings/VippsAdminSettings.class.php:67 -#: admin/settings/VippsAdminSettings.class.php:71 -msgid "You don't have sufficient rights to edit these settings" -msgstr "" -"Du har ikke tilstrekkelige rettigheter for å redigere disse innstillingene" +#: WC_Gateway_Vipps.class.php:1789 +msgid "Cannot capture payment on orders not made by %1$s" +msgstr "Kan ikke belaste betalingen på ordre som ikke gjort med %1$s" -#: VippsWCProductEditorV2.class.php:100 Vipps.class.php:786 Vipps.class.php:787 -#: Vipps.class.php:1556 -msgid "You don't have sufficient rights to edit this product" -msgstr "Du har ikke nok rettigheter til å redigere dette produktet" +#: WC_Gateway_Vipps.class.php:1788 +msgid "Trying to capture payment on order not made by %1$s:" +msgstr "Prøver å belaste en ordre som ikke er gjort med %1$s:" -#: VippsDismissibleAdminBanners.class.php:118 -msgid "You get settlement in three days" -msgstr "Oppgjør etter 3 dager" +#: WC_Gateway_Vipps.class.php:1771 +msgid "on-hold" +msgstr "på vent" -#: VippsApi.class.php:822 -#, php-format -msgid "You need a newer version of WooCommerce to use %1$s!" -msgstr "Du trenger en nyere versjon av WooCommerce for å kunne bruke %1$s!" +#: WC_Gateway_Vipps.class.php:1771 +msgid "Could not capture %1$s payment - status set to" +msgstr "Kunne ikke belaste %1$s-betalingen - status satt til" + +#: WC_Gateway_Vipps.class.php:1708 +msgid "Awaiting %1$s payment confirmation" +msgstr "Venter på bekreftelse fra %1$s" + +#: VippsCheckout.class.php:457 WC_Gateway_Vipps.class.php:1707 +msgid "%1$s payment initiated" +msgstr "%1$s-betaling startet" + +#: WC_Gateway_Vipps.class.php:1669 +msgid "Unfortunately, the %1$s payment method is temporarily unavailable. Please wait or choose another method." +msgstr "Dessverre så er %1$s-betaling ikke tilgjengelig for øyeblikket. Vennligst velg en annen metode eller vent en stund." + +#: WC_Gateway_Vipps.class.php:1668 WC_Gateway_Vipps.class.php:1681 +msgid "Could not initiate %1$s payment" +msgstr "Kunne ikke opprette %1$s-betaling" #: WC_Gateway_Vipps.class.php:1594 -#, php-format msgid "You need to enter your phone number to pay with %1$s" msgstr "Du må skrive inn ditt telefonnummer for å handle med %1$s" -#: Vipps.class.php:4337 -msgid "" -"You recently completed an order with exactly the same products as you are " -"buying now. There should be an email in your inbox from the previous " -"purchase. Are you sure you want to order again?" -msgstr "" -"Du har nylig fullført en bestilling med nøyaktig samme produkter som det du " -"kjøper nå. Det bør være en epost i inboksen din fra forrige bestilling. Er " -"du sikker på at du vil bestille igjen?" +#: WC_Gateway_Vipps.class.php:1572 WC_Gateway_Vipps.class.php:1682 +msgid "Unfortunately, the %1$s payment method is currently unavailable. Please choose another method." +msgstr "Dessverre så er %1$s-betaling ikke tilgjengelig for øyeblikket. Velg en annen måte." -#: WC_Gateway_Vipps.class.php:1149 -msgid "" -"Your \"Merchant Serial Number\" from the Developer tab on https://portal." -"vippsmobilepay.com" -msgstr "" -"Din “Merchant Serial Number” under “Utvikler” fanen på https://portal." -"vippsmobilepay.com" +#: WC_Gateway_Vipps.class.php:1277 WC_Gateway_Vipps.class.php:1278 +msgid "Create new customers on Express Checkout" +msgstr "Opprett nye brukere gjennom hurtigkassen" -#: VippsDismissibleAdminBanners.class.php:116 -#, php-format -msgid "Your customers can pay with %1$s , Visa or Mastercard" -msgstr "Betaling med %1$s eller kort." +#: WC_Gateway_Vipps.class.php:1227 +msgid "Enable this to allow customers to shop using %1$s directly from the cart with no login or address input needed" +msgstr "Slå på dette for å la kunder handle med %1$s direkte fra handlekurven uten å måtte logge inn eller skrive inn en addresse" -#: VippsApi.class.php:674 -msgid "Your order from" -msgstr "Din bestilling fra" +#: WC_Gateway_Vipps.class.php:1224 WC_Gateway_Vipps.class.php:1225 +msgid "Enable Express Checkout in cart" +msgstr "Slå på hurtigkassen i handlekurven" -#: WC_Gateway_Vipps.class.php:1031 -msgid "" -"Your phone number where Porterbuddy may send you important messages. Format " -"must be MSISDN (including country code). Example: \"4791234567\"" -msgstr "" -"Telefonnummeret ditt hvor Porterbuddy kan sende deg viktige meldinger. " -"Formatet må være MSISDN inklusive landkode. Eksempel: \"4791234567\"" +#: WC_Gateway_Vipps.class.php:1209 +msgid "Enable this to use %1$s as the default payment method on the checkout page, regardless of order." +msgstr "Slå på dette for å bruke %1$s som standard betalingsmåte på kassesiden, uavhengig av rekkefølgen" -#: Vipps.class.php:3722 -msgid "Your product is temporarily no longer available for purchase" -msgstr "Produktet ditt er midlertidig ikke tilgjengelig for bestliling" +#: WC_Gateway_Vipps.class.php:1207 +msgid "%1$s is default payment method" +msgstr "%1$s er standard betalingsmåte" -#: VippsCheckout.class.php:718 -msgid "" -"Your session has expired - please reload the page to restart, or return to " -"the shop" -msgstr "" -"Økten din har utløpt - vennligst last inn siden på nytt for å restarte, " -"eller gå tilbake til butikken." +#: WC_Gateway_Vipps.class.php:1206 +msgid "Use %1$s as default payment method on checkout page" +msgstr "Bruk %1$s som standard betalingsmåte på kassesiden" + +#: WC_Gateway_Vipps.class.php:1201 +msgid "This controls the description which the user sees during checkout." +msgstr "Dette styrer beskrivelsen som brukeren ser i kassen" + +#: VippsCheckoutShippingMethods.php:116 VippsCheckoutShippingMethods.php:143 +#: VippsKCSupport.class.php:67 VippsQRCodeController.class.php:369 +#: WC_Gateway_Vipps.class.php:1199 +msgid "Description" +msgstr "Beskrivelse" + +#: VippsCheckoutShippingMethods.php:70 +msgid "This controls the title which the user sees during checkout." +msgstr "Dette styrer tittelen som brukeren ser i kassen" + +#: VippsCheckoutShippingMethods.php:68 VippsCheckoutShippingMethods.php:136 +msgid "Title" +msgstr "Tittel" + +#: WC_Gateway_Vipps.class.php:1153 WC_Gateway_Vipps.class.php:1155 +#: WC_Gateway_Vipps.class.php:1412 WC_Gateway_Vipps.class.php:1413 +msgid "Client Id" +msgstr "Klient-id" + +#: WC_Gateway_Vipps.class.php:1146 WC_Gateway_Vipps.class.php:1147 +#: WC_Gateway_Vipps.class.php:1404 WC_Gateway_Vipps.class.php:1406 +msgid "Merchant Serial Number" +msgstr "Merchant Serial Number" + +#: WC_Gateway_Vipps.class.php:1142 +msgid "An alphanumeric textstring to use as a prefix on orders from your shop, to avoid duplicate order-ids" +msgstr "En kort tekst med bokstaver og tall som brukes som prefiks på ordre-id fra butikken, slik at det ikke oppstår duplikater hos Vipps" + +#: WC_Gateway_Vipps.class.php:1139 WC_Gateway_Vipps.class.php:1140 +msgid "Order-id Prefix" +msgstr "Ordrenummer-prefiks" + +#: WC_Gateway_Vipps.class.php:1107 +msgid "Enable/Disable" +msgstr "Slå på/av" + +#: WC_Gateway_Vipps.class.php:816 WC_Gateway_Vipps.class.php:833 +#: WC_Gateway_Vipps.class.php:1956 +msgid " refunded through %1$s:" +msgstr " Refundert gjennom %1$s:" + +#: WC_Gateway_Vipps.class.php:826 WC_Gateway_Vipps.class.php:1949 +msgid "Could not refund %1$s payment" +msgstr "Kunne ikke tilbakebetale %1$s-betalingen" + +#: WC_Gateway_Vipps.class.php:797 WC_Gateway_Vipps.class.php:810 +msgid "Cannot refund through %1$s - the refund amount is too large." +msgstr "Kan ikke tilbakebetale gjennom %1$s - beløpet som skal tilbakebetales er for stort." + +#: WC_Gateway_Vipps.class.php:794 +msgid "Cannot refund through %1$s - the payment has not been captured yet." +msgstr "Kan ikke tilbakebetale beløpet via %1$s - betalingen har ikke blitt belastet ennå." + +#: WC_Gateway_Vipps.class.php:739 +msgid "Could not refund payment through %1$s - ensure the refund is handled manually!" +msgstr "Det var ikke mulig å tilbakebetale med %1$s - sørg for at tilbakebetalingen gjøres manuelt!" + +#: WC_Gateway_Vipps.class.php:734 +msgid "Error when refunding payment through %1$s:" +msgstr "Feil under tilbakebetaling via %1$s:" + +#: WC_Gateway_Vipps.class.php:728 +msgid "Temporary error when refunding payment through %1$s - ensure order is refunded manually, or reset the order to \"Processing\" and try again" +msgstr "Midlertidig feil under tilbakebetaling via %1$s - sørg for at bestillingen tilbakebetales manuelt, eller sett status tilbake til \"Behandler\" og prøv igjen" + +#: WC_Gateway_Vipps.class.php:633 WC_Gateway_Vipps.class.php:675 +msgid "Could not cancel %1$s payment" +msgstr "Kunne ikke kansellere %1$s-betalingen" + +#: VippsApi.class.php:1485 +msgid "No response from Vipps" +msgstr "Manglende respons fra Vipps" + +#: VippsApi.class.php:1134 +msgid "Refund for order" +msgstr "Refusjon av ordre" + +#: VippsApi.class.php:1097 +msgid "Order cancel for order" +msgstr "Kansellering av ordre" + +#: VippsApi.class.php:1058 VippsApi.class.php:1064 +msgid "Order capture for order" +msgstr "Belastning av betaling for bestilling" + +#: VippsApi.class.php:554 VippsApi.class.php:809 +msgid "Confirm your order from" +msgstr "Bekreft din bestilling fra" + +#: VippsApi.class.php:468 VippsApi.class.php:469 VippsApi.class.php:472 +#: VippsApi.class.php:473 VippsApi.class.php:637 VippsApi.class.php:638 +#: VippsApi.class.php:641 VippsApi.class.php:642 VippsApi.class.php:767 +#: VippsApi.class.php:768 VippsApi.class.php:771 VippsApi.class.php:772 +#: VippsApi.class.php:1042 VippsApi.class.php:1043 VippsApi.class.php:1046 +#: VippsApi.class.php:1047 VippsApi.class.php:1086 VippsApi.class.php:1087 +#: VippsApi.class.php:1090 VippsApi.class.php:1091 VippsApi.class.php:1116 +#: VippsApi.class.php:1117 VippsApi.class.php:1120 VippsApi.class.php:1121 +#: VippsApi.class.php:1153 VippsApi.class.php:1154 VippsApi.class.php:1157 +#: VippsApi.class.php:1158 VippsApi.class.php:1178 VippsApi.class.php:1179 +#: VippsApi.class.php:1182 VippsApi.class.php:1183 VippsApi.class.php:1205 +#: VippsApi.class.php:1206 VippsApi.class.php:1209 VippsApi.class.php:1210 +#: VippsApi.class.php:1240 VippsApi.class.php:1241 VippsApi.class.php:1244 +#: VippsApi.class.php:1245 VippsApi.class.php:1283 VippsApi.class.php:1284 +#: VippsApi.class.php:1287 VippsApi.class.php:1288 VippsApi.class.php:1307 +#: VippsApi.class.php:1308 VippsApi.class.php:1311 VippsApi.class.php:1312 +#: VippsApi.class.php:1329 VippsApi.class.php:1330 VippsApi.class.php:1333 +#: VippsApi.class.php:1334 VippsApi.class.php:1370 VippsApi.class.php:1371 +#: VippsApi.class.php:1374 VippsApi.class.php:1375 VippsApi.class.php:1395 +#: VippsApi.class.php:1396 VippsApi.class.php:1399 VippsApi.class.php:1400 +msgid "The Vipps gateway is not correctly configured." +msgstr "Betal med Vipps for Woocommerce er ikke korrekt konfigurert" + +#: VippsApi.class.php:176 VippsApi.class.php:179 +msgid "Could not get Vipps access token" +msgstr "Kunne ikke hente adgangskoden for Vipps" + +#: Vipps.class.php:4558 +msgid "Waiting for your order confirmation" +msgstr "Venter på bekreftelse av ordren din" + +#: Vipps.class.php:4549 +msgid "Continue" +msgstr "Fortsett" + +#: Vipps.class.php:4548 +msgid "Order confirmed" +msgstr "Ordre bekreftet" + +#: Vipps.class.php:4544 +msgid "An error occured during order confirmation. The error has been logged. Please contact us to determine the status of your order" +msgstr "En feil oppsto under bekreftelse av ordren. Feilen har blitt logget. Ta kontakt med oss for å se status på ordren din" + +#: Vipps.class.php:4543 +msgid "Error during order confirmation" +msgstr "Feil under bekreftelse av ordren" + +#: Vipps.class.php:4526 +msgid "Waiting for confirmation of purchase from %1$s" +msgstr "Venter på bekreftelse fra %1$s" + +#: Vipps.class.php:4506 Vipps.class.php:4545 Vipps.class.php:4553 +msgid "Continue shopping" +msgstr "Fortsett å handle" + +#: Vipps.class.php:4505 Vipps.class.php:4508 Vipps.class.php:4552 +msgid "Order cancelled" +msgstr "Ordre avbrutt" + +#: Vipps.class.php:1677 Vipps.class.php:4460 +msgid "Unknown order" +msgstr "Ukjent ordre" + +#: WC_Gateway_Vipps.class.php:1217 +msgid "Express Checkout" +msgstr "Hurtigkasse" + +#: Vipps.class.php:4391 +msgid "Order in progress" +msgstr "Ordre underveis" + +#: Vipps.class.php:4389 +msgid "Please wait while we are preparing your order" +msgstr "Vent mens vi forbereder ordren din" #: Vipps.class.php:4197 msgid "Your shopping cart is empty" msgstr "Handlekurven din er tom" -#: VippsApi.class.php:834 -#, php-format -msgid "" -"Your site does not have a Terms and Conditions page defined - starting %1$s " -"anyway, but this should be defined" -msgstr "" -"Nettstedet ditt har ingen Vilkår-side definert - starter %1$s likevel, men " -"en slik side er påkrevet" +#: Vipps.class.php:3829 Vipps.class.php:3843 +msgid "Waiting on order" +msgstr "Venter på ordren" -#: WC_Gateway_Vipps.class.php:1408 -msgid "" -"Your test account \"Merchant Serial Number\" from the Developer tab on https:" -"//portal.vippsmobilepay.com" -msgstr "" -"Din “Merchant Serial Number” for din testkonto under “Utvikler” fanen på " -"https://portal.vippsmobilepay.com/" +#: Vipps.class.php:3834 Vipps.class.php:3862 +msgid "Order failed" +msgstr "Ordre mislyktes" -#: Vipps.class.php:339 -#, php-format -msgid "" -"Your theme or a plugin is currently overriding the " -"'woo_vipps_shipping_methods' filter to customize your shipping " -"alternatives. While this works, this disables the newer Express Checkout " -"shipping system, which is neccessary if your shipping is to include metadata." -" You can do this, or stop this message, from the settings " -"page" -msgstr "" -"Ditt tema eller en utvidelse overstyrer for øyeblikket filteret " -"'woo_vipps_shipping_methods' for å tilpasse dine fraktalternativer. " -"Dette virker, men vil skru av den nyere Hurtigkasse-fraktmodulen, som er " -"nødvendig hvis fraktmetodene dine skal inneholde metadata. Du kan gjøre " -"dette, eller skru av denne meldingen, fra oppsettssiden" +#: Vipps.class.php:3857 +msgid "Payment captured" +msgstr "Betaling trukket" + +#: Vipps.class.php:3851 +msgid "Payment authorized" +msgstr "Betaling godkjent" + +#: Vipps.class.php:3819 Vipps.class.php:3824 +msgid "Not an order" +msgstr "Ikke en ordre" + +#: Vipps.class.php:3633 Vipps.class.php:3778 Vipps.class.php:4312 +#: WC_Gateway_Vipps.class.php:824 WC_Gateway_Vipps.class.php:1851 +#: WC_Gateway_Vipps.class.php:1947 WC_Gateway_Vipps.class.php:1993 +msgid "%1$s is temporarily unavailable." +msgstr "%1$s er midlertidig utilgjengelig" + +#: Vipps.class.php:3607 Vipps.class.php:3612 Vipps.class.php:3622 +#: Vipps.class.php:3744 Vipps.class.php:3750 Vipps.class.php:3760 +msgid "Could not create order" +msgstr "Kunne ikke opprette ordre" + +#: Vipps.class.php:2388 +msgid "Did not understand callback from %1$s:" +msgstr "Forsto ikke callback fra %1$s:" + +#: Vipps.class.php:2323 +msgid "Capture payment" +msgstr "Belast betaling" + +#: Vipps.class.php:70 +msgid "Login with Vipps" +msgstr "Innlogging med Vipps" + +#: Vipps.class.php:1294 +msgid "express checkout" +msgstr "hurtigkasse" + +#: Vipps.class.php:1293 +msgid "Skip entering your address and just checkout using" +msgstr "Dropp å skrive adressen din, kjøp heller med" + +#: WC_Gateway_Vipps.class.php:1131 +msgid "Vipps" +msgstr "Vipps" + +#: Vipps.class.php:914 Vipps.class.php:962 +msgid "%1$s is currently in test mode - no real transactions will occur." +msgstr "%1$s er i testmodus - ingen ekte transaksjoner vil skje." \ No newline at end of file diff --git a/readme.txt b/readme.txt index 73891bfc..a4415fd4 100644 --- a/readme.txt +++ b/readme.txt @@ -2,14 +2,14 @@ Contributors: wphostingdev, iverok, perwilhelmsen, nikolaidev, lassepladsen Tags: woocommerce, vipps, mobilepay Tags: woocommerce, vipps -Version: 3.0.7 -Stable tag: 3.0.7 +Version: 3.0.8 +Stable tag: 3.0.8 Requires at least: 6.2 Tested up to: 6.7.1 Requires PHP: 7.0 Requires Plugins: woocommerce WC requires at least: 3.3.4 -WC tested up to: 9.4.2 +WC tested up to: 9.5.0 License: MIT License URI: https://choosealicense.com/licenses/mit/ Official Vipps MobilePay payment plugin for WooCommerce. @@ -94,6 +94,7 @@ Shareable links and QR codes can be generated from the Vipps tab on the product This project is hosted on Github at: https://github.com/vippsas/vipps-woocommerce == Upgrade Notice == +Version 3.0.8 includes a new Buy-now block for Express Checkout that works with the new standard Product Collection block. Version 3.0.7 If an order has been edited so that its value is less than the reserved amount, cancel the rest of the reserved amount after capture Version 3.0.6 Fixes the problem caused by the 3.0.5 fix that disabled Vipps Checkout Version 3.0.5 Fixes compatibility issues with Checkout, Checkout for Recurring, WooCommerce Subscriptions and Gutenberg Checkout block @@ -242,6 +243,9 @@ From version 1.1.13 you can also modify the javascript using the new WP hooks li * 'vippsStatusCheckErrorHandler' - A filter that should return function taking a statustext and an error object. It receives the default error handler, and is called when checking the order status with ajax for some reason ends up in an error. == Changelog == += 2024-12-09 version 3.0.8 = +Support for the Product Collection block with the new Buy-now block for Vipps Express checkout. This new block being standard from Woo 9.5, support for the old "All products" block is removed. The other legacy collection blocks are still supported, since the framework for those is rather easier to maintain. If you are using the All Products block and want support for Express Checkout, we suggest moving on to the new Product Collection block. + = 2024-12-02 version 3.0.7 = If an order has been edited so that its value is less than the reserved amount, cancel the rest of the reserved amount after capture Also, if an order that has not been captured yet needs repayment (in the Processing state) we now allow this. The money can only be refunded after capture, but in this case we will release the "refunded" money as soon as the order has been set to "complete". diff --git a/src/Blocks/package-lock.json b/src/Blocks/package-lock.json index 0f476bcc..8a2e85d2 100644 --- a/src/Blocks/package-lock.json +++ b/src/Blocks/package-lock.json @@ -4,12 +4,14 @@ "requires": true, "packages": { "": { + "dependencies": { + "@wordpress/interactivity": "^6.12.0" + }, "devDependencies": { - "@prettier/plugin-php": "^0.22.2", "@types/wordpress__block-editor": "^11.5.15", "@types/wordpress__blocks": "^12.5.14", "@wordpress/prettier-config": "^4.11.0", - "@wordpress/scripts": "^30.3.0", + "@wordpress/scripts": "^30.5.1", "@wp-blocks/tsconfig": "^0.1.0", "prettier": "^3.3.3", "typescript": "^5.6.3" @@ -3480,18 +3482,28 @@ "dev": true, "license": "MIT" }, - "node_modules/@prettier/plugin-php": { - "version": "0.22.2", - "resolved": "https://registry.npmjs.org/@prettier/plugin-php/-/plugin-php-0.22.2.tgz", - "integrity": "sha512-md0+7tNbsP0oy+wIP3KZZc6fzx1k1jtWaMjOy/gM8yU9f2BDYEi+iHOc/UNPihYvPI28zFTbjvlhH4QXQjQwNg==", - "dev": true, - "license": "MIT", + "node_modules/@preact/signals": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@preact/signals/-/signals-1.3.0.tgz", + "integrity": "sha512-EOMeg42SlLS72dhoq6Vjq08havnLseWmPQ8A0YsgIAqMgWgx7V1a39+Pxo6i7SY5NwJtH4849JogFq3M67AzWg==", "dependencies": { - "linguist-languages": "^7.27.0", - "php-parser": "^3.1.5" + "@preact/signals-core": "^1.7.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/preact" }, "peerDependencies": { - "prettier": "^3.0.0" + "preact": "10.x" + } + }, + "node_modules/@preact/signals-core": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@preact/signals-core/-/signals-core-1.8.0.tgz", + "integrity": "sha512-OBvUsRZqNmjzCZXWLxkZfhcgT+Fk8DDcT/8vD6a1xhDemodyy87UJRJfASMuSD8FaAIeGgGm85ydXhm7lr4fyA==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/preact" } }, "node_modules/@puppeteer/browsers": { @@ -5854,6 +5866,19 @@ "node": ">=12" } }, + "node_modules/@wordpress/interactivity": { + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@wordpress/interactivity/-/interactivity-6.12.0.tgz", + "integrity": "sha512-+A/WmhR+Jxq0680+6OlU71fIXAA30ulFQRKjZO1I1pmo/YivLllJQ7ukeWZPOE6nSuJl9ysTh45jPA6oX7jtSg==", + "dependencies": { + "@preact/signals": "^1.3.0", + "preact": "^10.24.2" + }, + "engines": { + "node": ">=18.12.0", + "npm": ">=8.19.2" + } + }, "node_modules/@wordpress/is-shallow-equal": { "version": "4.58.0", "resolved": "https://registry.npmjs.org/@wordpress/is-shallow-equal/-/is-shallow-equal-4.58.0.tgz", @@ -6064,9 +6089,9 @@ } }, "node_modules/@wordpress/scripts": { - "version": "30.4.0", - "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-30.4.0.tgz", - "integrity": "sha512-hAX8XB8hWlxAyktT4KkBpGttRwSynmtkpLvbVKeKnj+BjABFs4TGb/HCF9hFpUK3huCAg8Ft/sjjczW+5tqspQ==", + "version": "30.5.1", + "resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-30.5.1.tgz", + "integrity": "sha512-VM5NViNfdQR69MWxLnptB8svvnrEV+oUVgWL8icsLdCt2CENgPwUIk/Gs0wzeAVK05cGjrCESapJnEgIXp5lzA==", "dev": true, "license": "GPL-2.0-or-later", "dependencies": { @@ -6112,7 +6137,6 @@ "npm-package-json-lint": "^6.4.0", "npm-packlist": "^3.0.0", "postcss": "^8.4.5", - "postcss-import": "^16.1.0", "postcss-loader": "^6.2.1", "prettier": "npm:wp-prettier@3.0.3", "puppeteer-core": "^23.1.0", @@ -14483,13 +14507,6 @@ "dev": true, "license": "MIT" }, - "node_modules/linguist-languages": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/linguist-languages/-/linguist-languages-7.27.0.tgz", - "integrity": "sha512-Wzx/22c5Jsv2ag+uKy+ITanGA5hzvBZngrNGDXLTC7ZjGM6FLCYGgomauTkxNJeP9of353OM0pWqngYA180xgw==", - "dev": true, - "license": "MIT" - }, "node_modules/linkify-it": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-3.0.3.tgz", @@ -16165,13 +16182,6 @@ "dev": true, "license": "MIT" }, - "node_modules/php-parser": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/php-parser/-/php-parser-3.2.1.tgz", - "integrity": "sha512-WT5AMqe39ZdqAxp9Yp7uR6e3clBWlT1dxHHs49GmnDx2d+975NEiLSVy2tRGLdSC9tgdQOLiN1Yz54g1d2cZDQ==", - "dev": true, - "license": "BSD-3-Clause" - }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", @@ -16549,24 +16559,6 @@ "postcss": "^8.4.31" } }, - "node_modules/postcss-import": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-16.1.0.tgz", - "integrity": "sha512-7hsAZ4xGXl4MW+OKEWCnF6T5jqBw80/EE9aXg1r2yyn1RsVEU8EtKXbijEODa+rg7iih4bKf7vlvTGYR4CnPNg==", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=18.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" - } - }, "node_modules/postcss-loader": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", @@ -17129,6 +17121,15 @@ "dev": true, "license": "MIT" }, + "node_modules/preact": { + "version": "10.25.0", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.25.0.tgz", + "integrity": "sha512-6bYnzlLxXV3OSpUxLdaxBmE7PMOu0aR3pG6lryK/0jmvcDFPlcXGQAt5DpK3RITWiDrfYZRI0druyaK/S9kYLg==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/preact" + } + }, "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", @@ -17624,26 +17625,6 @@ "node": ">=0.10.0" } }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^2.3.0" - } - }, - "node_modules/read-cache/node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", diff --git a/src/Blocks/package.json b/src/Blocks/package.json index 3eb5f23d..d165fe3c 100644 --- a/src/Blocks/package.json +++ b/src/Blocks/package.json @@ -9,13 +9,16 @@ "start": "wp-scripts start --webpack-copy-php --output-path=../../Blocks/dist" }, "devDependencies": { - "@prettier/plugin-php": "^0.22.2", "@types/wordpress__block-editor": "^11.5.15", "@types/wordpress__blocks": "^12.5.14", "@wordpress/prettier-config": "^4.11.0", - "@wordpress/scripts": "^30.3.0", + "@wordpress/scripts": "^30.5.1", "@wp-blocks/tsconfig": "^0.1.0", "prettier": "^3.3.3", "typescript": "^5.6.3" + }, + "dependencies": { + "@wordpress/interactivity": "^6.12.0" } } + diff --git a/src/Blocks/src/buy-now/block.json b/src/Blocks/src/buy-now/block.json new file mode 100644 index 00000000..d0bc0807 --- /dev/null +++ b/src/Blocks/src/buy-now/block.json @@ -0,0 +1,32 @@ +{ + "$schema": "https://schemas.wp.org/trunk/block.json", + "apiVersion": 3, + "name": "woo-vipps/buy-now", + "version": "2.0.0", + "title": "Vipps MobilePay Buy Now", + "attributes": { + "isInQuery": { + "type": "boolean", + "default": "false" + } + }, + "keywords": [ + "WooCommerce", + "woo-gutenberg-products-block" + ], + "category": "woocommerce", + "parent": [ + "woocommerce/product-template" + ], + "usesContext": [ + "query", + "queryId", + "postId" + ], + "supports": { + "html": false + }, + "textdomain": "woo-vipps", + "editorScript": "file:./index.js", + "render": "file:./render.php" +} \ No newline at end of file diff --git a/src/Blocks/src/buy-now/edit.tsx b/src/Blocks/src/buy-now/edit.tsx new file mode 100644 index 00000000..7b174f1c --- /dev/null +++ b/src/Blocks/src/buy-now/edit.tsx @@ -0,0 +1,43 @@ +import type { BlockEditProps } from '@wordpress/blocks'; +import type { BlockAttributes } from '@wordpress/blocks'; +import { useBlockProps } from '@wordpress/block-editor'; + +// Injected config. LP 27.11.2024 +declare const VippsConfig: { + BuyNowWithVipps: string; + logoSvgUrl: string; +}; + +interface Attributes extends BlockAttributes { + isInQuery: boolean; +} + +export default function Edit({ + context, + setAttributes, +}: BlockEditProps) { + // Planned feature. LP 29.11.2024 + if (context['query']) setAttributes({ isInQuery: true }); + + return ( + <> +
+ + {VippsConfig['BuyNowWithVipps']} + +
+ + ); +} diff --git a/src/Blocks/src/buy-now/index.tsx b/src/Blocks/src/buy-now/index.tsx new file mode 100644 index 00000000..24e76a00 --- /dev/null +++ b/src/Blocks/src/buy-now/index.tsx @@ -0,0 +1,26 @@ +import { registerBlockType } from '@wordpress/blocks'; + +import Edit from './edit'; +import metadata from './block.json'; + +// Injected config. LP 27.11.2024 +declare const VippsConfig: { + vippssmileurl: string; + vippsbuynowbutton: string; + vippsbuynowdescription: string; +}; + +// @ts-ignore +registerBlockType(metadata.name, { + edit: Edit, + + // Override metadata. LP 29.11.2024 + title: VippsConfig['vippsbuynowbutton'], + description: VippsConfig['vippsbuynowdescription'], + icon: ( + + ), +}); diff --git a/src/Blocks/src/buy-now/render.php b/src/Blocks/src/buy-now/render.php new file mode 100644 index 00000000..4ada9deb --- /dev/null +++ b/src/Blocks/src/buy-now/render.php @@ -0,0 +1,14 @@ +context['postId'] ?? 0; +$product = $pid ? wc_get_product($pid) : 0; +if ($product && is_a($product, 'WC_Product')) { + $supports = $vipps->loop_single_product_is_express_checkout_purchasable($product); + +} + +// Only create button if the product has woo-vipps express checkout enabled. LP 29.11.2024 +if ($supports) { + echo "
" . $vipps->get_buy_now_button($product->get_id(), false) . "
"; +} diff --git a/src/Blocks/src/vipps-badge/blockConfig.ts b/src/Blocks/src/vipps-badge/blockConfig.ts deleted file mode 100644 index 1af43ecc..00000000 --- a/src/Blocks/src/vipps-badge/blockConfig.ts +++ /dev/null @@ -1,5 +0,0 @@ -import type { VippsBadgeBlockConfig } from './types'; - -// const injectedVippsBadgeBlockConfig gets injected from /Blocks/woo-vipps-blocks.php It should follow the interface VippsBadgeBlockConfig. LP 08.11.2024 -// @ts-ignore -export const blockConfig: VippsBadgeBlockConfig = injectedVippsBadgeBlockConfig; diff --git a/src/Blocks/src/vipps-badge/edit.tsx b/src/Blocks/src/vipps-badge/edit.tsx index 50a66252..da48b698 100644 --- a/src/Blocks/src/vipps-badge/edit.tsx +++ b/src/Blocks/src/vipps-badge/edit.tsx @@ -3,10 +3,12 @@ import { __ } from '@wordpress/i18n'; import { InspectorControls, useBlockProps } from '@wordpress/block-editor'; import { SelectControl, PanelBody } from '@wordpress/components'; -import type { VippsBadgeBlockAttributes } from './types'; -import { blockConfig } from './blockConfig'; +import type { VippsBadgeBlockAttributes, VippsBadgeBlockConfig } from './types'; import './editor.css'; +declare var injectedVippsBadgeBlockConfig: VippsBadgeBlockConfig; +const blockConfig = injectedVippsBadgeBlockConfig; + export default function Edit({ attributes, setAttributes, diff --git a/src/Blocks/src/vipps-badge/index.tsx b/src/Blocks/src/vipps-badge/index.tsx index 0067cd5b..03ea08a4 100644 --- a/src/Blocks/src/vipps-badge/index.tsx +++ b/src/Blocks/src/vipps-badge/index.tsx @@ -3,7 +3,11 @@ import { registerBlockType } from '@wordpress/blocks'; import Edit from './edit'; import save from './save'; import metadata from './block.json'; -import { blockConfig } from './blockConfig'; + +import type { VippsBadgeBlockConfig } from './types'; + +declare var injectedVippsBadgeBlockConfig: VippsBadgeBlockConfig; +const blockConfig = injectedVippsBadgeBlockConfig; // @ts-ignore registerBlockType(metadata.name, { diff --git a/src/Blocks/src/vipps-badge/save.tsx b/src/Blocks/src/vipps-badge/save.tsx index ee7c38e5..b159392d 100644 --- a/src/Blocks/src/vipps-badge/save.tsx +++ b/src/Blocks/src/vipps-badge/save.tsx @@ -1,8 +1,10 @@ import type { BlockSaveProps } from '@wordpress/blocks'; import { useBlockProps } from '@wordpress/block-editor'; -import type { VippsBadgeBlockAttributes } from './types'; -import { blockConfig } from './blockConfig'; +import type { VippsBadgeBlockAttributes, VippsBadgeBlockConfig } from './types'; + +declare var injectedVippsBadgeBlockConfig: VippsBadgeBlockConfig; +const blockConfig = injectedVippsBadgeBlockConfig; export default function save({ attributes, diff --git a/woo-vipps.php b/woo-vipps.php index 156e92ab..07fdd81a 100644 --- a/woo-vipps.php +++ b/woo-vipps.php @@ -7,8 +7,8 @@ Author URI: https://www.wp-hosting.no/ Text-domain: woo-vipps Domain Path: /languages - Version: 3.0.7 - Stable tag: 3.0.7 + Version: 3.0.8 + Stable tag: 3.0.8 Requires at least: 6.2 Tested up to: 6.7.1 Requires PHP: 7.0 @@ -49,7 +49,7 @@ // Report version externally -define('WOO_VIPPS_VERSION', '3.0.7'); +define('WOO_VIPPS_VERSION', '3.0.8'); if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly