diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php
index e92a62fca11b..0db24adf37cd 100644
--- a/resources/lang/nb_NO/texts.php
+++ b/resources/lang/nb_NO/texts.php
@@ -5,8 +5,8 @@ return array(
// client
'organization' => 'Organisasjon',
'name' => 'Navn',
- 'website' => 'Webside',
- 'work_phone' => 'Telefon',
+ 'website' => 'Nettside',
+ 'work_phone' => 'Telefon (arbeid)',
'address' => 'Adresse',
'address1' => 'Gate',
'address2' => 'Nummer',
@@ -18,11 +18,11 @@ return array(
'first_name' => 'Fornavn',
'last_name' => 'Etternavn',
'phone' => 'Telefon',
- 'email' => 'Email',
+ 'email' => 'E-post',
'additional_info' => 'Tilleggsinfo',
- 'payment_terms' => 'Betalingsvilkår',
+ 'payment_terms' => 'Betalingsvilkår',
'currency_id' => 'Valuta',
- 'size_id' => 'Størrelse',
+ 'size_id' => 'Størrelse',
'industry_id' => 'Sektor',
'private_notes' => 'Private notater',
@@ -39,16 +39,16 @@ return array(
'discount' => 'Rabatt',
'taxes' => 'Skatter',
'tax' => 'Skatt',
- 'item' => 'Beløpstype',
- 'description' => 'Beskrivese',
- 'unit_cost' => 'á pris',
- 'quantity' => 'STK',
+ 'item' => 'Beløpstype',
+ 'description' => 'Beskrivelse',
+ 'unit_cost' => 'Stykkpris',
+ 'quantity' => 'Antall',
'line_total' => 'Sum',
- 'subtotal' => 'Totalbeløp',
- 'paid_to_date' => 'Betalt',
- 'balance_due' => 'Gjenstående',
+ 'subtotal' => 'Totalbeløp',
+ 'paid_to_date' => 'Betalt til Dato',
+ 'balance_due' => 'Gjenstående',
'invoice_design_id' => 'Design',
- 'terms' => 'Vilkår',
+ 'terms' => 'Vilkår',
'your_invoice' => 'Din faktura',
'remove_contact' => 'Fjern kontakt',
@@ -56,39 +56,39 @@ return array(
'create_new_client' => 'Opprett ny klient',
'edit_client_details' => 'Endre klientdetaljer',
'enable' => 'Aktiver',
- 'learn_more' => 'Lær mer',
+ 'learn_more' => 'Lær mer',
'manage_rates' => 'Administrer priser',
'note_to_client' => 'Merknad til klient',
- 'invoice_terms' => 'Vilkår for fakturaen',
- 'save_as_default_terms' => 'Lagre som standard vilkår',
+ 'invoice_terms' => 'Vilkår for fakturaen',
+ 'save_as_default_terms' => 'Lagre som standard vilkår',
'download_pdf' => 'Last ned PDF',
- 'pay_now' => 'Betal nå',
- 'save_invoice' => 'Lagre faktura',
- 'clone_invoice' => 'Kopier faktura',
- 'archive_invoice' => 'Arkiver faktura',
- 'delete_invoice' => 'Slett faktura',
- 'email_invoice' => 'Send faktura på epost',
- 'enter_payment' => 'Oppgi betaling',
+ 'pay_now' => 'Betal NÃ¥',
+ 'save_invoice' => 'Lagre Faktura',
+ 'clone_invoice' => 'Kopier Faktura',
+ 'archive_invoice' => 'Arkiver Faktura',
+ 'delete_invoice' => 'Slett Faktura',
+ 'email_invoice' => 'E-post Faktura',
+ 'enter_payment' => 'Oppgi Betaling',
'tax_rates' => 'Skattesatser',
'rate' => 'Sats',
'settings' => 'Innstillinger',
- 'enable_invoice_tax' => 'Aktiver for å spesifisere en faktura skatt',
- 'enable_line_item_tax' => 'Aktiver for å spesifisere artikkel skatt',
+ 'enable_invoice_tax' => 'Aktiver for å spesifisere en faktura skatt',
+ 'enable_line_item_tax' => 'Aktiver for å spesifisere artikkel skatt',
// navigation
- 'dashboard' => 'Dashboard',
+ 'dashboard' => 'Skrivebord',
'clients' => 'Klienter',
'invoices' => 'Fakturaer',
'payments' => 'Betalinger',
'credits' => 'Kreditter',
'history' => 'Historie',
- 'search' => 'Søk',
+ 'search' => 'Søk',
'sign_up' => 'Registrer deg',
'guest' => 'Gjest',
'company_details' => 'Firmainformasjon',
- 'online_payments' => 'Online betaling',
+ 'online_payments' => 'Nettbetalinger',
'notifications' => 'Varsler',
- 'import_export' => 'Import/Export',
+ 'import_export' => 'Import/Eksport',
'done' => 'Ferdig',
'save' => 'Lagre',
'create' => 'Lag',
@@ -102,14 +102,14 @@ return array(
'no_items' => 'Ingen elementer',
// recurring invoices
- 'recurring_invoices' => 'Gjentakende fakturaer',
- 'recurring_help' => '
Automatisk send klienter de samme fakturaene ukentlig, bi-månedlig, månedlig, kvartalsvis eller årlig.
- Bruk :MONTH, :QUARTER eller :YEAR for dynamiske datoer. Grunnleggende matematikk fungerer også, for eksempel :MONTH-1.
- Eksempler på dynamiske faktura variabler:
+ 'recurring_invoices' => 'Gjentakende Fakturaer',
+ 'recurring_help' => 'Automatisk send klienter de samme fakturaene ukentlig, bi-månedlig, månedlig, kvartalsvis eller årlig.
+ Bruk :MONTH, :QUARTER eller :YEAR for dynamiske datoer. Grunnleggende matematikk fungerer også, for eksempel :MONTH-1.
+ Eksempler på dynamiske faktura variabler:
- - "Treningsmedlemskap for måneden :MONTH" => "Treningsmedlemskap for måneden Juli"
- - ":YEAR+1 årlig abonnement" => "2015 årlig abonnement"
- - "Forhåndsbetaling for :QUARTER+1" => "Forhåndsbetaling for Q2"
+ - "Treningsmedlemskap for måneden :MONTH" => "Treningsmedlemskap for måneden Juli"
+ - ":YEAR+1 årlig abonnement" => "2015 årlig abonnement"
+ - "Forhåndsbetaling for :QUARTER+1" => "Forhåndsbetaling for Q2"
',
// dashboard
@@ -118,9 +118,9 @@ return array(
'billed_clients' => 'fakturerte klienter',
'active_client' => 'aktiv klient',
'active_clients' => 'aktive klienter',
- 'invoices_past_due' => 'Fakturaer forfalt',
- 'upcoming_invoices' => 'Forestående fakturaer',
- 'average_invoice' => 'Gjennomsnittlige fakturaer',
+ 'invoices_past_due' => 'Forfalte Fakturaer',
+ 'upcoming_invoices' => 'Forestående Fakturaer',
+ 'average_invoice' => 'Gjennomsnittlige Fakturaer',
// list pages
'archive' => 'Arkiv',
@@ -133,38 +133,38 @@ return array(
'delete_credit' => 'Slett kreditt',
'show_archived_deleted' => 'Vis slettet/arkivert',
'filter' => 'Filter',
- 'new_client' => 'Ny klient',
- 'new_invoice' => 'Ny faktura',
- 'new_payment' => 'Ny betaling',
- 'new_credit' => 'Ny kreditt',
+ 'new_client' => 'Ny Klient',
+ 'new_invoice' => 'Ny Faktura',
+ 'new_payment' => 'Ny Betaling',
+ 'new_credit' => 'Ny Kreditt',
'contact' => 'Kontakt',
- 'date_created' => 'Dato opprettet',
- 'last_login' => 'Siste pålogging',
+ 'date_created' => 'Dato Opprettet',
+ 'last_login' => 'Siste PÃ¥logging',
'balance' => 'Balanse',
'action' => 'Handling',
'status' => 'Status',
- 'invoice_total' => 'Faktura total',
+ 'invoice_total' => 'Faktura Total',
'frequency' => 'Frekvens',
'start_date' => 'Startdato',
'end_date' => 'Sluttdato',
'transaction_reference' => 'Transaksjonsreferanse',
- 'method' => 'Betalingsmåte',
- 'payment_amount' => 'Beløp',
+ 'method' => 'Betalingsmåte',
+ 'payment_amount' => 'Beløp',
'payment_date' => 'Betalingsdato',
- 'credit_amount' => 'Kredittbeløp',
+ 'credit_amount' => 'Kredittbeløp',
'credit_balance' => 'Kreditsaldo',
'credit_date' => 'Kredittdato',
'empty_table' => 'Ingen data er tilgjengelige i tabellen',
'select' => 'Velg',
- 'edit_client' => 'Rediger klient',
- 'edit_invoice' => 'Rediger faktura',
+ 'edit_client' => 'Rediger Klient',
+ 'edit_invoice' => 'Rediger Faktura',
// client view page
- 'create_invoice' => 'Lag faktura',
- 'enter_credit' => 'Oppgi kreditt',
- 'last_logged_in' => 'Sist pålogget',
+ 'create_invoice' => 'Lag Faktura',
+ 'enter_credit' => 'Oppgi Kreditt',
+ 'last_logged_in' => 'Sist pålogget',
'details' => 'Detaljer',
- 'standing' => 'Stående',
+ 'standing' => 'Stående',
'credit' => 'Kreditt',
'activity' => 'Aktivitet',
'date' => 'Dato',
@@ -174,51 +174,50 @@ return array(
// payment pages
'payment_type_id' => 'Betalingsmetode',
- 'amount' => 'Beløp',
+ 'amount' => 'Beløp',
// account/company pages
- 'work_email' => 'Email',
- 'language_id' => 'Språk',
+ 'work_email' => 'E-post',
+ 'language_id' => 'Språk',
'timezone_id' => 'Tidssone',
'date_format_id' => 'Dato format',
'datetime_format_id' => 'Dato/Tidsformat',
'users' => 'Brukere',
- 'localization' => 'Lokaliseing',
+ 'localization' => 'Lokalisering',
'remove_logo' => 'Fjern logo',
- 'logo_help' => 'Støttedefiltyper: JPEG, GIF og PNG',
- 'payment_gateway' => 'Betalingsløsning',
+ 'logo_help' => 'Støttede filtyper: JPEG, GIF og PNG',
+ 'payment_gateway' => 'Betalingsløsning',
'gateway_id' => 'Tilbyder',
- 'email_notifications' => 'Varsel via email',
- 'email_sent' => 'Varsle når en faktura er sendt',
- 'email_viewed' => 'Varsle når en faktura er sett',
- 'email_paid' => 'Varsle når en faktura er betalt',
- 'site_updates' => 'Nettsted oppdateringer',
- 'custom_messages' => 'Tilpassede meldinger',
- 'default_invoice_terms' => 'Sett standard fakturavilkår',
- 'default_email_footer' => 'Sett standard emailsignatur',
- 'import_clients' => 'Importer klientdata',
+ 'email_notifications' => 'Varsel via e-post',
+ 'email_sent' => 'Varsle når en faktura er sendt',
+ 'email_viewed' => 'Varsle når en faktura er sett',
+ 'email_paid' => 'Varsle når en faktura er betalt',
+ 'site_updates' => 'Side Oppdateringer',
+ 'custom_messages' => 'Tilpassede Meldinger',
+ 'default_email_footer' => 'Sett standard e-post signatur',
+ 'import_clients' => 'Importer Klientdata',
'csv_file' => 'Velg CSV-fil',
- 'export_clients' => 'Exporter klientdata',
+ 'export_clients' => 'Eksporter Klientdata',
'select_file' => 'Vennligst velg en fil',
- 'first_row_headers' => 'Bruk første rad som overskrifter',
+ 'first_row_headers' => 'Bruk første rad som overskrifter',
'column' => 'Kolonne',
'sample' => 'Eksempel',
'import_to' => 'Importer til',
- 'client_will_create' => 'Klient vil bli opprettet',
- 'clients_will_create' => 'Klienter vil bli opprettet',
- 'email_settings' => 'Email Settings',
- 'pdf_email_attachment' => 'Attach PDF to Emails',
+ 'client_will_create' => 'klient vil bli opprettet',
+ 'clients_will_create' => 'klienter vil bli opprettet',
+ 'email_settings' => 'E-post Innstillinger',
+ 'pdf_email_attachment' => 'Legg ved PDF',
// application messages
'created_client' => 'Klient opprettet suksessfullt',
'created_clients' => 'Klienter opprettet suksessfullt',
- 'updated_settings' => 'Innstillger oppdatert',
- 'removed_logo' => 'Logo fjernet',
- 'sent_message' => 'Melding sendt',
- 'invoice_error' => 'Vennligst sørg for å velge en klient og rette eventuelle feil',
- 'limit_clients' => 'Dessverre, dette vil overstige grensen på :count klienter',
- 'payment_error' => 'Det oppstod en feil under din betaling. Vennligst prøv igjen senere.',
- 'registration_required' => 'Vennligst registrer deg for å sende e-postfaktura',
+ 'updated_settings' => 'Innstillinger oppdatert',
+ 'removed_logo' => 'Logoen ble fjernet',
+ 'sent_message' => 'Melding ble sendt',
+ 'invoice_error' => 'Vennligst sørg for å velge en klient og rette eventuelle feil',
+ 'limit_clients' => 'Dessverre, dette vil overstige grensen på :count klienter',
+ 'payment_error' => 'Det oppstod en feil under din betaling. Vennligst prøv igjen senere.',
+ 'registration_required' => 'Vennligst registrer deg for å sende e-postfaktura',
'confirmation_required' => 'Vennligst bekreft din e-postadresse',
'updated_client' => 'Klient oppdatert',
@@ -226,12 +225,12 @@ return array(
'archived_client' => 'Klient arkivert',
'archived_clients' => 'Arkiverte :count klienter',
'deleted_client' => 'Klient slettet',
- 'deleted_clients' => 'Slettet :count kliener',
+ 'deleted_clients' => 'Slettet :count klienter',
'updated_invoice' => 'Faktura oppdatert',
'created_invoice' => 'Faktura opprettet',
'cloned_invoice' => 'Faktura kopiert',
- 'emailed_invoice' => 'Emailfaktura sendt',
+ 'emailed_invoice' => 'E-postfaktura sendt',
'and_created_client' => 'og klient opprettet',
'archived_invoice' => 'Faktura arkivert',
'archived_invoices' => 'Fakturaer arkivert',
@@ -252,72 +251,72 @@ return array(
'deleted_credits' => 'Slettet :count kreditter',
// Emails
- 'confirmation_subject' => 'Invoice Ninja kontobekreftelse',
+ 'confirmation_subject' => 'Invoice Ninja Kontobekreftelse',
'confirmation_header' => 'Kontobekreftelse',
- 'confirmation_message' => 'Vennligst åpne koblingen nedenfor for å bekrefte kontoen din.',
+ 'confirmation_message' => 'Vennligst åpne lenken nedenfor for å bekrefte kontoen din.',
'invoice_subject' => 'Ny faktura :invoice fra :account',
- 'invoice_message' => 'Sor å se din faktura på :amount, klikk linken nedenfor.',
+ 'invoice_message' => 'For å se din faktura på :amount, klikk lenken nedenfor.',
'payment_subject' => 'Betaling mottatt',
- 'payment_message' => 'Fakk for din betaling pålydende :amount.',
- 'email_salutation' => 'Kjære :name,',
+ 'payment_message' => 'Takk for din betaling pålydende :amount.',
+ 'email_salutation' => 'Kjære :name,',
'email_signature' => 'Med vennlig hilsen,',
- 'email_from' => 'The Invoice Ninja Team',
- 'user_email_footer' => 'For å justere varslingsinnstillingene vennligst besøk '.SITE_URL.'/settings/notifications',
- 'invoice_link_message' => 'Hvis du vil se din klientfaktura klikk på linken under:',
+ 'email_from' => 'Invoice Ninja Gjengen',
+ 'user_email_footer' => 'For å justere varslingsinnstillingene vennligst besøk '.SITE_URL.'/settings/notifications',
+ 'invoice_link_message' => 'Hvis du vil se din klientfaktura klikk på lenken under:',
'notification_invoice_paid_subject' => 'Faktura :invoice betalt av :client',
'notification_invoice_sent_subject' => 'Faktura :invoice sendt til :client',
'notification_invoice_viewed_subject' => 'Faktura :invoice sett av :client',
- 'notification_invoice_paid' => 'En betaling pålydende :amount ble gjort av :client for faktura :invoice.',
- 'notification_invoice_sent' => 'Email har blitt sendt til :client - Faktura :invoice pålydende :amount.',
- 'notification_invoice_viewed' => ':client har nå sett faktura :invoice pålydende :amount.',
- 'reset_password' => 'Du kan nullstille ditt passord ved å besøke følgende link:',
- 'reset_password_footer' => 'Hvis du ikke ba om å få nullstillt ditt passord, vennligst kontakt kundeservice: ' . CONTACT_EMAIL,
+ 'notification_invoice_paid' => 'En betaling pålydende :amount ble gjort av :client for faktura :invoice.',
+ 'notification_invoice_sent' => 'E-post har blitt sendt til :client - Faktura :invoice pålydende :amount.',
+ 'notification_invoice_viewed' => ':client har nå sett faktura :invoice pålydende :amount.',
+ 'reset_password' => 'Du kan nullstille ditt passord ved å besøke følgende lenke:',
+ 'reset_password_footer' => 'Hvis du ikke ba om å få nullstillt ditt passord, vennligst kontakt kundeservice: ' . CONTACT_EMAIL,
// Payment page
'secure_payment' => 'Sikker betaling',
'card_number' => 'Kortnummer',
- 'expiration_month' => 'Utløpsdato',
- 'expiration_year' => 'Utløpsår',
+ 'expiration_month' => 'Utløpsdato',
+ 'expiration_year' => 'Utløpsår',
'cvv' => 'CVV',
// Security alerts
'security' => [
- 'too_many_attempts' => 'For mange forsøk. Prøv igjen om noen få minutter.',
+ 'too_many_attempts' => 'For mange forsøk. Prøv igjen om noen få minutter.',
'wrong_credentials' => 'Feil e-post eller passord.',
'confirmation' => 'Din konto har blitt bekreftet!',
'wrong_confirmation' => 'Feil bekreftelseskode.',
'password_forgot' => 'Informasjonen om tilbakestilling av passord ble sendt til e-postadressen.',
'password_reset' => 'Passordet ditt er endret.',
- 'wrong_password_reset' => 'Ugyldig passord. Prøv på nytt',
+ 'wrong_password_reset' => 'Ugyldig passord. Prøv på nytt',
],
// Pro Plan
'pro_plan' => [
- 'remove_logo' => ':link for å fjerne Invoice Ninja-logoen, oppgrader til en Pro Plan',
+ 'remove_logo' => ':link for å fjerne Invoice Ninja-logoen, oppgrader til en Pro Plan',
'remove_logo_link' => 'Klikk her',
],
'logout' => 'Logg ut',
- 'sign_up_to_save' => 'Registrer deg for å lagre arbeidet ditt',
+ 'sign_up_to_save' => 'Registrer deg for å lagre arbeidet ditt',
'agree_to_terms' =>'Jeg godtar Invoice Ninja :terms',
- 'terms_of_service' => 'vilkår for bruk',
+ 'terms_of_service' => 'vilkår for bruk',
'email_taken' => 'Epost-adressen er allerede registrert',
'working' => 'Jobber',
'success' => 'Suksess',
- 'success_message' => 'Du har nå blitt registrert. Vennligst gå inn på linken som du har mottatt i e-postbekreftelsen for å bekrefte e-postadressen.',
- 'erase_data' => 'Dette vil permanent slette dine data.',
+ 'success_message' => 'Du har nå blitt registrert. Vennligst gå inn på lenken som du har mottatt i e-postbekreftelsen for å bekrefte e-postadressen.',
+ 'erase_data' => 'Dette vil permanent slette alle dine data.',
'password' => 'Passord',
'pro_plan_product' => 'Pro Plan',
- 'pro_plan_description' => 'Ett års innmelding i Invoice Ninja Pro Plan.',
+ 'pro_plan_description' => 'Ett års innmelding i Invoice Ninja Pro Plan.',
'pro_plan_success' => 'Takk for at du valgte Invoice Ninja\'s Pro plan!
- Neste stegen betalbar faktura er send til e-postadressen
- som er tilknyttet knotoen din. For å låse opp alle de utrolige
- Pro-funksjonene, kan du følge instruksjonene på fakturaen til å
- betale for et år med Pro-nivå funksjonerer.
- Finner du ikke fakturaen? Trenger du mer hjelp? Vi hjelper deg gjerne om det skulle være noe
- -- kontakt oss på contact@invoiceninja.com',
+ Neste stegen betalbar faktura er sendt til e-postadressen
+ som er tilknyttet kontoen din. For å låse opp alle de utrolige
+ Pro-funksjonene, kan du følge instruksjonene på fakturaen til å
+ betale for et år med Pro-nivå funksjoner.
+ Finner du ikke fakturaen? Trenger du mer hjelp? Vi hjelper deg gjerne om det skulle være noe
+ -- kontakt oss på contact@invoiceninja.com',
'unsaved_changes' => 'Du har ulagrede endringer',
'custom_fields' => 'Egendefinerte felt',
@@ -333,37 +332,37 @@ return array(
'product_library' => 'Produktbibliotek',
'product' => 'Produkt',
'products' => 'Produkter',
- 'fill_products' => 'Automatisk-fyll produkter',
+ 'fill_products' => 'Automatisk-utfyll produkter',
'fill_products_help' => 'Valg av produkt vil automatisk fylle ut beskrivelse og kostnaden',
'update_products' => 'Automatisk oppdater produkter',
- 'update_products_help' => 'Å endre en faktura vil automatisk oppdatere produktbilioteket',
+ 'update_products_help' => 'Ã… endre en faktura vil automatisk oppdatere produktbilioteket',
'create_product' => 'Lag nytt produkt',
'edit_product' => 'Endre produkt',
'archive_product' => 'Arkiver produkt',
'updated_product' => 'Produkt oppdatert',
'created_product' => 'Produkt lagret',
'archived_product' => 'Produkt arkivert',
- 'pro_plan_custom_fields' => ':link for å aktivere egendefinerte felt ved å delta i Pro Plan',
+ 'pro_plan_custom_fields' => ':link for å aktivere egendefinerte felt ved å delta i Pro Plan',
'advanced_settings' => 'Avanserte innstillinger',
- 'pro_plan_advanced_settings' => ':link for å aktivere avanserte innstillinger ved å delta i en Pro Plan',
+ 'pro_plan_advanced_settings' => ':link for å aktivere avanserte innstillinger ved å delta i en Pro Plan',
'invoice_design' => 'Fakturadesign',
'specify_colors' => 'Egendefinerte farger',
'specify_colors_label' => 'Velg farger som brukes i fakturaen',
'chart_builder' => 'Diagram bygger',
- 'ninja_email_footer' => 'Bruk :site til å fakturere kundene dine og få betalt på nettet - gratis!',
+ 'ninja_email_footer' => 'Bruk :site til å fakturere kundene dine og få betalt på nettet - gratis!',
'go_pro' => 'Velg Pro',
// Quotes
'quote' => 'Pristilbud',
'quotes' => 'Pristilbud',
- 'quote_number' => 'Tilbuds nummer',
- 'quote_number_short' => 'Tilbuds #',
+ 'quote_number' => 'Tilbud nummer',
+ 'quote_number_short' => 'Tilbud #',
'quote_date' => 'Tilbudsdato',
- 'quote_total' => 'Tilbud total',
+ 'quote_total' => 'Tilbud totalt',
'your_quote' => 'Ditt tilbud',
- 'total' => 'Total',
+ 'total' => 'Totalt',
'clone' => 'Kopier',
'new_quote' => 'Nytt tilbud',
@@ -372,7 +371,7 @@ return array(
'archive_quote' => 'Arkiver tilbud',
'delete_quote' => 'Slett tilbud',
'save_quote' => 'Lagre tilbud',
- 'email_quote' => 'Email tilbudet',
+ 'email_quote' => 'E-post tilbudet',
'clone_quote' => 'Kopier tilbud',
'convert_to_invoice' => 'Konverter til en faktura',
'view_invoice' => 'Se faktura',
@@ -382,7 +381,7 @@ return array(
'updated_quote' => 'Tilbud oppdatert',
'created_quote' => 'Tilbud opprettet',
'cloned_quote' => 'Tilbud kopiert',
- 'emailed_quote' => 'Tilbud sendt som email',
+ 'emailed_quote' => 'Tilbud sendt som e-post',
'archived_quote' => 'Tilbud arkivert',
'archived_quotes' => 'Arkiverte :count tilbud',
'deleted_quote' => 'Tilbud slettet',
@@ -390,523 +389,524 @@ return array(
'converted_to_invoice' => 'Tilbud konvertert til faktura',
'quote_subject' => 'Nytt tilbud fra :account',
- 'quote_message' => 'For å se ditt tilbud pålydende :amount, klikk linken nedenfor.',
- 'quote_link_message' => 'Hvis du vil se din klients tilbud, klikk på linken under:',
+ 'quote_message' => 'For å se ditt tilbud pålydende :amount, klikk lenken nedenfor.',
+ 'quote_link_message' => 'Hvis du vil se din klients tilbud, klikk på lenken under:',
'notification_quote_sent_subject' => 'Tilbud :invoice sendt til :client',
- 'notification_quote_viewed_subject' => 'Tilbudet :invoice er nå sett av :client',
- 'notification_quote_sent' => 'Følgende klient :client ble sendt tilbudsfaktura :invoice pålydende :amount.',
- 'notification_quote_viewed' => 'Følgende klient :client har nå sett tilbudsfakturaen :invoice pålydende :amount.',
+ 'notification_quote_viewed_subject' => 'Tilbudet :invoice er nå sett av :client',
+ 'notification_quote_sent' => 'Følgende klient :client ble sendt tilbudsfaktura :invoice pålydende :amount.',
+ 'notification_quote_viewed' => 'Følgende klient :client har nå sett tilbudsfakturaen :invoice pålydende :amount.',
- 'session_expired' => 'Økten er utløpt.',
+ 'session_expired' => 'Økten er utløpt.',
'invoice_fields' => 'Faktura felt',
'invoice_options' => 'Faktura alternativer',
'hide_quantity' => 'Skjul antall',
- 'hide_quantity_help' => 'Hvis du alltid har 1 (en) av hvert element på fakturaen, kan du velge dette alternativet for å ikke vise antall på fakturaen.',
+ 'hide_quantity_help' => 'Hvis du alltid har 1 (en) av hvert element på fakturaen, kan du velge dette alternativet for å ikke vise antall på fakturaen.',
'hide_paid_to_date' => 'Skjul delbetalinger',
'hide_paid_to_date_help' => 'Bare vis delbetalinger om det har forekommet en delbetaling.',
'charge_taxes' => 'Inkluder skatt',
- 'user_management' => 'Brukerhåndtering',
+ 'user_management' => 'Brukerhåndtering',
'add_user' => 'Legg til bruker',
'send_invite' => 'Send invitasjon',
'sent_invite' => 'Invitasjon sendt',
'updated_user' => 'Bruker oppdatert',
'invitation_message' => 'Du har blitt invitert av :invitor. ',
- 'register_to_add_user' => 'Vennligst registrer deg for å legge til en bruker',
+ 'register_to_add_user' => 'Vennligst registrer deg for å legge til en bruker',
'user_state' => 'Status',
'edit_user' => 'Endre bruker',
'delete_user' => 'Slett bruker',
'active' => 'Aktiv',
'pending' => 'Avventer',
'deleted_user' => 'Bruker slettet',
- 'limit_users' => 'Dessverre, vil dette overstiger grensen på ' . MAX_NUM_USERS . ' brukere',
+ 'limit_users' => 'Dessverre, vil dette overstige grensen på ' . MAX_NUM_USERS . ' brukere',
- 'confirm_email_invoice' => 'Are you sure you want to email this invoice?',
- 'confirm_email_quote' => 'Are you sure you want to email this quote?',
- 'confirm_recurring_email_invoice' => 'Are you sure you want this invoice emailed?',
+ 'confirm_email_invoice' => 'Er du sikker på at du ønsker å e-poste denne fakturaen?',
+ 'confirm_email_quote' => 'Er du sikker på at du ønsker å e-poste dette tilbudet?',
+ 'confirm_recurring_email_invoice' => 'Er du sikker på at du ønsker denne fakturaen e-postet?',
- 'cancel_account' => 'Cancel Account',
- 'cancel_account_message' => 'Warning: This will permanently erase all of your data, there is no undo.',
- 'go_back' => 'Go Back',
+ 'cancel_account' => 'Kanseler Konto',
+ 'cancel_account_message' => 'Advarsel: Dette vil slette alle dine data og kan ikke angres.',
+ 'go_back' => 'GÃ¥ Tilbake',
- 'data_visualizations' => 'Data Visualizations',
- 'sample_data' => 'Sample data shown',
- 'hide' => 'Hide',
- 'new_version_available' => 'A new version of :releases_link is available. You\'re running v:user_version, the latest is v:latest_version',
+ 'data_visualizations' => 'Data Visualiseringer',
+ 'sample_data' => 'Eksempel data vist',
+ 'hide' => 'Skjul',
+ 'new_version_available' => 'En ny versjon av :releases_link er tilgjengelig. Du kjører v:user_version, siste versjon er v:latest_version',
+
+ 'invoice_settings' => 'Faktura Innstillinger',
+ 'invoice_number_prefix' => 'Faktura Nummer Prefiks',
+ 'invoice_number_counter' => 'Faktura Nummer Teller',
+ 'quote_number_prefix' => 'Tilbuds Nummer Prefiks',
+ 'quote_number_counter' => 'Tilbuds Nummer Teller',
+ 'share_invoice_counter' => 'Del faktura teller',
+ 'invoice_issued_to' => 'Faktura utgitt til',
+ 'invalid_counter' => 'For å forhindre en mulig konflikt, sett et faktura eller tilbuds nummmer prefiks',
+ 'mark_sent' => 'Merk som Sendt',
+
+ 'gateway_help_1' => ':link for å lage en konto for Authorize.net.',
+ 'gateway_help_2' => ':link for å lage en konto for Authorize.net.',
+ 'gateway_help_17' => ':link for å få din PayPal API signatur.',
+ 'gateway_help_23' => 'Info: bruk din hemmelige API nøkkel, ikke din offentlige API nøkkel.',
+ 'gateway_help_27' => ':link for å lage en konto for TwoCheckout.',
+
+ 'more_designs' => 'Flere design',
+ 'more_designs_title' => 'Flere Faktura Design',
+ 'more_designs_cloud_header' => 'GÃ¥ Pro for flere faktura design',
+ 'more_designs_cloud_text' => '',
+ 'more_designs_self_host_header' => 'FÃ¥ 6 flere design for bare $'.INVOICE_DESIGNS_PRICE,
+ 'more_designs_self_host_text' => '',
+ 'buy' => 'Kjøp',
+ 'bought_designs' => 'Det ble suksessfullt lagt til flere design',
+ 'sent' => 'sendt',
+
+ 'vat_number' => 'MVA Nummer',
+ 'timesheets' => 'Tidsskjemaer',
+
+ 'payment_title' => 'Oppgi Din Faktura Adresse og Betalingskort informasjon',
+ 'payment_cvv' => '*Dette er de 3-4 tallene på baksiden av ditt kort',
+ 'payment_footer1' => '*Faktura adressen må være lik adressen assosiert med betalingskortet.',
+ 'payment_footer2' => '*Vennligst klikk "BETAL NÅ" kun en gang - transaksjonen kan ta opp til 1 minutt å prosessere.',
+
+ 'id_number' => 'ID Nummer',
+ 'white_label_link' => 'Reklamefri',
+ 'white_label_text' => 'Kjøp en reklamefri lisens for $'.WHITE_LABEL_PRICE.' for å fjerne Invoice Ninja reklamen fra toppen av klient sidene.',
+ 'white_label_header' => 'Reklamefri',
+ 'bought_white_label' => 'Du har suksessfullt aktivert din reklamefrie lisens.',
+ 'white_labeled' => 'Reklamefrie',
+
+ 'restore' => 'Gjenopprette',
+ 'restore_invoice' => 'Gjenopprette Faktura',
+ 'restore_quote' => 'Gjenopprette Tilbud',
+ 'restore_client' => 'Gjenopprette Klient',
+ 'restore_credit' => 'Gjenopprette Kreditt',
+ 'restore_payment' => 'Gjenopprette Betaling',
+
+ 'restored_invoice' => 'Suksessfullt gjenopprettet faktura',
+ 'restored_quote' => 'Suksessfullt gjenopprettet tilbud',
+ 'restored_client' => 'Suksessfullt gjenopprettet klient',
+ 'restored_payment' => 'Suksessfullt gjenopprettet betaling',
+ 'restored_credit' => 'Suksessfullt gjenopprettet kreditt',
+
+ 'reason_for_canceling' => 'Hjelp oss å forbedre vår side ved å fortelle oss hvorfor du forlater oss.',
+ 'discount_percent' => 'Prosent',
+ 'discount_amount' => 'Beløp',
+
+ 'invoice_history' => 'Faktura Historikk',
+ 'quote_history' => 'Tilbuds Historikk',
+ 'current_version' => 'Nåværende versjon',
+ 'select_versiony' => 'Velg versjon',
+ 'view_history' => 'Vis Historikk',
+
+ 'edit_payment' => 'Rediger Betaling',
+ 'updated_payment' => 'Suksessfullt oppdatert betaling',
+ 'deleted' => 'Slettet',
+ 'restore_user' => 'Gjenopprett Bruker',
+ 'restored_user' => 'Suksessfullt gjenopprettet bruker',
+ 'show_deleted_users' => 'Vis slettede brukere',
+ 'email_templates' => 'E-post Maler',
+ 'invoice_email' => 'Faktura E-post',
+ 'payment_email' => 'Betalings E-post',
+ 'quote_email' => 'Tilbuds E-post',
+ 'reset_all' => 'Tilbakebestill Alt',
+ 'approve' => 'Godkjenn',
+
+ 'token_billing_type_id' => 'Token Fakturering',
+ 'token_billing_help' => 'Tillater deg å lagre betalingskort gjennom din betalingsleverandør og belaste dem på et senere tidspunkt.',
+ 'token_billing_1' => 'Deaktivert',
+ 'token_billing_2' => 'Valgfritt - valgboks er vist, men ikke valgt',
+ 'token_billing_3' => 'Aktivert - valgboks er vist og valgt',
+ 'token_billing_4' => 'Alltid',
+ 'token_billing_checkbox' => 'Lagre bankkort detaljer',
+ 'view_in_stripe' => 'Vis i Stripe',
+ 'use_card_on_file' => 'Bruk lagret kort',
+ 'edit_payment_details' => 'Rediger betalings detaljer',
+ 'token_billing' => 'Lagre kort detaljer',
+ 'token_billing_secure' => 'Dataene er trygt lagret av :stripe_link',
+
+ 'support' => 'Brukerstøtte',
+ 'contact_information' => 'Kontaktinformasjon',
+ '256_encryption' => '256-Bit Kryptering',
+ 'amount_due' => 'Skyldig beløp',
+ 'billing_address' => 'Fakturerings Adresse',
+ 'billing_method' => 'Fakturerings Metode',
+ 'order_overview' => 'Bestillings oversikt',
+ 'match_address' => '*Adressen må være lik adressen med assosiert betalingskort',
+ 'click_once' => '*Vennligst klikk "BETAL NÅ" kun en gang - transaksjonen kan ta opp til 1 minutt å prosessere.',
+
+ 'invoice_footer' => 'Faktura Bunntekst',
+ 'save_as_default_footer' => 'Lagre som standard bunntekst',
+
+ 'token_management' => 'Token Organisering',
+ 'tokens' => 'Tokens',
+ 'add_token' => 'Legg til Token',
+ 'show_deleted_tokens' => 'Vis slettede tokens',
+ 'deleted_token' => 'Suksessfullt slettet token',
+ 'created_token' => 'Suksessfullt opprettet token',
+ 'updated_token' => 'Suksessfullt oppdatert token',
+ 'edit_token' => 'Rediger Token',
+ 'delete_token' => 'Slett Token',
+ 'token' => 'Token',
+
+ 'add_gateway' => 'Legg til Tilbyder',
+ 'delete_gateway' => 'Slett Tilbyder',
+ 'edit_gateway' => 'Rediger Tilbyder',
+ 'updated_gateway' => 'Suksessfullt oppdatert tilbyder',
+ 'created_gateway' => 'Suksessfullt opprettet tilbyder',
+ 'deleted_gateway' => 'Suksessfullt slettet tilbyder',
+ 'pay_with_paypal' => 'PayPal',
+ 'pay_with_card' => 'Betalingskort',
+
+ 'change_password' => 'Skift passord',
+ 'current_password' => 'Nåværende passord',
+ 'new_password' => 'Nytt passord',
+ 'confirm_password' => 'Bekreft passord',
+ 'password_error_incorrect' => 'Nåværende passord er ikke riktig.',
+ 'password_error_invalid' => 'Det nye passordet er ikke godkjent.',
+ 'updated_password' => 'Suksessfullt oppdatert passord',
+
+ 'api_tokens' => 'API Tokens',
+ 'users_and_tokens' => 'Brukere & Tokens',
+ 'account_login' => 'Kontoinnlogging',
+ 'recover_password' => 'Gjenopprett ditt passord',
+ 'forgot_password' => 'Glemt ditt passord?',
+ 'email_address' => 'E-post adresse',
+ 'lets_go' => 'La oss fortsette',
+ //'lets_go' => 'Login',
+ 'password_recovery' => 'Passord gjenoppretting',
+ 'send_email' => 'Send e-post',
+ 'set_password' => 'Sett Passord',
+ 'converted' => 'Konvertert',
+
+ 'email_approved' => 'Send meg en e-post når tilbudet er godkjent',
+ 'notification_quote_approved_subject' => 'Tilbud :invoice ble godkjent av :client',
+ 'notification_quote_approved' => 'Følgende klient :client godkjente Tilbud :invoice pålydende :amount.',
+ 'resend_confirmation' => 'Send bekreftelses e-post på nytt',
+ 'confirmation_resent' => 'E-postbekreftelsen ble sendt på nytt',
+
+ 'gateway_help_42' => ':link for å lage en konto hos BitPay.
Info: bruk en Legacy API Nøkkel, ikke en API token.',
+ 'payment_type_credit_card' => 'Bankkort',
+ 'payment_type_paypal' => 'PayPal',
+ 'payment_type_bitcoin' => 'Bitcoin',
+ 'knowledge_base' => 'Kunnskapsbase',
+ 'partial' => 'Delvis',
+ 'partial_remaining' => ':delvis av :balance',
+
+ 'more_fields' => 'Flere Felt',
+ 'less_fields' => 'Mindre Felt',
+ 'client_name' => 'Klient Navn',
+ 'pdf_settings' => 'PDF Innstillinger',
+ 'product_settings' => 'Produkt Innstillinger',
+ 'auto_wrap' => 'Automatisk Linjebryting',
+ 'duplicate_post' => 'Advarsel: forrige side ble sendt inn to ganger. Den andre innsendingen har derfor blitt ignorert.',
+ 'view_documentation' => 'Vis Dokumentasjon',
+ 'app_title' => 'Gratis Ã…pen Kildekode Internett Fakturering',
+ 'app_description' => 'Invoice Ninja er en gratis, åpen kildekode løsning for fakturaer og fakturering av kunder. Med Invoice Ninja, kan du enkelt bygge og sende vakre fakturaer fra alle enheter som har tilgang til nettet. Dine kunder kan skrive ut fakturaer, laste dem ned som pdf-filer og selv betale deg på internett fra systemet.',
+
+ 'rows' => 'rader',
+ 'www' => 'www',
+ 'logo' => 'Logo',
+ 'subdomain' => 'Subdomene',
+ 'provide_name_or_email' => 'Vennligst oppgi et kontaktnavn eller e-post adresse',
+ 'charts_and_reports' => 'Diagrammer & Rapporter',
+ 'chart' => 'Diagram',
+ 'report' => 'Rapport',
+ 'group_by' => 'Gruppe av',
+ 'paid' => 'Betalt',
+ 'enable_report' => 'Rapport',
+ 'enable_chart' => 'Diagram',
+ 'totals' => 'Totaler',
+ 'run' => 'Kjør',
+ 'export' => 'Eksporter',
+ 'documentation' => 'Dokumentasjon',
+ 'zapier' => 'Zapier',
+ 'recurring' => 'Gjentakende',
+ 'last_invoice_sent' => 'Siste faktura sendt :date',
+
+ 'processed_updates' => 'Suksessfullt fullført oppdatering',
+ 'tasks' => 'Oppgaver',
+ 'new_task' => 'Ny Oppgave',
+ 'start_time' => 'Starttid',
+ 'created_task' => 'Suksessfullt opprettet oppgave',
+ 'updated_task' => 'Suksessfullt oppdatert oppgave',
+ 'edit_task' => 'Rediger Oppgave',
+ 'archive_task' => 'Arkiver Oppgave',
+ 'restore_task' => 'Gjennopprett Oppgave',
+ 'delete_task' => 'Slett Oppgave',
+ 'stop_task' => 'Stopp Oppgave',
+ 'time' => 'Tid',
+ 'start' => 'Start',
+ 'stop' => 'Stopp',
+ 'now' => 'NÃ¥',
+ 'timer' => 'Tidtaker',
+ 'manual' => 'Manuell',
+ 'date_and_time' => 'Dato & Tid',
+ 'second' => 'sekund',
+ 'seconds' => 'sekunder',
+ 'minute' => 'minutt',
+ 'minutes' => 'minutter',
+ 'hour' => 'time',
+ 'hours' => 'timer',
+ 'task_details' => 'Oppgave Detaljer',
+ 'duration' => 'Varighet',
+ 'end_time' => 'Sluttid',
+ 'end' => 'Slutt',
+ 'invoiced' => 'Fakturert',
+ 'logged' => 'Logget',
+ 'running' => 'Løpende',
+ 'task_error_multiple_clients' => 'Oppgaver kan ikke tilhøre andre klienter',
+ 'task_error_running' => 'Vennligst stopp løpende oppgaver først',
+ 'task_error_invoiced' => 'Oppgavene har allerede blitt fakturert',
+ 'restored_task' => 'Suksessfullt gjenopprettet oppgave',
+ 'archived_task' => 'Suksessfullt archived oppgave',
+ 'archived_tasks' => 'Suksessfullt arkivert :count oppgaver',
+ 'deleted_task' => 'Suksessfullt slettet oppgave',
+ 'deleted_tasks' => 'Suksessfullt slettet :count oppgaver',
+ 'create_task' => 'Lag Oppgave',
+ 'stopped_task' => 'Suksessfullt stoppet oppgave',
+ 'invoice_task' => 'Fakturer Oppgave',
+ 'invoice_labels' => 'Fakturerings Etiketter',
+ 'prefix' => 'Prefiks',
+ 'counter' => 'Teller',
+
+ 'payment_type_dwolla' => 'Dwolla',
+ 'gateway_help_43' => ':link for å lage en konto hos Dwolla.
Info: fjern bindestreker fra Destinasjons/Dwolla IDen',
+ 'partial_value' => 'Må være større enn null og mindre enn totalen',
+ 'more_actions' => 'Flere Valg',
+
+ 'pro_plan_title' => 'NINJA PRO',
+ 'pro_plan_call_to_action' => 'Oppgrader NÃ¥!',
+ 'pro_plan_feature1' => 'Lag Ubegrensede Klienter',
+ 'pro_plan_feature2' => 'Tilgang til 10 Vakre Fakturerings Design',
+ 'pro_plan_feature3' => 'Tilpasset nettadresse - "DittFirma.InvoiceNinja.com"',
+ 'pro_plan_feature4' => 'Fjern "Laget av Invoice Ninja"',
+ 'pro_plan_feature5' => 'Flerbruker Tilgang & Aktivitets Sporing',
+ 'pro_plan_feature6' => 'Lag Tilbud & Proforma Fakturaer',
+ 'pro_plan_feature7' => 'Modifiser Faktura Felt Titler & Nummerering',
+ 'pro_plan_feature8' => 'Mulighet til å Legge ved PDFer til Klient E-poster',
+
+ 'resume' => 'Gjenoppta',
+ 'break_duration' => 'Pause',
+ 'edit_details' => 'Rediger Detaljer',
+ 'work' => 'Arbeid',
+ 'timezone_unset' => 'Vennligst :link for å sette din tidssone',
+ 'click_here' => 'klikk her',
+
+ 'email_receipt' => 'E-post betalingskvittering til klienten',
+ 'created_payment_emailed_client' => 'Suksessfullt opprettet en betaling og e-postet klient',
+ 'add_company' => 'Legg til Selskap',
+ 'untitled' => 'Uten navn',
+ 'new_company' => 'Nytt Selskap',
+ 'associated_accounts' => 'Suksessfullt lenket kontoer',
+ 'unlinked_account' => 'Suksessfullt frakoblet kontoer',
+ 'login' => 'Logg inn',
+ 'or' => 'eller',
+
+ 'email_error' => 'Det oppstod et problem med utsending av e-posten',
+ 'confirm_recurring_timing' => 'Info: e-poster er sendt på starten av en time.',
+ 'old_browser' => 'Vennligst bruk en nyere nettleser',
+ 'payment_terms_help' => 'Setter standard faktura dato',
+ 'unlink_account' => 'Frakoble Konto',
+ 'unlink' => 'Frakoble',
+ 'show_address' => 'Vis Adresse',
+ 'show_address_help' => 'Krev at klient oppgir faktura adresse',
+ 'update_address' => 'Oppdater Adresse',
+ 'update_address_help' => 'Oppdater klients adresse med oppgitte detaljer',
+ 'times' => 'Tider',
+ 'set_now' => 'Sett til nå',
+ 'dark_mode' => 'Mørk Modus',
+ 'dark_mode_help' => 'Vis hvit tekst på svart bakgrunn',
+ 'add_to_invoice' => 'Legg til på faktura :invoice',
+ 'create_new_invoice' => 'Lag ny faktura',
+ 'task_errors' => 'Vennligst rett alle overlappende tider',
+ 'from' => 'Fra',
+ 'to' => 'Til',
+ 'font_size' => 'Skriftstørrelse',
+ 'primary_color' => 'Primærfarge',
+ 'secondary_color' => 'Sekundær farge',
+ 'customize_design' => 'Modifiser Design',
+
+ 'content' => 'Innhold',
+ 'styles' => 'Stiler',
+ 'defaults' => 'Standarder',
+ 'margins' => 'Marginer',
+ 'header' => 'Header',
+ 'footer' => 'Bunntekst',
+ 'custom' => 'Egendefiner',
+ 'invoice_to' => 'Fakturer til',
+ 'invoice_no' => 'Faktura Nr.',
+ 'recent_payments' => 'Nylige Betalinger ',
+ 'outstanding' => 'Utestående',
+ 'manage_companies' => 'Administrer Selskaper',
+ 'total_revenue' => 'Sum Omsetning',
+
+ 'current_user' => 'Nåværende Bruker',
+ 'new_recurring_invoice' => 'Ny Gjentakende Faktura',
+ 'recurring_invoice' => 'Gjentakende Faktura',
+ 'recurring_too_soon' => 'Det er for tidlig å lage neste gjentakende faktura, den er planlagt for :date',
+ 'created_by_invoice' => 'Laget av :invoice',
+ 'primary_user' => 'Hovedbruker',
+ 'help' => 'Hjelp',
+ 'customize_help' => 'Vi bruker pdfmake for å definere faktura designene deklarativt. Pdfmake playground gir en flott måte å se biblioteket i aksjon.
+ Du kan få tilgang til hvilket som helst faktura felt ved å legge til Value
i slutten. For eksempel $invoiceNumberValue
viser faktura nummeret.
+ For å få tilgang til et underelementet ved bruk av prikk notasjon. For eksempel for å vise klientens navn, kan du bruke $client.nameValue
.
+ Om du trenger hjelp til å finne ut noe, poster et spørsmål til vårt brukerforum.
',
+
+ 'invoice_due_date' => 'Tidsfrist',
+ 'quote_due_date' => 'Gyldig til',
+ 'valid_until' => 'Gyldig til',
+ 'reset_terms' => 'Tilbakestill vilkår',
+ 'reset_footer' => 'Tilbakestill bunntekst',
+ 'invoices_sent' => ':count faktura sendt|:count fakturaer sendt',
+ 'status_draft' => 'Kladd',
+ 'status_sent' => 'Sendt',
+ 'status_viewed' => 'Vist',
+ 'status_partial' => 'Delvis',
+ 'status_paid' => 'Betalt',
+ 'show_line_item_tax' => 'Vis linje element skatter på linje',
+
+ 'iframe_url' => 'Nettside',
+ 'iframe_url_help1' => 'Kopier følgende kode til en side på din nettside.',
+ 'iframe_url_help2' => 'Du kan teste funksjonen ved å klikke \'Vis som mottager\' for en faktura.',
+
+ 'auto_bill' => 'Auto Fakturer',
+ 'military_time' => '24 Timers Tid',
+ 'last_sent' => 'Sist Sendt',
+
+ 'reminder_emails' => 'PÃ¥minnelses E-poster',
+ 'templates_and_reminders' => 'Design & PÃ¥minnelser',
+ 'subject' => 'Emne',
+ 'body' => 'Body',
+ 'first_reminder' => 'Første Påminnelse',
+ 'second_reminder' => 'Andre PÃ¥minnelse',
+ 'third_reminder' => 'Tredje PÃ¥minnelse',
+ 'num_days_reminder' => 'Dager etter forfall ',
+ 'reminder_subject' => 'PÃ¥minnelse: Faktura :invoice fra :account',
+ 'reset' => 'Nullstill',
+ 'invoice_not_found' => 'Ønsket faktura er ikke tilgjengelig',
+
+ 'referral_program' => 'Henvisningsprogram',
+ 'referral_code' => 'Henvisnings Kode',
+ 'last_sent_on' => 'Sendt Sist: :date',
+
+ 'page_expire' => 'Denne siden vil utløpe snart, :click_here for å fortsette å arbeide',
+ 'upcoming_quotes' => 'Oppkommende Tilbud',
+ 'expired_quotes' => 'Utløpte Tilbud',
+
+ 'sign_up_using' => 'Meld deg på ved å bruke',
+ 'invalid_credentials' => 'Disse kredentialene samsvarer ikke med våre opplysninger',
+ 'show_all_options' => 'Vis alle alternativene',
+ 'user_details' => 'Brukerdetaljer',
+ 'oneclick_login' => 'Ett Klikks Innlogging',
+ 'disable' => 'Deaktiver',
+ 'invoice_quote_number' => 'Faktura og Tilbuds Nummer',
+ 'invoice_charges' => 'Faktura Kostnader',
+
+ 'invitation_status' => [
+ 'sent' => 'E-post Sendt',
+ 'opened' => 'E-post Ã…pnet',
+ 'viewed' => 'Faktura Vist',
+ ],
+
+ 'notification_invoice_bounced' => 'Vi klarte ikke å levere Faktura :invoice til :contact.',
+ 'notification_invoice_bounced_subject' => 'Klarte ikke å levere Faktura :invoice',
+ 'notification_quote_bounced' => 'Vi klarte ikke å levere Tilbud :invoice til :contact.',
+ 'notification_quote_bounced_subject' => 'Klarte ikke å levere Tilbud :invoice',
+
+ 'custom_invoice_link' => 'Tilpasset Faktura Lenke',
+ 'total_invoiced' => 'Totalt Fakturert',
+ 'open_balance' => 'Ã…pen Balanse',
+ 'verify_email' => 'Vennligst besøk lenken i kontobekreftelses e-posten for å bekrefte din e-post adresse.',
+ 'basic_settings' => 'Grunnleggende Innstillinger',
+ 'pro' => 'Pro',
+ 'gateways' => 'Betalings Tilbydere',
+
+ 'next_send_on' => 'Send Neste: :date',
+ 'no_longer_running' => 'Denne fakturaen er ikke planlagt for kjøring',
+ 'general_settings' => 'Systeminnstillinger',
+ 'customize' => 'Tilpass',
+
+ 'oneclick_login_help' => 'Koble til en konto for å logge inn uten et passord',
+ 'referral_code_help' => 'Tjen penger ved å dele appen vår på internett',
+
+ 'enable_with_stripe' => 'Aktiver | Krever Stripe',
+ 'tax_settings' => 'Skatteinnstillinger',
+ 'create_tax_rate' => 'Legg Til Skattesats',
+ 'updated_tax_rate' => 'Suksessfullt oppdatert skattesats',
+ 'created_tax_rate' => 'Suksessfullt opprettet skattesats',
+ 'edit_tax_rate' => 'Rediger skattesats',
+ 'archive_tax_rate' => 'Arkiver skattesats',
+ 'archived_tax_rate' => 'Suksessfullt arkivert skattesatsen',
+ 'default_tax_rate_id' => 'Standard skattesats',
+ 'tax_rate' => 'Skattesats',
+ 'recurring_hour' => 'Gjentakende Time',
+ 'pattern' => 'Mønster',
+ 'pattern_help_title' => 'Mønster Hjelp',
+ 'pattern_help_1' => 'Lag tilpassede faktura og tilbuds nummer ved å spesifisere et mønster',
+ 'pattern_help_2' => 'Tilgjengelige variabler:',
+ 'pattern_help_3' => 'For eksempel, :example vil bli konvertert til :value',
+ 'see_options' => 'Se alternativer',
+ 'invoice_counter' => 'Faktura Teller',
+ 'quote_counter' => 'Tilbuds Teller',
+ 'type' => 'Type',
+
+ 'activity_1' => ':user opprettet klient :client',
+ 'activity_2' => ':user arkiverte klient :client',
+ 'activity_3' => ':user slettet klient :client',
+ 'activity_4' => ':user opprettet faktura :invoice',
+ 'activity_5' => ':user oppdaterte faktura :invoice',
+ 'activity_6' => ':user e-postet faktura :invoice til :contact',
+ 'activity_7' => ':contact viste faktura :invoice',
+ 'activity_8' => ':user arkiverte faktura :invoice',
+ 'activity_9' => ':user slettet faktura :invoice',
+ 'activity_10' => ':contact la inn betaling på :payment for :invoice',
+ 'activity_11' => ':user oppdaterte betaling :payment',
+ 'activity_12' => ':user arkiverte betaling :payment',
+ 'activity_13' => ':user slettet betaling :payment',
+ 'activity_14' => ':user la inn :credit kreditt',
+ 'activity_15' => ':user oppdaterte :credit kreditt',
+ 'activity_16' => ':user arkiverte :credit kreditt',
+ 'activity_17' => ':user slettet :credit kreditt',
+ 'activity_18' => ':user opprettet tilbud :quote',
+ 'activity_19' => ':user oppdaterte tilbud :quote',
+ 'activity_20' => ':user e-postet tilbud :quote til :contact',
+ 'activity_21' => ':contact viste tilbud :quote',
+ 'activity_22' => ':user arkiverte tilbud :quote',
+ 'activity_23' => ':user slettet tilbud :quote',
+ 'activity_24' => ':user gjenopprettet tilbud :quote',
+ 'activity_25' => ':user gjenopprettet faktura :invoice',
+ 'activity_26' => ':user gjenopprettet klient :client',
+ 'activity_27' => ':user gjenopprettet betaling :payment',
+ 'activity_28' => ':user gjenopprettet :credit kreditt',
+ 'activity_29' => ':contact godkjente tilbud :quote',
+
+ 'payment' => 'Betaling',
+ 'system' => 'System',
+ 'signature' => 'E-post Signatur',
+ 'default_messages' => 'Standard Meldinger',
+ 'quote_terms' => 'Tilbuds Vilkår',
+ 'default_quote_terms' => 'Standard Tilbuds Vilkår',
+ 'default_invoice_terms' => 'Standard Faktura Vilkår',
+ 'default_invoice_footer' => 'Standard Faktura Bunntekst',
+ 'quote_footer' => 'Tilbud Bunntekst',
+ 'free' => 'Gratis',
- 'invoice_settings' => 'Invoice Settings',
- 'invoice_number_prefix' => 'Invoice Number Prefix',
- 'invoice_number_counter' => 'Invoice Number Counter',
- 'quote_number_prefix' => 'Quote Number Prefix',
- 'quote_number_counter' => 'Quote Number Counter',
- 'share_invoice_counter' => 'Share invoice counter',
- 'invoice_issued_to' => 'Invoice issued to',
- 'invalid_counter' => 'To prevent a possible conflict please set either an invoice or quote number prefix',
- 'mark_sent' => 'Mark sent',
-
- 'gateway_help_1' => ':link to sign up for Authorize.net.',
- 'gateway_help_2' => ':link to sign up for Authorize.net.',
- 'gateway_help_17' => ':link to get your PayPal API signature.',
- 'gateway_help_23' => 'Note: use your secret API key, not your publishable API key.',
- 'gateway_help_27' => ':link to sign up for TwoCheckout.',
-
- 'more_designs' => 'More designs',
- 'more_designs_title' => 'Additional Invoice Designs',
- 'more_designs_cloud_header' => 'Go Pro for more invoice designs',
- 'more_designs_cloud_text' => '',
- 'more_designs_self_host_header' => 'Get 6 more invoice designs for just $20',
- 'more_designs_self_host_text' => '',
- 'buy' => 'Buy',
- 'bought_designs' => 'Successfully added additional invoice designs',
+ 'quote_is_approved' => 'Dette tilbudet er godkjent',
+ 'apply_credit' => 'Bruk Kreditt',
+ 'system_settings' => 'Systeminnstillinger',
+ 'archive_token' => 'Arkiver Token',
+ 'archived_token' => 'Suksessfullt arkivert token',
+ 'archive_user' => 'Arkiver Bruker',
+ 'archived_user' => 'Suksessfullt arkivert bruker',
+ 'archive_account_gateway' => 'Arkiver Tilbyder',
+ 'archived_account_gateway' => 'Suksessfullt arkivert tilbyder',
+ 'archive_recurring_invoice' => 'Arkiver Gjentakende Faktura',
+ 'archived_recurring_invoice' => 'Suksessfullt arkivert gjentakende faktura',
+ 'delete_recurring_invoice' => 'Slett Gjentakende Faktura',
+ 'deleted_recurring_invoice' => 'Suksessfullt slettet gjentakende faktura',
+ 'restore_recurring_invoice' => 'Gjenopprett Gjentakende Faktura',
+ 'restored_recurring_invoice' => 'Suksessfullt gjenopprettet gjentakende faktura',
+ 'archived' => 'Arkivert',
+ 'untitled_account' => 'Selskap Uten Navn',
-
- 'sent' => 'sent',
- 'timesheets' => 'Timesheets',
-
- 'payment_title' => 'Enter Your Billing Address and Credit Card information',
- 'payment_cvv' => '*This is the 3-4 digit number onthe back of your card',
- 'payment_footer1' => '*Billing address must match address associated with credit card.',
- 'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
- 'vat_number' => 'Vat Number',
- 'id_number' => 'ID Number',
-
- 'white_label_link' => 'White label',
- 'white_label_text' => 'Purchase a white label license for $'.WHITE_LABEL_PRICE.' to remove the Invoice Ninja branding from the client portal and help support our project.',
- 'white_label_header' => 'White Label',
- 'bought_white_label' => 'Successfully enabled white label license',
- 'white_labeled' => 'White labeled',
-
- 'restore' => 'Restore',
- 'restore_invoice' => 'Restore Invoice',
- 'restore_quote' => 'Restore Quote',
- 'restore_client' => 'Restore Client',
- 'restore_credit' => 'Restore Credit',
- 'restore_payment' => 'Restore Payment',
-
- 'restored_invoice' => 'Successfully restored invoice',
- 'restored_quote' => 'Successfully restored quote',
- 'restored_client' => 'Successfully restored client',
- 'restored_payment' => 'Successfully restored payment',
- 'restored_credit' => 'Successfully restored credit',
-
- 'reason_for_canceling' => 'Help us improve our site by telling us why you\'re leaving.',
- 'discount_percent' => 'Percent',
- 'discount_amount' => 'Amount',
-
- 'invoice_history' => 'Invoice History',
- 'quote_history' => 'Quote History',
- 'current_version' => 'Current version',
- 'select_versiony' => 'Select version',
- 'view_history' => 'View History',
-
- 'edit_payment' => 'Edit Payment',
- 'updated_payment' => 'Successfully updated payment',
- 'deleted' => 'Deleted',
- 'restore_user' => 'Restore User',
- 'restored_user' => 'Successfully restored user',
- 'show_deleted_users' => 'Show deleted users',
- 'email_templates' => 'Email Templates',
- 'invoice_email' => 'Invoice Email',
- 'payment_email' => 'Payment Email',
- 'quote_email' => 'Quote Email',
- 'reset_all' => 'Reset All',
- 'approve' => 'Approve',
-
- 'token_billing_type_id' => 'Token Billing',
- 'token_billing_help' => 'Enables you to store credit cards with your gateway, and charge them at a later date.',
- 'token_billing_1' => 'Disabled',
- 'token_billing_2' => 'Opt-in - checkbox is shown but not selected',
- 'token_billing_3' => 'Opt-out - checkbox is shown and selected',
- 'token_billing_4' => 'Always',
- 'token_billing_checkbox' => 'Store credit card details',
- 'view_in_stripe' => 'View in Stripe',
- 'use_card_on_file' => 'Use card on file',
- 'edit_payment_details' => 'Edit payment details',
- 'token_billing' => 'Save card details',
- 'token_billing_secure' => 'The data is stored securely by :stripe_link',
-
- 'support' => 'Support',
- 'contact_information' => 'Contact information',
- '256_encryption' => '256-Bit Encryption',
- 'amount_due' => 'Amount due',
- 'billing_address' => 'Billing address',
- 'billing_method' => 'Billing method',
- 'order_overview' => 'Order overview',
- 'match_address' => '*Address must match address associated with credit card.',
- 'click_once' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
-
- 'default_invoice_footer' => 'Set default invoice footer',
- 'invoice_footer' => 'Invoice footer',
- 'save_as_default_footer' => 'Save as default footer',
-
- 'token_management' => 'Token Management',
- 'tokens' => 'Tokens',
- 'add_token' => 'Add Token',
- 'show_deleted_tokens' => 'Show deleted tokens',
- 'deleted_token' => 'Successfully deleted token',
- 'created_token' => 'Successfully created token',
- 'updated_token' => 'Successfully updated token',
- 'edit_token' => 'Edit Token',
- 'delete_token' => 'Delete Token',
- 'token' => 'Token',
-
- 'add_gateway' => 'Add Gateway',
- 'delete_gateway' => 'Delete Gateway',
- 'edit_gateway' => 'Edit Gateway',
- 'updated_gateway' => 'Successfully updated gateway',
- 'created_gateway' => 'Successfully created gateway',
- 'deleted_gateway' => 'Successfully deleted gateway',
- 'pay_with_paypal' => 'PayPal',
- 'pay_with_card' => 'Credit card',
-
- 'change_password' => 'Change password',
- 'current_password' => 'Current password',
- 'new_password' => 'New password',
- 'confirm_password' => 'Confirm password',
- 'password_error_incorrect' => 'The current password is incorrect.',
- 'password_error_invalid' => 'The new password is invalid.',
- 'updated_password' => 'Successfully updated password',
-
- 'api_tokens' => 'API Tokens',
- 'users_and_tokens' => 'Users & Tokens',
- 'account_login' => 'Account Login',
- 'recover_password' => 'Recover your password',
- 'forgot_password' => 'Forgot your password?',
- 'email_address' => 'Email address',
- 'lets_go' => 'Let’s go',
- 'password_recovery' => 'Password Recovery',
- 'send_email' => 'Send email',
- 'set_password' => 'Set Password',
- 'converted' => 'Converted',
-
- 'email_approved' => 'Email me when a quote is approved',
- 'notification_quote_approved_subject' => 'Quote :invoice was approved by :client',
- 'notification_quote_approved' => 'The following client :client approved Quote :invoice for :amount.',
- 'resend_confirmation' => 'Resend confirmation email',
- 'confirmation_resent' => 'The confirmation email was resent',
-
- 'gateway_help_42' => ':link to sign up for BitPay.
Note: use a Legacy API Key, not an API token.',
- 'payment_type_credit_card' => 'Credit card',
- 'payment_type_paypal' => 'PayPal',
- 'payment_type_bitcoin' => 'Bitcoin',
- 'knowledge_base' => 'Knowledge Base',
- 'partial' => 'Partial',
- 'partial_remaining' => ':partial of :balance',
-
- 'more_fields' => 'More Fields',
- 'less_fields' => 'Less Fields',
- 'client_name' => 'Client Name',
- 'pdf_settings' => 'PDF Settings',
- 'product_settings' => 'Product Settings',
- 'auto_wrap' => 'Auto Line Wrap',
- 'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.',
- 'view_documentation' => 'View Documentation',
- 'app_title' => 'Free Open-Source Online Invoicing',
- 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.',
-
- 'rows' => 'rows',
- 'www' => 'www',
- 'logo' => 'Logo',
- 'subdomain' => 'Subdomain',
- 'provide_name_or_email' => 'Please provide a contact name or email',
- 'charts_and_reports' => 'Charts & Reports',
- 'chart' => 'Chart',
- 'report' => 'Report',
- 'group_by' => 'Group by',
- 'paid' => 'Paid',
- 'enable_report' => 'Report',
- 'enable_chart' => 'Chart',
- 'totals' => 'Totals',
- 'run' => 'Run',
- 'export' => 'Export',
- 'documentation' => 'Documentation',
- 'zapier' => 'Zapier',
- 'recurring' => 'Recurring',
- 'last_invoice_sent' => 'Last invoice sent :date',
-
- 'processed_updates' => 'Successfully completed update',
- 'tasks' => 'Tasks',
- 'new_task' => 'New Task',
- 'start_time' => 'Start Time',
- 'created_task' => 'Successfully created task',
- 'updated_task' => 'Successfully updated task',
- 'edit_task' => 'Edit Task',
- 'archive_task' => 'Archive Task',
- 'restore_task' => 'Restore Task',
- 'delete_task' => 'Delete Task',
- 'stop_task' => 'Stop Task',
- 'time' => 'Time',
- 'start' => 'Start',
- 'stop' => 'Stop',
- 'now' => 'Now',
- 'timer' => 'Timer',
- 'manual' => 'Manual',
- 'date_and_time' => 'Date & Time',
- 'second' => 'second',
- 'seconds' => 'seconds',
- 'minute' => 'minute',
- 'minutes' => 'minutes',
- 'hour' => 'hour',
- 'hours' => 'hours',
- 'task_details' => 'Task Details',
- 'duration' => 'Duration',
- 'end_time' => 'End Time',
- 'end' => 'End',
- 'invoiced' => 'Invoiced',
- 'logged' => 'Logged',
- 'running' => 'Running',
- 'task_error_multiple_clients' => 'The tasks can\'t belong to different clients',
- 'task_error_running' => 'Please stop running tasks first',
- 'task_error_invoiced' => 'Tasks have already been invoiced',
- 'restored_task' => 'Successfully restored task',
- 'archived_task' => 'Successfully archived task',
- 'archived_tasks' => 'Successfully archived :count tasks',
- 'deleted_task' => 'Successfully deleted task',
- 'deleted_tasks' => 'Successfully deleted :count tasks',
- 'create_task' => 'Create Task',
- 'stopped_task' => 'Successfully stopped task',
- 'invoice_task' => 'Invoice Task',
- 'invoice_labels' => 'Invoice Labels',
- 'prefix' => 'Prefix',
- 'counter' => 'Counter',
-
- 'payment_type_dwolla' => 'Dwolla',
- 'gateway_help_43' => ':link to sign up for Dwolla.',
- 'partial_value' => 'Must be greater than zero and less than the total',
- 'more_actions' => 'More Actions',
-
- 'pro_plan_title' => 'NINJA PRO',
- 'pro_plan_call_to_action' => 'Upgrade Now!',
- 'pro_plan_feature1' => 'Create Unlimited Clients',
- 'pro_plan_feature2' => 'Access to 10 Beautiful Invoice Designs',
- 'pro_plan_feature3' => 'Custom URLs - "YourBrand.InvoiceNinja.com"',
- 'pro_plan_feature4' => 'Remove "Created by Invoice Ninja"',
- 'pro_plan_feature5' => 'Multi-user Access & Activity Tracking',
- 'pro_plan_feature6' => 'Create Quotes & Pro-forma Invoices',
- 'pro_plan_feature7' => 'Customize Invoice Field Titles & Numbering',
- 'pro_plan_feature8' => 'Option to Attach PDFs to Client Emails',
-
- 'resume' => 'Resume',
- 'break_duration' => 'Break',
- 'edit_details' => 'Edit Details',
- 'work' => 'Work',
- 'timezone_unset' => 'Please :link to set your timezone',
- 'click_here' => 'click here',
-
- 'email_receipt' => 'Email payment receipt to the client',
- 'created_payment_emailed_client' => 'Successfully created payment and emailed client',
- 'add_company' => 'Add Company',
- 'untitled' => 'Untitled',
- 'new_company' => 'New Company',
- 'associated_accounts' => 'Successfully linked accounts',
- 'unlinked_account' => 'Successfully unlinked accounts',
- 'login' => 'Login',
- 'or' => 'or',
-
- 'email_error' => 'There was a problem sending the email',
- 'confirm_recurring_timing' => 'Note: emails are sent at the start of the hour.',
- 'old_browser' => 'Please use a newer browser',
- 'payment_terms_help' => 'Sets the default invoice due date',
- 'unlink_account' => 'Unlink Account',
- 'unlink' => 'Unlink',
- 'show_address' => 'Show Address',
- 'show_address_help' => 'Require client to provide their billing address',
- 'update_address' => 'Update Address',
- 'update_address_help' => 'Update client\'s address with provided details',
- 'times' => 'Times',
- 'set_now' => 'Set now',
- 'dark_mode' => 'Dark Mode',
- 'dark_mode_help' => 'Show white text on black background',
- 'add_to_invoice' => 'Add to invoice :invoice',
- 'create_new_invoice' => 'Create new invoice',
- 'task_errors' => 'Please correct any overlapping times',
- 'from' => 'From',
- 'to' => 'To',
- 'font_size' => 'Font Size',
- 'primary_color' => 'Primary Color',
- 'secondary_color' => 'Secondary Color',
- 'customize_design' => 'Customize Design',
-
- 'content' => 'Content',
- 'styles' => 'Styles',
- 'defaults' => 'Defaults',
- 'margins' => 'Margins',
- 'header' => 'Header',
- 'footer' => 'Footer',
- 'custom' => 'Custom',
- 'invoice_to' => 'Invoice to',
- 'invoice_no' => 'Invoice No.',
- 'recent_payments' => 'Recent Payments',
- 'outstanding' => 'Outstanding',
- 'manage_companies' => 'Manage Companies',
- 'total_revenue' => 'Total Revenue',
-
- 'current_user' => 'Current User',
- 'new_recurring_invoice' => 'New Recurring Invoice',
- 'recurring_invoice' => 'Recurring Invoice',
- 'recurring_too_soon' => 'It\'s too soon to create the next recurring invoice, it\'s scheduled for :date',
- 'created_by_invoice' => 'Created by :invoice',
- 'primary_user' => 'Primary User',
- 'help' => 'Help',
- 'customize_help' => 'We use pdfmake to define the invoice designs declaratively. The pdfmake playground provide\'s a great way to see the library in action.
- You can access any invoice field by adding Value
to the end. For example $invoiceNumberValue
displays the invoice number.
- To access a child property using dot notation. For example to show the client name you could use $client.nameValue
.
- If you need help figuring something out post a question to our support forum.
',
-
- 'invoice_due_date' => 'Due Date',
- 'quote_due_date' => 'Valid Until',
- 'valid_until' => 'Valid Until',
- 'reset_terms' => 'Reset terms',
- 'reset_footer' => 'Reset footer',
- 'invoices_sent' => ':count invoice sent|:count invoices sent',
- 'status_draft' => 'Draft',
- 'status_sent' => 'Sent',
- 'status_viewed' => 'Viewed',
- 'status_partial' => 'Partial',
- 'status_paid' => 'Paid',
- 'show_line_item_tax' => 'Display line item taxes inline',
-
- 'iframe_url' => 'Website',
- 'iframe_url_help1' => 'Copy the following code to a page on your site.',
- 'iframe_url_help2' => 'You can test the feature by clicking \'View as recipient\' for an invoice.',
-
- 'auto_bill' => 'Auto Bill',
- 'military_time' => '24 Hour Time',
- 'last_sent' => 'Last Sent',
-
- 'reminder_emails' => 'Reminder Emails',
- 'templates_and_reminders' => 'Templates & Reminders',
- 'subject' => 'Subject',
- 'body' => 'Body',
- 'first_reminder' => 'First Reminder',
- 'second_reminder' => 'Second Reminder',
- 'third_reminder' => 'Third Reminder',
- 'num_days_reminder' => 'Days after due date',
- 'reminder_subject' => 'Reminder: Invoice :invoice from :account',
- 'reset' => 'Reset',
- 'invoice_not_found' => 'The requested invoice is not available',
-
- 'referral_program' => 'Referral Program',
- 'referral_code' => 'Referral Code',
- 'last_sent_on' => 'Last sent on :date',
-
- 'page_expire' => 'This page will expire soon, :click_here to keep working',
- 'upcoming_quotes' => 'Upcoming Quotes',
- 'expired_quotes' => 'Expired Quotes',
-
- 'sign_up_using' => 'Sign up using',
- 'invalid_credentials' => 'These credentials do not match our records',
- 'show_all_options' => 'Show all options',
- 'user_details' => 'User Details',
- 'oneclick_login' => 'One-Click Login',
- 'disable' => 'Disable',
- 'invoice_quote_number' => 'Invoice and Quote Numbers',
- 'invoice_charges' => 'Invoice Charges',
-
- 'invitation_status' => [
- 'sent' => 'Email Sent',
- 'opened' => 'Email Openend',
- 'viewed' => 'Invoice Viewed',
- ],
- 'notification_invoice_bounced' => 'We were unable to deliver Invoice :invoice to :contact.',
- 'notification_invoice_bounced_subject' => 'Unable to deliver Invoice :invoice',
- 'notification_quote_bounced' => 'We were unable to deliver Quote :invoice to :contact.',
- 'notification_quote_bounced_subject' => 'Unable to deliver Quote :invoice',
-
- 'custom_invoice_link' => 'Custom Invoice Link',
- 'total_invoiced' => 'Total Invoiced',
- 'open_balance' => 'Open Balance',
- 'verify_email' => 'Please visit the link in the account confirmation email to verify your email address.',
- 'basic_settings' => 'Basic Settings',
- 'pro' => 'Pro',
- 'gateways' => 'Payment Gateways',
-
- 'next_send_on' => 'Send Next: :date',
- 'no_longer_running' => 'This invoice is not scheduled to run',
- 'general_settings' => 'General Settings',
- 'customize' => 'Customize',
- 'oneclick_login_help' => 'Connect an account to login without a password',
- 'referral_code_help' => 'Earn money by sharing our app online',
-
- 'enable_with_stripe' => 'Enable | Requires Stripe',
- 'tax_settings' => 'Tax Settings',
- 'create_tax_rate' => 'Add Tax Rate',
- 'updated_tax_rate' => 'Successfully updated tax rate',
- 'created_tax_rate' => 'Successfully created tax rate',
- 'edit_tax_rate' => 'Edit tax rate',
- 'archive_tax_rate' => 'Archive tax rate',
- 'archived_tax_rate' => 'Successfully archived the tax rate',
- 'default_tax_rate_id' => 'Default Tax Rate',
- 'tax_rate' => 'Tax Rate',
- 'recurring_hour' => 'Recurring Hour',
- 'pattern' => 'Pattern',
- 'pattern_help_title' => 'Pattern Help',
- 'pattern_help_1' => 'Create custom invoice and quote numbers by specifying a pattern',
- 'pattern_help_2' => 'Available variables:',
- 'pattern_help_3' => 'For example, :example would be converted to :value',
- 'see_options' => 'See options',
- 'invoice_counter' => 'Invoice Counter',
- 'quote_counter' => 'Quote Counter',
- 'type' => 'Type',
-
- 'activity_1' => ':user created client :client',
- 'activity_2' => ':user archived client :client',
- 'activity_3' => ':user deleted client :client',
- 'activity_4' => ':user created invoice :invoice',
- 'activity_5' => ':user updated invoice :invoice',
- 'activity_6' => ':user emailed invoice :invoice to :contact',
- 'activity_7' => ':contact viewed invoice :invoice',
- 'activity_8' => ':user archived invoice :invoice',
- 'activity_9' => ':user deleted invoice :invoice',
- 'activity_10' => ':contact entered payment :payment for :invoice',
- 'activity_11' => ':user updated payment :payment',
- 'activity_12' => ':user archived payment :payment',
- 'activity_13' => ':user deleted payment :payment',
- 'activity_14' => ':user entered :credit credit',
- 'activity_15' => ':user updated :credit credit',
- 'activity_16' => ':user archived :credit credit',
- 'activity_17' => ':user deleted :credit credit',
- 'activity_18' => ':user created quote :quote',
- 'activity_19' => ':user updated quote :quote',
- 'activity_20' => ':user emailed quote :quote to :contact',
- 'activity_21' => ':contact viewed quote :quote',
- 'activity_22' => ':user archived quote :quote',
- 'activity_23' => ':user deleted quote :quote',
- 'activity_24' => ':user restored quote :quote',
- 'activity_25' => ':user restored invoice :invoice',
- 'activity_26' => ':user restored client :client',
- 'activity_27' => ':user restored payment :payment',
- 'activity_28' => ':user restored :credit credit',
- 'activity_29' => ':contact approved quote :quote',
-
- 'payment' => 'Payment',
- 'system' => 'System',
- 'signature' => 'Email Signature',
- 'default_messages' => 'Default Messages',
- 'quote_terms' => 'Quote Terms',
- 'default_quote_terms' => 'Default Quote Terms',
- 'default_invoice_terms' => 'Default Invoice Terms',
- 'default_invoice_footer' => 'Default Invoice Footer',
- 'quote_footer' => 'Quote Footer',
- 'free' => 'Free',
-
- 'quote_is_approved' => 'This quote is approved',
- 'apply_credit' => 'Apply Credit',
- 'system_settings' => 'System Settings',
- 'archive_token' => 'Archive Token',
- 'archived_token' => 'Successfully archived token',
- 'archive_user' => 'Archive User',
- 'archived_user' => 'Successfully archived user',
- 'archive_account_gateway' => 'Archive Gateway',
- 'archived_account_gateway' => 'Successfully archived gateway',
- 'archive_recurring_invoice' => 'Archive Recurring Invoice',
- 'archived_recurring_invoice' => 'Successfully archived recurring invoice',
- 'delete_recurring_invoice' => 'Delete Recurring Invoice',
- 'deleted_recurring_invoice' => 'Successfully deleted recurring invoice',
- 'restore_recurring_invoice' => 'Restore Recurring Invoice',
- 'restored_recurring_invoice' => 'Successfully restored recurring invoice',
- 'archived' => 'Archived',
- 'untitled_account' => 'Untitled Company',
-
-);
\ No newline at end of file
+);