Added translation string and fixed german string

This commit is contained in:
Fabian Marz 2015-02-18 22:28:37 +01:00
parent 6350c5bc1b
commit 073cd4e926
2 changed files with 48 additions and 48 deletions

View File

@ -159,7 +159,7 @@ return array(
'edit_invoice' => 'Rechnung bearbeiten', 'edit_invoice' => 'Rechnung bearbeiten',
// client view page // client view page
'create_invoice' => 'Rechnung bearbeiten', 'create_invoice' => 'Rechnung erstellen',
'enter_credit' => 'Guthaben eingeben', 'enter_credit' => 'Guthaben eingeben',
'last_logged_in' => 'Zuletzt eingeloggt', 'last_logged_in' => 'Zuletzt eingeloggt',
'details' => 'Details', 'details' => 'Details',

View File

@ -24,7 +24,7 @@
) )
, ['id'=>'normalDropDown'])->split(); }} , ['id'=>'normalDropDown'])->split(); }}
{{ DropdownButton::primary('Create Invoice', Navigation::links($actionLinks), ['id'=>'primaryDropDown'])->split(); }} {{ DropdownButton::primary(trans('texts.create_invoice'), Navigation::links($actionLinks), ['id'=>'primaryDropDown'])->split(); }}
@endif @endif
{{ Former::close() }} {{ Former::close() }}