Lien revenir sur le groupe avec la traduction en fr_FR

This commit is contained in:
mirado 2015-12-09 15:28:04 +03:00
parent fe4a427941
commit d14ee58f0c
12 changed files with 12 additions and 1 deletions

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -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' => '',
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -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'
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -240,4 +240,5 @@ return array(
// 'Unable to detect the feed format.' => '',
// 'add a new group' => '',
// 'Groups' => '',
// 'Back to the group' => '',
);

View File

@ -64,7 +64,7 @@
</li>
<?php if ($group_id): ?>
<li>
<a href="?action=unread&amp;group_id=<?= $group_id ?>"><?= t('Back') ?></a>
<a href="?action=unread&amp;group_id=<?= $group_id ?>"><?= t('Back to the group') ?></a>
</li>
<?php endif; ?>
</ul>