Merge branch 'master' of github.com:hillelcoren/invoice-ninja
This commit is contained in:
commit
15ec7ce5b5
2 changed files with 6 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -31,3 +31,6 @@ Thumbs.db
|
|||
/.project
|
||||
tests/_output/
|
||||
tests/_bootstrap.php
|
||||
|
||||
# composer stuff
|
||||
/c3.php
|
||||
|
|
|
|||
|
|
@ -596,8 +596,8 @@ return array(
|
|||
'more_fields' => 'Weitere Felder',
|
||||
'less_fields' => 'Weniger Felder',
|
||||
'client_name' => 'Kundenname',
|
||||
'pdf_settings' => 'PDF Einstellungen',
|
||||
'product_settings' => 'Produkt Einstellungen',
|
||||
'pdf_settings' => 'PDF-Einstellungen',
|
||||
'product_settings' => 'Produkt-Einstellungen',
|
||||
'auto_wrap' => 'Automatischer Zeilenumbruch',
|
||||
'duplicate_post' => 'Achtung: Die vorherige Seite wurde zweimal abgeschickt. Das zweite Abschicken wurde ignoriert.',
|
||||
'view_documentation' => 'Dokumentation anzeigen',
|
||||
|
|
@ -830,7 +830,7 @@ return array(
|
|||
'referral_code_help' => 'Verdiene Geld, wenn du unsere App online teilst',
|
||||
|
||||
'enable_with_stripe' => 'Enable | Requires Stripe',
|
||||
'tax_settings' => 'Steuer Einstellungen',
|
||||
'tax_settings' => 'Steuer-Einstellungen',
|
||||
'create_tax_rate' => 'Neuer Steuersatz',
|
||||
'updated_tax_rate' => 'Steuersatz aktualisiert',
|
||||
'created_tax_rate' => 'Steuersatz erstellt',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue