-
Notifications
You must be signed in to change notification settings - Fork 13
/
nn_NO.csv
We can't make this file beautiful and searchable because it's too large.
12074 lines (12074 loc) · 914 KB
/
nn_NO.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Now Shopping by,Handler nå etter,theme,frontend/Magento/luma
Previous,Forrige,theme,frontend/Magento/luma
Remove,Fjern,theme,frontend/Magento/luma
Remove This Item,Fjern dette elementet,theme,frontend/Magento/luma
Shop By,Handle etter,theme,frontend/Magento/luma
Clear All,Fjern alle,theme,frontend/Magento/luma
Shopping Options,Butikkalternativer,theme,frontend/Magento/luma
Welcome to %store_name,Velkommen til %store_name,theme,frontend/Magento/luma
"%name,","%name,",theme,frontend/Magento/luma
Welcome to %store_name.,Velkommen til %store_name.,theme,frontend/Magento/luma
"To sign in to our site, use these credentials during checkout or on the <a href=""%customer_url"">My Account</a> page:","For å logge deg på nettstedet vårt, kan du bruke disse opplysningene i kassen eller på siden <a href=""%customer_url""> Min konto</a>:",theme,frontend/Magento/luma
Email:,E-Post:,theme,frontend/Magento/luma
Password:,Passord:,theme,frontend/Magento/luma
Password you set when creating account,Passordet du oppga når du opprettet kontoen,theme,frontend/Magento/luma
"Forgot your account password? Click <a href=""%reset_url"">here</a> to reset it.","Glemt passordet? Klikk <a href=""%reset_url""> her</a> å tilbakestille den.",theme,frontend/Magento/luma
"When you sign in to your account, you will be able to:","Når du logger på kontoen din, vil du kunne:",theme,frontend/Magento/luma
Quick Checkout,Hurtigkasse,theme,frontend/Magento/luma
Proceed through checkout faster,Fortsett gjennom kassen raskere,theme,frontend/Magento/luma
Order Status,Bestillingsstatus,theme,frontend/Magento/luma
Check the status of orders,Kontrollere statusen for ordrer,theme,frontend/Magento/luma
Manage Addresses,Administrere adresser,theme,frontend/Magento/luma
Store alternative addresses,Lagre alternative adresser,theme,frontend/Magento/luma
For shipping to multiple family members and friends,For sending til flere familiemedlemmer og venner,theme,frontend/Magento/luma
Order History,Ordrehistorikk,theme,frontend/Magento/luma
View past orders,Vis tidligere ordrer,theme,frontend/Magento/luma
Footer,Bunntekst,theme,frontend/Magento/luma
About Us,Om oss,theme,frontend/Magento/luma
Customer Service,Kundeservice,theme,frontend/Magento/luma
"<a href=""tel:%store_phone"">%store_phone</a>","<a href=""tel:%store_phone""> %store_phone</a>",theme,frontend/Magento/luma
"Hours of Operation:<br /><span class=""no-link"">%store_hours</span>.","Åpningstider: < br / ><span class=""no-link"">%store_hours</span>.",theme,frontend/Magento/luma
Credit memo for your %store_name order,Kreditnota for bestillingen %store_name,theme,frontend/Magento/luma
Thank you for your order from %store_name.,Takk for bestillingen din fra %store_name.,theme,frontend/Magento/luma
"You can check the status of your order by <a href=""%account_url"">logging into your account</a>.","Du kan sjekke statusen for bestillingen din ved å <a href=""%account_url""> logge inn på din konto</a>.",theme,frontend/Magento/luma
"If you have questions about your order, you can email us at <a href=""mailto:%store_email"">%store_email</a>.","Hvis du har spørsmål om bestillingen, kan du sende oss epost på <a href=""mailto:%store_email""> %store_email</a>.",theme,frontend/Magento/luma
Your Credit Memo #%creditmemo_id for Order #%order_id,Din kreditnota #%creditmemo_id for ordre #%order_id,theme,frontend/Magento/luma
Billing Info,Faktureringsinformasjon,theme,frontend/Magento/luma
Shipping Info,Fraktinformasjon,theme,frontend/Magento/luma
Payment Method,Betalingsmåte,theme,frontend/Magento/luma
Shipping Method,Forsendelsesmåte,theme,frontend/Magento/luma
Update to your %store_name credit memo,Oppdatering til din %store_name kreditnota,theme,frontend/Magento/luma
Your order #%increment_id has been updated with a status of <strong>%order_status</strong>.,Din ordre #%increment_id har blitt oppdatert med statusen <strong>%order_status</strong>.,theme,frontend/Magento/luma
Invoice for your %store_name order,Faktura for bestillingen %store_name,theme,frontend/Magento/luma
Your Invoice #%invoice_id for Order #%order_id,Din faktura #%invoice_id for ordre #%order_id,theme,frontend/Magento/luma
Update to your %store_name invoice,Oppdatering til din faktura fra %store_name,theme,frontend/Magento/luma
Your %store_name order confirmation,Ordrebekreftelse for %store_name,theme,frontend/Magento/luma
"%customer_name,","%customer_name,",theme,frontend/Magento/luma
Once your package ships we will send you a tracking number.,Når pakken din sendes sender vi deg et sporingsnummer.,theme,frontend/Magento/luma
"Your Order <span class=""no-link"">#%increment_id</span>","Din ordre <span class=""no-link""> #%increment_id</span>",theme,frontend/Magento/luma
"Placed on <span class=""no-link"">%created_at</span>","Plassert den <span class=""no-link"">%created_at</span>",theme,frontend/Magento/luma
Update to your %store_name order,Oppdatering til din %store_name ordre,theme,frontend/Magento/luma
Your %store_name order has shipped,Din %store_name ordre har blitt sendt,theme,frontend/Magento/luma
Your shipping confirmation is below. Thank you again for your business.,Bekreftelse for frakt er under. Takk for handelen.,theme,frontend/Magento/luma
Your Shipment #%shipment_id for Order #%order_id,Din forsendelse #%shipment_id for ordre #%order_id,theme,frontend/Magento/luma
Update to your %store_name shipment,Oppdatering til din %store_name forsendelse,theme,frontend/Magento/luma
Account Dashboard,Kontooversikt,theme,frontend/Magento/luma
Account Information,Kontoinformasjon,theme,frontend/Magento/luma
Address Book,Adressebok,theme,frontend/Magento/luma
All,Alle,module,Magento_AdminGws
None,Ingen,module,Magento_AdminGws
Allowed Scopes,Tillatte områder,module,Magento_AdminGws
You need more permissions to delete this item(s): %1.,Du trenger flere tillatelser til å slette element(et): %1.,module,Magento_AdminGws
You need more permissions to apply some of the rule updates.,Du trenger flere tillatelser for å utføre noen av regeloppdateringene.,module,Magento_AdminGws
Please assign this entity to a store view.,Vennligst tilordne denne enheten til en butikk.,module,Magento_AdminGws
You can create orders only in an active store.,Du kan kun opprette ordre i en aktiv butikk.,module,Magento_AdminGws
Please assign this item to a store view.,Du må tilordne dette elementet til en butikkvisning.,module,Magento_AdminGws
You need more permissions to save this item.,Du trenger mer tillatelse for å lagre dette elementet.,module,Magento_AdminGws
You need more permissions to delete this item.,Du trenger flere tillatelser for å slette dette elementet.,module,Magento_AdminGws
You need more permissions to view this item.,Du trenger mer tillatelse til å vise dette elementet.,module,Magento_AdminGws
Please specify at least one website or one store group.,Angi minst ett nettsted eller en gruppe.,module,Magento_AdminGws
You need more permissions to set All Scopes to a Role.,Du trenger flere tillatelser for å sette alle rolleomfang til en rolle.,module,Magento_AdminGws
Incorrect website ID: %1,Feil nettsted-ID: %1,module,Magento_AdminGws
"You need more permissions to access website ""%1"".","Du trenger flere tillatelser for å få tilgang til nettside ""%1"".",module,Magento_AdminGws
Incorrect store ID: %1,Feil butikk ID: %1,module,Magento_AdminGws
You need more permissions to save this setting.,Du trenger flere tillatelser for å lagre denne innstillingen.,module,Magento_AdminGws
Role Scopes,Rolleområder,module,Magento_AdminGws
Custom,Egendefinert,module,Magento_AdminGws
Read Details,Les detaljer,module,Magento_AdminNotification
Mark as Read,Marker som lest,module,Magento_AdminNotification
Are you sure?,Er du sikker?,module,Magento_AdminNotification
Remove,Fjern,module,Magento_AdminNotification
Messages Inbox,Beskjeder Innboks,module,Magento_AdminNotification
You have %1 new system messages,Du har %1 nye systemmeldinger,module,Magento_AdminNotification
You have %1 new system message,Du har %1 ny systemmelding,module,Magento_AdminNotification
Incoming Message,Innkommende melding,module,Magento_AdminNotification
close,lukk,module,Magento_AdminNotification
Notifications,Varslinger,module,Magento_AdminNotification
The message has been marked as Read.,Meldingen er markert som lest.,module,Magento_AdminNotification
We couldn't mark the notification as Read because of an error.,Vi kunne ikke merke meldingen som lest på grunn av en feil.,module,Magento_AdminNotification
Please select messages.,Velg meldinger.,module,Magento_AdminNotification
A total of %1 record(s) have been marked as Read.,Totalt %1 post(er) er merket som lest.,module,Magento_AdminNotification
Total of %1 record(s) have been removed.,Totalt av %1 oppføring(er) er fjernet.,module,Magento_AdminNotification
We couldn't remove the messages because of an error.,Vi kunne ikke fjerne meldinger på grunn av en feil.,module,Magento_AdminNotification
The message has been removed.,Meldingen ble fjernet.,module,Magento_AdminNotification
1 Hour,1 time,module,Magento_AdminNotification
2 Hours,2 timer,module,Magento_AdminNotification
6 Hours,6 timer,module,Magento_AdminNotification
12 Hours,12 timer,module,Magento_AdminNotification
24 Hours,24 timer,module,Magento_AdminNotification
critical,kritisk,module,Magento_AdminNotification
major,stor,module,Magento_AdminNotification
minor,mindre,module,Magento_AdminNotification
notice,varsel,module,Magento_AdminNotification
Wrong message type,Feil meldingstype,module,Magento_AdminNotification
Wrong notification ID specified.,Feil varsel-ID er spesifisert.,module,Magento_AdminNotification
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} anbefales ikke til bruk i et produksjonsmiljø for å erklære Base usikker URL / Base sikre URL. Vi anbefaler å endre denne verdien i Magento <a href=""%1""> konfigurasjon</a>.",module,Magento_AdminNotification
One or more of the Cache Types are invalidated: %1. ,En eller flere av Cache-typene er invalidert: %1. ,module,Magento_AdminNotification
"Please go to <a href=""%1"">Cache Management</a> and refresh cache types.","Gå til <a href=""%1"">Cache Behandling</a> og velg oppdater Cashe-typer.",module,Magento_AdminNotification
We were unable to synchronize one or more media files. Please refer to the log file for details.,Vi kunne ikke synkronisere én eller flere mediefiler. Se loggfilen for detaljer.,module,Magento_AdminNotification
Synchronization of media storages has been completed.,Synkronisering av media lagringen er fullført.,module,Magento_AdminNotification
Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider.,Webserveren er konfigurert feil og gir uautorisert tilgang til sensitive filer. Kontakt din leverandør.,module,Magento_AdminNotification
System Messages:,Systemmeldinger:,module,Magento_AdminNotification
Critical System Messages,Kritiske systemmeldinger,module,Magento_AdminNotification
Major System Messages,Store systemmeldinger,module,Magento_AdminNotification
System messages,Systemmeldinger,module,Magento_AdminNotification
Close,Lukk,module,Magento_AdminNotification
See All (,Se alle (,module,Magento_AdminNotification
unread), uleste),module,Magento_AdminNotification
Show Toolbar,Vis verktøylinje,module,Magento_AdminNotification
Show List,Vis liste,module,Magento_AdminNotification
Use HTTPS to Get Feed,Bruk HTTPS for å få tjener,module,Magento_AdminNotification
Update Frequency,Oppdateringsfrekvens,module,Magento_AdminNotification
Last Update,Siste oppdatering,module,Magento_AdminNotification
Severity,Alvorlighetsgrad,module,Magento_AdminNotification
Date Added,Dato lagt til,module,Magento_AdminNotification
Message,Melding,module,Magento_AdminNotification
Actions,Handlinger,module,Magento_AdminNotification
Manage Shopping Cart,Administrere handlekurv,module,Magento_AdvancedCheckout
Create Order,Opprett ordre,module,Magento_AdvancedCheckout
Back,Tilbake,module,Magento_AdvancedCheckout
Add Products,Legg til produkter,module,Magento_AdvancedCheckout
Update Items and Quantities,Oppdatere varer og antall,module,Magento_AdvancedCheckout
Are you sure you want to clear your cart?,Er du sikker på at du vil tømme handlekurven?,module,Magento_AdvancedCheckout
Clear my shopping cart,Tøm min handlekurv,module,Magento_AdvancedCheckout
Add selections to my cart,Legg valgte produkter i handlevognen min,module,Magento_AdvancedCheckout
Cancel,Avbryt,module,Magento_AdvancedCheckout
Shopping Cart for %1 in %2,Handlekurv for %1 i %2,module,Magento_AdvancedCheckout
Select products you want to buy,Velg produkter du ønsker å kjøpe,module,Magento_AdvancedCheckout
Product,Produkt,module,Magento_AdvancedCheckout
Price,Pris,module,Magento_AdvancedCheckout
Quantity,Antall,module,Magento_AdvancedCheckout
Products in the Comparison List (%1),Produkter i sammenlignings-listen (%1),module,Magento_AdvancedCheckout
Last ordered items (%1),Siste bestilte varer (%1),module,Magento_AdvancedCheckout
Products,Produkter,module,Magento_AdvancedCheckout
ID,ID,module,Magento_AdvancedCheckout
SKU,SKU,module,Magento_AdvancedCheckout
Recently Compared Products (%1),Nylig sammenlignede produkter (%1),module,Magento_AdvancedCheckout
Recently Viewed Products (%1),Nylig viste produkter (%1),module,Magento_AdvancedCheckout
Add to Shopping Cart by SKU,Legg til handlekurv etter SKU,module,Magento_AdvancedCheckout
Add to Shopping Cart,Legg til handlekurv,module,Magento_AdvancedCheckout
Wish List (%1),Ønskeliste (%1),module,Magento_AdvancedCheckout
Apply,Utfør,module,Magento_AdvancedCheckout
Configure,Konfigurer,module,Magento_AdvancedCheckout
Add to Order by SKU,Legge til ordre etter SKU,module,Magento_AdvancedCheckout
Add to Order,Legge til ordre,module,Magento_AdvancedCheckout
Add Products to Order,Legg produkter til ordren,module,Magento_AdvancedCheckout
"<span><span id=""sku-attention-num"">%1</span> product(s) require attention.</span>","<span><span id=""sku-attention-num"">%1</span> produkt(er) krever tilsyn.</span>",module,Magento_AdvancedCheckout
Remove All,Fjern alle,module,Magento_AdvancedCheckout
Only %1%2%3 left in stock,Bare %1%2%3 igjen på lager,module,Magento_AdvancedCheckout
You can buy up to %1 of these per purchase.,Du kan kjøpe %1 av disse per innkjøp.,module,Magento_AdvancedCheckout
You must buy at least %1 of these per purchase.,Du må kjøpe minst %1 av disse per innkjøp.,module,Magento_AdvancedCheckout
Specify the product's options.,Angi alternativ for produktet.,module,Magento_AdvancedCheckout
Alert me when this item is available.,Varsle meg når dette produkt er tilgjengelig.,module,Magento_AdvancedCheckout
We can't find this customer.,Vi finner ikke denne kunden.,module,Magento_AdvancedCheckout
Shopping cart management is disabled for this customer.,Administrasjon av handlekurv er deaktivert for denne kunden.,module,Magento_AdvancedCheckout
We can't find this store.,Vi finner ikke denne butikken.,module,Magento_AdvancedCheckout
Customers,Kunder,module,Magento_AdvancedCheckout
Shopping Cart,Handlevogn,module,Magento_AdvancedCheckout
"Sorry, something went wrong. You can find out more in the error log.","Beklager, noe gikk galt. Du kan finne ut mer i feilloggen.",module,Magento_AdvancedCheckout
You do not have access to this.,Du har ikke tilgang til dette.,module,Magento_AdvancedCheckout
Ordered item id is not received.,Bestilt vare id er ikke mottatt.,module,Magento_AdvancedCheckout
Ordered item is not loaded.,Bestilt vare er ikke lastet.,module,Magento_AdvancedCheckout
Quote item id is not received.,Sitat-IDen ikke er mottatt.,module,Magento_AdvancedCheckout
Quote item is not loaded.,Sitat elementet er ikke lastet inn.,module,Magento_AdvancedCheckout
The wish list item id is not received.,Ønske listeelement-id er ikke mottatt.,module,Magento_AdvancedCheckout
The wish list item is not loaded.,Ønskelisten er ennå ikke lastet.,module,Magento_AdvancedCheckout
An error has occurred. See error log for details.,Det har oppstått en feil. Se i feilloggen for mer informasjon.,module,Magento_AdvancedCheckout
You cannot configure a product.,Du kan ikke konfigurere et produkt.,module,Magento_AdvancedCheckout
You removed the items.,Du fjernet elementene.,module,Magento_AdvancedCheckout
You removed the item.,Du fjernet varen.,module,Magento_AdvancedCheckout
You added %1 to your shopping cart.,Du har lagt %1 i handlekurven.,module,Magento_AdvancedCheckout
You cannot add a product.,Du kan ikke legge til et produkt.,module,Magento_AdvancedCheckout
Order by SKU,Sorter etter SKU,module,Magento_AdvancedCheckout
SKU not found in catalog.,SKU ikke funnet i katalogen.,module,Magento_AdvancedCheckout
Availability: Out of stock.,Tilgjengelighet: Ikke på lager.,module,Magento_AdvancedCheckout
We don't have as many of these as you want.,Vi har ikke så mange av disse som du ønsker.,module,Magento_AdvancedCheckout
You can't add this many to your cart.,Du kan ikke legge til så mange i din handlekurv.,module,Magento_AdvancedCheckout
You need to choose options for your item.,Velg ønsket variant av produktet av produktet.,module,Magento_AdvancedCheckout
We can't add the item to your cart.,Vi kan ikke legge til elementet i handlekurven.,module,Magento_AdvancedCheckout
"Please enter an actual number in the ""Qty"" field.","Vennligst oppgi faktisk antall i ""Antall"" feltet.",module,Magento_AdvancedCheckout
This product is assigned to another website.,Dette produktet tilhører en annen webside.,module,Magento_AdvancedCheckout
You can add only enabled products.,Du kan bare legge til aktiverte produkter.,module,Magento_AdvancedCheckout
You cannot upload this file.,Du kan ikke laste opp denne filen.,module,Magento_AdvancedCheckout
The file is empty.,Filen er tom.,module,Magento_AdvancedCheckout
"You have not entered a product SKU. Please <a href=""%1"">click here</a> to add product(s) by SKU.","Du har ikke lagt inn et produktnummer (SKU). Vennligst <a href=""%1"">klikk her</a> for å legge til proukt(er) ved produktnummer (SKU).",module,Magento_AdvancedCheckout
You have not entered a product SKU.,Du har ikke lagt inn et produktnummer (SKU).,module,Magento_AdvancedCheckout
"We can't add a product to cart by id ""%1"".","Vi kan ikke legge til et produkt av id ""%1"".",module,Magento_AdvancedCheckout
Something went wrong while reordering this product.,Noe gikk galt med bestillingen av dette produktet.,module,Magento_AdvancedCheckout
We can't find this wish list.,Vi finner ikke denne ønskeliste.,module,Magento_AdvancedCheckout
You added %1 product to your shopping cart.,Du la %1 produkt til handlekurven.,module,Magento_AdvancedCheckout
You added %1 products to your shopping cart.,Du la %1 produkt til handlekurven.,module,Magento_AdvancedCheckout
%1 product requires your attention.,%1 produkt krever din oppmerksomhet.,module,Magento_AdvancedCheckout
%1 products require your attention.,%1 produkter krever din oppmerksomhet.,module,Magento_AdvancedCheckout
"Yes, for Specified Customer Groups","Ja, for angitte kundegrupper",module,Magento_AdvancedCheckout
"Yes, for Everyone","Ja, for alle",module,Magento_AdvancedCheckout
No,Nei,module,Magento_AdvancedCheckout
The file is corrupt.,Filen er skadet.,module,Magento_AdvancedCheckout
Please upload the file in .csv format.,Vennligst opplast filen i .csv format.,module,Magento_AdvancedCheckout
%1 item(s) need your attention.,%1 element(er) krever din oppmerksomhet.,module,Magento_AdvancedCheckout
Apply Coupon Code,Bruk kupongkode,module,Magento_AdvancedCheckout
Remove Coupon Code,Fjern kupong kode,module,Magento_AdvancedCheckout
Remove,Fjern,module,Magento_AdvancedCheckout
"The coupon code ""%1"" is not valid.","Rabattkode ""%1"" er ikke gyldig.",module,Magento_AdvancedCheckout
Shopping Cart Items,Handlekurvelementer,module,Magento_AdvancedCheckout
Qty,Ant,module,Magento_AdvancedCheckout
Subtotal,Delsum,module,Magento_AdvancedCheckout
Discount,Rabatt,module,Magento_AdvancedCheckout
Row Subtotal,Rad delsum,module,Magento_AdvancedCheckout
Action,Handling,module,Magento_AdvancedCheckout
No ordered items,Ingen bestilte varer,module,Magento_AdvancedCheckout
Total %1 product(s),Totalt %1 produkt(er),module,Magento_AdvancedCheckout
Subtotal:,Delsum:,module,Magento_AdvancedCheckout
Please select,Vennligst velg,module,Magento_AdvancedCheckout
Move to Wish List,Flytt til ønskeliste,module,Magento_AdvancedCheckout
No item specified.,Ingen elementer er angitt.,module,Magento_AdvancedCheckout
Are you sure you want to remove this item?,Er du sikker på at du vil fjerne dette elementet?,module,Magento_AdvancedCheckout
SKU number,SKU nummer,module,Magento_AdvancedCheckout
Upload File,Last opp fil,module,Magento_AdvancedCheckout
"Your csv file must include ""sku"" and ""qty"" columns.","CSV-filen må inneholde kolonnene ""sku"" og ""qty"".",module,Magento_AdvancedCheckout
Reset,Tilbakestill,module,Magento_AdvancedCheckout
SKU: ,Produktnummer (SKU): ,module,Magento_AdvancedCheckout
"Only <span id=""%1_max_allowed"">%2</span> in stock","Bare <span id=""%1_max_allowed"">%2</span> på lager",module,Magento_AdvancedCheckout
Item,Element,module,Magento_AdvancedCheckout
See price before order confirmation.,Se priser før ordrebekreftelse.,module,Magento_AdvancedCheckout
What's this?,Hva er dette?,module,Magento_AdvancedCheckout
Incl. Tax,Inkl. MVA,module,Magento_AdvancedCheckout
Excl. Tax,ex. moms,module,Magento_AdvancedCheckout
Edit item parameters,Rediger parametere,module,Magento_AdvancedCheckout
Edit,Endre,module,Magento_AdvancedCheckout
Remove item,Fjern vare,module,Magento_AdvancedCheckout
Products Requiring Attention,Produkter som krever din oppmerksomhet,module,Magento_AdvancedCheckout
Add to Cart,Legg i handlekurv,module,Magento_AdvancedCheckout
Sku,Sku,module,Magento_AdvancedCheckout
File,Fil,module,Magento_AdvancedCheckout
File extensions allowed: .csv,Tillatte filformater: .csv,module,Magento_AdvancedCheckout
Add Row,Legg til rad,module,Magento_AdvancedCheckout
Remove Row,Fjerne rad,module,Magento_AdvancedCheckout
Add Products By SKU,Legg til produkter ved produktnummer (SKU),module,Magento_AdvancedCheckout
Shopping Cart Management,Handlekurv administrering,module,Magento_AdvancedCheckout
View Shopping Cart,Se handlekurv,module,Magento_AdvancedCheckout
View and modify Shopping Cart,Vis og endre handlekurv,module,Magento_AdvancedCheckout
Order by SKU Settings,Sorter etter produktnummer (SKU) innstillinger,module,Magento_AdvancedCheckout
Enable Order by SKU on My Account in Storefront,Aktiver Bestilling ved produktnummer (SKU) på Din Konto i Butikkfronten,module,Magento_AdvancedCheckout
Customer Groups,Kundegruppe,module,Magento_AdvancedCheckout
Apply Coupon,Bruk rabattkode,module,Magento_AdvancedCheckout
Order by SKU Description,Bestill ved produktbeskrivelse,module,Magento_AdvancedCheckout
Display a Link to Loading a Spreadsheet,Vis en lenke til lasting av regneark,module,Magento_AdvancedCheckout
Defines whether a link to My Account > Order by SKU page will be displayed on the widget,Definer hvorvidt en lenke til Min Konto > Bestill ved produktnummer siden vil vises i widgeten,module,Magento_AdvancedCheckout
Link Text,Link Tekst,module,Magento_AdvancedCheckout
The text of the link to the My Account > Order by SKU page,Teksten i koblingen til min konto > rekkefølge etter produktnummer siden,module,Magento_AdvancedCheckout
Load a list of SKUs,Last liste over produktnummer,module,Magento_AdvancedCheckout
Order by SKU Template,Bestill ved produktmal,module,Magento_AdvancedCheckout
Please correct the data sent.,Korriger dataene som sendes.,module,Magento_AdvancedPricingImportExport
Entity type model '%1' is not found,Finner ikke enhetsmodellen '%1',module,Magento_AdvancedPricingImportExport
Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType,Enhetstypemodellen må være en forekomst av \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType,module,Magento_AdvancedPricingImportExport
There are no product types available for export,Det finnes ingen produkttyper for eksport,module,Magento_AdvancedPricingImportExport
%1 class doesn't implement \Magento\AdvancedRule\Model\Condition\FilterTextGeneratorInterface,%1 klassen implementere ikke \Magento\AdvancedRule\Model\Condition\FilterTextGeneratorInterface,module,Magento_AdvancedRule
Sales Rule,Salgsregel,module,Magento_AdvancedSalesRule
Index sales rule,Indeks salgsregel,module,Magento_AdvancedSalesRule
Related Search Terms,Relaterte søkeord,module,Magento_AdvancedSearch
Add New Search Term,Legge til nye søkeord,module,Magento_AdvancedSearch
button_label,button_label,module,Magento_AdvancedSearch
Missing search engine parameter.,Mangler søkemotor-parameter.,module,Magento_AdvancedSearch
Successful! Test again?,Vellykket! Teste igjen?,module,Magento_AdvancedSearch
Connection failed! Test again?,Tilkobling mislyktes! Prøve igjen?,module,Magento_AdvancedSearch
Enable Search Recommendations,Aktiver søk anbefalinger,module,Magento_AdvancedSearch
When you enable this option your site may slow down.,Når du aktiverer dette alternativet kan webområdet bli tregt.,module,Magento_AdvancedSearch
Search Recommendations Count,Antall søk anbefalinger,module,Magento_AdvancedSearch
Show Results Count for Each Recommendation,Vis antall resultat for hvert forslag,module,Magento_AdvancedSearch
Enable Search Suggestions,Aktivere søkeforslag,module,Magento_AdvancedSearch
Search Suggestions Count,Antall søke forslag,module,Magento_AdvancedSearch
Show Results Count for Each Suggestion,Vis antall resultat for hvert forslag,module,Magento_AdvancedSearch
ID,ID,module,Magento_AdvancedSearch
Search Query,Søkeord,module,Magento_AdvancedSearch
Store,Butikk,module,Magento_AdvancedSearch
Results,Resultater,module,Magento_AdvancedSearch
Uses,Bruk,module,Magento_AdvancedSearch
Redirect URL,Omdirigere URL,module,Magento_AdvancedSearch
Suggested Term,Foreslått begrep,module,Magento_AdvancedSearch
Yes,Ja,module,Magento_AdvancedSearch
No,Nei,module,Magento_AdvancedSearch
Action,Handling,module,Magento_AdvancedSearch
Edit,Rediger,module,Magento_AdvancedSearch
"RPC call failed, connection timed out after %time_out.","RPC-kallet mislyktes, tilkobling tidsavbrutt etter %time_out.",module,Magento_Amqp
Message has been rejected: %1,Meldingen ble avvist: %1,module,Magento_Amqp
Error while checking if topic is synchronous,Feil under kontroll av om emnet er synkront,module,Magento_Amqp
We can't find the role for the user you wanted.,Vi finner ikke rolle for brukeren du ønsket.,module,Magento_Authorization
Something went wrong while compiling a list of allowed resources. You can find out more in the exceptions log.,Noe gikk galt ved kompileringen av en liste over tillatte ressurser. Du kan finne ut mer i unntaksloggen.,module,Magento_Authorization
You created the order.,Du opprettet ordren.,module,Magento_Authorizenet
Order saving error: %1,Ordrelagringsfeil: %1,module,Magento_Authorizenet
Please choose a payment method.,Velg en betalingsmåte.,module,Magento_Authorizenet
We can't process your order right now. Please try again later.,Vi kan ikke behandle bestillingen akkurat nå. Prøv igjen senere.,module,Magento_Authorizenet
Unable to place order. Please try again later.,Unable to place order. Please try again later.,module,Magento_Authorizenet
Credit Card: xxxx-%1,Kredittkort: xxxx-%1,module,Magento_Authorizenet
amount %1,beløp %1,module,Magento_Authorizenet
failed.,mislyktes.,module,Magento_Authorizenet
successful.,vellykket.,module,Magento_Authorizenet
Authorize.Net Transaction ID %1.,Authorize.Net Transaction ID %1.,module,Magento_Authorizenet
authorize,autoriser,module,Magento_Authorizenet
authorize and capture,authorize and capture,module,Magento_Authorizenet
capture,fange,module,Magento_Authorizenet
refund,tilbakebetaling,module,Magento_Authorizenet
void,Ugyldig,module,Magento_Authorizenet
Gateway error: %1,Gateway-feil: %1,module,Magento_Authorizenet
Something went wrong in the payment gateway.,Something went wrong in the payment gateway.,module,Magento_Authorizenet
Invalid amount for capture.,Invalid amount for capture.,module,Magento_Authorizenet
Payment capturing error.,Payment capturing error.,module,Magento_Authorizenet
Invalid transaction ID.,Ugyldig transaksjons-ID.,module,Magento_Authorizenet
Payment voiding error.,Payment voiding error.,module,Magento_Authorizenet
Invalid amount for refund.,Invalid amount for refund.,module,Magento_Authorizenet
Payment refunding error.,Payment refunding error.,module,Magento_Authorizenet
The transaction was declined because the response hash validation failed.,The transaction was declined because the response hash validation failed.,module,Magento_Authorizenet
This payment didn't work out because we can't find this order.,This payment didn't work out because we can't find this order.,module,Magento_Authorizenet
There was a payment authorization error.,There was a payment authorization error.,module,Magento_Authorizenet
Please enter a transaction ID to authorize this payment.,Please enter a transaction ID to authorize this payment.,module,Magento_Authorizenet
Something went wrong: the paid amount doesn't match the order amount. Please correct this and try again.,Something went wrong: the paid amount doesn't match the order amount. Please correct this and try again.,module,Magento_Authorizenet
"Transaction %1 has been approved. Amount %2. Transaction status is ""%3""","Transaction %1 has been approved. Amount %2. Transaction status is ""%3""",module,Magento_Authorizenet
"Transaction %1 has been voided/declined. Transaction status is ""%2"". Amount %3.","Transaction %1 has been voided/declined. Transaction status is ""%2"". Amount %3.",module,Magento_Authorizenet
Authorize Only,Authorize Only,module,Magento_Authorizenet
Authorize and Capture,Authorize and Capture,module,Magento_Authorizenet
Unable to get transaction details. Try again later.,Unable to get transaction details. Try again later.,module,Magento_Authorizenet
Credit Card Type,Kredittkorttype,module,Magento_Authorizenet
Credit Card Number,Kredittkortnummer,module,Magento_Authorizenet
Expiration Date,Utløpsdato,module,Magento_Authorizenet
Card Verification Number,Card Verification Number,module,Magento_Authorizenet
Fraud Detection ,Avdekking av svindel ,module,Magento_Authorizenet
FDS Filter Action,FDS Filter Action,module,Magento_Authorizenet
AVS Response,AVS Response,module,Magento_Authorizenet
Card Code Response,Card Code Response,module,Magento_Authorizenet
CAVV Response,CAVV Response,module,Magento_Authorizenet
Fraud Filters,Svindel-filtre,module,Magento_Authorizenet
Place Order,Bestill,module,Magento_Authorizenet
Authorize.net Direct Post,Authorize.net Direct Post,module,Magento_Authorizenet
Enabled,Aktivert,module,Magento_Authorizenet
Payment Action,Payment Action,module,Magento_Authorizenet
Title,Tittel,module,Magento_Authorizenet
API Login ID,API påloggings-ID,module,Magento_Authorizenet
Transaction Key,Transaksjonsnøkkel,module,Magento_Authorizenet
Merchant MD5,Kjøpmann MD5,module,Magento_Authorizenet
New Order Status,Ny ordrestatus,module,Magento_Authorizenet
Test Mode,Testmodus,module,Magento_Authorizenet
Gateway URL,Gateway URL,module,Magento_Authorizenet
Transaction Details URL,Transaction Details URL,module,Magento_Authorizenet
Accepted Currency,Akseptert valuta,module,Magento_Authorizenet
Debug,Feilsøk,module,Magento_Authorizenet
Email Customer,Email Customer,module,Magento_Authorizenet
Merchant's Email,Merchant's Email,module,Magento_Authorizenet
Credit Card Types,Credit Card Types,module,Magento_Authorizenet
Credit Card Verification,Bankkort-verifisering,module,Magento_Authorizenet
Payment from Applicable Countries,Betaling fra aktuelle land,module,Magento_Authorizenet
Payment from Specific Countries,Betaling fra bestemte land,module,Magento_Authorizenet
Minimum Order Total,Minimum ordretotal,module,Magento_Authorizenet
Maximum Order Total,Maks ordretotal,module,Magento_Authorizenet
Sort Order,Sorteringsrekkefølge,module,Magento_Authorizenet
Invalid Form Key. Please refresh the page.,Ugyldig skjemanøkkel. Vennligst oppdater siden.,module,Magento_Backend
You entered an invalid Secret Key. Please refresh the page.,Du oppga en ugyldig hemmelig nøkkel. Oppdater siden.,module,Magento_Backend
Cache Storage Management,Cache lagringsadministrasjon,module,Magento_Backend
Flush Magento Cache,Tømme Magento Cache,module,Magento_Backend
The cache storage may contain additional data. Are you sure that you want to flush it?,Mellomlageret kan inneholde ekstra data. Er du sikker på at du vil tømme det?,module,Magento_Backend
Flush Cache Storage,Tømme Cache-lager,module,Magento_Backend
Invalidated,Ugyldiggjort,module,Magento_Backend
Orders,Ordrer,module,Magento_Backend
Amounts,Beløp,module,Magento_Backend
Bestsellers,Bestselgere,module,Magento_Backend
Most Viewed Products,Produkter som er mest sett,module,Magento_Backend
New Customers,Nye kunder,module,Magento_Backend
Customers,Kunder,module,Magento_Backend
Customer,Kunde,module,Magento_Backend
Guest,Gjest,module,Magento_Backend
Items,Produkter,module,Magento_Backend
Total,Totalt,module,Magento_Backend
Lifetime Sales,Total salg,module,Magento_Backend
Average Order,Gjennomsnittlig ordre,module,Magento_Backend
Average,Gjennomsnitt,module,Magento_Backend
Product,Produkt,module,Magento_Backend
Price,Pris,module,Magento_Backend
Quantity,Antall,module,Magento_Backend
Views,Visninger,module,Magento_Backend
Revenue,Inntekter,module,Magento_Backend
Tax,Avgift,module,Magento_Backend
Shipping,Frakt,module,Magento_Backend
"Images (.gif, .jpg, .png)","Bilder (GIF, jpg, PNG)",module,Magento_Backend
"Media (.avi, .flv, .swf)","Media (AVI, FLV, SWF)",module,Magento_Backend
All Files,Alle filer,module,Magento_Backend
Reset to Default,Tilbakestill til standard,module,Magento_Backend
All Store Views,Vis alle varer,module,Magento_Backend
What is this?,Hva er dette?,module,Magento_Backend
Save Account,Lagre konto,module,Magento_Backend
My Account,Min konto,module,Magento_Backend
Account Information,Kontoinformasjon,module,Magento_Backend
User Name,Brukernavn,module,Magento_Backend
First Name,Fornavn,module,Magento_Backend
Last Name,Etternavn,module,Magento_Backend
Email,e-post,module,Magento_Backend
User Email,Bruker epost,module,Magento_Backend
New Password,Nytt passord,module,Magento_Backend
Password Confirmation,Passordbekreftelse,module,Magento_Backend
Interface Locale,Spåk for grensesnitt,module,Magento_Backend
Current User Identity Verification,Gjeldende bruker identitetsbekreftelse,module,Magento_Backend
Your Password,Ditt passord,module,Magento_Backend
Save Cache Settings,Lagre innstillinger for buffer,module,Magento_Backend
Catalog Rewrites,Karalogomskriving,module,Magento_Backend
Refresh,Oppdater,module,Magento_Backend
Images Cache,Bildebuffer,module,Magento_Backend
Clear,Tøm,module,Magento_Backend
Search Index,Søkeindex,module,Magento_Backend
Rebuild,Gjenoppbygg,module,Magento_Backend
Inventory Stock Status,Lagerstatus,module,Magento_Backend
Rebuild Catalog Index,Gjenoppbygg katalogindeksen,module,Magento_Backend
Rebuild Flat Catalog Category,Gjenoppbygg flat katalogkategori,module,Magento_Backend
Rebuild Flat Catalog Product,Rebuild Flat Catalog Product,module,Magento_Backend
Cache Control,Cache Kontroll,module,Magento_Backend
All Cache,All Cache,module,Magento_Backend
No change,Ingen endringer,module,Magento_Backend
Disable,Deaktiver,module,Magento_Backend
Enable,Aktiver,module,Magento_Backend
Add Design Change,Legge til en designendring,module,Magento_Backend
Back,Tilbake,module,Magento_Backend
Delete,Slette,module,Magento_Backend
Are you sure?,Er du sikker?,module,Magento_Backend
Save,Lagre,module,Magento_Backend
Edit Design Change,Redigere designet,module,Magento_Backend
New Store Design Change,Ny endring butikkdesign,module,Magento_Backend
General Settings,Generelle innstillinger,module,Magento_Backend
Store,Butikk,module,Magento_Backend
-- Please Select --,-Vennligst velg--,module,Magento_Backend
Custom Design,Tilpasset design,module,Magento_Backend
Date From,Dato fra,module,Magento_Backend
Date To,Dato til,module,Magento_Backend
Design Change,Design-endring,module,Magento_Backend
General,Generelt,module,Magento_Backend
Cancel,Avbryt,module,Magento_Backend
Delete %1 '%2',Slett %1 '%2',module,Magento_Backend
Delete %1,Slett %1,module,Magento_Backend
Block Information,Blokkinformasjon,module,Magento_Backend
Backup Options,Alternativer for sikkerhetskopiering,module,Magento_Backend
Create DB Backup,Opprett sikkerhetskopi av database,module,Magento_Backend
Yes,Ja,module,Magento_Backend
No,Nei,module,Magento_Backend
Delete Store,Slett butikk,module,Magento_Backend
Delete Web Site,Slette webområde,module,Magento_Backend
Save Web Site,Lagre Web-område,module,Magento_Backend
Save Store,Lagre butikk,module,Magento_Backend
Save Store View,Lagre butikkvisning,module,Magento_Backend
Delete Store View,Slett butikkvisning,module,Magento_Backend
Edit Web Site,Redigere webområdet,module,Magento_Backend
New Web Site,Nytt webområde,module,Magento_Backend
Edit Store,Rediger butikk,module,Magento_Backend
New Store,Ny butikk,module,Magento_Backend
Edit Store View,Rediger butikkvisning,module,Magento_Backend
New Store View,Ny lagervisning,module,Magento_Backend
Store Information,Butikkinformasjon,module,Magento_Backend
Web Site,Webområde,module,Magento_Backend
Name,Navn,module,Magento_Backend
Root Category,Rotkategori,module,Magento_Backend
Default Store View,Standard butikkvisning,module,Magento_Backend
Store View Information,Butikkvisningsinformasjon,module,Magento_Backend
Code,Kode,module,Magento_Backend
Status,Status,module,Magento_Backend
Disabled,Deaktivert,module,Magento_Backend
Enabled,Aktivert,module,Magento_Backend
Sort Order,Sorteringsrekkefølge,module,Magento_Backend
Web Site Information,Nettstedsinformasjon,module,Magento_Backend
Default Store,Standard butikk,module,Magento_Backend
Set as Default,Angi som standard,module,Magento_Backend
Stores,Butikker,module,Magento_Backend
Create Website,Opprette nettsted,module,Magento_Backend
Create Store,Opprett butikk,module,Magento_Backend
Create Store View,Opprett butikkvisning,module,Magento_Backend
Home,Hjem,module,Magento_Backend
Reset,Nullstill,module,Magento_Backend
Are you sure you want to do this?,Er du sikker på at du vil gjøre dette?,module,Magento_Backend
Add New Image,Legg til nytt bilde,module,Magento_Backend
Export block for grid %1 is not defined,Eksport blokk for rutenett %1 er ikke definert,module,Magento_Backend
Reset Filter,Tilbakestill filter,module,Magento_Backend
Search,Søk,module,Magento_Backend
Any,Any,module,Magento_Backend
All Countries,Alle land,module,Magento_Backend
From,Fra,module,Magento_Backend
To,Til,module,Magento_Backend
Date selector,Datovelger,module,Magento_Backend
[ deleted ],[slettet],module,Magento_Backend
Select All,Velg alle,module,Magento_Backend
[deleted], [deleted],module,Magento_Backend
We couldn't find any records.,We couldn't find any records.,module,Magento_Backend
Add New,Legg til ny,module,Magento_Backend
Invalid export type supplied for grid export block,Ugyldig eksporttype angitt for grid eksport blokk,module,Magento_Backend
Export,Eksport,module,Magento_Backend
Please correct the column format and try again.,Endre kolonneformatet og prøv på nytt.,module,Magento_Backend
Please select items.,Vennligst velg element(er).,module,Magento_Backend
Submit,Send,module,Magento_Backend
Unknown block type,Ukjent blokktype,module,Magento_Backend
Please correct the tab configuration and try again. Tab Id should be not empty,Vennligst korriger kategorikonfigurasjonen og prøv på nytt. Kategori Id kan ikke være tom,module,Magento_Backend
Please correct the tab configuration and try again.,Korriger kategorikonfigurasjonen og prøv på nytt.,module,Magento_Backend
You have logged out.,Du har logget ut.,module,Magento_Backend
Specified cache type(s) don't exist: %1,Specified cache type(s) don't exist: %1,module,Magento_Backend
The image cache was cleaned.,Hurtigbufferen for bilder ble tømt.,module,Magento_Backend
An error occurred while clearing the image cache.,Det oppstod en feil under tømming av hurtigbuffer for bilder.,module,Magento_Backend
The JavaScript/CSS cache has been cleaned.,Hurtigbufferen for JavaScript/CSS har blitt tømt.,module,Magento_Backend
An error occurred while clearing the JavaScript/CSS cache.,Det oppstod en feil under tømming av hurtigbuffer for JavaScript/CSS.,module,Magento_Backend
The static files cache has been cleaned.,Hurtigbufferen for statiske filer har blitt tømt.,module,Magento_Backend
You flushed the cache storage.,Du tømmet hurtigbuffelageret.,module,Magento_Backend
The Magento cache storage has been flushed.,Magento butikkbuffer lagringen er tømt.,module,Magento_Backend
Cache Management,Cache Management,module,Magento_Backend
%1 cache type(s) disabled.,%1 cache type(s) disabled.,module,Magento_Backend
An error occurred while disabling cache.,An error occurred while disabling cache.,module,Magento_Backend
%1 cache type(s) enabled.,%1 cache type(s) enabled.,module,Magento_Backend
An error occurred while enabling cache.,An error occurred while enabling cache.,module,Magento_Backend
%1 cache type(s) refreshed.,%1 cache type(s) refreshed.,module,Magento_Backend
An error occurred while refreshing cache.,An error occurred while refreshing cache.,module,Magento_Backend
Dashboard,Kontrollpanel,module,Magento_Backend
We updated lifetime statistic.,We updated lifetime statistic.,module,Magento_Backend
We can't refresh lifetime statistics.,We can't refresh lifetime statistics.,module,Magento_Backend
invalid request,ugyldig forespørsel,module,Magento_Backend
see error log for details,se feilloggen for detaljer,module,Magento_Backend
Service unavailable: %1,Tjenesten er ikke tilgjengelig: %1,module,Magento_Backend
Error,Feil,module,Magento_Backend
Access Denied.,Ingen tilgang.,module,Magento_Backend
You need more permissions to do this.,You need more permissions to do this.,module,Magento_Backend
No search modules were registered,No search modules were registered,module,Magento_Backend
Please make sure that all global admin search modules are installed and activated.,Please make sure that all global admin search modules are installed and activated.,module,Magento_Backend
You saved the account.,Du lagret kontoen.,module,Magento_Backend
An error occurred while saving account.,An error occurred while saving account.,module,Magento_Backend
You deleted the design change.,Du slettet designendringen.,module,Magento_Backend
You can't delete the design change.,You can't delete the design change.,module,Magento_Backend
Store Design,Butikkdesign,module,Magento_Backend
Edit Store Design Change,Edit Store Design Change,module,Magento_Backend
You saved the design change.,Designendringen er lagret.,module,Magento_Backend
System,System,module,Magento_Backend
Manage Stores,Administrer butikker,module,Magento_Backend
The database was backed up.,Databasen ble sikkerhetskopiert.,module,Magento_Backend
We can't create a backup right now. Please try again later.,We can't create a backup right now. Please try again later.,module,Magento_Backend
"Deleting a %1 will not delete the information associated with the %1 (e.g. categories, products, etc.), but the %1 will not be able to be restored. It is suggested that you create a database backup before deleting the %1.","Når du sletter en %1 slettes ikke informasjon knyttet til %1 (f.eks kategorier-, produkter, osv.), men %1 vil ikke kunne gjenopprettes. Det anbefales at du oppretter en sikkerhetskopi av databasen før du sletter %1.",module,Magento_Backend
Something went wrong. Please try again.,Noe gikk galt. Prøv på nytt.,module,Magento_Backend
This store cannot be deleted.,Denne butikken kan ikke slettes.,module,Magento_Backend
You deleted the store.,Du slettet butikken.,module,Magento_Backend
Unable to delete the store. Please try again later.,Kan ikke slette butikken. Prøv igjen senere.,module,Magento_Backend
This store view cannot be deleted.,Denne butikkvisningen kan ikke slettes.,module,Magento_Backend
Store View,Butikkvisning,module,Magento_Backend
You deleted the store view.,Du slettet butikkvisningen.,module,Magento_Backend
Unable to delete the store view. Please try again later.,Kan ikke slette butikkvisningen. Prøv igjen senere.,module,Magento_Backend
This website cannot be deleted.,Dette nettstedet kan ikke slettes.,module,Magento_Backend
You deleted the website.,Du slettet nettstedet.,module,Magento_Backend
Unable to delete the website. Please try again later.,Kan ikke slette webområdet. Prøv igjen senere.,module,Magento_Backend
The website does not exist.,Webområdet finnes ikke.,module,Magento_Backend
Before modifying the website code please make sure it is not used in index.php.,Før du endrer nettstedkoden må du kontrollere at den ikke brukes i index.php.,module,Magento_Backend
The store does not exist,Butikken finnes ikke,module,Magento_Backend
Store view doesn't exist,Butikkvisningen eksisterer ikke,module,Magento_Backend
Before modifying the store view code please make sure it is not used in index.php.,Før du endrer nettstedkoden må du kontrollere at den ikke brukes i index.php.,module,Magento_Backend
New ,Ny ,module,Magento_Backend
You saved the website.,Du lagret webområdet.,module,Magento_Backend
An inactive store view cannot be saved as default store view,An inactive store view cannot be saved as default store view,module,Magento_Backend
You saved the store.,Du lagret butikken.,module,Magento_Backend
The default store cannot be disabled,The default store cannot be disabled,module,Magento_Backend
You saved the store view.,Du lagret butikkvisningen.,module,Magento_Backend
Something went wrong while saving. Please review the error log.,Something went wrong while saving. Please review the error log.,module,Magento_Backend
Last 24 Hours,Siste 24 timer,module,Magento_Backend
Last 7 Days,Siste 7 dager,module,Magento_Backend
Current Month,Gjeldende måned,module,Magento_Backend
YTD,Hittil i år,module,Magento_Backend
2YTD,2YTD,module,Magento_Backend
Authentication storage is incorrect.,Authentication storage is incorrect.,module,Magento_Backend
You did not sign in correctly or your account is temporarily disabled.,"Du logget ikke riktig på, eller kontoen er midlertidig stengt.",module,Magento_Backend
Authentication error occurred.,Godkjenningsfeil oppstod.,module,Magento_Backend
Admin session lifetime must be less than or equal to 31536000 seconds (one year),Admin session lifetime must be less than or equal to 31536000 seconds (one year),module,Magento_Backend
Admin session lifetime must be greater than or equal to 60 seconds,Admin session lifetime must be greater than or equal to 60 seconds,module,Magento_Backend
Order,Ordre,module,Magento_Backend
Order #%1,Ordre # %1,module,Magento_Backend
Access denied,Ingen tilgang,module,Magento_Backend
Please try to sign out and sign in again.,Prøv å logge ut og logge på igjen.,module,Magento_Backend
"If you continue to receive this message, please contact the store owner.","Hvis du vedvarende får denne meldingen, vennligst kontakt vutikkeieren.",module,Magento_Backend
You need more permissions to access this.,Du trenger flere tillatelser for å få tilgang til dette.,module,Magento_Backend
"Welcome, please sign in","Velkommen, vennligst logg inn",module,Magento_Backend
Username,Brukernavn,module,Magento_Backend
user name,brukernavn,module,Magento_Backend
Password,Passord,module,Magento_Backend
password,passord,module,Magento_Backend
Sign in,Logg inn,module,Magento_Backend
Select Range:,Select Range:,module,Magento_Backend
No Data Found,No Data Found,module,Magento_Backend
"Chart is disabled. To enable the chart, click <a href=""%1"">here</a>.","Diagrammet er deaktivert. For å aktivere diagrammet, klikk <a href=""%1""> her</a>.",module,Magento_Backend
Last Orders,Siste ordre,module,Magento_Backend
Last Search Terms,Siste søkeord,module,Magento_Backend
Top Search Terms,Hyppigste søkeord,module,Magento_Backend
There are no search keywords.,Det er ingen søkeord.,module,Magento_Backend
View Statistics For:,Vis statistikk for:,module,Magento_Backend
All Websites,Alle nettsteder,module,Magento_Backend
Reload Data,Oppdater Data,module,Magento_Backend
Browse Files...,Bla gjennom filer...,module,Magento_Backend
Magento,Magento,module,Magento_Backend
Copyright © %1 Magento Commerce Inc. All rights reserved.,Copyright © %1 Magento Commerce Inc. Alle rettigheter reservert.,module,Magento_Backend
ver. %1,ver. %1,module,Magento_Backend
Magento Admin Panel,Magento adminpanel,module,Magento_Backend
Account Setting,Kontoinnstillinger,module,Magento_Backend
Customer View,Kundevisning,module,Magento_Backend
Sign Out,Logg ut,module,Magento_Backend
About the calendar,About the calendar,module,Magento_Backend
Close,Close,module,Magento_Backend
Go Today,Go Today,module,Magento_Backend
Previous,Previous,module,Magento_Backend
Next,Neste,module,Magento_Backend
WK,WK,module,Magento_Backend
Time,Time,module,Magento_Backend
Hour,Hour,module,Magento_Backend
Minute,Minute,module,Magento_Backend
JavaScript may be disabled in your browser.,JavaScript may be disabled in your browser.,module,Magento_Backend
To use this website you must first enable JavaScript in your browser.,To use this website you must first enable JavaScript in your browser.,module,Magento_Backend
"This is only a demo store. You can browse and place orders, but nothing will be processed.","This is only a demo store. You can browse and place orders, but nothing will be processed.",module,Magento_Backend
Report Bugs,Report Bugs,module,Magento_Backend
Store View:,Store View:,module,Magento_Backend
Stores Configuration,Stores Configuration,module,Magento_Backend
Please confirm scope switching. All data that hasn't been saved will be lost.,Please confirm scope switching. All data that hasn't been saved will be lost.,module,Magento_Backend
Additional Cache Management,Additional Cache Management,module,Magento_Backend
Flush Catalog Images Cache,Flush Catalog Images Cache,module,Magento_Backend
Pregenerated product images files,Pregenerated product images files,module,Magento_Backend
Flush JavaScript/CSS Cache,Flush JavaScript/CSS Cache,module,Magento_Backend
Themes JavaScript and CSS files combined to one file,Themes JavaScript and CSS files combined to one file,module,Magento_Backend
Flush Static Files Cache,Flush Static Files Cache,module,Magento_Backend
Preprocessed view files and static files,Preprocessed view files and static files,module,Magento_Backend
Catalog,Catalog,module,Magento_Backend
JavaScript/CSS,JavaScript/CSS,module,Magento_Backend
JavaScript/CSS Cache,JavaScript/CSS Cache,module,Magento_Backend
No records found.,Ingen oppføringer funnet.,module,Magento_Backend
Images,Bilder,module,Magento_Backend
Big Image,Stort bilde,module,Magento_Backend
Thumbnail,Miniatyrbilde,module,Magento_Backend
Additional Settings,Tilleggsinnstillinger,module,Magento_Backend
records found,oppføringer funnet,module,Magento_Backend
selected,valgt,module,Magento_Backend
per page,per side,module,Magento_Backend
Previous page,Forrige side,module,Magento_Backend
of %1,av %1,module,Magento_Backend
Next page,Neste side,module,Magento_Backend
Export to:,Eksporter til:,module,Magento_Backend
Actions,Handlinger,module,Magento_Backend
Mass Actions,Massehandlinger,module,Magento_Backend
Unselect All,Opphev merking,module,Magento_Backend
Select Visible,Velg synlige,module,Magento_Backend
Unselect Visible,Fjern valg av synlige,module,Magento_Backend
Changes have been made to this section that have not been saved.,Det er gjort endringer i denne seksjonen som ikke er lagret.,module,Magento_Backend
This tab contains invalid data. Please resolve this before saving.,Denne kategorien inneholder ugyldige data. Vennligst rett opp dette før du lagrer.,module,Magento_Backend
The information in this tab has been changed.,The information in this tab has been changed.,module,Magento_Backend
Loading...,Loading...,module,Magento_Backend
We could not detect a size.,We could not detect a size.,module,Magento_Backend
We don't recognize or support this file extension type.,We don't recognize or support this file extension type.,module,Magento_Backend
Allow everything,Allow everything,module,Magento_Backend
Magento Admin,Magento Admin,module,Magento_Backend
Global Search,Global Search,module,Magento_Backend
Marketing,Marketing,module,Magento_Backend
SEO & Search,SEO & Search,module,Magento_Backend
User Content,User Content,module,Magento_Backend
Content,Content,module,Magento_Backend
Elements,Elements,module,Magento_Backend
Design,Design,module,Magento_Backend
Schedule,Schedule,module,Magento_Backend
Settings,Innstillinger,module,Magento_Backend
All Stores,Alle butikker,module,Magento_Backend
Attributes,Attributes,module,Magento_Backend
Other Settings,Andre innstillinger,module,Magento_Backend
Data Transfer,Dataoverføring,module,Magento_Backend
Magento Connect,Magento Connect,module,Magento_Backend
Connect Manager,Connect Manager,module,Magento_Backend
Package Extensions,Pakkeutvidelser,module,Magento_Backend
Tools,Verktøy,module,Magento_Backend
Web Setup Wizard,Web Setup Wizard,module,Magento_Backend
Currency,Valuta,module,Magento_Backend
Communications,Kommunikasjon,module,Magento_Backend
Services,Tjenester,module,Magento_Backend
Advanced,Avansert,module,Magento_Backend
Disable Modules Output,Deaktiver modul output,module,Magento_Backend
Store Email Addresses,Butikk e-postadresser,module,Magento_Backend
Custom Email 1,Custom Email 1,module,Magento_Backend
Sender Email,Avsender e-post,module,Magento_Backend
Sender Name,Avsender navn,module,Magento_Backend
Custom Email 2,Custom Email 2,module,Magento_Backend
General Contact,General Contact,module,Magento_Backend
Sales Representative,Salgsrepresentant,module,Magento_Backend
Customer Support,Customer Support,module,Magento_Backend
Developer,Developer,module,Magento_Backend
Debug,Debug,module,Magento_Backend
Enabled Template Path Hints for Storefront,Enabled Template Path Hints for Storefront,module,Magento_Backend
Enabled Template Path Hints for Admin,Enabled Template Path Hints for Admin,module,Magento_Backend
Add Block Names to Hints,Add Block Names to Hints,module,Magento_Backend
Template Settings,Template Settings,module,Magento_Backend
Allow Symlinks,Allow Symlinks,module,Magento_Backend
Warning! Enabling this feature is not recommended on production environments because it represents a potential security risk.,Warning! Enabling this feature is not recommended on production environments because it represents a potential security risk.,module,Magento_Backend
Minify Html,Minify Html,module,Magento_Backend
Minification is not applied in developer mode.,Minification is not applied in developer mode.,module,Magento_Backend
Translate Inline,Translate Inline,module,Magento_Backend
Enabled for Storefront,Enabled for Storefront,module,Magento_Backend
Enabled for Admin,Enabled for Admin,module,Magento_Backend
"Translate, blocks and other output caches should be disabled for both Storefront and Admin inline translations.","Translate, blocks and other output caches should be disabled for both Storefront and Admin inline translations.",module,Magento_Backend
JavaScript Settings,JavaScript Settings,module,Magento_Backend
Merge JavaScript Files,Merge JavaScript Files,module,Magento_Backend
Enable JavaScript Bundling,Enable JavaScript Bundling,module,Magento_Backend
Minify JavaScript Files,Minify JavaScript Files,module,Magento_Backend
CSS Settings,CSS Settings,module,Magento_Backend
Merge CSS Files,Merge CSS Files,module,Magento_Backend
Minify CSS Files,Minify CSS Files,module,Magento_Backend
Image Processing Settings,Image Processing Settings,module,Magento_Backend
Image Adapter,Image Adapter,module,Magento_Backend
Static Files Settings,Static Files Settings,module,Magento_Backend
Sign Static Files,Sign Static Files,module,Magento_Backend
Country Options,Landsalternativ,module,Magento_Backend
Allow Countries,Allow Countries,module,Magento_Backend
Default Country,Standardland,module,Magento_Backend
European Union Countries,European Union Countries,module,Magento_Backend
Top destinations,Top destinations,module,Magento_Backend
Locale Options,Locale Options,module,Magento_Backend
Timezone,Timezone,module,Magento_Backend
Locale,Locale,module,Magento_Backend
First Day of Week,First Day of Week,module,Magento_Backend
Weekend Days,Weekend Days,module,Magento_Backend
Store Name,Store Name,module,Magento_Backend
Store Phone Number,Store Phone Number,module,Magento_Backend
Store Hours of Operation,Store Hours of Operation,module,Magento_Backend
Country,Land,module,Magento_Backend
Region/State,Region/State,module,Magento_Backend
ZIP/Postal Code,ZIP/Postal Code,module,Magento_Backend
City,City,module,Magento_Backend
Street Address,Gateadresse,module,Magento_Backend
Street Address Line 2,Street Address Line 2,module,Magento_Backend
VAT Number,VAT Number,module,Magento_Backend
Single-Store Mode,Single-Store Mode,module,Magento_Backend
Enable Single-Store Mode,Enable Single-Store Mode,module,Magento_Backend
This setting will not be taken into account if system has more than one store view.,This setting will not be taken into account if system has more than one store view.,module,Magento_Backend
Mail Sending Settings,Mail Sending Settings,module,Magento_Backend
Disable Email Communications,Disable Email Communications,module,Magento_Backend
Host,Host,module,Magento_Backend
Port (25),Port (25),module,Magento_Backend
Set Return-Path,Set Return-Path,module,Magento_Backend
Return-Path Email,Return-Path Email,module,Magento_Backend
Admin,Admin,module,Magento_Backend
Admin User Emails,Admin User Emails,module,Magento_Backend
Forgot Password Email Template,Glemt passord e-post mal,module,Magento_Backend
"Email template chosen based on theme fallback when ""Default"" option is selected.","Email template chosen based on theme fallback when ""Default"" option is selected.",module,Magento_Backend
Forgot and Reset Email Sender,Forgot and Reset Email Sender,module,Magento_Backend
Startup Page,Startup Page,module,Magento_Backend
Admin Base URL,Admin Base URL,module,Magento_Backend
Use Custom Admin URL,Use Custom Admin URL,module,Magento_Backend
Custom Admin URL,Custom Admin URL,module,Magento_Backend
"Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/","Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/",module,Magento_Backend
Use Custom Admin Path,Use Custom Admin Path,module,Magento_Backend
Custom Admin Path,Custom Admin Path,module,Magento_Backend
You will have to sign in after you save your custom admin path.,You will have to sign in after you save your custom admin path.,module,Magento_Backend
Security,Security,module,Magento_Backend
Recovery Link Expiration Period (hours),Recovery Link Expiration Period (hours),module,Magento_Backend
Please enter a number 1 or greater in this field.,Please enter a number 1 or greater in this field.,module,Magento_Backend
Add Secret Key to URLs,Add Secret Key to URLs,module,Magento_Backend
Login is Case Sensitive,Påloggingen må ha riktig små og store bokstaver,module,Magento_Backend
Admin Session Lifetime (seconds),Admin Session Lifetime (seconds),module,Magento_Backend
Please enter at least 60 and at most 31536000 (one year).,Please enter at least 60 and at most 31536000 (one year).,module,Magento_Backend
Enable Charts,Enable Charts,module,Magento_Backend
Web,Web,module,Magento_Backend
Url Options,Url Options,module,Magento_Backend
Add Store Code to Urls,Add Store Code to Urls,module,Magento_Backend
"
<strong style=""color:red"">Warning!</strong> When using Store Code in URLs, in some cases system may not work properly if URLs without Store Codes are specified in the third party services (e.g. PayPal etc.).
","
<strong style=""color:red"">Warning!</strong> When using Store Code in URLs, in some cases system may not work properly if URLs without Store Codes are specified in the third party services (e.g. PayPal etc.).
",module,Magento_Backend
Auto-redirect to Base URL,Auto-redirect to Base URL,module,Magento_Backend
Search Engine Optimization,Search Engine Optimization,module,Magento_Backend
Use Web Server Rewrites,Use Web Server Rewrites,module,Magento_Backend
Base URLs,Base URLs,module,Magento_Backend
Base URL,Base URL,module,Magento_Backend
Specify URL or {{base_url}} placeholder.,Specify URL or {{base_url}} placeholder.,module,Magento_Backend
Base Link URL,Base Link URL,module,Magento_Backend
Base URL for Static View Files,Base URL for Static View Files,module,Magento_Backend
May be empty or start with {{unsecure_base_url}} placeholder.,May be empty or start with {{unsecure_base_url}} placeholder.,module,Magento_Backend
Base URL for User Media Files,Base URL for User Media Files,module,Magento_Backend
Base URLs (Secure),Base URLs (Secure),module,Magento_Backend
Secure Base URL,Secure Base URL,module,Magento_Backend
"Specify URL or {{base_url}}, or {{unsecure_base_url}} placeholder.","Specify URL or {{base_url}}, or {{unsecure_base_url}} placeholder.",module,Magento_Backend
Secure Base Link URL,Secure Base Link URL,module,Magento_Backend
Secure Base URL for Static View Files,Secure Base URL for Static View Files,module,Magento_Backend
"May be empty or start with {{secure_base_url}}, or {{unsecure_base_url}} placeholder.","May be empty or start with {{secure_base_url}}, or {{unsecure_base_url}} placeholder.",module,Magento_Backend
Secure Base URL for User Media Files,Secure Base URL for User Media Files,module,Magento_Backend
Use Secure URLs on Storefront,Use Secure URLs on Storefront,module,Magento_Backend
Use Secure URLs in Admin,Use Secure URLs in Admin,module,Magento_Backend
Enable HTTP Strict Transport Security (HSTS),Enable HTTP Strict Transport Security (HSTS),module,Magento_Backend
Upgrade Insecure Requests,Upgrade Insecure Requests,module,Magento_Backend
Offloader header,Offloader header,module,Magento_Backend
Default Pages,Default Pages,module,Magento_Backend
Default Web URL,Default Web URL,module,Magento_Backend
Default No-route URL,Default No-route URL,module,Magento_Backend
Session Validation Settings,Session Validation Settings,module,Magento_Backend
Validate REMOTE_ADDR,Validate REMOTE_ADDR,module,Magento_Backend
Validate HTTP_VIA,Validate HTTP_VIA,module,Magento_Backend
Validate HTTP_X_FORWARDED_FOR,Validate HTTP_X_FORWARDED_FOR,module,Magento_Backend
Validate HTTP_USER_AGENT,Validate HTTP_USER_AGENT,module,Magento_Backend
Use SID on Storefront,Use SID on Storefront,module,Magento_Backend
Allows customers to stay logged in when switching between different stores.,Allows customers to stay logged in when switching between different stores.,module,Magento_Backend
Cache Type,Cache Type,module,Magento_Backend
Description,Beskrivelse,module,Magento_Backend
Tags,Tags,module,Magento_Backend
"<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>",module,Magento_Backend
Community Edition,Community Edition,module,Magento_Backend
Default Theme,Default Theme,module,Magento_Backend
Applied Theme,Applied Theme,module,Magento_Backend
"If no value is specified, the system default is used. The system default may be modified by third party extensions.","If no value is specified, the system default is used. The system default may be modified by third party extensions.",module,Magento_Backend
Design Rule,Design Rule,module,Magento_Backend
User Agent Rules,User Agent Rules,module,Magento_Backend
Magento_Ui/js/dynamic-rows/record,Magento_Ui/js/dynamic-rows/record,module,Magento_Backend
Pagination,Pagination,module,Magento_Backend
Pagination Frame,Pagination Frame,module,Magento_Backend
How many links to display at once.,How many links to display at once.,module,Magento_Backend
Pagination Frame Skip,Pagination Frame Skip,module,Magento_Backend
"If current frame position does not cover utmost pages, it renders the link to current position plus/minus this value.","If current frame position does not cover utmost pages, it renders the link to current position plus/minus this value.",module,Magento_Backend
Anchor Text for Previous,Anchor Text for Previous,module,Magento_Backend
"Alternative text for the previous pages link in the pagination menu. If empty, the default arrow image is used.","Alternative text for the previous pages link in the pagination menu. If empty, the default arrow image is used.",module,Magento_Backend
Anchor Text for Next,Anchor Text for Next,module,Magento_Backend
"Alternative text for the next pages link in the pagination menu. If empty, default arrow image is used.","Alternative text for the next pages link in the pagination menu. If empty, default arrow image is used.",module,Magento_Backend
Theme Name,Theme Name,module,Magento_Backend
System Backup,System-sikkerhetskopiering,module,Magento_Backup
Database and Media Backup,Database- og mediabackup,module,Magento_Backup
Database Backup,Databasesikkerhetskopi,module,Magento_Backup
"The archive can be uncompressed with <a href=""%1"">%2</a> on Windows systems.","Arkivet kan dekomprimeres med <a href=""%1"">%2</a> på Windows-systemer.",module,Magento_Backup
You need more permissions to activate maintenance mode right now.,Du trenger utvidede rettigheter for å aktivere vedlikeholdsmodus akkurat nå.,module,Magento_Backup
"To create the backup, please deselect ""Put store into maintenance mode"" or update your permissions.","Hvis du vil opprette sikkerhetskopien, vennligst fjern markeringen for «Sett butikk i vedlikeholdsmodus» eller oppdater tillatelsene.",module,Magento_Backup
Something went wrong while putting your store into maintenance mode.,Noe gikk galt mens du prøvde å sette din butikk i vedlikeholdsmodus.,module,Magento_Backup
You need more free space to create a backup.,Du trenger mer ledig plass for å opprette en sikkerhetskopi.,module,Magento_Backup
You need more permissions to create a backup.,Du trenger flere tillatelser for å opprette en sikkerhetskopi.,module,Magento_Backup
We can't create the backup right now.,We can't create the backup right now.,module,Magento_Backup
Backups,Sikkerhetskopier,module,Magento_Backup
System,System,module,Magento_Backup
Tools,Verktøy,module,Magento_Backup
Backup,Sikkerhetskopi,module,Magento_Backup
We can't delete one or more backups.,We can't delete one or more backups.,module,Magento_Backup
failed,mislyktes,module,Magento_Backup
successful,vellykket,module,Magento_Backup
You deleted the selected backup(s).,Du har slettet valgt(e) sikkerhetskopi(er).,module,Magento_Backup
Can't load snapshot archive,Can't load snapshot archive,module,Magento_Backup
Please correct the password.,Korriger passordet.,module,Magento_Backup
"To complete the rollback, please deselect ""Put store into maintenance mode"" or update your permissions.","For å fullføre tilbakeføring, vennligst fjern markeringen for «Sett butikk i vedlikeholdsmodus» eller oppdatere tillatelsene.",module,Magento_Backup
We can't find the backup file.,We can't find the backup file.,module,Magento_Backup
We can't connect to the FTP right now.,Vi kan ikke opprette noen tilkobling til FTP-serveren akkurat nå.,module,Magento_Backup
Failed to validate FTP.,Kan ikke validere FTP.,module,Magento_Backup
You need more permissions to perform a rollback.,Du trenger flere tillatelser for å utføre en tilbakeføring.,module,Magento_Backup
Failed to rollback.,Kan ikke tilbakestille.,module,Magento_Backup
Database,Database,module,Magento_Backup
Database and Media,Database og Media,module,Magento_Backup
System (excluding Media),System (unntatt Media),module,Magento_Backup
You created the system backup.,Du opprettet sikkerhetskopi av systemet.,module,Magento_Backup
You created the system backup (excluding media).,Du opprettet sikkerhetskopi av systemet (unntatt media).,module,Magento_Backup
You created the database and media backup.,You created the database and media backup.,module,Magento_Backup
You created the database backup.,You created the database backup.,module,Magento_Backup
Please correct the order of creation for a new backup.,Please correct the order of creation for a new backup.,module,Magento_Backup
The backup file does not exist.,Sikkerhetskopifilen finnes ikke.,module,Magento_Backup
The backup file path was not specified.,Sikkerhetskopifilbanen ble ikke angitt.,module,Magento_Backup
"The backup file ""%1"" does not exist.","Sikkerhetskopifilen ""%1"" finnes ikke.",module,Magento_Backup
"Sorry, but we cannot read from or write to backup file ""%1"".","Beklager, men vi kan ikke lese fra eller skrive til sikkerhetskopifilen ""%1"".",module,Magento_Backup
The backup file handler was unspecified.,The backup file handler was unspecified.,module,Magento_Backup
"Something went wrong while writing to the backup file ""%1"".","Noe gikk galt under skriving til sikkerhetskopifilen ""%1"".",module,Magento_Backup
We can't save the Cron expression.,We can't save the Cron expression.,module,Magento_Backup
"You will lose any data created since the backup was made, including admin users, customers and orders.","Du vil miste data opprettet etter siste backup ble gjort, inkludert administratorbrukere, kunder og bestillinger.",module,Magento_Backup
Are you sure you want to continue?,Er du sikker på at du vil fortsette?,module,Magento_Backup
This may take a few moments.,Dette kan ta litt tid.,module,Magento_Backup
Be sure your store is in maintenance mode during backup.,Pass på butikken din er i vedlikeholdsmodus under sikkerhetskopiering.,module,Magento_Backup
Backup Name,Sikkerhetskopinavn,module,Magento_Backup
"Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field.","Bruk bare bokstaver (a-z eller A-Z), tall (0-9) eller mellomrom i dette feltet.",module,Magento_Backup
Maintenance mode,Vedlikeholdsmodus,module,Magento_Backup
Please put your store into maintenance mode during backup.,Sett butikken i vedlikeholdsmodus under sikkerhetskopiering.,module,Magento_Backup
Exclude,Ekskluder,module,Magento_Backup
Exclude media folder from backup,Ekskluder media-mappen fra sikkerhetskopiering,module,Magento_Backup
Please enter the password to confirm rollback.,Skriv inn passordet for å bekrefte tilbakeføring.,module,Magento_Backup
This action cannot be undone.,Denne handlingen kan ikke angres.,module,Magento_Backup
User Password,Brukerpassord,module,Magento_Backup
Please put your store into maintenance mode during rollback processing.,Please put your store into maintenance mode during rollback processing.,module,Magento_Backup
FTP,FTP,module,Magento_Backup
Use FTP Connection,Bruk FTP-tilkobling,module,Magento_Backup
FTP credentials,FTP credentials,module,Magento_Backup
FTP Host,FTP-vert,module,Magento_Backup
FTP Login,FTP pålogging,module,Magento_Backup
FTP Password,FTP passord,module,Magento_Backup
Magento root directory,Magento root directory,module,Magento_Backup
Create Backup,Opprett sikkerhetskopi,module,Magento_Backup
Rollback,Rollback,module,Magento_Backup
Scheduled Backup Settings,Innstillinger for planlagt sikkerhetskopiering,module,Magento_Backup
Enable Scheduled Backup,Aktiver planlagt sikkerhetskopiering,module,Magento_Backup
Backup Type,Sikkerhetskopitype,module,Magento_Backup
Start Time,Starttid,module,Magento_Backup
Frequency,Frekvens,module,Magento_Backup
Maintenance Mode,Vedlikeholdsmodus,module,Magento_Backup
Delete,Slette,module,Magento_Backup
Are you sure you want to delete the selected backup(s)?,Er du sikker på at du vil slette valgt(e) sikkerhetskopi(er)?,module,Magento_Backup
Time,Tid,module,Magento_Backup
Name,Navn,module,Magento_Backup
Size(bytes),Størrelse(bytes),module,Magento_Backup
Type,Type,module,Magento_Backup
Download,Download,module,Magento_Backup
Action,Action,module,Magento_Backup
Banners,Bannere,module,Magento_Banner
Add Banner,Legg til banner,module,Magento_Banner
Save Banner,Lagre Banner,module,Magento_Banner
Delete Banner,Slette banneret,module,Magento_Banner
Save and Continue Edit,Lagre og fortsett redigering,module,Magento_Banner
New Banner,Ny Banner,module,Magento_Banner
Content,Innhold,module,Magento_Banner
Default Content,Standardinnhold,module,Magento_Banner
No Default Content,Ingen standardinnhold,module,Magento_Banner
Banner Default Content for All Store Views,Banner standardinnhold for alle Butikk visninger,module,Magento_Banner
Store View Specific Content,Butikkspesifikt innholdt,module,Magento_Banner
Use Default,Bruk standard,module,Magento_Banner
Related Promotions,Relaterte kampanjer,module,Magento_Banner
ID,ID,module,Magento_Banner
Rule,Regel,module,Magento_Banner
Start Date,Startdato,module,Magento_Banner
End Date,Sluttdato,module,Magento_Banner
Status,Status,module,Magento_Banner
Banner Properties,Banner-egenskaper,module,Magento_Banner
Banner Name,Banner Navn,module,Magento_Banner
Active,Aktiv,module,Magento_Banner
Inactive,Inaktiv,module,Magento_Banner
Applies To,Gjelder,module,Magento_Banner
Any Banner Type,Alle Banner-Typer,module,Magento_Banner
Specified Banner Types,Angitte Banner typer,module,Magento_Banner
Specify Types,Angi typer,module,Magento_Banner
Banner Information,Banner informasjon,module,Magento_Banner
Banner,Banner,module,Magento_Banner
Banner Type,Banner-Type,module,Magento_Banner
Visibility,Synlighet,module,Magento_Banner
Delete,Slette,module,Magento_Banner
Are you sure you want to delete these banners?,Er du sikker på at du vil slette disse bannere?,module,Magento_Banner
Related Banners,Relaterte bannere,module,Magento_Banner
Position,Posisjon,module,Magento_Banner
This rule no longer exists.,Denne regelen finnes ikke lenger.,module,Magento_Banner
This banner does not exist.,Dette banneret finnes ikke.,module,Magento_Banner
You deleted the banner.,Du slettet banneret.,module,Magento_Banner
Something went wrong while deleting banner data. Please review the action log and try again.,Noe gikk galt under sletting banner data. Se gjennom handlings loggen og prøv på nytt.,module,Magento_Banner
We cannot find a banner to delete.,Vi finner et en banner å slette.,module,Magento_Banner
This banner no longer exists.,Dette banneret finnes ikke lenger.,module,Magento_Banner
Edit Banner,Redigere Banner,module,Magento_Banner
Please select a banner(s).,Velg en banner(s).,module,Magento_Banner
You deleted %1 record(s).,Du slettet %1 oppføring(er).,module,Magento_Banner
Something went wrong while mass-deleting banners. Please review the action log and try again.,Noe gikk galt mens sletting av masse bannere. Se gjennom handlingen loggen og prøv på nytt.,module,Magento_Banner
You saved the banner.,Du lagret banneret.,module,Magento_Banner
We cannot save the banner.,Vi kan ikke lagre banneret.,module,Magento_Banner
Please enter a name.,Skriv inn et navn.,module,Magento_Banner
Please specify default content for at least one store view.,Angi standardinnhold for minst en Butikkvisning.,module,Magento_Banner
-- None --,-- Ingen --,module,Magento_Banner
Error,Feil,module,Magento_Banner
Related Cart Price Rules,Relaterte prisregler for handlevogn,module,Magento_Banner
Related Catalog Price Rules,Relaterte prisregler for katalogen,module,Magento_Banner
Manage Banners,Administrere bannere,module,Magento_Banner
Banner Rotator,Banner Rotator,module,Magento_Banner
Displays Specified or Promotion Banners,Viser spesifisert eller kampanje bannere,module,Magento_Banner
Banners to Display,Bannere å vise,module,Magento_Banner
Specified Banners,Angitte bannere,module,Magento_Banner
Shopping Cart Promotions Related,Kampanjer relatert til Handlevogn,module,Magento_Banner
Catalog Promotions Related,Kampanjer relatert til Katalog,module,Magento_Banner
Restrict by Banner Types,Begrense ved type banner,module,Magento_Banner
Rotation Mode,Roteringsmodus,module,Magento_Banner
Display all instead of rotating,Vise alle i stedet for å rotere,module,Magento_Banner
"One at the time, Random",En av gangen i tilfeldig rekkefølge,module,Magento_Banner
"One at the time, Series",En av gangen i sekvens,module,Magento_Banner
"One at the time, Shuffle",En av gangen i tilfeldig rekkefølge,module,Magento_Banner
Specify Banners,Angi bannere,module,Magento_Banner
Banner Block Template,Mal for Banner blokk,module,Magento_Banner
Banner Inline Template,Banner innline mal,module,Magento_Banner
Country,Land,module,Magento_Braintree
Allowed Credit Card Types,Tillatte kredittkorttyper,module,Magento_Braintree
Add Rule,Legg til regel,module,Magento_Braintree
Braintree Settlement Report,Braintree Omsetningsrapport,module,Magento_Braintree
"Sorry, but something went wrong","Beklager, men noe gikk galt",module,Magento_Braintree
We can't initialize checkout.,We can't initialize checkout.,module,Magento_Braintree
No authorization transaction to proceed capture.,No authorization transaction to proceed capture.,module,Magento_Braintree
Braintree error response.,Braintree error response.,module,Magento_Braintree
Payment method nonce can't be retrieved.,Payment method nonce can't be retrieved.,module,Magento_Braintree
Wrong transaction status,Feil transaksjonsstatus,module,Magento_Braintree
Authorize,Authorize,module,Magento_Braintree
Authorize and Capture,Authorize and Capture,module,Magento_Braintree
--Please Select--,-Vennligst velg--,module,Magento_Braintree
Please agree to all the terms and conditions before placing the order.,Vennligst godta alle vilkår og betingelser før bestilling.,module,Magento_Braintree
Paypal account,PayPal-konto,module,Magento_Braintree
Coinbase account,Coinbase konto,module,Magento_Braintree
Europe bank account,Europe bank account,module,Magento_Braintree
Credit card,Kredittkort,module,Magento_Braintree
Apple pay card,Apple-betalingskort,module,Magento_Braintree
Android pay card,Android pay card,module,Magento_Braintree
Authorization expired,Authorization expired,module,Magento_Braintree
Authorizing,Authorizing,module,Magento_Braintree
Authorized,Authorized,module,Magento_Braintree
Gateway rejected,Gateway rejected,module,Magento_Braintree
Failed,Failed,module,Magento_Braintree
Processor declined,Processor declined,module,Magento_Braintree
Settled,Settled,module,Magento_Braintree
Settling,Settling,module,Magento_Braintree
Submitted for settlement,Submitted for settlement,module,Magento_Braintree
Voided,Voided,module,Magento_Braintree
Unrecognized,Unrecognized,module,Magento_Braintree