From 7de384bf9c192292cbc726085eedfadddfa7ca7d Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:10:48 +0100 Subject: Mark as read button: config for the size (#7314) * settings * i18n: mark_read_button * big, small, none * fix * Fixes * make fix-all --------- Co-authored-by: Alexandre Alapetite --- app/i18n/it/conf.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/i18n/it/conf.php') diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 5453f84b4..437ef7fcb 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -99,6 +99,12 @@ return array( 'previous' => 'Precedente', ), ), + 'mark_read_button' => array( + '_' => '“segna tutto come letto” button', // DIRTY + 'big' => 'Big', // TODO + 'none' => 'None', // TODO + 'small' => 'Small', // TODO + ), 'privacy' => array( '_' => 'Privacy', // IGNORE 'retrieve_extension_list' => 'Recupero dell’elenco delle estensioni', -- cgit v1.2.3