Norwegian language update

This commit is contained in:
Harald 2014-08-24 01:08:50 +02:00
parent 05dd67377d
commit 3abb7dbbda

View File

@ -62,209 +62,209 @@ return array(
'invoice_terms' => 'Vilkår for fakturaen', 'invoice_terms' => 'Vilkår for fakturaen',
'save_as_default_terms' => 'Lagre som standard vilkår', 'save_as_default_terms' => 'Lagre som standard vilkår',
'download_pdf' => 'Last ned PDF', 'download_pdf' => 'Last ned PDF',
'pay_now' => 'Pay Now', 'pay_now' => 'Betal nå',
'save_invoice' => 'Save Invoice', 'save_invoice' => 'Lagre faktura',
'clone_invoice' => 'Clone Invoice', 'clone_invoice' => 'Kopier faktura',
'archive_invoice' => 'Archive Invoice', 'archive_invoice' => 'Arkiver faktura',
'delete_invoice' => 'Delete Invoice', 'delete_invoice' => 'Slett faktura',
'email_invoice' => 'Email Invoice', 'email_invoice' => 'Send faktura på epost',
'enter_payment' => 'Enter Payment', 'enter_payment' => 'Oppgi betaling',
'tax_rates' => 'Tax Rates', 'tax_rates' => 'Skattesatser',
'rate' => 'Rate', 'rate' => 'Sats',
'settings' => 'Settings', 'settings' => 'Innstillinger',
'enable_invoice_tax' => 'Enable specifying an <b>invoice tax</b>', 'enable_invoice_tax' => 'Aktiver for å spesifisere en <b>faktura skatt</b>',
'enable_line_item_tax' => 'Enable specifying <b>line item taxes</b>', 'enable_line_item_tax' => 'Aktiver for å spesifisere <b>artikkel skatt</b>',
// navigation // navigation
'dashboard' => 'Dashboard', 'dashboard' => 'Dashboard',
'clients' => 'Clients', 'clients' => 'Klienter',
'invoices' => 'Invoices', 'invoices' => 'Fakturaer',
'payments' => 'Payments', 'payments' => 'Betalinger',
'credits' => 'Credits', 'credits' => 'Kreditter',
'history' => 'History', 'history' => 'Historie',
'search' => 'Search', 'search' => 'Søk',
'sign_up' => 'Sign Up', 'sign_up' => 'Registrer deg',
'guest' => 'Guest', 'guest' => 'Gjest',
'company_details' => 'Company Details', 'company_details' => 'Firmainformasjon',
'online_payments' => 'Online Payments', 'online_payments' => 'Online betaling',
'notifications' => 'Notifications', 'notifications' => 'Varsler',
'import_export' => 'Import/Export', 'import_export' => 'Import/Export',
'done' => 'Done', 'done' => 'Ferdig',
'save' => 'Save', 'save' => 'Lagre',
'create' => 'Create', 'create' => 'Lag',
'upload' => 'Upload', 'upload' => 'Last opp',
'import' => 'Import', 'import' => 'Importer',
'download' => 'Download', 'download' => 'Last ned',
'cancel' => 'Cancel', 'cancel' => 'Avbryt',
'close' => 'Close', 'close' => 'Lukk',
'provide_email' => 'Please provide a valid email address', 'provide_email' => 'Vennligst oppgi en gyldig e-postadresse',
'powered_by' => 'Powered by', 'powered_by' => 'Drevet av',
'no_items' => 'No items', 'no_items' => 'Ingen elementer',
// recurring invoices // recurring invoices
'recurring_invoices' => 'Recurring Invoices', 'recurring_invoices' => 'Gjentakende fakturaer',
'recurring_help' => '<p>Automatically send clients the same invoices weekly, bi-monthly, monthly, quarterly or annually. </p> 'recurring_help' => '<p>Automatisk send klienter de samme fakturaene ukentlig, bi-månedlig, månedlig, kvartalsvis eller årlig.</p>
<p>Use :MONTH, :QUARTER or :YEAR for dynamic dates. Basic math works as well, for example :MONTH-1.</p> <p>Bruk :MONTH, :QUARTER eller :YEAR for dynamiske datoer. Grunnleggende matematikk fungerer også, for eksempel :MONTH-1.</p>
<p>Examples of dynamic invoice variables:</p> <p>Eksempler dynamiske faktura variabler:</p>
<ul> <ul>
<li>"Gym membership for the month of :MONTH" => "Gym membership for the month of July"</li> <li>"Treningsmedlemskap for måneden :MONTH" => "Treningsmedlemskap for måneden Juli"</li>
<li>":YEAR+1 yearly subscription" => "2015 Yearly Subscription"</li> <li>":YEAR+1 årlig abonnement" => "2015 årlig abonnement"</li>
<li>"Retainer payment for :QUARTER+1" => "Retainer payment for Q2"</li> <li>"Forhåndsbetaling for :QUARTER+1" => "Forhåndsbetaling for Q2"</li>
</ul>', </ul>',
// dashboard // dashboard
'in_total_revenue' => 'in total revenue', 'in_total_revenue' => 'totale inntekter',
'billed_client' => 'billed client', 'billed_client' => 'fakturert klient',
'billed_clients' => 'billed clients', 'billed_clients' => 'fakturerte klienter',
'active_client' => 'active client', 'active_client' => 'aktiv klient',
'active_clients' => 'active clients', 'active_clients' => 'aktive klienter',
'invoices_past_due' => 'Invoices Past Due', 'invoices_past_due' => 'Fakturaer forfalt',
'upcoming_invoices' => 'Upcoming invoices', 'upcoming_invoices' => 'Forestående fakturaer',
'average_invoice' => 'Average invoice', 'average_invoice' => 'Gjennomsnittlige fakturaer',
// list pages // list pages
'archive' => 'Archive', 'archive' => 'Arkiv',
'delete' => 'Delete', 'delete' => 'Slett',
'archive_client' => 'Archive client', 'archive_client' => 'Arkiver klient',
'delete_client' => 'Delete client', 'delete_client' => 'Slett klient',
'archive_payment' => 'Archive payment', 'archive_payment' => 'Arkiver betaling',
'delete_payment' => 'Delete payment', 'delete_payment' => 'Slett betaling',
'archive_credit' => 'Archive credit', 'archive_credit' => 'Arkiver kreditt',
'delete_credit' => 'Delete credit', 'delete_credit' => 'Slett kreditt',
'show_archived_deleted' => 'Show archived/deleted', 'show_archived_deleted' => 'Vis slettet/arkivert',
'filter' => 'Filter', 'filter' => 'Filter',
'new_client' => 'New Client', 'new_client' => 'Ny klient',
'new_invoice' => 'New Invoice', 'new_invoice' => 'Ny faktura',
'new_payment' => 'New Payment', 'new_payment' => 'Ny betaling',
'new_credit' => 'New Credit', 'new_credit' => 'Ny kreditt',
'contact' => 'Contact', 'contact' => 'Kontakt',
'date_created' => 'Date Created', 'date_created' => 'Dato opprettet',
'last_login' => 'Last Login', 'last_login' => 'Siste pålogging',
'balance' => 'Balance', 'balance' => 'Balanse',
'action' => 'Action', 'action' => 'Handling',
'status' => 'Status', 'status' => 'Status',
'invoice_total' => 'Invoice Total', 'invoice_total' => 'Faktura total',
'frequency' => 'Frequency', 'frequency' => 'Frekvens',
'start_date' => 'Start Date', 'start_date' => 'Startdato',
'end_date' => 'End Date', 'end_date' => 'Sluttdato',
'transaction_reference' => 'Transaction Reference', 'transaction_reference' => 'Transaksjonsreferanse',
'method' => 'Method', 'method' => 'Betalingsmåte',
'payment_amount' => 'Payment Amount', 'payment_amount' => 'Beløp',
'payment_date' => 'Payment Date', 'payment_date' => 'Betalingsdato',
'credit_amount' => 'Credit Amount', 'credit_amount' => 'Kredittbeløp',
'credit_balance' => 'Credit Balance', 'credit_balance' => 'Kreditsaldo',
'credit_date' => 'Credit Date', 'credit_date' => 'Kredittdato',
'empty_table' => 'No data available in table', 'empty_table' => 'Ingen data er tilgjengelige i tabellen',
'select' => 'Select', 'select' => 'Velg',
'edit_client' => 'Edit Client', 'edit_client' => 'Rediger klient',
'edit_invoice' => 'Edit Invoice', 'edit_invoice' => 'Rediger faktura',
// client view page // client view page
'create_invoice' => 'Create Invoice', 'create_invoice' => 'Lag faktura',
'enter_credit' => 'Enter Credit', 'enter_credit' => 'Oppgi kreditt',
'last_logged_in' => 'Last logged in', 'last_logged_in' => 'Sist pålogget',
'details' => 'Details', 'details' => 'Detaljer',
'standing' => 'Standing', 'standing' => 'Stående',
'credit' => 'Credit', 'credit' => 'Kreditt',
'activity' => 'Activity', 'activity' => 'Aktivitet',
'date' => 'Date', 'date' => 'Dato',
'message' => 'Message', 'message' => 'Beskjed',
'adjustment' => 'Adjustment', 'adjustment' => 'Justering',
'are_you_sure' => 'Are you sure?', 'are_you_sure' => 'Er du sikker?',
// payment pages // payment pages
'payment_type_id' => 'Payment type', 'payment_type_id' => 'Betalingsmetode',
'amount' => 'Amount', 'amount' => 'Beløp',
// account/company pages // account/company pages
'work_email' => 'Email', 'work_email' => 'Email',
'language_id' => 'Language', 'language_id' => 'Språk',
'timezone_id' => 'Timezone', 'timezone_id' => 'Tidssone',
'date_format_id' => 'Date format', 'date_format_id' => 'Dato format',
'datetime_format_id' => 'Date/Time Format', 'datetime_format_id' => 'Dato/Tidsformat',
'users' => 'Users', 'users' => 'Brukere',
'localization' => 'Localization', 'localization' => 'Lokaliseing',
'remove_logo' => 'Remove logo', 'remove_logo' => 'Fjern logo',
'logo_help' => 'Supported: JPEG, GIF and PNG. Recommended size: 200px width by 120px height', 'logo_help' => 'Støttedefiltyper: JPEG, GIF og PNG. Anbefalt størrelse: 200px bredde by 120px høyde',
'payment_gateway' => 'Payment Gateway', 'payment_gateway' => 'Betalingsløsning',
'gateway_id' => 'Provider', 'gateway_id' => 'Tilbyder',
'email_notifications' => 'Email Notifications', 'email_notifications' => 'Varsel via email',
'email_sent' => 'Email me when an invoice is <b>sent</b>', 'email_sent' => 'Varsle når en faktura er <b>sendt</b>',
'email_viewed' => 'Email me when an invoice is <b>viewed</b>', 'email_viewed' => 'Varsle når en faktura er <b>sett</b>',
'email_paid' => 'Email me when an invoice is <b>paid</b>', 'email_paid' => 'Varsle når en faktura er <b>betalt</b>',
'site_updates' => 'Site Updates', 'site_updates' => 'Nettsted oppdateringer',
'custom_messages' => 'Custom Messages', 'custom_messages' => 'Tilpassede meldinger',
'default_invoice_terms' => 'Set default invoice terms', 'default_invoice_terms' => 'Sett standard fakturavilkår',
'default_email_footer' => 'Set default email signature', 'default_email_footer' => 'Sett standard emailsignatur',
'import_clients' => 'Import Client Data', 'import_clients' => 'Importer klientdata',
'csv_file' => 'Select CSV file', 'csv_file' => 'Velg CSV-fil',
'export_clients' => 'Export Client Data', 'export_clients' => 'Exporter klientdata',
'select_file' => 'Please select a file', 'select_file' => 'Vennligst velg en fil',
'first_row_headers' => 'Use first row as headers', 'first_row_headers' => 'Bruk første rad som overskrifter',
'column' => 'Column', 'column' => 'Kolonne',
'sample' => 'Sample', 'sample' => 'Eksempel',
'import_to' => 'Import to', 'import_to' => 'Importer til',
'client_will_create' => 'client will be created', 'client_will_create' => 'Klient vil bli opprettet',
'clients_will_create' => 'clients will be created', 'clients_will_create' => 'Klienter vil bli opprettet',
// application messages // application messages
'created_client' => 'Successfully created client', 'created_client' => 'Klient opprettet suksessfullt',
'created_clients' => 'Successfully created :count clients', 'created_clients' => 'Klienter opprettet suksessfullt',
'updated_settings' => 'Successfully updated settings', 'updated_settings' => 'Innstillger oppdatert',
'removed_logo' => 'Successfully removed logo', 'removed_logo' => 'Logo fjernet',
'sent_message' => 'Successfully sent message', 'sent_message' => 'Melding sendt',
'invoice_error' => 'Please make sure to select a client and correct any errors', 'invoice_error' => 'Vennligst sørg for å velge en klient og rette eventuelle feil',
'limit_clients' => 'Sorry, this will exceed the limit of :count clients', 'limit_clients' => 'Dessverre, dette vil overstige grensen på :count klienter',
'payment_error' => 'There was an error processing your payment. Please try again later.', 'payment_error' => 'Det oppstod en feil under din betaling. Vennligst prøv igjen senere.',
'registration_required' => 'Please sign up to email an invoice', 'registration_required' => 'Vennligst registrer deg for å sende e-postfaktura',
'confirmation_required' => 'Please confirm your email address', 'confirmation_required' => 'Vennligst bekreft din e-postadresse',
'updated_client' => 'Successfully updated client', 'updated_client' => 'Klient oppdatert',
'created_client' => 'Successfully created client', 'created_client' => 'Klient lagret',
'archived_client' => 'Successfully archived client', 'archived_client' => 'Klient arkivert',
'archived_clients' => 'Successfully archived :count clients', 'archived_clients' => 'Arkiverte :count klienter',
'deleted_client' => 'Successfully deleted client', 'deleted_client' => 'Klient slettet',
'deleted_clients' => 'Successfully deleted :count clients', 'deleted_clients' => 'Slettet :count kliener',
'updated_invoice' => 'Successfully updated invoice', 'updated_invoice' => 'Faktura oppdatert',
'created_invoice' => 'Successfully created invoice', 'created_invoice' => 'Faktura opprettet',
'cloned_invoice' => 'Successfully cloned invoice', 'cloned_invoice' => 'Faktura kopiert',
'emailed_invoice' => 'Successfully emailed invoice', 'emailed_invoice' => 'Emailfaktura sendt',
'and_created_client' => 'and created client', 'and_created_client' => 'og klient opprettet',
'archived_invoice' => 'Successfully archived invoice', 'archived_invoice' => 'Faktura arkivert',
'archived_invoices' => 'Successfully archived :count invoices', 'archived_invoices' => 'Fakturaer arkivert',
'deleted_invoice' => 'Successfully deleted invoice', 'deleted_invoice' => 'Faktura slettet',
'deleted_invoices' => 'Successfully deleted :count invoices', 'deleted_invoices' => 'Slettet :count fakturaer',
'created_payment' => 'Successfully created payment', 'created_payment' => 'Betaling opprettet',
'archived_payment' => 'Successfully archived payment', 'archived_payment' => 'Betaling arkivert',
'archived_payments' => 'Successfully archived :count payments', 'archived_payments' => 'Arkiverte :count betalinger',
'deleted_payment' => 'Successfully deleted payment', 'deleted_payment' => 'Betaling slettet',
'deleted_payments' => 'Successfully deleted :count payments', 'deleted_payments' => 'Slettet :count betalinger',
'applied_payment' => 'Successfully applied payment', 'applied_payment' => 'Betaling lagret',
'created_credit' => 'Successfully created credit', 'created_credit' => 'Kreditt opprettet',
'archived_credit' => 'Successfully archived credit', 'archived_credit' => 'Kreditt arkivert',
'archived_credits' => 'Successfully archived :count credits', 'archived_credits' => 'Arkiverte :count kreditter',
'deleted_credit' => 'Successfully deleted credit', 'deleted_credit' => 'Kreditt slettet',
'deleted_credits' => 'Successfully deleted :count credits', 'deleted_credits' => 'Slettet :count kreditter',
// Emails // Emails
'confirmation_subject' => 'Invoice Ninja Account Confirmation', 'confirmation_subject' => 'Invoice Ninja Account bekreftelse',
'confirmation_header' => 'Account Confirmation', 'confirmation_header' => 'Kontobekreftelse',
'confirmation_message' => 'Please access the link below to confirm your account.', 'confirmation_message' => 'Vennligst åpne koblingen nedenfor for å bekrefte kontoen din.',
'invoice_subject' => 'New invoice from :account', 'invoice_subject' => 'Ny faktura fra :account',
'invoice_message' => 'To view your invoice for :amount, click the link below.', 'invoice_message' => 'Sor å se din faktura på :amount, klikk linken nedenfor.',
'payment_subject' => 'Payment Received', 'payment_subject' => 'Betaling mottatt',
'payment_message' => 'Thank you for your payment of :amount.', 'payment_message' => 'Takk for din betaling pålydende :amount.',
'email_salutation' => 'Dear :name,', 'email_salutation' => 'Kjære :name,',
'email_signature' => 'Regards,', 'email_signature' => 'Med vennlig hilsen,',
'email_from' => 'The InvoiceNinja Team', 'email_from' => 'The InvoiceNinja Team',
'user_email_footer' => 'To adjust your email notification settings please visit '.SITE_URL.'/company/notifications', 'user_email_footer' => 'For å justere varslingsinnstillingene vennligst besøk '.SITE_URL.'/company/notifications',
'invoice_link_message' => 'To view your client invoice click the link below:', 'invoice_link_message' => 'Hvis du vil se din klientfaktura klikk på linken under:',
'notification_invoice_paid_subject' => 'Invoice :invoice was paid by :client', 'notification_invoice_paid_subject' => 'Faktura :invoice betalt av :client',
'notification_invoice_sent_subject' => 'Invoice :invoice was sent to :client', 'notification_invoice_sent_subject' => 'Faktura :invoice sendt til :client',
'notification_invoice_viewed_subject' => 'Invoice :invoice was viewed by :client', 'notification_invoice_viewed_subject' => 'Faktura :invoice sett av :client',
'notification_invoice_paid' => 'A payment of :amount was made by client :client towards Invoice :invoice.', 'notification_invoice_paid' => 'A payment of :amount was made by client :client towards Invoice :invoice.',
'notification_invoice_sent' => 'The following client :client was emailed Invoice :invoice for :amount.', 'notification_invoice_sent' => 'The following client :client was emailed Invoice :invoice for :amount.',
'notification_invoice_viewed' => 'The following client :client viewed Invoice :invoice for :amount.', 'notification_invoice_viewed' => 'The following client :client viewed Invoice :invoice for :amount.',