From 61a2828820d842c5a6afe69acb747a12afbe85a8 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 10 Sep 2023 15:27:13 +0200 Subject: i18n: shortened text strings (#5636) * i18n * fix --------- Co-authored-by: math-gh <> --- app/i18n/fr/admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/i18n/fr/admin.php') diff --git a/app/i18n/fr/admin.php b/app/i18n/fr/admin.php index 93da98149..31bc7ebb4 100644 --- a/app/i18n/fr/admin.php +++ b/app/i18n/fr/admin.php @@ -195,8 +195,8 @@ return array( 'changelog' => 'Journal des modifications', 'check' => 'Vérifier les mises à jour', 'copiedFromURL' => 'update.php copié depuis %s vers ./data', - 'current_version' => 'Votre version actuelle de FreshRSS est la %s.', - 'last' => 'Dernière vérification : %s', + 'current_version' => 'Votre version actuelle', + 'last' => 'Dernière vérification', 'loading' => 'Mise à jour en cours…', 'none' => 'Aucune mise à jour à appliquer', 'releaseChannel' => array( -- cgit v1.2.3