aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-11-04 12:49:21 +0100
committerGravatar GitHub <noreply@github.com> 2025-11-04 12:49:21 +0100
commitb6c63d223931382aae84dc6d394cdd1bb58121bc (patch)
treef512ea0f11873f89740cb7692442d11b26d59ee3 /app/i18n/fr
parent7d4854a0a4f5665db599f18c34035786465639f3 (diff)
Better transitions between groups of articles (#8174)
fix https://github.com/FreshRSS/FreshRSS/issues/7520 fix https://github.com/FreshRSS/FreshRSS/issues/8168 fix https://github.com/FreshRSS/FreshRSS/discussions/8172
Diffstat (limited to 'app/i18n/fr')
-rw-r--r--app/i18n/fr/index.php13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php
index f51a09ba6..83faedddb 100644
--- a/app/i18n/fr/index.php
+++ b/app/i18n/fr/index.php
@@ -36,8 +36,14 @@ return array(
),
'feed' => array(
'empty' => 'Il n’y a aucun article à afficher.',
+ 'published' => array(
+ '_' => 'Publié',
+ 'future' => 'Publié dans le futur',
+ 'today' => 'Publié aujourd’hui',
+ 'yesterday' => 'Publié hier',
+ ),
'received' => array(
- 'before_yesterday' => 'Reçu avant avant-hier',
+ '_' => 'Reçu',
'today' => 'Reçu aujourd’hui',
'yesterday' => 'Reçu hier',
),
@@ -45,6 +51,11 @@ return array(
'title' => 'Flux principal',
'title_fav' => 'Favoris',
'title_global' => 'Vue globale',
+ 'userModified' => array(
+ '_' => 'Modifié par l’utilisateur',
+ 'today' => 'Modifié par l’utilisateur aujourd’hui',
+ 'yesterday' => 'Modifié par l’utilisateur hier',
+ ),
),
'log' => array(
'_' => 'Logs', // IGNORE