blob: a7141616a8c384bda7a0bad06094ee6d16a89d28 [file] [log] [blame]
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301DocType: Employee,Salary Mode,Lønn Mode
2DocType: Cost Center,"Select Monthly Distribution, if you want to track based on seasonality.","Velg Månedlig Distribution, hvis du ønsker å spore basert på sesongvariasjoner."
3DocType: Employee,Divorced,Skilt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05304apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +81,Warning: Same item has been entered multiple times.,Advarsel: Samme element er angitt flere ganger.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05305apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +96,Items already synced,Elementer allerede synkronisert
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05306DocType: Buying Settings,Allow Item to be added multiple times in a transaction,Tillat Element som skal legges flere ganger i en transaksjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05307apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +33,Cancel Material Visit {0} before cancelling this Warranty Claim,Avbryt Material Besøk {0} før den avbryter denne garantikrav
Anand Doshi019111b2015-11-20 18:00:11 +05308apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +19,Consumer Products,Forbrukerprodukter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05309apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +68,Please select Party Type first,Vennligst velg Partiet Type først
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053010DocType: Item,Customer Items,Kunde Items
Rushabh Mehtad627af22016-03-03 11:24:58 +053011DocType: Project,Costing and Billing,Kalkulasjon og fakturering
Anand Doshid7f7d5c2016-01-27 12:36:04 +053012apps/erpnext/erpnext/accounts/doctype/account/account.py +48,Account {0}: Parent account {1} can not be a ledger,Konto {0}: Parent konto {1} kan ikke være en hovedbok
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053013DocType: Item,Publish Item to hub.erpnext.com,Publiser varen til hub.erpnext.com
14apps/erpnext/erpnext/config/setup.py +93,Email Notifications,E-postvarsling
15DocType: Item,Default Unit of Measure,Standard måleenhet
16DocType: SMS Center,All Sales Partner Contact,All Sales Partner Kontakt
17DocType: Employee,Leave Approvers,La godkjennere
18DocType: Sales Partner,Dealer,Dealer
19DocType: Employee,Rented,Leide
Rushabh Mehta626ba1b2015-10-14 15:22:06 +053020DocType: POS Profile,Applicable for User,Gjelder for User
Rushabh Mehtad627af22016-03-03 11:24:58 +053021apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +171,"Stopped Production Order cannot be cancelled, Unstop it first to cancel","Stoppet produksjonsordre kan ikke avbestilles, Døves det første å avbryte"
Rushabh Mehta626ba1b2015-10-14 15:22:06 +053022apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +36,Currency is required for Price List {0},Valuta er nødvendig for Prisliste {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053023DocType: Sales Taxes and Charges Template,* Will be calculated in the transaction.,* Vil bli beregnet i transaksjonen.
Rushabh Mehtafc307972015-11-04 18:02:45 +053024DocType: Purchase Order,Customer Contact,Kundekontakt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053025apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +37,{0} Tree,{0} treet
26DocType: Job Applicant,Job Applicant,Jobbsøker
27apps/erpnext/erpnext/hub_node/page/hub/hub_body.html +18,No more results.,Ingen flere resultater.
Anand Doshi019111b2015-11-20 18:00:11 +053028apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +34,Legal,Juridisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053029apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +114,Actual type tax cannot be included in Item rate in row {0},Faktiske typen skatt kan ikke inkluderes i Element rente i rad {0}
30DocType: C-Form,Customer,Kunde
31DocType: Purchase Receipt Item,Required By,Kreves av
32DocType: Delivery Note,Return Against Delivery Note,Tilbake mot følgeseddel
33DocType: Department,Department,Avdeling
34DocType: Purchase Order,% Billed,% Fakturert
Rushabh Mehta626ba1b2015-10-14 15:22:06 +053035apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +43,Exchange Rate must be same as {0} {1} ({2}),Exchange Rate må være samme som {0} {1} ({2})
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053036DocType: Sales Invoice,Customer Name,Kundenavn
Rushabh Mehtad627af22016-03-03 11:24:58 +053037apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +100,Bank account cannot be named as {0},Bankkonto kan ikke bli navngitt som {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053038DocType: Features Setup,"All export related fields like currency, conversion rate, export total, export grand total etc are available in Delivery Note, POS, Quotation, Sales Invoice, Sales Order etc.","Alle eksportrelaterte felt som valuta, valutakurs, eksport totalt, eksport grand total etc er tilgjengelig i følgeseddel, POS, sitat, salgsfaktura, Salgsordre etc."
39DocType: Account,Heads (or groups) against which Accounting Entries are made and balances are maintained.,Hoder (eller grupper) mot hvilke regnskapspostene er laget og balanserer opprettholdes.
Anand Doshid7f7d5c2016-01-27 12:36:04 +053040apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +173,Outstanding for {0} cannot be less than zero ({1}),Enestående for {0} kan ikke være mindre enn null ({1})
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053041DocType: Manufacturing Settings,Default 10 mins,Standard 10 minutter
42DocType: Leave Type,Leave Type Name,La Type Navn
Anand Doshi191b2972015-10-21 16:50:31 +053043apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +148,Series Updated Successfully,Serien er oppdatert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053044DocType: Pricing Rule,Apply On,Påfør på
45DocType: Item Price,Multiple Item prices.,Flere varepriser.
46,Purchase Order Items To Be Received,Purchase Order Elementer som skal mottas
47DocType: SMS Center,All Supplier Contact,All Leverandør Kontakt
48DocType: Quality Inspection Reading,Parameter,Parameter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053049apps/erpnext/erpnext/projects/doctype/project/project.py +43,Expected End Date can not be less than Expected Start Date,Forventet Sluttdato kan ikke være mindre enn Tiltredelse
Nabin Hait733680b2015-12-07 14:12:41 +053050apps/erpnext/erpnext/utilities/transaction_base.py +107,Row #{0}: Rate must be same as {1}: {2} ({3} / {4}) ,Row # {0}: Pris må være samme som {1}: {2} ({3} / {4})
Rushabh Mehtadd408d82016-02-09 12:24:27 +053051apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +226,New Leave Application,New La Application
Anand Doshi019111b2015-11-20 18:00:11 +053052apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +134,Bank Draft,Bank Draft
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053053DocType: Mode of Payment Account,Mode of Payment Account,Modus for betaling konto
Anand Doshi03791fc2015-12-15 15:17:11 +053054apps/erpnext/erpnext/stock/doctype/item/item.js +49,Show Variants,Vis Varianter
Anand Doshiee19fc02015-12-21 17:10:20 +053055apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +479,Quantity,Antall
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053056apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +174,Loans (Liabilities),Lån (gjeld)
57DocType: Employee Education,Year of Passing,Year of Passing
Rushabh Mehtafc307972015-11-04 18:02:45 +053058apps/erpnext/erpnext/public/js/pos/pos_bill_item.html +12,In Stock,På Lager
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053059DocType: Designation,Designation,Betegnelse
60DocType: Production Plan Item,Production Plan Item,Produksjonsplan Sak
Anand Doshi9c0983f2016-02-17 12:59:54 +053061apps/erpnext/erpnext/hr/doctype/employee/employee.py +146,User {0} is already assigned to Employee {1},Bruker {0} er allerede tildelt Employee {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053062apps/erpnext/erpnext/accounts/page/pos/pos_page.html +13,Make new POS Profile,Gjør nye POS Profile
Anand Doshi019111b2015-11-20 18:00:11 +053063apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +31,Health Care,Helsevesen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053064DocType: Purchase Invoice,Monthly,Månedlig
Rushabh Mehtafc307972015-11-04 18:02:45 +053065apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +66,Delay in payment (Days),Forsinket betaling (dager)
Anand Doshid7f7d5c2016-01-27 12:36:04 +053066apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +612,Invoice,Faktura
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053067DocType: Maintenance Schedule Item,Periodicity,Periodisitet
Rushabh Mehta1c32d052016-01-12 12:02:26 +053068apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +20,Fiscal Year {0} is required,Regnskapsår {0} er nødvendig
Anand Doshi019111b2015-11-20 18:00:11 +053069apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +21,Defense,Forsvars
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053070DocType: Company,Abbr,Abbr
71DocType: Appraisal Goal,Score (0-5),Score (0-5)
Anand Doshibb256e42016-01-04 16:50:38 +053072apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +199,Row {0}: {1} {2} does not match with {3},Rad {0}: {1} {2} samsvarer ikke med {3}
Rushabh Mehta4140fa52015-12-01 16:02:15 +053073apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +74,Row # {0}:,Row # {0}:
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053074DocType: Delivery Note,Vehicle No,Vehicle Nei
Anand Doshi9c0983f2016-02-17 12:59:54 +053075apps/erpnext/erpnext/public/js/pos/pos.js +553,Please select Price List,Vennligst velg Prisliste
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053076DocType: Production Order Operation,Work In Progress,Arbeid På Går
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053077DocType: Employee,Holiday List,Holiday List
78DocType: Time Log,Time Log,Tid Logg
Rushabh Mehtad627af22016-03-03 11:24:58 +053079apps/erpnext/erpnext/public/js/setup_wizard.js +171,Accountant,Accountant
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053080DocType: Cost Center,Stock User,Stock User
81DocType: Company,Phone No,Telefonnr
82DocType: Time Log,"Log of Activities performed by users against Tasks that can be used for tracking time, billing.","Logg av aktiviteter som utføres av brukere mot Oppgaver som kan brukes for å spore tid, fakturering."
Rushabh Mehtad627af22016-03-03 11:24:58 +053083apps/erpnext/erpnext/controllers/recurring_document.py +135,New {0}: #{1},New {0} # {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053084,Sales Partners Commission,Sales Partners Commission
Rushabh Mehtadd408d82016-02-09 12:24:27 +053085apps/erpnext/erpnext/setup/doctype/company/company.py +38,Abbreviation cannot have more than 5 characters,Forkortelse kan ikke ha mer enn fem tegn
Anand Doshid7f7d5c2016-01-27 12:36:04 +053086DocType: Payment Request,Payment Request,Betaling Request
Rushabh Mehta626ba1b2015-10-14 15:22:06 +053087apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +56,"Attribute Value {0} cannot be removed from {1} as Item Variants \
88 exist with this Attribute.",Tilskriver Verdi {0} kan ikke fjernes fra {1} som Element Varianter \ eksistere med dette attributtet.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053089apps/erpnext/erpnext/accounts/doctype/account/account.js +27,This is a root account and cannot be edited.,Dette er en rot konto og kan ikke redigeres.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053090DocType: BOM,Operations,Operasjoner
91apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +38,Cannot set authorization on basis of Discount for {0},Kan ikke sette autorisasjon på grunnlag av Rabatt for {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053092DocType: Rename Tool,"Attach .csv file with two columns, one for the old name and one for the new name","Fest CSV-fil med to kolonner, en for det gamle navnet og en for det nye navnet"
93DocType: Packed Item,Parent Detail docname,Parent Detail docname
Rushabh Mehtad627af22016-03-03 11:24:58 +053094apps/erpnext/erpnext/public/js/setup_wizard.js +263,Kg,Kg
Rushabh Mehta63b98ec2015-08-04 11:38:04 +053095apps/erpnext/erpnext/config/hr.py +48,Opening for a Job.,Åpning for en jobb.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +053096DocType: Item Attribute,Increment,Tilvekst
Rushabh Mehtad627af22016-03-03 11:24:58 +053097apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +39,PayPal Settings missing,PayPal Innstillinger mangler
Rushabh Mehtafc307972015-11-04 18:02:45 +053098apps/erpnext/erpnext/public/js/stock_analytics.js +63,Select Warehouse...,Velg Warehouse ...
Anand Doshi019111b2015-11-20 18:00:11 +053099apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +6,Advertising,Annonsering
100apps/erpnext/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py +22,Same Company is entered more than once,Samme firma er angitt mer enn én gang
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530101DocType: Employee,Married,Gift
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530102apps/erpnext/erpnext/accounts/party.py +38,Not permitted for {0},Ikke tillatt for {0}
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530103apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +441,Get items from,Få elementer fra
Nabin Hait9a24abe2016-01-21 16:31:40 +0530104apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +399,Stock cannot be updated against Delivery Note {0},Stock kan ikke oppdateres mot følgeseddel {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530105DocType: Payment Reconciliation,Reconcile,Forsone
Anand Doshi019111b2015-11-20 18:00:11 +0530106apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +30,Grocery,Dagligvare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530107DocType: Quality Inspection Reading,Reading 1,Lesing 1
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530108DocType: Process Payroll,Make Bank Entry,Gjør Bank Entry
Anand Doshi019111b2015-11-20 18:00:11 +0530109apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +40,Pension Funds,Pensjonsfondene
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530110apps/erpnext/erpnext/accounts/doctype/account/account.py +166,Warehouse is mandatory if account type is Warehouse,Warehouse er obligatorisk hvis kontotype er Warehouse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530111DocType: SMS Center,All Sales Person,All Sales Person
112DocType: Lead,Person Name,Person Name
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530113DocType: Sales Invoice Item,Sales Invoice Item,Salg Faktura Element
114DocType: Account,Credit,Credit
Rushabh Mehtad627af22016-03-03 11:24:58 +0530115apps/erpnext/erpnext/hr/doctype/employee/employee.py +28,Please setup Employee Naming System in Human Resource > HR Settings,Vennligst setup Employee Naming System i Human Resource> HR-innstillinger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530116DocType: POS Profile,Write Off Cost Center,Skriv Av kostnadssted
117DocType: Warehouse,Warehouse Detail,Warehouse Detalj
Anand Doshi191b2972015-10-21 16:50:31 +0530118apps/erpnext/erpnext/selling/doctype/customer/customer.py +181,Credit limit has been crossed for customer {0} {1}/{2},Kredittgrense er krysset for kunde {0} {1} / {2}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530119DocType: Tax Rule,Tax Type,Skatt Type
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530120apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +137,You are not authorized to add or update entries before {0},Du er ikke autorisert til å legge til eller oppdatere bloggen før {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530121DocType: Item,Item Image (if not slideshow),Sak Image (hvis ikke show)
122apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.py +20,An Customer exists with same name,En Customer eksisterer med samme navn
123DocType: Production Order Operation,(Hour Rate / 60) * Actual Operation Time,(Timepris / 60) * Faktisk Operation Tid
124DocType: SMS Log,SMS Log,SMS Log
125apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Delivered Items,Kostnad for leverte varer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530126DocType: Quality Inspection,Get Specification Details,Få Spesifikasjon Detaljer
127DocType: Lead,Interested,Interessert
128apps/erpnext/erpnext/config/manufacturing.py +14,Bill of Material,Bill of Material
Anand Doshi019111b2015-11-20 18:00:11 +0530129apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +158,Opening,Åpning
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530130apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +28,From {0} to {1},Fra {0} til {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530131DocType: Item,Copy From Item Group,Kopier fra varegruppe
132DocType: Journal Entry,Opening Entry,Åpning Entry
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530133DocType: Stock Entry,Additional Costs,Tilleggskostnader
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530134apps/erpnext/erpnext/accounts/doctype/account/account.py +137,Account with existing transaction can not be converted to group.,Konto med eksisterende transaksjon kan ikke konverteres til gruppen.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530135DocType: Lead,Product Enquiry,Produkt Forespørsel
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530136apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +13,Please enter company first,Skriv inn et selskap først
Rushabh Mehtafc307972015-11-04 18:02:45 +0530137apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +334,Please select Company first,Vennligst velg selskapet først
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530138DocType: Employee Education,Under Graduate,Under Graduate
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530139apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.js +27,Target On,Target På
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530140DocType: BOM,Total Cost,Totalkostnad
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530141apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +9,Activity Log:,Aktivitetsloggen:
Rushabh Mehtad627af22016-03-03 11:24:58 +0530142apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +197,Item {0} does not exist in the system or has expired,Element {0} finnes ikke i systemet eller er utløpt
Anand Doshi019111b2015-11-20 18:00:11 +0530143apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +44,Real Estate,Eiendom
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530144apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.html +4,Statement of Account,Kontoutskrift
Anand Doshi019111b2015-11-20 18:00:11 +0530145apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +41,Pharmaceuticals,Farmasi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530146DocType: Expense Claim Detail,Claim Amount,Krav Beløp
147DocType: Employee,Mr,Mr
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530148apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +33,Supplier Type / Supplier,Leverandør Type / leverandør
149DocType: Naming Series,Prefix,Prefix
Rushabh Mehtad627af22016-03-03 11:24:58 +0530150apps/erpnext/erpnext/public/js/setup_wizard.js +260,Consumable,Konsum
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530151DocType: Upload Attendance,Import Log,Import Logg
Rushabh Mehtad627af22016-03-03 11:24:58 +0530152DocType: Production Planning Tool,Pull Material Request of type Manufacture based on the above criteria,Trekk Material Request av typen Produksjon basert på de ovennevnte kriteriene
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530153apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.js +19,Send,Sende
Rushabh Mehtafc307972015-11-04 18:02:45 +0530154DocType: Sales Invoice Item,Delivered By Supplier,Levert av Leverandør
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530155DocType: SMS Center,All Contact,All kontakt
Anand Doshi019111b2015-11-20 18:00:11 +0530156apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +164,Annual Salary,Årslønn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530157DocType: Period Closing Voucher,Closing Fiscal Year,Lukke regnskapsår
158apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +69,Stock Expenses,Aksje Utgifter
159DocType: Newsletter,Email Sent?,E-post sendt?
160DocType: Journal Entry,Contra Entry,Contra Entry
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530161DocType: Production Order Operation,Show Time Logs,Show Time Logger
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530162DocType: Journal Entry Account,Credit in Company Currency,Kreditt i selskapet Valuta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530163DocType: Delivery Note,Installation Status,Installasjon Status
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530164apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +108,Accepted + Rejected Qty must be equal to Received quantity for Item {0},Akseptert + Avvist Antall må være lik mottatt kvantum for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530165DocType: Item,Supply Raw Materials for Purchase,Leverer råvare til Purchase
Nabin Hait34037e02016-02-03 13:10:54 +0530166apps/erpnext/erpnext/stock/get_item_details.py +123,Item {0} must be a Purchase Item,Elementet {0} må være et kjøp varen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530167DocType: Upload Attendance,"Download the Template, fill appropriate data and attach the modified file.
168All dates and employee combination in the selected period will come in the template, with existing attendance records","Last ned mal, fyll riktige data og fest den endrede filen. Alle datoer og ansatt kombinasjon i den valgte perioden vil komme i malen, med eksisterende møteprotokoller"
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530169apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +448,Item {0} is not active or end of life has been reached,Element {0} er ikke aktiv eller slutten av livet er nådd
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530170DocType: Time Log Batch,Will be updated after Sales Invoice is Submitted.,Vil bli oppdatert etter Sales Faktura sendes inn.
Rushabh Mehtad627af22016-03-03 11:24:58 +0530171apps/erpnext/erpnext/controllers/accounts_controller.py +510,"To include tax in row {0} in Item rate, taxes in rows {1} must also be included","For å inkludere skatt i rad {0} i Element rente, skatt i rader {1} må også inkluderes"
Nabin Hait34037e02016-02-03 13:10:54 +0530172apps/erpnext/erpnext/config/hr.py +98,Settings for HR Module,Innstillinger for HR Module
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530173DocType: SMS Center,SMS Center,SMS-senter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530174DocType: BOM Replace Tool,New BOM,New BOM
Anand Doshibacc6792015-10-30 12:54:27 +0530175apps/erpnext/erpnext/config/projects.py +28,Batch Time Logs for billing.,Batch Tid Logger for fakturering.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530176apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +30,Newsletter has already been sent,Nyhetsbrevet har allerede blitt sendt
177DocType: Lead,Request Type,Forespørsel Type
178DocType: Leave Application,Reason,Reason
Anand Doshi9c0983f2016-02-17 12:59:54 +0530179apps/erpnext/erpnext/hr/doctype/offer_letter/offer_letter.js +15,Make Employee,Gjør Employee
Anand Doshi019111b2015-11-20 18:00:11 +0530180apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +14,Broadcasting,Kringkasting
181apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +140,Execution,Execution
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530182apps/erpnext/erpnext/config/manufacturing.py +39,Details of the operations carried out.,Detaljene for operasjonen utføres.
183DocType: Serial No,Maintenance Status,Vedlikehold Status
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530184apps/erpnext/erpnext/config/stock.py +258,Items and Pricing,Elementer og priser
Anand Doshi9c0983f2016-02-17 12:59:54 +0530185apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +42,From Date should be within the Fiscal Year. Assuming From Date = {0},Fra dato bør være innenfor regnskapsåret. Antar Fra Date = {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530186DocType: Appraisal,Select the Employee for whom you are creating the Appraisal.,Velg Employee for hvem du oppretter Appraisal.
Anand Doshi191b2972015-10-21 16:50:31 +0530187apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +96,Cost Center {0} does not belong to Company {1},Kostnadssteds {0} ikke tilhører selskapet {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530188DocType: Customer,Individual,Individuell
189apps/erpnext/erpnext/config/support.py +23,Plan for maintenance visits.,Plan for vedlikeholdsbesøk.
190DocType: SMS Settings,Enter url parameter for message,Skriv inn url parameter for melding
191apps/erpnext/erpnext/config/selling.py +148,Rules for applying pricing and discount.,Regler for bruk av prising og rabatt.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530192apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +81,This Time Log conflicts with {0} for {1} {2},Denne gangen Logg konflikter med {0} for {1} {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530193apps/erpnext/erpnext/stock/doctype/price_list/price_list.py +14,Price List must be applicable for Buying or Selling,Prisliste må være aktuelt for å kjøpe eller selge
Rushabh Mehtafc307972015-11-04 18:02:45 +0530194apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +81,Installation date cannot be before delivery date for Item {0},Installasjonsdato kan ikke være før leveringsdato for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530195DocType: Pricing Rule,Discount on Price List Rate (%),Rabatt på Prisliste Rate (%)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530196DocType: Offer Letter,Select Terms and Conditions,Velg Vilkår
Anand Doshi9c0983f2016-02-17 12:59:54 +0530197apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +49,Out Value,ut Verdi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530198DocType: Production Planning Tool,Sales Orders,Salgsordrer
199DocType: Purchase Taxes and Charges,Valuation,Verdivurdering
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530200,Purchase Order Trends,Innkjøpsordre Trender
Nabin Hait34037e02016-02-03 13:10:54 +0530201apps/erpnext/erpnext/config/hr.py +86,Allocate leaves for the year.,Bevilge blader for året.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530202DocType: Earning Type,Earning Type,Tjene Type
203DocType: Manufacturing Settings,Disable Capacity Planning and Time Tracking,Deaktiver kapasitetsplanlegging og Time Tracking
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530204DocType: Bank Reconciliation,Bank Account,Bankkonto
205DocType: Leave Type,Allow Negative Balance,Tillat negativ saldo
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530206DocType: Selling Settings,Default Territory,Standard Territory
Anand Doshi019111b2015-11-20 18:00:11 +0530207apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +53,Television,TV
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530208DocType: Production Order Operation,Updated via 'Time Log',Oppdatert via 'Time Logg'
Anand Doshi191b2972015-10-21 16:50:31 +0530209apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +82,Account {0} does not belong to Company {1},Konto {0} tilhører ikke selskapet {1}
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530210apps/erpnext/erpnext/controllers/taxes_and_totals.py +408,Advance amount cannot be greater than {0} {1},Advance beløpet kan ikke være større enn {0} {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530211DocType: Naming Series,Series List for this Transaction,Serien Liste for denne transaksjonen
212DocType: Sales Invoice,Is Opening Entry,Åpner Entry
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530213DocType: Customer Group,Mention if non-standard receivable account applicable,Nevn hvis ikke-standard fordring konto aktuelt
214apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +154,For Warehouse is required before Submit,For Warehouse er nødvendig før Send
Anand Doshi666fbaf2015-11-26 12:40:13 +0530215apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +8,Received On,Mottatt On
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530216DocType: Sales Partner,Reseller,Reseller
Rushabh Mehtad627af22016-03-03 11:24:58 +0530217apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +24,Please enter Company,Skriv inn Firma
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530218DocType: Delivery Note Item,Against Sales Invoice Item,Mot Salg Faktura Element
219,Production Orders in Progress,Produksjonsordrer i Progress
Nabin Haitbf9e8cf2015-12-28 14:37:58 +0530220apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +37,Net Cash from Financing,Netto kontantstrøm fra finansierings
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530221DocType: Lead,Address & Contact,Adresse og kontakt
Rushabh Mehtafc307972015-11-04 18:02:45 +0530222DocType: Leave Allocation,Add unused leaves from previous allocations,Legg ubrukte blader fra tidligere bevilgninger
Rushabh Mehtad627af22016-03-03 11:24:58 +0530223apps/erpnext/erpnext/controllers/recurring_document.py +215,Next Recurring {0} will be created on {1},Neste Recurring {0} vil bli opprettet på {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530224DocType: Newsletter List,Total Subscribers,Totalt Abonnenter
Anand Doshi019111b2015-11-20 18:00:11 +0530225,Contact Name,Kontakt Navn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530226DocType: Process Payroll,Creates salary slip for above mentioned criteria.,Oppretter lønn slip for ovennevnte kriterier.
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530227apps/erpnext/erpnext/templates/generators/item.html +30,No description given,Ingen beskrivelse gitt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530228apps/erpnext/erpnext/config/buying.py +18,Request for purchase.,Be for kjøp.
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530229apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +193,Only the selected Leave Approver can submit this Leave Application,Bare den valgte La Godkjenner kan sende dette La Application
Anand Doshi9c0983f2016-02-17 12:59:54 +0530230apps/erpnext/erpnext/hr/doctype/employee/employee.py +118,Relieving Date must be greater than Date of Joining,Lindrende Dato må være større enn tidspunktet for inntreden
Anand Doshi019111b2015-11-20 18:00:11 +0530231apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +172,Leaves per Year,Later per år
Rushabh Mehtad627af22016-03-03 11:24:58 +0530232apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +187,Please set Naming Series for {0} via Setup > Settings > Naming Series,Vennligst sett Naming Series for {0} via Oppsett> Innstillinger> Naming Series
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530233DocType: Time Log,Will be updated when batched.,Vil bli oppdatert når dosert.
Rushabh Mehtafc307972015-11-04 18:02:45 +0530234apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +104,Row {0}: Please check 'Is Advance' against Account {1} if this is an advance entry.,Rad {0}: Vennligst sjekk 'Er Advance "mot Account {1} hvis dette er et forskudd oppføring.
Anand Doshi03791fc2015-12-15 15:17:11 +0530235apps/erpnext/erpnext/stock/utils.py +178,Warehouse {0} does not belong to company {1},Warehouse {0} ikke tilhører selskapet {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530236DocType: Item Website Specification,Item Website Specification,Sak Nettsted Spesifikasjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530237DocType: Payment Tool,Reference No,Referansenummer
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530238apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +418,Leave Blocked,La Blokkert
239apps/erpnext/erpnext/stock/doctype/item/item.py +572,Item {0} has reached its end of life on {1},Element {0} har nådd slutten av livet på {1}
Anand Doshi9c0983f2016-02-17 12:59:54 +0530240apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +105,Bank Entries,Bank Entries
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530241apps/erpnext/erpnext/accounts/utils.py +341,Annual,Årlig
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530242DocType: Stock Reconciliation Item,Stock Reconciliation Item,Stock Avstemming Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530243DocType: Stock Entry,Sales Invoice No,Salg Faktura Nei
244DocType: Material Request Item,Min Order Qty,Min Bestill Antall
245DocType: Lead,Do Not Contact,Ikke kontakt
Anand Doshi019111b2015-11-20 18:00:11 +0530246apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +93,Software Developer,Programvareutvikler
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530247DocType: Item,Minimum Order Qty,Minimum Antall
248DocType: Pricing Rule,Supplier Type,Leverandør Type
249DocType: Item,Publish in Hub,Publisere i Hub
250,Terretory,Terretory
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530251apps/erpnext/erpnext/stock/doctype/item/item.py +592,Item {0} is cancelled,Element {0} er kansellert
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530252apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +676,Material Request,Materialet Request
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530253DocType: Bank Reconciliation,Update Clearance Date,Oppdater Lagersalg Dato
254DocType: Item,Purchase Details,Kjøps Detaljer
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530255apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +325,Item {0} not found in 'Raw Materials Supplied' table in Purchase Order {1},Element {0} ble ikke funnet i 'Råvare Leveres' bord i innkjøpsordre {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530256DocType: Employee,Relation,Relasjon
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530257DocType: Shipping Rule,Worldwide Shipping,Worldwide Shipping
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530258apps/erpnext/erpnext/config/selling.py +23,Confirmed orders from Customers.,Bekreftede bestillinger fra kunder.
259DocType: Purchase Receipt Item,Rejected Quantity,Avvist Antall
260DocType: Features Setup,"Field available in Delivery Note, Quotation, Sales Invoice, Sales Order","Feltet tilgjengelig i følgeseddel, sitat, salgsfaktura, Salgsordre"
261DocType: SMS Settings,SMS Sender Name,SMS Sender Name
262DocType: Contact,Is Primary Contact,Er Primær kontaktperson
Nabin Hait34037e02016-02-03 13:10:54 +0530263apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +36,Time Log has been Batched for Billing,Tid Logg blitt dosert for Billing
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530264DocType: Notification Control,Notification Control,Varsling kontroll
265DocType: Lead,Suggestions,Forslag
266DocType: Territory,Set Item Group-wise budgets on this Territory. You can also include seasonality by setting the Distribution.,Set varegruppe-messig budsjetter på dette territoriet. Du kan også inkludere sesongvariasjoner ved å sette Distribution.
267apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +72,Please enter parent account group for warehouse {0},Skriv inn forelder kontogruppe for lageret {0}
Nabin Hait34037e02016-02-03 13:10:54 +0530268apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +250,Payment against {0} {1} cannot be greater than Outstanding Amount {2},Betaling mot {0} {1} kan ikke være større enn utestående beløp {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530269DocType: Supplier,Address HTML,Adresse HTML
270DocType: Lead,Mobile No.,Mobile No.
271DocType: Maintenance Schedule,Generate Schedule,Generere Schedule
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530272DocType: Purchase Invoice Item,Expense Head,Expense Leder
273apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +86,Please select Charge Type first,Vennligst velg Charge Type først
274apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Latest,Siste
Rushabh Mehtad627af22016-03-03 11:24:58 +0530275apps/erpnext/erpnext/public/js/setup_wizard.js +20,Max 5 characters,Maks 5 tegn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530276DocType: Employee,The first Leave Approver in the list will be set as the default Leave Approver,Den første La Godkjenner i listen vil bli definert som standard La Godkjenner
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530277apps/erpnext/erpnext/config/desktop.py +83,Learn,Lære
Anand Doshi03791fc2015-12-15 15:17:11 +0530278apps/erpnext/erpnext/projects/doctype/activity_type/activity_type.js +3,Activity Cost per Employee,Aktivitet Kostnad per Employee
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530279DocType: Accounts Settings,Settings for Accounts,Innstillinger for kontoer
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530280apps/erpnext/erpnext/config/crm.py +90,Manage Sales Person Tree.,Administrer Sales Person treet.
Rushabh Mehtad627af22016-03-03 11:24:58 +0530281DocType: Job Applicant,Cover Letter,Cover Letter
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530282apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +45,Outstanding Cheques and Deposits to clear,Utestående Sjekker og Innskudd å tømme
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530283DocType: Item,Synced With Hub,Synkronisert Med Hub
Rushabh Mehtad627af22016-03-03 11:24:58 +0530284apps/erpnext/erpnext/setup/doctype/company/company.js +63,Wrong Password,Feil Passord
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530285DocType: Item,Variant Of,Variant av
Rushabh Mehtad627af22016-03-03 11:24:58 +0530286apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +313,Completed Qty can not be greater than 'Qty to Manufacture',Fullført Antall kan ikke være større enn "Antall å Manufacture '
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530287DocType: Period Closing Voucher,Closing Account Head,Lukke konto Leder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530288DocType: Employee,External Work History,Ekstern Work History
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530289apps/erpnext/erpnext/projects/doctype/task/task.py +86,Circular Reference Error,Rundskriv Reference Error
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530290DocType: Delivery Note,In Words (Export) will be visible once you save the Delivery Note.,I Words (eksport) vil være synlig når du lagrer følgeseddel.
291DocType: Lead,Industry,Industry
292DocType: Employee,Job Profile,Job Profile
293DocType: Newsletter,Newsletter,Nyhetsbrev
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530294DocType: Stock Settings,Notify by Email on creation of automatic Material Request,Varsle på e-post om opprettelse av automatisk Material Request
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530295DocType: Journal Entry,Multi Currency,Multi Valuta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530296DocType: Payment Reconciliation Invoice,Invoice Type,Faktura Type
Rushabh Mehtad627af22016-03-03 11:24:58 +0530297apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +701,Delivery Note,Levering Note
Anand Doshibb256e42016-01-04 16:50:38 +0530298apps/erpnext/erpnext/config/learn.py +87,Setting up Taxes,Sette opp skatter
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530299apps/erpnext/erpnext/accounts/utils.py +191,Payment Entry has been modified after you pulled it. Please pull it again.,Betaling Entry har blitt endret etter at du trakk den. Kan trekke det igjen.
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530300apps/erpnext/erpnext/stock/doctype/item/item.py +381,{0} entered twice in Item Tax,{0} registrert to ganger i pkt Skatte
Anand Doshi191b2972015-10-21 16:50:31 +0530301apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +105,Summary for this week and pending activities,Oppsummering for denne uken og ventende aktiviteter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530302DocType: Workstation,Rent Cost,Rent Cost
Rushabh Mehtad627af22016-03-03 11:24:58 +0530303apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +73,Please select month and year,Velg måned og år
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530304DocType: Employee,Company Email,Selskapet E-post
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530305DocType: GL Entry,Debit Amount in Account Currency,Debet beløp på kontoen Valuta
306DocType: Shipping Rule,Valid for Countries,Gyldig for Land
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530307DocType: Features Setup,"All import related fields like currency, conversion rate, import total, import grand total etc are available in Purchase Receipt, Supplier Quotation, Purchase Invoice, Purchase Order etc.","Alle import relaterte felt som valuta, valutakurs, import totalt, import grand total etc er tilgjengelig i kvitteringen Leverandør sitat, fakturaen, innkjøpsordre etc."
Anand Doshi03791fc2015-12-15 15:17:11 +0530308apps/erpnext/erpnext/stock/doctype/item/item.js +48,This Item is a Template and cannot be used in transactions. Item attributes will be copied over into the variants unless 'No Copy' is set,"Denne varen er en mal, og kan ikke brukes i transaksjoner. Element attributter vil bli kopiert over i varianter med mindre 'No Copy' er satt"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530309apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +69,Total Order Considered,Total Bestill Regnes
Nabin Hait34037e02016-02-03 13:10:54 +0530310apps/erpnext/erpnext/config/hr.py +118,"Employee designation (e.g. CEO, Director etc.).","Ansatt betegnelse (f.eks CEO, direktør etc.)."
Rushabh Mehtad627af22016-03-03 11:24:58 +0530311apps/erpnext/erpnext/controllers/recurring_document.py +208,Please enter 'Repeat on Day of Month' field value,Skriv inn 'Gjenta på dag i måneden' feltverdi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530312DocType: Sales Invoice,Rate at which Customer Currency is converted to customer's base currency,Hastigheten som Kunden Valuta omdannes til kundens basisvaluta
313DocType: Features Setup,"Available in BOM, Delivery Note, Purchase Invoice, Production Order, Purchase Order, Purchase Receipt, Sales Invoice, Sales Order, Stock Entry, Timesheet","Tilgjengelig i BOM, følgeseddel, fakturaen, produksjonsordre, innkjøpsordre, kvitteringen Salg Faktura, Salgsordre, Stock Entry, Timeregistrering"
314DocType: Item Tax,Tax Rate,Skattesats
Anand Doshi03791fc2015-12-15 15:17:11 +0530315apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +54,{0} already allocated for Employee {1} for period {2} to {3},{0} allerede bevilget for Employee {1} for perioden {2} til {3}
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530316apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +644,Select Item,Velg element
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530317apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +150,"Item: {0} managed batch-wise, can not be reconciled using \
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530318 Stock Reconciliation, instead use Stock Entry","Sak: {0} klarte batch-messig, kan ikke forenes bruker \ Stock Forsoning, i stedet bruke Stock Entry"
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530319apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +254,Purchase Invoice {0} is already submitted,Fakturaen {0} er allerede sendt
Rushabh Mehtad627af22016-03-03 11:24:58 +0530320apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +90,Row # {0}: Batch No must be same as {1} {2},Row # {0}: Batch No må være samme som {1} {2}
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530321apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +65,Convert to non-Group,Konverter til ikke-konsernet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530322apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +55,Purchase Receipt must be submitted,Kvitteringen må sendes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530323apps/erpnext/erpnext/config/stock.py +53,Batch (lot) of an Item.,Batch (mye) av et element.
324DocType: C-Form Invoice Detail,Invoice Date,Fakturadato
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530325DocType: GL Entry,Debit Amount,Debet Beløp
Rushabh Mehtafc307972015-11-04 18:02:45 +0530326apps/erpnext/erpnext/accounts/party.py +223,There can only be 1 Account per Company in {0} {1},Det kan bare være en konto per Company i {0} {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530327apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +7,Your email address,Din epostadresse
Anand Doshi03791fc2015-12-15 15:17:11 +0530328apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +215,Please see attachment,Vennligst se vedlegg
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530329DocType: Purchase Order,% Received,% Mottatt
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530330apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +19,Setup Already Complete!!,Oppsett Allerede Komplett !!
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530331,Finished Goods,Ferdigvarer
332DocType: Delivery Note,Instructions,Bruksanvisning
333DocType: Quality Inspection,Inspected By,Inspisert av
334DocType: Maintenance Visit,Maintenance Type,Vedlikehold Type
Rushabh Mehtafc307972015-11-04 18:02:45 +0530335apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +61,Serial No {0} does not belong to Delivery Note {1},Serial No {0} tilhører ikke følgeseddel {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530336DocType: Item Quality Inspection Parameter,Item Quality Inspection Parameter,Sak Quality Inspection Parameter
337DocType: Leave Application,Leave Approver Name,La Godkjenner Name
338,Schedule Date,Schedule Date
339DocType: Packed Item,Packed Item,Pakket Element
340apps/erpnext/erpnext/config/buying.py +54,Default settings for buying transactions.,Standardinnstillingene for å kjøpe transaksjoner.
341apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +29,Activity Cost exists for Employee {0} against Activity Type - {1},Aktivitet Kostnad finnes for Employee {0} mot Activity Type - {1}
342apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +29,Please do NOT create Accounts for Customers and Suppliers. They are created directly from the Customer / Supplier masters.,Vennligst ikke opprette kontoer for kunder og leverandører. De er laget direkte fra kunde / leverandør mestere.
343DocType: Currency Exchange,Currency Exchange,Valutaveksling
344DocType: Purchase Invoice Item,Item Name,Navn
Anand Doshi019111b2015-11-20 18:00:11 +0530345DocType: Authorization Rule,Approving User (above authorized value),Godkjenne Bruker (ovenfor autorisert verdi)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530346apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +39,Credit Balance,Credit Balance
347DocType: Employee,Widowed,Enke
348DocType: Production Planning Tool,"Items to be requested which are ""Out of Stock"" considering all warehouses based on projected qty and minimum order qty",Elementer for å bli forespurt som er "Utsolgt" vurderer alle lagre basert på anslått stk og minimum ordreantall
349DocType: Workstation,Working Hours,Arbeidstid
350DocType: Naming Series,Change the starting / current sequence number of an existing series.,Endre start / strøm sekvensnummer av en eksisterende serie.
351apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +57,"If multiple Pricing Rules continue to prevail, users are asked to set Priority manually to resolve conflict.","Hvis flere Pris Regler fortsette å råde, blir brukerne bedt om å sette Priority manuelt for å løse konflikten."
352,Purchase Register,Kjøp Register
353DocType: Landed Cost Item,Applicable Charges,Gjeldende avgifter
354DocType: Workstation,Consumable Cost,Forbrukskostnads
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530355apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +189,{0} ({1}) must have role 'Leave Approver',{0} ({1}) må ha rollen «La Godkjenner '
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530356DocType: Purchase Receipt,Vehicle Date,Vehicle Dato
Anand Doshi019111b2015-11-20 18:00:11 +0530357apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +39,Medical,Medisinsk
Nabin Hait34037e02016-02-03 13:10:54 +0530358apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +143,Reason for losing,Grunnen for å tape
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530359apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +79,Workstation is closed on the following dates as per Holiday List: {0},Workstation er stengt på følgende datoer som per Holiday Liste: {0}
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530360apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +32,Opportunities,Muligheter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530361DocType: Employee,Single,Enslig
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530362apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +29,Budget cannot be set for Group Cost Center,Budsjettet kan ikke stilles for konsernet kostnadssted
363DocType: Account,Cost of Goods Sold,Varekostnad
364DocType: Purchase Invoice,Yearly,Årlig
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530365apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +230,Please enter Cost Center,Skriv inn kostnadssted
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530366DocType: Journal Entry Account,Sales Order,Salgsordre
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530367apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +67,Avg. Selling Rate,Avg. Salgskurs
Nabin Hait733680b2015-12-07 14:12:41 +0530368apps/erpnext/erpnext/utilities/transaction_base.py +131,Quantity cannot be a fraction in row {0},Antall kan ikke være en brøkdel i rad {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530369DocType: Purchase Invoice Item,Quantity and Rate,Kvantitet og Rate
370DocType: Delivery Note,% Installed,% Installert
Anand Doshi191b2972015-10-21 16:50:31 +0530371apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +59,Please enter company name first,Skriv inn firmanavn først
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530372DocType: BOM,Item Desription,Sak Desription
373DocType: Purchase Invoice,Supplier Name,Leverandør Name
Rushabh Mehtafc307972015-11-04 18:02:45 +0530374apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +25,Read the ERPNext Manual,Les ERPNext Manual
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530375DocType: Account,Is Group,Is Gruppe
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530376DocType: Stock Settings,Automatically Set Serial Nos based on FIFO,Automatisk Sett Serial Nos basert på FIFO
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530377DocType: Accounts Settings,Check Supplier Invoice Number Uniqueness,Sjekk Leverandør fakturanummer Unikhet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530378apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +57,'To Case No.' cannot be less than 'From Case No.','Til sak nr' kan ikke være mindre enn "From sak nr '
Anand Doshi019111b2015-11-20 18:00:11 +0530379apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +104,Non Profit,Non Profit
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530380apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_list.js +7,Not Started,Ikke i gang
381DocType: Lead,Channel Partner,Channel Partner
382DocType: Account,Old Parent,Gammel Parent
383DocType: Notification Control,Customize the introductory text that goes as a part of that email. Each transaction has a separate introductory text.,Tilpass innledende tekst som går som en del av e-posten. Hver transaksjon har en egen innledende tekst.
Nabin Hait34037e02016-02-03 13:10:54 +0530384DocType: Stock Reconciliation Item,Do not include symbols (ex. $),Ikke ta med symboler (ex. $)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530385DocType: Sales Taxes and Charges Template,Sales Master Manager,Sales Master manager
386apps/erpnext/erpnext/config/manufacturing.py +74,Global settings for all manufacturing processes.,Globale innstillinger for alle produksjonsprosesser.
387DocType: Accounts Settings,Accounts Frozen Upto,Regnskap Frozen Opp
388DocType: SMS Log,Sent On,Sendte På
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530389apps/erpnext/erpnext/stock/doctype/item/item.py +550,Attribute {0} selected multiple times in Attributes Table,Attributtet {0} valgt flere ganger i attributter Table
Nabin Hait733680b2015-12-07 14:12:41 +0530390DocType: HR Settings,Employee record is created using selected field. ,Ansatt posten er opprettet ved hjelp av valgte feltet.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530391DocType: Sales Order,Not Applicable,Gjelder ikke
Nabin Hait34037e02016-02-03 13:10:54 +0530392apps/erpnext/erpnext/config/hr.py +148,Holiday master.,Holiday mester.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530393DocType: Material Request Item,Required Date,Nødvendig Dato
394DocType: Delivery Note,Billing Address,Fakturaadresse
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530395apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +737,Please enter Item Code.,Skriv inn Element Code.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530396DocType: BOM,Costing,Costing
397DocType: Purchase Taxes and Charges,"If checked, the tax amount will be considered as already included in the Print Rate / Print Amount","Hvis det er merket, vil skattebeløpet betraktes som allerede er inkludert i Print Rate / Print Beløp"
398apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +48,Total Qty,Total Antall
399DocType: Employee,Health Concerns,Helse Bekymringer
400apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +15,Unpaid,Ubetalte
401DocType: Packing Slip,From Package No.,Fra Package No.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530402DocType: Item Attribute,To Range,Range
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530403apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +29,Securities and Deposits,Verdipapirer og innskudd
404DocType: Features Setup,Imports,Importen
Anand Doshi019111b2015-11-20 18:00:11 +0530405apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +77,Total leaves allocated is mandatory,Totalt blader tildelte er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530406DocType: Job Opening,Description of a Job Opening,Beskrivelse av en ledig jobb
Anand Doshi191b2972015-10-21 16:50:31 +0530407apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +102,Pending activities for today,Ventende aktiviteter for i dag
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530408apps/erpnext/erpnext/config/hr.py +28,Attendance record.,Tilskuerrekord.
409DocType: Bank Reconciliation,Journal Entries,Journaloppføringer
410DocType: Sales Order Item,Used for Production Plan,Brukes for Produksjonsplan
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530411DocType: Manufacturing Settings,Time Between Operations (in mins),Time Between Operations (i minutter)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530412DocType: Customer,Buyer of Goods and Services.,Kjøper av varer og tjenester.
413DocType: Journal Entry,Accounts Payable,Leverandørgjeld
Rushabh Mehtad627af22016-03-03 11:24:58 +0530414apps/erpnext/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py +29,The selected BOMs are not for the same item,De valgte stykklister er ikke for den samme varen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530415apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +24,Add Subscribers,Legg Abonnenter
Rushabh Mehtafc307972015-11-04 18:02:45 +0530416apps/erpnext/erpnext/public/js/feature_setup.js +220,""" does not exists","Ikke eksisterer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530417DocType: Pricing Rule,Valid Upto,Gyldig Opp
Rushabh Mehtad627af22016-03-03 11:24:58 +0530418apps/erpnext/erpnext/public/js/setup_wizard.js +203,List a few of your customers. They could be organizations or individuals.,Liste noen av kundene dine. De kan være organisasjoner eller enkeltpersoner.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530419apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +143,Direct Income,Direkte Inntekt
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530420apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +33,"Can not filter based on Account, if grouped by Account","Kan ikke filtrere basert på konto, hvis gruppert etter konto"
Anand Doshi019111b2015-11-20 18:00:11 +0530421apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +88,Administrative Officer,Administrative Officer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530422DocType: Payment Tool,Received Or Paid,Mottatt eller betalt
Rushabh Mehtafc307972015-11-04 18:02:45 +0530423apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +318,Please select Company,Vennligst velg selskapet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530424DocType: Stock Entry,Difference Account,Forskjellen konto
425apps/erpnext/erpnext/projects/doctype/task/task.py +44,Cannot close task as its dependant task {0} is not closed.,Kan ikke lukke oppgaven som sin avhengige oppgave {0} er ikke lukket.
Rushabh Mehtad627af22016-03-03 11:24:58 +0530426apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +381,Please enter Warehouse for which Material Request will be raised,Skriv inn Warehouse hvor Material Request vil bli hevet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530427DocType: Production Order,Additional Operating Cost,Ekstra driftskostnader
Anand Doshi019111b2015-11-20 18:00:11 +0530428apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +20,Cosmetics,Kosmetikk
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530429apps/erpnext/erpnext/stock/doctype/item/item.py +454,"To merge, following properties must be same for both items","Å fusjonere, må følgende egenskaper være lik for begge elementene"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530430DocType: Shipping Rule,Net Weight,Netto Vekt
431DocType: Employee,Emergency Phone,Emergency Phone
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530432,Serial No Warranty Expiry,Ingen garanti Utløpsserie
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530433DocType: Sales Order,To Deliver,Å Levere
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530434DocType: Purchase Invoice Item,Item,Sak
435DocType: Journal Entry,Difference (Dr - Cr),Forskjellen (Dr - Cr)
436DocType: Account,Profit and Loss,Gevinst og tap
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530437apps/erpnext/erpnext/config/stock.py +288,Managing Subcontracting,Administrerende Underleverandører
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530438apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +47,Furniture and Fixture,Møbler og ligaen
439DocType: Quotation,Rate at which Price list currency is converted to company's base currency,Hastigheten som Prisliste valuta er konvertert til selskapets hovedvaluta
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530440apps/erpnext/erpnext/setup/doctype/company/company.py +53,Account {0} does not belong to company: {1},Konto {0} tilhører ikke selskapet: {1}
441apps/erpnext/erpnext/setup/doctype/company/company.py +44,Abbreviation already used for another company,Forkortelse allerede brukt for et annet selskap
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530442DocType: Selling Settings,Default Customer Group,Standard Kundegruppe
443DocType: Global Defaults,"If disable, 'Rounded Total' field will not be visible in any transaction","Hvis deaktivere, 'Rounded Total-feltet ikke vil være synlig i enhver transaksjon"
444DocType: BOM,Operating Cost,Driftskostnader
445,Gross Profit,Bruttofortjeneste
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530446apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +27,Increment cannot be 0,Tilveksten kan ikke være 0
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530447DocType: Production Planning Tool,Material Requirement,Material Requirement
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530448DocType: Company,Delete Company Transactions,Slett transaksjoner
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530449apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +86,Item {0} is not Purchase Item,Element {0} er ikke kjøpe varen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530450DocType: Purchase Receipt,Add / Edit Taxes and Charges,Legg til / Rediger skatter og avgifter
451DocType: Purchase Invoice,Supplier Invoice No,Leverandør Faktura Nei
452DocType: Territory,For reference,For referanse
Anand Doshi191b2972015-10-21 16:50:31 +0530453apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +154,"Cannot delete Serial No {0}, as it is used in stock transactions","Kan ikke slette Serial No {0}, slik det brukes i aksjetransaksjoner"
Anand Doshi9c0983f2016-02-17 12:59:54 +0530454apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +234,Closing (Cr),Lukking (Cr)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530455DocType: Serial No,Warranty Period (Days),Garantiperioden (dager)
456DocType: Installation Note Item,Installation Note Item,Installasjon Merk Element
Rushabh Mehtad627af22016-03-03 11:24:58 +0530457DocType: Production Plan Item,Pending Qty,Venter Stk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530458DocType: Company,Ignore,Ignorer
459apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +86,SMS sent to following numbers: {0},SMS sendt til følgende nummer: {0}
Anand Doshi019111b2015-11-20 18:00:11 +0530460apps/erpnext/erpnext/controllers/buying_controller.py +126,Supplier Warehouse mandatory for sub-contracted Purchase Receipt,Leverandør Warehouse obligatorisk for underleverandør Kjøpskvittering
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530461DocType: Pricing Rule,Valid From,Gyldig Fra
462DocType: Sales Invoice,Total Commission,Total Commission
463DocType: Pricing Rule,Sales Partner,Sales Partner
464DocType: Buying Settings,Purchase Receipt Required,Kvitteringen Påkrevd
465DocType: Monthly Distribution,"**Monthly Distribution** helps you distribute your budget across months if you have seasonality in your business.
466
467To distribute a budget using this distribution, set this **Monthly Distribution** in the **Cost Center**","** Månedlig Distribution ** hjelper deg fordele budsjettet over måneder hvis du har sesongvariasjoner i din virksomhet. Å distribuere et budsjett å bruke denne fordelingen, sette dette ** Månedlig Distribution ** i ** Cost Center **"
Anand Doshibb256e42016-01-04 16:50:38 +0530468apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +126,No records found in the Invoice table,Ingen poster ble funnet i Faktura tabellen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530469apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js +20,Please select Company and Party Type first,Vennligst velg først selskapet og Party Type
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530470apps/erpnext/erpnext/config/accounts.py +89,Financial / accounting year.,Finansiell / regnskap år.
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530471apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.js +10,Accumulated Values,akkumulerte verdier
Anand Doshi191b2972015-10-21 16:50:31 +0530472apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +158,"Sorry, Serial Nos cannot be merged","Sorry, kan Serial Nos ikke bli slått sammen"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530473DocType: Project Task,Project Task,Prosjektet Task
474,Lead Id,Lead Id
475DocType: C-Form Invoice Detail,Grand Total,Grand Total
Anand Doshibb256e42016-01-04 16:50:38 +0530476apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +35,Fiscal Year Start Date should not be greater than Fiscal Year End Date,Regnskapsår Startdato bør ikke være større enn regnskapsåret Sluttdato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530477DocType: Warranty Claim,Resolution,Oppløsning
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530478apps/erpnext/erpnext/templates/pages/order.html +61,Delivered: {0},Levering: {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530479apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +66,Payable Account,Betales konto
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530480DocType: Sales Order,Billing and Delivery Status,Fakturering og levering Status
Rushabh Mehtad627af22016-03-03 11:24:58 +0530481DocType: Job Applicant,Resume Attachment,Fortsett Vedlegg
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530482apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +58,Repeat Customers,Gjenta kunder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530483DocType: Leave Control Panel,Allocate,Bevilge
Rushabh Mehtad627af22016-03-03 11:24:58 +0530484apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +633,Sales Return,Sales Return
Rushabh Mehtafc307972015-11-04 18:02:45 +0530485DocType: Item,Delivered by Supplier (Drop Ship),Levert av Leverandør (Drop Ship)
Nabin Hait34037e02016-02-03 13:10:54 +0530486apps/erpnext/erpnext/config/hr.py +128,Salary components.,Lønn komponenter.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530487apps/erpnext/erpnext/config/crm.py +12,Database of potential customers.,Database med potensielle kunder.
Anand Doshi019111b2015-11-20 18:00:11 +0530488DocType: Authorization Rule,Customer or Item,Kunden eller Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530489apps/erpnext/erpnext/config/crm.py +17,Customer database.,Kundedatabase.
490DocType: Quotation,Quotation To,Sitat Å
491DocType: Lead,Middle Income,Middle Income
492apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +58,Opening (Cr),Åpning (Cr)
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530493apps/erpnext/erpnext/stock/doctype/item/item.py +698,Default Unit of Measure for Item {0} cannot be changed directly because you have already made some transaction(s) with another UOM. You will need to create a new Item to use a different Default UOM.,Standard Enhet for Element {0} kan ikke endres direkte fordi du allerede har gjort noen transaksjon (er) med en annen målenheter. Du må opprette et nytt element for å bruke et annet standardmålenheter.
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530494apps/erpnext/erpnext/accounts/utils.py +195,Allocated amount can not be negative,Bevilget beløpet kan ikke være negativ
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530495DocType: Purchase Order Item,Billed Amt,Billed Amt
496DocType: Warehouse,A logical Warehouse against which stock entries are made.,En logisk Warehouse mot som lager oppføringer er gjort.
Rushabh Mehtafc307972015-11-04 18:02:45 +0530497apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +92,Reference No & Reference Date is required for {0},Referansenummer og Reference Date er nødvendig for {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530498DocType: Sales Invoice,Customer's Vendor,Kundens Vendor
Rushabh Mehtad627af22016-03-03 11:24:58 +0530499apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +211,Production Order is Mandatory,Produksjonsordre er obligatorisk
Anand Doshi019111b2015-11-20 18:00:11 +0530500apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +139,Proposal Writing,Forslaget Writing
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530501apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +35,Another Sales Person {0} exists with the same Employee id,En annen Sales Person {0} finnes med samme Employee id
Rushabh Mehtad627af22016-03-03 11:24:58 +0530502apps/erpnext/erpnext/stock/stock_ledger.py +337,Negative Stock Error ({6}) for Item {0} in Warehouse {1} on {2} {3} in {4} {5},Negative Stock Error ({6}) for Element {0} i Warehouse {1} {2} {3} i {4} {5}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530503DocType: Fiscal Year Company,Fiscal Year Company,Regnskapsåret selskapet
504DocType: Packing Slip Item,DN Detail,DN Detalj
505DocType: Time Log,Billed,Fakturert
506DocType: Batch,Batch Description,Batch Beskrivelse
507DocType: Delivery Note,Time at which items were delivered from warehouse,Tidspunktet da varene ble levert fra lageret
508DocType: Sales Invoice,Sales Taxes and Charges,Salgs Skatter og avgifter
509DocType: Employee,Organization Profile,Organisasjonsprofil
Rushabh Mehtad627af22016-03-03 11:24:58 +0530510apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +90,Please setup numbering series for Attendance via Setup > Numbering Series,Vennligst oppsett nummerering serien for Oppmøte via Setup> Nummerering Series
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530511DocType: Employee,Reason for Resignation,Grunnen til Resignasjon
Nabin Hait34037e02016-02-03 13:10:54 +0530512apps/erpnext/erpnext/config/hr.py +158,Template for performance appraisals.,Mal for medarbeidersamtaler.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530513DocType: Payment Reconciliation,Invoice/Journal Entry Details,Faktura / Journal Entry Detaljer
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530514apps/erpnext/erpnext/accounts/utils.py +53,{0} '{1}' not in Fiscal Year {2},{0} {1} ikke i regnskapsåret {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530515DocType: Buying Settings,Settings for Buying Module,Innstillinger for kjøp Module
516apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +62,Please enter Purchase Receipt first,Skriv inn Kjøpskvittering først
517DocType: Buying Settings,Supplier Naming By,Leverandør Naming Av
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530518DocType: Activity Type,Default Costing Rate,Standard Koster Rate
Rushabh Mehtad627af22016-03-03 11:24:58 +0530519apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +653,Maintenance Schedule,Vedlikeholdsplan
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530520apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +34,"Then Pricing Rules are filtered out based on Customer, Customer Group, Territory, Supplier, Supplier Type, Campaign, Sales Partner etc.","Da reglene for prissetting filtreres ut basert på Kunden, Kundens Group, Territory, leverandør, leverandør Type, Kampanje, Sales Partner etc."
Nabin Haitbf9e8cf2015-12-28 14:37:58 +0530521apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +22,Net Change in Inventory,Netto endring i varelager
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530522DocType: Employee,Passport Number,Passnummer
Anand Doshi019111b2015-11-20 18:00:11 +0530523apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +82,Manager,Manager
Rushabh Mehtad627af22016-03-03 11:24:58 +0530524apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +220,Same item has been entered multiple times.,Samme elementet er angitt flere ganger.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530525DocType: SMS Settings,Receiver Parameter,Mottaker Parameter
526apps/erpnext/erpnext/controllers/trends.py +39,'Based On' and 'Group By' can not be same,"Based On" og "Grupper etter" ikke kan være det samme
527DocType: Sales Person,Sales Person Targets,Sales Person Targets
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530528DocType: Production Order Operation,In minutes,I løpet av minutter
529DocType: Issue,Resolution Date,Oppløsning Dato
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530530apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +676,Please set default Cash or Bank account in Mode of Payment {0},Vennligst angi standard kontanter eller bankkontoen i modus for betaling {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530531DocType: Selling Settings,Customer Naming By,Kunden Naming Av
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530532apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +69,Convert to Group,Konverter til konsernet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530533DocType: Activity Cost,Activity Type,Aktivitetstype
534apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +47,Delivered Amount,Leveres Beløp
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530535DocType: Supplier,Fixed Days,Faste Days
Rushabh Mehtad627af22016-03-03 11:24:58 +0530536DocType: Quotation Item,Item Balance,Sak Balance
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530537DocType: Sales Invoice,Packing List,Pakkeliste
538apps/erpnext/erpnext/config/buying.py +28,Purchase Orders given to Suppliers.,Innkjøpsordrer gis til leverandører.
Anand Doshi019111b2015-11-20 18:00:11 +0530539apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +43,Publishing,Publisering
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530540DocType: Activity Cost,Projects User,Prosjekter User
541apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Consumed,Forbrukes
Anand Doshibb256e42016-01-04 16:50:38 +0530542apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +141,{0}: {1} not found in Invoice Details table,{0}: {1} ble ikke funnet i Fakturadetaljer tabellen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530543DocType: Company,Round Off Cost Center,Rund av kostnadssted
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530544apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +204,Maintenance Visit {0} must be cancelled before cancelling this Sales Order,Vedlikehold Besøk {0} må avbestilles før den avbryter denne salgsordre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530545DocType: Material Request,Material Transfer,Material Transfer
546apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +56,Opening (Dr),Åpning (Dr)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530547apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +39,Posting timestamp must be after {0},Oppslaget tidsstempel må være etter {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530548DocType: Landed Cost Taxes and Charges,Landed Cost Taxes and Charges,Landed Cost skatter og avgifter
549DocType: Production Order Operation,Actual Start Time,Faktisk Starttid
550DocType: BOM Operation,Operation Time,Operation Tid
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530551DocType: Pricing Rule,Sales Manager,Salgssjef
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530552apps/erpnext/erpnext/accounts/doctype/account/account.js +67,Group to Group,Gruppe til gruppe
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530553DocType: Journal Entry,Write Off Amount,Skriv Off Beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530554DocType: Journal Entry,Bill No,Bill Nei
555DocType: Purchase Invoice,Quarterly,Quarterly
556DocType: Selling Settings,Delivery Note Required,Levering Note Påkrevd
557DocType: Sales Order Item,Basic Rate (Company Currency),Basic Rate (Company Valuta)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530558DocType: Manufacturing Settings,Backflush Raw Materials Based On,Spylings Råvare basert på
Nabin Hait34037e02016-02-03 13:10:54 +0530559apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +57,Please enter item details,Skriv inn elementdetaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530560DocType: Purchase Receipt,Other Details,Andre detaljer
561DocType: Account,Accounts,Kontoer
Anand Doshi019111b2015-11-20 18:00:11 +0530562apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +67,Marketing,Markedsføring
Rushabh Mehtad627af22016-03-03 11:24:58 +0530563apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +220,Payment Entry is already created,Betaling Entry er allerede opprettet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530564DocType: Features Setup,To track item in sales and purchase documents based on their serial nos. This is can also used to track warranty details of the product.,Å spore element i salgs- og kjøpsdokumenter basert på deres serie nos. Dette er kan også brukes til å spore detaljer om produktet garanti.
565DocType: Purchase Receipt Item Supplied,Current Stock,Nåværende Stock
Rushabh Mehtad627af22016-03-03 11:24:58 +0530566apps/erpnext/erpnext/buying/doctype/supplier/supplier.js +67,Total billing this year,Total fakturering i år
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530567DocType: Account,Expenses Included In Valuation,Kostnader som inngår i verdivurderings
568DocType: Employee,Provide email id registered in company,Gi e-id registrert i selskap
569DocType: Hub Settings,Seller City,Selger by
570DocType: Email Digest,Next email will be sent on:,Neste post vil bli sendt på:
571DocType: Offer Letter Term,Offer Letter Term,Tilby Letter Term
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530572apps/erpnext/erpnext/stock/doctype/item/item.py +529,Item has variants.,Elementet har varianter.
Anand Doshi191b2972015-10-21 16:50:31 +0530573apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +65,Item {0} not found,Element {0} ikke funnet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530574DocType: Bin,Stock Value,Stock Verdi
575apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +88,Tree Type,Tre Type
576DocType: BOM Explosion Item,Qty Consumed Per Unit,Antall som forbrukes per enhet
577DocType: Serial No,Warranty Expiry Date,Garantiutløpsdato
578DocType: Material Request Item,Quantity and Warehouse,Kvantitet og Warehouse
579DocType: Sales Invoice,Commission Rate (%),Kommisjonen Rate (%)
Nabin Hait34037e02016-02-03 13:10:54 +0530580apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +176,"Against Voucher Type must be one of Sales Order, Sales Invoice or Journal Entry","Mot Voucher Type må være en av salgsordre, salgsfaktura eller bilagsregistrering"
Rushabh Mehtad627af22016-03-03 11:24:58 +0530581DocType: Project,Estimated Cost,anslått pris
Anand Doshi019111b2015-11-20 18:00:11 +0530582apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +7,Aerospace,Aerospace
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530583DocType: Journal Entry,Credit Card Entry,Kredittkort Entry
584apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +18,Task Subject,Task Subject
Rushabh Mehtafc307972015-11-04 18:02:45 +0530585apps/erpnext/erpnext/config/stock.py +33,Goods received from Suppliers.,Mottatte varer fra leverandører.
Anand Doshi9c0983f2016-02-17 12:59:54 +0530586apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +47,In Value,i Verdi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530587DocType: Lead,Campaign Name,Kampanjenavn
588,Reserved,Reservert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530589DocType: Purchase Order,Supply Raw Materials,Leverer råvare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530590apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +10,Current Assets,Omløpsmidler
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530591apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +93,{0} is not a stock Item,{0} er ikke en lagervare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530592DocType: Mode of Payment Account,Default Account,Standard konto
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530593apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +157,Lead must be set if Opportunity is made from Lead,Lead må stilles inn hvis Opportunity er laget av Lead
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530594apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +33,Please select weekly off day,Vennligst velg ukentlig off dag
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530595DocType: Production Order Operation,Planned End Time,Planlagt Sluttid
596,Sales Person Target Variance Item Group-Wise,Sales Person Target Avviks varegruppe-Wise
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530597apps/erpnext/erpnext/accounts/doctype/account/account.py +92,Account with existing transaction cannot be converted to ledger,Konto med eksisterende transaksjon kan ikke konverteres til Ledger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530598DocType: Delivery Note,Customer's Purchase Order No,Kundens innkjøpsordre Nei
599DocType: Employee,Cell Number,Cell Number
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530600apps/erpnext/erpnext/stock/reorder_item.py +166,Auto Material Requests Generated,Auto Materiell Forespørsler Generert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530601apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +7,Lost,Mistet
Anand Doshibb256e42016-01-04 16:50:38 +0530602apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +126,You can not enter current voucher in 'Against Journal Entry' column,Du kan ikke legge inn dagens kupong i "Against Journal Entry-kolonnen
Anand Doshi019111b2015-11-20 18:00:11 +0530603apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +25,Energy,Energy
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530604DocType: Opportunity,Opportunity From,Opportunity Fra
605apps/erpnext/erpnext/config/hr.py +33,Monthly salary statement.,Månedslønn uttalelse.
606DocType: Item Group,Website Specifications,Nettstedet Spesifikasjoner
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530607apps/erpnext/erpnext/utilities/doctype/address/address.py +103,There is an error in your Address Template {0},Det er en feil i adresse Mal {0}
Rushabh Mehtad627af22016-03-03 11:24:58 +0530608apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +203,New Account,Ny Konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530609apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +21,{0}: From {0} of type {1},{0}: Fra {0} av typen {1}
Anand Doshi019111b2015-11-20 18:00:11 +0530610apps/erpnext/erpnext/controllers/buying_controller.py +274,Row {0}: Conversion Factor is mandatory,Rad {0}: Omregningsfaktor er obligatorisk
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530611apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +271,"Multiple Price Rules exists with same criteria, please resolve conflict by assigning priority. Price Rules: {0}","Flere Pris regler eksisterer med samme kriteriene, kan du løse konflikten ved å prioritere. Pris Regler: {0}"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530612apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +27,Accounting Entries can be made against leaf nodes. Entries against Groups are not allowed.,Regnskaps Oppføringer kan gjøres mot bladnoder. Føringer mot grupper er ikke tillatt.
Rushabh Mehtad627af22016-03-03 11:24:58 +0530613apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +362,Cannot deactivate or cancel BOM as it is linked with other BOMs,Kan ikke deaktivere eller kansellere BOM som det er forbundet med andre stykklister
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530614DocType: Opportunity,Maintenance,Vedlikehold
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530615apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +188,Purchase Receipt number required for Item {0},Kvitteringen antall som kreves for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530616DocType: Item Attribute Value,Item Attribute Value,Sak data Verdi
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530617apps/erpnext/erpnext/config/crm.py +64,Sales campaigns.,Salgskampanjer.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530618DocType: Sales Taxes and Charges Template,"Standard tax template that can be applied to all Sales Transactions. This template can contain list of tax heads and also other expense / income heads like ""Shipping"", ""Insurance"", ""Handling"" etc.
619
620#### Note
621
622The tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.
623
624#### Description of Columns
625
6261. Calculation Type:
627 - This can be on **Net Total** (that is the sum of basic amount).
628 - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.
629 - **Actual** (as mentioned).
6302. Account Head: The Account ledger under which this tax will be booked
6313. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.
6324. Description: Description of the tax (that will be printed in invoices / quotes).
6335. Rate: Tax rate.
6346. Amount: Tax amount.
6357. Total: Cumulative total to this point.
6368. Enter Row: If based on ""Previous Row Total"" you can select the row number which will be taken as a base for this calculation (default is the previous row).
6379. Is this Tax included in Basic Rate?: If you check this, it means that this tax will not be shown below the item table, but will be included in the Basic Rate in your main item table. This is useful where you want give a flat price (inclusive of all taxes) price to customers.","Standard skatt mal som kan brukes på alle salgstransaksjoner. Denne malen kan inneholde liste over skatte hoder og også andre utgifter / inntekter hoder som "Shipping", "Forsikring", "Håndtering" osv #### Note Skattesatsen du definerer her vil være standard skattesats for alle ** Elementer **. Hvis det er ** Elementer ** som har forskjellige priser, må de legges i ** Sak Skatt ** bord i ** Sak ** mester. #### Beskrivelse av kolonner 1. Beregning Type: - Dette kan være på ** Net Total ** (som er summen av grunnbeløpet). - ** På Forrige Row Total / Beløp ** (for kumulative skatter eller avgifter). Hvis du velger dette alternativet, vil skatten bli brukt som en prosentandel av forrige rad (i skattetabellen) eller en total. - ** Faktisk ** (som nevnt). 2. Account Head: Konto hovedbok der denne skatten vil bli bokført 3. Cost Center: Hvis skatt / avgift er en inntekt (som frakt) eller utgifter det må bestilles mot et kostnadssted. 4. Beskrivelse: Beskrivelse av skatt (som vil bli skrevet ut i fakturaer / sitater). 5. Ranger: skattesats. 6. Beløp: Skatt beløp. 7. Totalt: Akkumulert total til dette punktet. 8. Angi Row: Dersom basert på "Forrige Row Total" du kan velge radnummeret som vil bli tatt som en base for denne beregningen (standard er den forrige rad). 9. Er dette inklusiv i Basic Rate ?: Hvis du sjekke dette, betyr det at denne avgiften ikke vil bli vist under elementet bordet, men vil inngå i grunnbeløpet i din viktigste elementet tabellen. Dette er nyttig når du vil gi en flat pris (inklusive alle avgifter) pris til kundene."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530638DocType: Employee,Bank A/C No.,Bank A / C No.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530639DocType: Expense Claim,Project,Prosjekt
640DocType: Quality Inspection Reading,Reading 7,Reading 7
641DocType: Address,Personal,Personlig
642DocType: Expense Claim Detail,Expense Claim Type,Expense krav Type
643DocType: Shopping Cart Settings,Default settings for Shopping Cart,Standardinnstillingene for handlekurv
Rushabh Mehtad627af22016-03-03 11:24:58 +0530644apps/erpnext/erpnext/controllers/accounts_controller.py +323,"Journal Entry {0} is linked against Order {1}, check if it should be pulled as advance in this invoice.","Journal Entry {0} er knyttet mot Bestill {1}, sjekk om det bør trekkes som forskudd i denne fakturaen."
Anand Doshi019111b2015-11-20 18:00:11 +0530645apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +13,Biotechnology,Bioteknologi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530646apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +108,Office Maintenance Expenses,Kontor Vedlikehold Utgifter
Rushabh Mehtad627af22016-03-03 11:24:58 +0530647apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.js +111,Please enter Item first,Skriv inn Sak først
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530648DocType: Account,Liability,Ansvar
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530649apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +62,Sanctioned Amount cannot be greater than Claim Amount in Row {0}.,Sanksjonert Beløpet kan ikke være større enn krav Beløp i Rad {0}.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530650DocType: Company,Default Cost of Goods Sold Account,Standard varekostnader konto
Rushabh Mehtad627af22016-03-03 11:24:58 +0530651apps/erpnext/erpnext/stock/get_item_details.py +256,Price List not selected,Prisliste ikke valgt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530652DocType: Employee,Family Background,Familiebakgrunn
653DocType: Process Payroll,Send Email,Send E-Post
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530654apps/erpnext/erpnext/stock/doctype/item/item.py +147,Warning: Invalid Attachment {0},Advarsel: Ugyldig Vedlegg {0}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530655apps/erpnext/erpnext/buying/doctype/supplier/supplier.py +88,No Permission,Ingen tillatelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530656DocType: Company,Default Bank Account,Standard Bank Account
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530657apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +47,"To filter based on Party, select Party Type first","Hvis du vil filtrere basert på partiet, velger partiet Skriv inn først"
658apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +48,'Update Stock' can not be checked because items are not delivered via {0},'Oppdater Stock' kan ikke kontrolleres fordi elementene ikke er levert via {0}
Rushabh Mehtad627af22016-03-03 11:24:58 +0530659apps/erpnext/erpnext/public/js/setup_wizard.js +263,Nos,Nos
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530660DocType: Item,Items with higher weightage will be shown higher,Elementer med høyere weightage vil bli vist høyere
661DocType: Bank Reconciliation Detail,Bank Reconciliation Detail,Bankavstemming Detalj
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530662apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +668,My Invoices,Mine Fakturaer
Rushabh Mehtafc307972015-11-04 18:02:45 +0530663apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +43,No employee found,Ingen ansatte funnet
Rushabh Mehtad627af22016-03-03 11:24:58 +0530664DocType: Supplier Quotation,Stopped,Stoppet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530665DocType: Item,If subcontracted to a vendor,Dersom underleverandør til en leverandør
666apps/erpnext/erpnext/manufacturing/page/bom_browser/bom_browser.js +17,Select BOM to start,Velg BOM å starte
667DocType: SMS Center,All Customer Contact,All Kundekontakt
668apps/erpnext/erpnext/config/stock.py +64,Upload stock balance via csv.,Last opp lagersaldo via csv.
Anand Doshi191b2972015-10-21 16:50:31 +0530669apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +27,Send Now,Send Nå
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530670,Support Analytics,Støtte Analytics
671DocType: Item,Website Warehouse,Nettsted Warehouse
Anand Doshibb256e42016-01-04 16:50:38 +0530672DocType: Payment Reconciliation,Minimum Invoice Amount,Minimum Fakturert beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530673apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.js +49,Score must be less than or equal to 5,Score må være mindre enn eller lik 5
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530674apps/erpnext/erpnext/config/accounts.py +179,C-Form records,C-Form poster
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530675apps/erpnext/erpnext/config/selling.py +294,Customer and Supplier,Kunde og leverandør
676DocType: Email Digest,Email Digest Settings,E-post Digest Innstillinger
677apps/erpnext/erpnext/config/support.py +13,Support queries from customers.,Støtte henvendelser fra kunder.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530678DocType: Features Setup,"To enable ""Point of Sale"" features",For å aktivere "Point of Sale" funksjoner
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530679DocType: Bin,Moving Average Rate,Moving Gjennomsnittlig pris
680DocType: Production Planning Tool,Select Items,Velg Items
Nabin Hait34037e02016-02-03 13:10:54 +0530681apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +343,{0} against Bill {1} dated {2},{0} mot Bill {1} datert {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530682DocType: Maintenance Visit,Completion Status,Completion Status
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530683DocType: Production Order,Target Warehouse,Target Warehouse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530684DocType: Item,Allow over delivery or receipt upto this percent,Tillat løpet levering eller mottak opp denne prosent
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530685apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +50,Expected Delivery Date cannot be before Sales Order Date,Forventet Leveringsdato kan ikke være før Salgsordre Dato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530686DocType: Upload Attendance,Import Attendance,Import Oppmøte
Anand Doshi019111b2015-11-20 18:00:11 +0530687apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +17,All Item Groups,Alle varegrupper
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530688DocType: Process Payroll,Activity Log,Aktivitetsloggen
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530689apps/erpnext/erpnext/accounts/report/profit_and_loss_statement/profit_and_loss_statement.py +34,Net Profit / Loss,Netto gevinst / tap
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530690apps/erpnext/erpnext/config/setup.py +94,Automatically compose message on submission of transactions.,Skriv melding automatisk ved innlevering av transaksjoner.
691DocType: Production Order,Item To Manufacture,Element for å produsere
Rushabh Mehtafc307972015-11-04 18:02:45 +0530692apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +87,{0} {1} status is {2},{0} {1} status er {2}
Rushabh Mehtad627af22016-03-03 11:24:58 +0530693DocType: Shopping Cart Settings,Enable Checkout,aktiver kassen
Anand Doshibb256e42016-01-04 16:50:38 +0530694apps/erpnext/erpnext/config/learn.py +207,Purchase Order to Payment,Bestilling til betaling
Rushabh Mehtad627af22016-03-03 11:24:58 +0530695DocType: Quotation Item,Projected Qty,Anslått Antall
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530696DocType: Sales Invoice,Payment Due Date,Betalingsfrist
697DocType: Newsletter,Newsletter Manager,Nyhetsbrev manager
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530698apps/erpnext/erpnext/stock/doctype/item/item.js +240,Item Variant {0} already exists with same attributes,Sak Variant {0} finnes allerede med samme attributtene
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530699apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +95,'Opening',"Opening"
700DocType: Notification Control,Delivery Note Message,Levering Note Message
701DocType: Expense Claim,Expenses,Utgifter
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530702DocType: Item Variant Attribute,Item Variant Attribute,Sak Variant Egenskap
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530703,Purchase Receipt Trends,Kvitteringen Trender
704DocType: Appraisal,Select template from which you want to get the Goals,Velg mal som du ønsker å få de målene
Anand Doshi019111b2015-11-20 18:00:11 +0530705apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +77,Research & Development,Forskning Og Utvikling
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530706,Amount to Bill,Beløp til Bill
707DocType: Company,Registration Details,Registrering Detaljer
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530708DocType: Item Reorder,Re-Order Qty,Re-Order Antall
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530709DocType: Leave Block List Date,Leave Block List Date,La Block List Dato
710apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +25,Scheduled to send to {0},Planlagt å sende til {0}
711DocType: Pricing Rule,Price or Discount,Pris eller rabatt
712DocType: Sales Team,Incentives,Motivasjon
713DocType: SMS Log,Requested Numbers,Etterspør Numbers
714apps/erpnext/erpnext/config/hr.py +38,Performance appraisal.,Medarbeidersamtaler.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530715DocType: Sales Invoice Item,Stock Details,Stock Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530716apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +29,Project Value,Prosjektet Verdi
Rushabh Mehtafc307972015-11-04 18:02:45 +0530717apps/erpnext/erpnext/config/selling.py +304,Point-of-Sale,Utsalgssted
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530718apps/erpnext/erpnext/accounts/doctype/account/account.py +115,"Account balance already in Credit, you are not allowed to set 'Balance Must Be' as 'Debit'","Saldo allerede i Credit, har du ikke lov til å sette "Balance må være 'som' debet '"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530719DocType: Account,Balance must be,Balansen må være
720DocType: Hub Settings,Publish Pricing,Publiser Priser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530721DocType: Notification Control,Expense Claim Rejected Message,Expense krav Avvist Message
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530722,Available Qty,Tilgjengelig Antall
723DocType: Purchase Taxes and Charges,On Previous Row Total,På Forrige Row Total
724DocType: Salary Slip,Working Days,Arbeidsdager
725DocType: Serial No,Incoming Rate,Innkommende Rate
726DocType: Packing Slip,Gross Weight,Bruttovekt
Rushabh Mehtad627af22016-03-03 11:24:58 +0530727apps/erpnext/erpnext/public/js/setup_wizard.js +35,The name of your company for which you are setting up this system.,Navnet på firmaet som du setter opp dette systemet.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530728DocType: HR Settings,Include holidays in Total no. of Working Days,Inkluder ferier i Total no. arbeidsdager
729DocType: Job Applicant,Hold,Hold
730DocType: Employee,Date of Joining,Dato for Delta
731DocType: Naming Series,Update Series,Update-serien
732DocType: Supplier Quotation,Is Subcontracted,Er underleverandør
733DocType: Item Attribute,Item Attribute Values,Sak attributtverdier
734apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +3,View Subscribers,Se Abonnenter
Rushabh Mehtad627af22016-03-03 11:24:58 +0530735apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +585,Purchase Receipt,Kvitteringen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530736,Received Items To Be Billed,Mottatte elementer å bli fakturert
Rushabh Mehtafc307972015-11-04 18:02:45 +0530737DocType: Employee,Ms,Ms
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530738apps/erpnext/erpnext/config/accounts.py +158,Currency exchange rate master.,Valutakursen mester.
Rushabh Mehtad627af22016-03-03 11:24:58 +0530739apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +263,Unable to find Time Slot in the next {0} days for Operation {1},Å finne tidsluke i de neste {0} dager for Operation klarer {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530740DocType: Production Order,Plan material for sub-assemblies,Plan materiale for sub-assemblies
Rushabh Mehtad627af22016-03-03 11:24:58 +0530741apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +427,BOM {0} must be active,BOM {0} må være aktiv
Nabin Hait34037e02016-02-03 13:10:54 +0530742apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +36,Please select the document type first,Velg dokumenttypen først
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530743apps/erpnext/erpnext/templates/generators/item.html +74,Goto Cart,Goto vognen
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530744apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.py +65,Cancel Material Visits {0} before cancelling this Maintenance Visit,Avbryt Material Besøk {0} før den sletter denne Maintenance Visit
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530745DocType: Salary Slip,Leave Encashment Amount,La Encashment Beløp
Anand Doshi191b2972015-10-21 16:50:31 +0530746apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +209,Serial No {0} does not belong to Item {1},Serial No {0} tilhører ikke Element {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530747DocType: Purchase Receipt Item Supplied,Required Qty,Påkrevd antall
748DocType: Bank Reconciliation,Total Amount,Totalbeløp
Anand Doshi019111b2015-11-20 18:00:11 +0530749apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +32,Internet Publishing,Internett Publisering
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530750DocType: Production Planning Tool,Production Orders,Produksjonsordrer
Anand Doshi9c0983f2016-02-17 12:59:54 +0530751apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +51,Balance Value,Balanse Verdi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530752apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +38,Sales Price List,Salg Prisliste
753apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +69,Publish to sync items,Publisere synkronisere elementer
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530754DocType: Bank Reconciliation,Account Currency,Account Valuta
Rushabh Mehtad627af22016-03-03 11:24:58 +0530755apps/erpnext/erpnext/accounts/general_ledger.py +137,Please mention Round Off Account in Company,Vennligst oppgi Round Off-konto i selskapet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530756DocType: Purchase Receipt,Range,Område
757DocType: Supplier,Default Payable Accounts,Standard Leverandørgjeld
758apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +40,Employee {0} is not active or does not exist,Ansatt {0} er ikke aktiv eller ikke eksisterer
759DocType: Features Setup,Item Barcode,Sak Barcode
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530760apps/erpnext/erpnext/stock/doctype/item/item.py +524,Item Variants {0} updated,Sak Varianter {0} oppdatert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530761DocType: Quality Inspection Reading,Reading 6,Reading 6
762DocType: Purchase Invoice Advance,Purchase Invoice Advance,Fakturaen Advance
763DocType: Address,Shop,Butikk
764DocType: Hub Settings,Sync Now,Synkroniser nå
Anand Doshibb256e42016-01-04 16:50:38 +0530765apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +173,Row {0}: Credit entry can not be linked with a {1},Rad {0}: Credit oppføring kan ikke være knyttet til en {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530766DocType: Mode of Payment Account,Default Bank / Cash account will be automatically updated in POS Invoice when this mode is selected.,Standard Bank / minibank konto vil automatisk bli oppdatert i POS faktura når denne modusen er valgt.
767DocType: Employee,Permanent Address Is,Permanent Adresse Er
768DocType: Production Order Operation,Operation completed for how many finished goods?,Operasjonen gjennomført for hvor mange ferdigvarer?
Rushabh Mehtad627af22016-03-03 11:24:58 +0530769apps/erpnext/erpnext/public/js/setup_wizard.js +130,The Brand,The Brand
770apps/erpnext/erpnext/controllers/status_updater.py +163,Allowance for over-{0} crossed for Item {1}.,Fradrag for over- {0} krysset for Element {1}.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530771DocType: Employee,Exit Interview Details,Exit Intervju Detaljer
772DocType: Item,Is Purchase Item,Er Purchase Element
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530773DocType: Journal Entry Account,Purchase Invoice,Fakturaen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530774DocType: Stock Ledger Entry,Voucher Detail No,Kupong Detail Ingen
775DocType: Stock Entry,Total Outgoing Value,Total Utgående verdi
Rushabh Mehtafc307972015-11-04 18:02:45 +0530776apps/erpnext/erpnext/public/js/account_tree_grid.js +225,Opening Date and Closing Date should be within same Fiscal Year,Åpningsdato og sluttdato skal være innenfor samme regnskapsår
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530777DocType: Lead,Request for Information,Spør etter informasjon
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530778DocType: Payment Request,Paid,Betalt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530779DocType: Salary Slip,Total in words,Totalt i ord
780DocType: Material Request Item,Lead Time Date,Lead Tid Dato
Rushabh Mehtafc307972015-11-04 18:02:45 +0530781apps/erpnext/erpnext/public/js/controllers/taxes_and_totals.js +54, is mandatory. Maybe Currency Exchange record is not created for ,er obligatorisk. Kanskje Valutaveksling posten ikke er skapt for
Rushabh Mehta1c32d052016-01-12 12:02:26 +0530782apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +112,Row #{0}: Please specify Serial No for Item {1},Row # {0}: Vennligst oppgi serienummer for varen {1}
Nabin Hait34037e02016-02-03 13:10:54 +0530783apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +532,"For 'Product Bundle' items, Warehouse, Serial No and Batch No will be considered from the 'Packing List' table. If Warehouse and Batch No are same for all packing items for any 'Product Bundle' item, those values can be entered in the main Item table, values will be copied to 'Packing List' table.","For 'Produkt Bundle' elementer, Warehouse, serienummer og Batch Ingen vil bli vurdert fra "Pakkeliste" bord. Hvis Warehouse og Batch Ingen er lik for alle pakking elementer for noen "Product Bundle 'elementet, kan disse verdiene legges inn i hoved Sak bordet, vil verdiene bli kopiert til" Pakkeliste "bord."
Rushabh Mehtad627af22016-03-03 11:24:58 +0530784DocType: Job Opening,Publish on website,Publiser på nettstedet
Rushabh Mehtafc307972015-11-04 18:02:45 +0530785apps/erpnext/erpnext/config/stock.py +28,Shipments to customers.,Forsendelser til kunder.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530786DocType: Purchase Invoice Item,Purchase Order Item,Innkjøpsordre Element
787apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +152,Indirect Income,Indirekte inntekt
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530788DocType: Payment Tool,Set Payment Amount = Outstanding Amount,Still Betalingsbeløp = utestående beløp
Anand Doshi019111b2015-11-20 18:00:11 +0530789apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +53,Variance,Varians
790,Company Name,Selskapsnavn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530791DocType: SMS Center,Total Message(s),Total melding (er)
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530792apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +642,Select Item for Transfer,Velg elementet for Transfer
Nabin Haitbf9e8cf2015-12-28 14:37:58 +0530793DocType: Purchase Invoice,Additional Discount Percentage,Ekstra rabatt Prosent
Rushabh Mehtafc307972015-11-04 18:02:45 +0530794apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +24,View a list of all the help videos,Vis en liste over alle hjelpevideoer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530795DocType: Bank Reconciliation,Select account head of the bank where cheque was deposited.,Velg kontoen leder av banken der sjekken ble avsatt.
796DocType: Selling Settings,Allow user to edit Price List Rate in transactions,Tillater brukeren å redigere Prisliste Rate i transaksjoner
797DocType: Pricing Rule,Max Qty,Max Antall
Rushabh Mehtafc307972015-11-04 18:02:45 +0530798apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +106,Row {0}: Payment against Sales/Purchase Order should always be marked as advance,Rad {0}: Betaling mot Salg / innkjøpsordre skal alltid merkes som forskudd
Anand Doshi019111b2015-11-20 18:00:11 +0530799apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +16,Chemical,Kjemisk
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530800apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +683,All items have already been transferred for this Production Order.,Alle elementene er allerede blitt overført til denne produksjonsordre.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530801DocType: Process Payroll,Select Payroll Year and Month,Velg Lønn år og måned
Rushabh Mehtad627af22016-03-03 11:24:58 +0530802apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +32,"Go to the appropriate group (usually Application of Funds > Current Assets > Bank Accounts and create a new Account (by clicking on Add Child) of type ""Bank""",Gå til den aktuelle gruppen (vanligvis Application of Funds> Omløpsmidler> bankkontoer og opprette en ny konto (ved å klikke på Legg Child) av typen "Bank"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530803DocType: Workstation,Electricity Cost,Elektrisitet Cost
804DocType: HR Settings,Don't send Employee Birthday Reminders,Ikke send Employee bursdagspåminnelser
Nabin Hait34037e02016-02-03 13:10:54 +0530805,Employee Holiday Attendance,Medarbeider Holiday Oppmøte
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530806DocType: Opportunity,Walk In,Gå Inn
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530807apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +64,Stock Entries,Aksje Entries
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530808DocType: Item,Inspection Criteria,Inspeksjon Kriterier
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530809apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js +12,Transfered,Overført
Rushabh Mehtad627af22016-03-03 11:24:58 +0530810apps/erpnext/erpnext/public/js/setup_wizard.js +131,Upload your letter head and logo. (you can edit them later).,Last opp din brevhode og logo. (Du kan redigere dem senere).
Anand Doshi019111b2015-11-20 18:00:11 +0530811apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +156,White,Hvit
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530812DocType: SMS Center,All Lead (Open),All Lead (Open)
813DocType: Purchase Invoice,Get Advances Paid,Få utbetalt forskudd
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530814apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Make ,Gjøre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530815DocType: Journal Entry,Total Amount in Words,Totalbeløp i Words
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530816apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +7,There was an error. One probable reason could be that you haven't saved the form. Please contact support@erpnext.com if the problem persists.,Det var en feil. En mulig årsak kan være at du ikke har lagret skjemaet. Ta kontakt support@erpnext.com hvis problemet vedvarer.
Anand Doshibb256e42016-01-04 16:50:38 +0530817apps/erpnext/erpnext/templates/pages/cart.html +5,My Cart,Handlekurv
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530818apps/erpnext/erpnext/controllers/selling_controller.py +150,Order Type must be one of {0},Ordretype må være en av {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530819DocType: Lead,Next Contact Date,Neste Kontakt Dato
820apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +35,Opening Qty,Antall åpne
821DocType: Holiday List,Holiday List Name,Holiday Listenavn
Anand Doshi019111b2015-11-20 18:00:11 +0530822apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +168,Stock Options,Aksjeopsjoner
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530823DocType: Journal Entry Account,Expense Claim,Expense krav
Rushabh Mehtad627af22016-03-03 11:24:58 +0530824apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +180,Qty for {0},Antall for {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530825DocType: Leave Application,Leave Application,La Application
Nabin Hait34037e02016-02-03 13:10:54 +0530826apps/erpnext/erpnext/config/hr.py +85,Leave Allocation Tool,La Allocation Tool
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530827DocType: Leave Block List,Leave Block List Dates,La Block List Datoer
Anand Doshi191b2972015-10-21 16:50:31 +0530828DocType: Company,If Monthly Budget Exceeded (for expense account),Hvis Månedlig budsjett Skredet (for regning)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530829DocType: Workstation,Net Hour Rate,Netto timepris
830DocType: Landed Cost Purchase Receipt,Landed Cost Purchase Receipt,Landed Cost Kjøpskvittering
831DocType: Company,Default Terms,Standard Terms
Anand Doshi9c0983f2016-02-17 12:59:54 +0530832DocType: Features Setup,"If checked, only Description, Quantity, Rate and Amount are shown in print of Item table. Any extra field is shown under 'Description' column.","Hvis det er merket, er bare Beskrivelse, Antall, Rate og Beløp vist på print av Element tabellen. Eventuelle ekstra felt vist under kolonnen Beskrivelse."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530833DocType: Packing Slip Item,Packing Slip Item,Pakking Slip Element
834DocType: POS Profile,Cash/Bank Account,Cash / Bank Account
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530835apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +70,Removed items with no change in quantity or value.,Fjernet elementer med ingen endring i mengde eller verdi.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530836DocType: Delivery Note,Delivery To,Levering Å
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530837apps/erpnext/erpnext/stock/doctype/item/item.py +547,Attribute table is mandatory,Attributt tabellen er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530838DocType: Production Planning Tool,Get Sales Orders,Få salgsordrer
839apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +64,{0} can not be negative,{0} kan ikke være negativ
Anand Doshiee19fc02015-12-21 17:10:20 +0530840apps/erpnext/erpnext/public/js/pos/pos.html +28,Discount,Rabatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530841DocType: Features Setup,Purchase Discounts,Kjøps Rabatter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530842DocType: Workstation,Wages,Lønn
843DocType: Time Log,Will be updated only if Time Log is 'Billable',Vil bli oppdatert dersom Tid Log er 'Fakturerbart'
844DocType: Project,Internal,Intern
845DocType: Task,Urgent,Haster
846apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +97,Please specify a valid Row ID for row {0} in table {1},Vennligst oppgi en gyldig Row ID for rad {0} i tabellen {1}
Rushabh Mehtafc307972015-11-04 18:02:45 +0530847apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +23,Go to the Desktop and start using ERPNext,Gå til skrivebordet og begynne å bruke ERPNext
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530848DocType: Item,Manufacturer,Produsent
849DocType: Landed Cost Item,Purchase Receipt Item,Kvitteringen Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530850DocType: Production Plan Item,Reserved Warehouse in Sales Order / Finished Goods Warehouse,Reservert Industribygg i salgsordre / ferdigvarelageret
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530851apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +69,Selling Amount,Selge Beløp
852apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +79,Time Logs,Tid Logger
Anand Doshi9c0983f2016-02-17 12:59:54 +0530853apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +125,You are the Expense Approver for this record. Please Update the 'Status' and Save,Du er den Expense Godkjenner denne posten. Oppdater "Status" og Lagre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530854DocType: Serial No,Creation Document No,Creation Dokument nr
855DocType: Issue,Issue,Problem
Anand Doshi019111b2015-11-20 18:00:11 +0530856apps/erpnext/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.py +28,Account does not match with Company,Kontoen samsvarer ikke med selskapet
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530857apps/erpnext/erpnext/config/stock.py +131,"Attributes for Item Variants. e.g Size, Color etc.","Attributter for varen Varianter. f.eks størrelse, farge etc."
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530858apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +39,WIP Warehouse,WIP Warehouse
859apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +194,Serial No {0} is under maintenance contract upto {1},Serial No {0} er under vedlikeholdskontrakt opp {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530860DocType: BOM Operation,Operation,Operasjon
861DocType: Lead,Organization Name,Organization Name
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530862DocType: Tax Rule,Shipping State,Shipping State
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530863apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +61,Item must be added using 'Get Items from Purchase Receipts' button,Elementet må legges til med "Get Elementer fra innkjøps Receipts 'knappen
864apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +126,Sales Expenses,Salgs Utgifter
Rushabh Mehtad627af22016-03-03 11:24:58 +0530865apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +106,Standard Buying,Standard Kjøpe
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530866DocType: GL Entry,Against,Against
867DocType: Item,Default Selling Cost Center,Standard Selling kostnadssted
868DocType: Sales Partner,Implementation Partner,Gjennomføring Partner
Rushabh Mehtafc307972015-11-04 18:02:45 +0530869apps/erpnext/erpnext/controllers/selling_controller.py +227,Sales Order {0} is {1},Salgsordre {0} er {1}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530870DocType: Opportunity,Contact Info,Kontaktinfo
Rushabh Mehta4140fa52015-12-01 16:02:15 +0530871apps/erpnext/erpnext/config/stock.py +273,Making Stock Entries,Making Stock Entries
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530872DocType: Packing Slip,Net Weight UOM,Vekt målenheter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530873DocType: Item,Default Supplier,Standard Leverandør
874DocType: Manufacturing Settings,Over Production Allowance Percentage,Over Produksjon Fradrag Prosent
875DocType: Shipping Rule Condition,Shipping Rule Condition,Shipping Rule Tilstand
876DocType: Features Setup,Miscelleneous,Miscelleneous
877DocType: Holiday List,Get Weekly Off Dates,Få Ukentlig Off Datoer
878apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +30,End Date can not be less than Start Date,Sluttdato kan ikke være mindre enn startdato
879DocType: Sales Person,Select company name first.,Velg firmanavn først.
Rushabh Mehtafc307972015-11-04 18:02:45 +0530880apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145,Dr,Dr
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530881apps/erpnext/erpnext/config/buying.py +23,Quotations received from Suppliers.,Sitater mottatt fra leverandører.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530882apps/erpnext/erpnext/controllers/selling_controller.py +21,To {0} | {1} {2},Til {0} | {1} {2}
883DocType: Time Log Batch,updated via Time Logs,oppdatert via Tid Logger
884apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +40,Average Age,Gjennomsnittsalder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530885DocType: Opportunity,Your sales person who will contact the customer in future,Din selger som vil ta kontakt med kunden i fremtiden
Rushabh Mehtad627af22016-03-03 11:24:58 +0530886apps/erpnext/erpnext/public/js/setup_wizard.js +226,List a few of your suppliers. They could be organizations or individuals.,Liste noen av dine leverandører. De kan være organisasjoner eller enkeltpersoner.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530887DocType: Company,Default Currency,Standard Valuta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530888DocType: Contact,Enter designation of this Contact,Angi utpeking av denne kontakten
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530889DocType: Expense Claim,From Employee,Fra Employee
Rushabh Mehtad627af22016-03-03 11:24:58 +0530890apps/erpnext/erpnext/controllers/accounts_controller.py +337,Warning: System will not check overbilling since amount for Item {0} in {1} is zero,Advarsel: System vil ikke sjekke billing siden beløpet for varen {0} i {1} er null
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530891DocType: Journal Entry,Make Difference Entry,Gjør forskjell Entry
892DocType: Upload Attendance,Attendance From Date,Oppmøte Fra dato
893DocType: Appraisal Template Goal,Key Performance Area,Key Performance-området
Anand Doshi019111b2015-11-20 18:00:11 +0530894apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +54,Transportation,Transport
Anand Doshibacc6792015-10-30 12:54:27 +0530895apps/erpnext/erpnext/hr/report/monthly_salary_register/monthly_salary_register.py +67, and year: ,og år:
Anand Doshi191b2972015-10-21 16:50:31 +0530896DocType: Email Digest,Annual Expense,Årlig Expense
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530897DocType: SMS Center,Total Characters,Totalt tegn
Anand Doshi019111b2015-11-20 18:00:11 +0530898apps/erpnext/erpnext/controllers/buying_controller.py +130,Please select BOM in BOM field for Item {0},Vennligst velg BOM i BOM felt for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530899DocType: C-Form Invoice Detail,C-Form Invoice Detail,C-Form Faktura Detalj
900DocType: Payment Reconciliation Invoice,Payment Reconciliation Invoice,Betaling Avstemming Faktura
Nabin Hait34037e02016-02-03 13:10:54 +0530901apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +42,Contribution %,Bidrag%
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530902DocType: Item,website page link,nettside lenke
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530903DocType: Company,Company registration numbers for your reference. Tax numbers etc.,Firmaregistreringsnumre som referanse. Skatte tall osv
904DocType: Sales Partner,Distributor,Distributør
905DocType: Shopping Cart Shipping Rule,Shopping Cart Shipping Rule,Handlevogn Shipping Rule
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530906apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +210,Production Order {0} must be cancelled before cancelling this Sales Order,Produksjonsordre {0} må avbestilles før den avbryter denne salgsordre
Rushabh Mehtad627af22016-03-03 11:24:58 +0530907apps/erpnext/erpnext/public/js/controllers/transaction.js +920,Please set 'Apply Additional Discount On',Vennligst sett 'Apply Ytterligere rabatt på'
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530908,Ordered Items To Be Billed,Bestilte varer til å bli fakturert
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530909apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +24,From Range has to be less than To Range,Fra Range må være mindre enn til kolleksjonen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530910apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +21,Select Time Logs and Submit to create a new Sales Invoice.,Velg Tid Logger og Send for å opprette en ny salgsfaktura.
911DocType: Global Defaults,Global Defaults,Global Defaults
912DocType: Salary Slip,Deductions,Fradrag
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530913apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +23,This Time Log Batch has been billed.,This Time Logg Batch har blitt fakturert.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530914DocType: Salary Slip,Leave Without Pay,La Uten Pay
Rushabh Mehtad627af22016-03-03 11:24:58 +0530915apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +297,Capacity Planning Error,Kapasitetsplanlegging Error
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530916,Trial Balance for Party,Trial Balance for partiet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530917DocType: Lead,Consultant,Konsulent
918DocType: Salary Slip,Earnings,Inntjeningen
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530919apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +359,Finished Item {0} must be entered for Manufacture type entry,Ferdig Element {0} må angis for Produksjon typen oppføring
Anand Doshibb256e42016-01-04 16:50:38 +0530920apps/erpnext/erpnext/config/learn.py +92,Opening Accounting Balance,Åpning Regnskap Balanse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530921DocType: Sales Invoice Advance,Sales Invoice Advance,Salg Faktura Advance
Rushabh Mehtad627af22016-03-03 11:24:58 +0530922apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +476,Nothing to request,Ingenting å be om
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530923apps/erpnext/erpnext/projects/doctype/task/task.py +38,'Actual Start Date' can not be greater than 'Actual End Date','Faktisk startdato' ikke kan være større enn "Actual End Date '
Anand Doshi019111b2015-11-20 18:00:11 +0530924apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +75,Management,Ledelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530925apps/erpnext/erpnext/config/projects.py +33,Types of activities for Time Sheets,Typer aktiviteter for timelister
Anand Doshi191b2972015-10-21 16:50:31 +0530926apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +51,Either debit or credit amount is required for {0},Enten debet- eller kredittbeløpet er nødvendig for {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530927DocType: Item Attribute Value,"This will be appended to the Item Code of the variant. For example, if your abbreviation is ""SM"", and the item code is ""T-SHIRT"", the item code of the variant will be ""T-SHIRT-SM""","Dette vil bli lagt til Element Code of varianten. For eksempel, hvis din forkortelsen er "SM", og elementet kode er "T-SHIRT", elementet koden til variant vil være "T-SHIRT-SM""
928DocType: Salary Slip,Net Pay (in words) will be visible once you save the Salary Slip.,Nettolønn (i ord) vil være synlig når du lagrer Lønn Slip.
Anand Doshi019111b2015-11-20 18:00:11 +0530929apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +154,Blue,Blå
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530930DocType: Purchase Invoice,Is Return,Er Return
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530931DocType: Price List Country,Price List Country,Prisliste Land
932apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +123,Further nodes can be only created under 'Group' type nodes,Ytterligere noder kan bare skapt under 'Gruppe' type noder
Anand Doshi03791fc2015-12-15 15:17:11 +0530933apps/erpnext/erpnext/utilities/doctype/contact/contact.py +67,Please set Email ID,Vennligst sett Email ID
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530934DocType: Item,UOMs,UOMs
Anand Doshi03791fc2015-12-15 15:17:11 +0530935apps/erpnext/erpnext/stock/utils.py +171,{0} valid serial nos for Item {1},{0} gyldig serie nos for Element {1}
Anand Doshi191b2972015-10-21 16:50:31 +0530936apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +57,Item Code cannot be changed for Serial No.,Elementkode kan ikke endres for Serial No.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530937apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +22,POS Profile {0} already created for user: {1} and company {2},POS profil {0} allerede opprettet for user: {1} og selskapet {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530938DocType: Purchase Order Item,UOM Conversion Factor,Målenheter Omregningsfaktor
939DocType: Stock Settings,Default Item Group,Standard varegruppe
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530940apps/erpnext/erpnext/config/buying.py +13,Supplier database.,Leverandør database.
941DocType: Account,Balance Sheet,Balanse
Nabin Hait34037e02016-02-03 13:10:54 +0530942apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +573,Cost Center For Item with Item Code ',Koste Center For Element med Element kode '
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530943DocType: Opportunity,Your sales person will get a reminder on this date to contact the customer,Din selger vil få en påminnelse på denne datoen for å kontakte kunden
Rushabh Mehtad627af22016-03-03 11:24:58 +0530944apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +208,"Further accounts can be made under Groups, but entries can be made against non-Groups","Ytterligere kontoer kan gjøres under grupper, men oppføringene kan gjøres mot ikke-grupper"
Nabin Hait34037e02016-02-03 13:10:54 +0530945apps/erpnext/erpnext/config/hr.py +133,Tax and other salary deductions.,Skatt og andre lønnstrekk.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530946DocType: Lead,Lead,Lead
947DocType: Email Digest,Payables,Gjeld
948DocType: Account,Warehouse,Warehouse
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530949apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +83,Row #{0}: Rejected Qty can not be entered in Purchase Return,Row # {0}: Avvist Antall kan ikke legges inn i innkjøpsliste
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530950,Purchase Order Items To Be Billed,Purchase Order Elementer som skal faktureres
951DocType: Purchase Invoice Item,Net Rate,Net Rate
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530952DocType: Purchase Invoice Item,Purchase Invoice Item,Fakturaen Element
953apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +50,Stock Ledger Entries and GL Entries are reposted for the selected Purchase Receipts,Arkiv Ledger Oppføringer og GL Oppføringer repostes for de valgte Kjøps Receipts
954apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +8,Item 1,Sak 1
955DocType: Holiday,Holiday,Ferie
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530956DocType: Leave Control Panel,Leave blank if considered for all branches,La stå tom hvis vurderes for alle grener
957,Daily Time Log Summary,Daglig Tid Logg Summary
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530958DocType: Payment Reconciliation,Unreconciled Payment Details,Avstemte Betalingsopplysninger
959DocType: Global Defaults,Current Fiscal Year,Værende regnskapsår
960DocType: Global Defaults,Disable Rounded Total,Deaktiver Avrundet Total
961DocType: Lead,Call,Call
Anand Doshi9c0983f2016-02-17 12:59:54 +0530962apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +411,'Entries' cannot be empty,'Innlegg' kan ikke være tomt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530963apps/erpnext/erpnext/utilities/transaction_base.py +78,Duplicate row {0} with same {1},Duplicate rad {0} med samme {1}
964,Trial Balance,Balanse Trial
Nabin Hait34037e02016-02-03 13:10:54 +0530965apps/erpnext/erpnext/config/hr.py +220,Setting up Employees,Sette opp ansatte
Rushabh Mehtafc307972015-11-04 18:02:45 +0530966apps/erpnext/erpnext/public/js/feature_setup.js +220,"Grid """,Grid "
Anand Doshi191b2972015-10-21 16:50:31 +0530967apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +150,Please select prefix first,Vennligst velg først prefiks
Anand Doshi019111b2015-11-20 18:00:11 +0530968apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +138,Research,Forskning
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530969DocType: Maintenance Visit Purpose,Work Done,Arbeidet Som Er Gjort
Rushabh Mehta626ba1b2015-10-14 15:22:06 +0530970apps/erpnext/erpnext/controllers/item_variant.py +25,Please specify at least one attribute in the Attributes table,Vennligst oppgi minst ett attributt i Attributter tabellen
Anand Doshi191b2972015-10-21 16:50:31 +0530971DocType: Contact,User ID,Bruker-ID
Rushabh Mehtad627af22016-03-03 11:24:58 +0530972apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +127,View Ledger,Vis Ledger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530973apps/erpnext/erpnext/stock/report/stock_ageing/stock_ageing.py +41,Earliest,Tidligste
Rushabh Mehtadd408d82016-02-09 12:24:27 +0530974apps/erpnext/erpnext/stock/doctype/item/item.py +431,"An Item Group exists with same name, please change the item name or rename the item group","En varegruppe eksisterer med samme navn, må du endre elementnavnet eller endre navn varegruppen"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530975DocType: Production Order,Manufacture against Sales Order,Produserer mot kundeordre
Rushabh Mehtad627af22016-03-03 11:24:58 +0530976apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +412,Rest Of The World,Resten Av Verden
Anand Doshi191b2972015-10-21 16:50:31 +0530977apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +81,The Item {0} cannot have Batch,Element {0} kan ikke ha Batch
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530978,Budget Variance Report,Budsjett Avvik Rapporter
979DocType: Salary Slip,Gross Pay,Brutto Lønn
980apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +186,Dividends Paid,Utbytte betalt
Rushabh Mehtafc307972015-11-04 18:02:45 +0530981apps/erpnext/erpnext/public/js/controllers/stock_controller.js +40,Accounting Ledger,Regnskap Ledger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530982DocType: Stock Reconciliation,Difference Amount,Forskjellen Beløp
983apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +192,Retained Earnings,Opptjent egenkapital
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530984DocType: BOM Item,Item Description,Element Beskrivelse
985DocType: Payment Tool,Payment Mode,Betaling Mode
986DocType: Purchase Invoice,Is Recurring,Er Recurring
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530987DocType: Purchase Order,Supplied Items,Leveringen
988DocType: Production Order,Qty To Manufacture,Antall å produsere
989DocType: Buying Settings,Maintain same rate throughout purchase cycle,Opprettholde samme tempo gjennom hele kjøpssyklusen
990DocType: Opportunity Item,Opportunity Item,Opportunity Element
991apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +61,Temporary Opening,Midlertidig Åpning
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530992,Employee Leave Balance,Ansatt La Balance
Anand Doshid7f7d5c2016-01-27 12:36:04 +0530993apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +124,Balance for Account {0} must always be {1},Balanse for konto {0} må alltid være {1}
Rushabh Mehtad627af22016-03-03 11:24:58 +0530994apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +179,Valuation Rate required for Item in row {0},Verdsettelse Rate kreves for varen i rad {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +0530995DocType: Address,Address Type,Adressetype
996DocType: Purchase Receipt,Rejected Warehouse,Avvist Warehouse
997DocType: GL Entry,Against Voucher,Mot Voucher
998DocType: Item,Default Buying Cost Center,Standard Kjøpe kostnadssted
Rushabh Mehtafc307972015-11-04 18:02:45 +0530999apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +6,"To get the best out of ERPNext, we recommend that you take some time and watch these help videos.","For å få det beste ut av ERPNext, anbefaler vi at du tar litt tid og se på disse hjelpevideoer."
Nabin Hait34037e02016-02-03 13:10:54 +05301000apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +33,Item {0} must be Sales Item,Elementet {0} må være Sales Element
Rushabh Mehtafc307972015-11-04 18:02:45 +05301001apps/erpnext/erpnext/public/js/controllers/taxes_and_totals.js +55, to ,til
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301002DocType: Item,Lead Time in days,Lead Tid i dager
1003,Accounts Payable Summary,Leverandørgjeld Sammendrag
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301004apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +189,Not authorized to edit frozen Account {0},Ikke autorisert til å redigere fryst kontoen {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301005DocType: Journal Entry,Get Outstanding Invoices,Få utestående fakturaer
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301006apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +63,Sales Order {0} is not valid,Salgsordre {0} er ikke gyldig
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301007apps/erpnext/erpnext/setup/doctype/company/company.py +165,"Sorry, companies cannot be merged","Sorry, kan selskapene ikke fusjoneres"
Rushabh Mehtad627af22016-03-03 11:24:58 +05301008apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +126,"The total Issue / Transfer quantity {0} in Material Request {1} \
1009 cannot be greater than requested quantity {2} for Item {3}",Den totale Issue / Transfer mengde {0} i Material Request {1} \ kan ikke være større enn ønsket antall {2} for Element {3}
Anand Doshi019111b2015-11-20 18:00:11 +05301010apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +145,Small,Liten
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301011DocType: Employee,Employee Number,Ansatt Number
1012apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +65,Case No(s) already in use. Try from Case No {0},Tilfellet Nei (e) allerede er i bruk. Prøv fra sak nr {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301013,Invoiced Amount (Exculsive Tax),Fakturert beløp (exculsive Tax)
1014apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +14,Item 2,Sak 2
1015apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +59,Account head {0} created,Konto hodet {0} opprettet
Anand Doshi019111b2015-11-20 18:00:11 +05301016apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +153,Green,Grønn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301017DocType: Item,Auto re-order,Auto re-order
Anand Doshi019111b2015-11-20 18:00:11 +05301018apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +59,Total Achieved,Oppnådd Total
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301019DocType: Employee,Place of Issue,Utstedelsessted
Anand Doshi019111b2015-11-20 18:00:11 +05301020apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +59,Contract,Kontrakts
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301021DocType: Email Digest,Add Quote,Legg Sitat
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301022apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +495,UOM coversion factor required for UOM: {0} in Item: {1},Målenheter coversion faktor nødvendig for målenheter: {0} i Sak: {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301023apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +83,Indirect Expenses,Indirekte kostnader
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301024apps/erpnext/erpnext/controllers/selling_controller.py +163,Row {0}: Qty is mandatory,Rad {0}: Antall er obligatorisk
Anand Doshi019111b2015-11-20 18:00:11 +05301025apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +8,Agriculture,Landbruk
Rushabh Mehtad627af22016-03-03 11:24:58 +05301026apps/erpnext/erpnext/public/js/setup_wizard.js +248,Your Products or Services,Dine produkter eller tjenester
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301027DocType: Mode of Payment,Mode of Payment,Modus for betaling
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301028apps/erpnext/erpnext/stock/doctype/item/item.py +121,Website Image should be a public file or website URL,Website Bilde bør være en offentlig fil eller nettside URL
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301029apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +31,This is a root item group and cannot be edited.,Dette er en rot varegruppe og kan ikke redigeres.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301030DocType: Journal Entry Account,Purchase Order,Bestilling
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301031DocType: Warehouse,Warehouse Contact Info,Warehouse Kontaktinfo
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301032DocType: Address,City/Town,Sted / by
Anand Doshi191b2972015-10-21 16:50:31 +05301033DocType: Email Digest,Annual Income,Årsinntekt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301034DocType: Serial No,Serial No Details,Serie ingen opplysninger
1035DocType: Purchase Invoice Item,Item Tax Rate,Sak Skattesats
Anand Doshibb256e42016-01-04 16:50:38 +05301036apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +119,"For {0}, only credit accounts can be linked against another debit entry",For {0} kan bare kredittkontoer kobles mot en annen belastning oppføring
Nabin Hait9a24abe2016-01-21 16:31:40 +05301037apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +484,Delivery Note {0} is not submitted,Levering Note {0} er ikke innsendt
Nabin Hait34037e02016-02-03 13:10:54 +05301038apps/erpnext/erpnext/stock/get_item_details.py +126,Item {0} must be a Sub-contracted Item,Elementet {0} må være en underleverandør Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301039apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +41,Capital Equipments,Capital Equipments
1040apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +31,"Pricing Rule is first selected based on 'Apply On' field, which can be Item, Item Group or Brand.","Prising Rule først valgt basert på "Apply On-feltet, som kan være varen, varegruppe eller Brand."
1041DocType: Hub Settings,Seller Website,Selger Hjemmeside
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301042apps/erpnext/erpnext/controllers/selling_controller.py +143,Total allocated percentage for sales team should be 100,Totalt bevilget prosent for salgsteam skal være 100
1043apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +111,Production Order status is {0},Produksjonsordrestatus er {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301044DocType: Appraisal Goal,Goal,Mål
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301045DocType: Sales Invoice Item,Edit Description,Rediger Beskrivelse
Rushabh Mehtad627af22016-03-03 11:24:58 +05301046apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +329,Expected Delivery Date is lesser than Planned Start Date.,Forventet Leveringsdato er mindre enn planlagt startdato.
1047apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +757,For Supplier,For Leverandør
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301048DocType: Account,Setting Account Type helps in selecting this Account in transactions.,Stille Kontotype hjelper i å velge denne kontoen i transaksjoner.
1049DocType: Purchase Invoice,Grand Total (Company Currency),Grand Total (Selskap Valuta)
1050apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Total Outgoing,Total Utgående
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301051apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +48,"There can only be one Shipping Rule Condition with 0 or blank value for ""To Value""",Det kan bare være én Shipping Rule Forhold med 0 eller blank verdi for "å verd"
1052DocType: Authorization Rule,Transaction,Transaksjons
Anand Doshi191b2972015-10-21 16:50:31 +05301053apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +45,Note: This Cost Center is a Group. Cannot make accounting entries against groups.,Merk: Denne Cost Center er en gruppe. Kan ikke gjøre regnskapspostene mot grupper.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301054DocType: Item,Website Item Groups,Website varegrupper
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301055DocType: Purchase Invoice,Total (Company Currency),Total (Company Valuta)
Anand Doshi03791fc2015-12-15 15:17:11 +05301056apps/erpnext/erpnext/stock/utils.py +166,Serial number {0} entered more than once,Serienummer {0} angitt mer enn én gang
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301057DocType: Journal Entry,Journal Entry,Journal Entry
1058DocType: Workstation,Workstation Name,Arbeidsstasjon Name
Anand Doshi191b2972015-10-21 16:50:31 +05301059apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +17,Email Digest:,E-post Digest:
Rushabh Mehtad627af22016-03-03 11:24:58 +05301060apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +433,BOM {0} does not belong to Item {1},BOM {0} tilhører ikke Element {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301061DocType: Sales Partner,Target Distribution,Target Distribution
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301062DocType: Salary Slip,Bank Account No.,Bank Account No.
1063DocType: Naming Series,This is the number of the last created transaction with this prefix,Dette er nummeret på den siste laget transaksjonen med dette prefikset
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301064DocType: Quality Inspection Reading,Reading 8,Reading 8
1065DocType: Sales Partner,Agent,Agent
1066apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +74,"Total {0} for all items is zero, may you should change 'Distribute Charges Based On'","Total {0} for alle elementer er null, kan det hende du bør endre 'Fordel Avgifter basert på ""
1067DocType: Purchase Invoice,Taxes and Charges Calculation,Skatter og avgifter Beregning
1068DocType: BOM Operation,Workstation,Arbeidsstasjon
Anand Doshi019111b2015-11-20 18:00:11 +05301069apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +112,Hardware,Hardware
Rushabh Mehtad627af22016-03-03 11:24:58 +05301070DocType: Sales Order,Recurring Upto,Tilbakevendende Opp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301071DocType: Attendance,HR Manager,HR Manager
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301072apps/erpnext/erpnext/accounts/party.py +171,Please select a Company,Vennligst velg et selskap
Anand Doshi019111b2015-11-20 18:00:11 +05301073apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +50,Privilege Leave,Privilege La
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301074DocType: Purchase Invoice,Supplier Invoice Date,Leverandør Fakturadato
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301075apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +79,You need to enable Shopping Cart,Du må aktivere Handlevogn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301076DocType: Appraisal Template Goal,Appraisal Template Goal,Appraisal Mal Goal
1077DocType: Salary Slip,Earning,Tjene
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301078DocType: Payment Tool,Party Account Currency,Partiet konto Valuta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301079,BOM Browser,BOM Nettleser
1080DocType: Purchase Taxes and Charges,Add or Deduct,Legge til eller trekke fra
Anand Doshi191b2972015-10-21 16:50:31 +05301081DocType: Company,If Yearly Budget Exceeded (for expense account),Hvis Årlig budsjett Skredet (for regning)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301082apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +81,Overlapping conditions found between:,Overlappende vilkår funnet mellom:
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301083apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +164,Against Journal Entry {0} is already adjusted against some other voucher,Mot Journal Entry {0} er allerede justert mot en annen kupong
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301084apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +68,Total Order Value,Total ordreverdi
Anand Doshi019111b2015-11-20 18:00:11 +05301085apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +38,Food,Mat
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301086apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +51,Ageing Range 3,Aldring Range 3
Rushabh Mehtad627af22016-03-03 11:24:58 +05301087apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +136,You can make a time log only against a submitted production order,Du kan lage en tidslogg bare mot en innsendt produksjonsordre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301088DocType: Maintenance Schedule Item,No of Visits,Ingen av besøk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301089apps/erpnext/erpnext/config/support.py +33,"Newsletters to contacts, leads.","Nyhetsbrev til kontaktene, fører."
Rushabh Mehtafc307972015-11-04 18:02:45 +05301090apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +33,Currency of the Closing Account must be {0},Valuta ifølge kursen konto må være {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301091apps/erpnext/erpnext/hr/doctype/appraisal_template/appraisal_template.py +21,Sum of points for all goals should be 100. It is {0},Summen av poeng for alle mål bør være 100. Det er {0}
Rushabh Mehtad627af22016-03-03 11:24:58 +05301092DocType: Project,Start and End Dates,Start- og sluttdato
1093apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +366,Operations cannot be left blank.,Operasjoner kan ikke stå tomt.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301094,Delivered Items To Be Billed,Leverte varer til å bli fakturert
Anand Doshi191b2972015-10-21 16:50:31 +05301095apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +60,Warehouse cannot be changed for Serial No.,Warehouse kan ikke endres for Serial No.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301096DocType: Authorization Rule,Average Discount,Gjennomsnittlig Rabatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301097DocType: Address,Utilities,Verktøy
1098DocType: Purchase Invoice Item,Accounting,Regnskap
1099DocType: Features Setup,Features Setup,Funksjoner Setup
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301100DocType: Item,Is Service Item,Er Tjenesten Element
Anand Doshi03791fc2015-12-15 15:17:11 +05301101apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +82,Application period cannot be outside leave allocation period,Tegningsperioden kan ikke være utenfor permisjon tildeling periode
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301102DocType: Activity Cost,Projects,Prosjekter
Rushabh Mehtad627af22016-03-03 11:24:58 +05301103DocType: Payment Request,Transaction Currency,transaksjonsvaluta
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301104apps/erpnext/erpnext/hr/doctype/holiday_list/holiday_list.py +31,Please select Fiscal Year,Vennligst velg regnskapsår
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301105apps/erpnext/erpnext/controllers/buying_controller.py +23,From {0} | {1} {2},Fra {0} | {1} {2}
1106DocType: BOM Operation,Operation Description,Operasjon Beskrivelse
1107DocType: Item,Will also apply to variants,Vil også gjelde for varianter
Anand Doshibb256e42016-01-04 16:50:38 +05301108apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +31,Cannot change Fiscal Year Start Date and Fiscal Year End Date once the Fiscal Year is saved.,Kan ikke endre regnskapsåret Startdato og regnskapsår sluttdato når regnskapsåret er lagret.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301109DocType: Quotation,Shopping Cart,Handlevogn
1110apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +42,Avg Daily Outgoing,Gjennomsnittlig Daily Utgående
1111DocType: Pricing Rule,Campaign,Kampanje
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301112apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +30,Approval Status must be 'Approved' or 'Rejected',Godkjenningsstatus må være "Godkjent" eller "Avvist"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301113DocType: Purchase Invoice,Contact Person,Kontaktperson
1114apps/erpnext/erpnext/projects/doctype/task/task.py +35,'Expected Start Date' can not be greater than 'Expected End Date','Tiltredelse' ikke kan være større enn "Forventet sluttdato
1115DocType: Holiday List,Holidays,Ferier
1116DocType: Sales Order Item,Planned Quantity,Planlagt Antall
1117DocType: Purchase Invoice Item,Item Tax Amount,Sak Skattebeløp
1118DocType: Item,Maintain Stock,Oppretthold Stock
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301119apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +212,Stock Entries already created for Production Order ,Arkiv Innlegg allerede opprettet for produksjonsordre
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05301120apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +31,Net Change in Fixed Asset,Netto endring i Fixed Asset
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301121DocType: Leave Control Panel,Leave blank if considered for all designations,La stå tom hvis vurderes for alle betegnelser
Rushabh Mehtad627af22016-03-03 11:24:58 +05301122apps/erpnext/erpnext/controllers/accounts_controller.py +516,Charge of type 'Actual' in row {0} cannot be included in Item Rate,Charge of type 'Actual' i rad {0} kan ikke inkluderes i Element Ranger
1123apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +181,Max: {0},Max: {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301124apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +16,From Datetime,Fra Datetime
1125DocType: Email Digest,For Company,For selskapet
1126apps/erpnext/erpnext/config/support.py +38,Communication log.,Kommunikasjonsloggen.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301127apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +70,Buying Amount,Kjøpe Beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301128DocType: Sales Invoice,Shipping Address Name,Leveringsadresse Navn
1129apps/erpnext/erpnext/accounts/doctype/account/account.js +50,Chart of Accounts,Konto
1130DocType: Material Request,Terms and Conditions Content,Betingelser innhold
Nabin Hait34037e02016-02-03 13:10:54 +05301131apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +465,cannot be greater than 100,kan ikke være større enn 100
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301132apps/erpnext/erpnext/stock/doctype/item/item.py +583,Item {0} is not a stock Item,Element {0} er ikke en lagervare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301133DocType: Maintenance Visit,Unscheduled,Ikke planlagt
1134DocType: Employee,Owned,Eies
1135DocType: Salary Slip Deduction,Depends on Leave Without Pay,Avhenger La Uten Pay
1136DocType: Pricing Rule,"Higher the number, higher the priority","Høyere tallet er, høyere prioritet"
1137,Purchase Invoice Trends,Fakturaen Trender
1138DocType: Employee,Better Prospects,Bedre utsikter
1139DocType: Appraisal,Goals,Mål
1140DocType: Warranty Claim,Warranty / AMC Status,Garanti / AMC Status
1141,Accounts Browser,Kontoer Browser
1142DocType: GL Entry,GL Entry,GL Entry
1143DocType: HR Settings,Employee Settings,Medarbeider Innstillinger
1144,Batch-Wise Balance History,Batch-Wise Balance Historie
Rushabh Mehtafc307972015-11-04 18:02:45 +05301145apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +72,To Do List,Gjøremålsliste
Anand Doshi019111b2015-11-20 18:00:11 +05301146apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +63,Apprentice,Lærling
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301147apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +106,Negative Quantity is not allowed,Negative Antall er ikke tillatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301148DocType: Purchase Invoice Item,"Tax detail table fetched from item master as a string and stored in this field.
1149Used for Taxes and Charges","Tax detalj tabell hentet fra elementet Hoved som en streng, og som er lagret på dette feltet. Brukes for skatter og avgifter"
Anand Doshi9c0983f2016-02-17 12:59:54 +05301150apps/erpnext/erpnext/hr/doctype/employee/employee.py +156,Employee cannot report to himself.,Arbeidstaker kan ikke rapportere til seg selv.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301151DocType: Account,"If the account is frozen, entries are allowed to restricted users.","Hvis kontoen er fryst, er oppføringer lov til begrensede brukere."
Anand Doshi191b2972015-10-21 16:50:31 +05301152DocType: Email Digest,Bank Balance,Bank Balanse
Rushabh Mehtad627af22016-03-03 11:24:58 +05301153apps/erpnext/erpnext/controllers/accounts_controller.py +450,Accounting Entry for {0}: {1} can only be made in currency: {2},Regnskap Entry for {0}: {1} kan bare gjøres i valuta: {2}
Anand Doshi03791fc2015-12-15 15:17:11 +05301154apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +44,No active Salary Structure found for employee {0} and the month,Ingen aktive Lønn Struktur funnet for arbeidstaker {0} og måneden
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301155DocType: Job Opening,"Job profile, qualifications required etc.","Jobb profil, kvalifikasjoner som kreves etc."
1156DocType: Journal Entry Account,Account Balance,Saldo
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301157apps/erpnext/erpnext/config/accounts.py +122,Tax Rule for transactions.,Skatteregel for transaksjoner.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301158DocType: Rename Tool,Type of document to rename.,Type dokument for å endre navn.
Rushabh Mehtad627af22016-03-03 11:24:58 +05301159apps/erpnext/erpnext/public/js/setup_wizard.js +267,We buy this Item,Vi kjøper denne varen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301160DocType: Address,Billing,Billing
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301161DocType: Purchase Invoice,Total Taxes and Charges (Company Currency),Totale skatter og avgifter (Selskapet valuta)
1162DocType: Shipping Rule,Shipping Account,Shipping konto
1163apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +43,Scheduled to send to {0} recipients,Planlagt å sende til {0} mottakere
1164DocType: Quality Inspection,Readings,Readings
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301165DocType: Stock Entry,Total Additional Costs,Samlede merkostnader
Rushabh Mehtad627af22016-03-03 11:24:58 +05301166apps/erpnext/erpnext/public/js/setup_wizard.js +260,Sub Assemblies,Sub Assemblies
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301167DocType: Shipping Rule Condition,To Value,I Value
1168DocType: Supplier,Stock Manager,Stock manager
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301169apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +144,Source warehouse is mandatory for row {0},Kilde lageret er obligatorisk for rad {0}
Nabin Hait34037e02016-02-03 13:10:54 +05301170apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.js +593,Packing Slip,Pakkseddel
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301171apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +111,Office Rent,Kontor Leie
1172apps/erpnext/erpnext/config/setup.py +110,Setup SMS gateway settings,Oppsett SMS gateway-innstillinger
1173apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +60,Import Failed!,Import mislyktes!
Rushabh Mehtafc307972015-11-04 18:02:45 +05301174apps/erpnext/erpnext/public/js/templates/address_list.html +21,No address added yet.,Ingen adresse er lagt til ennå.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301175DocType: Workstation Working Hour,Workstation Working Hour,Arbeidsstasjon Working Hour
Anand Doshi019111b2015-11-20 18:00:11 +05301176apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +83,Analyst,Analytiker
Anand Doshibb256e42016-01-04 16:50:38 +05301177apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +145,Row {0}: Allocated amount {1} must be less than or equals to JV amount {2},Rad {0}: Nummerert mengden {1} må være mindre enn eller lik JV mengden {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301178DocType: Item,Inventory,Inventar
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301179DocType: Features Setup,"To enable ""Point of Sale"" view",For å aktivere "Point of Sale" view
Anand Doshi9c0983f2016-02-17 12:59:54 +05301180apps/erpnext/erpnext/public/js/pos/pos.js +415,Payment cannot be made for empty cart,Betaling kan ikke gjøres for tom handlevogn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301181DocType: Item,Sales Details,Salgs Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301182DocType: Opportunity,With Items,Med Items
1183apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,In Qty,I Antall
1184DocType: Notification Control,Expense Claim Rejected,Expense krav Avvist
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301185DocType: Item Attribute,Item Attribute,Sak Egenskap
Anand Doshi019111b2015-11-20 18:00:11 +05301186apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +105,Government,Regjeringen
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301187apps/erpnext/erpnext/config/stock.py +263,Item Variants,Element Varianter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301188DocType: Company,Services,Tjenester
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301189apps/erpnext/erpnext/accounts/report/financial_statements.py +174,Total ({0}),Total ({0})
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301190DocType: Cost Center,Parent Cost Center,Parent kostnadssted
1191DocType: Sales Invoice,Source,Source
1192DocType: Leave Type,Is Leave Without Pay,Er permisjon uten Pay
Anand Doshibb256e42016-01-04 16:50:38 +05301193apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +129,No records found in the Payment table,Ingen poster ble funnet i Payment tabellen
Rushabh Mehtad627af22016-03-03 11:24:58 +05301194apps/erpnext/erpnext/public/js/setup_wizard.js +30,Financial Year Start Date,Regnskapsår Startdato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301195DocType: Employee External Work History,Total Experience,Total Experience
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301196apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +261,Packing Slip(s) cancelled,Pakking Slip (s) kansellert
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05301197apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +29,Cash Flow from Investing,Kontantstrøm fra investerings
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301198apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +96,Freight and Forwarding Charges,Spedisjons- og Kostnader
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301199DocType: Item Group,Item Group Name,Sak Gruppenavn
Anand Doshi019111b2015-11-20 18:00:11 +05301200apps/erpnext/erpnext/hr/report/employee_leave_balance/employee_leave_balance.py +27,Taken,Tatt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301201apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +86,Transfer Materials for Manufacture,Transfer Materialer for produksjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301202DocType: Pricing Rule,For Price List,For Prisliste
Anand Doshi019111b2015-11-20 18:00:11 +05301203apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +27,Executive Search,Executive Search
Rushabh Mehtad627af22016-03-03 11:24:58 +05301204apps/erpnext/erpnext/stock/stock_ledger.py +406,"Purchase rate for item: {0} not found, which is required to book accounting entry (expense). Please mention item price against a buying price list.","Kjøp rate for element: {0} ikke funnet, noe som er nødvendig å bestille regnskap oppføring (regning). Vennligst oppgi vareprisen mot et kjøp prisliste."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301205DocType: Maintenance Schedule,Schedules,Rutetider
1206DocType: Purchase Invoice Item,Net Amount,Nettobeløp
1207DocType: Purchase Order Item Supplied,BOM Detail No,BOM Detail Nei
1208DocType: Purchase Invoice,Additional Discount Amount (Company Currency),Ekstra rabatt Beløp (Selskap Valuta)
Rushabh Mehtad627af22016-03-03 11:24:58 +05301209apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.js +630,Error: {0} > {1},Feil: {0}> {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301210apps/erpnext/erpnext/accounts/doctype/account/account.js +8,Please create new account from Chart of Accounts.,Opprett ny konto fra kontoplanen.
Rushabh Mehtad627af22016-03-03 11:24:58 +05301211apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +652,Maintenance Visit,Vedlikehold Visit
1212apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +49,Customer > Customer Group > Territory,Kunde> Kunde Group> Territory
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301213DocType: Sales Invoice Item,Available Batch Qty at Warehouse,Tilgjengelig Batch Antall på Warehouse
1214DocType: Time Log Batch Detail,Time Log Batch Detail,Tid Logg Batch Detalj
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301215DocType: Landed Cost Voucher,Landed Cost Help,Landed Cost Hjelp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301216DocType: Leave Block List,Block Holidays on important days.,Block Ferie på viktige dager.
1217,Accounts Receivable Summary,Kundefordringer Sammendrag
Anand Doshi9c0983f2016-02-17 12:59:54 +05301218apps/erpnext/erpnext/hr/doctype/employee/employee.py +194,Please set User ID field in an Employee record to set Employee Role,Vennligst angi bruker-ID-feltet i en Employee rekord å sette Employee Rolle
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301219DocType: UOM,UOM Name,Målenheter Name
Nabin Hait34037e02016-02-03 13:10:54 +05301220apps/erpnext/erpnext/selling/report/sales_person_wise_transaction_summary/sales_person_wise_transaction_summary.py +43,Contribution Amount,Bidrag Beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301221DocType: Sales Invoice,Shipping Address,Sendingsadresse
1222DocType: Stock Reconciliation,This tool helps you to update or fix the quantity and valuation of stock in the system. It is typically used to synchronise the system values and what actually exists in your warehouses.,Dette verktøyet hjelper deg til å oppdatere eller fikse mengde og verdsetting av aksjer i systemet. Det er vanligvis brukes til å synkronisere systemverdier og hva som faktisk eksisterer i ditt varehus.
1223DocType: Delivery Note,In Words will be visible once you save the Delivery Note.,I Ord vil være synlig når du lagrer følgeseddel.
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301224apps/erpnext/erpnext/config/stock.py +115,Brand master.,Brand mester.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301225DocType: Sales Invoice Item,Brand Name,Merkenavn
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301226DocType: Purchase Receipt,Transporter Details,Transporter Detaljer
Rushabh Mehtad627af22016-03-03 11:24:58 +05301227apps/erpnext/erpnext/public/js/setup_wizard.js +263,Box,Eske
1228apps/erpnext/erpnext/public/js/setup_wizard.js +14,The Organization,Organisasjonen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301229DocType: Monthly Distribution,Monthly Distribution,Månedlig Distribution
1230apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +68,Receiver List is empty. Please create Receiver List,Mottaker-listen er tom. Opprett Receiver Liste
1231DocType: Production Plan Sales Order,Production Plan Sales Order,Produksjonsplan Salgsordre
1232DocType: Sales Partner,Sales Partner Target,Sales Partner Target
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301233apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +109,Accounting Entry for {0} can only be made in currency: {1},Regnskap Entry for {0} kan bare gjøres i valuta: {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301234DocType: Pricing Rule,Pricing Rule,Prising Rule
Anand Doshibb256e42016-01-04 16:50:38 +05301235apps/erpnext/erpnext/config/learn.py +202,Material Request to Purchase Order,Materialet Request til innkjøpsordre
Rushabh Mehtad627af22016-03-03 11:24:58 +05301236DocType: Shopping Cart Settings,Payment Success URL,Betaling Suksess URL
1237apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +77,Row # {0}: Returned Item {1} does not exists in {2} {3},Row # {0}: Returned Element {1} ikke eksisterer i {2} {3}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301238apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +16,Bank Accounts,Bankkontoer
1239,Bank Reconciliation Statement,Bankavstemming Statement
1240DocType: Address,Lead Name,Lead Name
1241,POS,POS
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301242apps/erpnext/erpnext/config/stock.py +268,Opening Stock Balance,Åpning Stock Balance
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301243apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +36,{0} must appear only once,{0} må vises bare en gang
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301244apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +336,Not allowed to tranfer more {0} than {1} against Purchase Order {2},Ikke lov til å overfør mer {0} enn {1} mot innkjøpsordre {2}
Rushabh Mehtafc307972015-11-04 18:02:45 +05301245apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.py +62,Leaves Allocated Successfully for {0},Etterlater Avsatt Vellykket for {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301246apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +40,No Items to pack,Ingenting å pakke
1247DocType: Shipping Rule Condition,From Value,Fra Verdi
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301248apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +542,Manufacturing Quantity is mandatory,Manufacturing Antall er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301249DocType: Quality Inspection Reading,Reading 4,Reading 4
1250apps/erpnext/erpnext/config/hr.py +23,Claims for company expense.,Krav på bekostning av selskapet.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301251DocType: Company,Default Holiday List,Standard Holiday List
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301252apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +165,Stock Liabilities,Aksje Gjeld
1253DocType: Purchase Receipt,Supplier Warehouse,Leverandør Warehouse
1254DocType: Opportunity,Contact Mobile No,Kontakt Mobile No
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301255,Material Requests for which Supplier Quotations are not created,Materielle Forespørsler som Leverandør Sitater ikke er opprettet
Anand Doshi03791fc2015-12-15 15:17:11 +05301256apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +118,The day(s) on which you are applying for leave are holidays. You need not apply for leave.,Dagen (e) der du søker om permisjon er helligdager. Du trenger ikke søke om permisjon.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301257DocType: Features Setup,To track items using barcode. You will be able to enter items in Delivery Note and Sales Invoice by scanning barcode of item.,Å spore elementer ved hjelp av strekkoden. Du vil være i stand til å legge inn elementer i følgeseddel og salgsfaktura ved å skanne strekkoden på varen.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301258apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +20,Resend Payment Email,Sende Betaling Email
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301259DocType: Dependent Task,Dependent Task,Avhengig Task
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301260apps/erpnext/erpnext/stock/doctype/item/item.py +344,Conversion factor for default Unit of Measure must be 1 in row {0},Omregningsfaktor for standard Enhet må være en i rad {0}
1261apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +177,Leave of type {0} cannot be longer than {1},Permisjon av typen {0} kan ikke være lengre enn {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301262DocType: Manufacturing Settings,Try planning operations for X days in advance.,Prøv å planlegge operasjoner for X dager i forveien.
1263DocType: HR Settings,Stop Birthday Reminders,Stop bursdagspåminnelser
1264DocType: SMS Center,Receiver List,Mottaker List
1265DocType: Payment Tool Detail,Payment Amount,Betalings Beløp
1266apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +46,Consumed Amount,Forbrukes Beløp
Anand Doshi9c0983f2016-02-17 12:59:54 +05301267apps/erpnext/erpnext/public/js/pos/pos.js +516,{0} View,{0} Vis
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301268apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +96,Net Change in Cash,Netto endring i kontanter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301269DocType: Salary Structure Deduction,Salary Structure Deduction,Lønn Struktur Fradrag
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301270apps/erpnext/erpnext/stock/doctype/item/item.py +339,Unit of Measure {0} has been entered more than once in Conversion Factor Table,Enhet {0} har blitt lagt inn mer enn én gang i omregningsfaktor tabell
Rushabh Mehtad627af22016-03-03 11:24:58 +05301271apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +24,Payment Request already exists {0},Betaling Request allerede eksisterer {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301272apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +27,Cost of Issued Items,Cost of Utstedte Items
Rushabh Mehtad627af22016-03-03 11:24:58 +05301273apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +184,Quantity must not be more than {0},Antall må ikke være mer enn {0}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301274apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +41,Age (Days),Alder (dager)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301275DocType: Quotation Item,Quotation Item,Sitat Element
1276DocType: Account,Account Name,Brukernavn
Anand Doshi9c0983f2016-02-17 12:59:54 +05301277apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +39,From Date cannot be greater than To Date,Fra dato ikke kan være større enn To Date
Anand Doshi191b2972015-10-21 16:50:31 +05301278apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +194,Serial No {0} quantity {1} cannot be a fraction,Serial No {0} mengde {1} kan ikke være en brøkdel
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301279apps/erpnext/erpnext/config/buying.py +59,Supplier Type master.,Leverandør Type mester.
1280DocType: Purchase Order Item,Supplier Part Number,Leverandør delenummer
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301281apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +93,Conversion rate cannot be 0 or 1,Konverteringsfrekvens kan ikke være 0 eller 1
Rushabh Mehtad627af22016-03-03 11:24:58 +05301282DocType: Purchase Invoice,Reference Document,Reference Document
1283apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +172,{0} {1} is cancelled or stopped,{0} {1} avbrytes eller stoppes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301284DocType: Accounts Settings,Credit Controller,Credit Controller
1285DocType: Delivery Note,Vehicle Dispatch Date,Vehicle Publiseringsdato
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301286apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +203,Purchase Receipt {0} is not submitted,Kvitteringen {0} er ikke innsendt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301287DocType: Company,Default Payable Account,Standard Betales konto
1288apps/erpnext/erpnext/config/website.py +13,"Settings for online shopping cart such as shipping rules, price list etc.","Innstillinger for online shopping cart som skipsregler, prisliste etc."
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301289apps/erpnext/erpnext/controllers/website_list_for_contact.py +65,{0}% Billed,{0}% Fakturert
Rushabh Mehtafc307972015-11-04 18:02:45 +05301290apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +17,Reserved Qty,Reservert Antall
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301291DocType: Party Account,Party Account,Partiet konto
Anand Doshi019111b2015-11-20 18:00:11 +05301292apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +74,Human Resources,Menneskelige Ressurser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301293DocType: Lead,Upper Income,Øvre Inntekt
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301294DocType: Journal Entry Account,Debit in Company Currency,Debet i selskapet Valuta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301295apps/erpnext/erpnext/support/doctype/issue/issue.py +58,My Issues,Mine Issues
1296DocType: BOM Item,BOM Item,BOM Element
1297DocType: Appraisal,For Employee,For Employee
Anand Doshibb256e42016-01-04 16:50:38 +05301298apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +112,Row {0}: Advance against Supplier must be debit,Rad {0}: Advance mot Leverandøren skal belaste
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301299DocType: Company,Default Values,Standardverdier
Nabin Hait34037e02016-02-03 13:10:54 +05301300apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +240,Row {0}: Payment amount can not be negative,Rad {0}: Betaling beløpet kan ikke være negativ
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301301DocType: Expense Claim,Total Amount Reimbursed,Totalbeløp Refusjon
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301302apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +65,Against Supplier Invoice {0} dated {1},Mot Leverandør Faktura {0} datert {1}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301303DocType: Customer,Default Price List,Standard Prisliste
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301304DocType: Payment Reconciliation,Payments,Betalinger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301305DocType: Budget Detail,Budget Allocated,Budsjett Avsatt
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301306DocType: Journal Entry,Entry Type,Entry Type
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301307,Customer Credit Balance,Customer Credit Balance
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05301308apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +21,Net Change in Accounts Payable,Netto endring i leverandørgjeld
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301309apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +137,Please verify your email id,Bekreft e-id
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301310apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +42,Customer required for 'Customerwise Discount',Kunden nødvendig for 'Customerwise Discount'
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301311apps/erpnext/erpnext/config/accounts.py +58,Update bank payment dates with journals.,Oppdatere bankbetalings datoer med tidsskrifter.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301312DocType: Quotation,Term Details,Term Detaljer
1313DocType: Manufacturing Settings,Capacity Planning For (Days),Kapasitetsplanlegging For (dager)
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301314apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +63,None of the items have any change in quantity or value.,Ingen av elementene har noen endring i mengde eller verdi.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301315apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.js +30,Warranty Claim,Garantikrav
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301316,Lead Details,Lead Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301317DocType: Pricing Rule,Applicable For,Aktuelt For
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301318DocType: Bank Reconciliation,From Date,Fra Dato
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301319DocType: Shipping Rule Country,Shipping Rule Country,Shipping Rule Land
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301320DocType: Maintenance Visit,Partially Completed,Delvis Fullført
1321DocType: Leave Type,Include holidays within leaves as leaves,Inkluder hellig innen blader som løv
1322DocType: Sales Invoice,Packed Items,Lunsj Items
1323apps/erpnext/erpnext/config/support.py +18,Warranty Claim against Serial No.,Garantikrav mot Serial No.
1324DocType: BOM Replace Tool,"Replace a particular BOM in all other BOMs where it is used. It will replace the old BOM link, update cost and regenerate ""BOM Explosion Item"" table as per new BOM","Erstatte en bestemt BOM i alle andre stykklister der det brukes. Det vil erstatte den gamle BOM link, oppdatere kostnader og regenerere "BOM Explosion Item" bord som per ny BOM"
1325DocType: Shopping Cart Settings,Enable Shopping Cart,Aktiver Handlevogn
1326DocType: Employee,Permanent Address,Permanent Adresse
Nabin Hait34037e02016-02-03 13:10:54 +05301327apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +234,"Advance paid against {0} {1} cannot be greater \
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301328 than Grand Total {2}",Advance betalt mot {0} {1} kan ikke være større \ enn Totalsum {2}
1329apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +148,Please select item code,Velg elementet kode
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301330DocType: Salary Structure Deduction,Reduce Deduction for Leave Without Pay (LWP),Reduser Fradrag for permisjon uten lønn (LWP)
1331DocType: Territory,Territory Manager,Distriktssjef
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301332DocType: Packed Item,To Warehouse (Optional),Til Warehouse (valgfritt)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301333DocType: Sales Invoice,Paid Amount (Company Currency),Innbetalt beløp (Company Valuta)
1334DocType: Purchase Invoice,Additional Discount,Ekstra rabatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301335DocType: Selling Settings,Selling Settings,Selge Innstillinger
Anand Doshi019111b2015-11-20 18:00:11 +05301336apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +39,Online Auctions,Online auksjoner
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301337apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +101,Please specify either Quantity or Valuation Rate or both,Vennligst oppgi enten Mengde eller Verdivurdering Rate eller begge deler
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301338apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +50,"Company, Month and Fiscal Year is mandatory","Company, Måned og regnskapsåret er obligatorisk"
1339apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +102,Marketing Expenses,Markedsføringskostnader
1340,Item Shortage Report,Sak Mangel Rapporter
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301341apps/erpnext/erpnext/stock/doctype/item/item.js +194,"Weight is mentioned,\nPlease mention ""Weight UOM"" too","Vekt er nevnt, \ nVennligst nevne "Weight målenheter" også"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301342DocType: Stock Entry Detail,Material Request used to make this Stock Entry,Materialet Request brukes til å gjøre dette lager Entry
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301343apps/erpnext/erpnext/config/support.py +43,Single unit of an Item.,Enkelt enhet av et element.
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301344apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +217,Time Log Batch {0} must be 'Submitted',Tid Logg Batch {0} må være "Skrevet"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301345DocType: Accounts Settings,Make Accounting Entry For Every Stock Movement,Gjør regnskap Entry For Hver Stock Movement
1346DocType: Leave Allocation,Total Leaves Allocated,Totalt Leaves Avsatt
Nabin Hait9a24abe2016-01-21 16:31:40 +05301347apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +394,Warehouse required at Row No {0},Warehouse kreves ved Row Nei {0}
Rushabh Mehtad627af22016-03-03 11:24:58 +05301348apps/erpnext/erpnext/public/js/setup_wizard.js +46,Please enter valid Financial Year Start and End Dates,Fyll inn gyldig Regnskapsår start- og sluttdato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301349DocType: Employee,Date Of Retirement,Pensjoneringstidspunktet
1350DocType: Upload Attendance,Get Template,Få Mal
1351DocType: Address,Postal,Postal
Rushabh Mehtad627af22016-03-03 11:24:58 +05301352apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +171,ERPNext Setup Complete!,ERPNext Setup Complete!
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301353DocType: Item,Weightage,Weightage
Anand Doshi191b2972015-10-21 16:50:31 +05301354apps/erpnext/erpnext/selling/doctype/customer/customer.py +91,A Customer Group exists with same name please change the Customer name or rename the Customer Group,En kundegruppe eksisterer med samme navn kan du endre Kundens navn eller endre navn på Kundegruppe
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301355apps/erpnext/erpnext/public/js/pos/pos.js +155,Please select {0} first.,Vennligst velg {0} først.
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301356apps/erpnext/erpnext/public/js/templates/contact_list.html +2,New Contact,Ny kontakt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301357DocType: Territory,Parent Territory,Parent Territory
1358DocType: Quality Inspection Reading,Reading 2,Reading 2
1359DocType: Stock Entry,Material Receipt,Materialet Kvittering
Rushabh Mehtad627af22016-03-03 11:24:58 +05301360apps/erpnext/erpnext/public/js/setup_wizard.js +259,Products,Produkter
Anand Doshi191b2972015-10-21 16:50:31 +05301361apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +47,Party Type and Party is required for Receivable / Payable account {0},Partiet Type og Party er nødvendig for fordringer / gjeld konto {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301362DocType: Item,"If this item has variants, then it cannot be selected in sales orders etc.","Hvis dette elementet har varianter, så det kan ikke velges i salgsordrer etc."
1363DocType: Lead,Next Contact By,Neste Kontakt Av
Rushabh Mehtad627af22016-03-03 11:24:58 +05301364apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +216,Quantity required for Item {0} in row {1},Mengden som kreves for Element {0} i rad {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301365apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +85,Warehouse {0} can not be deleted as quantity exists for Item {1},Warehouse {0} kan ikke slettes som kvantitet finnes for Element {1}
1366DocType: Quotation,Order Type,Ordretype
1367DocType: Purchase Invoice,Notification Email Address,Varsling e-postadresse
1368DocType: Payment Tool,Find Invoices to Match,Finn Fakturaer til Match
1369,Item-wise Sales Register,Element-messig Sales Register
Rushabh Mehtad627af22016-03-03 11:24:58 +05301370apps/erpnext/erpnext/public/js/setup_wizard.js +24,"e.g. ""XYZ National Bank""",f.eks "XYZ National Bank"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301371DocType: Purchase Taxes and Charges,Is this Tax included in Basic Rate?,Er dette inklusiv i Basic Rate?
Anand Doshi019111b2015-11-20 18:00:11 +05301372apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +61,Total Target,Total Target
Anand Doshi03791fc2015-12-15 15:17:11 +05301373apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.js +29,Shopping Cart is enabled,Handlevogn er aktivert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301374DocType: Job Applicant,Applicant for a Job,Kandidat til en jobb
Rushabh Mehtad627af22016-03-03 11:24:58 +05301375DocType: Production Plan Material Request,Production Plan Material Request,Produksjonsplan Material Request
1376apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +235,No Production Orders created,Ingen produksjonsordrer som er opprettet
Anand Doshi03791fc2015-12-15 15:17:11 +05301377apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +153,Salary Slip of employee {0} already created for this month,Lønn Slip av ansattes {0} allerede opprettet for denne måneden
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301378DocType: Stock Reconciliation,Reconciliation JSON,Avstemming JSON
1379apps/erpnext/erpnext/accounts/report/financial_statements.html +3,Too many columns. Export the report and print it using a spreadsheet application.,For mange kolonner. Eksportere rapporten og skrive den ut ved hjelp av et regnearkprogram.
1380DocType: Sales Invoice Item,Batch No,Batch No
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301381DocType: Selling Settings,Allow multiple Sales Orders against a Customer's Purchase Order,Tillat flere salgsordrer mot kundens innkjøpsordre
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301382apps/erpnext/erpnext/setup/doctype/company/company.py +145,Main,Hoved
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301383apps/erpnext/erpnext/stock/doctype/item/item.js +53,Variant,Variant
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301384DocType: Naming Series,Set prefix for numbering series on your transactions,Still prefiks for nummerering serien på dine transaksjoner
Nabin Hait34037e02016-02-03 13:10:54 +05301385DocType: Employee Attendance Tool,Employees HTML,ansatte HTML
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301386apps/erpnext/erpnext/stock/doctype/item/item.py +361,Default BOM ({0}) must be active for this item or its template,Standard BOM ({0}) må være aktiv for denne varen eller dens mal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301387DocType: Employee,Leave Encashed?,Permisjon encashed?
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301388apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +32,Opportunity From field is mandatory,Opportunity Fra-feltet er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301389DocType: Item,Variants,Varianter
Rushabh Mehtad627af22016-03-03 11:24:58 +05301390apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.js +766,Make Purchase Order,Gjør innkjøpsordre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301391DocType: SMS Center,Send To,Send Til
Anand Doshi03791fc2015-12-15 15:17:11 +05301392apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +129,There is not enough leave balance for Leave Type {0},Det er ikke nok permisjon balanse for La Type {0}
Nabin Hait733680b2015-12-07 14:12:41 +05301393DocType: Payment Reconciliation Payment,Allocated amount,Bevilget beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301394DocType: Sales Team,Contribution to Net Total,Bidrag til Net Total
1395DocType: Sales Invoice Item,Customer's Item Code,Kundens Elementkode
1396DocType: Stock Reconciliation,Stock Reconciliation,Stock Avstemming
1397DocType: Territory,Territory Name,Territorium Name
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301398apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +152,Work-in-Progress Warehouse is required before Submit,Work-in-progress Warehouse er nødvendig før Send
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301399apps/erpnext/erpnext/config/hr.py +43,Applicant for a Job.,Kandidat til en jobb.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301400DocType: Purchase Order Item,Warehouse and Reference,Warehouse og Reference
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301401DocType: Supplier,Statutory info and other general information about your Supplier,Lovfestet info og annen generell informasjon om din Leverandør
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301402apps/erpnext/erpnext/shopping_cart/utils.py +37,Addresses,Adresser
Anand Doshibb256e42016-01-04 16:50:38 +05301403apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +143,Against Journal Entry {0} does not have any unmatched {1} entry,Mot Journal Entry {0} har ikke noen enestående {1} oppføring
Anand Doshi191b2972015-10-21 16:50:31 +05301404apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +201,Duplicate Serial No entered for Item {0},Duplisere serie Ingen kom inn for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301405DocType: Shipping Rule Condition,A condition for a Shipping Rule,En forutsetning for en Shipping Rule
Rushabh Mehtad627af22016-03-03 11:24:58 +05301406apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +337,Item is not allowed to have Production Order.,Varen er ikke lov til å ha produksjonsordre.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301407DocType: Packing Slip,The net weight of this package. (calculated automatically as sum of net weight of items),Nettovekten av denne pakken. (Automatisk beregnet som summen av nettovekt elementer)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301408DocType: Sales Order,To Deliver and Bill,Å levere og Bill
1409DocType: GL Entry,Credit Amount in Account Currency,Credit beløp på kontoen Valuta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301410apps/erpnext/erpnext/config/manufacturing.py +24,Time Logs for manufacturing.,Tid Logger for industrien.
Rushabh Mehtad627af22016-03-03 11:24:58 +05301411apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +430,BOM {0} must be submitted,BOM {0} må sendes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301412DocType: Authorization Control,Authorization Control,Autorisasjon kontroll
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301413apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +92,Row #{0}: Rejected Warehouse is mandatory against rejected Item {1},Row # {0}: Avvist Warehouse er obligatorisk mot avvist Element {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301414apps/erpnext/erpnext/config/projects.py +23,Time Log for tasks.,Tid Logg for oppgaver.
Anand Doshiee19fc02015-12-21 17:10:20 +05301415apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +562,Payment,Betaling
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301416DocType: Production Order Operation,Actual Time and Cost,Faktisk leveringstid og pris
Rushabh Mehtad627af22016-03-03 11:24:58 +05301417apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +54,Material Request of maximum {0} can be made for Item {1} against Sales Order {2},Materialet Request av maksimal {0} kan gjøres for Element {1} mot Salgsordre {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301418DocType: Employee,Salutation,Hilsen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301419DocType: Pricing Rule,Brand,Brand
1420DocType: Item,Will also apply for variants,Vil også gjelde for varianter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301421apps/erpnext/erpnext/config/selling.py +153,Bundle items at time of sale.,Bundle elementer på salgstidspunktet.
Rushabh Mehtad627af22016-03-03 11:24:58 +05301422DocType: Quotation Item,Actual Qty,Selve Antall
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301423DocType: Sales Invoice Item,References,Referanser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301424DocType: Quality Inspection Reading,Reading 10,Lese 10
Rushabh Mehtad627af22016-03-03 11:24:58 +05301425apps/erpnext/erpnext/public/js/setup_wizard.js +249,"List your products or services that you buy or sell. Make sure to check the Item Group, Unit of Measure and other properties when you start.","Vise dine produkter eller tjenester som du kjøper eller selger. Sørg for å sjekke varegruppen, Enhet og andre egenskaper når du starter."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301426DocType: Hub Settings,Hub Node,Hub Node
1427apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +78,You have entered duplicate items. Please rectify and try again.,Du har skrevet inn like elementer. Vennligst utbedre og prøv igjen.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301428apps/erpnext/erpnext/controllers/item_variant.py +66,Value {0} for Attribute {1} does not exist in the list of valid Item Attribute Values,Verdien {0} for Egenskap {1} finnes ikke i listen over gyldige Sak attributtverdier
Anand Doshi019111b2015-11-20 18:00:11 +05301429apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +87,Associate,Forbinder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301430apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +46,Item {0} is not a serialized Item,Element {0} er ikke en serie Element
1431DocType: SMS Center,Create Receiver List,Lag Receiver List
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301432DocType: Packing Slip,To Package No.,Å pakke No.
Rushabh Mehtad627af22016-03-03 11:24:58 +05301433DocType: Production Planning Tool,Material Requests,material~~POS=TRUNC Forespørsler
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301434DocType: Warranty Claim,Issue Date,Utgivelsesdato
1435DocType: Activity Cost,Activity Cost,Aktivitet Kostnad
1436DocType: Purchase Receipt Item Supplied,Consumed Qty,Forbrukes Antall
Anand Doshi019111b2015-11-20 18:00:11 +05301437apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +52,Telecommunications,Telekommunikasjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301438DocType: Packing Slip,Indicates that the package is a part of this delivery (Only Draft),Indikerer at pakken er en del av denne leveransen (Kun Draft)
1439DocType: Payment Tool,Make Payment Entry,Utfør betaling Entry
Anand Doshi9c0983f2016-02-17 12:59:54 +05301440apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +126,Quantity for Item {0} must be less than {1},Kvantum for Element {0} må være mindre enn {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301441,Sales Invoice Trends,Salgsfaktura Trender
1442DocType: Leave Application,Apply / Approve Leaves,Påfør / Godkjenn Løv
Anand Doshi666fbaf2015-11-26 12:40:13 +05301443apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +23,For,Til
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301444apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +90,Can refer row only if the charge type is 'On Previous Row Amount' or 'Previous Row Total',Kan referere rad bare hvis belastningen typen er 'On Forrige Row beløp "eller" Forrige Row Totals
1445DocType: Sales Order Item,Delivery Warehouse,Levering Warehouse
1446DocType: Stock Settings,Allowance Percent,Fradrag Prosent
1447DocType: SMS Settings,Message Parameter,Melding Parameter
Rushabh Mehtad627af22016-03-03 11:24:58 +05301448apps/erpnext/erpnext/config/accounts.py +111,Tree of financial Cost Centers.,Tre av finansielle kostnadssteder.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301449DocType: Serial No,Delivery Document No,Levering Dokument nr
1450DocType: Landed Cost Voucher,Get Items From Purchase Receipts,Få elementer fra innkjøps Receipts
1451DocType: Serial No,Creation Date,Dato opprettet
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301452apps/erpnext/erpnext/stock/doctype/item_price/item_price.py +33,Item {0} appears multiple times in Price List {1},Element {0} forekommer flere ganger i Prisliste {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301453apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +37,"Selling must be checked, if Applicable For is selected as {0}","Selling må sjekkes, hvis dette gjelder for er valgt som {0}"
Rushabh Mehtad627af22016-03-03 11:24:58 +05301454DocType: Production Plan Material Request,Material Request Date,Materiale Request Dato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301455DocType: Purchase Order Item,Supplier Quotation Item,Leverandør sitat Element
Anand Doshi03791fc2015-12-15 15:17:11 +05301456DocType: Manufacturing Settings,Disables creation of time logs against Production Orders. Operations shall not be tracked against Production Order,Deaktiverer etableringen av tids logger mot produksjonsordrer. Driften skal ikke spores mot produksjonsordre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301457DocType: Item,Has Variants,Har Varianter
1458apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +22,Click on 'Make Sales Invoice' button to create a new Sales Invoice.,Klikk på "Gjør Sales Faktura-knappen for å opprette en ny salgsfaktura.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301459DocType: Monthly Distribution,Name of the Monthly Distribution,Navn på Monthly Distribution
1460DocType: Sales Person,Parent Sales Person,Parent Sales Person
1461apps/erpnext/erpnext/setup/utils.py +14,Please specify Default Currency in Company Master and Global Defaults,Vennligst oppgi Standardvaluta i selskapet Master og Global Defaults
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301462DocType: Purchase Invoice,Recurring Invoice,Tilbakevendende Faktura
Rushabh Mehtafc307972015-11-04 18:02:45 +05301463apps/erpnext/erpnext/config/projects.py +79,Managing Projects,Managing Projects
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301464DocType: Supplier,Supplier of Goods or Services.,Leverandør av varer eller tjenester.
1465DocType: Budget Detail,Fiscal Year,Regnskapsår
1466DocType: Cost Center,Budget,Budsjett
Anand Doshi191b2972015-10-21 16:50:31 +05301467apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +41,"Budget cannot be assigned against {0}, as it's not an Income or Expense account","Budsjettet kan ikke overdras mot {0}, som det er ikke en inntekt eller kostnad konto"
Anand Doshi019111b2015-11-20 18:00:11 +05301468apps/erpnext/erpnext/selling/report/sales_person_target_variance_item_group_wise/sales_person_target_variance_item_group_wise.py +51,Achieved,Oppnås
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301469apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +65,Territory / Customer,Territorium / Customer
Rushabh Mehtad627af22016-03-03 11:24:58 +05301470apps/erpnext/erpnext/public/js/setup_wizard.js +192,e.g. 5,f.eks 5
Anand Doshibb256e42016-01-04 16:50:38 +05301471apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +150,Row {0}: Allocated amount {1} must be less than or equals to invoice outstanding amount {2},Rad {0}: Nummerert mengden {1} må være mindre enn eller lik fakturere utestående beløp {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301472DocType: Sales Invoice,In Words will be visible once you save the Sales Invoice.,I Ord vil være synlig når du lagrer salgsfaktura.
1473DocType: Item,Is Sales Item,Er Sales Element
1474apps/erpnext/erpnext/setup/doctype/item_group/item_group.js +21,Item Group Tree,Varegruppe treet
Anand Doshi191b2972015-10-21 16:50:31 +05301475apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +69,Item {0} is not setup for Serial Nos. Check Item master,Element {0} er ikke oppsett for Serial Nos. Sjekk Element mester
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301476DocType: Maintenance Visit,Maintenance Time,Vedlikehold Tid
1477,Amount to Deliver,Beløp å levere
Rushabh Mehtad627af22016-03-03 11:24:58 +05301478apps/erpnext/erpnext/public/js/setup_wizard.js +257,A Product or Service,Et produkt eller tjeneste
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301479DocType: Naming Series,Current Value,Nåværende Verdi
Rushabh Mehtad627af22016-03-03 11:24:58 +05301480apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +233,{0} created,{0} opprettet
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301481DocType: Delivery Note Item,Against Sales Order,Mot Salgsordre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301482,Serial No Status,Serial No Status
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301483apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +448,Item table can not be blank,Sak bordet kan ikke være tomt
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301484apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +138,"Row {0}: To set {1} periodicity, difference between from and to date \
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301485 must be greater than or equal to {2}","Rad {0}: Slik stiller {1} periodisitet, forskjellen mellom fra og til dato \ må være større enn eller lik {2}"
1486DocType: Pricing Rule,Selling,Selling
1487DocType: Employee,Salary Information,Lønn Informasjon
1488DocType: Sales Person,Name and Employee ID,Navn og Employee ID
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301489apps/erpnext/erpnext/accounts/party.py +271,Due Date cannot be before Posting Date,Due Date kan ikke være før konteringsdato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301490DocType: Website Item Group,Website Item Group,Website varegruppe
1491apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +170,Duties and Taxes,Skatter og avgifter
Nabin Hait34037e02016-02-03 13:10:54 +05301492apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +327,Please enter Reference date,Skriv inn Reference dato
Rushabh Mehtad627af22016-03-03 11:24:58 +05301493apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +33,Payment Gateway Account is not configured,Betaling Gateway-konto er ikke konfigurert
Rushabh Mehtafc307972015-11-04 18:02:45 +05301494apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +44,{0} payment entries can not be filtered by {1},{0} oppføringer betalings kan ikke bli filtrert av {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301495DocType: Item Website Specification,Table for Item that will be shown in Web Site,Tabell for element som vil bli vist på nettsiden
1496DocType: Purchase Order Item Supplied,Supplied Qty,Medfølgende Antall
Rushabh Mehtad627af22016-03-03 11:24:58 +05301497DocType: Production Order,Material Request Item,Materialet Request Element
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301498apps/erpnext/erpnext/config/stock.py +98,Tree of Item Groups.,Tree of varegrupper.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301499apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +100,Cannot refer row number greater than or equal to current row number for this Charge type,Kan ikke se rad tall større enn eller lik gjeldende rad nummer for denne debiteringstype
1500,Item-wise Purchase History,Element-messig Purchase History
Anand Doshi019111b2015-11-20 18:00:11 +05301501apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +152,Red,Rød
Rushabh Mehtafc307972015-11-04 18:02:45 +05301502apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +228,Please click on 'Generate Schedule' to fetch Serial No added for Item {0},Vennligst klikk på "Generer Schedule 'for å hente serienummer lagt for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301503DocType: Account,Frozen,Frozen
1504,Open Production Orders,Åpne produksjonsordrer
1505DocType: Installation Note,Installation Time,Installasjon Tid
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301506DocType: Sales Invoice,Accounting Details,Regnskap Detaljer
Rushabh Mehtad627af22016-03-03 11:24:58 +05301507apps/erpnext/erpnext/setup/doctype/company/company.js +66,Delete all the Transactions for this Company,Slett alle transaksjoner for dette selskapet
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301508apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +190,Row #{0}: Operation {1} is not completed for {2} qty of finished goods in Production Order # {3}. Please update operation status via Time Logs,Row # {0}: Operation {1} er ikke fullført for {2} qty av ferdigvarer i Produksjonsordre # {3}. Vennligst oppdater driftsstatus via Tid Logger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301509apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +57,Investments,Investeringer
1510DocType: Issue,Resolution Details,Oppløsning Detaljer
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301511apps/erpnext/erpnext/hr/doctype/leave_type/leave_type.js +3,Allocations,Avsetninger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301512DocType: Quality Inspection Reading,Acceptance Criteria,Akseptkriterier
Rushabh Mehtad627af22016-03-03 11:24:58 +05301513apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +162,Please enter Material Requests in the above table,Fyll inn Material forespørsler i tabellen over
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301514DocType: Item Attribute,Attribute Name,Attributt navn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301515DocType: Item Group,Show In Website,Show I Website
Rushabh Mehtad627af22016-03-03 11:24:58 +05301516apps/erpnext/erpnext/public/js/setup_wizard.js +258,Group,Gruppe
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301517DocType: Task,Expected Time (in hours),Forventet tid (i timer)
1518,Qty to Order,Antall å bestille
1519DocType: Features Setup,"To track brand name in the following documents Delivery Note, Opportunity, Material Request, Item, Purchase Order, Purchase Voucher, Purchaser Receipt, Quotation, Sales Invoice, Product Bundle, Sales Order, Serial No","Å spore merkenavn i følgende dokumenter følgeseddel, Opportunity, Material Request, Element, innkjøpsordre, Purchase kupong, Kjøper Mottak, sitat, salgsfaktura, Product Bundle, Salgsordre, Serial No"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301520apps/erpnext/erpnext/config/projects.py +51,Gantt chart of all tasks.,Gantt diagram av alle oppgaver.
1521DocType: Appraisal,For Employee Name,For Employee Name
1522DocType: Holiday List,Clear Table,Clear Table
1523DocType: Features Setup,Brands,Merker
1524DocType: C-Form Invoice Detail,Invoice No,Faktura Nei
Anand Doshi03791fc2015-12-15 15:17:11 +05301525apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +93,"Leave cannot be applied/cancelled before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","La ikke kan brukes / kansellert før {0}, som permisjon balanse har allerede vært carry-sendt i fremtiden permisjon tildeling posten {1}"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301526DocType: Activity Cost,Costing Rate,Costing Rate
Anand Doshibacc6792015-10-30 12:54:27 +05301527,Customer Addresses And Contacts,Kunde Adresser og kontakter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301528DocType: Employee,Resignation Letter Date,Resignasjon Letter Dato
1529apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +37,Pricing Rules are further filtered based on quantity.,Prising Reglene er videre filtreres basert på kvantitet.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301530apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +61,Repeat Customer Revenue,Gjenta kunden Revenue
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301531apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +51,{0} ({1}) must have role 'Expense Approver',{0} ({1}) må ha rollen 'Expense Godkjenner'
Rushabh Mehtad627af22016-03-03 11:24:58 +05301532apps/erpnext/erpnext/public/js/setup_wizard.js +263,Pair,Par
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301533DocType: Bank Reconciliation Detail,Against Account,Mot konto
1534DocType: Maintenance Schedule Detail,Actual Date,Selve Dato
1535DocType: Item,Has Batch No,Har Batch No
1536DocType: Delivery Note,Excise Page Number,Vesenet Page Number
1537DocType: Employee,Personal Details,Personlig Informasjon
1538,Maintenance Schedules,Vedlikeholdsplaner
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301539,Quotation Trends,Anførsels Trender
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301540apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +138,Item Group not mentioned in item master for item {0},Varegruppe ikke nevnt i punkt master for elementet {0}
Nabin Hait9a24abe2016-01-21 16:31:40 +05301541apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +310,Debit To account must be a Receivable account,Uttak fra kontoen må være en fordring konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301542DocType: Shipping Rule Condition,Shipping Amount,Fraktbeløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301543,Pending Amount,Avventer Beløp
1544DocType: Purchase Invoice Item,Conversion Factor,Omregningsfaktor
Rushabh Mehtafc307972015-11-04 18:02:45 +05301545DocType: Purchase Order,Delivered,Levert
Nabin Hait34037e02016-02-03 13:10:54 +05301546apps/erpnext/erpnext/config/hr.py +168,Setup incoming server for jobs email id. (e.g. jobs@example.com),Oppsett innkommende server for jobbene e-id. (F.eks jobs@example.com)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301547DocType: Purchase Receipt,Vehicle Number,Vehicle Number
Anand Doshi019111b2015-11-20 18:00:11 +05301548apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +88,Total allocated leaves {0} cannot be less than already approved leaves {1} for the period,Totalt bevilget blader {0} kan ikke være mindre enn allerede godkjente blader {1} for perioden
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301549DocType: Journal Entry,Accounts Receivable,Kundefordringer
1550,Supplier-Wise Sales Analytics,Leverandør-Wise Salgs Analytics
1551DocType: Address Template,This format is used if country specific format is not found,Dette formatet brukes hvis landet bestemt format ikke er funnet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301552DocType: Production Order,Use Multi-Level BOM,Bruk Multi-Level BOM
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301553DocType: Bank Reconciliation,Include Reconciled Entries,Inkluder forsonet Entries
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301554DocType: Leave Control Panel,Leave blank if considered for all employee types,La stå tom hvis vurderes for alle typer medarbeider
1555DocType: Landed Cost Voucher,Distribute Charges Based On,Distribuere Kostnader Based On
Nabin Hait9a24abe2016-01-21 16:31:40 +05301556apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +320,Account {0} must be of type 'Fixed Asset' as Item {1} is an Asset Item,Konto {0} må være av typen "Fixed Asset 'som Element {1} er en ressurs Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301557DocType: HR Settings,HR Settings,HR-innstillinger
Anand Doshi9c0983f2016-02-17 12:59:54 +05301558apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +127,Expense Claim is pending approval. Only the Expense Approver can update status.,Expense krav venter på godkjenning. Bare den Expense Godkjenner kan oppdatere status.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301559DocType: Purchase Invoice,Additional Discount Amount,Ekstra rabatt Beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301560DocType: Leave Block List Allow,Leave Block List Allow,La Block List Tillat
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301561apps/erpnext/erpnext/setup/doctype/company/company.py +234,Abbr can not be blank or space,Abbr kan ikke være tomt eller plass
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301562apps/erpnext/erpnext/accounts/doctype/account/account.js +54,Group to Non-Group,Gruppe til Non-gruppe
Anand Doshi019111b2015-11-20 18:00:11 +05301563apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +50,Sports,Sport
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301564apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +61,Total Actual,Total Actual
Rushabh Mehtad627af22016-03-03 11:24:58 +05301565apps/erpnext/erpnext/public/js/setup_wizard.js +263,Unit,Enhet
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301566apps/erpnext/erpnext/stock/get_item_details.py +107,Please specify Company,Vennligst oppgi selskapet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301567,Customer Acquisition and Loyalty,Kunden Oppkjøp og Loyalty
1568DocType: Purchase Receipt,Warehouse where you are maintaining stock of rejected items,Warehouse hvor du opprettholder lager avviste elementer
Rushabh Mehtad627af22016-03-03 11:24:58 +05301569apps/erpnext/erpnext/public/js/setup_wizard.js +33,Your financial year ends on,Din regnskapsår avsluttes på
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301570DocType: POS Profile,Price List,Pris Liste
1571apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +20,{0} is now the default Fiscal Year. Please refresh your browser for the change to take effect.,{0} er nå standard regnskapsåret. Vennligst oppdater nettleser for at endringen skal tre i kraft.
1572apps/erpnext/erpnext/projects/doctype/project/project.js +47,Expense Claims,Regninger
Anand Doshi191b2972015-10-21 16:50:31 +05301573DocType: Issue,Support,Support
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301574,BOM Search,BOM Søk
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301575apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +176,Closing (Opening + Totals),Lukking (Åpning + Totals)
1576apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +26,Please specify currency in Company,Vennligst oppgi valuta i selskapet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301577DocType: Workstation,Wages per hour,Lønn per time
Anand Doshi191b2972015-10-21 16:50:31 +05301578apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +47,Stock balance in Batch {0} will become negative {1} for Item {2} at Warehouse {3},Stock balanse i Batch {0} vil bli negativ {1} for Element {2} på Warehouse {3}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301579apps/erpnext/erpnext/config/setup.py +83,"Show / Hide features like Serial Nos, POS etc.","Vis / skjul funksjoner som Serial Nos, POS etc."
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301580apps/erpnext/erpnext/templates/emails/reorder_item.html +1,Following Material Requests have been raised automatically based on Item's re-order level,Følgende materiale Requests har vært reist automatisk basert på element re-order nivå
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301581apps/erpnext/erpnext/controllers/accounts_controller.py +252,Account {0} is invalid. Account Currency must be {1},Konto {0} er ugyldig. Account Valuta må være {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301582apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +34,UOM Conversion factor is required in row {0},Målenheter Omregningsfaktor er nødvendig i rad {0}
Rushabh Mehtad627af22016-03-03 11:24:58 +05301583DocType: Production Plan Item,material_request_item,material_request_item
1584apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +56,Clearance date cannot be before check date in row {0},Klaring dato kan ikke være før innsjekking dato i rad {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301585DocType: Salary Slip,Deduction,Fradrag
Rushabh Mehtad627af22016-03-03 11:24:58 +05301586apps/erpnext/erpnext/stock/get_item_details.py +243,Item Price added for {0} in Price List {1},Varen Pris lagt for {0} i Prisliste {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301587DocType: Address Template,Address Template,Adresse Mal
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301588apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +128,Please enter Employee Id of this sales person,Skriv inn Employee Id av denne salgs person
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301589DocType: Territory,Classification of Customers by region,Klassifisering av kunder etter region
1590DocType: Project,% Tasks Completed,% Oppgaver Fullført
1591DocType: Project,Gross Margin,Bruttomargin
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301592apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +137,Please enter Production Item first,Skriv inn Produksjon varen først
1593apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +53,Calculated Bank Statement balance,Beregnet kontoutskrift balanse
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301594apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +64,disabled user,deaktivert bruker
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301595apps/erpnext/erpnext/crm/doctype/lead/lead.js +32,Quotation,Sitat
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301596DocType: Salary Slip,Total Deduction,Total Fradrag
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301597DocType: Quotation,Maintenance User,Vedlikehold Bruker
Rushabh Mehtad627af22016-03-03 11:24:58 +05301598apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +142,Cost Updated,Kostnad Oppdatert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301599DocType: Employee,Date of Birth,Fødselsdato
Rushabh Mehtad627af22016-03-03 11:24:58 +05301600apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +85,Item {0} has already been returned,Element {0} er allerede returnert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301601DocType: Fiscal Year,**Fiscal Year** represents a Financial Year. All accounting entries and other major transactions are tracked against **Fiscal Year**.,** Regnskapsår ** representerer et regnskapsår. Alle regnskapspostene og andre store transaksjoner spores mot ** regnskapsår **.
1602DocType: Opportunity,Customer / Lead Address,Kunde / Lead Adresse
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301603apps/erpnext/erpnext/stock/doctype/item/item.py +151,Warning: Invalid SSL certificate on attachment {0},Advarsel: Ugyldig SSL-sertifikat på vedlegg {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301604DocType: Production Order Operation,Actual Operation Time,Selve Operasjon Tid
1605DocType: Authorization Rule,Applicable To (User),Gjelder til (User)
1606DocType: Purchase Taxes and Charges,Deduct,Trekke
Anand Doshi019111b2015-11-20 18:00:11 +05301607apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +170,Job Description,Stillingsbeskrivelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301608DocType: Purchase Order Item,Qty as per Stock UOM,Antall pr Stock målenheter
Anand Doshi191b2972015-10-21 16:50:31 +05301609apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +126,"Special Characters except ""-"", ""#"", ""."" and ""/"" not allowed in naming series","Spesialtegn unntatt "-" ".", "#", og "/" ikke tillatt i navngi serie"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301610DocType: Campaign,"Keep Track of Sales Campaigns. Keep track of Leads, Quotations, Sales Order etc from Campaigns to gauge Return on Investment.","Hold orden på salgskampanjer. Hold styr på Leads, Sitater, Salgsordre etc fra kampanjer for å måle avkastning på investeringen."
1611DocType: Expense Claim,Approver,Godkjenner
1612,SO Qty,SO Antall
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301613apps/erpnext/erpnext/accounts/doctype/account/account.py +179,"Stock entries exist against warehouse {0}, hence you cannot re-assign or modify Warehouse","Arkivoppføringer finnes mot lageret {0}, dermed kan du ikke re-tildele eller endre Warehouse"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301614DocType: Appraisal,Calculate Total Score,Beregn Total Score
1615DocType: Supplier Quotation,Manufacturing Manager,Produksjonssjef
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301616apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +191,Serial No {0} is under warranty upto {1},Serial No {0} er under garanti opptil {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301617apps/erpnext/erpnext/config/stock.py +69,Split Delivery Note into packages.,Split følgeseddel i pakker.
Rushabh Mehtad627af22016-03-03 11:24:58 +05301618apps/erpnext/erpnext/hooks.py +71,Shipments,Forsendelser
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301619DocType: Purchase Order Item,To be delivered to customer,Som skal leveres til kunde
Nabin Hait34037e02016-02-03 13:10:54 +05301620apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +44,Time Log Status must be Submitted.,Tid Logg Status må sendes inn.
Anand Doshi191b2972015-10-21 16:50:31 +05301621apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +223,Serial No {0} does not belong to any Warehouse,Serial No {0} tilhører ikke noen Warehouse
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301622apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +157,Row # ,Row #
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301623DocType: Purchase Invoice,In Words (Company Currency),I Words (Company Valuta)
1624DocType: Pricing Rule,Supplier,Leverandør
1625DocType: C-Form,Quarter,Quarter
1626apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +105,Miscellaneous Expenses,Diverse utgifter
1627DocType: Global Defaults,Default Company,Standard selskapet
Anand Doshi191b2972015-10-21 16:50:31 +05301628apps/erpnext/erpnext/controllers/stock_controller.py +166,Expense or Difference account is mandatory for Item {0} as it impacts overall stock value,Kostnad eller Difference konto er obligatorisk for Element {0} som det påvirker samlede børsverdi
Rushabh Mehtad627af22016-03-03 11:24:58 +05301629apps/erpnext/erpnext/controllers/accounts_controller.py +353,"Cannot overbill for Item {0} in row {1} more than {2}. To allow overbilling, please set in Stock Settings","Kan ikke overbill for Element {0} i rad {1} mer enn {2}. Å tillate billing, vennligst sett på lager Innstillinger"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301630DocType: Employee,Bank Name,Bank Name
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301631apps/erpnext/erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py +27,-Above,-Above
Anand Doshi9c0983f2016-02-17 12:59:54 +05301632apps/erpnext/erpnext/hr/doctype/employee/employee.py +139,User {0} is disabled,Bruker {0} er deaktivert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301633DocType: Leave Application,Total Leave Days,Totalt La Days
1634DocType: Email Digest,Note: Email will not be sent to disabled users,Merk: E-post vil ikke bli sendt til funksjonshemmede brukere
1635apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +36,Select Company...,Velg Company ...
1636DocType: Leave Control Panel,Leave blank if considered for all departments,La stå tom hvis vurderes for alle avdelinger
Nabin Hait34037e02016-02-03 13:10:54 +05301637apps/erpnext/erpnext/config/hr.py +103,"Types of employment (permanent, contract, intern etc.).","Typer arbeid (fast, kontrakt, lærling etc.)."
Nabin Hait9a24abe2016-01-21 16:31:40 +05301638apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +363,{0} is mandatory for Item {1},{0} er obligatorisk for Element {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301639DocType: Currency Exchange,From Currency,Fra Valuta
Anand Doshibb256e42016-01-04 16:50:38 +05301640apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +154,"Please select Allocated Amount, Invoice Type and Invoice Number in atleast one row","Vennligst velg avsatt beløp, fakturatype og fakturanummer i minst én rad"
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301641apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +94,Sales Order required for Item {0},Salgsordre kreves for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301642DocType: Purchase Invoice Item,Rate (Company Currency),Rate (Selskap Valuta)
Anand Doshi019111b2015-11-20 18:00:11 +05301643apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +40,Others,Annet
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301644apps/erpnext/erpnext/templates/includes/product_page.js +65,Cannot find a matching Item. Please select some other value for {0}.,Kan ikke finne en matchende element. Vennligst velg en annen verdi for {0}.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301645DocType: POS Profile,Taxes and Charges,Skatter og avgifter
1646DocType: Item,"A Product or a Service that is bought, sold or kept in stock.","Et produkt eller en tjeneste som er kjøpt, solgt eller holdes på lager."
1647apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +94,Cannot select charge type as 'On Previous Row Amount' or 'On Previous Row Total' for first row,Kan ikke velge charge type som 'On Forrige Row beløp "eller" On Forrige Row Totals for første rad
Anand Doshi019111b2015-11-20 18:00:11 +05301648apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +12,Banking,Banking
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301649apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +38,Please click on 'Generate Schedule' to get schedule,Vennligst klikk på "Generer Schedule 'for å få timeplanen
Rushabh Mehtad627af22016-03-03 11:24:58 +05301650apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +295,New Cost Center,New kostnadssted
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301651DocType: Bin,Ordered Quantity,Bestilte Antall
Rushabh Mehtad627af22016-03-03 11:24:58 +05301652apps/erpnext/erpnext/public/js/setup_wizard.js +22,"e.g. ""Build tools for builders""",f.eks "Bygg verktøy for utbyggere"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301653DocType: Quality Inspection,In Process,Igang
1654DocType: Authorization Rule,Itemwise Discount,Itemwise Rabatt
Rushabh Mehtad627af22016-03-03 11:24:58 +05301655apps/erpnext/erpnext/config/accounts.py +46,Tree of financial accounts.,Tre av finansregnskap.
Rushabh Mehtafc307972015-11-04 18:02:45 +05301656DocType: Purchase Order Item,Reference Document Type,Reference Document Type
Nabin Hait34037e02016-02-03 13:10:54 +05301657apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +335,{0} against Sales Order {1},{0} mot Salgsordre {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301658DocType: Account,Fixed Asset,Fast Asset
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301659apps/erpnext/erpnext/config/stock.py +278,Serialized Inventory,Serialisert Lager
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301660DocType: Activity Type,Default Billing Rate,Standard Billing pris
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301661DocType: Time Log Batch,Total Billing Amount,Total Billing Beløp
1662apps/erpnext/erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py +47,Receivable Account,Fordring konto
Rushabh Mehtad627af22016-03-03 11:24:58 +05301663DocType: Quotation Item,Stock Balance,Stock Balance
Rushabh Mehtafc307972015-11-04 18:02:45 +05301664apps/erpnext/erpnext/config/selling.py +299,Sales Order to Payment,Salgsordre til betaling
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301665DocType: Expense Claim Detail,Expense Claim Detail,Expense krav Detalj
Rushabh Mehtad627af22016-03-03 11:24:58 +05301666apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +281,Time Logs created:,Tid Logger opprettet:
1667apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +797,Please select correct account,Velg riktig konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301668DocType: Item,Weight UOM,Vekt målenheter
1669DocType: Employee,Blood Group,Blodgruppe
1670DocType: Purchase Invoice Item,Page Break,Page Break
1671DocType: Production Order Operation,Pending,Avventer
1672DocType: Employee Leave Approver,Users who can approve a specific employee's leave applications,Brukere som kan godkjenne en bestemt ansattes permisjon applikasjoner
1673apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +50,Office Equipments,Kontor utstyr
1674DocType: Purchase Invoice Item,Qty,Antall
1675DocType: Fiscal Year,Companies,Selskaper
Anand Doshi019111b2015-11-20 18:00:11 +05301676apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +24,Electronics,Elektronikk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301677DocType: Stock Settings,Raise Material Request when stock reaches re-order level,Hev Material Request når aksjen når re-order nivå
Anand Doshi019111b2015-11-20 18:00:11 +05301678apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +56,Full-time,Fulltid
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301679DocType: Purchase Invoice,Contact Details,Kontaktinformasjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301680DocType: C-Form,Received Date,Mottatt dato
1681DocType: Delivery Note,"If you have created a standard template in Sales Taxes and Charges Template, select one and click on the button below.","Hvis du har opprettet en standard mal i salgs skatter og avgifter mal, velger du ett og klikk på knappen under."
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301682apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +29,Please specify a country for this Shipping Rule or check Worldwide Shipping,Vennligst oppgi et land for denne Shipping Regel eller sjekk Worldwide Shipping
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301683DocType: Stock Entry,Total Incoming Value,Total Innkommende Verdi
Nabin Hait9a24abe2016-01-21 16:31:40 +05301684apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +304,Debit To is required,Debet Å kreves
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301685apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39,Purchase Price List,Kjøp Prisliste
1686DocType: Offer Letter Term,Offer Term,Tilbudet Term
1687DocType: Quality Inspection,Quality Manager,Quality Manager
1688DocType: Job Applicant,Job Opening,Job Opening
1689DocType: Payment Reconciliation,Payment Reconciliation,Betaling Avstemming
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301690apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +154,Please select Incharge Person's name,Vennligst velg Incharge persons navn
Anand Doshi019111b2015-11-20 18:00:11 +05301691apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +51,Technology,Teknologi
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301692apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.js +13,Offer Letter,Tilbudsbrev
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301693apps/erpnext/erpnext/config/manufacturing.py +51,Generate Material Requests (MRP) and Production Orders.,Generere Material Requests (MRP) og produksjonsordrer.
1694apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +68,Total Invoiced Amt,Total Fakturert Amt
1695DocType: Time Log,To Time,Til Time
Anand Doshi019111b2015-11-20 18:00:11 +05301696DocType: Authorization Rule,Approving Role (above authorized value),Godkjenne Role (ovenfor autorisert verdi)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301697apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +25,"To add child nodes, explore tree and click on the node under which you want to add more nodes.","For å legge til barnet noder, utforske treet og klikk på noden under som du vil legge til flere noder."
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301698apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +103,Credit To account must be a Payable account,Kreditt til kontoen må være en Betales konto
Rushabh Mehtad627af22016-03-03 11:24:58 +05301699apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +234,BOM recursion: {0} cannot be parent or child of {2},BOM rekursjon: {0} kan ikke være forelder eller barn av {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301700DocType: Production Order Operation,Completed Qty,Fullført Antall
Anand Doshibb256e42016-01-04 16:50:38 +05301701apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +122,"For {0}, only debit accounts can be linked against another credit entry",For {0} kan bare belastning kontoer knyttes opp mot en annen kreditt oppføring
Rushabh Mehtad627af22016-03-03 11:24:58 +05301702apps/erpnext/erpnext/stock/get_item_details.py +254,Price List {0} is disabled,Prisliste {0} er deaktivert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301703DocType: Manufacturing Settings,Allow Overtime,Tillat Overtid
Anand Doshi191b2972015-10-21 16:50:31 +05301704apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +197,{0} Serial Numbers required for Item {1}. You have provided {2}.,{0} serienumre som kreves for Element {1}. Du har gitt {2}.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301705DocType: Stock Reconciliation Item,Current Valuation Rate,Nåværende Verdivurdering Rate
1706DocType: Item,Customer Item Codes,Kunden element Codes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301707DocType: Opportunity,Lost Reason,Mistet Reason
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301708apps/erpnext/erpnext/config/accounts.py +73,Create Payment Entries against Orders or Invoices.,Lag Betalings Entries mot bestillinger eller fakturaer.
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301709apps/erpnext/erpnext/public/js/templates/address_list.html +1,New Address,Ny adresse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301710DocType: Quality Inspection,Sample Size,Sample Size
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301711apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +488,All items have already been invoiced,Alle elementene er allerede blitt fakturert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301712apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +47,Please specify a valid 'From Case No.',Vennligst oppgi en gyldig "Fra sak nr '
Rushabh Mehtad627af22016-03-03 11:24:58 +05301713apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +299,Further cost centers can be made under Groups but entries can be made against non-Groups,Ytterligere kostnadsbærere kan gjøres under Grupper men oppføringene kan gjøres mot ikke-grupper
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301714DocType: Project,External,Ekstern
1715DocType: Features Setup,Item Serial Nos,Sak Serial Nos
Anand Doshibacc6792015-10-30 12:54:27 +05301716apps/erpnext/erpnext/config/setup.py +66,Users and Permissions,Brukere og tillatelser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301717DocType: Branch,Branch,Branch
Anand Doshibacc6792015-10-30 12:54:27 +05301718apps/erpnext/erpnext/config/setup.py +61,Printing and Branding,Trykking og merkevarebygging
1719apps/erpnext/erpnext/hr/report/monthly_salary_register/monthly_salary_register.py +66,No salary slip found for month:,Ingen lønn slip funnet for måned:
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301720DocType: Bin,Actual Quantity,Selve Antall
1721DocType: Shipping Rule,example: Next Day Shipping,Eksempel: Neste Day Shipping
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301722apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +188,Serial No {0} not found,Serial No {0} ikke funnet
Rushabh Mehtad627af22016-03-03 11:24:58 +05301723apps/erpnext/erpnext/public/js/setup_wizard.js +202,Your Customers,Dine kunder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301724DocType: Leave Block List Date,Block Date,Block Dato
Rushabh Mehtad627af22016-03-03 11:24:58 +05301725apps/erpnext/erpnext/templates/generators/job_opening.html +17,Apply Now,Søk nå
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301726DocType: Sales Order,Not Delivered,Ikke levert
1727,Bank Clearance Summary,Bank Lagersalg Summary
1728apps/erpnext/erpnext/config/setup.py +105,"Create and manage daily, weekly and monthly email digests.","Opprette og administrere daglige, ukentlige og månedlige e-postfordøyer."
Rushabh Mehtad627af22016-03-03 11:24:58 +05301729apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +46,Item Code > Item Group > Brand,Sak Kode> Vare Group> Brand
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301730DocType: Appraisal Goal,Appraisal Goal,Appraisal Goal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301731DocType: Time Log,Costing Amount,Costing Beløp
1732DocType: Process Payroll,Submit Salary Slip,Send Lønn Slip
1733DocType: Salary Structure,Monthly Earning & Deduction,Månedlig Tjene & Fradrag
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301734apps/erpnext/erpnext/controllers/selling_controller.py +157,Maxiumm discount for Item {0} is {1}%,Maxiumm rabatt for Element {0} er {1}%
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301735apps/erpnext/erpnext/stock/doctype/item_price/item_price.js +16,Import in Bulk,Import i Bulk
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301736DocType: Sales Partner,Address & Contacts,Adresse og Kontakt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301737DocType: SMS Log,Sender Name,Avsender Navn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301738DocType: POS Profile,[Select],[Velg]
1739DocType: SMS Log,Sent To,Sendt til
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301740DocType: Payment Request,Make Sales Invoice,Gjør Sales Faktura
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301741DocType: Company,For Reference Only.,For referanse.
Anand Doshi019111b2015-11-20 18:00:11 +05301742apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +49,Invalid {0}: {1},Ugyldig {0}: {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301743DocType: Sales Invoice Advance,Advance Amount,Forskuddsbeløp
1744DocType: Manufacturing Settings,Capacity Planning,Kapasitetsplanlegging
Anand Doshi019111b2015-11-20 18:00:11 +05301745apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +43,'From Date' is required,"Fra dato" er nødvendig
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301746DocType: Journal Entry,Reference Number,Referanse Nummer
1747DocType: Employee,Employment Details,Sysselsetting Detaljer
1748DocType: Employee,New Workplace,Nye arbeidsplassen
1749apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +17,Set as Closed,Sett som Stengt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301750apps/erpnext/erpnext/stock/get_item_details.py +97,No Item with Barcode {0},Ingen Element med Barcode {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301751apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +51,Case No. cannot be 0,Sak nr kan ikke være 0
1752DocType: Features Setup,If you have Sales Team and Sale Partners (Channel Partners) they can be tagged and maintain their contribution in the sales activity,Hvis du har salgsteam og salg Partners (Channel Partners) de kan merkes og vedlikeholde sitt bidrag i salgsaktivitet
1753DocType: Item,Show a slideshow at the top of the page,Vis en lysbildeserie på toppen av siden
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301754DocType: Item,"Allow in Sales Order of type ""Service""",Tillate i salgsordre av type "Service"
1755apps/erpnext/erpnext/setup/doctype/company/company.py +86,Stores,Butikker
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301756DocType: Time Log,Projects Manager,Prosjekter manager
1757DocType: Serial No,Delivery Time,Leveringstid
1758apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +27,Ageing Based On,Aldring Based On
1759DocType: Item,End of Life,Slutten av livet
Anand Doshi019111b2015-11-20 18:00:11 +05301760apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +41,Travel,Reise
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301761DocType: Leave Block List,Allow Users,Gi brukere
Rushabh Mehtafc307972015-11-04 18:02:45 +05301762DocType: Purchase Order,Customer Mobile No,Kunden Mobile No
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301763DocType: Sales Invoice,Recurring,Gjentakende
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301764DocType: Cost Center,Track separate Income and Expense for product verticals or divisions.,Spor separat inntekter og kostnader for produkt vertikaler eller divisjoner.
1765DocType: Rename Tool,Rename Tool,Rename Tool
1766apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +15,Update Cost,Oppdater Cost
1767DocType: Item Reorder,Item Reorder,Sak Omgjøre
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301768apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +575,Transfer Material,Transfer Material
Nabin Hait34037e02016-02-03 13:10:54 +05301769apps/erpnext/erpnext/controllers/selling_controller.py +236,Item {0} must be a Sales Item in {1},Element {0} må være en Sales element i {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301770DocType: BOM,"Specify the operations, operating cost and give a unique Operation no to your operations.","Spesifiser drift, driftskostnadene og gi en unik Operation nei til driften."
1771DocType: Purchase Invoice,Price List Currency,Prisliste Valuta
1772DocType: Naming Series,User must always select,Brukeren må alltid velge
1773DocType: Stock Settings,Allow Negative Stock,Tillat Negative Stock
1774DocType: Installation Note,Installation Note,Installasjon Merk
Rushabh Mehtad627af22016-03-03 11:24:58 +05301775apps/erpnext/erpnext/public/js/setup_wizard.js +181,Add Taxes,Legg Skatter
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05301776apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +38,Cash Flow from Financing,Kontantstrøm fra finansierings
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301777,Financial Analytics,Finansielle Analytics
1778DocType: Quality Inspection,Verified By,Verified by
1779DocType: Address,Subsidiary,Datterselskap
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301780apps/erpnext/erpnext/setup/doctype/company/company.py +61,"Cannot change company's default currency, because there are existing transactions. Transactions must be cancelled to change the default currency.","Kan ikke endre selskapets standardvaluta, fordi det er eksisterende transaksjoner. Transaksjoner må avbestilles å endre valgt valuta."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301781DocType: Quality Inspection,Purchase Receipt No,Kvitteringen Nei
1782apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +30,Earnest Money,Earnest Penger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301783DocType: Process Payroll,Create Salary Slip,Lag Lønn Slip
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301784apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +158,Source of Funds (Liabilities),Source of Funds (Gjeld)
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301785apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +349,Quantity in row {0} ({1}) must be same as manufactured quantity {2},Antall på rad {0} ({1}) må være det samme som produsert mengde {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301786DocType: Appraisal,Employee,Ansatt
1787apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +10,Import Email From,Import E-post fra
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301788apps/erpnext/erpnext/utilities/doctype/contact/contact.js +70,Invite as User,Inviter som User
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301789DocType: Features Setup,After Sale Installations,Etter kjøp Installasjoner
Nabin Hait34037e02016-02-03 13:10:54 +05301790apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +218,{0} {1} is fully billed,{0} {1} er fullt fakturert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301791DocType: Workstation Working Hour,End Time,Sluttid
1792apps/erpnext/erpnext/config/setup.py +42,Standard contract terms for Sales or Purchase.,Standard kontraktsvilkår for salg eller kjøp.
1793apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +75,Group by Voucher,Grupper etter Voucher
1794apps/erpnext/erpnext/templates/form_grid/material_request_grid.html +7,Required On,Nødvendig På
1795DocType: Sales Invoice,Mass Mailing,Masseutsendelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301796DocType: Rename Tool,File to Rename,Filen til Rename
Rushabh Mehtad627af22016-03-03 11:24:58 +05301797apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +204,Please select BOM for Item in Row {0},Vennligst velg BOM for Element i Rad {0}
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301798apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +181,Purchse Order number required for Item {0},Purchse Bestill antall som kreves for Element {0}
Anand Doshi019111b2015-11-20 18:00:11 +05301799apps/erpnext/erpnext/controllers/buying_controller.py +236,Specified BOM {0} does not exist for Item {1},Spesifisert BOM {0} finnes ikke for Element {1}
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301800apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +198,Maintenance Schedule {0} must be cancelled before cancelling this Sales Order,Vedlikeholdsplan {0} må avbestilles før den avbryter denne salgsordre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301801DocType: Notification Control,Expense Claim Approved,Expense krav Godkjent
Anand Doshi019111b2015-11-20 18:00:11 +05301802apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +113,Pharmaceutical,Pharmaceutical
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301803apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Cost of Purchased Items,Kostnad for kjøpte varer
1804DocType: Selling Settings,Sales Order Required,Salgsordre Påkrevd
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301805DocType: Purchase Invoice,Credit To,Kreditt til
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301806apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +31,Active Leads / Customers,Aktive Ledninger / Kunder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301807DocType: Employee Education,Post Graduate,Post Graduate
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301808DocType: Maintenance Schedule Detail,Maintenance Schedule Detail,Vedlikeholdsplan Detalj
1809DocType: Quality Inspection Reading,Reading 9,Lese 9
1810DocType: Supplier,Is Frozen,Er Frozen
1811DocType: Buying Settings,Buying Settings,Kjøpe Innstillinger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301812DocType: Stock Entry Detail,BOM No. for a Finished Good Item,BOM No. for et ferdig God Sak
1813DocType: Upload Attendance,Attendance To Date,Oppmøte To Date
1814apps/erpnext/erpnext/config/selling.py +158,Setup incoming server for sales email id. (e.g. sales@example.com),Oppsett innkommende server for salg e-id. (F.eks sales@example.com)
1815DocType: Warranty Claim,Raised By,Raised By
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301816DocType: Payment Gateway Account,Payment Account,Betaling konto
Rushabh Mehtad627af22016-03-03 11:24:58 +05301817apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +730,Please specify Company to proceed,Vennligst oppgi selskapet å fortsette
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05301818apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +20,Net Change in Accounts Receivable,Netto endring i kundefordringer
Anand Doshi019111b2015-11-20 18:00:11 +05301819apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +46,Compensatory Off,Kompenserende Off
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301820DocType: Quality Inspection Reading,Accepted,Akseptert
Rushabh Mehtad627af22016-03-03 11:24:58 +05301821apps/erpnext/erpnext/setup/doctype/company/company.js +46,Please make sure you really want to delete all the transactions for this company. Your master data will remain as it is. This action cannot be undone.,Sørg for at du virkelig ønsker å slette alle transaksjoner for dette selskapet. Dine stamdata vil forbli som det er. Denne handlingen kan ikke angres.
Nabin Hait733680b2015-12-07 14:12:41 +05301822apps/erpnext/erpnext/utilities/transaction_base.py +93,Invalid reference {0} {1},Ugyldig referanse {0} {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301823DocType: Payment Tool,Total Payment Amount,Total Betalingsbeløp
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301824apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +145,{0} ({1}) cannot be greater than planned quanitity ({2}) in Production Order {3},{0} ({1}) kan ikke være større enn planlagt quanitity ({2}) i produksjonsordre {3}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301825DocType: Shipping Rule,Shipping Rule Label,Shipping Rule Etikett
Rushabh Mehtad627af22016-03-03 11:24:58 +05301826apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +210,Raw Materials cannot be blank.,Råvare kan ikke være blank.
Nabin Hait9a24abe2016-01-21 16:31:40 +05301827apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +425,"Could not update stock, invoice contains drop shipping item.","Kunne ikke oppdatere lager, inneholder faktura slippe frakt element."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301828DocType: Newsletter,Test,Test
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301829apps/erpnext/erpnext/stock/doctype/item/item.py +402,"As there are existing stock transactions for this item, \
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301830 you can not change the values of 'Has Serial No', 'Has Batch No', 'Is Stock Item' and 'Valuation Method'","Ettersom det er eksisterende lagertransaksjoner for dette elementet, \ du ikke kan endre verdiene for «Har Serial No ',' Har Batch No ',' Er Stock Element" og "verdsettelsesmetode '"
Anand Doshibb256e42016-01-04 16:50:38 +05301831apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +459,Quick Journal Entry,Hurtig Journal Entry
Anand Doshi666fbaf2015-11-26 12:40:13 +05301832apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +100,You can not change rate if BOM mentioned agianst any item,Du kan ikke endre prisen dersom BOM nevnt agianst ethvert element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301833DocType: Employee,Previous Work Experience,Tidligere arbeidserfaring
1834DocType: Stock Entry,For Quantity,For Antall
Rushabh Mehtad627af22016-03-03 11:24:58 +05301835apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +209,Please enter Planned Qty for Item {0} at row {1},Skriv inn Planned Antall for Element {0} på rad {1}
Nabin Hait34037e02016-02-03 13:10:54 +05301836apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +215,{0} {1} is not submitted,{0} {1} ikke er sendt
Rushabh Mehtafc307972015-11-04 18:02:45 +05301837apps/erpnext/erpnext/config/stock.py +18,Requests for items.,Forespørsler om elementer.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301838DocType: Production Planning Tool,Separate production order will be created for each finished good item.,Separat produksjonsordre vil bli opprettet for hvert ferdige godt element.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301839DocType: Purchase Invoice,Terms and Conditions1,Vilkår og forhold 1
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301840DocType: Accounts Settings,"Accounting entry frozen up to this date, nobody can do / modify entry except role specified below.","Regnskap oppføring frosset opp til denne datoen, kan ingen gjøre / endre oppføring unntatt rolle angitt nedenfor."
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301841apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js +121,Please save the document before generating maintenance schedule,Vennligst lagre dokumentet før du genererer vedlikeholdsplan
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301842apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +28,Project Status,Prosjekt Status
1843DocType: UOM,Check this to disallow fractions. (for Nos),Sjekk dette for å forby fraksjoner. (For Nos)
Rushabh Mehtad627af22016-03-03 11:24:58 +05301844apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +366,The following Production Orders were created:,Følgende produksjonsordrer ble opprettet:
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301845apps/erpnext/erpnext/config/crm.py +96,Newsletter Mailing List,Nyhetsbrev postliste
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301846DocType: Delivery Note,Transporter Name,Transporter Name
Anand Doshi019111b2015-11-20 18:00:11 +05301847DocType: Authorization Rule,Authorized Value,Autorisert Verdi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301848DocType: Contact,Enter department to which this Contact belongs,Tast avdeling som denne kontakten tilhører
Rushabh Mehtad627af22016-03-03 11:24:58 +05301849apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +56,Total Absent,Total Fraværende
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301850apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +736,Item or Warehouse for row {0} does not match Material Request,Element eller Warehouse for rad {0} samsvarer ikke Material Request
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301851apps/erpnext/erpnext/config/stock.py +104,Unit of Measure,Måleenhet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301852DocType: Fiscal Year,Year End Date,År Sluttdato
1853DocType: Task Depends On,Task Depends On,Task Avhenger
1854DocType: Lead,Opportunity,Opportunity
1855DocType: Salary Structure Earning,Salary Structure Earning,Lønn Struktur Tjene
1856,Completed Production Orders,Fullførte produksjonsordrer
1857DocType: Operation,Default Workstation,Standard arbeidsstasjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301858DocType: Notification Control,Expense Claim Approved Message,Expense krav Godkjent melding
Rushabh Mehtad627af22016-03-03 11:24:58 +05301859apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +221,{0} {1} is closed,{0} {1} er stengt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301860DocType: Email Digest,How frequently?,Hvor ofte?
1861DocType: Purchase Receipt,Get Current Stock,Få Current Stock
1862apps/erpnext/erpnext/config/manufacturing.py +63,Tree of Bill of Materials,Tree of Bill of Materials
Nabin Hait34037e02016-02-03 13:10:54 +05301863apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +151,Mark Present,Mark Present
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301864apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +198,Maintenance start date can not be before delivery date for Serial No {0},Vedlikehold startdato kan ikke være før leveringsdato for Serial No {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301865DocType: Production Order,Actual End Date,Selve sluttdato
1866DocType: Authorization Rule,Applicable To (Role),Gjelder til (Role)
1867DocType: Stock Entry,Purpose,Formålet
1868DocType: Item,Will also apply for variants unless overrridden,Vil også gjelde for varianter med mindre overrridden
1869DocType: Purchase Invoice,Advances,Fremskritt
Rushabh Mehtad627af22016-03-03 11:24:58 +05301870DocType: Production Order,Manufacture against Material Request,Produksjon mot Material Request
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301871apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +32,Approving User cannot be same as user the rule is Applicable To,Godkjenne Brukeren kan ikke være det samme som bruker regelen gjelder for
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301872DocType: Stock Entry Detail,Basic Rate (as per Stock UOM),Basic Rate (som per Stock målenheter)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301873DocType: SMS Log,No of Requested SMS,Ingen av Spurt SMS
1874DocType: Campaign,Campaign-.####,Kampanje -. ####
Anand Doshi019111b2015-11-20 18:00:11 +05301875apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +21,Next Steps,Neste skritt
Anand Doshi9c0983f2016-02-17 12:59:54 +05301876apps/erpnext/erpnext/hr/doctype/employee/employee.py +121,Contract End Date must be greater than Date of Joining,Kontraktssluttdato må være større enn tidspunktet for inntreden
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301877DocType: Sales Partner,A third party distributor / dealer / commission agent / affiliate / reseller who sells the companies products for a commission.,En tredjepart distributør / forhandler / kommisjonær / agent / forhandler som selger selskaper produkter for en kommisjon.
1878DocType: Customer Group,Has Child Node,Har Child Node
Nabin Hait34037e02016-02-03 13:10:54 +05301879apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +347,{0} against Purchase Order {1},{0} mot innkjøpsordre {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301880DocType: SMS Settings,"Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)","Skriv inn statiske webadresseparametere her (F.eks. Avsender = ERPNext, brukernavn = ERPNext, passord = 1234 etc.)"
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301881apps/erpnext/erpnext/accounts/utils.py +42,{0} {1} not in any active Fiscal Year. For more details check {2}.,{0} {1} ikke i noen aktiv regnskapsåret. For mer informasjon sjekk {2}.
Anand Doshi019111b2015-11-20 18:00:11 +05301882apps/erpnext/erpnext/setup/setup_wizard/default_website.py +26,This is an example website auto-generated from ERPNext,Dette er et eksempel nettsiden automatisk generert fra ERPNext
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301883apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +37,Ageing Range 1,Aldring Range 1
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301884DocType: Purchase Taxes and Charges Template,"Standard tax template that can be applied to all Purchase Transactions. This template can contain list of tax heads and also other expense heads like ""Shipping"", ""Insurance"", ""Handling"" etc.
1885
1886#### Note
1887
1888The tax rate you define here will be the standard tax rate for all **Items**. If there are **Items** that have different rates, they must be added in the **Item Tax** table in the **Item** master.
1889
1890#### Description of Columns
1891
18921. Calculation Type:
1893 - This can be on **Net Total** (that is the sum of basic amount).
1894 - **On Previous Row Total / Amount** (for cumulative taxes or charges). If you select this option, the tax will be applied as a percentage of the previous row (in the tax table) amount or total.
1895 - **Actual** (as mentioned).
18962. Account Head: The Account ledger under which this tax will be booked
18973. Cost Center: If the tax / charge is an income (like shipping) or expense it needs to be booked against a Cost Center.
18984. Description: Description of the tax (that will be printed in invoices / quotes).
18995. Rate: Tax rate.
19006. Amount: Tax amount.
19017. Total: Cumulative total to this point.
19028. Enter Row: If based on ""Previous Row Total"" you can select the row number which will be taken as a base for this calculation (default is the previous row).
19039. Consider Tax or Charge for: In this section you can specify if the tax / charge is only for valuation (not a part of total) or only for total (does not add value to the item) or for both.
190410. Add or Deduct: Whether you want to add or deduct the tax.","Standard skatt mal som kan brukes på alle kjøpstransaksjoner. Denne malen kan inneholde liste over skatte hoder og også andre utgifter hoder som "Shipping", "Forsikring", "Håndtering" osv #### Note Skattesatsen du definerer her vil være standard skattesats for alle ** Items * *. Hvis det er ** Elementer ** som har forskjellige priser, må de legges i ** Sak Skatt ** bord i ** Sak ** mester. #### Beskrivelse av kolonner 1. Beregning Type: - Dette kan være på ** Net Total ** (som er summen av grunnbeløpet). - ** På Forrige Row Total / Beløp ** (for kumulative skatter eller avgifter). Hvis du velger dette alternativet, vil skatten bli brukt som en prosentandel av forrige rad (i skattetabellen) eller en total. - ** Faktisk ** (som nevnt). 2. Account Head: Konto hovedbok der denne skatten vil bli bokført 3. Cost Center: Hvis skatt / avgift er en inntekt (som frakt) eller utgifter det må bestilles mot et kostnadssted. 4. Beskrivelse: Beskrivelse av skatt (som vil bli skrevet ut i fakturaer / sitater). 5. Ranger: skattesats. 6. Beløp: Skatt beløp. 7. Totalt: Akkumulert total til dette punktet. 8. Angi Row: Dersom basert på "Forrige Row Total" du kan velge radnummeret som vil bli tatt som en base for denne beregningen (standard er den forrige rad). 9. Vurdere Skatte eller Charge for: I denne delen kan du angi om skatt / avgift er kun for verdivurdering (ikke en del av total) eller bare for total (ikke tilføre verdi til elementet) eller for begge. 10. legge til eller trekke: Enten du ønsker å legge til eller trekke skatt."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301905DocType: Purchase Receipt Item,Recd Quantity,Recd Antall
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301906apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +104,Cannot produce more Item {0} than Sales Order quantity {1},Kan ikke produsere mer Element {0} enn Salgsordre kvantitet {1}
Anand Doshi9c0983f2016-02-17 12:59:54 +05301907apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +498,Stock Entry {0} is not submitted,Stock Entry {0} er ikke innsendt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301908DocType: Payment Reconciliation,Bank / Cash Account,Bank / minibank konto
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301909DocType: Tax Rule,Billing City,Fakturering By
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301910DocType: Global Defaults,Hide Currency Symbol,Skjule Valutasymbol
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301911apps/erpnext/erpnext/config/accounts.py +174,"e.g. Bank, Cash, Credit Card","f.eks Bank, Cash, Kredittkort"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301912DocType: Journal Entry,Credit Note,Kreditnota
Rushabh Mehtad627af22016-03-03 11:24:58 +05301913apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +218,Completed Qty cannot be more than {0} for operation {1},Fullført Antall kan ikke være mer enn {0} for operasjon {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301914DocType: Features Setup,Quality,Kvalitet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301915DocType: Warranty Claim,Service Address,Tjenesten Adresse
Rushabh Mehta4140fa52015-12-01 16:02:15 +05301916apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +83,Max 100 rows for Stock Reconciliation.,Maks 100 rader for Stock avstemming.
Rushabh Mehtad627af22016-03-03 11:24:58 +05301917DocType: Material Request,Manufacture,Produksjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301918apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +13,Please Delivery Note first,Vennligst følgeseddel først
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301919DocType: Purchase Invoice,Currency and Price List,Valuta og prisliste
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301920DocType: Opportunity,Customer / Lead Name,Kunde / Lead navn
Rushabh Mehtad627af22016-03-03 11:24:58 +05301921apps/erpnext/erpnext/accounts/doctype/bank_reconciliation/bank_reconciliation.py +69,Clearance Date not mentioned,Klaring Dato ikke nevnt
Anand Doshi019111b2015-11-20 18:00:11 +05301922apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +71,Production,Produksjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301923DocType: Item,Allow Production Order,Tillat produksjonsordre
1924apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js +60,Row {0}:Start Date must be before End Date,Rad {0}: Startdato må være før sluttdato
1925apps/erpnext/erpnext/controllers/trends.py +19,Total(Qty),Total (Stk)
Rushabh Mehtad627af22016-03-03 11:24:58 +05301926DocType: Sales Invoice,This Document,dette dokumentet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301927DocType: Installation Note Item,Installed Qty,Installert antall
1928DocType: Lead,Fax,Fax
1929DocType: Purchase Taxes and Charges,Parenttype,Parenttype
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301930DocType: Salary Structure,Total Earning,Total Tjene
1931DocType: Purchase Receipt,Time at which materials were received,Tidspunktet for når materialene ble mottatt
Rushabh Mehtadd408d82016-02-09 12:24:27 +05301932apps/erpnext/erpnext/utilities/doctype/address/address.py +125,My Addresses,Mine adresser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301933DocType: Stock Ledger Entry,Outgoing Rate,Utgående Rate
Nabin Hait34037e02016-02-03 13:10:54 +05301934apps/erpnext/erpnext/config/hr.py +108,Organization branch master.,Organisering gren mester.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301935apps/erpnext/erpnext/controllers/accounts_controller.py +253, or ,eller
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301936DocType: Sales Order,Billing Status,Billing Status
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301937apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +135,Utility Expenses,Utility Utgifter
Rushabh Mehtafc307972015-11-04 18:02:45 +05301938apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +65,90-Above,90-Above
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301939DocType: Buying Settings,Default Buying Price List,Standard Kjøpe Prisliste
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301940apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +83,No employee for the above selected criteria OR salary slip already created,Ingen ansatte for de oven valgte kriterier ELLER lønn slip allerede opprettet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301941DocType: Notification Control,Sales Order Message,Salgsordre Message
1942apps/erpnext/erpnext/config/setup.py +15,"Set Default Values like Company, Currency, Current Fiscal Year, etc.","Sett standardverdier som Company, Valuta, værende regnskapsår, etc."
1943apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.js +28,Payment Type,Betalings Type
1944DocType: Process Payroll,Select Employees,Velg Medarbeidere
1945DocType: Bank Reconciliation,To Date,To Date
1946DocType: Opportunity,Potential Sales Deal,Potensielle Sales Deal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301947DocType: Purchase Invoice,Total Taxes and Charges,Totale skatter og avgifter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301948DocType: Employee,Emergency Contact,Nødtelefon
1949DocType: Item,Quality Parameters,Kvalitetsparametere
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301950apps/erpnext/erpnext/accounts/doctype/account/account.js +57,Ledger,Ledger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301951DocType: Target Detail,Target Amount,Target Beløp
1952DocType: Shopping Cart Settings,Shopping Cart Settings,Handlevogn Innstillinger
1953DocType: Journal Entry,Accounting Entries,Regnskaps Entries
1954apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +24,Duplicate Entry. Please check Authorization Rule {0},Duplisere Entry. Vennligst sjekk Authorization Rule {0}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301955apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +25,Global POS Profile {0} already created for company {1},Globalt POS profil {0} allerede opprettet for selskap {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301956DocType: Purchase Order,Ref SQ,Ref SQ
1957apps/erpnext/erpnext/config/manufacturing.py +56,Replace Item / BOM in all BOMs,Erstatte varen / BOM i alle stykklister
1958DocType: Purchase Order Item,Received Qty,Mottatt Antall
1959DocType: Stock Entry Detail,Serial No / Batch,Serial No / Batch
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301960apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +297,Not Paid and Not Delivered,Ikke betalt og ikke levert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301961DocType: Product Bundle,Parent Item,Parent Element
1962DocType: Account,Account Type,Kontotype
Anand Doshi019111b2015-11-20 18:00:11 +05301963apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +113,Leave Type {0} cannot be carry-forwarded,La Type {0} kan ikke bære-videre
Rushabh Mehtafc307972015-11-04 18:02:45 +05301964apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +213,Maintenance Schedule is not generated for all the items. Please click on 'Generate Schedule',Vedlikeholdsplan genereres ikke for alle elementene. Vennligst klikk på "Generer Schedule '
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301965,To Produce,Å Produsere
1966apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +119,"For row {0} in {1}. To include {2} in Item rate, rows {3} must also be included","For rad {0} i {1}. For å inkludere {2} i Element rate, rader {3} må også inkluderes"
1967DocType: Packing Slip,Identification of the package for the delivery (for print),Identifikasjon av pakken for levering (for print)
1968DocType: Bin,Reserved Quantity,Reservert Antall
Rushabh Mehtad627af22016-03-03 11:24:58 +05301969DocType: Purchase Invoice,Recurring Ends On,Tilbakevendende Slutter På
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301970DocType: Landed Cost Voucher,Purchase Receipt Items,Kvitteringen Items
1971apps/erpnext/erpnext/config/learn.py +21,Customizing Forms,Tilpasse Forms
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301972DocType: Account,Income Account,Inntekt konto
Rushabh Mehtad627af22016-03-03 11:24:58 +05301973DocType: Payment Request,Amount in customer's currency,Beløp i kundens valuta
1974apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +647,Delivery,Levering
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301975DocType: Stock Reconciliation Item,Current Qty,Nåværende Antall
1976DocType: BOM Item,"See ""Rate Of Materials Based On"" in Costing Section",Se "Rate Of materialer basert på" i Costing Seksjon
1977DocType: Appraisal Goal,Key Responsibility Area,Key Ansvar Område
1978DocType: Item Reorder,Material Request Type,Materialet Request Type
Rushabh Mehta1c32d052016-01-12 12:02:26 +05301979apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +85,Row {0}: UOM Conversion Factor is mandatory,Rad {0}: målenheter omregningsfaktor er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301980apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +17,Ref,Ref
1981DocType: Cost Center,Cost Center,Kostnadssted
Anand Doshi019111b2015-11-20 18:00:11 +05301982apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +36,Voucher #,Kupong #
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301983DocType: Notification Control,Purchase Order Message,Innkjøpsordre Message
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05301984DocType: Tax Rule,Shipping Country,Shipping Land
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301985DocType: Upload Attendance,Upload HTML,Last opp HTML
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301986DocType: Employee,Relieving Date,Lindrende Dato
1987apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +12,"Pricing Rule is made to overwrite Price List / define discount percentage, based on some criteria.","Prising Rule er laget for å overskrive Prisliste / definere rabattprosenten, basert på noen kriterier."
1988DocType: Serial No,Warehouse can only be changed via Stock Entry / Delivery Note / Purchase Receipt,Lageret kan bare endres via Stock Entry / følgeseddel / Kjøpskvittering
1989DocType: Employee Education,Class / Percentage,Klasse / Prosent
Anand Doshi019111b2015-11-20 18:00:11 +05301990apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +92,Head of Marketing and Sales,Head of Marketing and Sales
1991apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +31,Income Tax,Inntektsskatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301992apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +15,"If selected Pricing Rule is made for 'Price', it will overwrite Price List. Pricing Rule price is the final price, so no further discount should be applied. Hence, in transactions like Sales Order, Purchase Order etc, it will be fetched in 'Rate' field, rather than 'Price List Rate' field.","Hvis valgt Pricing Rule er laget for 'Pris', det vil overskrive Prisliste. Priser Rule prisen er den endelige prisen, så ingen ytterligere rabatt bør påføres. Derfor, i transaksjoner som Salgsordre, innkjøpsordre osv, det vil bli hentet i "Valuta-feltet, heller enn" Prisliste Valuta-feltet."
1993apps/erpnext/erpnext/config/selling.py +163,Track Leads by Industry Type.,Spor Leads etter bransje Type.
1994DocType: Item Supplier,Item Supplier,Sak Leverandør
Nabin Hait34037e02016-02-03 13:10:54 +05301995apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +326,Please enter Item Code to get batch no,Skriv inn Element kode for å få batch no
Rushabh Mehtad627af22016-03-03 11:24:58 +05301996apps/erpnext/erpnext/selling/doctype/quotation/quotation.js +658,Please select a value for {0} quotation_to {1},Velg en verdi for {0} quotation_to {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05301997apps/erpnext/erpnext/config/selling.py +33,All Addresses.,Alle adresser.
1998DocType: Company,Stock Settings,Aksje Innstillinger
Anand Doshid7f7d5c2016-01-27 12:36:04 +05301999apps/erpnext/erpnext/accounts/doctype/account/account.py +218,"Merging is only possible if following properties are same in both records. Is Group, Root Type, Company","Sammenslåing er bare mulig hvis følgende egenskaper er samme i begge postene. Er Group, Root Type, Company"
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302000apps/erpnext/erpnext/config/crm.py +72,Manage Customer Group Tree.,Administrere kunde Gruppe treet.
Rushabh Mehtad627af22016-03-03 11:24:58 +05302001apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +297,New Cost Center Name,New kostnadssted Navn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302002DocType: Leave Control Panel,Leave Control Panel,La Kontrollpanel
Rushabh Mehtad627af22016-03-03 11:24:58 +05302003apps/erpnext/erpnext/utilities/doctype/address/address.py +96,No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template.,Ingen standard Adressemal funnet. Opprett en ny fra Oppsett> Trykking og merkevarebygging> Adresse Mal.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302004DocType: Appraisal,HR User,HR User
2005DocType: Purchase Invoice,Taxes and Charges Deducted,Skatter og avgifter fratrukket
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302006apps/erpnext/erpnext/shopping_cart/utils.py +36,Issues,Problemer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302007apps/erpnext/erpnext/controllers/status_updater.py +12,Status must be one of {0},Status må være en av {0}
2008DocType: Sales Invoice,Debit To,Debet Å
2009DocType: Delivery Note,Required only for sample item.,Kreves bare for prøve element.
2010DocType: Stock Ledger Entry,Actual Qty After Transaction,Selve Antall Etter Transaksjons
2011,Pending SO Items For Purchase Request,Avventer SO varer for kjøp Request
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302012DocType: Supplier,Billing Currency,Faktureringsvaluta
Anand Doshi019111b2015-11-20 18:00:11 +05302013apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +148,Extra Large,Extra large
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302014,Profit and Loss Statement,Resultatregnskap
2015DocType: Bank Reconciliation Detail,Cheque Number,Sjekk Antall
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302016DocType: Payment Tool Detail,Payment Tool Detail,Betaling Tool Detail
2017,Sales Browser,Salg Browser
2018DocType: Journal Entry,Total Credit,Total Credit
Anand Doshi9c0983f2016-02-17 12:59:54 +05302019apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +501,Warning: Another {0} # {1} exists against stock entry {2},Advarsel: Another {0} # {1} finnes mot aksje oppføring {2}
Rushabh Mehtad627af22016-03-03 11:24:58 +05302020apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +362,Local,Lokal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302021apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +26,Loans and Advances (Assets),Utlån (Eiendeler)
2022apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +12,Debtors,Skyldnere
Anand Doshi019111b2015-11-20 18:00:11 +05302023apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +147,Large,Stor
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302024DocType: C-Form Invoice Detail,Territory,Territorium
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302025apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +152,Please mention no of visits required,Vennligst oppgi ingen av besøk som kreves
Rushabh Mehtafc307972015-11-04 18:02:45 +05302026DocType: Purchase Order,Customer Address Display,Kunde Adresse Skjerm
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302027DocType: Stock Settings,Default Valuation Method,Standard verdsettelsesmetode
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302028DocType: Production Order Operation,Planned Start Time,Planlagt Starttid
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302029apps/erpnext/erpnext/config/accounts.py +68,Close Balance Sheet and book Profit or Loss.,Lukk Balanse og bok resultatet.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302030DocType: Currency Exchange,Specify Exchange Rate to convert one currency into another,Spesifiser Exchange Rate å konvertere en valuta til en annen
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302031apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +142,Quotation {0} is cancelled,Sitat {0} er kansellert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302032apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +26,Total Outstanding Amount,Totalt utestående beløp
2033apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +29,Employee {0} was on leave on {1}. Cannot mark attendance.,Ansatt {0} var på permisjon på {1}. Kan ikke merke oppmøte.
2034DocType: Sales Partner,Targets,Targets
2035DocType: Price List,Price List Master,Prisliste Master
2036DocType: Sales Person,All Sales Transactions can be tagged against multiple **Sales Persons** so that you can set and monitor targets.,Alle salgstransaksjoner kan være merket mot flere ** Salgs Personer ** slik at du kan stille inn og overvåke mål.
2037,S.O. No.,SO No.
2038DocType: Production Order Operation,Make Time Log,Gjør Tid Logg
Nabin Hait34037e02016-02-03 13:10:54 +05302039apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +154,Please create Customer from Lead {0},Opprett Customer fra Lead {0}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302040DocType: Price List,Applicable for Countries,Gjelder for Land
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302041apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +44,Computers,Datamaskiner
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302042apps/erpnext/erpnext/setup/doctype/customer_group/customer_group.js +14,This is a root customer group and cannot be edited.,"Dette er en rot kundegruppe, og kan ikke redigeres."
2043apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +39,Please setup your chart of accounts before you start Accounting Entries,Vennligst oppsettet ditt kontoplan før du begynner Regnskaps Entries
2044DocType: Purchase Invoice,Ignore Pricing Rule,Ignorer Pricing Rule
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302045apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +91,From Date in Salary Structure cannot be lesser than Employee Joining Date.,Fra dato i lønn struktur kan ikke være mindre enn Employee Bli Date.
2046DocType: Employee Education,Graduate,Utdannet
2047DocType: Leave Block List,Block Days,Block Days
2048DocType: Journal Entry,Excise Entry,Vesenet Entry
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302049apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +63,Warning: Sales Order {0} already exists against Customer's Purchase Order {1},Advarsel: Salgsordre {0} finnes allerede mot kundens innkjøpsordre {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302050DocType: Terms and Conditions,"Standard Terms and Conditions that can be added to Sales and Purchases.
2051
2052Examples:
2053
20541. Validity of the offer.
20551. Payment Terms (In Advance, On Credit, part advance etc).
20561. What is extra (or payable by the Customer).
20571. Safety / usage warning.
20581. Warranty if any.
20591. Returns Policy.
20601. Terms of shipping, if applicable.
20611. Ways of addressing disputes, indemnity, liability, etc.
20621. Address and Contact of your Company.","Standardvilkårene som kan legges til salg og kjøp. Eksempler: 1. Gyldighet av tilbudet. 1. Betalingsvilkår (på forhånd, på kreditt, del forhånd etc). 1. Hva er ekstra (eller skal betales av kunden). 1. Sikkerhet / bruk advarsel. 1. Garanti om noen. 1. Returrett. 1. Vilkår for frakt, hvis aktuelt. 1. Måter adressering tvister, erstatning, ansvar, etc. 1. Adresse og kontakt med din bedrift."
2063DocType: Attendance,Leave Type,La Type
Anand Doshi191b2972015-10-21 16:50:31 +05302064apps/erpnext/erpnext/controllers/stock_controller.py +172,Expense / Difference account ({0}) must be a 'Profit or Loss' account,Expense / Difference konto ({0}) må være en "resultatet" konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302065DocType: Account,Accounts User,Regnskap User
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302066apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +18,Attendance for employee {0} is already marked,Oppmøte for arbeidstaker {0} er allerede merket
2067DocType: Packing Slip,If more than one package of the same type (for print),Hvis mer enn en pakke av samme type (for print)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302068DocType: C-Form Invoice Detail,Net Total,Net Total
2069DocType: Bin,FCFS Rate,FCFS Rate
2070apps/erpnext/erpnext/accounts/page/pos/pos.js +15,Billing (Sales Invoice),Billing (salgsfaktura)
2071DocType: Payment Reconciliation Invoice,Outstanding Amount,Utestående Beløp
2072DocType: Project Task,Working,Arbeids
2073DocType: Stock Ledger Entry,Stock Queue (FIFO),Stock Queue (FIFO)
Nabin Hait34037e02016-02-03 13:10:54 +05302074apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +24,Please select Time Logs.,Vennligst velg Time Logger.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302075apps/erpnext/erpnext/accounts/doctype/pos_profile/pos_profile.py +37,{0} does not belong to Company {1},{0} ikke tilhører selskapet {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302076DocType: Account,Round Off,Avrunde
2077,Requested Qty,Spurt Antall
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302078DocType: Tax Rule,Use for Shopping Cart,Brukes til handlekurv
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302079DocType: BOM Item,Scrap %,Skrap%
2080apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +38,"Charges will be distributed proportionately based on item qty or amount, as per your selection","Kostnader vil bli fordelt forholdsmessig basert på element stk eller beløp, som per ditt valg"
2081DocType: Maintenance Visit,Purposes,Formål
Rushabh Mehtad627af22016-03-03 11:24:58 +05302082apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +109,Atleast one item should be entered with negative quantity in return document,Atleast ett element bør legges inn med negativt antall i retur dokument
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302083apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +67,"Operation {0} longer than any available working hours in workstation {1}, break down the operation into multiple operations","Operation {0} lenger enn noen tilgjengelige arbeidstimer i arbeidsstasjonen {1}, bryte ned driften i flere operasjoner"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302084,Requested,Spurt
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302085apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +67,No Remarks,Nei Anmerkninger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302086apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +13,Overdue,Forfalt
2087DocType: Account,Stock Received But Not Billed,"Stock mottatt, men ikke fakturert"
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302088apps/erpnext/erpnext/accounts/doctype/account/account.py +83,Root Account must be a group,Root-kontoen må være en gruppe
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302089DocType: Salary Slip,Gross Pay + Arrear Amount +Encashment Amount - Total Deduction,Brutto lønn + etterskudd Beløp + Encashment Beløp - Total Fradrag
2090DocType: Monthly Distribution,Distribution Name,Distribusjon Name
2091DocType: Features Setup,Sales and Purchase,Salg og Innkjøp
Rushabh Mehtafc307972015-11-04 18:02:45 +05302092DocType: Supplier Quotation Item,Material Request No,Materialet Request Ingen
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302093apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +211,Quality Inspection required for Item {0},Quality Inspection nødvendig for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302094DocType: Quotation,Rate at which customer's currency is converted to company's base currency,Hastigheten som kundens valuta er konvertert til selskapets hovedvaluta
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302095apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +107,{0} has been successfully unsubscribed from this list.,{0} har blitt avsluttet abonnementet fra denne listen.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302096DocType: Purchase Invoice Item,Net Rate (Company Currency),Netto Rate (Selskap Valuta)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302097apps/erpnext/erpnext/config/crm.py +81,Manage Territory Tree.,Administrer Territory treet.
2098DocType: Journal Entry Account,Sales Invoice,Salg Faktura
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302099DocType: Journal Entry Account,Party Balance,Fest Balance
2100DocType: Sales Invoice Item,Time Log Batch,Tid Logg Batch
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302101apps/erpnext/erpnext/public/js/controllers/taxes_and_totals.js +442,Please select Apply Discount On,Vennligst velg Bruk rabatt på
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302102apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +85,Salary Slip Created,Lønn Slip Laget
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302103DocType: Company,Default Receivable Account,Standard fordringer konto
2104DocType: Process Payroll,Create Bank Entry for the total salary paid for the above selected criteria,Lag Bank Entry for den totale lønn for de ovenfor valgte kriterier
2105DocType: Stock Entry,Material Transfer for Manufacture,Material Transfer for Produksjon
2106apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +18,Discount Percentage can be applied either against a Price List or for all Price List.,Rabattprosenten kan brukes enten mot en prisliste eller for alle Prisliste.
2107DocType: Purchase Invoice,Half-yearly,Halvårs
2108apps/erpnext/erpnext/accounts/report/financial_statements.py +16,Fiscal Year {0} not found.,Regnskapsår {0} ble ikke funnet.
2109DocType: Bank Reconciliation,Get Relevant Entries,Få Relevante Entries
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302110apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +409,Accounting Entry for Stock,Regnskap Entry for Stock
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302111DocType: Sales Invoice,Sales Team1,Salg TEAM1
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302112apps/erpnext/erpnext/stock/doctype/item/item.py +449,Item {0} does not exist,Element {0} finnes ikke
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302113DocType: Sales Invoice,Customer Address,Kunde Adresse
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302114DocType: Payment Request,Recipient and Message,Mottaker og melding
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302115DocType: Purchase Invoice,Apply Additional Discount On,Påfør Ytterligere rabatt på
2116DocType: Account,Root Type,Root Type
Rushabh Mehtad627af22016-03-03 11:24:58 +05302117apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +87,Row # {0}: Cannot return more than {1} for Item {2},Row # {0}: Kan ikke returnere mer enn {1} for Element {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302118apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +52,Plot,Plott
2119DocType: Item Group,Show this slideshow at the top of the page,Vis lysbildefremvisning på toppen av siden
2120DocType: BOM,Item UOM,Sak målenheter
2121DocType: Sales Taxes and Charges,Tax Amount After Discount Amount (Company Currency),Skattebeløp Etter Rabattbeløp (Company Valuta)
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302122apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +150,Target warehouse is mandatory for row {0},Target lageret er obligatorisk for rad {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302123DocType: Quality Inspection,Quality Inspection,Quality Inspection
Anand Doshi019111b2015-11-20 18:00:11 +05302124apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +144,Extra Small,Extra Small
Anand Doshiee19fc02015-12-21 17:10:20 +05302125apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +546,Warning: Material Requested Qty is less than Minimum Order Qty,Advarsel: Material Requested Antall er mindre enn Minimum Antall
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302126apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +187,Account {0} is frozen,Konto {0} er frosset
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302127DocType: Company,Legal Entity / Subsidiary with a separate Chart of Accounts belonging to the Organization.,Legal Entity / Datterselskap med en egen konto tilhørighet til organisasjonen.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302128DocType: Payment Request,Mute Email,Demp Email
Anand Doshi019111b2015-11-20 18:00:11 +05302129apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +29,"Food, Beverage & Tobacco","Mat, drikke og tobakk"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302130apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +20,PL or BS,PL eller BS
Anand Doshi9c0983f2016-02-17 12:59:54 +05302131apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +558,Can only make payment against unbilled {0},Kan bare gjøre betaling mot fakturert {0}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302132apps/erpnext/erpnext/controllers/selling_controller.py +122,Commission rate cannot be greater than 100,Kommisjon kan ikke være større enn 100
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302133apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Minimum Inventory Level,Minimum lagerbeholdning
2134DocType: Stock Entry,Subcontract,Underentrepriser
Rushabh Mehtafc307972015-11-04 18:02:45 +05302135apps/erpnext/erpnext/public/js/utils/party.js +121,Please enter {0} first,Fyll inn {0} først
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302136DocType: Production Order Operation,Actual End Time,Faktisk Sluttid
2137DocType: Production Planning Tool,Download Materials Required,Last ned Materialer som er nødvendige
2138DocType: Item,Manufacturer Part Number,Produsentens varenummer
2139DocType: Production Order Operation,Estimated Time and Cost,Estimert leveringstid og pris
2140DocType: Bin,Bin,Bin
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302141DocType: SMS Log,No of Sent SMS,Ingen av Sendte SMS
2142DocType: Account,Company,Selskap
2143DocType: Account,Expense Account,Expense konto
Anand Doshi019111b2015-11-20 18:00:11 +05302144apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +49,Software,Programvare
2145apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +151,Colour,Farge
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302146DocType: Maintenance Visit,Scheduled,Planlagt
2147apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.js +13,"Please select Item where ""Is Stock Item"" is ""No"" and ""Is Sales Item"" is ""Yes"" and there is no other Product Bundle","Vennligst velg Element der "Er Stock Item" er "Nei" og "Er Sales Item" er "Ja", og det er ingen andre Product Bundle"
Rushabh Mehtad627af22016-03-03 11:24:58 +05302148apps/erpnext/erpnext/controllers/accounts_controller.py +408,Total advance ({0}) against Order {1} cannot be greater than the Grand Total ({2}),Total forhånd ({0}) mot Bestill {1} kan ikke være større enn totalsummen ({2})
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302149DocType: Sales Partner,Select Monthly Distribution to unevenly distribute targets across months.,Velg Månedlig Distribusjon til ujevnt fordele målene gjennom måneder.
2150DocType: Purchase Invoice Item,Valuation Rate,Verdivurdering Rate
Rushabh Mehtad627af22016-03-03 11:24:58 +05302151apps/erpnext/erpnext/stock/get_item_details.py +275,Price List Currency not selected,Prisliste Valuta ikke valgt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302152apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +63,Item Row {0}: Purchase Receipt {1} does not exist in above 'Purchase Receipts' table,Sak Rad {0}: Kjøpskvittering {1} finnes ikke i ovenfor 'innkjøps Receipts' bord
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302153apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +155,Employee {0} has already applied for {1} between {2} and {3},Ansatt {0} har allerede søkt om {1} mellom {2} og {3}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302154apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +30,Project Start Date,Prosjekt startdato
2155apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +8,Until,Inntil
2156DocType: Rename Tool,Rename Log,Rename Logg
2157DocType: Installation Note Item,Against Document No,Mot Dokument nr
2158apps/erpnext/erpnext/config/selling.py +98,Manage Sales Partners.,Administrer Salgs Partners.
2159DocType: Quality Inspection,Inspection Type,Inspeksjon Type
Rushabh Mehtad627af22016-03-03 11:24:58 +05302160apps/erpnext/erpnext/controllers/recurring_document.py +170,Please select {0},Vennligst velg {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302161DocType: C-Form,C-Form No,C-Form Nei
2162DocType: BOM,Exploded_items,Exploded_items
Nabin Hait34037e02016-02-03 13:10:54 +05302163DocType: Employee Attendance Tool,Unmarked Attendance,Umerket Oppmøte
Anand Doshi019111b2015-11-20 18:00:11 +05302164apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +95,Researcher,Forsker
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302165apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +78,Please save the Newsletter before sending,Ta vare på Nyhetsbrev før sending
Rushabh Mehtad627af22016-03-03 11:24:58 +05302166apps/erpnext/erpnext/hr/doctype/job_applicant/job_applicant.py +25,Name or Email is mandatory,Navn eller E-post er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302167apps/erpnext/erpnext/config/stock.py +74,Incoming quality inspection.,Innkommende kvalitetskontroll.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302168DocType: Purchase Order Item,Returned Qty,Returnerte Stk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302169DocType: Employee,Exit,Utgang
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302170apps/erpnext/erpnext/accounts/doctype/account/account.py +155,Root Type is mandatory,Root Type er obligatorisk
Anand Doshi191b2972015-10-21 16:50:31 +05302171apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +295,Serial No {0} created,Serial No {0} opprettet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302172DocType: Item Customer Detail,"For the convenience of customers, these codes can be used in print formats like Invoices and Delivery Notes","For det lettere for kunder, kan disse kodene brukes i trykte formater som regningene og leveringssedlene"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302173DocType: Employee,You can enter any date manually,Du kan legge inn noen dato manuelt
2174DocType: Sales Invoice,Advertisement,Annonse
Anand Doshi019111b2015-11-20 18:00:11 +05302175apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +165,Probationary Period,Prøvetid
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302176DocType: Customer Group,Only leaf nodes are allowed in transaction,Bare bladnoder er tillatt i transaksjonen
2177DocType: Expense Claim,Expense Approver,Expense Godkjenner
Anand Doshibb256e42016-01-04 16:50:38 +05302178apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +110,Row {0}: Advance against Customer must be credit,Rad {0}: Advance mot Kunden må være kreditt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302179DocType: Purchase Receipt Item Supplied,Purchase Receipt Item Supplied,Kvitteringen Sak Leveres
Anand Doshi9c0983f2016-02-17 12:59:54 +05302180apps/erpnext/erpnext/public/js/pos/pos.js +356,Pay,Betale
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302181apps/erpnext/erpnext/projects/report/daily_time_log_summary/daily_time_log_summary.py +17,To Datetime,Til Datetime
2182DocType: SMS Settings,SMS Gateway URL,SMS Gateway URL
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302183apps/erpnext/erpnext/config/crm.py +53,Logs for maintaining sms delivery status,Logger for å opprettholde sms leveringsstatus
Rushabh Mehtafc307972015-11-04 18:02:45 +05302184apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +36,Pending Activities,Ventende Aktiviteter
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302185apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166,Confirmed,Bekreftet
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302186DocType: Payment Gateway,Gateway,Inngangsport
Rushabh Mehtad627af22016-03-03 11:24:58 +05302187apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +52,Supplier > Supplier Type,Leverandør> Leverandør Type
Anand Doshi9c0983f2016-02-17 12:59:54 +05302188apps/erpnext/erpnext/hr/doctype/employee/employee.py +131,Please enter relieving date.,Skriv inn lindrende dato.
Nabin Hait34037e02016-02-03 13:10:54 +05302189apps/erpnext/erpnext/controllers/trends.py +138,Amt,Amt
Anand Doshi019111b2015-11-20 18:00:11 +05302190apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +51,Only Leave Applications with status 'Approved' can be submitted,Kun La Applikasjoner med status "Godkjent" kan sendes inn
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302191apps/erpnext/erpnext/utilities/doctype/address/address.py +25,Address Title is mandatory.,Adresse Tittel er obligatorisk.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302192DocType: Opportunity,Enter name of campaign if source of enquiry is campaign,Skriv inn navnet på kampanjen hvis kilden til henvendelsen er kampanje
Anand Doshi019111b2015-11-20 18:00:11 +05302193apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +38,Newspaper Publishers,Avis Publishers
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302194apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +31,Select Fiscal Year,Velg regnskapsår
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302195apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +43,Reorder Level,Omgjøre nivå
2196DocType: Attendance,Attendance Date,Oppmøte Dato
2197DocType: Salary Structure,Salary breakup based on Earning and Deduction.,Lønn breakup basert på opptjening og fradrag.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302198apps/erpnext/erpnext/accounts/doctype/account/account.py +127,Account with child nodes cannot be converted to ledger,Konto med barnet noder kan ikke konverteres til Ledger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302199DocType: Address,Preferred Shipping Address,Foretrukne leveringsadresse
2200DocType: Purchase Receipt Item,Accepted Warehouse,Akseptert Warehouse
2201DocType: Bank Reconciliation Detail,Posting Date,Publiseringsdato
2202DocType: Item,Valuation Method,Verdsettelsesmetode
Anand Doshi03791fc2015-12-15 15:17:11 +05302203apps/erpnext/erpnext/setup/utils.py +91,Unable to find exchange rate for {0} to {1},Å finne kursen for {0} klarer {1}
Nabin Hait34037e02016-02-03 13:10:54 +05302204apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +202,Mark Half Day,Mark Half Day
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302205DocType: Sales Invoice,Sales Team,Sales Team
Rushabh Mehta4140fa52015-12-01 16:02:15 +05302206apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +88,Duplicate entry,Duplicate entry
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302207DocType: Serial No,Under Warranty,Under Garanti
Nabin Hait34037e02016-02-03 13:10:54 +05302208apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +408,[Error],[Error]
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302209DocType: Sales Order,In Words will be visible once you save the Sales Order.,I Ord vil være synlig når du lagrer kundeordre.
2210,Employee Birthday,Ansatt Bursdag
Anand Doshi019111b2015-11-20 18:00:11 +05302211apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +55,Venture Capital,Venture Capital
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302212DocType: UOM,Must be Whole Number,Må være hele tall
2213DocType: Leave Control Panel,New Leaves Allocated (In Days),Nye Løv Tildelte (i dager)
2214apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +51,Serial No {0} does not exist,Serial No {0} finnes ikke
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302215DocType: Sales Invoice Item,Customer Warehouse (Optional),Customer Warehouse (valgfritt)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302216DocType: Pricing Rule,Discount Percentage,Rabatt Prosent
2217DocType: Payment Reconciliation Invoice,Invoice Number,Fakturanummer
Rushabh Mehtad627af22016-03-03 11:24:58 +05302218DocType: Shopping Cart Settings,Orders,Bestillinger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302219DocType: Leave Control Panel,Employee Type,Ansettelsesform
Anand Doshi9c0983f2016-02-17 12:59:54 +05302220DocType: Features Setup,To maintain the customer wise item code and to make them searchable based on their code use this option,For å opprettholde kunde kloke elementet koden og gjøre dem søkbare basert på koden sin bruk dette alternativet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302221DocType: Employee Leave Approver,Leave Approver,La Godkjenner
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302222DocType: Manufacturing Settings,Material Transferred for Manufacture,Materialet Overført for Produksjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302223DocType: Expense Claim,"A user with ""Expense Approver"" role",En bruker med "Expense Godkjenner" rolle
2224,Issued Items Against Production Order,Utstedte gjenstander mot produksjonsordre
2225DocType: Pricing Rule,Purchase Manager,Innkjøpssjef
2226DocType: Payment Tool,Payment Tool,Betaling Tool
2227DocType: Target Detail,Target Detail,Target Detalj
Rushabh Mehtad627af22016-03-03 11:24:58 +05302228apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +20,All Jobs,alle jobber
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302229DocType: Sales Order,% of materials billed against this Sales Order,% Av materialer fakturert mot denne kundeordre
2230apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +50,Period Closing Entry,Periode Closing Entry
2231apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +62,Cost Center with existing transactions can not be converted to group,Kostnadssted med eksisterende transaksjoner kan ikke konverteres til gruppen
Anand Doshiee19fc02015-12-21 17:10:20 +05302232DocType: Account,Depreciation,Avskrivninger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302233apps/erpnext/erpnext/stock/report/supplier_wise_sales_analytics/supplier_wise_sales_analytics.py +49,Supplier(s),Leverandør (er)
Nabin Hait34037e02016-02-03 13:10:54 +05302234DocType: Employee Attendance Tool,Employee Attendance Tool,Employee Oppmøte Tool
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302235DocType: Supplier,Credit Limit,Kredittgrense
Rushabh Mehtad627af22016-03-03 11:24:58 +05302236DocType: Production Plan Sales Order,Salse Order Date,Salse Ordredato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302237apps/erpnext/erpnext/accounts/page/pos/pos_page.html +4,Select type of transaction,Velg type transaksjon
2238DocType: GL Entry,Voucher No,Kupong Ingen
2239DocType: Leave Allocation,Leave Allocation,La Allocation
Rushabh Mehtad627af22016-03-03 11:24:58 +05302240apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +474,Material Requests {0} created,Materielle Forespørsler {0} er opprettet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302241apps/erpnext/erpnext/config/selling.py +122,Template of terms or contract.,Mal av begreper eller kontrakt.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302242DocType: Customer,Address and Contact,Adresse og Kontakt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302243DocType: Supplier,Last Day of the Next Month,Siste dag av neste måned
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302244DocType: Employee,Feedback,Tilbakemelding
Anand Doshi019111b2015-11-20 18:00:11 +05302245apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +66,"Leave cannot be allocated before {0}, as leave balance has already been carry-forwarded in the future leave allocation record {1}","Permisjon kan ikke tildeles før {0}, som permisjon balanse har allerede vært carry-sendt i fremtiden permisjon tildeling posten {1}"
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302246apps/erpnext/erpnext/accounts/party.py +280,Note: Due / Reference Date exceeds allowed customer credit days by {0} day(s),Merk: På grunn / Reference Date stiger tillatt kunde kreditt dager med {0} dag (er)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302247DocType: Stock Settings,Freeze Stock Entries,Freeze Stock Entries
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302248DocType: Item,Reorder level based on Warehouse,Omgjøre nivå basert på Warehouse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302249DocType: Activity Cost,Billing Rate,Billing Rate
2250,Qty to Deliver,Antall å levere
2251DocType: Monthly Distribution Percentage,Month,Måned
2252,Stock Analytics,Aksje Analytics
2253DocType: Installation Note Item,Against Document Detail No,Mot Document Detail Nei
2254DocType: Quality Inspection,Outgoing,Utgående
2255DocType: Material Request,Requested For,Spurt For
2256DocType: Quotation Item,Against Doctype,Mot Doctype
Rushabh Mehtad627af22016-03-03 11:24:58 +05302257apps/erpnext/erpnext/controllers/stock_controller.py +247,{0} {1} is cancelled or closed,{0} {1} er kansellert eller lukket
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302258DocType: Delivery Note,Track this Delivery Note against any Project,Spor dette følgeseddel mot ethvert prosjekt
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05302259apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +28,Net Cash from Investing,Netto kontantstrøm fra investerings
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302260apps/erpnext/erpnext/accounts/doctype/account/account.py +193,Root account can not be deleted,Root-kontoen kan ikke slettes
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302261,Is Primary Address,Er Hovedadresse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302262DocType: Production Order,Work-in-Progress Warehouse,Work-in-progress Warehouse
Nabin Hait34037e02016-02-03 13:10:54 +05302263apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +325,Reference #{0} dated {1},Reference # {0} datert {1}
Rushabh Mehtad627af22016-03-03 11:24:58 +05302264apps/erpnext/erpnext/templates/includes/cart/cart_address.html +16,Manage Addresses,Administrer Adresser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302265DocType: Pricing Rule,Item Code,Sak Kode
2266DocType: Production Planning Tool,Create Production Orders,Opprett produksjonsordrer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302267DocType: Serial No,Warranty / AMC Details,Garanti / AMC Detaljer
2268DocType: Journal Entry,User Remark,Bruker Remark
2269DocType: Lead,Market Segment,Markedssegment
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302270DocType: Employee Internal Work History,Employee Internal Work History,Ansatt Intern Work History
Anand Doshi9c0983f2016-02-17 12:59:54 +05302271apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +228,Closing (Dr),Lukking (Dr)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302272DocType: Contact,Passive,Passiv
Anand Doshi191b2972015-10-21 16:50:31 +05302273apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +228,Serial No {0} not in stock,Serial No {0} ikke på lager
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302274apps/erpnext/erpnext/config/selling.py +127,Tax template for selling transactions.,Skatt mal for å selge transaksjoner.
2275DocType: Sales Invoice,Write Off Outstanding Amount,Skriv Av utestående beløp
2276DocType: Features Setup,"Check if you need automatic recurring invoices. After submitting any sales invoice, Recurring section will be visible.","Sjekk om du trenger automatiske tilbakevendende fakturaer. Etter innsending noen salgsfaktura, vil gjentakende delen være synlig."
2277DocType: Account,Accounts Manager,Accounts Manager
Rushabh Mehtafc307972015-11-04 18:02:45 +05302278apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.py +39,Time Log {0} must be 'Submitted',Tid Logg {0} må være "Skrevet"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302279DocType: Stock Settings,Default Stock UOM,Standard Stock målenheter
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302280DocType: Time Log,Costing Rate based on Activity Type (per hour),Costing Prisen er basert på aktivitetstype (per time)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302281DocType: Production Planning Tool,Create Material Requests,Opprett Material Forespørsler
2282DocType: Employee Education,School/University,Skole / universitet
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302283DocType: Payment Request,Reference Details,Referanse Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302284DocType: Sales Invoice Item,Available Qty at Warehouse,Tilgjengelig Antall på Warehouse
2285,Billed Amount,Fakturert beløp
Rushabh Mehtad627af22016-03-03 11:24:58 +05302286apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +165,Closed order cannot be cancelled. Unclose to cancel.,Stengt for kan ikke avbestilles. Unclose å avbryte.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302287DocType: Bank Reconciliation,Bank Reconciliation,Bankavstemming
2288apps/erpnext/erpnext/templates/includes/footer/footer_extension.html +9,Get Updates,Få oppdateringer
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302289apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +135,Material Request {0} is cancelled or stopped,Materialet Request {0} blir kansellert eller stoppet
Rushabh Mehtad627af22016-03-03 11:24:58 +05302290apps/erpnext/erpnext/public/js/setup_wizard.js +278,Add a few sample records,Legg et par eksempler på poster
Nabin Hait34037e02016-02-03 13:10:54 +05302291apps/erpnext/erpnext/config/hr.py +225,Leave Management,La Ledelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302292apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.js +81,Group by Account,Grupper etter Account
2293DocType: Sales Order,Fully Delivered,Fullt Leveres
2294DocType: Lead,Lower Income,Lavere inntekt
2295DocType: Period Closing Voucher,"The account head under Liability, in which Profit/Loss will be booked","Kontoen hodet etter Ansvar, hvor gevinst / tap vil bli bokført"
2296DocType: Payment Tool,Against Vouchers,Mot Kuponger
2297apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +23,Quick Help,Hurtighjelp
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302298apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +169,Source and target warehouse cannot be same for row {0},Kilden og målet lageret kan ikke være det samme for rad {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302299DocType: Features Setup,Sales Extras,Salgs Extras
Rushabh Mehta4140fa52015-12-01 16:02:15 +05302300apps/erpnext/erpnext/accounts/utils.py +346,{0} budget for Account {1} against Cost Center {2} will exceed by {3},{0} budsjett for kontoen {1} mot kostnadssted {2} vil overgå ved {3}
2301apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +243,"Difference Account must be a Asset/Liability type account, since this Stock Reconciliation is an Opening Entry","Forskjellen konto må være en eiendel / forpliktelse type konto, siden dette Stock Forsoning er en åpning Entry"
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302302apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +131,Purchase Order number required for Item {0},Innkjøpsordrenummeret som kreves for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302303apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +18,'From Date' must be after 'To Date',"Fra dato" må være etter 'To Date'
2304,Stock Projected Qty,Lager Antall projiserte
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302305apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +137,Customer {0} does not belong to project {1},Kunden {0} ikke hører til prosjektet {1}
Nabin Hait34037e02016-02-03 13:10:54 +05302306DocType: Employee Attendance Tool,Marked Attendance HTML,Merket Oppmøte HTML
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302307DocType: Sales Order,Customer's Purchase Order,Kundens innkjøpsordre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302308DocType: Warranty Claim,From Company,Fra Company
2309apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +95,Value or Qty,Verdi eller Stk
Rushabh Mehtad627af22016-03-03 11:24:58 +05302310apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +368,Productions Orders cannot be raised for:,Productions Bestillinger kan ikke heves for:
2311apps/erpnext/erpnext/public/js/setup_wizard.js +264,Minute,Minutt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302312DocType: Purchase Invoice,Purchase Taxes and Charges,Kjøpe skatter og avgifter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302313,Qty to Receive,Antall å motta
2314DocType: Leave Block List,Leave Block List Allowed,La Block List tillatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302315DocType: Sales Partner,Retailer,Forhandler
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302316apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +100,Credit To account must be a Balance Sheet account,Kreditt til kontoen må være en balansekonto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302317apps/erpnext/erpnext/buying/page/purchase_analytics/purchase_analytics.js +128,All Supplier Types,Alle Leverandør Typer
Anand Doshibb256e42016-01-04 16:50:38 +05302318apps/erpnext/erpnext/stock/doctype/item/item.py +46,Item Code is mandatory because Item is not automatically numbered,Elementkode er obligatorisk fordi varen ikke blir automatisk nummerert
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302319apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +94,Quotation {0} not of type {1},Sitat {0} ikke av typen {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302320DocType: Maintenance Schedule Item,Maintenance Schedule Item,Vedlikeholdsplan Sak
2321DocType: Sales Order,% Delivered,% Leveres
2322apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +177,Bank Overdraft Account,Kassekreditt konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302323apps/erpnext/erpnext/manufacturing/doctype/bom/bom.js +18,Browse BOM,Bla BOM
2324apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +175,Secured Loans,Sikret lån
Anand Doshi019111b2015-11-20 18:00:11 +05302325apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +3,Awesome Products,Awesome Produkter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302326apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +189,Opening Balance Equity,Åpningsbalanse Equity
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302327DocType: Appraisal,Appraisal,Appraisal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302328apps/erpnext/erpnext/hr/doctype/leave_block_list/leave_block_list.py +22,Date is repeated,Dato gjentas
Anand Doshi666fbaf2015-11-26 12:40:13 +05302329apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +27,Authorized Signatory,Autorisert signatur
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302330apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +184,Leave approver must be one of {0},La godkjenner må være en av {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302331DocType: Hub Settings,Seller Email,Selger Email
2332DocType: Project,Total Purchase Cost (via Purchase Invoice),Total anskaffelseskost (via fakturaen)
2333DocType: Workstation Working Hour,Start Time,Starttid
2334DocType: Item Price,Bulk Import Help,Bulk Import Hjelp
Rushabh Mehtad627af22016-03-03 11:24:58 +05302335apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +199,Select Quantity,Velg Antall
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302336apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +34,Approving Role cannot be same as role the rule is Applicable To,Godkjenne Role kan ikke være det samme som rollen regelen gjelder for
Anand Doshi191b2972015-10-21 16:50:31 +05302337apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +66,Unsubscribe from this Email Digest,Melde deg ut av denne e-post Digest
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302338apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.js +28,Message Sent,Melding Sendt
2339apps/erpnext/erpnext/accounts/doctype/account/account.py +97,Account with child nodes cannot be set as ledger,Konto med barnet noder kan ikke settes som hovedbok
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302340DocType: Sales Invoice,Rate at which Price list currency is converted to customer's base currency,Hastigheten som Prisliste valuta er konvertert til kundens basisvaluta
2341DocType: Purchase Invoice Item,Net Amount (Company Currency),Nettobeløp (Company Valuta)
2342DocType: BOM Operation,Hour Rate,Time Rate
2343DocType: Stock Settings,Item Naming By,Sak Naming Av
Rushabh Mehtafc307972015-11-04 18:02:45 +05302344apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +46,Another Period Closing Entry {0} has been made after {1},En annen periode Closing Entry {0} har blitt gjort etter {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302345DocType: Production Order,Material Transferred for Manufacturing,Materialet Overført for Manufacturing
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302346apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +29,Account {0} does not exists,Konto {0} ikke eksisterer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302347DocType: Purchase Receipt Item,Purchase Order Item No,Innkjøpsordre Varenr
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302348DocType: Project,Project Type,Prosjekttype
2349apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +16,Either target qty or target amount is mandatory.,Enten målet stk eller mål beløpet er obligatorisk.
2350apps/erpnext/erpnext/config/projects.py +38,Cost of various activities,Kostnad for ulike aktiviteter
Anand Doshi191b2972015-10-21 16:50:31 +05302351apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +101,Not allowed to update stock transactions older than {0},Ikke lov til å oppdatere lagertransaksjoner eldre enn {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302352DocType: Item,Inspection Required,Inspeksjon påkrevd
2353DocType: Purchase Invoice Item,PR Detail,PR Detalj
2354DocType: Sales Order,Fully Billed,Fullt Fakturert
2355apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +20,Cash In Hand,Kontanter
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302356apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +120,Delivery warehouse required for stock item {0},Levering lager nødvendig for lagervare {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302357DocType: Packing Slip,The gross weight of the package. Usually net weight + packaging material weight. (for print),Totalvekten av pakken. Vanligvis nettovekt + emballasjematerialet vekt. (For utskrift)
2358DocType: Accounts Settings,Users with this role are allowed to set frozen accounts and create / modify accounting entries against frozen accounts,Brukere med denne rollen har lov til å sette frosne kontoer og lage / endre regnskapspostene mot frosne kontoer
2359DocType: Serial No,Is Cancelled,Er Avlyst
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302360apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +328,My Shipments,Mine Forsendelser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302361DocType: Journal Entry,Bill Date,Bill Dato
2362apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +43,"Even if there are multiple Pricing Rules with highest priority, then following internal priorities are applied:","Selv om det er flere Prising regler med høyest prioritet, deretter følgende interne prioriteringer til grunn:"
2363DocType: Supplier,Supplier Details,Leverandør Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302364DocType: Expense Claim,Approval Status,Godkjenningsstatus
2365DocType: Hub Settings,Publish Items to Hub,Publiser varer i Hub
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302366apps/erpnext/erpnext/accounts/doctype/shipping_rule/shipping_rule.py +44,From value must be less than to value in row {0},Fra verdien må være mindre enn til verdien i rad {0}
Anand Doshi019111b2015-11-20 18:00:11 +05302367apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +133,Wire Transfer,Wire Transfer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302368apps/erpnext/erpnext/accounts/report/bank_clearance_summary/bank_clearance_summary.py +25,Please select Bank Account,Vennligst velg Bank Account
2369DocType: Newsletter,Create and Send Newsletters,Lag og send nyhetsbrev
Nabin Hait34037e02016-02-03 13:10:54 +05302370apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +131,Check all,Sjekk alt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302371DocType: Sales Order,Recurring Order,Gjentakende Bestill
2372DocType: Company,Default Income Account,Standard Inntekt konto
2373apps/erpnext/erpnext/selling/page/sales_analytics/sales_analytics.js +33,Customer Group / Customer,Kunden Group / Kunde
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302374DocType: Payment Gateway Account,Default Payment Request Message,Standard betalingsforespørsel Message
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302375DocType: Item Group,Check this if you want to show in website,Sjekk dette hvis du vil vise på nettstedet
Anand Doshi019111b2015-11-20 18:00:11 +05302376,Welcome to ERPNext,Velkommen til ERPNext
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302377DocType: Payment Reconciliation Payment,Voucher Detail Number,Kupong Detalj Number
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302378apps/erpnext/erpnext/config/crm.py +146,Lead to Quotation,Føre til prisanslag
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302379DocType: Lead,From Customer,Fra Customer
Anand Doshi019111b2015-11-20 18:00:11 +05302380apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +37,Calls,Samtaler
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302381DocType: Project,Total Costing Amount (via Time Logs),Total koster Beløp (via Time Logger)
2382DocType: Purchase Order Item Supplied,Stock UOM,Stock målenheter
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302383apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +199,Purchase Order {0} is not submitted,Purchase Order {0} ikke er sendt
Anand Doshi03791fc2015-12-15 15:17:11 +05302384apps/erpnext/erpnext/stock/doctype/item/item.js +32,Projected,Prosjekterte
Anand Doshi191b2972015-10-21 16:50:31 +05302385apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +218,Serial No {0} does not belong to Warehouse {1},Serial No {0} tilhører ikke Warehouse {1}
Rushabh Mehtad627af22016-03-03 11:24:58 +05302386apps/erpnext/erpnext/controllers/status_updater.py +137,Note: System will not check over-delivery and over-booking for Item {0} as quantity or amount is 0,Merk: Systemet vil ikke sjekke over-levering og over-booking for Element {0} som mengde eller beløpet er 0
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302387DocType: Notification Control,Quotation Message,Sitat Message
2388DocType: Issue,Opening Date,Åpningsdato
2389DocType: Journal Entry,Remark,Bemerkning
2390DocType: Purchase Receipt Item,Rate and Amount,Rate og Beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302391DocType: Sales Order,Not Billed,Ikke Fakturert
2392apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +107,Both Warehouse must belong to same Company,Både Warehouse må tilhøre samme selskapet
Rushabh Mehtafc307972015-11-04 18:02:45 +05302393apps/erpnext/erpnext/public/js/templates/contact_list.html +31,No contacts added yet.,Ingen kontakter er lagt til ennå.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302394DocType: Purchase Receipt Item,Landed Cost Voucher Amount,Landed Cost Voucher Beløp
2395DocType: Time Log,Batched for Billing,Dosert for Billing
2396apps/erpnext/erpnext/config/accounts.py +23,Bills raised by Suppliers.,Regninger oppdratt av leverandører.
2397DocType: POS Profile,Write Off Account,Skriv Off konto
Rushabh Mehtad627af22016-03-03 11:24:58 +05302398apps/erpnext/erpnext/templates/print_formats/includes/taxes.html +5,Discount Amount,Rabattbeløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302399DocType: Purchase Invoice,Return Against Purchase Invoice,Tilbake mot fakturaen
2400DocType: Item,Warranty Period (in days),Garantiperioden (i dager)
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05302401apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +16,Net Cash from Operations,Netto kontantstrøm fra driften
Rushabh Mehtad627af22016-03-03 11:24:58 +05302402apps/erpnext/erpnext/public/js/setup_wizard.js +190,e.g. VAT,reskontroførsel
Nabin Hait34037e02016-02-03 13:10:54 +05302403apps/erpnext/erpnext/config/hr.py +65,Mark Employee Attendance in Bulk,Mark Employee Oppmøte i Bulk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302404apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +26,Item 4,Sak 4
2405DocType: Journal Entry Account,Journal Entry Account,Journal Entry konto
2406DocType: Shopping Cart Settings,Quotation Series,Sitat Series
Rushabh Mehtad627af22016-03-03 11:24:58 +05302407apps/erpnext/erpnext/setup/doctype/item_group/item_group.py +53,"An item exists with same name ({0}), please change the item group name or rename the item","Et element eksisterer med samme navn ({0}), må du endre navn varegruppen eller endre navn på elementet"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302408DocType: Sales Order Item,Sales Order Date,Salgsordre Dato
2409DocType: Sales Invoice Item,Delivered Qty,Leveres Antall
2410apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +63,Warehouse {0}: Company is mandatory,Warehouse {0}: Selskapet er obligatorisk
Rushabh Mehtad627af22016-03-03 11:24:58 +05302411apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +36,"Go to the appropriate group (usually Source of Funds > Current Liabilities > Taxes and Duties and create a new Account (by clicking on Add Child) of type ""Tax"" and do mention the Tax rate.",Gå til den aktuelle gruppen (vanligvis finansieringskilde> Kortsiktig gjeld> Skatter og plikter og opprette en ny konto (ved å klikke på Legg Child) av typen "Skatt" og gjøre nevne skattesatsen.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302412,Payment Period Based On Invoice Date,Betaling perioden basert på Fakturadato
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302413apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +50,Missing Currency Exchange Rates for {0},Mangler valutakurser for {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302414DocType: Journal Entry,Stock Entry,Stock Entry
2415DocType: Account,Payable,Betales
Rushabh Mehtad627af22016-03-03 11:24:58 +05302416apps/erpnext/erpnext/shopping_cart/cart.py +330,Debtors ({0}),Skyldnere ({0})
2417DocType: Project,Margin,Margin
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302418DocType: Salary Slip,Arrear Amount,Etterskudd Beløp
2419apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +57,New Customers,Nye kunder
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302420apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +72,Gross Profit %,Bruttofortjeneste%
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302421DocType: Appraisal Goal,Weightage (%),Weightage (%)
2422DocType: Bank Reconciliation Detail,Clearance Date,Klaring Dato
2423DocType: Newsletter,Newsletter List,Nyhetsbrev List
2424DocType: Process Payroll,Check if you want to send salary slip in mail to each employee while submitting salary slip,Sjekk om du ønsker å sende lønn slip i posten til hver ansatt under innsending lønn slip
2425DocType: Lead,Address Desc,Adresse Desc
2426apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +33,Atleast one of the Selling or Buying must be selected,Minst én av de selge eller kjøpe må velges
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302427apps/erpnext/erpnext/config/manufacturing.py +34,Where manufacturing operations are carried.,Hvor fabrikasjonsvirksomhet gjennomføres.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302428DocType: Stock Entry Detail,Source Warehouse,Kilde Warehouse
2429DocType: Installation Note,Installation Date,Installasjonsdato
2430DocType: Employee,Confirmation Date,Bekreftelse Dato
2431DocType: C-Form,Total Invoiced Amount,Total Fakturert beløp
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302432DocType: Account,Sales User,Salg User
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302433apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +46,Min Qty can not be greater than Max Qty,Min Antall kan ikke være større enn Max Antall
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302434DocType: Stock Entry,Customer or Supplier Details,Kunde eller leverandør Detaljer
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302435DocType: Payment Request,Email To,E-post til
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302436DocType: Lead,Lead Owner,Lead Eier
Rushabh Mehtad627af22016-03-03 11:24:58 +05302437DocType: Bin,Requested Quantity,Requested Antall
2438apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +252,Warehouse is required,Warehouse er nødvendig
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302439DocType: Employee,Marital Status,Sivilstatus
2440DocType: Stock Settings,Auto Material Request,Auto Materiell Request
2441DocType: Time Log,Will be updated when billed.,Vil bli oppdatert når fakturert.
Rushabh Mehtafc307972015-11-04 18:02:45 +05302442DocType: Delivery Note Item,Available Batch Qty at From Warehouse,Tilgjengelig Batch Antall på From Warehouse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302443apps/erpnext/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py +25,Current BOM and New BOM can not be same,Nåværende BOM og New BOM kan ikke være det samme
Anand Doshi9c0983f2016-02-17 12:59:54 +05302444apps/erpnext/erpnext/hr/doctype/employee/employee.py +115,Date Of Retirement must be greater than Date of Joining,Pensjoneringstidspunktet må være større enn tidspunktet for inntreden
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302445DocType: Sales Invoice,Against Income Account,Mot Inntekt konto
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302446apps/erpnext/erpnext/controllers/website_list_for_contact.py +69,{0}% Delivered,{0}% Leveres
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302447apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.py +79,Item {0}: Ordered qty {1} cannot be less than minimum order qty {2} (defined in Item).,Element {0}: Bestilte qty {1} kan ikke være mindre enn minimum ordreantall {2} (definert i punkt).
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302448DocType: Monthly Distribution Percentage,Monthly Distribution Percentage,Månedlig Distribution Prosent
2449DocType: Territory,Territory Targets,Terri Targets
2450DocType: Delivery Note,Transporter Info,Transporter Info
2451DocType: Purchase Order Item Supplied,Purchase Order Item Supplied,Innkjøpsordre Sak Leveres
Rushabh Mehtad627af22016-03-03 11:24:58 +05302452apps/erpnext/erpnext/public/js/setup_wizard.js +51,Company Name cannot be Company,Firmanavn kan ikke være selskap
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302453apps/erpnext/erpnext/config/setup.py +27,Letter Heads for print templates.,Brevark for utskriftsmaler.
2454apps/erpnext/erpnext/config/setup.py +32,Titles for print templates e.g. Proforma Invoice.,Titler for utskriftsmaler f.eks Proforma Faktura.
2455apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +140,Valuation type charges can not marked as Inclusive,Verdsettelse typen kostnader kan ikke merket som Inclusive
2456DocType: POS Profile,Update Stock,Oppdater Stock
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302457apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +100,Different UOM for items will lead to incorrect (Total) Net Weight value. Make sure that Net Weight of each item is in the same UOM.,Ulik målenheter for elementer vil føre til feil (Total) Netto vekt verdi. Sørg for at nettovekt av hvert element er i samme målenheter.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302458DocType: Payment Request,Payment Details,Betalingsinformasjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302459apps/erpnext/erpnext/stock/report/item_prices/item_prices.py +39,BOM Rate,BOM Rate
Rushabh Mehtafc307972015-11-04 18:02:45 +05302460apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +85,Please pull items from Delivery Note,Kan trekke elementer fra følgeseddel
Rushabh Mehta4140fa52015-12-01 16:02:15 +05302461apps/erpnext/erpnext/accounts/utils.py +270,Journal Entries {0} are un-linked,Journal Entries {0} er un-linked
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302462apps/erpnext/erpnext/config/crm.py +37,"Record of all communications of type email, phone, chat, visit, etc.","Registrering av all kommunikasjon av typen e-post, telefon, chat, besøk, etc."
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302463DocType: Manufacturer,Manufacturers used in Items,Produsenter som brukes i Items
Rushabh Mehtad627af22016-03-03 11:24:58 +05302464apps/erpnext/erpnext/accounts/general_ledger.py +140,Please mention Round Off Cost Center in Company,Vennligst oppgi Round Off Cost Center i selskapet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302465DocType: Purchase Invoice,Terms,Vilkår
Rushabh Mehtad627af22016-03-03 11:24:58 +05302466apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +246,Create New,Opprett ny
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302467DocType: Buying Settings,Purchase Order Required,Innkjøpsordre Påkrevd
2468,Item-wise Sales History,Element-messig Sales History
2469DocType: Expense Claim,Total Sanctioned Amount,Total vedtatte beløp
2470,Purchase Analytics,Kjøps Analytics
2471DocType: Sales Invoice Item,Delivery Note Item,Levering Note Element
2472DocType: Expense Claim,Task,Task
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302473DocType: Purchase Taxes and Charges,Reference Row #,Referanse Row #
Anand Doshi191b2972015-10-21 16:50:31 +05302474apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +76,Batch number is mandatory for Item {0},Batchnummer er obligatorisk for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302475apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.js +14,This is a root sales person and cannot be edited.,Dette er en grunnlegg salg person og kan ikke redigeres.
2476,Stock Ledger,Stock Ledger
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302477apps/erpnext/erpnext/templates/pages/order.html +67,Rate: {0},Valuta: {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302478DocType: Salary Slip Deduction,Salary Slip Deduction,Lønn Slip Fradrag
Rushabh Mehtad627af22016-03-03 11:24:58 +05302479apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +197,Select a group node first.,Velg en gruppe node først.
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302480apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +75,Purpose must be one of {0},Hensikten må være en av {0}
Anand Doshi9c0983f2016-02-17 12:59:54 +05302481apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.js +121,Fill the form and save it,Fyll ut skjemaet og lagre det
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302482DocType: Production Planning Tool,Download a report containing all raw materials with their latest inventory status,Last ned en rapport som inneholder alle råvarer med deres nyeste inventar status
Rushabh Mehtafc307972015-11-04 18:02:45 +05302483apps/erpnext/erpnext/setup/page/welcome_to_erpnext/welcome_to_erpnext.html +26,Community Forum,Community Forum
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302484DocType: Leave Application,Leave Balance Before Application,La Balance Før Application
2485DocType: SMS Center,Send SMS,Send SMS
2486DocType: Company,Default Letter Head,Standard Brevhode
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302487DocType: Purchase Order,Get Items from Open Material Requests,Få Elementer fra Åpen Material Forespørsler
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302488DocType: Time Log,Billable,Fakturerbare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302489DocType: Account,Rate at which this tax is applied,Hastigheten som denne skatten er brukt
Rushabh Mehtafc307972015-11-04 18:02:45 +05302490apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +18,Reorder Qty,Omgjøre Antall
Rushabh Mehtad627af22016-03-03 11:24:58 +05302491apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +24,Current Job Openings,Nåværende jobb Åpninger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302492DocType: Company,Stock Adjustment Account,Stock Adjustment konto
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302493DocType: Journal Entry,Write Off,Skriv Off
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302494DocType: Time Log,Operation ID,Operation ID
2495DocType: Employee,"System User (login) ID. If set, it will become default for all HR forms.","Systemet bruker (innlogging) ID. Hvis satt, vil det bli standard for alle HR-skjemaer."
2496apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +16,{0}: From {1},{0}: Fra {1}
2497DocType: Task,depends_on,kommer an på
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302498DocType: Features Setup,"Discount Fields will be available in Purchase Order, Purchase Receipt, Purchase Invoice","Rabatt Fields vil være tilgjengelig i innkjøpsordre, kvitteringen fakturaen"
Rushabh Mehtad627af22016-03-03 11:24:58 +05302499apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +206,Name of new Account. Note: Please don't create accounts for Customers and Suppliers,Navn på ny konto. Merk: Vennligst ikke opprette kontoer for kunder og leverandører
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302500DocType: BOM Replace Tool,BOM Replace Tool,BOM Erstatt Tool
2501apps/erpnext/erpnext/config/setup.py +37,Country wise default Address Templates,Country klok standardadresse Maler
Rushabh Mehtafc307972015-11-04 18:02:45 +05302502DocType: Sales Order Item,Supplier delivers to Customer,Leverandør leverer til kunden
Anand Doshi9c0983f2016-02-17 12:59:54 +05302503apps/erpnext/erpnext/public/js/controllers/transaction.js +770,Show tax break-up,Vis skatt break-up
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302504apps/erpnext/erpnext/accounts/party.py +283,Due / Reference Date cannot be after {0},Due / Reference Datoen kan ikke være etter {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302505apps/erpnext/erpnext/config/setup.py +51,Data Import and Export,Data import og eksport
2506DocType: Features Setup,If you involve in manufacturing activity. Enables Item 'Is Manufactured',Hvis du involvere i produksjon aktivitet. Aktiverer Element 'produseres'
Rushabh Mehtafc307972015-11-04 18:02:45 +05302507apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +54,Invoice Posting Date,Faktura Publiseringsdato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302508DocType: Sales Invoice,Rounded Total,Avrundet Total
2509DocType: Product Bundle,List items that form the package.,Listeelementer som danner pakken.
2510apps/erpnext/erpnext/accounts/doctype/monthly_distribution/monthly_distribution.py +26,Percentage Allocation should be equal to 100%,Prosentvis Tildeling skal være lik 100%
2511DocType: Serial No,Out of AMC,Ut av AMC
2512DocType: Purchase Order Item,Material Request Detail No,Materialet Request Detail Ingen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302513apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.js +33,Make Maintenance Visit,Gjør Vedlikehold Visit
Anand Doshi191b2972015-10-21 16:50:31 +05302514apps/erpnext/erpnext/selling/doctype/customer/customer.py +187,Please contact to the user who have Sales Master Manager {0} role,Ta kontakt for brukeren som har salgs Master manager {0} rolle
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302515DocType: Company,Default Cash Account,Standard Cash konto
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302516apps/erpnext/erpnext/config/accounts.py +84,Company (not Customer or Supplier) master.,Company (ikke kunde eller leverandør) mester.
2517apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +101,Please enter 'Expected Delivery Date',Skriv inn "Forventet Leveringsdato '
2518apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +183,Delivery Notes {0} must be cancelled before cancelling this Sales Order,Levering Merknader {0} må avbestilles før den avbryter denne salgsordre
Nabin Hait9a24abe2016-01-21 16:31:40 +05302519apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +381,Paid amount + Write Off Amount can not be greater than Grand Total,Innbetalt beløp + avskrive Beløpet kan ikke være større enn Totalsum
Anand Doshi191b2972015-10-21 16:50:31 +05302520apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +78,{0} is not a valid Batch Number for Item {1},{0} er ikke en gyldig batchnummer for varen {1}
Anand Doshi03791fc2015-12-15 15:17:11 +05302521apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +126,Note: There is not enough leave balance for Leave Type {0},Merk: Det er ikke nok permisjon balanse for La Type {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302522apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +9,"Note: If payment is not made against any reference, make Journal Entry manually.","Merk: Dersom betaling ikke skjer mot noen referanse, gjøre Journal Entry manuelt."
2523DocType: Item,Supplier Items,Leverandør Items
2524DocType: Opportunity,Opportunity Type,Opportunity Type
2525apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +42,New Company,Nytt firma
Anand Doshi191b2972015-10-21 16:50:31 +05302526apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +56,Cost Center is required for 'Profit and Loss' account {0},Kostnadssted er nødvendig for 'resultat' konto {0}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302527apps/erpnext/erpnext/setup/doctype/company/delete_company_transactions.py +17,Transactions can only be deleted by the creator of the Company,Transaksjoner kan bare slettes av skaperen av selskapet
2528apps/erpnext/erpnext/accounts/general_ledger.py +21,Incorrect number of General Ledger Entries found. You might have selected a wrong Account in the transaction.,Feil antall hovedbok Entries funnet. Du kan ha valgt feil konto i transaksjonen.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302529apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +31,To create a Bank Account,For å opprette en bankkonto
2530DocType: Hub Settings,Publish Availability,Publiser Tilgjengelighet
Anand Doshi9c0983f2016-02-17 12:59:54 +05302531apps/erpnext/erpnext/hr/doctype/employee/employee.py +109,Date of Birth cannot be greater than today.,Fødselsdato kan ikke være større enn i dag.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302532,Stock Ageing,Stock Ageing
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302533apps/erpnext/erpnext/controllers/accounts_controller.py +216,{0} '{1}' is disabled,{0} {1} er deaktivert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302534apps/erpnext/erpnext/crm/doctype/opportunity/opportunity_list.js +13,Set as Open,Sett som Åpen
2535DocType: Notification Control,Send automatic emails to Contacts on Submitting transactions.,Send automatisk e-poster til Kontakter på Sende transaksjoner.
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302536apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +231,"Row {0}: Qty not avalable in warehouse {1} on {2} {3}.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302537 Available Qty: {4}, Transfer Qty: {5}","Rad {0}: Antall ikke avalable i lageret {1} {2} {3}. Tilgjengelig Antall: {4}, Overfør Antall: {5}"
2538apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +20,Item 3,Sak 3
Rushabh Mehtafc307972015-11-04 18:02:45 +05302539DocType: Purchase Order,Customer Contact Email,Kundekontakt E-post
Anand Doshi9c0983f2016-02-17 12:59:54 +05302540DocType: Warranty Claim,Item and Warranty Details,Element og Garanti Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302541DocType: Sales Team,Contribution (%),Bidrag (%)
Nabin Hait9a24abe2016-01-21 16:31:40 +05302542apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +471,Note: Payment Entry will not be created since 'Cash or Bank Account' was not specified,Merk: Betaling Entry vil ikke bli laget siden "Cash eller bankkontoen ble ikke spesifisert
Anand Doshi019111b2015-11-20 18:00:11 +05302543apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +171,Responsibilities,Ansvarsområder
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302544apps/erpnext/erpnext/stock/doctype/item/item_list.js +12,Template,Mal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302545DocType: Sales Person,Sales Person Name,Sales Person Name
2546apps/erpnext/erpnext/accounts/doctype/c_form/c_form.py +54,Please enter atleast 1 invoice in the table,Skriv inn atleast en faktura i tabellen
Rushabh Mehtad627af22016-03-03 11:24:58 +05302547apps/erpnext/erpnext/public/js/setup_wizard.js +152,Add Users,Legg til brukere
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302548DocType: Pricing Rule,Item Group,Varegruppe
2549DocType: Task,Actual Start Date (via Time Logs),Faktisk startdato (via Time Logger)
2550DocType: Stock Reconciliation Item,Before reconciliation,Før avstemming
2551apps/erpnext/erpnext/support/doctype/maintenance_visit/maintenance_visit.py +12,To {0},Til {0}
2552DocType: Purchase Invoice,Taxes and Charges Added (Company Currency),Skatter og avgifter legges (Company Valuta)
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302553apps/erpnext/erpnext/stock/doctype/item/item.py +378,Item Tax Row {0} must have account of type Tax or Income or Expense or Chargeable,Sak Skatte Rad {0} må ha konto for type skatt eller inntekt eller kostnad eller Charge
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302554DocType: Sales Order,Partly Billed,Delvis Fakturert
2555DocType: Item,Default BOM,Standard BOM
Rushabh Mehtad627af22016-03-03 11:24:58 +05302556apps/erpnext/erpnext/setup/doctype/company/company.js +44,Please re-type company name to confirm,Vennligst re-type firmanavn for å bekrefte
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302557apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +70,Total Outstanding Amt,Total Outstanding Amt
2558DocType: Time Log Batch,Total Hours,Totalt antall timer
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302559DocType: Journal Entry,Printing Settings,Utskriftsinnstillinger
Nabin Hait34037e02016-02-03 13:10:54 +05302560apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +266,Total Debit must be equal to Total Credit. The difference is {0},Total debet må være lik samlet kreditt. Forskjellen er {0}
Anand Doshi019111b2015-11-20 18:00:11 +05302561apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +11,Automotive,Automotive
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302562apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.js +50,From Delivery Note,Fra følgeseddel
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302563DocType: Time Log,From Time,Fra Time
2564DocType: Notification Control,Custom Message,Standard melding
Anand Doshi019111b2015-11-20 18:00:11 +05302565apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +33,Investment Banking,Investment Banking
Nabin Hait9a24abe2016-01-21 16:31:40 +05302566apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +377,Cash or Bank Account is mandatory for making payment entry,Kontanter eller bankkontoen er obligatorisk for å gjøre betaling oppføring
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302567DocType: Purchase Invoice,Price List Exchange Rate,Prisliste Exchange Rate
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302568DocType: Purchase Invoice Item,Rate,Rate
Anand Doshi019111b2015-11-20 18:00:11 +05302569apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +62,Intern,Intern
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302570DocType: Newsletter,A Lead with this email id should exist,En Lead med denne e-id skal eksistere
2571DocType: Stock Entry,From BOM,Fra BOM
Anand Doshi019111b2015-11-20 18:00:11 +05302572apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +34,Basic,Grunnleggende
Anand Doshi191b2972015-10-21 16:50:31 +05302573apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +94,Stock transactions before {0} are frozen,Lagertransaksjoner før {0} er frosset
Rushabh Mehtafc307972015-11-04 18:02:45 +05302574apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +217,Please click on 'Generate Schedule',Vennligst klikk på "Generer Schedule '
2575apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.js +61,To Date should be same as From Date for Half Day leave,To Date skal være det samme som Fra Dato for Half Day permisjon
Rushabh Mehta4140fa52015-12-01 16:02:15 +05302576apps/erpnext/erpnext/config/stock.py +105,"e.g. Kg, Unit, Nos, m","f.eks Kg, Unit, Nos, m"
Rushabh Mehtafc307972015-11-04 18:02:45 +05302577apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +96,Reference No is mandatory if you entered Reference Date,Referansenummer er obligatorisk hvis du skrev Reference Date
Anand Doshi9c0983f2016-02-17 12:59:54 +05302578apps/erpnext/erpnext/hr/doctype/employee/employee.py +112,Date of Joining must be greater than Date of Birth,Dato Bli må være større enn fødselsdato
2579apps/erpnext/erpnext/hr/doctype/employee/employee.js +26,Salary Structure,Lønn Struktur
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302580DocType: Account,Bank,Bank
Anand Doshi019111b2015-11-20 18:00:11 +05302581apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +9,Airline,Flyselskap
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302582apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +579,Issue Material,Issue Material
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302583DocType: Material Request Item,For Warehouse,For Warehouse
2584DocType: Employee,Offer Date,Tilbudet Dato
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302585apps/erpnext/erpnext/selling/page/sales_funnel/sales_funnel.py +33,Quotations,Sitater
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302586DocType: Hub Settings,Access Token,Tilgang Token
2587DocType: Sales Invoice Item,Serial No,Serial No
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302588apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +144,Please enter Maintaince Details first,Skriv inn maintaince detaljer Første
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302589DocType: Item,Is Fixed Asset Item,Er Fixed Asset Element
Rushabh Mehtad627af22016-03-03 11:24:58 +05302590DocType: Purchase Invoice,Print Language,Print Språk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302591DocType: Stock Entry,Including items for sub assemblies,Inkludert elementer for sub samlinger
2592DocType: Features Setup,"If you have long print formats, this feature can be used to split the page to be printed on multiple pages with all headers and footers on each page","Hvis du har lange utskriftsformater, kan denne funksjonen brukes til å splitte den siden som skal skrives ut på flere sider med alle topp- og bunntekster på hver side"
Anand Doshi019111b2015-11-20 18:00:11 +05302593apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +98,All Territories,Alle Territories
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302594DocType: Purchase Invoice,Items,Elementer
2595DocType: Fiscal Year,Year Name,År Navn
2596DocType: Process Payroll,Process Payroll,Process Lønn
Anand Doshi03791fc2015-12-15 15:17:11 +05302597apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +77,There are more holidays than working days this month.,Det er mer ferie enn virkedager denne måneden.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302598DocType: Product Bundle Item,Product Bundle Item,Produktet Bundle Element
2599DocType: Sales Partner,Sales Partner Name,Sales Partner Name
Anand Doshibb256e42016-01-04 16:50:38 +05302600DocType: Payment Reconciliation,Maximum Invoice Amount,Maksimal Fakturert beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302601DocType: Purchase Invoice Item,Image View,Bilde Vis
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302602DocType: Issue,Opening Time,Åpning Tid
2603apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +92,From and To dates required,Fra og Til dato kreves
Anand Doshi019111b2015-11-20 18:00:11 +05302604apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +46,Securities & Commodity Exchanges,Verdipapirer og råvarebørser
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302605apps/erpnext/erpnext/stock/doctype/item/item.py +540,Default Unit of Measure for Variant '{0}' must be same as in Template '{1}',Standard Enhet for Variant {0} må være samme som i malen {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302606DocType: Shipping Rule,Calculate Based On,Beregn basert på
Rushabh Mehtafc307972015-11-04 18:02:45 +05302607DocType: Delivery Note Item,From Warehouse,Fra Warehouse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302608DocType: Purchase Taxes and Charges,Valuation and Total,Verdivurdering og Total
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302609DocType: Tax Rule,Shipping City,Shipping by
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302610apps/erpnext/erpnext/stock/doctype/item/item.js +59,This Item is a Variant of {0} (Template). Attributes will be copied over from the template unless 'No Copy' is set,Denne varen er en variant av {0} (Mal). Attributtene vil bli kopiert over fra malen med mindre 'No Copy' er satt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302611DocType: Account,Purchase User,Kjøp User
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302612DocType: Notification Control,Customize the Notification,Tilpass varslings
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05302613apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +17,Cash Flow from Operations,Kontantstrøm fra driften
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302614apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +27,Default Address Template cannot be deleted,Standard adresse mal kan ikke slettes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302615DocType: Sales Invoice,Shipping Rule,Shipping Rule
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302616DocType: Manufacturer,Limited to 12 characters,Begrenset til 12 tegn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302617DocType: Journal Entry,Print Heading,Print Overskrift
2618DocType: Quotation,Maintenance Manager,Vedlikeholdsbehandling
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302619apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +54,Total cannot be zero,Totalt kan ikke være null
2620apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +16,'Days Since Last Order' must be greater than or equal to zero,'Dager siden siste Bestill "må være større enn eller lik null
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302621DocType: C-Form,Amended From,Endret Fra
Rushabh Mehtad627af22016-03-03 11:24:58 +05302622apps/erpnext/erpnext/public/js/setup_wizard.js +260,Raw Material,Råmateriale
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302623DocType: Leave Application,Follow via Email,Følg via e-post
2624DocType: Purchase Taxes and Charges,Tax Amount After Discount Amount,Skattebeløp Etter Rabattbeløp
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302625apps/erpnext/erpnext/accounts/doctype/account/account.py +198,Child account exists for this account. You can not delete this account.,Barnekonto som finnes for denne kontoen. Du kan ikke slette denne kontoen.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302626apps/erpnext/erpnext/setup/doctype/territory/territory.py +19,Either target qty or target amount is mandatory,Enten målet stk eller mål beløpet er obligatorisk
Rushabh Mehtad627af22016-03-03 11:24:58 +05302627apps/erpnext/erpnext/stock/get_item_details.py +466,No default BOM exists for Item {0},Ingen standard BOM finnes for Element {0}
Rushabh Mehtafc307972015-11-04 18:02:45 +05302628apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +335,Please select Posting Date first,Vennligst velg Publiseringsdato først
2629apps/erpnext/erpnext/public/js/account_tree_grid.js +211,Opening Date should be before Closing Date,Åpningsdato bør være før påmeldingsfristens utløp
2630DocType: Leave Control Panel,Carry Forward,Fremføring
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302631apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +54,Cost Center with existing transactions can not be converted to ledger,Kostnadssted med eksisterende transaksjoner kan ikke konverteres til Ledger
2632DocType: Department,Days for which Holidays are blocked for this department.,Dager som Holidays er blokkert for denne avdelingen.
2633,Produced,Produsert
2634DocType: Item,Item Code for Suppliers,Sak Kode for leverandører
2635DocType: Issue,Raised By (Email),Raised By (e-post)
Anand Doshi019111b2015-11-20 18:00:11 +05302636apps/erpnext/erpnext/setup/setup_wizard/default_website.py +72,General,Generelt
Rushabh Mehtad627af22016-03-03 11:24:58 +05302637apps/erpnext/erpnext/public/js/setup_wizard.js +134,Attach Letterhead,Fest Brev
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302638apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +272,Cannot deduct when category is for 'Valuation' or 'Valuation and Total',Kan ikke trekke når kategorien er for verdsetting "eller" Verdsettelse og Totals
Rushabh Mehtad627af22016-03-03 11:24:58 +05302639apps/erpnext/erpnext/public/js/setup_wizard.js +182,"List your tax heads (e.g. VAT, Customs etc; they should have unique names) and their standard rates. This will create a standard template, which you can edit and add more later.","List dine skatte hoder (f.eks merverdiavgift, toll etc, de bør ha unike navn) og deres standardsatser. Dette vil skape en standard mal, som du kan redigere og legge til mer senere."
Anand Doshi191b2972015-10-21 16:50:31 +05302640apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +230,Serial Nos Required for Serialized Item {0},Serial Nos Nødvendig for Serialisert Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302641DocType: Journal Entry,Bank Entry,Bank Entry
2642DocType: Authorization Rule,Applicable To (Designation),Gjelder til (Betegnelse)
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302643apps/erpnext/erpnext/templates/generators/item.html +68,Add to Cart,Legg til i handlevogn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302644apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.js +28,Group By,Grupper etter
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302645apps/erpnext/erpnext/config/accounts.py +153,Enable / disable currencies.,Aktivere / deaktivere valutaer.
Rushabh Mehtad627af22016-03-03 11:24:58 +05302646DocType: Production Planning Tool,Get Material Request,Få Material Request
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302647apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +114,Postal Expenses,Post Utgifter
2648apps/erpnext/erpnext/controllers/trends.py +19,Total(Amt),Total (Amt)
Anand Doshi019111b2015-11-20 18:00:11 +05302649apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +26,Entertainment & Leisure,Entertainment & Leisure
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302650DocType: Quality Inspection,Item Serial No,Sak Serial No
Rushabh Mehtad627af22016-03-03 11:24:58 +05302651apps/erpnext/erpnext/controllers/status_updater.py +143,{0} must be reduced by {1} or you should increase overflow tolerance,{0} må reduseres med {1} eller du bør øke overløps toleranse
2652apps/erpnext/erpnext/hr/report/monthly_attendance_sheet/monthly_attendance_sheet.py +56,Total Present,Total Present
2653apps/erpnext/erpnext/public/js/setup_wizard.js +264,Hour,Time
Rushabh Mehta4140fa52015-12-01 16:02:15 +05302654apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +145,"Serialized Item {0} cannot be updated \
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302655 using Stock Reconciliation",Serialisert Element {0} kan ikke oppdateres \ bruker Stock Avstemming
Anand Doshi191b2972015-10-21 16:50:31 +05302656apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +29,New Serial No cannot have Warehouse. Warehouse must be set by Stock Entry or Purchase Receipt,New Serial No kan ikke ha Warehouse. Warehouse må settes av Stock Entry eller Kjøpskvittering
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302657DocType: Lead,Lead Type,Lead Type
Anand Doshi03791fc2015-12-15 15:17:11 +05302658apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +110,You are not authorized to approve leaves on Block Dates,Du er ikke autorisert til å godkjenne blader på Block Datoer
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302659apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +353,All these items have already been invoiced,Alle disse elementene er allerede blitt fakturert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302660apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +37,Can be approved by {0},Kan godkjennes av {0}
2661DocType: Shipping Rule,Shipping Rule Conditions,Frakt Regel betingelser
2662DocType: BOM Replace Tool,The new BOM after replacement,Den nye BOM etter utskiftning
2663DocType: Features Setup,Point of Sale,Utsalgssted
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302664DocType: Account,Tax,Skatte
Anand Doshi019111b2015-11-20 18:00:11 +05302665apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +37,Row {0}: {1} is not a valid {2},Rad {0}: {1} er ikke en gyldig {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302666DocType: Production Planning Tool,Production Planning Tool,Produksjonsplanlegging Tool
2667DocType: Quality Inspection,Report Date,Rapporter Date
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302668DocType: C-Form,Invoices,Fakturaer
2669DocType: Job Opening,Job Title,Jobbtittel
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302670DocType: Features Setup,Item Groups in Details,Varegrupper i detaljer
Rushabh Mehtad627af22016-03-03 11:24:58 +05302671apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +346,Quantity to Manufacture must be greater than 0.,Antall å Manufacture må være større enn 0.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302672apps/erpnext/erpnext/accounts/page/pos/pos.js +4,Start Point-of-Sale (POS),Start-Point-of-Sale (POS)
2673apps/erpnext/erpnext/config/support.py +28,Visit report for maintenance call.,Besøk rapport for vedlikehold samtale.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302674DocType: Stock Entry,Update Rate and Availability,Oppdateringsfrekvens og tilgjengelighet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302675DocType: Stock Settings,Percentage you are allowed to receive or deliver more against the quantity ordered. For example: If you have ordered 100 units. and your Allowance is 10% then you are allowed to receive 110 units.,Prosentvis du har lov til å motta eller levere mer mot antall bestilte produkter. For eksempel: Hvis du har bestilt 100 enheter. og din Fradrag er 10% så du har lov til å motta 110 enheter.
2676DocType: Pricing Rule,Customer Group,Kundegruppe
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302677apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +169,Expense account is mandatory for item {0},Utgiftskonto er obligatorisk for elementet {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302678DocType: Item,Website Description,Website Beskrivelse
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05302679apps/erpnext/erpnext/accounts/report/cash_flow/cash_flow.py +40,Net Change in Equity,Netto endring i egenkapital
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302680DocType: Serial No,AMC Expiry Date,AMC Utløpsdato
2681,Sales Register,Salg Register
2682DocType: Quotation,Quotation Lost Reason,Sitat av Lost Reason
2683DocType: Address,Plant,Plant
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302684apps/erpnext/erpnext/setup/doctype/supplier_type/supplier_type.js +5,There is nothing to edit.,Det er ingenting å redigere.
Anand Doshi191b2972015-10-21 16:50:31 +05302685apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +108,Summary for this month and pending activities,Oppsummering for denne måneden og ventende aktiviteter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302686DocType: Customer Group,Customer Group Name,Kundegruppenavn
Nabin Hait9a24abe2016-01-21 16:31:40 +05302687apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +418,Please remove this Invoice {0} from C-Form {1},Vennligst fjern denne Faktura {0} fra C-Form {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302688DocType: Leave Control Panel,Please select Carry Forward if you also want to include previous fiscal year's balance leaves to this fiscal year,Vennligst velg bære frem hvis du også vil ha med forrige regnskapsår balanse later til dette regnskapsåret
2689DocType: GL Entry,Against Voucher Type,Mot Voucher Type
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302690DocType: Item,Attributes,Egenskaper
Anand Doshiee19fc02015-12-21 17:10:20 +05302691apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +486,Get Items,Få Items
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302692apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +192,Please enter Write Off Account,Skriv inn avskrive konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302693apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +71,Last Order Date,Siste Order Date
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302694apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +39,Account {0} does not belongs to company {1},Konto {0} ikke tilhører selskapet {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302695DocType: C-Form,C-Form,C-Form
Rushabh Mehtad627af22016-03-03 11:24:58 +05302696apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +143,Operation ID not set,Operasjon ID ikke satt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302697DocType: Payment Request,Initiated,Initiert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302698DocType: Production Order,Planned Start Date,Planlagt startdato
2699DocType: Serial No,Creation Document Type,Creation dokumenttype
2700DocType: Leave Type,Is Encash,Er encash
2701DocType: Purchase Invoice,Mobile No,Mobile No
2702DocType: Payment Tool,Make Journal Entry,Gjør Journal Entry
2703DocType: Leave Allocation,New Leaves Allocated,Nye Leaves Avsatt
Nabin Hait34037e02016-02-03 13:10:54 +05302704apps/erpnext/erpnext/controllers/trends.py +258,Project-wise data is not available for Quotation,Prosjekt-messig data er ikke tilgjengelig for prisanslag
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302705DocType: Project,Expected End Date,Forventet sluttdato
2706DocType: Appraisal Template,Appraisal Template Title,Appraisal Mal Tittel
Rushabh Mehtad627af22016-03-03 11:24:58 +05302707apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +343,Commercial,Commercial
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302708apps/erpnext/erpnext/selling/doctype/product_bundle/product_bundle.py +23,Parent Item {0} must not be a Stock Item,Parent Element {0} må ikke være en lagervare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302709DocType: Cost Center,Distribution Id,Distribusjon Id
Anand Doshi019111b2015-11-20 18:00:11 +05302710apps/erpnext/erpnext/setup/setup_wizard/data/sample_home_page.html +14,Awesome Services,Awesome Tjenester
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302711apps/erpnext/erpnext/config/manufacturing.py +29,All Products or Services.,Alle produkter eller tjenester.
2712DocType: Purchase Invoice,Supplier Address,Leverandør Adresse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302713apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,Out Qty,Ut Antall
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302714apps/erpnext/erpnext/config/accounts.py +138,Rules to calculate shipping amount for a sale,Regler for å beregne frakt beløp for et salg
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302715apps/erpnext/erpnext/selling/doctype/customer/customer.py +29,Series is mandatory,Serien er obligatorisk
Anand Doshi019111b2015-11-20 18:00:11 +05302716apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +28,Financial Services,Finansielle Tjenester
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302717apps/erpnext/erpnext/controllers/item_variant.py +62,Value for Attribute {0} must be within the range of {1} to {2} in the increments of {3},Verdi for Egenskap {0} må være innenfor rekkevidden av {1} til {2} i trinn på {3}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302718DocType: Tax Rule,Sales,Salgs
2719DocType: Stock Entry Detail,Basic Amount,Grunnbeløp
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302720apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +165,Warehouse required for stock Item {0},Warehouse nødvendig for lager Element {0}
Rushabh Mehtafc307972015-11-04 18:02:45 +05302721DocType: Leave Allocation,Unused leaves,Ubrukte blader
2722apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +145,Cr,Cr
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302723DocType: Customer,Default Receivable Accounts,Standard Fordringer Kunde
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302724DocType: Tax Rule,Billing State,Billing State
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302725apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +607,Transfer,Transfer
Rushabh Mehtad627af22016-03-03 11:24:58 +05302726apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +646,Fetch exploded BOM (including sub-assemblies),Hente eksploderte BOM (inkludert underenheter)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302727DocType: Authorization Rule,Applicable To (Employee),Gjelder til (Employee)
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302728apps/erpnext/erpnext/controllers/accounts_controller.py +95,Due Date is mandatory,Due Date er obligatorisk
2729apps/erpnext/erpnext/controllers/item_variant.py +52,Increment for Attribute {0} cannot be 0,Økning for Egenskap {0} kan ikke være 0
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302730DocType: Journal Entry,Pay To / Recd From,Betal Til / recd From
2731DocType: Naming Series,Setup Series,Oppsett Series
Anand Doshibb256e42016-01-04 16:50:38 +05302732DocType: Payment Reconciliation,To Invoice Date,Å Fakturadato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302733DocType: Supplier,Contact HTML,Kontakt HTML
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302734DocType: Landed Cost Voucher,Purchase Receipts,Kjøps Kvitteringer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302735apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +27,How Pricing Rule is applied?,Hvordan Pricing Rule er brukt?
2736DocType: Quality Inspection,Delivery Note No,Levering Note Nei
2737DocType: Company,Retail,Retail
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302738apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +108,Customer {0} does not exist,Kunden {0} finnes ikke
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302739DocType: Attendance,Absent,Fraværende
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302740apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +439,Product Bundle,Produktet Bundle
Anand Doshibb256e42016-01-04 16:50:38 +05302741apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +186,Row {0}: Invalid reference {1},Rad {0}: Ugyldig referanse {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302742DocType: Purchase Taxes and Charges Template,Purchase Taxes and Charges Template,Kjøpe skatter og avgifter Mal
2743DocType: Upload Attendance,Download Template,Last ned Mal
2744DocType: GL Entry,Remarks,Bemerkninger
2745DocType: Purchase Order Item Supplied,Raw Material Item Code,Raw Material Elementkode
2746DocType: Journal Entry,Write Off Based On,Skriv Off basert på
2747DocType: Features Setup,POS View,POS Vis
Rushabh Mehtafc307972015-11-04 18:02:45 +05302748apps/erpnext/erpnext/config/stock.py +38,Installation record for a Serial No.,Installasjon rekord for en Serial No.
Rushabh Mehtafc307972015-11-04 18:02:45 +05302749apps/erpnext/erpnext/public/js/queries.js +39,Please specify a,Vennligst oppgi en
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302750DocType: Offer Letter,Awaiting Response,Venter på svar
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302751apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.py +53,Above,Fremfor
Nabin Hait34037e02016-02-03 13:10:54 +05302752apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +40,Time Log has been Billed,Tid Logg har blitt fakturert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302753DocType: Salary Slip,Earning & Deduction,Tjene & Fradrag
Anand Doshi191b2972015-10-21 16:50:31 +05302754apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +76,Account {0} cannot be a Group,Konto {0} kan ikke være en gruppe
Rushabh Mehtad627af22016-03-03 11:24:58 +05302755apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +214,Optional. This setting will be used to filter in various transactions.,Valgfritt. Denne innstillingen vil bli brukt for å filtrere i forskjellige transaksjoner.
Rushabh Mehta4140fa52015-12-01 16:02:15 +05302756apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +111,Negative Valuation Rate is not allowed,Negative Verdivurdering Rate er ikke tillatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302757DocType: Holiday List,Weekly Off,Ukentlig Off
2758DocType: Fiscal Year,"For e.g. 2012, 2012-13","For eksempel 2012, 2012-13"
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302759apps/erpnext/erpnext/accounts/report/balance_sheet/balance_sheet.py +35,Provisional Profit / Loss (Credit),Foreløpig Profit / Loss (Credit)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302760DocType: Sales Invoice,Return Against Sales Invoice,Tilbake Mot Salg Faktura
2761apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +32,Item 5,Sak 5
Rushabh Mehta4140fa52015-12-01 16:02:15 +05302762apps/erpnext/erpnext/accounts/utils.py +278,Please set default value {0} in Company {1},Vennligst angi standardverdien {0} i selskapet {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302763DocType: Serial No,Creation Time,Creation Tid
2764apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +62,Total Revenue,Totale Inntekter
2765DocType: Sales Invoice,Product Bundle Help,Produktet Bundle Hjelp
2766,Monthly Attendance Sheet,Månedlig Oppmøte Sheet
2767apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +16,No record found,Ingen rekord funnet
Anand Doshi191b2972015-10-21 16:50:31 +05302768apps/erpnext/erpnext/controllers/stock_controller.py +175,{0} {1}: Cost Center is mandatory for Item {2},{0} {1}: Kostnadssted er obligatorisk for Element {2}
Anand Doshiee19fc02015-12-21 17:10:20 +05302769apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +468,Get Items from Product Bundle,Få Elementer fra Produkt Bundle
Anand Doshi191b2972015-10-21 16:50:31 +05302770apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +79,Account {0} is inactive,Konto {0} er inaktiv
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302771DocType: GL Entry,Is Advance,Er Advance
2772apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.js +21,Attendance From Date and Attendance To Date is mandatory,Oppmøte Fra Dato og oppmøte To Date er obligatorisk
Anand Doshi019111b2015-11-20 18:00:11 +05302773apps/erpnext/erpnext/controllers/buying_controller.py +122,Please enter 'Is Subcontracted' as Yes or No,Skriv inn 'Er underleverandør' som Ja eller Nei
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302774DocType: Sales Team,Contact No.,Kontaktnummer.
Anand Doshi191b2972015-10-21 16:50:31 +05302775apps/erpnext/erpnext/accounts/doctype/gl_entry/gl_entry.py +67,'Profit and Loss' type account {0} not allowed in Opening Entry,"Resultat 'type konto {0} ikke tillatt i Åpning Entry
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302776DocType: Features Setup,Sales Discounts,Salgs Rabatter
2777DocType: Hub Settings,Seller Country,Selger Land
Anand Doshibb256e42016-01-04 16:50:38 +05302778apps/erpnext/erpnext/config/learn.py +278,Publish Items on Website,Publiser Elementer på nettstedet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302779DocType: Authorization Rule,Authorization Rule,Autorisasjon Rule
2780DocType: Sales Invoice,Terms and Conditions Details,Vilkår og betingelser Detaljer
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302781apps/erpnext/erpnext/templates/generators/item.html +83,Specifications,Spesifikasjoner
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302782DocType: Sales Taxes and Charges Template,Sales Taxes and Charges Template,Salgs skatter og avgifter Mal
Anand Doshi019111b2015-11-20 18:00:11 +05302783apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +10,Apparel & Accessories,Klær og tilbehør
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302784apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +67,Number of Order,Antall Bestill
2785DocType: Item Group,HTML / Banner that will show on the top of product list.,HTML / Banner som vil vises på toppen av listen over produkter.
2786DocType: Shipping Rule,Specify conditions to calculate shipping amount,Spesifiser forhold til å beregne frakt beløp
Rushabh Mehtad627af22016-03-03 11:24:58 +05302787apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +116,Add Child,Legg Child
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302788DocType: Accounts Settings,Role Allowed to Set Frozen Accounts & Edit Frozen Entries,Rolle lov til å sette Frosne Kontoer og Rediger Frosne Entries
2789apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +52,Cannot convert Cost Center to ledger as it has child nodes,Kan ikke konvertere kostnadssted til hovedbok som den har barnet noder
Anand Doshi9c0983f2016-02-17 12:59:54 +05302790apps/erpnext/erpnext/stock/report/stock_balance/stock_balance.py +45,Opening Value,åpning Verdi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302791apps/erpnext/erpnext/stock/report/stock_ledger/stock_ledger.py +37,Serial #,Serial #
2792apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +87,Commission on Sales,Provisjon på salg
2793DocType: Offer Letter Term,Value / Description,Verdi / beskrivelse
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302794DocType: Tax Rule,Billing Country,Fakturering Land
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302795,Customers Not Buying Since Long Time,Kunder Ikke Kjøpe siden lenge
2796DocType: Production Order,Expected Delivery Date,Forventet Leveringsdato
Rushabh Mehtad627af22016-03-03 11:24:58 +05302797apps/erpnext/erpnext/accounts/general_ledger.py +127,Debit and Credit not equal for {0} #{1}. Difference is {2}.,Debet- og kredittkort ikke lik for {0} # {1}. Forskjellen er {2}.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302798apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +93,Entertainment Expenses,Underholdning Utgifter
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302799apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +191,Sales Invoice {0} must be cancelled before cancelling this Sales Order,Salg Faktura {0} må slettes før den sletter denne salgsordre
Rushabh Mehtafc307972015-11-04 18:02:45 +05302800apps/erpnext/erpnext/accounts/report/payment_period_based_on_invoice_date/payment_period_based_on_invoice_date.py +61,Age,Alder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302801DocType: Time Log,Billing Amount,Faktureringsbeløp
2802apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.js +84,Invalid quantity specified for item {0}. Quantity should be greater than 0.,Ugyldig kvantum spesifisert for elementet {0}. Antall må være større enn 0.
2803apps/erpnext/erpnext/config/hr.py +18,Applications for leave.,Søknader om permisjon.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302804apps/erpnext/erpnext/accounts/doctype/account/account.py +196,Account with existing transaction can not be deleted,Konto med eksisterende transaksjon kan ikke slettes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302805apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +99,Legal Expenses,Rettshjelp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302806DocType: Sales Invoice,Posting Time,Postering Tid
2807DocType: Sales Order,% Amount Billed,% Mengde Fakturert
2808apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +129,Telephone Expenses,Telefon Utgifter
2809DocType: Sales Partner,Logo,Logo
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302810DocType: Naming Series,Check this if you want to force the user to select a series before saving. There will be no default if you check this.,Sjekk dette hvis du vil tvinge brukeren til å velge en serie før du lagrer. Det blir ingen standard hvis du sjekke dette.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302811apps/erpnext/erpnext/stock/get_item_details.py +101,No Item with Serial No {0},Ingen Element med Serial No {0}
Rushabh Mehtafc307972015-11-04 18:02:45 +05302812apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +95,Open Notifications,Åpne Påminnelser
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302813apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +68,Direct Expenses,Direkte kostnader
Rushabh Mehtad627af22016-03-03 11:24:58 +05302814apps/erpnext/erpnext/controllers/recurring_document.py +197,"{0} is an invalid email address in 'Notification \
2815 Email Address'",{0} er en ugyldig e-postadresse i "Melding om \ e-postadresse '
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302816apps/erpnext/erpnext/selling/report/customer_acquisition_and_loyalty/customer_acquisition_and_loyalty.py +60,New Customer Revenue,Ny kunde Revenue
2817apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +132,Travel Expenses,Reiseutgifter
2818DocType: Maintenance Visit,Breakdown,Sammenbrudd
Rushabh Mehtad627af22016-03-03 11:24:58 +05302819apps/erpnext/erpnext/controllers/accounts_controller.py +530,Account: {0} with currency: {1} can not be selected,Konto: {0} med valuta: {1} kan ikke velges
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302820DocType: Bank Reconciliation Detail,Cheque Date,Sjekk Dato
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302821apps/erpnext/erpnext/accounts/doctype/account/account.py +50,Account {0}: Parent account {1} does not belong to company: {2},Konto {0}: Parent konto {1} ikke tilhører selskapet: {2}
Rushabh Mehtad627af22016-03-03 11:24:58 +05302822apps/erpnext/erpnext/setup/doctype/company/company.js +60,Successfully deleted all transactions related to this company!,Slettet alle transaksjoner knyttet til dette selskapet!
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302823apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +21,As on Date,Som på dato
Anand Doshi019111b2015-11-20 18:00:11 +05302824apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +58,Probation,Prøvetid
Anand Doshi019111b2015-11-20 18:00:11 +05302825apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +173,Payment of salary for the month {0} and year {1},Utbetaling av lønn for måneden {0} og år {1}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302826DocType: Stock Settings,Auto insert Price List rate if missing,Auto innsats Prisliste rente hvis mangler
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302827apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +25,Total Paid Amount,Totalt innbetalt beløp
2828,Transferred Qty,Overført Antall
2829apps/erpnext/erpnext/config/learn.py +11,Navigating,Navigere
Anand Doshi019111b2015-11-20 18:00:11 +05302830apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +137,Planning,Planlegging
Nabin Hait34037e02016-02-03 13:10:54 +05302831apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +20,Make Time Log Batch,Gjør Tid Logg Batch
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302832apps/erpnext/erpnext/stock/doctype/material_request/material_request_list.js +14,Issued,Utstedt
2833DocType: Project,Total Billing Amount (via Time Logs),Total Billing Beløp (via Time Logger)
Rushabh Mehtad627af22016-03-03 11:24:58 +05302834apps/erpnext/erpnext/public/js/setup_wizard.js +266,We sell this Item,Vi selger denne vare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302835apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +65,Supplier Id,Leverandør Id
Rushabh Mehtad627af22016-03-03 11:24:58 +05302836apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +205,Quantity should be greater than 0,Mengden skal være større enn 0
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302837DocType: Journal Entry,Cash Entry,Cash Entry
2838DocType: Sales Partner,Contact Desc,Kontakt Desc
Nabin Hait34037e02016-02-03 13:10:54 +05302839apps/erpnext/erpnext/config/hr.py +143,"Type of leaves like casual, sick etc.","Type blader som casual, syke etc."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302840DocType: Email Digest,Send regular summary reports via Email.,Send vanlige oppsummeringsrapporter via e-post.
2841DocType: Brand,Item Manager,Sak manager
2842DocType: Cost Center,Add rows to set annual budgets on Accounts.,Legg rekker å sette årlige budsjettene på Kontoer.
2843DocType: Buying Settings,Default Supplier Type,Standard Leverandør Type
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302844DocType: Production Order,Total Operating Cost,Total driftskostnader
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302845apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +150,Note: Item {0} entered multiple times,Merk: Element {0} inngått flere ganger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302846apps/erpnext/erpnext/config/crm.py +27,All Contacts.,Alle kontakter.
2847DocType: Newsletter,Test Email Id,Test Email Id
Rushabh Mehtad627af22016-03-03 11:24:58 +05302848apps/erpnext/erpnext/public/js/setup_wizard.js +19,Company Abbreviation,Firma Forkortelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302849DocType: Features Setup,If you follow Quality Inspection. Enables Item QA Required and QA No in Purchase Receipt,Hvis du følger Quality Inspection. Aktiverer Element QA Nødvendig og QA Ingen i Kjøpskvittering
2850DocType: GL Entry,Party Type,Partiet Type
Rushabh Mehtad627af22016-03-03 11:24:58 +05302851apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +71,Raw material cannot be same as main Item,Råstoff kan ikke være det samme som hoved Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302852DocType: Item Attribute Value,Abbreviation,Forkortelse
2853apps/erpnext/erpnext/setup/doctype/authorization_control/authorization_control.py +36,Not authroized since {0} exceeds limits,Ikke authroized siden {0} overskrider grensene
Nabin Hait34037e02016-02-03 13:10:54 +05302854apps/erpnext/erpnext/config/hr.py +123,Salary template master.,Lønn mal mester.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302855DocType: Leave Type,Max Days Leave Allowed,Max Dager La tillatt
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302856apps/erpnext/erpnext/shopping_cart/doctype/shopping_cart_settings/shopping_cart_settings.py +55,Set Tax Rule for shopping cart,Still skatteregel for shopping cart
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302857DocType: Payment Tool,Set Matching Amounts,Sett matchende Beløp
2858DocType: Purchase Invoice,Taxes and Charges Added,Skatter og avgifter legges
2859,Sales Funnel,Sales trakt
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302860apps/erpnext/erpnext/setup/doctype/company/company.py +41,Abbreviation is mandatory,Forkortelsen er obligatorisk
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302861apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +136,Thank you for your interest in subscribing to our updates,Takk for din interesse i å abonnere på våre oppdateringer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302862,Qty to Transfer,Antall overføre
2863apps/erpnext/erpnext/config/selling.py +18,Quotes to Leads or Customers.,Sitater for å Leads eller kunder.
2864DocType: Stock Settings,Role Allowed to edit frozen stock,Rolle tillatt å redigere frossen lager
2865,Territory Target Variance Item Group-Wise,Territorium Target Avviks varegruppe-Wise
Anand Doshi019111b2015-11-20 18:00:11 +05302866apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +101,All Customer Groups,Alle kundegrupper
Rushabh Mehtad627af22016-03-03 11:24:58 +05302867apps/erpnext/erpnext/controllers/accounts_controller.py +491,{0} is mandatory. Maybe Currency Exchange record is not created for {1} to {2}.,{0} er obligatorisk. Kanskje Valutaveksling posten ikke er skapt for {1} til {2}.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302868apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +37,Tax Template is mandatory.,Skatt Mal er obligatorisk.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302869apps/erpnext/erpnext/accounts/doctype/account/account.py +44,Account {0}: Parent account {1} does not exist,Konto {0}: Parent konto {1} finnes ikke
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302870DocType: Purchase Invoice Item,Price List Rate (Company Currency),Prisliste Rate (Selskap Valuta)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302871DocType: Account,Temporary,Midlertidig
2872DocType: Address,Preferred Billing Address,Foretrukne faktureringsadresse
2873DocType: Monthly Distribution Percentage,Percentage Allocation,Prosentvis Allocation
Anand Doshi019111b2015-11-20 18:00:11 +05302874apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +86,Secretary,Sekretær
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302875DocType: Serial No,Distinct unit of an Item,Distinkt enhet av et element
2876DocType: Pricing Rule,Buying,Kjøpe
2877DocType: HR Settings,Employee Records to be created by,Medarbeider Records å være skapt av
2878apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.js +24,This Time Log Batch has been cancelled.,This Time Logg Batch har blitt kansellert.
Anand Doshibacc6792015-10-30 12:54:27 +05302879,Reqd By Date,Reqd etter dato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302880DocType: Salary Slip Earning,Salary Slip Earning,Lønn Slip Tjene
2881apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +161,Creditors,Kreditorer
Rushabh Mehtad627af22016-03-03 11:24:58 +05302882apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +94,Row # {0}: Serial No is mandatory,Row # {0}: Serial No er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302883DocType: Purchase Taxes and Charges,Item Wise Tax Detail,Sak Wise Skatt Detalj
2884,Item-wise Price List Rate,Element-messig Prisliste Ranger
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302885apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +691,Supplier Quotation,Leverandør sitat
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302886DocType: Quotation,In Words will be visible once you save the Quotation.,I Ord vil være synlig når du lagrer Tilbud.
Rushabh Mehtadd408d82016-02-09 12:24:27 +05302887apps/erpnext/erpnext/stock/doctype/item/item.py +390,Barcode {0} already used in Item {1},Barcode {0} allerede brukt i Element {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302888DocType: Lead,Add to calendar on this date,Legg til i kalender på denne datoen
2889apps/erpnext/erpnext/config/selling.py +132,Rules for adding shipping costs.,Regler for å legge til fraktkostnader.
Rushabh Mehtafc307972015-11-04 18:02:45 +05302890apps/erpnext/erpnext/setup/doctype/email_digest/templates/default.html +40,Upcoming Events,Kommende arrangementer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302891apps/erpnext/erpnext/support/doctype/warranty_claim/warranty_claim.py +20,Customer is required,Kunden må
Rushabh Mehtafc307972015-11-04 18:02:45 +05302892apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +27,Quick Entry,Hurtig Entry
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302893apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +20,{0} is mandatory for Return,{0} er obligatorisk for Return
2894DocType: Purchase Order,To Receive,Å Motta
Rushabh Mehtad627af22016-03-03 11:24:58 +05302895apps/erpnext/erpnext/public/js/setup_wizard.js +163,user@example.com,user@example.com
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302896DocType: Email Digest,Income / Expense,Inntekt / Kostnad
2897DocType: Employee,Personal Email,Personlig e-post
Anand Doshi019111b2015-11-20 18:00:11 +05302898apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.py +62,Total Variance,Total Variance
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302899DocType: Accounts Settings,"If enabled, the system will post accounting entries for inventory automatically.","Hvis aktivert, vil systemet starte regnskapspostene for inventar automatisk."
Anand Doshi019111b2015-11-20 18:00:11 +05302900apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +15,Brokerage,Brokerage
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302901DocType: Address,Postal Code,postnummer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302902DocType: Production Order Operation,"in Minutes
2903Updated via 'Time Log'",Minutter Oppdatert via 'Time Logg'
2904DocType: Customer,From Lead,Fra Lead
2905apps/erpnext/erpnext/config/manufacturing.py +19,Orders released for production.,Bestillinger frigitt for produksjon.
2906apps/erpnext/erpnext/accounts/page/financial_analytics/financial_analytics.js +42,Select Fiscal Year...,Velg regnskapsår ...
Nabin Hait9a24abe2016-01-21 16:31:40 +05302907apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +458,POS Profile required to make POS Entry,POS Profile nødvendig å foreta POS Entry
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302908DocType: Hub Settings,Name Token,Navn Token
Rushabh Mehtad627af22016-03-03 11:24:58 +05302909apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py +106,Standard Selling,Standard Selling
Rushabh Mehta1c32d052016-01-12 12:02:26 +05302910apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +138,Atleast one warehouse is mandatory,Minst én lageret er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302911DocType: Serial No,Out of Warranty,Ut av Garanti
2912DocType: BOM Replace Tool,Replace,Erstatt
Nabin Hait34037e02016-02-03 13:10:54 +05302913apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +331,{0} against Sales Invoice {1},{0} mot Sales Faktura {1}
2914apps/erpnext/erpnext/stock/doctype/item/item.py +59,Please enter default Unit of Measure,Skriv inn standard måleenhet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302915DocType: Purchase Invoice Item,Project Name,Prosjektnavn
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302916DocType: Supplier,Mention if non-standard receivable account,Nevn hvis ikke-standard fordring konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302917DocType: Journal Entry Account,If Income or Expense,Dersom inntekt eller kostnad
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302918DocType: Features Setup,Item Batch Nos,Sak Batch Nos
2919DocType: Stock Ledger Entry,Stock Value Difference,Stock Verdi Difference
Anand Doshibb256e42016-01-04 16:50:38 +05302920apps/erpnext/erpnext/config/learn.py +239,Human Resource,Menneskelig Resurs
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302921DocType: Payment Reconciliation Payment,Payment Reconciliation Payment,Betaling Avstemming Betaling
2922apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +36,Tax Assets,Skattefordel
2923DocType: BOM Item,BOM No,BOM Nei
Anand Doshibb256e42016-01-04 16:50:38 +05302924apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +134,Journal Entry {0} does not have account {1} or already matched against other voucher,Journal Entry {0} ikke har konto {1} eller allerede matchet mot andre verdikupong
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302925DocType: Item,Moving Average,Glidende gjennomsnitt
2926DocType: BOM Replace Tool,The BOM which will be replaced,BOM som vil bli erstattet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302927DocType: Account,Debit,Debet
Anand Doshi019111b2015-11-20 18:00:11 +05302928apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +44,Leaves must be allocated in multiples of 0.5,"Bladene skal avsettes i multipler av 0,5"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302929DocType: Production Order,Operation Cost,Operation Cost
2930apps/erpnext/erpnext/config/hr.py +71,Upload attendance from a .csv file,Last opp oppmøte fra en CSV-fil
2931apps/erpnext/erpnext/selling/report/customer_credit_balance/customer_credit_balance.py +39,Outstanding Amt,Enestående Amt
2932DocType: Sales Person,Set targets Item Group-wise for this Sales Person.,Sette mål varegruppe-messig for Sales Person.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302933DocType: Stock Settings,Freeze Stocks Older Than [Days],Freeze Aksjer Eldre enn [dager]
2934apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +40,"If two or more Pricing Rules are found based on the above conditions, Priority is applied. Priority is a number between 0 to 20 while default value is zero (blank). Higher number means it will take precedence if there are multiple Pricing Rules with same conditions.","Hvis to eller flere Prising Reglene er funnet basert på de ovennevnte forhold, er Priority brukt. Prioritet er et tall mellom 0 og 20, mens standardverdi er null (blank). Høyere tall betyr at det vil ha forrang dersom det er flere Prising regler med samme betingelser."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302935apps/erpnext/erpnext/controllers/trends.py +36,Fiscal Year: {0} does not exists,Fiscal Year: {0} ikke eksisterer
2936DocType: Currency Exchange,To Currency,Å Valuta
2937DocType: Leave Block List,Allow the following users to approve Leave Applications for block days.,Tillat følgende brukere å godkjenne La Applications for blokk dager.
Nabin Hait34037e02016-02-03 13:10:54 +05302938apps/erpnext/erpnext/config/hr.py +163,Types of Expense Claim.,Typer av Expense krav.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302939DocType: Item,Taxes,Skatter
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302940apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +301,Paid and Not Delivered,Betalt og ikke levert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302941DocType: Project,Default Cost Center,Standard kostnadssted
Rushabh Mehtad627af22016-03-03 11:24:58 +05302942DocType: Sales Invoice,End Date,Sluttdato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302943DocType: Employee,Internal Work History,Intern Work History
Anand Doshi019111b2015-11-20 18:00:11 +05302944apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +42,Private Equity,Private Equity
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302945DocType: Maintenance Visit,Customer Feedback,Customer Feedback
2946DocType: Account,Expense,Expense
2947DocType: Sales Invoice,Exhibition,Utstilling
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302948DocType: Item Attribute,From Range,Fra Range
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302949apps/erpnext/erpnext/stock/utils.py +89,Item {0} ignored since it is not a stock item,Element {0} ignorert siden det ikke er en lagervare
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302950apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +29,Submit this Production Order for further processing.,Send dette produksjonsordre for videre behandling.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302951apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +21,"To not apply Pricing Rule in a particular transaction, all applicable Pricing Rules should be disabled.","Hvis du ikke vil bruke Prissetting regel i en bestemt transaksjon, bør alle gjeldende reglene for prissetting deaktiveres."
2952DocType: Company,Domain,Domene
Rushabh Mehtad627af22016-03-03 11:24:58 +05302953apps/erpnext/erpnext/hr/doctype/job_opening/job_opening.py +23,Jobs,Jobs
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302954,Sales Order Trends,Salgsordre Trender
2955DocType: Employee,Held On,Avholdt
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302956apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order_calendar.js +33,Production Item,Produksjon Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302957,Employee Information,Informasjon ansatt
Rushabh Mehtad627af22016-03-03 11:24:58 +05302958apps/erpnext/erpnext/public/js/setup_wizard.js +192,Rate (%),Rate (%)
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302959DocType: Time Log,Additional Cost,Tilleggs Cost
Rushabh Mehtad627af22016-03-03 11:24:58 +05302960apps/erpnext/erpnext/public/js/setup_wizard.js +32,Financial Year End Date,Regnskapsårets slutt Dato
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302961apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +36,"Can not filter based on Voucher No, if grouped by Voucher","Kan ikke filtrere basert på Voucher Nei, hvis gruppert etter Voucher"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302962DocType: Quality Inspection,Incoming,Innkommende
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302963DocType: BOM,Materials Required (Exploded),Materialer som er nødvendige (Exploded)
2964DocType: Salary Structure Earning,Reduce Earning for Leave Without Pay (LWP),Reduser Tjene for permisjon uten lønn (LWP)
Rushabh Mehtad627af22016-03-03 11:24:58 +05302965apps/erpnext/erpnext/public/js/setup_wizard.js +153,"Add users to your organization, other than yourself","Legge til brukere i organisasjonen, annet enn deg selv"
2966apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +100,Row # {0}: Serial No {1} does not match with {2} {3},Row # {0}: Serial No {1} samsvarer ikke med {2} {3}
Anand Doshi019111b2015-11-20 18:00:11 +05302967apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +44,Casual Leave,Casual La
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302968DocType: Batch,Batch ID,Batch ID
Nabin Hait34037e02016-02-03 13:10:54 +05302969apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +351,Note: {0},Merk: {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302970,Delivery Note Trends,Levering Note Trender
Anand Doshi191b2972015-10-21 16:50:31 +05302971apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +104,This Week's Summary,Denne ukens oppsummering
Rushabh Mehtafc307972015-11-04 18:02:45 +05302972apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +74,{0} must be a Purchased or Sub-Contracted Item in row {1},{0} må være et Kjøpt eller underleverandør til element i rad {1}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302973apps/erpnext/erpnext/accounts/general_ledger.py +106,Account: {0} can only be updated via Stock Transactions,Konto: {0} kan bare oppdateres via lagertransaksjoner
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302974DocType: GL Entry,Party,Selskap
2975DocType: Sales Order,Delivery Date,Leveringsdato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302976DocType: Opportunity,Opportunity Date,Opportunity Dato
2977DocType: Purchase Receipt,Return Against Purchase Receipt,Tilbake Against Kjøpskvittering
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302978DocType: Purchase Order,To Bill,Til Bill
2979DocType: Material Request,% Ordered,% Bestilt
Anand Doshi019111b2015-11-20 18:00:11 +05302980apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +61,Piecework,Akkord
Anand Doshid7f7d5c2016-01-27 12:36:04 +05302981apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +68,Avg. Buying Rate,Avg. Kjøpe Rate
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302982DocType: Task,Actual Time (in Hours),Virkelig tid (i timer)
2983DocType: Employee,History In Company,Historie I selskapet
Rushabh Mehtafc307972015-11-04 18:02:45 +05302984apps/erpnext/erpnext/config/crm.py +151,Newsletters,Nyhetsbrev
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302985DocType: Address,Shipping,Shipping
2986DocType: Stock Ledger Entry,Stock Ledger Entry,Stock Ledger Entry
2987DocType: Department,Leave Block List,La Block List
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302988DocType: Customer,Tax ID,Skatt ID
Anand Doshi191b2972015-10-21 16:50:31 +05302989apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +188,Item {0} is not setup for Serial Nos. Column must be blank,Element {0} er ikke oppsett for Serial Nos. Kolonne må være tomt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302990DocType: Accounts Settings,Accounts Settings,Regnskap Innstillinger
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05302991DocType: Customer,Sales Partner and Commission,Sales Partner og Kommisjonen
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302992apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +53,Plant and Machinery,Maskiner og anlegg
2993DocType: Sales Partner,Partner's Website,Partner rens nettsted
2994DocType: Opportunity,To Discuss,Å Diskutere
2995DocType: SMS Settings,SMS Settings,SMS-innstillinger
2996apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +60,Temporary Accounts,Midlertidige kontoer
Anand Doshi019111b2015-11-20 18:00:11 +05302997apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +155,Black,Svart
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05302998DocType: BOM Explosion Item,BOM Explosion Item,BOM Explosion Element
2999DocType: Account,Auditor,Revisor
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303000apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice_list.js +10,Return,Return
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303001DocType: Production Order Operation,Production Order Operation,Produksjon Bestill Operation
3002DocType: Pricing Rule,Disable,Deaktiver
3003DocType: Project Task,Pending Review,Avventer omtale
Rushabh Mehtad627af22016-03-03 11:24:58 +05303004apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +132, Click here to pay,Klikk her for å betale
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303005DocType: Task,Total Expense Claim (via Expense Claim),Total Expense krav (via Expense krav)
3006apps/erpnext/erpnext/accounts/report/sales_register/sales_register.py +66,Customer Id,Kunde-ID
Nabin Hait34037e02016-02-03 13:10:54 +05303007apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +176,Mark Absent,Mark Fraværende
Rushabh Mehtad627af22016-03-03 11:24:58 +05303008apps/erpnext/erpnext/projects/doctype/time_log/time_log.py +107,To Time must be greater than From Time,Å må Tid være større enn fra Time
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303009DocType: Journal Entry Account,Exchange Rate,Vekslingskurs
Nabin Hait9a24abe2016-01-21 16:31:40 +05303010apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +481,Sales Order {0} is not submitted,Salgsordre {0} er ikke innsendt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303011apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +689,Add items from,Legg elementer fra
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303012apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +74,Warehouse {0}: Parent account {1} does not bolong to the company {2},Warehouse {0}: Parent konto {1} ikke BOLONG til selskapet {2}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303013DocType: BOM,Last Purchase Rate,Siste Purchase Rate
3014DocType: Account,Asset,Asset
3015DocType: Project Task,Task ID,Task ID
Rushabh Mehtad627af22016-03-03 11:24:58 +05303016apps/erpnext/erpnext/public/js/setup_wizard.js +20,"e.g. ""MC""",f.eks "MC"
Anand Doshi191b2972015-10-21 16:50:31 +05303017apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +84,Stock cannot exist for Item {0} since has variants,Stock kan ikke eksistere for Element {0} siden har varianter
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303018,Sales Person-wise Transaction Summary,Transaksjons Oppsummering Sales Person-messig
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303019apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +104,Warehouse {0} does not exist,Warehouse {0} finnes ikke
3020apps/erpnext/erpnext/hub_node/page/hub/register_in_hub.html +2,Register For ERPNext Hub,Registrer For ERPNext Hub
3021DocType: Monthly Distribution,Monthly Distribution Percentages,Månedlig Distribusjonsprosent
3022apps/erpnext/erpnext/stock/doctype/batch/batch.py +16,The selected item cannot have Batch,Den valgte elementet kan ikke ha Batch
3023DocType: Delivery Note,% of materials delivered against this Delivery Note,% Av materialer leveres mot denne følgeseddel
Anand Doshi9c0983f2016-02-17 12:59:54 +05303024DocType: Features Setup,Compact Item Print,Kompakt Element Skriv ut
Rushabh Mehtad627af22016-03-03 11:24:58 +05303025DocType: Project,Customer Details,Kunde Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303026DocType: Employee,Reports to,Rapporter til
3027DocType: SMS Settings,Enter url parameter for receiver nos,Skriv inn url parameter for mottaker nos
3028DocType: Sales Invoice,Paid Amount,Innbetalt beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303029,Available Stock for Packing Items,Tilgjengelig på lager for pakk gjenstander
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303030DocType: Item Variant,Item Variant,Sak Variant
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303031apps/erpnext/erpnext/utilities/doctype/address_template/address_template.py +16,Setting this Address Template as default as there is no other default,Sette dette Adressemal som standard så er det ingen andre standard
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303032apps/erpnext/erpnext/accounts/doctype/account/account.py +113,"Account balance already in Debit, you are not allowed to set 'Balance Must Be' as 'Credit'","Saldo allerede i debet, har du ikke lov til å sette "Balance må være 'som' Credit '"
Anand Doshi019111b2015-11-20 18:00:11 +05303033apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +76,Quality Management,Kvalitetsstyring
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303034DocType: Payment Tool Detail,Against Voucher No,Mot Voucher Nei
Rushabh Mehtafc307972015-11-04 18:02:45 +05303035apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +47,Please enter quantity for Item {0},Skriv inn antall for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303036DocType: Employee External Work History,Employee External Work History,Ansatt Ekstern Work History
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303037DocType: Tax Rule,Purchase,Kjøp
Anand Doshi019111b2015-11-20 18:00:11 +05303038apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +36,Balance Qty,Balanse Antall
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303039DocType: Item Group,Parent Item Group,Parent varegruppe
3040apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +21,{0} for {1},{0} for {1}
Rushabh Mehtad627af22016-03-03 11:24:58 +05303041apps/erpnext/erpnext/setup/doctype/company/company.js +20,Cost Centers,Kostnadssteder
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303042apps/erpnext/erpnext/config/stock.py +110,Warehouses.,Varehus.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303043DocType: Purchase Receipt,Rate at which supplier's currency is converted to company's base currency,Hastigheten som leverandørens valuta er konvertert til selskapets hovedvaluta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303044apps/erpnext/erpnext/manufacturing/doctype/workstation/workstation.py +36,Row #{0}: Timings conflicts with row {1},Row # {0}: timings konflikter med rad {1}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303045DocType: Opportunity,Next Contact,Neste Kontakt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303046apps/erpnext/erpnext/config/accounts.py +94,Setup Gateway accounts.,Oppsett Gateway kontoer.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303047DocType: Employee,Employment Type,Type stilling
3048apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +40,Fixed Assets,Anleggsmidler
Nabin Haitbf9e8cf2015-12-28 14:37:58 +05303049,Cash Flow,Cash Flow
Anand Doshi03791fc2015-12-15 15:17:11 +05303050apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +85,Application period cannot be across two alocation records,Tegningsperioden kan ikke være over to alocation poster
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303051DocType: Item Group,Default Expense Account,Standard kostnadskonto
3052DocType: Employee,Notice (days),Varsel (dager)
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303053DocType: Tax Rule,Sales Tax Template,Merverdiavgift Mal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303054DocType: Employee,Encashment Date,Encashment Dato
Nabin Hait34037e02016-02-03 13:10:54 +05303055apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +183,"Against Voucher Type must be one of Purchase Order, Purchase Invoice or Journal Entry","Mot Voucher Type må være en av innkjøpsordre, fakturaen eller bilagsregistrering"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303056DocType: Account,Stock Adjustment,Stock Adjustment
3057apps/erpnext/erpnext/projects/doctype/activity_cost/activity_cost.py +34,Default Activity Cost exists for Activity Type - {0},Standard Aktivitet Kostnad finnes for Aktivitetstype - {0}
3058DocType: Production Order,Planned Operating Cost,Planlagt driftskostnader
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303059apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +121,New {0} Name,New {0} Name
Rushabh Mehtad627af22016-03-03 11:24:58 +05303060apps/erpnext/erpnext/controllers/recurring_document.py +136,Please find attached {0} #{1},Vedlagt {0} # {1}
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303061apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +42,Bank Statement balance as per General Ledger,Kontoutskrift balanse pr hovedbok
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303062DocType: Job Applicant,Applicant Name,Søkerens navn
3063DocType: Authorization Rule,Customer / Item Name,Kunde / Navn
3064DocType: Product Bundle,"Aggregate group of **Items** into another **Item**. This is useful if you are bundling a certain **Items** into a package and you maintain stock of the packed **Items** and not the aggregate **Item**.
3065
3066The package **Item** will have ""Is Stock Item"" as ""No"" and ""Is Sales Item"" as ""Yes"".
3067
3068For Example: If you are selling Laptops and Backpacks separately and have a special price if the customer buys both, then the Laptop + Backpack will be a new Product Bundle Item.
3069
3070Note: BOM = Bill of Materials","Samlet gruppe ** Elementer ** i en annen ** Sak **. Dette er nyttig hvis du er bunting en viss ** Elementer ** inn i en pakke, og du opprettholde bestanden av de pakkede ** Elementer ** og ikke samlet ** Sak **. Pakken ** Sak ** vil ha "Er Stock Item" som "Nei" og "Er Sales Item" som "Ja". For eksempel: Hvis du selger bærbare datamaskiner og ryggsekker separat og har en spesiell pris hvis kunden kjøper begge, så Laptop + Backpack vil være et nytt produkt Bundle varen. Merk: BOM = Bill of Materials"
3071apps/erpnext/erpnext/selling/doctype/installation_note/installation_note.py +44,Serial No is mandatory for Item {0},Serial No er obligatorisk for Element {0}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303072DocType: Item Variant Attribute,Attribute,Attributt
3073apps/erpnext/erpnext/stock/doctype/item_attribute/item_attribute.py +21,Please specify from/to range,Vennligst oppgi fra / til spenner
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303074DocType: Serial No,Under AMC,Under AMC
3075apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +47,Item valuation rate is recalculated considering landed cost voucher amount,Sak verdivurdering rente beregnes på nytt vurderer inntakskost kupong beløp
3076apps/erpnext/erpnext/config/selling.py +70,Default settings for selling transactions.,Standardinnstillingene for salg transaksjoner.
3077DocType: BOM Replace Tool,Current BOM,Nåværende BOM
Rushabh Mehtafc307972015-11-04 18:02:45 +05303078apps/erpnext/erpnext/public/js/utils.js +57,Add Serial No,Legg Serial No
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303079DocType: Production Order,Warehouses,Næringslokaler
3080apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +117,Print and Stationary,Print og Stasjonær
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303081apps/erpnext/erpnext/selling/page/sales_browser/sales_browser.js +122,Group Node,Gruppe Node
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303082apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.js +91,Update Finished Goods,Oppdater ferdigvarer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303083DocType: Workstation,per hour,per time
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303084DocType: Warehouse,Account for the warehouse (Perpetual Inventory) will be created under this Account.,Konto for lageret (Perpetual inventar) vil bli opprettet under denne kontoen.
3085apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py +95,Warehouse can not be deleted as stock ledger entry exists for this warehouse.,Warehouse kan ikke slettes som finnes lager hovedbok oppføring for dette lageret.
3086DocType: Company,Distribution,Distribusjon
Anand Doshi9c0983f2016-02-17 12:59:54 +05303087apps/erpnext/erpnext/public/js/pos/pos.js +435,Amount Paid,Beløpet Betalt
Anand Doshi019111b2015-11-20 18:00:11 +05303088apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +91,Project Manager,Prosjektleder
3089apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +72,Dispatch,Dispatch
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303090apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +70,Max discount allowed for item: {0} is {1}%,Maks rabatt tillatt for element: {0} er {1}%
3091DocType: Account,Receivable,Fordring
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303092apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +264,Row #{0}: Not allowed to change Supplier as Purchase Order already exists,Row # {0}: Ikke lov til å endre Leverandør som innkjøpsordre allerede eksisterer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303093DocType: Accounts Settings,Role that is allowed to submit transactions that exceed credit limits set.,Rollen som får lov til å sende transaksjoner som overstiger kredittgrenser fastsatt.
3094DocType: Sales Invoice,Supplier Reference,Leverandør Reference
3095DocType: Production Planning Tool,"If checked, BOM for sub-assembly items will be considered for getting raw materials. Otherwise, all sub-assembly items will be treated as a raw material.","Hvis det er merket, vil BOM for sub-montering elementer vurderes for å få råvarer. Ellers vil alle sub-montering elementer bli behandlet som en råvare."
3096DocType: Material Request,Material Issue,Material Issue
3097DocType: Hub Settings,Seller Description,Selger Beskrivelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303098DocType: Employee Education,Qualification,Kvalifisering
3099DocType: Item Price,Item Price,Sak Pris
Anand Doshi019111b2015-11-20 18:00:11 +05303100apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +48,Soap & Detergent,Såpe og vaskemiddel
3101apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +36,Motion Picture & Video,Motion Picture & Video
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303102apps/erpnext/erpnext/buying/doctype/supplier_quotation/supplier_quotation_list.js +5,Ordered,Bestilt
3103DocType: Warehouse,Warehouse Name,Warehouse Name
3104DocType: Naming Series,Select Transaction,Velg Transaksjons
3105apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +30,Please enter Approving Role or Approving User,Skriv inn Godkjenne Rolle eller Godkjenne User
3106DocType: Journal Entry,Write Off Entry,Skriv Off Entry
3107DocType: BOM,Rate Of Materials Based On,Valuta materialer basert på
3108apps/erpnext/erpnext/support/page/support_analytics/support_analytics.js +21,Support Analtyics,Støtte Analtyics
Nabin Hait34037e02016-02-03 13:10:54 +05303109apps/erpnext/erpnext/hr/doctype/employee_attendance_tool/employee_attendance_tool.js +141,Uncheck all,Fjern haken ved alle
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303110apps/erpnext/erpnext/accounts/doctype/accounts_settings/accounts_settings.py +27,Company is missing in warehouses {0},Selskapet er mangler i varehus {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303111DocType: POS Profile,Terms and Conditions,Vilkår og betingelser
Anand Doshi9c0983f2016-02-17 12:59:54 +05303112apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +48,To Date should be within the Fiscal Year. Assuming To Date = {0},To Date bør være innenfor regnskapsåret. Antar To Date = {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303113DocType: Employee,"Here you can maintain height, weight, allergies, medical concerns etc","Her kan du opprettholde høyde, vekt, allergier, medisinske bekymringer etc"
3114DocType: Leave Block List,Applies to Company,Gjelder Selskapet
Rushabh Mehtad627af22016-03-03 11:24:58 +05303115apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +177,Cannot cancel because submitted Stock Entry {0} exists,Kan ikke avbryte fordi innsendt Stock Entry {0} finnes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303116DocType: Purchase Invoice,In Words,I Words
Anand Doshi9c0983f2016-02-17 12:59:54 +05303117apps/erpnext/erpnext/hr/doctype/employee/employee.py +220,Today is {0}'s birthday!,I dag er {0} s bursdag!
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303118DocType: Production Planning Tool,Material Request For Warehouse,Materialet Request For Warehouse
3119DocType: Sales Order Item,For Production,For Production
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303120DocType: Payment Request,payment_url,payment_url
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303121DocType: Project Task,View Task,Vis Task
Rushabh Mehtad627af22016-03-03 11:24:58 +05303122apps/erpnext/erpnext/public/js/setup_wizard.js +31,Your financial year begins on,Din regnskapsår begynner på
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303123apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +46,Please enter Purchase Receipts,Skriv inn kvitteringer
3124DocType: Sales Invoice,Get Advances Received,Få Fremskritt mottatt
3125DocType: Email Digest,Add/Remove Recipients,Legg til / fjern Mottakere
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303126apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +429,Transaction not allowed against stopped Production Order {0},Transaksjonen ikke lov mot stoppet Produksjonsordre {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303127apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.js +19,"To set this Fiscal Year as Default, click on 'Set as Default'","For å sette dette regnskapsåret som standard, klikk på "Angi som standard '"
3128apps/erpnext/erpnext/config/support.py +54,Setup incoming server for support email id. (e.g. support@example.com),Oppsett innkommende server for støtte e-id. (F.eks support@example.com)
Rushabh Mehtafc307972015-11-04 18:02:45 +05303129apps/erpnext/erpnext/stock/report/stock_projected_qty/stock_projected_qty.py +19,Shortage Qty,Mangel Antall
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303130apps/erpnext/erpnext/stock/doctype/item/item.py +564,Item variant {0} exists with same attributes,Sak variant {0} finnes med samme attributtene
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303131DocType: Salary Slip,Salary Slip,Lønn Slip
Anand Doshi019111b2015-11-20 18:00:11 +05303132apps/erpnext/erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py +48,'To Date' is required,'To Date' er påkrevd
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303133DocType: Packing Slip,"Generate packing slips for packages to be delivered. Used to notify package number, package contents and its weight.","Generere pakksedler for pakker som skal leveres. Brukes til å varsle pakke nummer, innholdet i pakken og vekten."
3134DocType: Sales Invoice Item,Sales Order Item,Salgsordre Element
3135DocType: Salary Slip,Payment Days,Betalings Days
3136DocType: BOM,Manage cost of operations,Administrer driftskostnader
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303137DocType: Features Setup,Item Advanced,Sak Avansert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303138DocType: Notification Control,"When any of the checked transactions are ""Submitted"", an email pop-up automatically opened to send an email to the associated ""Contact"" in that transaction, with the transaction as an attachment. The user may or may not send the email.","Når noen av de merkede transaksjonene "Skrevet", en e-pop-up automatisk åpnet for å sende en e-post til den tilhørende "Kontakt" i at transaksjonen med transaksjonen som et vedlegg. Brukeren kan eller ikke kan sende e-posten."
3139apps/erpnext/erpnext/config/setup.py +14,Global Settings,Globale innstillinger
3140DocType: Employee Education,Employee Education,Ansatt Utdanning
Anand Doshi9c0983f2016-02-17 12:59:54 +05303141apps/erpnext/erpnext/public/js/controllers/transaction.js +786,It is needed to fetch Item Details.,Det er nødvendig å hente Element detaljer.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303142DocType: Salary Slip,Net Pay,Netto Lønn
3143DocType: Account,Account,Konto
Anand Doshi191b2972015-10-21 16:50:31 +05303144apps/erpnext/erpnext/stock/doctype/serial_no/serial_no.py +213,Serial No {0} has already been received,Serial No {0} er allerede mottatt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303145,Requested Items To Be Transferred,Etterspør elementene som skal overføres
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303146DocType: Customer,Sales Team Details,Salgsteam Detaljer
3147DocType: Expense Claim,Total Claimed Amount,Total Hevdet Beløp
3148apps/erpnext/erpnext/config/crm.py +22,Potential opportunities for selling.,Potensielle muligheter for å selge.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303149apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +177,Invalid {0},Ugyldig {0}
Anand Doshi019111b2015-11-20 18:00:11 +05303150apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +48,Sick Leave,Sykefravær
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303151DocType: Email Digest,Email Digest,E-post Digest
3152DocType: Delivery Note,Billing Address Name,Billing Address Navn
Anand Doshi019111b2015-11-20 18:00:11 +05303153apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +22,Department Stores,Varehus
Anand Doshi191b2972015-10-21 16:50:31 +05303154apps/erpnext/erpnext/controllers/stock_controller.py +71,No accounting entries for the following warehouses,Ingen regnskapspostene for følgende varehus
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303155apps/erpnext/erpnext/projects/doctype/project/project.js +22,Save the document first.,Lagre dokumentet først.
3156DocType: Account,Chargeable,Avgift
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303157DocType: Company,Change Abbreviation,Endre Forkortelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303158DocType: Expense Claim Detail,Expense Date,Expense Dato
3159DocType: Item,Max Discount (%),Max Rabatt (%)
3160apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +70,Last Order Amount,Siste ordrebeløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303161DocType: Company,Warn,Advare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303162DocType: Appraisal,"Any other remarks, noteworthy effort that should go in the records.","Eventuelle andre bemerkninger, bemerkelsesverdig innsats som bør gå i postene."
3163DocType: BOM,Manufacturing User,Manufacturing User
3164DocType: Purchase Order,Raw Materials Supplied,Råvare Leveres
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303165DocType: Purchase Invoice,Recurring Print Format,Gjentakende Print Format
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303166DocType: C-Form,Series,Series
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303167apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +55,Expected Delivery Date cannot be before Purchase Order Date,Forventet Leveringsdato kan ikke være før Purchase Order Date
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303168DocType: Appraisal,Appraisal Template,Appraisal Mal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303169DocType: Item Group,Item Classification,Sak Klassifisering
Anand Doshi019111b2015-11-20 18:00:11 +05303170apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +89,Business Development Manager,Business Development Manager
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303171DocType: Maintenance Visit Purpose,Maintenance Visit Purpose,Vedlikehold Besøk Formål
3172apps/erpnext/erpnext/accounts/report/budget_variance_report/budget_variance_report.js +15,Period,Periode
3173,General Ledger,General Ledger
3174apps/erpnext/erpnext/selling/doctype/campaign/campaign.js +10,View Leads,Vis Leads
3175DocType: Item Attribute Value,Attribute Value,Attributtverdi
3176apps/erpnext/erpnext/crm/doctype/lead/lead.py +65,"Email id must be unique, already exists for {0}","E-id må være unikt, finnes allerede for {0}"
3177,Itemwise Recommended Reorder Level,Itemwise Anbefalt Omgjøre nivå
Nabin Hait34037e02016-02-03 13:10:54 +05303178apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +268,Please select {0} first,Vennligst velg {0} først
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303179DocType: Features Setup,To get Item Group in details table,For å få varen Group i detaljer tabellen
Anand Doshi191b2972015-10-21 16:50:31 +05303180apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +112,Batch {0} of Item {1} has expired.,Batch {0} av Element {1} er utløpt.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303181DocType: Sales Invoice,Commission,Kommisjon
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303182DocType: Address Template,"<h4>Default Template</h4>
3183<p>Uses <a href=""http://jinja.pocoo.org/docs/templates/"">Jinja Templating</a> and all the fields of Address (including Custom Fields if any) will be available</p>
3184<pre><code>{{ address_line1 }}&lt;br&gt;
3185{% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%}
3186{{ city }}&lt;br&gt;
3187{% if state %}{{ state }}&lt;br&gt;{% endif -%}
3188{% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%}
3189{{ country }}&lt;br&gt;
3190{% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%}
3191{% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%}
3192{% if email_id %}Email: {{ email_id }}&lt;br&gt;{% endif -%}
3193</code></pre>","<h4> Standard mal </h4><p> Bruker <a href=""http://jinja.pocoo.org/docs/templates/"">Jinja templating</a> og alle felt av Adresse (inkludert egendefinerte felt hvis noen) vil være tilgjengelig </p><pre> <code>{{ address_line1 }}&lt;br&gt; {% if address_line2 %}{{ address_line2 }}&lt;br&gt;{% endif -%} {{ city }}&lt;br&gt; {% if state %}{{ state }}&lt;br&gt;{% endif -%} {% if pincode %} PIN: {{ pincode }}&lt;br&gt;{% endif -%} {{ country }}&lt;br&gt; {% if phone %}Phone: {{ phone }}&lt;br&gt;{% endif -%} {% if fax %}Fax: {{ fax }}&lt;br&gt;{% endif -%} {% if email_id %}Email: {{ email_id }}&lt;br&gt;{% endif -%}</code> </pre>"
3194DocType: Salary Slip Deduction,Default Amount,Standard Beløp
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303195apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +96,Warehouse not found in the system,Warehouse ikke funnet i systemet
Anand Doshi191b2972015-10-21 16:50:31 +05303196apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +107,This Month's Summary,Denne måneden Oppsummering
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303197DocType: Quality Inspection Reading,Quality Inspection Reading,Quality Inspection Reading
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303198apps/erpnext/erpnext/stock/doctype/stock_settings/stock_settings.py +26,`Freeze Stocks Older Than` should be smaller than %d days.,`Freeze Aksjer Eldre Than` bør være mindre enn% d dager.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303199DocType: Tax Rule,Purchase Tax Template,Kjøpe Tax Mal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303200,Project wise Stock Tracking,Prosjektet klok Stock Tracking
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303201apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +166,Maintenance Schedule {0} exists against {0},Vedlikeholdsplan {0} finnes mot {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303202DocType: Stock Entry Detail,Actual Qty (at source/target),Faktiske antall (ved kilden / target)
3203DocType: Item Customer Detail,Ref Code,Ref Kode
3204apps/erpnext/erpnext/config/hr.py +13,Employee records.,Medarbeider poster.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303205DocType: Payment Gateway,Payment Gateway,Betaling Gateway
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303206DocType: HR Settings,Payroll Settings,Lønn Innstillinger
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303207apps/erpnext/erpnext/config/accounts.py +63,Match non-linked Invoices and Payments.,Matche ikke bundet fakturaer og betalinger.
Anand Doshibb256e42016-01-04 16:50:38 +05303208apps/erpnext/erpnext/templates/pages/cart.html +22,Place Order,Legg inn bestilling
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303209apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +25,Root cannot have a parent cost center,Root kan ikke ha en forelder kostnadssted
Rushabh Mehtafc307972015-11-04 18:02:45 +05303210apps/erpnext/erpnext/public/js/stock_analytics.js +59,Select Brand...,Velg merke ...
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303211DocType: Sales Invoice,C-Form Applicable,C-Form Gjelder
Rushabh Mehtad627af22016-03-03 11:24:58 +05303212apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +351,Operation Time must be greater than 0 for Operation {0},Operation Tid må være større enn 0 for operasjon {0}
3213apps/erpnext/erpnext/controllers/sales_and_purchase_return.py +104,Warehouse is mandatory,Warehouse er obligatorisk
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303214DocType: Supplier,Address and Contacts,Adresse og Kontakt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303215DocType: UOM Conversion Detail,UOM Conversion Detail,Målenheter Conversion Detalj
Rushabh Mehtad627af22016-03-03 11:24:58 +05303216apps/erpnext/erpnext/public/js/setup_wizard.js +135,Keep it web friendly 900px (w) by 100px (h),Hold det web vennlig 900px (w) ved 100px (h)
3217apps/erpnext/erpnext/manufacturing/doctype/production_order/production_order.py +340,Production Order cannot be raised against a Item Template,Produksjonsordre kan ikke heves mot et elementmal
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303218apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +44,Charges are updated in Purchase Receipt against each item,Kostnader er oppdatert i Purchase Mottak mot hvert element
3219DocType: Payment Tool,Get Outstanding Vouchers,Få Utestående Kuponger
3220DocType: Warranty Claim,Resolved By,Løst Av
3221DocType: Appraisal,Start Date,Startdato
Nabin Hait34037e02016-02-03 13:10:54 +05303222apps/erpnext/erpnext/config/hr.py +138,Allocate leaves for a period.,Bevilge blader for en periode.
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303223apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +50,Cheques and Deposits incorrectly cleared,Sjekker og Innskudd feil ryddet
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303224apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +139,Click here to verify,Klikk her for å verifisere
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303225apps/erpnext/erpnext/accounts/doctype/account/account.py +46,Account {0}: You can not assign itself as parent account,Konto {0}: Du kan ikke tildele seg selv som forelder konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303226DocType: Purchase Invoice Item,Price List Rate,Prisliste Rate
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303227DocType: Item,"Show ""In Stock"" or ""Not in Stock"" based on stock available in this warehouse.",Vis &quot;på lager&quot; eller &quot;Not in Stock&quot; basert på lager tilgjengelig i dette lageret.
3228apps/erpnext/erpnext/config/manufacturing.py +13,Bill of Materials (BOM),Bill of Materials (BOM)
3229DocType: Item,Average time taken by the supplier to deliver,Gjennomsnittlig tid tatt av leverandøren til å levere
3230DocType: Time Log,Hours,Timer
3231DocType: Project,Expected Start Date,Tiltredelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303232apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.js +41,Remove item if charges is not applicable to that item,Fjern artikkel om avgifter er ikke aktuelt til dette elementet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303233DocType: SMS Settings,Eg. smsgateway.com/api/send_sms.cgi,Eg. smsgateway.com/api/send_sms.cgi
Rushabh Mehtad627af22016-03-03 11:24:58 +05303234apps/erpnext/erpnext/accounts/doctype/payment_request/payment_request.py +29,Transaction currency must be same as Payment Gateway currency,Transaksjons valuta må være samme som Payment Gateway valuta
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303235apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +603,Receive,Motta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303236DocType: Maintenance Visit,Fully Completed,Fullt Fullført
3237apps/erpnext/erpnext/projects/doctype/project/project_list.js +6,{0}% Complete,{0}% Komplett
3238DocType: Employee,Educational Qualification,Pedagogiske Kvalifikasjoner
3239DocType: Workstation,Operating Costs,Driftskostnader
Rushabh Mehtad627af22016-03-03 11:24:58 +05303240DocType: Purchase Invoice,Submit on creation,Send inn på skapelse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303241DocType: Employee Leave Approver,Employee Leave Approver,Ansatt La Godkjenner
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303242apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +166,{0} has been successfully added to our Newsletter list.,{0} har blitt lagt inn i vår nyhetsbrevliste.
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303243apps/erpnext/erpnext/stock/doctype/item/item.py +420,Row {0}: An Reorder entry already exists for this warehouse {1},Rad {0}: En Omgjøre oppføring finnes allerede for dette lageret {1}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303244apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.py +67,"Cannot declare as lost, because Quotation has been made.","Kan ikke erklære som tapt, fordi tilbudet er gjort."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303245DocType: Purchase Taxes and Charges Template,Purchase Master Manager,Kjøp Master manager
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303246apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +426,Production Order {0} must be submitted,Produksjonsordre {0} må sendes
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303247apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +150,Please select Start Date and End Date for Item {0},Vennligst velg startdato og sluttdato for Element {0}
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303248apps/erpnext/erpnext/config/stock.py +136,Main Reports,Hoved Reports
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303249apps/erpnext/erpnext/hr/doctype/leave_control_panel/leave_control_panel.js +16,To date cannot be before from date,Til dags dato kan ikke være før fra dato
3250DocType: Purchase Receipt Item,Prevdoc DocType,Prevdoc DOCTYPE
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303251apps/erpnext/erpnext/stock/doctype/item/item.js +187,Add / Edit Prices,Legg til / Rediger priser
Anand Doshi191b2972015-10-21 16:50:31 +05303252apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.js +53,Chart of Cost Centers,Plan Kostnadssteder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303253,Requested Items To Be Ordered,Etterspør Elementer bestilles
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303254apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +315,My Orders,Mine bestillinger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303255DocType: Price List,Price List Name,Prisliste Name
3256DocType: Time Log,For Manufacturing,For Manufacturing
Anand Doshi019111b2015-11-20 18:00:11 +05303257apps/erpnext/erpnext/accounts/report/general_ledger/general_ledger.py +174,Totals,Totals
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303258DocType: BOM,Manufacturing,Manufacturing
3259,Ordered Items To Be Delivered,Bestilte varer som skal leveres
3260DocType: Account,Income,Inntekt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303261DocType: Industry Type,Industry Type,Industry Type
Anand Doshi03791fc2015-12-15 15:17:11 +05303262apps/erpnext/erpnext/templates/includes/cart.js +136,Something went wrong!,Noe gikk galt!
3263apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +101,Warning: Leave application contains following block dates,Advarsel: La programmet inneholder følgende blokk datoer
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303264apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +241,Sales Invoice {0} has already been submitted,Salg Faktura {0} er allerede innsendt
Anand Doshi9c0983f2016-02-17 12:59:54 +05303265apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.py +24,Fiscal Year {0} does not exist,Regnskapsåret {0} finnes ikke
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303266apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +30,Completion Date,Ferdigstillelse Dato
3267DocType: Purchase Invoice Item,Amount (Company Currency),Beløp (Selskap Valuta)
Nabin Hait34037e02016-02-03 13:10:54 +05303268apps/erpnext/erpnext/config/hr.py +113,Organization unit (department) master.,Organisasjonsenhet (departement) mester.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303269apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +25,Please enter valid mobile nos,Skriv inn et gyldig mobil nos
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303270DocType: Budget Detail,Budget Detail,Budsjett Detalj
3271apps/erpnext/erpnext/selling/doctype/sms_center/sms_center.py +75,Please enter message before sending,Skriv inn meldingen før du sender
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303272apps/erpnext/erpnext/config/accounts.py +137,Point-of-Sale Profile,Point-of-Sale Profile
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303273apps/erpnext/erpnext/setup/doctype/sms_settings/sms_settings.py +68,Please Update SMS Settings,Oppdater SMS-innstillinger
Rushabh Mehtafc307972015-11-04 18:02:45 +05303274apps/erpnext/erpnext/projects/doctype/time_log_batch/time_log_batch.py +37,Time Log {0} already billed,Tid Logg {0} allerede fakturert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303275apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +176,Unsecured Loans,Usikret lån
3276DocType: Cost Center,Cost Center Name,Kostnadssteds Name
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303277DocType: Maintenance Schedule Detail,Scheduled Date,Planlagt dato
3278apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +69,Total Paid Amt,Sum innskutt Amt
3279DocType: SMS Center,Messages greater than 160 characters will be split into multiple messages,Meldinger som er større enn 160 tegn vil bli delt inn i flere meldinger
3280DocType: Purchase Receipt Item,Received and Accepted,Mottatt og akseptert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303281,Serial No Service Contract Expiry,Serial No Service kontraktsutløp
3282DocType: Item,Unit of Measure Conversion,Måleenhet Conversion
3283apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +86,Employee can not be changed,Arbeidstaker kan ikke endres
Nabin Hait34037e02016-02-03 13:10:54 +05303284apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +273,You cannot credit and debit same account at the same time,Du kan ikke kreditt- og debet samme konto samtidig
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303285DocType: Naming Series,Help HTML,Hjelp HTML
3286apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +50,Total weightage assigned should be 100%. It is {0},Total weightage tilordnet skal være 100%. Det er {0}
Rushabh Mehtad627af22016-03-03 11:24:58 +05303287apps/erpnext/erpnext/controllers/status_updater.py +141,Allowance for over-{0} crossed for Item {1},Fradrag for over- {0} krysset for Element {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303288DocType: Address,Name of person or organization that this address belongs to.,Navn på person eller organisasjon som denne adressen tilhører.
Rushabh Mehtad627af22016-03-03 11:24:58 +05303289apps/erpnext/erpnext/public/js/setup_wizard.js +225,Your Suppliers,Dine Leverandører
Nabin Hait34037e02016-02-03 13:10:54 +05303290apps/erpnext/erpnext/selling/doctype/quotation/quotation.py +53,Cannot set as Lost as Sales Order is made.,Kan ikke settes som tapt som Salgsordre er gjort.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303291apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +65,Another Salary Structure {0} is active for employee {1}. Please make its status 'Inactive' to proceed.,En annen Lønn Struktur {0} er aktiv for arbeidstaker {1}. Vennligst sin status &quot;Inaktiv&quot; for å fortsette.
3292DocType: Purchase Invoice,Contact,Kontakt
Anand Doshi666fbaf2015-11-26 12:40:13 +05303293apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +9,Received From,Mottatt fra
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303294DocType: Features Setup,Exports,Eksporten
3295DocType: Lead,Converted,Omregnet
3296DocType: Item,Has Serial No,Har Serial No
3297DocType: Employee,Date of Issue,Utstedelsesdato
3298apps/erpnext/erpnext/hr/doctype/expense_claim/expense_claim.py +16,{0}: From {0} for {1},{0}: Fra {0} for {1}
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303299apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py +150,Row #{0}: Set Supplier for item {1},Row # {0}: Sett Leverandør for elementet {1}
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303300apps/erpnext/erpnext/stock/doctype/item/item.py +114,Website Image {0} attached to Item {1} cannot be found,Website Bilde {0} festet til Element {1} kan ikke finnes
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303301DocType: Issue,Content Type,Innholdstype
Anand Doshi019111b2015-11-20 18:00:11 +05303302apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +17,Computer,Datamaskin
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303303DocType: Item,List this Item in multiple groups on the website.,Liste denne vare i flere grupper på nettstedet.
Nabin Hait34037e02016-02-03 13:10:54 +05303304apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +297,Please check Multi Currency option to allow accounts with other currency,Vennligst sjekk Multi Valuta alternativet for å tillate kontoer med andre valuta
Rushabh Mehtad627af22016-03-03 11:24:58 +05303305apps/erpnext/erpnext/manufacturing/doctype/bom/bom.py +65,Item: {0} does not exist in the system,Sak: {0} finnes ikke i systemet
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303306apps/erpnext/erpnext/accounts/doctype/account/account.py +105,You are not authorized to set Frozen value,Du er ikke autorisert til å sette Frozen verdi
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303307DocType: Payment Reconciliation,Get Unreconciled Entries,Få avstemte Entries
Anand Doshibb256e42016-01-04 16:50:38 +05303308DocType: Payment Reconciliation,From Invoice Date,Fra Fakturadato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303309DocType: Cost Center,Budgets,Budsjetter
Rushabh Mehtad627af22016-03-03 11:24:58 +05303310apps/erpnext/erpnext/public/js/setup_wizard.js +21,What does it do?,Hva gjør det?
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303311DocType: Delivery Note,To Warehouse,Til Warehouse
3312apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +45,Account {0} has been entered more than once for fiscal year {1},Konto {0} har blitt lagt inn mer enn en gang for regnskapsåret {1}
3313,Average Commission Rate,Gjennomsnittlig kommisjon
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303314apps/erpnext/erpnext/stock/doctype/item/item.py +351,'Has Serial No' can not be 'Yes' for non-stock item,«Har Serial No &#39;kan ikke være&#39; Ja &#39;for ikke-lagervare
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303315apps/erpnext/erpnext/hr/doctype/attendance/attendance.py +34,Attendance can not be marked for future dates,Oppmøte kan ikke merkes for fremtidige datoer
3316DocType: Pricing Rule,Pricing Rule Help,Prising Rule Hjelp
3317DocType: Purchase Taxes and Charges,Account Head,Account Leder
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303318apps/erpnext/erpnext/config/stock.py +79,Update additional costs to calculate landed cost of items,Oppdater ekstra kostnader for å beregne inntakskost annonser
Anand Doshi019111b2015-11-20 18:00:11 +05303319apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +111,Electrical,Elektrisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303320DocType: Stock Entry,Total Value Difference (Out - In),Total verdi Difference (ut -)
Nabin Hait34037e02016-02-03 13:10:54 +05303321apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +319,Row {0}: Exchange Rate is mandatory,Rad {0}: Exchange Rate er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303322apps/erpnext/erpnext/setup/doctype/sales_person/sales_person.py +27,User ID not set for Employee {0},Bruker-ID ikke satt for Employee {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303323DocType: Stock Entry,Default Source Warehouse,Standardkilde Warehouse
3324DocType: Item,Customer Code,Kunden Kode
Anand Doshi9c0983f2016-02-17 12:59:54 +05303325apps/erpnext/erpnext/hr/doctype/employee/employee.py +219,Birthday Reminder for {0},Bursdag Påminnelse for {0}
Anand Doshi019111b2015-11-20 18:00:11 +05303326apps/erpnext/erpnext/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.py +72,Days Since Last Order,Dager siden siste Bestill
Nabin Hait9a24abe2016-01-21 16:31:40 +05303327apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +307,Debit To account must be a Balance Sheet account,Uttak fra kontoen må være en balansekonto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303328DocType: Buying Settings,Naming Series,Navngi Series
3329DocType: Leave Block List,Leave Block List Name,La Block List Name
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303330apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +32,Stock Assets,Aksje Eiendeler
Rushabh Mehtafc307972015-11-04 18:02:45 +05303331apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.js +29,Do you really want to Submit all Salary Slip for month {0} and year {1},Har du virkelig ønsker å sende all lønn slip for måneden {0} og år {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303332apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +8,Import Subscribers,Import Abonnenter
3333DocType: Target Detail,Target Qty,Target Antall
Rushabh Mehtad627af22016-03-03 11:24:58 +05303334DocType: Shopping Cart Settings,Checkout Settings,Kasse Innstillinger
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303335DocType: Attendance,Present,Present
3336apps/erpnext/erpnext/stock/doctype/packing_slip/packing_slip.py +35,Delivery Note {0} must not be submitted,Levering Note {0} må ikke sendes inn
3337DocType: Notification Control,Sales Invoice Message,Salgsfaktura Message
Anand Doshi666fbaf2015-11-26 12:40:13 +05303338apps/erpnext/erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py +27,Closing Account {0} must be of type Liability / Equity,Lukke konto {0} må være av typen Ansvar / Egenkapital
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303339DocType: Authorization Rule,Based On,Basert På
Rushabh Mehtafc307972015-11-04 18:02:45 +05303340DocType: Sales Order Item,Ordered Qty,Bestilte Antall
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303341apps/erpnext/erpnext/stock/doctype/item/item.py +576,Item {0} is disabled,Element {0} er deaktivert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303342DocType: Stock Settings,Stock Frozen Upto,Stock Frozen Opp
Rushabh Mehtad627af22016-03-03 11:24:58 +05303343apps/erpnext/erpnext/controllers/recurring_document.py +174,Period From and Period To dates mandatory for recurring {0},Periode Fra og perioden Til dato obligatoriske for gjentakende {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303344apps/erpnext/erpnext/config/projects.py +13,Project activity / task.,Prosjektet aktivitet / oppgave.
Nabin Hait34037e02016-02-03 13:10:54 +05303345apps/erpnext/erpnext/config/hr.py +78,Generate Salary Slips,Generere lønnsslipper
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303346apps/erpnext/erpnext/accounts/doctype/pricing_rule/pricing_rule.py +41,"Buying must be checked, if Applicable For is selected as {0}","Kjøper må sjekkes, hvis dette gjelder for er valgt som {0}"
3347apps/erpnext/erpnext/setup/doctype/authorization_rule/authorization_rule.py +40,Discount must be less than 100,Rabatt må være mindre enn 100
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303348DocType: Purchase Invoice,Write Off Amount (Company Currency),Skriv Off Beløp (Selskap Valuta)
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303349apps/erpnext/erpnext/stock/doctype/item/item.py +412,Row #{0}: Please set reorder quantity,Row # {0}: Vennligst sett omgjøring kvantitet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303350DocType: Landed Cost Voucher,Landed Cost Voucher,Landed Cost Voucher
3351apps/erpnext/erpnext/hr/doctype/process_payroll/process_payroll.py +55,Please set {0},Vennligst sett {0}
3352DocType: Purchase Invoice,Repeat on Day of Month,Gjenta på dag i måneden
3353DocType: Employee,Health Details,Helse Detaljer
3354DocType: Offer Letter,Offer Letter Terms,Tilby Letter Vilkår
3355DocType: Features Setup,To track any installation or commissioning related work after sales,Å spore noen installasjon eller igangkjøring relatert arbeid etter salg
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303356DocType: Purchase Invoice Advance,Journal Entry Detail No,Journal Entry Detail Nei
3357DocType: Employee External Work History,Salary,Lønn
3358DocType: Serial No,Delivery Document Type,Levering dokumenttype
3359DocType: Process Payroll,Submit all salary slips for the above selected criteria,Send inn alle lønnsslipper for de ovenfor valgte kriterier
3360apps/erpnext/erpnext/hub_node/doctype/hub_settings/hub_settings.py +93,{0} Items synced,{0} elementer synkronisert
3361DocType: Sales Order,Partly Delivered,Delvis Leveres
3362DocType: Sales Invoice,Existing Customer,Eksisterende kunde
3363DocType: Email Digest,Receivables,Fordringer
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303364DocType: Customer,Additional information regarding the customer.,Ytterligere informasjon om kunden.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303365DocType: Quality Inspection Reading,Reading 5,Reading 5
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303366apps/erpnext/erpnext/crm/doctype/lead/lead.py +37,Campaign Name is required,Kampanjenavn er påkrevd
3367DocType: Maintenance Visit,Maintenance Date,Vedlikehold Dato
3368DocType: Purchase Receipt Item,Rejected Serial No,Avvist Serial No
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303369apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.js +40,New Newsletter,Ny Nyhetsbrev
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303370apps/erpnext/erpnext/support/doctype/maintenance_schedule/maintenance_schedule.py +157,Start date should be less than end date for Item {0},Startdato skal være mindre enn sluttdato for Element {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303371DocType: Item,"Example: ABCD.#####
3372If series is set and Serial No is not mentioned in transactions, then automatic serial number will be created based on this series. If you always want to explicitly mention Serial Nos for this item. leave this blank.","Eksempel:. ABCD ##### Hvis serien er satt og serienummer er ikke nevnt i transaksjoner, og deretter automatisk serienummer vil bli opprettet basert på denne serien. Hvis du alltid vil eksplisitt nevne Serial Nos for dette elementet. la dette stå tomt."
3373DocType: Upload Attendance,Upload Attendance,Last opp Oppmøte
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303374apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +119,BOM and Manufacturing Quantity are required,BOM og Industri Antall kreves
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303375apps/erpnext/erpnext/accounts/report/accounts_payable/accounts_payable.js +44,Ageing Range 2,Aldring Range 2
Anand Doshibb256e42016-01-04 16:50:38 +05303376apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +461,Amount,Beløp
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303377apps/erpnext/erpnext/manufacturing/doctype/bom_replace_tool/bom_replace_tool.py +21,BOM replaced,BOM erstattet
3378,Sales Analytics,Salgs Analytics
3379DocType: Manufacturing Settings,Manufacturing Settings,Produksjons Innstillinger
3380apps/erpnext/erpnext/config/setup.py +56,Setting up Email,Sette opp e-post
Rushabh Mehta1c32d052016-01-12 12:02:26 +05303381apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +91,Please enter default currency in Company Master,Skriv inn standardvaluta i selskapet Master
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303382DocType: Stock Entry Detail,Stock Entry Detail,Stock Entry Detail
Anand Doshi191b2972015-10-21 16:50:31 +05303383apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.py +101,Daily Reminders,Daglige påminnelser
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303384apps/erpnext/erpnext/accounts/doctype/tax_rule/tax_rule.py +82,Tax Rule Conflicts with {0},Skatteregel Konflikter med {0}
Rushabh Mehtad627af22016-03-03 11:24:58 +05303385apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +205,New Account Name,New Account Name
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303386DocType: Purchase Invoice Item,Raw Materials Supplied Cost,Råvare Leveres Cost
3387DocType: Selling Settings,Settings for Selling Module,Innstillinger for å selge Module
Anand Doshi019111b2015-11-20 18:00:11 +05303388apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +73,Customer Service,Kundeservice
Anand Doshi191b2972015-10-21 16:50:31 +05303389DocType: Item,Thumbnail,Thumbnail
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303390DocType: Item Customer Detail,Item Customer Detail,Sak Customer Detalj
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303391apps/erpnext/erpnext/crm/doctype/newsletter/newsletter.py +147,Confirm Your Email,Bekreft Din e-post
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303392apps/erpnext/erpnext/config/hr.py +53,Offer candidate a Job.,Tilbudet kandidat en jobb.
3393DocType: Notification Control,Prompt for Email on Submission of,Spør for E-post om innsending av
Anand Doshi019111b2015-11-20 18:00:11 +05303394apps/erpnext/erpnext/hr/doctype/leave_allocation/leave_allocation.py +81,Total allocated leaves are more than days in the period,Totalt tildelte bladene er mer enn dager i perioden
Anand Doshi191b2972015-10-21 16:50:31 +05303395apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +70,Item {0} must be a stock Item,Elementet {0} må være en lagervare
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303396DocType: Manufacturing Settings,Default Work In Progress Warehouse,Standard Work In Progress Warehouse
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303397apps/erpnext/erpnext/config/accounts.py +117,Default settings for accounting transactions.,Standardinnstillingene for regnskapsmessige transaksjoner.
Rushabh Mehtad627af22016-03-03 11:24:58 +05303398apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +59,Expected Date cannot be before Material Request Date,Forventet Datoen kan ikke være før Material Request Dato
Nabin Hait34037e02016-02-03 13:10:54 +05303399apps/erpnext/erpnext/stock/get_item_details.py +115,Item {0} must be a Sales Item,Elementet {0} må være en Sales Element
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303400DocType: Naming Series,Update Series Number,Update-serien Nummer
3401DocType: Account,Equity,Egenkapital
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303402DocType: Sales Order,Printing Details,Utskrift Detaljer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303403DocType: Task,Closing Date,Avslutningsdato
3404DocType: Sales Order Item,Produced Quantity,Produsert Antall
Anand Doshi019111b2015-11-20 18:00:11 +05303405apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +84,Engineer,Ingeniør
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303406apps/erpnext/erpnext/stock/report/bom_search/bom_search.js +38,Search Sub Assemblies,Søk Sub Assemblies
Nabin Hait9a24abe2016-01-21 16:31:40 +05303407apps/erpnext/erpnext/accounts/doctype/sales_invoice/sales_invoice.py +387,Item Code required at Row No {0},Elementkode kreves ved Row Nei {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303408DocType: Sales Partner,Partner Type,Partner Type
3409DocType: Purchase Taxes and Charges,Actual,Faktiske
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303410DocType: Authorization Rule,Customerwise Discount,Customerwise Rabatt
3411DocType: Purchase Invoice,Against Expense Account,Mot regning
3412DocType: Production Order,Production Order,Produksjon Bestill
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303413apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +248,Installation Note {0} has already been submitted,Installasjon Merk {0} har allerede blitt sendt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303414DocType: Quotation Item,Against Docname,Mot Docname
3415DocType: SMS Center,All Employee (Active),All Employee (Active)
3416apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +9,View Now,Vis nå
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303417DocType: BOM,Raw Material Cost,Raw Material Cost
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303418DocType: Item Reorder,Re-Order Level,Re-Order nivå
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303419DocType: Production Planning Tool,Enter items and planned qty for which you want to raise production orders or download raw materials for analysis.,Skriv inn elementer og planlagt stk som du ønsker å heve produksjonsordrer eller laste råvarer for analyse.
Anand Doshi019111b2015-11-20 18:00:11 +05303420apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +57,Part-time,Deltid
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303421DocType: Employee,Applicable Holiday List,Gjelder Holiday List
3422DocType: Employee,Cheque,Cheque
Anand Doshi191b2972015-10-21 16:50:31 +05303423apps/erpnext/erpnext/setup/doctype/naming_series/naming_series.py +56,Series Updated,Serien Oppdatert
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303424apps/erpnext/erpnext/accounts/doctype/account/account.py +158,Report Type is mandatory,Rapporter Type er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303425DocType: Item,Serial Number Series,Serienummer Series
Rushabh Mehtafc307972015-11-04 18:02:45 +05303426apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +69,Warehouse is mandatory for stock Item {0} in row {1},Warehouse er obligatorisk for lager Element {0} i rad {1}
Anand Doshi019111b2015-11-20 18:00:11 +05303427apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +45,Retail & Wholesale,Retail &amp; Wholesale
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303428DocType: Issue,First Responded On,Først Svarte På
3429DocType: Website Item Group,Cross Listing of Item in multiple groups,Cross Notering av varen i flere grupper
Anand Doshibb256e42016-01-04 16:50:38 +05303430apps/erpnext/erpnext/accounts/doctype/fiscal_year/fiscal_year.py +49,Fiscal Year Start Date and Fiscal Year End Date are already set in Fiscal Year {0},Regnskapsår Startdato og regnskapsår sluttdato er allerede satt i regnskapsåret {0}
3431apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py +115,Successfully Reconciled,Vellykket Forsonet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303432DocType: Production Order,Planned End Date,Planlagt sluttdato
3433apps/erpnext/erpnext/config/stock.py +43,Where items are stored.,Hvor varene er lagret.
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303434DocType: Tax Rule,Validity,Gyldighet
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303435apps/erpnext/erpnext/accounts/report/accounts_receivable/accounts_receivable.html +19,Invoiced Amount,Fakturert beløp
3436DocType: Attendance,Attendance,Oppmøte
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303437DocType: BOM,Materials,Materialer
3438DocType: Leave Block List,"If not checked, the list will have to be added to each Department where it has to be applied.","Hvis ikke sjekket, vil listen må legges til hver avdeling hvor det må brukes."
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303439apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +510,Posting date and posting time is mandatory,Konteringsdato og legger tid er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303440apps/erpnext/erpnext/config/buying.py +79,Tax template for buying transactions.,Skatt mal for å kjøpe transaksjoner.
3441,Item Prices,Varepriser
3442DocType: Purchase Order,In Words will be visible once you save the Purchase Order.,I Ord vil være synlig når du lagrer innkjøpsordre.
3443DocType: Period Closing Voucher,Period Closing Voucher,Periode Closing Voucher
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303444apps/erpnext/erpnext/config/stock.py +120,Price List master.,Prisliste mester.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303445DocType: Task,Review Date,Omtale Dato
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303446DocType: Purchase Invoice,Advance Payments,Forskudd
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303447DocType: Purchase Taxes and Charges,On Net Total,On Net Total
Rushabh Mehta1c32d052016-01-12 12:02:26 +05303448apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +161,Target warehouse in row {0} must be same as Production Order,Target lager i rad {0} må være samme som produksjonsordre
Nabin Hait34037e02016-02-03 13:10:54 +05303449apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +99,No permission to use Payment Tool,Ingen tillatelse til å bruke Betaling Tool
Rushabh Mehtad627af22016-03-03 11:24:58 +05303450apps/erpnext/erpnext/controllers/recurring_document.py +201,'Notification Email Addresses' not specified for recurring %s,Varslings E-postadresser som ikke er spesifisert for gjentakende% s
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303451apps/erpnext/erpnext/accounts/doctype/account/account.py +123,Currency can not be changed after making entries using some other currency,Valuta kan ikke endres etter at oppføringer ved hjelp av en annen valuta
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303452DocType: Company,Round Off Account,Rund av konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303453apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +84,Administrative Expenses,Administrative utgifter
Anand Doshi019111b2015-11-20 18:00:11 +05303454apps/erpnext/erpnext/setup/setup_wizard/industry_type.py +18,Consulting,Consulting
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303455DocType: Customer Group,Parent Customer Group,Parent Kundegruppe
Anand Doshi9c0983f2016-02-17 12:59:54 +05303456apps/erpnext/erpnext/public/js/pos/pos.js +454,Change,Endre
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303457DocType: Purchase Invoice,Contact Email,Kontakt Epost
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303458DocType: Appraisal Goal,Score Earned,Resultat tjent
Rushabh Mehtad627af22016-03-03 11:24:58 +05303459apps/erpnext/erpnext/public/js/setup_wizard.js +18,"e.g. ""My Company LLC""",f.eks &quot;My Company LLC&quot;
Anand Doshi019111b2015-11-20 18:00:11 +05303460apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +173,Notice Period,Oppsigelsestid
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303461DocType: Bank Reconciliation Detail,Voucher ID,Kupong ID
3462apps/erpnext/erpnext/setup/doctype/territory/territory.js +14,This is a root territory and cannot be edited.,Dette er en rot territorium og kan ikke redigeres.
3463DocType: Packing Slip,Gross Weight UOM,Bruttovekt målenheter
3464DocType: Email Digest,Receivables / Payables,Fordringer / gjeld
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303465DocType: Delivery Note Item,Against Sales Invoice,Mot Salg Faktura
Anand Doshibb256e42016-01-04 16:50:38 +05303466apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +468,Credit Account,Credit konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303467DocType: Landed Cost Item,Landed Cost Item,Landed Cost Element
3468apps/erpnext/erpnext/accounts/report/trial_balance/trial_balance.js +56,Show zero values,Vis nullverdier
3469DocType: BOM,Quantity of item obtained after manufacturing / repacking from given quantities of raw materials,Antall element oppnådd etter produksjon / nedpakking fra gitte mengder råvarer
3470DocType: Payment Reconciliation,Receivable / Payable Account,Fordringer / gjeld konto
3471DocType: Delivery Note Item,Against Sales Order Item,Mot kundeordreposisjon
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303472apps/erpnext/erpnext/stock/doctype/item/item.py +559,Please specify Attribute Value for attribute {0},Vennligst oppgi data Verdi for attributtet {0}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303473DocType: Item,Default Warehouse,Standard Warehouse
3474DocType: Task,Actual End Date (via Time Logs),Selve Sluttdato (via Time Logger)
3475apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +37,Budget cannot be assigned against Group Account {0},Budsjettet kan ikke overdras mot gruppekonto {0}
3476apps/erpnext/erpnext/accounts/doctype/cost_center/cost_center.py +23,Please enter parent cost center,Skriv inn forelder kostnadssted
3477DocType: Delivery Note,Print Without Amount,Skriv ut Uten Beløp
Anand Doshi019111b2015-11-20 18:00:11 +05303478apps/erpnext/erpnext/controllers/buying_controller.py +60,Tax Category can not be 'Valuation' or 'Valuation and Total' as all items are non-stock items,Avgiftskategori kan ikke være &quot;Verdsettelse&quot; eller &quot;Verdsettelse og Total&quot; som alle elementene er ikke-lager
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303479DocType: Issue,Support Team,Support Team
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303480DocType: Appraisal,Total Score (Out of 5),Total poengsum (av 5)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303481DocType: Batch,Batch,Parti
Anand Doshi03791fc2015-12-15 15:17:11 +05303482apps/erpnext/erpnext/stock/doctype/item/item.js +20,Balance,Balanse
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303483DocType: Project,Total Expense Claim (via Expense Claims),Total Expense krav (via Utgifts Krav)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303484DocType: Journal Entry,Debit Note,Debitnota
3485DocType: Stock Entry,As per Stock UOM,Pr Stock målenheter
3486apps/erpnext/erpnext/stock/doctype/batch/batch_list.js +7,Not Expired,Ikke utløpt
3487DocType: Journal Entry,Total Debit,Total debet
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303488DocType: Manufacturing Settings,Default Finished Goods Warehouse,Standardferdigvarelageret
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303489apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py +74,Sales Person,Sales Person
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303490DocType: Sales Invoice,Cold Calling,Cold Calling
3491DocType: SMS Parameter,SMS Parameter,SMS Parameter
3492DocType: Maintenance Schedule Item,Half Yearly,Halvårlig
3493DocType: Lead,Blog Subscriber,Blogg Subscriber
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303494apps/erpnext/erpnext/config/setup.py +88,Create rules to restrict transactions based on values.,Lage regler for å begrense transaksjoner basert på verdier.
3495DocType: HR Settings,"If checked, Total no. of Working Days will include holidays, and this will reduce the value of Salary Per Day","Hvis det er merket, Total nei. arbeidsdager vil omfatte helligdager, og dette vil redusere verdien av Lønn per dag"
3496DocType: Purchase Invoice,Total Advance,Total Advance
Nabin Hait34037e02016-02-03 13:10:54 +05303497apps/erpnext/erpnext/config/hr.py +235,Processing Payroll,Processing Lønn
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303498DocType: Opportunity Item,Basic Rate,Basic Rate
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303499DocType: GL Entry,Credit Amount,Credit Beløp
Nabin Hait34037e02016-02-03 13:10:54 +05303500apps/erpnext/erpnext/crm/doctype/opportunity/opportunity.js +141,Set as Lost,Sett som tapte
Anand Doshi666fbaf2015-11-26 12:40:13 +05303501apps/erpnext/erpnext/accounts/print_format/payment_receipt_voucher/payment_receipt_voucher.html +4,Payment Receipt Note,Betaling Kvittering Note
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303502DocType: Supplier,Credit Days Based On,Kreditt Days Based On
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303503DocType: Tax Rule,Tax Rule,Skatt Rule
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303504DocType: Selling Settings,Maintain Same Rate Throughout Sales Cycle,Opprettholde samme hastighet Gjennom Salgssyklus
3505DocType: Manufacturing Settings,Plan time logs outside Workstation Working Hours.,Planlegg tids logger utenfor arbeidsstasjon arbeidstid.
Rushabh Mehtafc307972015-11-04 18:02:45 +05303506apps/erpnext/erpnext/buying/doctype/purchase_common/purchase_common.py +95,{0} {1} has already been submitted,{0} {1} har allerede blitt sendt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303507,Items To Be Requested,Elementer å bli forespurt
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303508DocType: Purchase Order,Get Last Purchase Rate,Få siste kjøp Ranger
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303509DocType: Time Log,Billing Rate based on Activity Type (per hour),Billing pris basert på aktivitet Type (per time)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303510DocType: Company,Company Info,Selskap Info
Anand Doshi03791fc2015-12-15 15:17:11 +05303511apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +218,"Company Email ID not found, hence mail not sent","Firma Email ID ikke funnet, derav posten sendt"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303512apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +9,Application of Funds (Assets),Anvendelse av midler (aktiva)
Rushabh Mehtad627af22016-03-03 11:24:58 +05303513DocType: Purchase Invoice,Frequency,Hyppighet
Anand Doshibb256e42016-01-04 16:50:38 +05303514apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.js +462,Debit Account,Debet konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303515DocType: Fiscal Year,Year Start Date,År Startdato
3516DocType: Attendance,Employee Name,Ansattes Navn
3517DocType: Sales Invoice,Rounded Total (Company Currency),Avrundet Total (Selskap Valuta)
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303518apps/erpnext/erpnext/accounts/doctype/account/account.py +95,Cannot covert to Group because Account Type is selected.,Kan ikke covert til konsernet fordi Kontotype er valgt.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303519DocType: Purchase Common,Purchase Common,Kjøp Common
Rushabh Mehtad627af22016-03-03 11:24:58 +05303520apps/erpnext/erpnext/stock/doctype/material_request/material_request.py +93,{0} {1} has been modified. Please refresh.,{0} {1} har blitt endret. Vennligst oppdater.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303521DocType: Leave Block List,Stop users from making Leave Applications on following days.,Stoppe brukere fra å gjøre La Applications på følgende dager.
Anand Doshi019111b2015-11-20 18:00:11 +05303522apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +166,Employee Benefits,Ytelser til ansatte
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303523DocType: Sales Invoice,Is POS,Er POS
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303524apps/erpnext/erpnext/stock/doctype/delivery_note/delivery_note.py +230,Packed quantity must equal quantity for Item {0} in row {1},Pakket mengde må være lik mengde for Element {0} i rad {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303525DocType: Production Order,Manufactured Qty,Produsert Antall
3526DocType: Purchase Receipt Item,Accepted Quantity,Akseptert Antall
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303527apps/erpnext/erpnext/accounts/party.py +25,{0}: {1} does not exists,{0}: {1} ikke eksisterer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303528apps/erpnext/erpnext/config/accounts.py +18,Bills raised to Customers.,Regninger hevet til kundene.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303529apps/erpnext/erpnext/projects/report/project_wise_stock_tracking/project_wise_stock_tracking.py +26,Project Id,Prosjekt Id
Anand Doshi9c0983f2016-02-17 12:59:54 +05303530apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +493,Row No {0}: Amount cannot be greater than Pending Amount against Expense Claim {1}. Pending Amount is {2},Row Nei {0}: Beløpet kan ikke være større enn utestående beløpet mot Expense krav {1}. Avventer Beløp er {2}
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303531apps/erpnext/erpnext/crm/doctype/newsletter_list/newsletter_list.py +40,{0} subscribers added,{0} abonnenter lagt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303532DocType: Maintenance Schedule,Schedule,Tidsplan
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303533DocType: Cost Center,"Define Budget for this Cost Center. To set budget action, see ""Company List""","Definer Budsjett for denne kostnadssted. Slik stiller budsjett handling, se &quot;Selskapet List&quot;"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303534DocType: Account,Parent Account,Parent konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303535DocType: Quality Inspection Reading,Reading 3,Reading 3
3536,Hub,Hub
3537DocType: GL Entry,Voucher Type,Kupong Type
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303538apps/erpnext/erpnext/public/js/pos/pos.js +99,Price List not found or disabled,Prisliste ikke funnet eller deaktivert
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303539DocType: Expense Claim,Approved,Godkjent
3540DocType: Pricing Rule,Price,Pris
Anand Doshi03791fc2015-12-15 15:17:11 +05303541apps/erpnext/erpnext/hr/doctype/salary_slip/salary_slip.py +99,Employee relieved on {0} must be set as 'Left',Ansatt lettet på {0} må være angitt som &quot;venstre&quot;
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303542DocType: Item,"Selecting ""Yes"" will give a unique identity to each entity of this item which can be viewed in the Serial No master.",Velge &quot;Ja&quot; vil gi en unik identitet til hver enhet av dette elementet som kan sees i Serial No mester.
3543apps/erpnext/erpnext/hr/doctype/appraisal/appraisal.py +39,Appraisal {0} created for Employee {1} in the given date range,Appraisal {0} skapt for Employee {1} i den gitte datointervall
3544DocType: Employee,Education,Utdanning
3545DocType: Selling Settings,Campaign Naming By,Kampanje Naming Av
3546DocType: Employee,Current Address Is,Gjeldende adresse Er
Rushabh Mehtad627af22016-03-03 11:24:58 +05303547apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +218,"Optional. Sets company's default currency, if not specified.","Valgfritt. Setter selskapets standardvaluta, hvis ikke spesifisert."
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303548DocType: Address,Office,Kontor
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303549apps/erpnext/erpnext/config/accounts.py +13,Accounting journal entries.,Regnskap posteringer.
Rushabh Mehtafc307972015-11-04 18:02:45 +05303550DocType: Delivery Note Item,Available Qty at From Warehouse,Tilgjengelig Antall på From Warehouse
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303551apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +246,Please select Employee Record first.,Vennligst velg Employee Record først.
Anand Doshibb256e42016-01-04 16:50:38 +05303552apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +191,Row {0}: Party / Account does not match with {1} / {2} in {3} {4},Rad {0}: Party / Account samsvarer ikke med {1} / {2} i {3} {4}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303553apps/erpnext/erpnext/accounts/page/accounts_browser/accounts_browser.js +35,To create a Tax Account,For å opprette en Tax-konto
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303554apps/erpnext/erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py +240,Please enter Expense Account,Skriv inn Expense konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303555DocType: Account,Stock,Lager
3556DocType: Employee,Current Address,Nåværende Adresse
3557DocType: Item,"If item is a variant of another item then description, image, pricing, taxes etc will be set from the template unless explicitly specified","Hvis elementet er en variant av et annet element da beskrivelse, image, priser, avgifter osv vil bli satt fra malen uten eksplisitt spesifisert"
3558DocType: Serial No,Purchase / Manufacture Details,Kjøp / Produksjon Detaljer
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303559apps/erpnext/erpnext/config/stock.py +283,Batch Inventory,Batch Lager
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303560DocType: Employee,Contract End Date,Kontraktssluttdato
3561DocType: Sales Order,Track this Sales Order against any Project,Spor dette Salgsordre mot ethvert prosjekt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303562DocType: Production Planning Tool,Pull sales orders (pending to deliver) based on the above criteria,Pull salgsordrer (pending å levere) basert på kriteriene ovenfor
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303563DocType: Deduction Type,Deduction Type,Fradrag Type
3564DocType: Attendance,Half Day,Halv Dag
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303565DocType: Pricing Rule,Min Qty,Min Antall
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303566DocType: Features Setup,"To track items in sales and purchase documents with batch nos. ""Preferred Industry: Chemicals""",Å spore elementer i salgs- og kjøps dokumenter med batch nos. &quot;Foretrukket Bransje: Kjemikalier&quot;
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303567DocType: GL Entry,Transaction Date,Transaksjonsdato
3568DocType: Production Plan Item,Planned Qty,Planlagt Antall
Anand Doshi019111b2015-11-20 18:00:11 +05303569apps/erpnext/erpnext/accounts/report/purchase_register/purchase_register.py +93,Total Tax,Total Skatte
Rushabh Mehta1c32d052016-01-12 12:02:26 +05303570apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py +177,For Quantity (Manufactured Qty) is mandatory,For Mengde (Produsert Stk) er obligatorisk
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303571DocType: Stock Entry,Default Target Warehouse,Standard Target Warehouse
3572DocType: Purchase Invoice,Net Total (Company Currency),Net Total (Selskap Valuta)
Rushabh Mehtafc307972015-11-04 18:02:45 +05303573apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +79,Row {0}: Party Type and Party is only applicable against Receivable / Payable account,Rad {0}: Party Type og Party gjelder bare mot fordringer / gjeld konto
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303574DocType: Notification Control,Purchase Receipt Message,Kvitteringen Message
3575DocType: Production Order,Actual Start Date,Faktisk startdato
3576DocType: Sales Order,% of materials delivered against this Sales Order,% Av materialer leveres mot denne kundeordre
Rushabh Mehtafc307972015-11-04 18:02:45 +05303577apps/erpnext/erpnext/config/stock.py +23,Record item movement.,Record element bevegelse.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303578DocType: Newsletter List Subscriber,Newsletter List Subscriber,Nyhetsbrev List Subscriber
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303579DocType: Hub Settings,Hub Settings,Hub-innstillinger
3580DocType: Project,Gross Margin %,Bruttomargin%
3581DocType: BOM,With Operations,Med Operations
Rushabh Mehtafc307972015-11-04 18:02:45 +05303582apps/erpnext/erpnext/accounts/party.py +232,Accounting entries have already been made in currency {0} for company {1}. Please select a receivable or payable account with currency {0}.,Regnskapspostene har allerede blitt gjort i valuta {0} for selskap {1}. Vennligst velg en fordring eller betales konto med valuta {0}.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303583,Monthly Salary Register,Månedlig Lønn Register
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303584DocType: Warranty Claim,If different than customer address,Hvis annerledes enn kunden adresse
3585DocType: BOM Operation,BOM Operation,BOM Operation
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303586DocType: Purchase Taxes and Charges,On Previous Row Amount,På Forrige Row Beløp
Anand Doshi019111b2015-11-20 18:00:11 +05303587apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +33,Please enter Payment Amount in atleast one row,Skriv inn Betalingsbeløp i minst én rad
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303588DocType: POS Profile,POS Profile,POS Profile
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303589DocType: Payment Gateway Account,Payment URL Message,Betaling URL Message
3590apps/erpnext/erpnext/config/accounts.py +163,"Seasonality for setting budgets, targets etc.","Sesong for å sette budsjetter, mål etc."
Nabin Hait34037e02016-02-03 13:10:54 +05303591apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.js +242,Row {0}: Payment Amount cannot be greater than Outstanding Amount,Rad {0}: Betalingsbeløp kan ikke være større enn utestående beløp
Rushabh Mehtad627af22016-03-03 11:24:58 +05303592apps/erpnext/erpnext/buying/doctype/supplier/supplier.js +69,Total Unpaid,Total Ubetalte
Nabin Hait34037e02016-02-03 13:10:54 +05303593apps/erpnext/erpnext/projects/doctype/time_log/time_log_list.js +32,Time Log is not billable,Tid Log er ikke fakturerbar
3594apps/erpnext/erpnext/stock/get_item_details.py +118,"Item {0} is a template, please select one of its variants","Element {0} er en mal, kan du velge en av variantene"
Rushabh Mehtad627af22016-03-03 11:24:58 +05303595apps/erpnext/erpnext/public/js/setup_wizard.js +169,Purchaser,Kjøper
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303596apps/erpnext/erpnext/hr/doctype/salary_structure/salary_structure.py +81,Net pay cannot be negative,Nettolønn kan ikke være negativ
Nabin Hait34037e02016-02-03 13:10:54 +05303597apps/erpnext/erpnext/accounts/doctype/payment_tool/payment_tool.py +109,Please enter the Against Vouchers manually,Vennligst oppgi Against Kuponger manuelt
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303598DocType: SMS Settings,Static Parameters,Statiske Parametere
3599DocType: Purchase Order,Advance Paid,Advance Betalt
3600DocType: Item,Item Tax,Sak Skatte
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303601apps/erpnext/erpnext/buying/doctype/purchase_order/purchase_order.js +606,Material to Supplier,Materiale til Leverandør
3602apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.js +179,Excise Invoice,Vesenet Faktura
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303603DocType: Expense Claim,Employees Email Id,Ansatte Email Id
Nabin Hait34037e02016-02-03 13:10:54 +05303604DocType: Employee Attendance Tool,Marked Attendance,merket Oppmøte
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303605apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +159,Current Liabilities,Kortsiktig gjeld
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303606apps/erpnext/erpnext/config/crm.py +48,Send mass SMS to your contacts,Sende masse SMS til kontaktene dine
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303607DocType: Purchase Taxes and Charges,Consider Tax or Charge for,Tenk Skatte eller Charge for
Anand Doshi191b2972015-10-21 16:50:31 +05303608apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py +57,Actual Qty is mandatory,Selve Antall er obligatorisk
Anand Doshi019111b2015-11-20 18:00:11 +05303609apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +132,Credit Card,Kredittkort
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303610DocType: BOM,Item to be manufactured or repacked,Elementet som skal produseres eller pakkes
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303611apps/erpnext/erpnext/config/stock.py +90,Default settings for stock transactions.,Standardinnstillingene for aksjetransaksjoner.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303612DocType: Purchase Invoice,Next Date,Neste dato
3613DocType: Employee Education,Major/Optional Subjects,Store / valgfrie emner
3614apps/erpnext/erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py +49,Please enter Taxes and Charges,Skriv inn skatter og avgifter
Rushabh Mehtafc307972015-11-04 18:02:45 +05303615DocType: Sales Invoice Item,Drop Ship,Drop Ship
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303616DocType: Employee,"Here you can maintain family details like name and occupation of parent, spouse and children","Her kan du opprettholde familie informasjon som navn og okkupasjon av foreldre, ektefelle og barn"
3617DocType: Hub Settings,Seller Name,Selger Navn
3618DocType: Purchase Invoice,Taxes and Charges Deducted (Company Currency),Skatter og avgifter fratrukket (Company Valuta)
3619DocType: Item Group,General Settings,Generelle Innstillinger
3620apps/erpnext/erpnext/setup/doctype/currency_exchange/currency_exchange.py +19,From Currency and To Currency cannot be same,Fra Valuta og til valuta kan ikke være det samme
3621DocType: Stock Entry,Repack,Pakk
3622apps/erpnext/erpnext/setup/doctype/email_digest/email_digest.js +6,You must Save the form before proceeding,Du må Lagre skjemaet før du fortsetter
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303623DocType: Item Attribute,Numeric Values,Numeriske verdier
Rushabh Mehtad627af22016-03-03 11:24:58 +05303624apps/erpnext/erpnext/public/js/setup_wizard.js +140,Attach Logo,Fest Logo
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303625DocType: Customer,Commission Rate,Kommisjon
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303626apps/erpnext/erpnext/stock/doctype/item/item.js +223,Make Variant,Gjør Variant
Nabin Hait34037e02016-02-03 13:10:54 +05303627apps/erpnext/erpnext/config/hr.py +153,Block leave applications by department.,Block permisjon applikasjoner ved avdelingen.
Anand Doshibb256e42016-01-04 16:50:38 +05303628apps/erpnext/erpnext/templates/pages/cart.html +51,Cart is Empty,Handlevognen er tom
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303629DocType: Production Order,Actual Operating Cost,Faktiske driftskostnader
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303630apps/erpnext/erpnext/accounts/doctype/account/account.py +80,Root cannot be edited.,Root kan ikke redigeres.
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303631apps/erpnext/erpnext/accounts/utils.py +197,Allocated amount can not greater than unadusted amount,Bevilget beløp kan ikke større enn unadusted mengde
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303632DocType: Manufacturing Settings,Allow Production on Holidays,Tillat Produksjonen på helligdager
3633DocType: Sales Order,Customer's Purchase Order Date,Kundens Purchase Order Date
3634apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py +183,Capital Stock,Kapitalbeholdningen
3635DocType: Packing Slip,Package Weight Details,Pakken vektdetaljer
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303636DocType: Payment Gateway Account,Payment Gateway Account,Betaling Gateway konto
Rushabh Mehtad627af22016-03-03 11:24:58 +05303637DocType: Shopping Cart Settings,After payment completion redirect user to selected page.,Etter betaling ferdigstillelse omdirigere brukeren til valgt side.
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303638apps/erpnext/erpnext/hr/doctype/upload_attendance/upload_attendance.py +105,Please select a csv file,Vennligst velg en csv-fil
Rushabh Mehta626ba1b2015-10-14 15:22:06 +05303639DocType: Purchase Order,To Receive and Bill,Å motta og Bill
Anand Doshi019111b2015-11-20 18:00:11 +05303640apps/erpnext/erpnext/setup/setup_wizard/install_fixtures.py +94,Designer,Designer
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303641apps/erpnext/erpnext/config/selling.py +121,Terms and Conditions Template,Betingelser Mal
3642DocType: Serial No,Delivery Details,Levering Detaljer
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303643apps/erpnext/erpnext/stock/doctype/purchase_receipt/purchase_receipt.py +380,Cost Center is required in row {0} in Taxes table for type {1},Kostnadssted er nødvendig i rad {0} i skatter tabell for typen {1}
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303644,Item-wise Purchase Register,Element-messig Purchase Register
3645DocType: Batch,Expiry Date,Utløpsdato
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303646apps/erpnext/erpnext/stock/doctype/item/item.py +408,"To set reorder level, item must be a Purchase Item or Manufacturing Item","Slik stiller omgjøring nivå, må varen være en innkjøpsenhet eller Manufacturing Element"
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303647,Supplier Addresses and Contacts,Leverandør Adresser og kontakter
3648apps/erpnext/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js +268,Please select Category first,Vennligst første velg kategori
3649apps/erpnext/erpnext/config/projects.py +18,Project master.,Prosjektet mester.
3650DocType: Global Defaults,Do not show any symbol like $ etc next to currencies.,Ikke viser noen symbol som $ etc ved siden av valutaer.
Rushabh Mehtadd408d82016-02-09 12:24:27 +05303651apps/erpnext/erpnext/hr/doctype/leave_application/leave_application.py +400, (Half Day),(Halv Dag)
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303652DocType: Supplier,Credit Days,Kreditt Days
3653DocType: Leave Type,Is Carry Forward,Er fremføring
Anand Doshiee19fc02015-12-21 17:10:20 +05303654apps/erpnext/erpnext/stock/doctype/material_request/material_request.js +566,Get Items from BOM,Få Elementer fra BOM
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303655apps/erpnext/erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py +41,Lead Time Days,Ledetid Days
Rushabh Mehtad627af22016-03-03 11:24:58 +05303656apps/erpnext/erpnext/manufacturing/doctype/production_planning_tool/production_planning_tool.py +126,Please enter Sales Orders in the above table,Fyll inn salgsordrer i tabellen ovenfor
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303657apps/erpnext/erpnext/config/manufacturing.py +120,Bill of Materials,Bill of Materials
Rushabh Mehtafc307972015-11-04 18:02:45 +05303658apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +77,Row {0}: Party Type and Party is required for Receivable / Payable account {1},Rad {0}: Party Type og Party er nødvendig for fordringer / gjeld kontoen {1}
Rushabh Mehta4140fa52015-12-01 16:02:15 +05303659apps/erpnext/erpnext/accounts/report/bank_reconciliation_statement/bank_reconciliation_statement.py +102,Ref Date,Ref Dato
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303660DocType: Employee,Reason for Leaving,Grunn til å forlate
3661DocType: Expense Claim Detail,Sanctioned Amount,Sanksjonert Beløp
3662DocType: GL Entry,Is Opening,Er Åpnings
Anand Doshibb256e42016-01-04 16:50:38 +05303663apps/erpnext/erpnext/accounts/doctype/journal_entry/journal_entry.py +170,Row {0}: Debit entry can not be linked with a {1},Rad {0}: Debet oppføring kan ikke være knyttet til en {1}
Anand Doshid7f7d5c2016-01-27 12:36:04 +05303664apps/erpnext/erpnext/accounts/doctype/account/account.py +212,Account {0} does not exist,Konto {0} finnes ikke
Rushabh Mehta63b98ec2015-08-04 11:38:04 +05303665DocType: Account,Cash,Kontanter
3666DocType: Employee,Short biography for website and other publications.,Kort biografi for hjemmeside og andre publikasjoner.