summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
Diffstat (limited to 'generator')
-rw-r--r--generator/after-bake/src/Template/Adherents/index.ctp4
-rw-r--r--generator/after-bake/src/Template/Ippubliques/index.ctp8
2 files changed, 6 insertions, 6 deletions
diff --git a/generator/after-bake/src/Template/Adherents/index.ctp b/generator/after-bake/src/Template/Adherents/index.ctp
index 1eed6e4..77d402d 100644
--- a/generator/after-bake/src/Template/Adherents/index.ctp
+++ b/generator/after-bake/src/Template/Adherents/index.ctp
@@ -46,8 +46,8 @@
<tr class="filter">
<th colspan="5">
<?= $this->Form->input('q', [
- 'placeholder' => __('Rechercher...'),
- 'empty' => __('Rechercher...')
+ 'placeholder' => __('Find...'),
+ 'empty' => __('Find...')
]) ?>
</th>
<th colspan="2">
diff --git a/generator/after-bake/src/Template/Ippubliques/index.ctp b/generator/after-bake/src/Template/Ippubliques/index.ctp
index ef7a616..e943811 100644
--- a/generator/after-bake/src/Template/Ippubliques/index.ctp
+++ b/generator/after-bake/src/Template/Ippubliques/index.ctp
@@ -35,8 +35,8 @@
<tr class="filter">
<th colspan="2">
<?= $this->Form->input('q', [
- 'placeholder' => __('Rechercher...'),
- 'empty' => __('Rechercher...')
+ 'placeholder' => __('Find...'),
+ 'empty' => __('Find...')
]) ?>
</th>
<th colspan="2">
@@ -54,7 +54,7 @@
<th><?= $this->Paginator->sort('ip4') ?></th>
<th><?= $this->Paginator->sort('ip6') ?></th>
<th><?= $this->Paginator->sort('secteur_id') ?></th>
- <th><?= __('Utilisee') ?></th>
+ <th><?= __('In use') ?></th>
<th class="actions"><?= __('Actions') ?></th>
</tr>
</thead>
@@ -65,7 +65,7 @@
<td><?= h($ippublique->ip4) ?></td>
<td><?= h($ippublique->ip6) ?></td>
<td><?= $ippublique->has('secteur') ? h($ippublique->secteur->title) : '' ?></td>
- <td><?= count($ippublique->services) ? __('oui'): __('non') ?></td>
+ <td><?= count($ippublique->services) ? __('Find'): __('non') ?></td>
<td class="actions">
<?= $this->Html->link(__('View'), ['action' => 'view', $ippublique->ip4]) ?>
</td>