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.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
'Unable to detect the feed format.' => 'Nelze detekovat formát odběru.',
|
||||
'add a new group' => 'přidat novou skupinu',
|
||||
'Groups' => 'Skupiny',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// '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.',
|
||||
'add a new group' => 'ajouter un nouveau libellé',
|
||||
'Groups' => 'Libellés',
|
||||
'Back to the group' => 'Revenir sur le groupe'
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -240,4 +240,5 @@ return array(
|
||||
// 'Unable to detect the feed format.' => '',
|
||||
// 'add a new group' => '',
|
||||
// 'Groups' => '',
|
||||
// 'Back to the group' => '',
|
||||
);
|
||||
|
@ -64,7 +64,7 @@
|
||||
</li>
|
||||
<?php if ($group_id): ?>
|
||||
<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>
|
||||
<?php endif; ?>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user