Use translation strings
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4aa06f6a75
commit
d953d1a889
2 changed files with 38 additions and 16 deletions
|
@ -452,6 +452,19 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
'legends' => [
|
||||||
|
'scoping' => 'Scoping',
|
||||||
|
'formats' => 'Default Formats',
|
||||||
|
'profiles' => 'User Profiles',
|
||||||
|
'eula' => 'EULA & Acceptance Preferences',
|
||||||
|
'misc_display' => 'Miscellaneous Display Options',
|
||||||
|
'email' => 'Email Preferences',
|
||||||
|
'checkin' => 'Checkin Preferences',
|
||||||
|
'login' => 'Login & Dashboard Preferences',
|
||||||
|
'misc' => 'Miscellaneous',
|
||||||
|
|
||||||
|
],
|
||||||
|
|
||||||
|
|
||||||
/* Keywords for settings overview help */
|
/* Keywords for settings overview help */
|
||||||
'keywords' => [
|
'keywords' => [
|
||||||
|
|
|
@ -35,7 +35,9 @@
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Scoping</legend>
|
<legend>
|
||||||
|
{{ trans('admin/settings/general.legends.scoping') }}
|
||||||
|
</legend>
|
||||||
<!-- Full Multiple Companies Support -->
|
<!-- Full Multiple Companies Support -->
|
||||||
<div class="form-group {{ $errors->has('full_multiple_companies_support') ? 'error' : '' }}">
|
<div class="form-group {{ $errors->has('full_multiple_companies_support') ? 'error' : '' }}">
|
||||||
<div class="col-md-8 col-md-offset-3">
|
<div class="col-md-8 col-md-offset-3">
|
||||||
|
@ -71,11 +73,12 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- /.form-group -->
|
<!-- /.form-group -->
|
||||||
|
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Formats</legend>
|
<legend>
|
||||||
|
{{ trans('admin/settings/general.legends.formats') }}
|
||||||
|
</legend>
|
||||||
|
|
||||||
<!-- Email domain -->
|
<!-- Email domain -->
|
||||||
<div class="form-group {{ $errors->has('email_domain') ? 'error' : '' }}">
|
<div class="form-group {{ $errors->has('email_domain') ? 'error' : '' }}">
|
||||||
|
@ -116,12 +119,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>User Profiles</legend>
|
<legend>
|
||||||
|
{{ trans('admin/settings/general.legends.profiles') }}
|
||||||
|
</legend>
|
||||||
<!-- user profile edit checkbox -->
|
<!-- user profile edit checkbox -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-md-8 col-md-offset-3">
|
<div class="col-md-8 col-md-offset-3">
|
||||||
|
@ -135,7 +139,9 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>EULA & Acceptance Preferences</legend>
|
<legend>
|
||||||
|
{{ trans('admin/settings/general.legends.eula') }}
|
||||||
|
</legend>
|
||||||
|
|
||||||
<!-- Require signature for acceptance -->
|
<!-- Require signature for acceptance -->
|
||||||
<div class="form-group {{ $errors->has('require_accept_signature') ? 'error' : '' }}">
|
<div class="form-group {{ $errors->has('require_accept_signature') ? 'error' : '' }}">
|
||||||
|
@ -170,7 +176,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Misc Display Preferences</legend>
|
<legend>{{ trans('admin/settings/general.legends.misc_display') }}</legend>
|
||||||
|
|
||||||
<!-- Thumb Size -->
|
<!-- Thumb Size -->
|
||||||
<div class="form-group {{ $errors->has('thumbnail_max_h') ? 'error' : '' }}">
|
<div class="form-group {{ $errors->has('thumbnail_max_h') ? 'error' : '' }}">
|
||||||
|
@ -245,15 +251,13 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
<legend>
|
||||||
<legend>{{ trans('general.email') }}</legend>
|
{{ trans('general.email') }}
|
||||||
|
</legend>
|
||||||
|
|
||||||
<!-- Mail test -->
|
<!-- Mail test -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
@ -319,11 +323,12 @@
|
||||||
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Checkin Preferences</legend>
|
<legend>
|
||||||
|
{{ trans('admin/settings/general.legends.checkin') }}
|
||||||
|
</legend>
|
||||||
|
|
||||||
<!-- Require Notes on checkin/checkout checkbox -->
|
<!-- Require Notes on checkin/checkout checkbox -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
||||||
<div class="col-md-8 col-md-offset-3">
|
<div class="col-md-8 col-md-offset-3">
|
||||||
<label class="form-control">
|
<label class="form-control">
|
||||||
<input type="checkbox" value="1" name="require_checkinout_notes" {{ (old('require_checkinout_notes', $setting->require_checkinout_notes)) == '1' ? ' checked="checked"' : '' }} aria-label="require_checkinout_notes">
|
<input type="checkbox" value="1" name="require_checkinout_notes" {{ (old('require_checkinout_notes', $setting->require_checkinout_notes)) == '1' ? ' checked="checked"' : '' }} aria-label="require_checkinout_notes">
|
||||||
|
@ -338,7 +343,9 @@
|
||||||
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Login & Dashboard Preferences</legend>
|
<legend>
|
||||||
|
{{ trans('admin/settings/general.legends.dashboard') }}
|
||||||
|
</legend>
|
||||||
|
|
||||||
<!-- login text -->
|
<!-- login text -->
|
||||||
<div class="form-group {{ $errors->has('login_note') ? 'error' : '' }}">
|
<div class="form-group {{ $errors->has('login_note') ? 'error' : '' }}">
|
||||||
|
@ -398,7 +405,9 @@
|
||||||
|
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>Miscellaneous</legend>
|
<legend>
|
||||||
|
{{ trans('admin/settings/general.legends.misc') }}
|
||||||
|
</legend>
|
||||||
|
|
||||||
<!-- Depreciation method -->
|
<!-- Depreciation method -->
|
||||||
<div class="form-group {{ $errors->has('depreciation_method') ? 'error' : '' }}">
|
<div class="form-group {{ $errors->has('depreciation_method') ? 'error' : '' }}">
|
||||||
|
|
Loading…
Add table
Reference in a new issue