Update lang files

This commit is contained in:
Hillel Coren 2019-10-27 11:53:55 +02:00
parent ddf2502df3
commit 3e4bd48ed3
31 changed files with 230 additions and 201 deletions

View File

@ -381,7 +381,7 @@ if (! defined('APP_NAME')) {
define('NINJA_APP_URL', env('NINJA_APP_URL', 'https://app.invoiceninja.com')); define('NINJA_APP_URL', env('NINJA_APP_URL', 'https://app.invoiceninja.com'));
define('NINJA_DOCS_URL', env('NINJA_DOCS_URL', 'https://invoice-ninja.readthedocs.io/en/latest')); define('NINJA_DOCS_URL', env('NINJA_DOCS_URL', 'https://invoice-ninja.readthedocs.io/en/latest'));
define('NINJA_DATE', '2000-01-01'); define('NINJA_DATE', '2000-01-01');
define('NINJA_VERSION', '4.5.15' . env('NINJA_VERSION_SUFFIX')); define('NINJA_VERSION', '4.5.16' . env('NINJA_VERSION_SUFFIX'));
define('NINJA_TERMS_VERSION', '1.0.1'); define('NINJA_TERMS_VERSION', '1.0.1');
define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja')); define('SOCIAL_LINK_FACEBOOK', env('SOCIAL_LINK_FACEBOOK', 'https://www.facebook.com/invoiceninja'));

View File

@ -59,7 +59,7 @@ author = u'Invoice Ninja'
# The short X.Y version. # The short X.Y version.
version = u'4.5' version = u'4.5'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'4.5.15' release = u'4.5.16'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -550,6 +550,7 @@ $LANG = array(
'created_task' => 'Успешно създадена задача', 'created_task' => 'Успешно създадена задача',
'updated_task' => 'Успешно актуализирана задача', 'updated_task' => 'Успешно актуализирана задача',
'edit_task' => 'Редакция на задача', 'edit_task' => 'Редакция на задача',
'clone_task' => 'Clone Task',
'archive_task' => 'Архивиране на задача', 'archive_task' => 'Архивиране на задача',
'restore_task' => 'Възстановяване на задача', 'restore_task' => 'Възстановяване на задача',
'delete_task' => 'Изтриване на задача', 'delete_task' => 'Изтриване на задача',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'Successfully created task', 'created_task' => 'Successfully created task',
'updated_task' => 'Successfully updated task', 'updated_task' => 'Successfully updated task',
'edit_task' => 'Edit Task', 'edit_task' => 'Edit Task',
'clone_task' => 'Clone Task',
'archive_task' => 'Archive Task', 'archive_task' => 'Archive Task',
'restore_task' => 'Restore Task', 'restore_task' => 'Restore Task',
'delete_task' => 'Delete Task', 'delete_task' => 'Delete Task',

View File

@ -550,6 +550,7 @@ $LANG = array(
'created_task' => 'Úloha úspěšně vytvořena', 'created_task' => 'Úloha úspěšně vytvořena',
'updated_task' => 'Úloha úspěšně změněna', 'updated_task' => 'Úloha úspěšně změněna',
'edit_task' => 'Editovat úlohu', 'edit_task' => 'Editovat úlohu',
'clone_task' => 'Clone Task',
'archive_task' => 'Archivovat úlohu', 'archive_task' => 'Archivovat úlohu',
'restore_task' => 'Obnovit úlohu', 'restore_task' => 'Obnovit úlohu',
'delete_task' => 'Smazat úlohu', 'delete_task' => 'Smazat úlohu',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'Opgave oprettet', 'created_task' => 'Opgave oprettet',
'updated_task' => 'Opgave opdateret', 'updated_task' => 'Opgave opdateret',
'edit_task' => 'Redigér opgave', 'edit_task' => 'Redigér opgave',
'clone_task' => 'Clone Task',
'archive_task' => 'Arkiver opgave', 'archive_task' => 'Arkiver opgave',
'restore_task' => 'Genskab opgave', 'restore_task' => 'Genskab opgave',
'delete_task' => 'Slet opgave', 'delete_task' => 'Slet opgave',
@ -882,9 +883,9 @@ $LANG = array(
'website_help' => 'Vis fakturaen i et iFrame på din hjemmeside', 'website_help' => 'Vis fakturaen i et iFrame på din hjemmeside',
'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.', 'invoice_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the invoice number.',
'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.', 'quote_number_help' => 'Specify a prefix or use a custom pattern to dynamically set the quote number.',
'custom_client_fields_helps' => 'Add a field when creating a client and optionally display the label and value on the PDF.', 'custom_client_fields_helps' => 'Tilføj et felt, når du opretter en klient, og vis eventuelt etiketten og værdien på PDF-filen.',
'custom_account_fields_helps' => 'Add a label and value to the company details section of the PDF.', 'custom_account_fields_helps' => 'Add a label and value to the company details section of the PDF.',
'custom_invoice_fields_helps' => 'Add a field when creating an invoice and optionally display the label and value on the PDF.', 'custom_invoice_fields_helps' => 'Tilføj et felt, når du opretter en faktura, og vælg eventuelt at vise etiketten og værdien på PDF.',
'custom_invoice_charges_helps' => 'Add a text input to the invoice create/edit page and include the charge in the invoice subtotals.', 'custom_invoice_charges_helps' => 'Add a text input to the invoice create/edit page and include the charge in the invoice subtotals.',
'token_expired' => 'Validation token was expired. Please try again.', 'token_expired' => 'Validation token was expired. Please try again.',
'invoice_link' => 'Invoice Link', 'invoice_link' => 'Invoice Link',
@ -976,7 +977,7 @@ $LANG = array(
'saturday' => 'Saturday', 'saturday' => 'Saturday',
'header_font_id' => 'Header Font', 'header_font_id' => 'Header Font',
'body_font_id' => 'Body Font', 'body_font_id' => 'Body Font',
'color_font_help' => 'Note: the primary color and fonts are also used in the client portal and custom email designs.', 'color_font_help' => 'Bemærk: den primære farve og skrifttyper bruges også i klientportalen og brugerdefinerede e-mail-design.',
'live_preview' => 'Live Preview', 'live_preview' => 'Live Preview',
'invalid_mail_config' => 'Unable to send email, please check that the mail settings are correct.', 'invalid_mail_config' => 'Unable to send email, please check that the mail settings are correct.',
'invoice_message_button' => 'To view your invoice for :amount, click the button below.', 'invoice_message_button' => 'To view your invoice for :amount, click the button below.',
@ -996,14 +997,14 @@ $LANG = array(
'created_bank_account' => 'Successfully created bank account', 'created_bank_account' => 'Successfully created bank account',
'validate_bank_account' => 'Validate Bank Account', 'validate_bank_account' => 'Validate Bank Account',
'bank_password_help' => 'Note: your password is transmitted securely and never stored on our servers.', 'bank_password_help' => 'Note: your password is transmitted securely and never stored on our servers.',
'bank_password_warning' => 'Warning: your password may be transmitted in plain text, consider enabling HTTPS.', 'bank_password_warning' => 'Advarsel: dit kodeord overføres muligvis i almindelig tekst. Overvej at aktivere HTTPS.',
'username' => 'Username', 'username' => 'Username',
'account_number' => 'Account Number', 'account_number' => 'Account Number',
'account_name' => 'Account Name', 'account_name' => 'Account Name',
'bank_account_error' => 'Failed to retrieve account details, please check your credentials.', 'bank_account_error' => 'Kunne ikke hente kontooplysninger, du skal kontrollere dine legitimations oplysninger.',
'status_approved' => 'Godkendt', 'status_approved' => 'Godkendt',
'quote_settings' => 'Quote Settings', 'quote_settings' => 'Quote Settings',
'auto_convert_quote' => 'Auto Convert', 'auto_convert_quote' => 'Auto konvertering',
'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved by a client.', 'auto_convert_quote_help' => 'Automatically convert a quote to an invoice when approved by a client.',
'validate' => 'Validate', 'validate' => 'Validate',
'info' => 'Info', 'info' => 'Info',
@ -1031,7 +1032,7 @@ $LANG = array(
'overdue' => 'Overdue', 'overdue' => 'Overdue',
'white_label_text' => 'Purchase a ONE YEAR white label license for $:price to remove the Invoice Ninja branding from the invoice and client portal.', 'white_label_text' => 'Køb en ONE YEAR white label-licens til $: pris for at fjerne Invoice Ninja-branding fra fakturaen og klientportalen.',
'user_email_footer' => 'For at justere varslings indstillingene besøg venligst :link', 'user_email_footer' => 'For at justere varslings indstillingene besøg venligst :link',
'reset_password_footer' => 'Hvis du ikke bad om at få nulstillet din adgangskode kontakt venligst kundeservice: :email', 'reset_password_footer' => 'Hvis du ikke bad om at få nulstillet din adgangskode kontakt venligst kundeservice: :email',
'limit_users' => 'Desværre, dette vil overstige grænsen på :limit brugere', 'limit_users' => 'Desværre, dette vil overstige grænsen på :limit brugere',
@ -1226,7 +1227,7 @@ $LANG = array(
'status_voided' => 'Annulleret', 'status_voided' => 'Annulleret',
'refunded_payment' => 'Refunderet betaling', 'refunded_payment' => 'Refunderet betaling',
'activity_39' => ':user annullerede en :payment_amount betaling :payment', 'activity_39' => ':user annullerede en :payment_amount betaling :payment',
'activity_40' => ':user refunded :adjustment of a :payment_amount payment :payment', 'activity_40' => ':bruger refunderet :justering af en :betaling_beløb betaling :betaling',
'card_expiration' => 'Exp:&nbsp:expires', 'card_expiration' => 'Exp:&nbsp:expires',
'card_creditcardother' => 'Ukendt', 'card_creditcardother' => 'Ukendt',
@ -1255,22 +1256,22 @@ $LANG = array(
'secret' => 'Hemmelighed', 'secret' => 'Hemmelighed',
'public_key' => 'Offentlig nøgle', 'public_key' => 'Offentlig nøgle',
'plaid_optional' => '(valgfrit)', 'plaid_optional' => '(valgfrit)',
'plaid_environment_help' => 'When a Stripe test key is given, Plaid\'s development environment (tartan) will be used.', 'plaid_environment_help' => 'Når der gives en Stripe-testnøgle, bruges Plaids udviklingsmiljø (tartan).',
'other_providers' => 'Andre udbydere', 'other_providers' => 'Andre udbydere',
'country_not_supported' => 'Landet er ikke understøttet.', 'country_not_supported' => 'Landet er ikke understøttet.',
'invalid_routing_number' => 'Routing nummeret er ugyldigt.', 'invalid_routing_number' => 'Routing nummeret er ugyldigt.',
'invalid_account_number' => 'Kontonummeret er ugyldigt.', 'invalid_account_number' => 'Kontonummeret er ugyldigt.',
'account_number_mismatch' => 'Kontonumrene stemmer ikke overens.', 'account_number_mismatch' => 'Kontonumrene stemmer ikke overens.',
'missing_account_holder_type' => 'Please select an individual or company account.', 'missing_account_holder_type' => 'Vælg en individuel eller firmakonto.',
'missing_account_holder_name' => 'Please enter the account holder\'s name.', 'missing_account_holder_name' => 'Indtast kontohaverens navn.',
'routing_number' => 'Routing nummer', 'routing_number' => 'Routing nummer',
'confirm_account_number' => 'Confirm Account Number', 'confirm_account_number' => 'Bekræft kontonummer',
'individual_account' => 'Individual Account', 'individual_account' => 'Individuel konto',
'company_account' => 'Firma Konto', 'company_account' => 'Firma Konto',
'account_holder_name' => 'Account Holder Name', 'account_holder_name' => 'Kontohavers navn',
'add_account' => 'Tilføj konto', 'add_account' => 'Tilføj konto',
'payment_methods' => 'Betalingsmetoder', 'payment_methods' => 'Betalingsmetoder',
'complete_verification' => 'Complete Verification', 'complete_verification' => 'Komplet verifikation',
'verification_amount1' => 'Beløb 1', 'verification_amount1' => 'Beløb 1',
'verification_amount2' => 'Beløb 2', 'verification_amount2' => 'Beløb 2',
'payment_method_verified' => 'Verifikation blev gennemført med succes', 'payment_method_verified' => 'Verifikation blev gennemført med succes',
@ -1285,111 +1286,111 @@ $LANG = array(
'ach_verification_delay_help' => 'Du kan bruge kontoen, når du har gennemført verifikationen. Verifikation tager normalt 1-2 hverdage.', 'ach_verification_delay_help' => 'Du kan bruge kontoen, når du har gennemført verifikationen. Verifikation tager normalt 1-2 hverdage.',
'add_credit_card' => 'Tilføj kreditkort', 'add_credit_card' => 'Tilføj kreditkort',
'payment_method_added' => 'Tilføjet betalingsmetode', 'payment_method_added' => 'Tilføjet betalingsmetode',
'use_for_auto_bill' => 'Use For Autobill', 'use_for_auto_bill' => 'Brug til automatisk fakturering',
'used_for_auto_bill' => 'Autobill Payment Method', 'used_for_auto_bill' => 'Automatisk faktura betalingsmetode',
'payment_method_set_as_default' => 'Set Autobill payment method.', 'payment_method_set_as_default' => 'Angiv automatisk fakturerings betalingsmetode.',
'activity_41' => ':payment_amount payment (:payment) failed', 'activity_41' => ':payment_amount betaling (:betaling) mislykkedes',
'webhook_url' => 'Webhook URL', 'webhook_url' => 'Webhook URL',
'stripe_webhook_help' => 'You must :link.', 'stripe_webhook_help' => 'Du skal :link.',
'stripe_webhook_help_link_text' => 'add this URL as an endpoint at Stripe', 'stripe_webhook_help_link_text' => 'tilføje denne URL som et endepunkt på Stripe',
'gocardless_webhook_help_link_text' => 'add this URL as an endpoint in GoCardless', 'gocardless_webhook_help_link_text' => 'tilføje denne URL som et endepunkt i GoCardless',
'payment_method_error' => 'There was an error adding your payment methd. Please try again later.', 'payment_method_error' => 'Der opstod en fejl ved tilføjelse af din betalingsmetode. Prøv igen senere.',
'notification_invoice_payment_failed_subject' => 'Payment failed for Invoice :invoice', 'notification_invoice_payment_failed_subject' => 'Betaling mislykkedes for faktura :faktura',
'notification_invoice_payment_failed' => 'A payment made by client :client towards Invoice :invoice failed. The payment has been marked as failed and :amount has been added to the client\'s balance.', 'notification_invoice_payment_failed' => 'En betaling foretaget af klient :klient mod faktura :faktura mislykkedes. Betalingen er markeret som mislykket, og :beløb er føjet til kundens saldo.',
'link_with_plaid' => 'Link Account Instantly with Plaid', 'link_with_plaid' => 'Link konto til Plaid med det samme',
'link_manually' => 'Link Manually', 'link_manually' => 'Link manuelt',
'secured_by_plaid' => 'Secured by Plaid', 'secured_by_plaid' => 'Sikret af Plaid',
'plaid_linked_status' => 'Your bank account at :bank', 'plaid_linked_status' => 'Din bankkonto på :bank',
'add_payment_method' => 'Add Payment Method', 'add_payment_method' => 'Tilføj betalingsmetode',
'account_holder_type' => 'Account Holder Type', 'account_holder_type' => 'Kontoindehaver Type',
'ach_authorization' => 'I authorize :company to use my bank account for future payments and, if necessary, electronically credit my account to correct erroneous debits. I understand that I may cancel this authorization at any time by removing the payment method or by contacting :email.', 'ach_authorization' => 'Jeg bemyndiger :virksomheden til at bruge min bankkonto til fremtidige betalinger og om nødvendigt elektronisk kreditere min konto for at rette fejlagtige debiteringer. Jeg forstår, at jeg til enhver tid kan annullere denne tilladelse ved at fjerne betalingsmetoden eller ved at kontakte :e-mail.',
'ach_authorization_required' => 'Du skal godkende ACH-transaktioner.', 'ach_authorization_required' => 'Du skal godkende ACH-transaktioner.',
'off' => 'Deaktiver', 'off' => 'Deaktiver',
'opt_in' => 'Følg', 'opt_in' => 'Følg',
'opt_out' => 'Følg ikke længere', 'opt_out' => 'Følg ikke længere',
'always' => 'Altid', 'always' => 'Altid',
'opted_out' => 'Opted out', 'opted_out' => 'Fravalgt(e)',
'opted_in' => 'Opted in', 'opted_in' => 'Tilmeldt(e)',
'manage_auto_bill' => 'Manage Auto-bill', 'manage_auto_bill' => 'Administrer automatisk fakturering',
'enabled' => 'Aktiveret', 'enabled' => 'Aktiveret',
'paypal' => 'Paypal', 'paypal' => 'Paypal',
'braintree_enable_paypal' => 'Enable PayPal payments through BrainTree', 'braintree_enable_paypal' => 'Aktivér PayPal-betalinger via BrainTree',
'braintree_paypal_disabled_help' => 'PayPal-gateway\'en behandler PayPal-betalinger.', 'braintree_paypal_disabled_help' => 'PayPal-gateway\'en behandler PayPal-betalinger.',
'braintree_paypal_help' => 'You must also :link.', 'braintree_paypal_help' => 'Du skal også :link.',
'braintree_paypal_help_link_text' => 'link PayPal to your BrainTree account', 'braintree_paypal_help_link_text' => 'link PayPal til din BrainTree-konto',
'token_billing_braintree_paypal' => 'Save payment details', 'token_billing_braintree_paypal' => 'Gem betalingsoplysninger',
'add_paypal_account' => 'Add PayPal Account', 'add_paypal_account' => 'Tilføj PayPal-konto',
'no_payment_method_specified' => 'No payment method specified', 'no_payment_method_specified' => 'Der er ikke angivet nogen betalingsmetode',
'chart_type' => 'Chart Type', 'chart_type' => 'Diagramtype',
'format' => 'Format', 'format' => 'Format',
'import_ofx' => 'Import OFX', 'import_ofx' => 'Import OFX',
'ofx_file' => 'OFX File', 'ofx_file' => 'OFX Fil',
'ofx_parse_failed' => 'Failed to parse OFX file', 'ofx_parse_failed' => 'Kunne ikke analysere OFX-filen',
// WePay // WePay
'wepay' => 'WePay', 'wepay' => 'WePay',
'sign_up_with_wepay' => 'Sign up with WePay', 'sign_up_with_wepay' => 'Tilmeld dig til WePay',
'use_another_provider' => 'Use another provider', 'use_another_provider' => 'Brug en anden udbyder',
'company_name' => 'Firma navn', 'company_name' => 'Firma navn',
'wepay_company_name_help' => 'This will appear on client\'s credit card statements.', 'wepay_company_name_help' => 'Dette vises på kundens kreditkortopgørelser.',
'wepay_description_help' => 'The purpose of this account.', 'wepay_description_help' => 'Formålet med denne konto.',
'wepay_tos_agree' => 'I agree to the :link.', 'wepay_tos_agree' => 'Jeg accepterer :linket.',
'wepay_tos_link_text' => 'WePay Terms of Service', 'wepay_tos_link_text' => 'WePay servicevilkår',
'resend_confirmation_email' => 'Resend Confirmation Email', 'resend_confirmation_email' => 'Gensend bekræftelses e-mail',
'manage_account' => 'Administrer konto', 'manage_account' => 'Administrer konto',
'action_required' => 'Handling krævet', 'action_required' => 'Handling krævet',
'finish_setup' => 'Finish Setup', 'finish_setup' => 'Afslut installationen',
'created_wepay_confirmation_required' => 'Please check your email and confirm your email address with WePay.', 'created_wepay_confirmation_required' => 'Kontroller din e-mail og bekræft din e-mail-adresse med WePay.',
'switch_to_wepay' => 'Switch to WePay', 'switch_to_wepay' => 'Skift til WePay',
'switch' => 'Skift', 'switch' => 'Skift',
'restore_account_gateway' => 'Genskab gateway', 'restore_account_gateway' => 'Genskab gateway',
'restored_account_gateway' => 'Gateway blev genskabt', 'restored_account_gateway' => 'Gateway blev genskabt',
'united_states' => 'USA', 'united_states' => 'USA',
'canada' => 'Canada', 'canada' => 'Canada',
'accept_debit_cards' => 'Accept Debit Cards', 'accept_debit_cards' => 'Accepter betalingskort',
'debit_cards' => 'Debit Cards', 'debit_cards' => 'Debetkort',
'warn_start_date_changed' => 'The next invoice will be sent on the new start date.', 'warn_start_date_changed' => 'Den næste faktura sendes på den nye startdato.',
'warn_start_date_changed_not_sent' => 'The next invoice will be created on the new start date.', 'warn_start_date_changed_not_sent' => 'Den næste faktura oprettes på den nye startdato.',
'original_start_date' => 'Original start date', 'original_start_date' => 'Original startdato',
'new_start_date' => 'New start date', 'new_start_date' => 'Ny startdato',
'security' => 'Sikkerhed', 'security' => 'Sikkerhed',
'see_whats_new' => 'See what\'s new in v:version', 'see_whats_new' => 'Se hvad der er nyt i v:version',
'wait_for_upload' => 'Please wait for the document upload to complete.', 'wait_for_upload' => 'Vent til dokument upload er helt afsluttet.',
'upgrade_for_permissions' => 'Upgrade to our Enterprise plan to enable permissions.', 'upgrade_for_permissions' => 'Opgrader til vores Enterprise plan for at aktivere tilladelser.',
'enable_second_tax_rate' => 'Enable specifying a <b>second tax rate</b>', 'enable_second_tax_rate' => 'Aktivér angivelse af <b>anden skattesats</b>',
'payment_file' => 'Betalings fil', 'payment_file' => 'Betalings fil',
'expense_file' => 'Udgifts fil', 'expense_file' => 'Udgifts fil',
'product_file' => 'Produkt fil', 'product_file' => 'Produkt fil',
'import_products' => 'Importer produkter', 'import_products' => 'Importer produkter',
'products_will_create' => 'Produkter vil blive oprettet', 'products_will_create' => 'Produkter vil blive oprettet',
'product_key' => 'Produkt', 'product_key' => 'Produkt',
'created_products' => 'Successfully created/updated :count product(s)', 'created_products' => 'Oprettet / opdateret med succes :tæl produkt(er)',
'export_help' => 'Use JSON if you plan to import the data into Invoice Ninja.<br/>The file includes clients, products, invoices, quotes and payments.', 'export_help' => 'Brug JSON, hvis du planlægger at importere dataene til Invoice Ninja.<br/>Filen inkluderer klienter, produkter, fakturaer, tilbud og betalinger.',
'selfhost_export_help' => '<br/>We recommend using mysqldump to create a full backup.', 'selfhost_export_help' => '<br/>Vi anbefaler at bruge mysqldump til at oprette en fuld sikkerhedskopi.',
'JSON_file' => 'JSON Fil', 'JSON_file' => 'JSON Fil',
'view_dashboard' => 'Oversigt', 'view_dashboard' => 'Oversigt',
'client_session_expired' => 'Session er udløbet.', 'client_session_expired' => 'Session er udløbet.',
'client_session_expired_message' => 'Your session has expired. Please click the link in your email again.', 'client_session_expired_message' => 'Din session er udløbet. Klik på linket i din e-mail igen.',
'auto_bill_notification' => 'This invoice will automatically be billed to your :payment_method on file on :due_date.', 'auto_bill_notification' => 'Denne faktura faktureres automatisk til din valgte :Payment_method den :due_date.',
'auto_bill_payment_method_bank_transfer' => 'Bankkonto', 'auto_bill_payment_method_bank_transfer' => 'Bankkonto',
'auto_bill_payment_method_credit_card' => 'Kredit kort', 'auto_bill_payment_method_credit_card' => 'Kredit kort',
'auto_bill_payment_method_paypal' => 'PayPal konto', 'auto_bill_payment_method_paypal' => 'PayPal konto',
'auto_bill_notification_placeholder' => 'Denne faktura vil automatisk trække fra dit gemte kreditkort på den forfaldne dato.', 'auto_bill_notification_placeholder' => 'Denne faktura vil automatisk trække fra dit gemte kreditkort på den forfaldne dato.',
'payment_settings' => 'Betalingsindstillinger', 'payment_settings' => 'Betalingsindstillinger',
'on_send_date' => 'On send date', 'on_send_date' => 'På sendedato',
'on_due_date' => 'Betalingsfrist', 'on_due_date' => 'Betalingsfrist',
'auto_bill_ach_date_help' => 'ACH will always auto bill on the due date.', 'auto_bill_ach_date_help' => 'ACH fakturerer altid til den forfaldne dato.',
'warn_change_auto_bill' => 'Due to NACHA rules, changes to this invoice may prevent ACH auto bill.', 'warn_change_auto_bill' => 'På grund af NACHA-regler kan ændringer af denne faktura forhindre ACH-autofaktura.',
'bank_account' => 'Bankkonto', 'bank_account' => 'Bankkonto',
'payment_processed_through_wepay' => 'ACH payments will be processed using WePay.', 'payment_processed_through_wepay' => 'ACH-betalinger behandles med WePay.',
'wepay_payment_tos_agree' => 'I agree to the WePay :terms and :privacy_policy.', 'wepay_payment_tos_agree' => 'Jeg accepterer WePay :vilkår og :privacy_policy.',
'privacy_policy' => 'Privatlivspolitik', 'privacy_policy' => 'Privatlivspolitik',
'wepay_payment_tos_agree_required' => 'Du skal acceptere WePays Servicevilkår og Privatlivspolitik.', 'wepay_payment_tos_agree_required' => 'Du skal acceptere WePays Servicevilkår og Privatlivspolitik.',
'ach_email_prompt' => 'Indtast venligst din e-mail adresse:', 'ach_email_prompt' => 'Indtast venligst din e-mail adresse:',
@ -1460,7 +1461,7 @@ $LANG = array(
// Industries // Industries
'industry_Accounting & Legal' => 'Regnskab og jura', 'industry_Accounting & Legal' => 'Regnskab og jura',
'industry_Advertising' => 'Annoncering', 'industry_Advertising' => 'Annoncering',
'industry_Aerospace' => 'Aerospace', 'industry_Aerospace' => 'Rumfart',
'industry_Agriculture' => 'Landbrug', 'industry_Agriculture' => 'Landbrug',
'industry_Automotive' => 'Autobranche', 'industry_Automotive' => 'Autobranche',
'industry_Banking & Finance' => 'Bank og finans', 'industry_Banking & Finance' => 'Bank og finans',
@ -1483,7 +1484,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Medicinal', 'industry_Pharmaceuticals' => 'Medicinal',
'industry_Professional Services & Consulting' => 'Professionelle serviceydelser og rådgivning', 'industry_Professional Services & Consulting' => 'Professionelle serviceydelser og rådgivning',
'industry_Real Estate' => 'Fast ejendom', 'industry_Real Estate' => 'Fast ejendom',
'industry_Restaurant & Catering' => 'Restaurant & Catering', 'industry_Restaurant & Catering' => 'Restaurant og catering',
'industry_Retail & Wholesale' => 'Detailhandel og engros', 'industry_Retail & Wholesale' => 'Detailhandel og engros',
'industry_Sports' => 'Sport', 'industry_Sports' => 'Sport',
'industry_Transportation' => 'Transport', 'industry_Transportation' => 'Transport',
@ -1705,7 +1706,7 @@ $LANG = array(
'country_Sudan' => 'Sudan', 'country_Sudan' => 'Sudan',
'country_Western Sahara' => 'Vestlige Sahara', 'country_Western Sahara' => 'Vestlige Sahara',
'country_Suriname' => 'Suriname', 'country_Suriname' => 'Suriname',
'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen', 'country_Svalbard and Jan Mayen' => 'Svalbard og Jan Mayen',
'country_Swaziland' => 'Swaziland', 'country_Swaziland' => 'Swaziland',
'country_Sweden' => 'Sverige', 'country_Sweden' => 'Sverige',
'country_Switzerland' => 'Schweiz', 'country_Switzerland' => 'Schweiz',
@ -1761,9 +1762,9 @@ $LANG = array(
'lang_Spanish - Spain' => 'Spansk - Spanien', 'lang_Spanish - Spain' => 'Spansk - Spanien',
'lang_Swedish' => 'Svensk', 'lang_Swedish' => 'Svensk',
'lang_Albanian' => 'Albansk', 'lang_Albanian' => 'Albansk',
'lang_Greek' => 'Greek', 'lang_Greek' => 'Græsk',
'lang_English - United Kingdom' => 'Engelsk - England', 'lang_English - United Kingdom' => 'Engelsk - England',
'lang_English - Australia' => 'English - Australia', 'lang_English - Australia' => 'Engelsk - Australia',
'lang_Slovenian' => 'Slovensk', 'lang_Slovenian' => 'Slovensk',
'lang_Finnish' => 'Finsk', 'lang_Finnish' => 'Finsk',
'lang_Romanian' => 'Rumænsk', 'lang_Romanian' => 'Rumænsk',
@ -1771,15 +1772,15 @@ $LANG = array(
'lang_Portuguese - Brazilian' => 'Portugisisk - Brazilien', 'lang_Portuguese - Brazilian' => 'Portugisisk - Brazilien',
'lang_Portuguese - Portugal' => 'Portugisisk - Portugal', 'lang_Portuguese - Portugal' => 'Portugisisk - Portugal',
'lang_Thai' => 'Thai', 'lang_Thai' => 'Thai',
'lang_Macedonian' => 'Macedonian', 'lang_Macedonian' => 'Makedonien',
'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Chinese - Taiwan' => 'Kinesisk - Taiwan',
'lang_Serbian' => 'Serbian', 'lang_Serbian' => 'Serbisk',
'lang_Bulgarian' => 'Bulgarian', 'lang_Bulgarian' => 'Bulgarsk',
// Industries // Industries
'industry_Accounting & Legal' => 'Regnskab og jura', 'industry_Accounting & Legal' => 'Regnskab og jura',
'industry_Advertising' => 'Annoncering', 'industry_Advertising' => 'Annoncering',
'industry_Aerospace' => 'Aerospace', 'industry_Aerospace' => 'Rumfart',
'industry_Agriculture' => 'Landbrug', 'industry_Agriculture' => 'Landbrug',
'industry_Automotive' => 'Autobranche', 'industry_Automotive' => 'Autobranche',
'industry_Banking & Finance' => 'Bank og finans', 'industry_Banking & Finance' => 'Bank og finans',
@ -1863,45 +1864,45 @@ $LANG = array(
'bot_emailed_notify_paid' => 'Jeg sender dig en e-mail, når den er betalt', 'bot_emailed_notify_paid' => 'Jeg sender dig en e-mail, når den er betalt',
'add_product_to_invoice' => 'Tilføj 1 :product', 'add_product_to_invoice' => 'Tilføj 1 :product',
'not_authorized' => 'Du er ikke autoriseret', 'not_authorized' => 'Du er ikke autoriseret',
'bot_get_email' => 'Hi! (wave)<br/>Thanks for trying the Invoice Ninja Bot.<br/>You need to create a free account to use this bot.<br/>Send me your account email address to get started.', 'bot_get_email' => 'Hej!<br/>Tak, fordi du prøvede Invoice Ninja Bot.<br/>Du skal oprette en gratis konto for at bruge denne bot.<br/>Send mig din e-mail-adresse til din konto for at komme i gang.',
'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_get_code' => 'Tak! Jeg har sendt dig en e-mail med din sikkerhedskode.',
'bot_welcome' => 'That\'s it, your account is verified.<br/>', 'bot_welcome' => 'Det er det, din konto er verificeret.<br/>',
'email_not_found' => 'I wasn\'t able to find an available account for :email', 'email_not_found' => 'Jeg kunne ikke finde en tilgængelig konto til :e-mail',
'invalid_code' => 'The code is not correct', 'invalid_code' => 'Koden er ikke korrekt',
'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_subject' => 'Sikkerhedskode til Invoice Ninja Bot',
'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line1' => 'Dette er din Invoice Ninja Bot sikkerhedskode.',
'security_code_email_line2' => 'Note: it will expire in 10 minutes.', 'security_code_email_line2' => 'Bemærk: den udløber om 10 minutter.',
'bot_help_message' => 'I currently support:<br/>• Create\update\email an invoice<br/>• List products<br/>For example:<br/><i>invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent</i>', 'bot_help_message' => 'Jeg understøtter i øjeblikket:<br/>• Opret \ opdater \ e-mail en faktura<br/>• Vis produkter<br/>For eksempel:<br/><i>fakturerer bob for 2 billetter, indstil forfaldsdato til næste torsdag og rabatten til 10 procent</i>',
'list_products' => 'List Products', 'list_products' => 'Liste over produkter',
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>', 'include_item_taxes_inline' => 'Inkluder<b>linjepost skatter i linjen i alt</b>',
'created_quotes' => 'Successfully created :count quotes(s)', 'created_quotes' => 'Oprettelse vellykket :tæl tilbud',
'limited_gateways' => 'Bemærk: vi understøtter én kreditkortgateway per virksomhed.', 'limited_gateways' => 'Bemærk: vi understøtter én kreditkortgateway per virksomhed.',
'warning' => 'Warning', 'warning' => 'Advarsel',
'self-update' => 'Opdatér', 'self-update' => 'Opdatér',
'update_invoiceninja_title' => 'Opdatér Invoice Ninja', 'update_invoiceninja_title' => 'Opdatér Invoice Ninja',
'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_warning' => 'Før du starter opgraderingen af Invoice Ninja, opret en sikkerhedskopi af din database og filer!',
'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_available' => 'En ny version af Invoice Ninja er tilgængelig.',
'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', 'update_invoiceninja_unavailable' => 'Der er ingen ny version af Invoice Ninja tilgængelig.',
'update_invoiceninja_instructions' => 'Installér venligst den nyeste version <strong>:version</strong> ved at klikke på knappen <em>Opdatér nu</em> nedenfor. Efterfølgende vil du blive dirigeret til oversigten.', 'update_invoiceninja_instructions' => 'Installér venligst den nyeste version <strong>:version</strong> ved at klikke på knappen <em>Opdatér nu</em> nedenfor. Efterfølgende vil du blive dirigeret til oversigten.',
'update_invoiceninja_update_start' => 'Opdatér nu', 'update_invoiceninja_update_start' => 'Opdatér nu',
'update_invoiceninja_download_start' => 'Download :version', 'update_invoiceninja_download_start' => 'Download :version',
'create_new' => 'Create New', 'create_new' => 'Opret ny',
'toggle_navigation' => 'Toggle Navigation', 'toggle_navigation' => 'Skift navigation',
'toggle_history' => 'Toggle History', 'toggle_history' => 'Skift historie',
'unassigned' => 'Unassigned', 'unassigned' => 'Ikke tilknyttet',
'task' => 'Task', 'task' => 'Opgave',
'task_details'=>'Opgave detaljer', 'task_details'=>'Opgave detaljer',
'contact_name' => 'Kontakt navn', 'contact_name' => 'Kontakt navn',
'city_state_postal' => 'By/Postnummer', 'city_state_postal' => 'By/Postnummer',
'custom_field' => 'Custom Field', 'custom_field' => 'Brugerdefineret felt',
'account_fields' => 'Virksomheds felter', 'account_fields' => 'Virksomheds felter',
'facebook_and_twitter' => 'Facebook og Twitter', 'facebook_and_twitter' => 'Facebook og Twitter',
'facebook_and_twitter_help' => 'Følg vores feeds for at hjælpe med at støtte vores projekt', 'facebook_and_twitter_help' => 'Følg vores feeds for at hjælpe med at støtte vores projekt',
'reseller_text' => 'Note: the white-label license is intended for personal use, please email us at :email if you\'d like to resell the app.', 'reseller_text' => 'Bemærk: White-label licensen er beregnet til personlig brug, så mail til os :e-mail, hvis du gerne vil videresælge appen.',
'unnamed_client' => 'Unnamed Client', 'unnamed_client' => 'Ukendt klient',
'day' => 'Dag', 'day' => 'Dag',
'week' => 'Uge', 'week' => 'Uge',
@ -1917,92 +1918,92 @@ $LANG = array(
'min_limit' => 'Min: :min', 'min_limit' => 'Min: :min',
'max_limit' => 'Max: :max', 'max_limit' => 'Max: :max',
'no_limit' => 'Ingen grænse', 'no_limit' => 'Ingen grænse',
'set_limits' => 'Set :gateway_type Limits', 'set_limits' => 'Sæt :gateway_type Limits',
'enable_min' => 'Enable min', 'enable_min' => 'Aktivér minimum',
'enable_max' => 'Enable max', 'enable_max' => 'Aktivér maksimum',
'min' => 'Min', 'min' => 'Min',
'max' => 'Max', 'max' => 'Max',
'limits_not_met' => 'This invoice does not meet the limits for that payment type.', 'limits_not_met' => 'Denne faktura overholder ikke grænserne for den betalingstype.',
'date_range' => 'Dato område', 'date_range' => 'Dato område',
'raw' => 'Raw', 'raw' => 'Rå',
'raw_html' => 'Raw HTML', 'raw_html' => 'Rå HTML',
'update' => 'Opdatér', 'update' => 'Opdatér',
'invoice_fields_help' => 'Drag and drop fields to change their order and location', 'invoice_fields_help' => 'Træk og slip felter for at ændre deres rækkefølge og placering',
'new_category' => 'New Category', 'new_category' => 'Ny kategori',
'restore_product' => 'Restore Product', 'restore_product' => 'Gendan produkt',
'blank' => 'Blank', 'blank' => 'Blank',
'invoice_save_error' => 'There was an error saving your invoice', 'invoice_save_error' => 'Der opstod en fejl ved lagring af din faktura',
'enable_recurring' => 'Enable Recurring', 'enable_recurring' => 'Aktivér tilbagevendende',
'disable_recurring' => 'Disable Recurring', 'disable_recurring' => 'Deaktiver tilbagevendende',
'text' => 'Text', 'text' => 'Tekst',
'expense_will_create' => 'expense will be created', 'expense_will_create' => 'udgifter oprettes',
'expenses_will_create' => 'expenses will be created', 'expenses_will_create' => 'udgifter oprettes',
'created_expenses' => 'Successfully created :count expense(s)', 'created_expenses' => 'Oprettet :tæl udgifter',
'translate_app' => 'Help improve our translations with :link', 'translate_app' => 'Hjælp med at forbedre vores oversættelser med :link',
'expense_category' => 'Expense Category', 'expense_category' => 'Udgiftskategori',
'go_ninja_pro' => 'Go Ninja Pro!', 'go_ninja_pro' => 'Gå Ninja Pro!',
'go_enterprise' => 'Go Enterprise!', 'go_enterprise' => 'Go Enterprise!',
'upgrade_for_features' => 'Upgrade For More Features', 'upgrade_for_features' => 'Opgrader for adgang til flere funktioner',
'pay_annually_discount' => 'Pay annually for 10 months + 2 free!', 'pay_annually_discount' => 'Betal årligt i 10 måneder + 2 gratis!',
'pro_upgrade_title' => 'Ninja Pro', 'pro_upgrade_title' => 'Ninja Pro',
'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com',
'pro_upgrade_feature2' => 'Customize every aspect of your invoice!', 'pro_upgrade_feature2' => 'Tilpas alle aspekter af din faktura!',
'enterprise_upgrade_feature1' => 'Set permissions for multiple-users', 'enterprise_upgrade_feature1' => 'Angiv tilladelser for flere brugere',
'enterprise_upgrade_feature2' => 'Attach 3rd party files to invoices & expenses', 'enterprise_upgrade_feature2' => 'Vedhæft filer fra tredjepart til fakturaer og udgifter',
'much_more' => 'Much More!', 'much_more' => 'Meget mere!',
'all_pro_fetaures' => 'Plus all pro features!', 'all_pro_fetaures' => 'Plus alle pro-funktioner!',
'currency_symbol' => 'Symbol', 'currency_symbol' => 'Symbol',
'currency_code' => 'Code', 'currency_code' => 'Kode',
'buy_license' => 'Buy License', 'buy_license' => 'Køb licens',
'apply_license' => 'Apply License', 'apply_license' => 'Anvend licens',
'submit' => 'Submit', 'submit' => 'Indsend',
'white_label_license_key' => 'License Key', 'white_label_license_key' => 'Licensnøgle',
'invalid_white_label_license' => 'The white label license is not valid', 'invalid_white_label_license' => 'Denne White-Label licens er ikke gyldig',
'created_by' => 'Created by :name', 'created_by' => 'Oprettet af :navn',
'modules' => 'Modules', 'modules' => 'Moduler',
'financial_year_start' => 'First Month of the Year', 'financial_year_start' => 'Årets første måned',
'authentication' => 'Authentication', 'authentication' => 'Godkendelse',
'checkbox' => 'Checkbox', 'checkbox' => 'Afkrydsningsfelt',
'invoice_signature' => 'Signature', 'invoice_signature' => 'Underskrift',
'show_accept_invoice_terms' => 'Invoice Terms Checkbox', 'show_accept_invoice_terms' => 'Afkrydsningsfelt for fakturavilkår',
'show_accept_invoice_terms_help' => 'Require client to confirm that they accept the invoice terms.', 'show_accept_invoice_terms_help' => 'Bed kunden om at bekræfte, at de accepterer fakturavilkårene.',
'show_accept_quote_terms' => 'Quote Terms Checkbox', 'show_accept_quote_terms' => 'Tilbuds Betingelser Afkrydsningsfelt',
'show_accept_quote_terms_help' => 'Require client to confirm that they accept the quote terms.', 'show_accept_quote_terms_help' => 'Bed kunden om at bekræfte, at de accepterer tilbudsbetingelserne.',
'require_invoice_signature' => 'Invoice Signature', 'require_invoice_signature' => 'Fakturasignatur',
'require_invoice_signature_help' => 'Require client to provide their signature.', 'require_invoice_signature_help' => 'Kræv at klienten giver deres underskrift.',
'require_quote_signature' => 'Quote Signature', 'require_quote_signature' => 'Tilbuds underskrift',
'require_quote_signature_help' => 'Require client to provide their signature.', 'require_quote_signature_help' => 'Kræv at klienten giver deres underskrift.',
'i_agree' => 'I Agree To The Terms', 'i_agree' => 'Jeg accepterer betingelserne',
'sign_here' => 'Underskriv venligst her (Denne underskrift er juridisk bindende):', 'sign_here' => 'Underskriv venligst her (Denne underskrift er juridisk bindende):',
'authorization' => 'Autorisation', 'authorization' => 'Autorisation',
'signed' => 'Signed', 'signed' => 'Underskrevet',
// BlueVine // BlueVine
'bluevine_promo' => 'Get flexible business lines of credit and invoice factoring using BlueVine.', 'bluevine_promo' => 'Få fleksible forretningsgrænser for kredit- og fakturafakturering ved hjælp af BlueVine.',
'bluevine_modal_label' => 'Sign up with BlueVine', 'bluevine_modal_label' => 'Tilmeld dig BlueVine',
'bluevine_modal_text' => '<h3>Fast funding for your business. No paperwork.</h3> 'bluevine_modal_text' => '<h3>Hurtig finansiering til din virksomhed. Intet papirarbejde.</h3>
<ul><li>Flexible business lines of credit and invoice factoring.</li></ul>', <ul><li>Fleksible forretningsgrænser for kredit- og fakturafakturering.</li></ul>',
'bluevine_create_account' => 'Create an account', 'bluevine_create_account' => 'Opret en konto',
'quote_types' => 'Get a quote for', 'quote_types' => 'Få et tilbud på',
'invoice_factoring' => 'Invoice factoring', 'invoice_factoring' => 'Fakturafakturering',
'line_of_credit' => 'Line of credit', 'line_of_credit' => 'Kreditlinje',
'fico_score' => 'Your FICO score', 'fico_score' => 'Din FICO-score',
'business_inception' => 'Business Inception Date', 'business_inception' => 'Begyndelsesdato for virksomhed',
'average_bank_balance' => 'Average bank account balance', 'average_bank_balance' => 'Gennemsnitlig bankkontosaldo',
'annual_revenue' => 'Annual revenue', 'annual_revenue' => 'Årlig omsætning',
'desired_credit_limit_factoring' => 'Desired invoice factoring limit', 'desired_credit_limit_factoring' => 'Ønsket faktura faktureringsgrænse',
'desired_credit_limit_loc' => 'Desired line of credit limit', 'desired_credit_limit_loc' => 'Ønsket kreditgrænse',
'desired_credit_limit' => 'Desired credit limit', 'desired_credit_limit' => 'Ønsket kreditgrænse',
'bluevine_credit_line_type_required' => 'You must choose at least one', 'bluevine_credit_line_type_required' => 'Du skal vælge mindst en',
'bluevine_field_required' => 'This field is required', 'bluevine_field_required' => 'Dette felt er påkrævet',
'bluevine_unexpected_error' => 'An unexpected error occurred.', 'bluevine_unexpected_error' => 'Der opstod en uventet fejl.',
'bluevine_no_conditional_offer' => 'More information is required before getting a quote. Click continue below.', 'bluevine_no_conditional_offer' => 'Mere information er påkrævet, før du får et tilbud. Klik på fortsæt nedenfor.',
'bluevine_invoice_factoring' => 'Invoice Factoring', 'bluevine_invoice_factoring' => 'Faktura salg',
'bluevine_conditional_offer' => 'Conditional Offer', 'bluevine_conditional_offer' => 'Conditional Offer',
'bluevine_credit_line_amount' => 'Credit Line', 'bluevine_credit_line_amount' => 'Credit Line',
'bluevine_advance_rate' => 'Advance Rate', 'bluevine_advance_rate' => 'Advance Rate',

View File

@ -406,7 +406,7 @@ $LANG = array(
'payment_cvv' => '*Dies ist die 3-4-stellige Nummer auf der Rückseite Ihrer Kreditkarte', 'payment_cvv' => '*Dies ist die 3-4-stellige Nummer auf der Rückseite Ihrer Kreditkarte',
'payment_footer1' => '*Die Rechnungsadresse muss mit der Adresse der Kreditkarte übereinstimmen.', 'payment_footer1' => '*Die Rechnungsadresse muss mit der Adresse der Kreditkarte übereinstimmen.',
'payment_footer2' => '*Bitte drücken Sie nur einmal auf "Jetzt bezahlen" - die Verarbeitung der Transaktion kann bis zu einer Minute dauern.', 'payment_footer2' => '*Bitte drücken Sie nur einmal auf "Jetzt bezahlen" - die Verarbeitung der Transaktion kann bis zu einer Minute dauern.',
'id_number' => 'Steuernummer', 'id_number' => 'Kundennummer',
'white_label_link' => 'Branding entfernen', 'white_label_link' => 'Branding entfernen',
'white_label_header' => 'Branding entfernen', 'white_label_header' => 'Branding entfernen',
'bought_white_label' => 'Branding-freie Lizenz erfolgreich aktiviert', 'bought_white_label' => 'Branding-freie Lizenz erfolgreich aktiviert',
@ -550,6 +550,7 @@ $LANG = array(
'created_task' => 'Aufgabe erfolgreich erstellt', 'created_task' => 'Aufgabe erfolgreich erstellt',
'updated_task' => 'Aufgabe erfolgreich aktualisiert', 'updated_task' => 'Aufgabe erfolgreich aktualisiert',
'edit_task' => 'Aufgabe bearbeiten', 'edit_task' => 'Aufgabe bearbeiten',
'clone_task' => 'Clone Task',
'archive_task' => 'Aufgabe archivieren', 'archive_task' => 'Aufgabe archivieren',
'restore_task' => 'Aufgabe wiederherstellen', 'restore_task' => 'Aufgabe wiederherstellen',
'delete_task' => 'Aufgabe löschen', 'delete_task' => 'Aufgabe löschen',
@ -3161,7 +3162,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'click_plus_to_add_time' => 'Klicken Sie auf +, um die Zeit hinzuzufügen.', 'click_plus_to_add_time' => 'Klicken Sie auf +, um die Zeit hinzuzufügen.',
'design' => 'Design', 'design' => 'Design',
'password_is_too_short' => 'Das Passwort ist zu kurz', 'password_is_too_short' => 'Das Passwort ist zu kurz',
'failed_to_find_record' => 'Datensatz konnte nicht gefunden werden', 'failed_to_find_record' => 'Eintrag konnte nicht gefunden werden',
'valid_until_days' => 'Gültig bis', 'valid_until_days' => 'Gültig bis',
'valid_until_days_help' => 'Setzt <b>Gültig bis</b> von Angeboten automatisch auf die Anzahl der Tage in der Zukunft. Zum deaktivieren Feld frei lassen. ', 'valid_until_days_help' => 'Setzt <b>Gültig bis</b> von Angeboten automatisch auf die Anzahl der Tage in der Zukunft. Zum deaktivieren Feld frei lassen. ',
'usually_pays_in_days' => 'Tage', 'usually_pays_in_days' => 'Tage',
@ -3179,26 +3180,26 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese
'expense_status_1' => 'Aufgezeichnet', 'expense_status_1' => 'Aufgezeichnet',
'expense_status_2' => 'Ausstehend', 'expense_status_2' => 'Ausstehend',
'expense_status_3' => 'Fakturiert', 'expense_status_3' => 'Fakturiert',
'no_record_selected' => 'No record selected', 'no_record_selected' => 'Kein Eintrag ausgewählt',
'error_unsaved_changes' => 'Please save or cancel your changes', 'error_unsaved_changes' => 'Bitte speichern oder verwerfen Sie Ihre Änderungen',
'thank_you_for_your_purchase' => 'Thank you for your purchase!', 'thank_you_for_your_purchase' => 'Vielen Dank für Ihren Kauf!',
'redeem' => 'Redeem', 'redeem' => 'Einlösen',
'back' => 'Back', 'back' => 'Zurück',
'past_purchases' => 'Past Purchases', 'past_purchases' => 'Vergangene Käufe',
'annual_subscription' => 'Annual Subscription', 'annual_subscription' => 'Jahres-Abonnement',
'pro_plan' => 'Pro Plan', 'pro_plan' => 'Pro-Tarif',
'enterprise_plan' => 'Enterprise Plan', 'enterprise_plan' => 'Enterprise-Tarif',
'count_users' => ':count users', 'count_users' => ':count Benutzer',
'upgrade' => 'Upgrade', 'upgrade' => 'Upgrade',
'please_enter_a_first_name' => 'Please enter a first name', 'please_enter_a_first_name' => 'Bitte geben Sie einen Vornamen ein',
'please_enter_a_last_name' => 'Please enter a last name', 'please_enter_a_last_name' => 'Bitte geben Sie einen Nachnamen ein',
'please_agree_to_terms_and_privacy' => 'Please agree to the terms of service and privacy policy to create an account.', 'please_agree_to_terms_and_privacy' => 'Bitte stimmen Sie den Nutzungsbedingungen und der Datenschutzerklärung zu, um ein Konto zu erstellen.',
'i_agree_to_the' => 'I agree to the', 'i_agree_to_the' => 'Ich stimme den',
'terms_of_service_link' => 'terms of service', 'terms_of_service_link' => 'Nutzungsbedingungen',
'privacy_policy_link' => 'privacy policy', 'privacy_policy_link' => 'Datenschutzerklärung',
'view_website' => 'View Website', 'view_website' => 'Webseite anschauen',
'create_account' => 'Create Account', 'create_account' => 'Konto erstellen',
'email_login' => 'Email Login', 'email_login' => 'E-Mail-Anmeldung',
); );
return $LANG; return $LANG;

View File

@ -549,6 +549,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ
'created_task' => 'Επιτυχής δημιουργία εργασίας', 'created_task' => 'Επιτυχής δημιουργία εργασίας',
'updated_task' => 'Επιτυχής ενημέρωση εργασίας', 'updated_task' => 'Επιτυχής ενημέρωση εργασίας',
'edit_task' => 'Επεξεργασία Εργασίας', 'edit_task' => 'Επεξεργασία Εργασίας',
'clone_task' => 'Clone Task',
'archive_task' => 'Αρχειοθέτηση Εργασίας', 'archive_task' => 'Αρχειοθέτηση Εργασίας',
'restore_task' => 'Ανάκτηση Εργασίας', 'restore_task' => 'Ανάκτηση Εργασίας',
'delete_task' => 'Διαγραφή Εργασίας', 'delete_task' => 'Διαγραφή Εργασίας',

View File

@ -548,6 +548,7 @@ $LANG = array(
'created_task' => 'Tarea creada con éxito', 'created_task' => 'Tarea creada con éxito',
'updated_task' => 'Tarea actualizada con éxito', 'updated_task' => 'Tarea actualizada con éxito',
'edit_task' => 'Editar Tarea', 'edit_task' => 'Editar Tarea',
'clone_task' => 'Clone Task',
'archive_task' => 'Archivar Tarea', 'archive_task' => 'Archivar Tarea',
'restore_task' => 'Restaurar Tarea', 'restore_task' => 'Restaurar Tarea',
'delete_task' => 'Eliminar Tarea', 'delete_task' => 'Eliminar Tarea',

View File

@ -543,6 +543,7 @@ $LANG = array(
'created_task' => 'Tarea creada correctamente', 'created_task' => 'Tarea creada correctamente',
'updated_task' => 'Tarea actualizada correctamente', 'updated_task' => 'Tarea actualizada correctamente',
'edit_task' => 'Editar Tarea', 'edit_task' => 'Editar Tarea',
'clone_task' => 'Clone Task',
'archive_task' => 'Archivar Tarea', 'archive_task' => 'Archivar Tarea',
'restore_task' => 'Restaurar Tarea', 'restore_task' => 'Restaurar Tarea',
'delete_task' => 'Borrar Tarea', 'delete_task' => 'Borrar Tarea',

View File

@ -551,6 +551,7 @@ Lasku poistettiin (if only one, alternative)',
'created_task' => 'Tehtävä luotu onnistuneesti', 'created_task' => 'Tehtävä luotu onnistuneesti',
'updated_task' => 'Tehtävä päivitetty onnistuneesti', 'updated_task' => 'Tehtävä päivitetty onnistuneesti',
'edit_task' => 'Muokkaa tehtävä', 'edit_task' => 'Muokkaa tehtävä',
'clone_task' => 'Clone Task',
'archive_task' => 'Arkistoi tehtävä', 'archive_task' => 'Arkistoi tehtävä',
'restore_task' => 'Palauta tehtävä', 'restore_task' => 'Palauta tehtävä',
'delete_task' => 'Poista tehtävä', 'delete_task' => 'Poista tehtävä',

View File

@ -543,6 +543,7 @@ $LANG = array(
'created_task' => 'Tâche créée avec succès', 'created_task' => 'Tâche créée avec succès',
'updated_task' => 'Tâche mise à jour avec succès', 'updated_task' => 'Tâche mise à jour avec succès',
'edit_task' => 'Éditer la tâche', 'edit_task' => 'Éditer la tâche',
'clone_task' => 'Clone Task',
'archive_task' => 'Archiver la tâche', 'archive_task' => 'Archiver la tâche',
'restore_task' => 'Restaurer la tâche', 'restore_task' => 'Restaurer la tâche',
'delete_task' => 'Supprimer la tâche', 'delete_task' => 'Supprimer la tâche',

View File

@ -543,6 +543,7 @@ $LANG = array(
'created_task' => 'La tâche a été créée', 'created_task' => 'La tâche a été créée',
'updated_task' => 'La tâche a été modifiée', 'updated_task' => 'La tâche a été modifiée',
'edit_task' => 'Éditer la tâche', 'edit_task' => 'Éditer la tâche',
'clone_task' => 'Clone Task',
'archive_task' => 'Archiver la Tâche', 'archive_task' => 'Archiver la Tâche',
'restore_task' => 'Restaurer la Tâche', 'restore_task' => 'Restaurer la Tâche',
'delete_task' => 'Supprimer la Tâche', 'delete_task' => 'Supprimer la Tâche',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'Uspješno kreiran zadatak', 'created_task' => 'Uspješno kreiran zadatak',
'updated_task' => 'Uspješno ažuriran zadatak', 'updated_task' => 'Uspješno ažuriran zadatak',
'edit_task' => 'Uredi zadatak', 'edit_task' => 'Uredi zadatak',
'clone_task' => 'Clone Task',
'archive_task' => 'Arhiviraj zadatak', 'archive_task' => 'Arhiviraj zadatak',
'restore_task' => 'Obnovi zadatak', 'restore_task' => 'Obnovi zadatak',
'delete_task' => 'Obriši zadatak', 'delete_task' => 'Obriši zadatak',

View File

@ -543,6 +543,7 @@ $LANG = array(
'created_task' => 'Attività creata con successo', 'created_task' => 'Attività creata con successo',
'updated_task' => 'Attività aggiornata con successo', 'updated_task' => 'Attività aggiornata con successo',
'edit_task' => 'Modifica il Task', 'edit_task' => 'Modifica il Task',
'clone_task' => 'Clone Task',
'archive_task' => 'Archivia il Task', 'archive_task' => 'Archivia il Task',
'restore_task' => 'Ripristina il Task', 'restore_task' => 'Ripristina il Task',
'delete_task' => 'Cancella il Task', 'delete_task' => 'Cancella il Task',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'タスクが登録されました。', 'created_task' => 'タスクが登録されました。',
'updated_task' => 'タスクが更新されました。', 'updated_task' => 'タスクが更新されました。',
'edit_task' => 'タスクを更新', 'edit_task' => 'タスクを更新',
'clone_task' => 'Clone Task',
'archive_task' => 'タスクをアーカイブ', 'archive_task' => 'タスクをアーカイブ',
'restore_task' => 'タスクをリストア', 'restore_task' => 'タスクをリストア',
'delete_task' => 'タスクを削除', 'delete_task' => 'タスクを削除',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'Sukurtas darbas', 'created_task' => 'Sukurtas darbas',
'updated_task' => 'Atnaujintas darbas', 'updated_task' => 'Atnaujintas darbas',
'edit_task' => 'Keisti', 'edit_task' => 'Keisti',
'clone_task' => 'Clone Task',
'archive_task' => 'Archyvuoti', 'archive_task' => 'Archyvuoti',
'restore_task' => 'Tęsti', 'restore_task' => 'Tęsti',
'delete_task' => 'Trinti', 'delete_task' => 'Trinti',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'Успешно креирана задача', 'created_task' => 'Успешно креирана задача',
'updated_task' => 'Успешно ажурирана задача', 'updated_task' => 'Успешно ажурирана задача',
'edit_task' => 'Измени задача', 'edit_task' => 'Измени задача',
'clone_task' => 'Clone Task',
'archive_task' => 'Архивирај задача', 'archive_task' => 'Архивирај задача',
'restore_task' => 'Поврати задача', 'restore_task' => 'Поврати задача',
'delete_task' => 'Избриши задача', 'delete_task' => 'Избриши задача',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'Suksessfullt opprettet oppgave', 'created_task' => 'Suksessfullt opprettet oppgave',
'updated_task' => 'Suksessfullt oppdatert oppgave', 'updated_task' => 'Suksessfullt oppdatert oppgave',
'edit_task' => 'Rediger Oppgave', 'edit_task' => 'Rediger Oppgave',
'clone_task' => 'Clone Task',
'archive_task' => 'Arkiver Oppgave', 'archive_task' => 'Arkiver Oppgave',
'restore_task' => 'Gjennopprett Oppgave', 'restore_task' => 'Gjennopprett Oppgave',
'delete_task' => 'Slett Oppgave', 'delete_task' => 'Slett Oppgave',

View File

@ -543,6 +543,7 @@ $LANG = array(
'created_task' => 'De taak is succesvol aangemaakt', 'created_task' => 'De taak is succesvol aangemaakt',
'updated_task' => 'De taak is succesvol gewijzigd', 'updated_task' => 'De taak is succesvol gewijzigd',
'edit_task' => 'Wijzig taak', 'edit_task' => 'Wijzig taak',
'clone_task' => 'Dupliceer taak',
'archive_task' => 'Archiveer taak', 'archive_task' => 'Archiveer taak',
'restore_task' => 'Herstel taak', 'restore_task' => 'Herstel taak',
'delete_task' => 'Verwijder taak', 'delete_task' => 'Verwijder taak',
@ -2111,7 +2112,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'sort_by' => 'Sorteren op', 'sort_by' => 'Sorteren op',
'draft' => 'Concept', 'draft' => 'Concept',
'unpaid' => 'Onbetaald', 'unpaid' => 'Onbetaald',
'aging' => 'Veroudering', 'aging' => 'Toekomst',
'age' => 'Leeftijd', 'age' => 'Leeftijd',
'days' => 'Dagen', 'days' => 'Dagen',
'age_group_0' => '0 - 30 dagen', 'age_group_0' => '0 - 30 dagen',
@ -2903,7 +2904,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen
'gateway_fee_description' => 'Heffingstoeslag Gateway', 'gateway_fee_description' => 'Heffingstoeslag Gateway',
'gateway_fee_discount_description' => 'Heffingskorting Gateway', 'gateway_fee_discount_description' => 'Heffingskorting Gateway',
'show_payments' => 'Toon betalingen', 'show_payments' => 'Toon betalingen',
'show_aging' => 'Toon veroudering', 'show_aging' => 'Toon toekomstige',
'reference' => 'Referentie', 'reference' => 'Referentie',
'amount_paid' => 'Betaald bedrag', 'amount_paid' => 'Betaald bedrag',
'send_notifications_for' => 'Stuur notificaties van', 'send_notifications_for' => 'Stuur notificaties van',

View File

@ -547,6 +547,7 @@ Przykłady dynamicznych zmiennych:
'created_task' => 'Pomyślnie utworzono zadanie', 'created_task' => 'Pomyślnie utworzono zadanie',
'updated_task' => 'Pomyślnie zaktualizowano zadanie', 'updated_task' => 'Pomyślnie zaktualizowano zadanie',
'edit_task' => 'Edytuj zadanie', 'edit_task' => 'Edytuj zadanie',
'clone_task' => 'Clone Task',
'archive_task' => 'Archiwizuj zadanie', 'archive_task' => 'Archiwizuj zadanie',
'restore_task' => 'Przywróć zadanie', 'restore_task' => 'Przywróć zadanie',
'delete_task' => 'Usuń zadanie', 'delete_task' => 'Usuń zadanie',

View File

@ -546,6 +546,7 @@ Não consegue achar a fatura? Precisa de mais ajuda? Ficaremos feliz em ajudar
'created_task' => 'Tarefa criada com sucesso', 'created_task' => 'Tarefa criada com sucesso',
'updated_task' => 'Tarefa atualizada com sucesso', 'updated_task' => 'Tarefa atualizada com sucesso',
'edit_task' => 'Editar Tarefa', 'edit_task' => 'Editar Tarefa',
'clone_task' => 'Clone Task',
'archive_task' => 'Arquivar Tarefa', 'archive_task' => 'Arquivar Tarefa',
'restore_task' => 'Restaurar Tarefa', 'restore_task' => 'Restaurar Tarefa',
'delete_task' => 'Excluir Tarefa', 'delete_task' => 'Excluir Tarefa',

View File

@ -543,6 +543,7 @@ $LANG = array(
'created_task' => 'Tarefa criada', 'created_task' => 'Tarefa criada',
'updated_task' => 'Tarefa atualizada', 'updated_task' => 'Tarefa atualizada',
'edit_task' => 'Editar Tarefa', 'edit_task' => 'Editar Tarefa',
'clone_task' => 'Clone Task',
'archive_task' => 'Arquivar Tarefa', 'archive_task' => 'Arquivar Tarefa',
'restore_task' => 'Restaurar Tarefa', 'restore_task' => 'Restaurar Tarefa',
'delete_task' => 'Apagar Tarefa', 'delete_task' => 'Apagar Tarefa',

View File

@ -550,6 +550,7 @@ Atentie: Folosește Legacy API Key, nu Token API',
'created_task' => 'Task creat', 'created_task' => 'Task creat',
'updated_task' => 'Task actualizat', 'updated_task' => 'Task actualizat',
'edit_task' => 'Modifică Task', 'edit_task' => 'Modifică Task',
'clone_task' => 'Clone Task',
'archive_task' => 'Athivează Task', 'archive_task' => 'Athivează Task',
'restore_task' => 'Restaurează Task', 'restore_task' => 'Restaurează Task',
'delete_task' => 'Șterge Task', 'delete_task' => 'Șterge Task',

View File

@ -545,6 +545,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P
'created_task' => 'Opravilo uspešno ustvarjeno', 'created_task' => 'Opravilo uspešno ustvarjeno',
'updated_task' => 'Opravilo uspešno posodobljeno', 'updated_task' => 'Opravilo uspešno posodobljeno',
'edit_task' => 'Uredi opravilo', 'edit_task' => 'Uredi opravilo',
'clone_task' => 'Clone Task',
'archive_task' => 'Arhiviraj opravilo', 'archive_task' => 'Arhiviraj opravilo',
'restore_task' => 'Obnovi opravilo', 'restore_task' => 'Obnovi opravilo',
'delete_task' => 'Odstrani opravilo', 'delete_task' => 'Odstrani opravilo',

View File

@ -546,6 +546,7 @@ $LANG = array(
'created_task' => 'Detyra u krijua me sukses', 'created_task' => 'Detyra u krijua me sukses',
'updated_task' => 'Detyra është perditesuar me sukses', 'updated_task' => 'Detyra është perditesuar me sukses',
'edit_task' => 'Edito Detyrën', 'edit_task' => 'Edito Detyrën',
'clone_task' => 'Clone Task',
'archive_task' => 'Arkivo Detyrën', 'archive_task' => 'Arkivo Detyrën',
'restore_task' => 'Rikthe Detyrën', 'restore_task' => 'Rikthe Detyrën',
'delete_task' => 'Fshi Detyrën', 'delete_task' => 'Fshi Detyrën',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'Uspešno kreiran zadatak', 'created_task' => 'Uspešno kreiran zadatak',
'updated_task' => 'Uspešno ažuriran zadatak', 'updated_task' => 'Uspešno ažuriran zadatak',
'edit_task' => 'Uredi zadatak', 'edit_task' => 'Uredi zadatak',
'clone_task' => 'Clone Task',
'archive_task' => 'Arhiviraj zadatak', 'archive_task' => 'Arhiviraj zadatak',
'restore_task' => 'Obnovi zadatak', 'restore_task' => 'Obnovi zadatak',
'delete_task' => 'Obriši zadatak', 'delete_task' => 'Obriši zadatak',

View File

@ -548,6 +548,7 @@ $LANG = array(
'created_task' => 'Framgångsrikt skapad uppgift', 'created_task' => 'Framgångsrikt skapad uppgift',
'updated_task' => 'Lyckad uppdatering av uppgift', 'updated_task' => 'Lyckad uppdatering av uppgift',
'edit_task' => 'Redigera uppgift', 'edit_task' => 'Redigera uppgift',
'clone_task' => 'Clone Task',
'archive_task' => 'Arkivera uppgift', 'archive_task' => 'Arkivera uppgift',
'restore_task' => 'Återställa uppgift', 'restore_task' => 'Återställa uppgift',
'delete_task' => 'Radera uppgift', 'delete_task' => 'Radera uppgift',

View File

@ -549,6 +549,7 @@ $LANG = array(
'created_task' => 'สร้างงานเรียบร้อยแล้ว', 'created_task' => 'สร้างงานเรียบร้อยแล้ว',
'updated_task' => 'อัปเดตงานสำเร็จแล้ว', 'updated_task' => 'อัปเดตงานสำเร็จแล้ว',
'edit_task' => 'แก้ไขงาน', 'edit_task' => 'แก้ไขงาน',
'clone_task' => 'Clone Task',
'archive_task' => 'เก็บงาน', 'archive_task' => 'เก็บงาน',
'restore_task' => 'เรียกคืนงาน', 'restore_task' => 'เรียกคืนงาน',
'delete_task' => 'ลบงาน', 'delete_task' => 'ลบงาน',

View File

@ -548,6 +548,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen
'created_task' => 'Görev başarıyla oluşturuldu', 'created_task' => 'Görev başarıyla oluşturuldu',
'updated_task' => 'Görev başarıyla güncellendi', 'updated_task' => 'Görev başarıyla güncellendi',
'edit_task' => 'Görev Düzenle', 'edit_task' => 'Görev Düzenle',
'clone_task' => 'Clone Task',
'archive_task' => 'Görev Arşivle', 'archive_task' => 'Görev Arşivle',
'restore_task' => 'Görevi Geri Yükle', 'restore_task' => 'Görevi Geri Yükle',
'delete_task' => 'Görev Sil', 'delete_task' => 'Görev Sil',

View File

@ -546,6 +546,7 @@ $LANG = array(
'created_task' => '成功建立的工作項目', 'created_task' => '成功建立的工作項目',
'updated_task' => '成功更新的工作項目', 'updated_task' => '成功更新的工作項目',
'edit_task' => '編輯工作項目', 'edit_task' => '編輯工作項目',
'clone_task' => 'Clone Task',
'archive_task' => '歸檔任務項目', 'archive_task' => '歸檔任務項目',
'restore_task' => '復原任務', 'restore_task' => '復原任務',
'delete_task' => '刪除工作項目', 'delete_task' => '刪除工作項目',