Lien revenir sur le groupe avec la traduction en fr_FR
This commit is contained in:
parent
fe4a427941
commit
d14ee58f0c
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
'Unable to detect the feed format.' => 'Nelze detekovat formát odběru.',
|
'Unable to detect the feed format.' => 'Nelze detekovat formát odběru.',
|
||||||
'add a new group' => 'přidat novou skupinu',
|
'add a new group' => 'přidat novou skupinu',
|
||||||
'Groups' => 'Skupiny',
|
'Groups' => 'Skupiny',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
'Unable to detect the feed format.' => 'Impossible de détecter le format du flux.',
|
'Unable to detect the feed format.' => 'Impossible de détecter le format du flux.',
|
||||||
'add a new group' => 'ajouter un nouveau libellé',
|
'add a new group' => 'ajouter un nouveau libellé',
|
||||||
'Groups' => 'Libellés',
|
'Groups' => 'Libellés',
|
||||||
|
'Back to the group' => 'Revenir sur le groupe'
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -240,4 +240,5 @@ return array(
|
|||||||
// 'Unable to detect the feed format.' => '',
|
// 'Unable to detect the feed format.' => '',
|
||||||
// 'add a new group' => '',
|
// 'add a new group' => '',
|
||||||
// 'Groups' => '',
|
// 'Groups' => '',
|
||||||
|
// 'Back to the group' => '',
|
||||||
);
|
);
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<?php if ($group_id): ?>
|
<?php if ($group_id): ?>
|
||||||
<li>
|
<li>
|
||||||
<a href="?action=unread&group_id=<?= $group_id ?>"><?= t('Back') ?></a>
|
<a href="?action=unread&group_id=<?= $group_id ?>"><?= t('Back to the group') ?></a>
|
||||||
</li>
|
</li>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user