summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2016-05-22 12:15:29 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2016-05-22 12:15:29 +0200
commit55d84eea0f815156b2227b7c72dd7c073c018682 (patch)
tree00339859537d75e57cee6f2d099e7443e2f441f0
parente43a505181651efc8e83d30d6a4d78d3aed9b0d2 (diff)
downloadchd_gestion-55d84eea0f815156b2227b7c72dd7c073c018682.zip
chd_gestion-55d84eea0f815156b2227b7c72dd7c073c018682.tar.gz
chd_gestion-55d84eea0f815156b2227b7c72dd7c073c018682.tar.bz2
L10N fixes
-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>