Suggested improvements to labels and translations

This commit is contained in:
Luca Volpones
2017-11-08 19:12:42 +01:00
parent dd3882a988
commit 5749ef2691
4 changed files with 8 additions and 6 deletions

View File

@@ -886,6 +886,7 @@ return [
'group_deleted_successfully' => 'Group deleted successfully', 'group_deleted_successfully' => 'Group deleted successfully',
'group_cannot_delete' => 'Group cannot delete', 'group_cannot_delete' => 'Group cannot delete',
'failed_to_load_the_page' => 'Failed to load the page', 'failed_to_load_the_page' => 'Failed to load the page',
'list_of_groups' => 'List of groups',
/* /*
|-------------------------------------- |--------------------------------------
| SMTP Page | SMTP Page

View File

@@ -572,6 +572,7 @@ return [
'admin_notes' => 'Note Admin', 'admin_notes' => 'Note Admin',
'group_members' => 'Componenti del Gruppo', 'group_members' => 'Componenti del Gruppo',
'group_name' => 'Nome Gruppo', 'group_name' => 'Nome Gruppo',
'list_of_groups' => 'Elenco gruppi',
/* /*
|-------------------------------------- |--------------------------------------
| SMTP Page | SMTP Page

View File

@@ -16,7 +16,7 @@ class="active"
@stop @stop
<!-- header --> <!-- header -->
@section('PageHeader') @section('PageHeader')
<h1>{{ Lang::get('lang.staffs')}} </h1> <h1>{{ Lang::get('lang.agents')}} </h1>
@stop @stop
<!-- /header --> <!-- /header -->
<!-- breadcrumbs --> <!-- breadcrumbs -->
@@ -40,7 +40,7 @@ class="active"
<div class="alert alert-success alert-dismissable"> <div class="alert alert-success alert-dismissable">
<i class="fa fa-check-circle"></i> <i class="fa fa-check-circle"></i>
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
{{Session::get('success')}} {{Session::get('success')}}
</div> </div>
@endif @endif
<!-- failure message --> <!-- failure message -->
@@ -116,4 +116,4 @@ class="active"
</div> </div>
</div> </div>
</div> </div>
@stop @stop

View File

@@ -16,7 +16,7 @@ class="active"
@stop @stop
<!-- header --> <!-- header -->
@section('PageHeader') @section('PageHeader')
<h1>{{Lang::get('lang.staffs')}}</h1> <h1>{{Lang::get('lang.groups')}}</h1>
@stop @stop
<!-- /header --> <!-- /header -->
<!-- breadcrumbs --> <!-- breadcrumbs -->
@@ -31,7 +31,7 @@ class="active"
<div class="col-md-12"> <div class="col-md-12">
<div class="box box-primary"> <div class="box box-primary">
<div class="box-header"> <div class="box-header">
<h2 class="box-title">{!! Lang::get('lang.groups') !!}</h2><a href="{{route('groups.create')}}" class="btn btn-primary pull-right"><span class="glyphicon glyphicon-plus"></span> &nbsp;{{Lang::get('lang.create_group')}}</a></div> <h2 class="box-title">{!! Lang::get('lang.list_of_groups') !!}</h2><a href="{{route('groups.create')}}" class="btn btn-primary pull-right"><span class="glyphicon glyphicon-plus"></span> &nbsp;{{Lang::get('lang.create_group')}}</a></div>
<div class="box-body table-responsive"> <div class="box-body table-responsive">
<!-- check whether success or not --> <!-- check whether success or not -->
@if(Session::has('success')) @if(Session::has('success'))
@@ -84,4 +84,4 @@ class="active"
</div> </div>
</div> </div>
</div> </div>
@stop @stop