Extract translation strings
This commit is contained in:
@@ -9,6 +9,8 @@ return [
|
||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".',
|
||||
'admin_cc_email' => 'CC Email',
|
||||
'admin_cc_email_help' => 'Send a copy of checkin/checkout emails to this address.',
|
||||
'admin_cc_always' => 'Always send copy upon checkin/checkout',
|
||||
'admin_cc_when_acceptance_required' => 'Only send copy upon checkout if acceptance is required',
|
||||
'admin_settings' => 'Admin Settings',
|
||||
'is_ad' => 'This is an Active Directory server',
|
||||
'alerts' => 'Alerts',
|
||||
|
||||
@@ -107,7 +107,7 @@
|
||||
value="1"
|
||||
@checked($setting->admin_cc_always == 1)
|
||||
>
|
||||
Always send copy upon checkin/checkout
|
||||
{{ trans('admin/settings/general.admin_cc_always') }}
|
||||
</label>
|
||||
<label class="form-control">
|
||||
<input
|
||||
@@ -116,7 +116,7 @@
|
||||
value="0"
|
||||
@checked($setting->admin_cc_always == 0)
|
||||
>
|
||||
Only send copy upon checkout if acceptance is required
|
||||
{{ trans('admin/settings/general.admin_cc_when_acceptance_required') }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user