mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'master' of github.com:hillelcoren/invoice-ninja
This commit is contained in:
commit
15ec7ce5b5
3
.gitignore
vendored
3
.gitignore
vendored
@ -31,3 +31,6 @@ Thumbs.db
|
|||||||
/.project
|
/.project
|
||||||
tests/_output/
|
tests/_output/
|
||||||
tests/_bootstrap.php
|
tests/_bootstrap.php
|
||||||
|
|
||||||
|
# composer stuff
|
||||||
|
/c3.php
|
||||||
|
@ -596,8 +596,8 @@ return array(
|
|||||||
'more_fields' => 'Weitere Felder',
|
'more_fields' => 'Weitere Felder',
|
||||||
'less_fields' => 'Weniger Felder',
|
'less_fields' => 'Weniger Felder',
|
||||||
'client_name' => 'Kundenname',
|
'client_name' => 'Kundenname',
|
||||||
'pdf_settings' => 'PDF Einstellungen',
|
'pdf_settings' => 'PDF-Einstellungen',
|
||||||
'product_settings' => 'Produkt Einstellungen',
|
'product_settings' => 'Produkt-Einstellungen',
|
||||||
'auto_wrap' => 'Automatischer Zeilenumbruch',
|
'auto_wrap' => 'Automatischer Zeilenumbruch',
|
||||||
'duplicate_post' => 'Achtung: Die vorherige Seite wurde zweimal abgeschickt. Das zweite Abschicken wurde ignoriert.',
|
'duplicate_post' => 'Achtung: Die vorherige Seite wurde zweimal abgeschickt. Das zweite Abschicken wurde ignoriert.',
|
||||||
'view_documentation' => 'Dokumentation anzeigen',
|
'view_documentation' => 'Dokumentation anzeigen',
|
||||||
@ -830,7 +830,7 @@ return array(
|
|||||||
'referral_code_help' => 'Verdiene Geld, wenn du unsere App online teilst',
|
'referral_code_help' => 'Verdiene Geld, wenn du unsere App online teilst',
|
||||||
|
|
||||||
'enable_with_stripe' => 'Enable | Requires Stripe',
|
'enable_with_stripe' => 'Enable | Requires Stripe',
|
||||||
'tax_settings' => 'Steuer Einstellungen',
|
'tax_settings' => 'Steuer-Einstellungen',
|
||||||
'create_tax_rate' => 'Neuer Steuersatz',
|
'create_tax_rate' => 'Neuer Steuersatz',
|
||||||
'updated_tax_rate' => 'Steuersatz aktualisiert',
|
'updated_tax_rate' => 'Steuersatz aktualisiert',
|
||||||
'created_tax_rate' => 'Steuersatz erstellt',
|
'created_tax_rate' => 'Steuersatz erstellt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user