diff options
| author | 2025-03-13 23:10:48 +0100 | |
|---|---|---|
| committer | 2025-03-13 23:10:48 +0100 | |
| commit | 7de384bf9c192292cbc726085eedfadddfa7ca7d (patch) | |
| tree | 6621d2f3e8d7b18975e2ac2d70ad4b2b56ba6195 /app/i18n/en/conf.php | |
| parent | a7361a3e7cd335c8932deba88fe60e8f673c2d40 (diff) | |
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 <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/en/conf.php')
| -rw-r--r-- | app/i18n/en/conf.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 01c05b675..ba75be224 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -99,6 +99,12 @@ return array( 'previous' => 'Previous', ), ), + 'mark_read_button' => array( + '_' => '“Mark all as read” button', + 'big' => 'Big', + 'none' => 'None', + 'small' => 'Small', + ), 'privacy' => array( '_' => 'Privacy', 'retrieve_extension_list' => 'Retrieve extension list', |
