Update translations
This commit is contained in:
parent
e7170ea044
commit
b56d767800
4 changed files with 10 additions and 6 deletions
|
@ -5,6 +5,8 @@
|
|||
*/
|
||||
|
||||
return [
|
||||
'add-as-cc' => 'Add in Cc: field',
|
||||
'add-as-bcc' => 'Add in Bcc: field',
|
||||
'add-as-cc' => 'Add in Cc: field',
|
||||
'name' => 'Customers groups',
|
||||
'new' => 'New customers group',
|
||||
];
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
*/
|
||||
|
||||
return [
|
||||
'add-as-cc' => 'Ajouter en copie (visible)',
|
||||
'add-as-bcc' => 'Ajouter en copie (cachée)',
|
||||
'add-as-cc' => 'Ajouter en copie (visible)',
|
||||
'name' => 'Groupes de contacts',
|
||||
'new' => 'Nouveau groupe de contacts',
|
||||
];
|
||||
|
|
|
@ -7,16 +7,16 @@
|
|||
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', __('Manage Customers Groups'))
|
||||
@section('title', __('mmfcustomersgroups::customers-groups.name'))
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="flexy-container">
|
||||
<div class="flexy-item">
|
||||
<span class="heading">{{ __('Customers Groups') }}</span>
|
||||
<span class="heading">{{ __('mmfcustomersgroups::customers-groups.name') }}</span>
|
||||
</div>
|
||||
<div class="flexy-item margin-left">
|
||||
<a href="{{ route('groups.create') }}" class="btn btn-bordered">{{ __('New Customers Group') }}</a>
|
||||
<a href="{{ route('groups.create') }}" class="btn btn-bordered">{{ __('mmfcustomersgroups::customers-groups.new') }}</a>
|
||||
</div>
|
||||
<div class="flexy-block"></div>
|
||||
</div>
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
*/
|
||||
?>
|
||||
|
||||
<li class=""><a href="{{ route('groups.list') }}">{{ __('Customers groups') }}</a></li>
|
||||
<li class=""><a href="{{ route('groups.list') }}">{{ __('mmfcustomersgroups::customers-groups.name') }}</a></li>
|
||||
|
|
Loading…
Reference in a new issue