diff options
| author | 2021-02-26 17:31:01 -0500 | |
|---|---|---|
| committer | 2021-02-26 23:31:01 +0100 | |
| commit | 449fee7a2cc9453da4aac03f833ccb28205d7d3a (patch) | |
| tree | b0ea6561ca18dd078d722a2eaa1c9d84af9366d2 /app/i18n/it/conf.php | |
| parent | a127f7dae3767d519fc0c6d7cbb84e640bace7c2 (diff) | |
"Show all" option on labels (#3472)
It uses the favorite option to keep a similar experience through out the application and also to limit the number of options.
See #3263
Diffstat (limited to 'app/i18n/it/conf.php')
| -rw-r--r-- | app/i18n/it/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 803f80b40..d6bf69ae6 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -138,6 +138,7 @@ return array( 'remember_categories' => 'Remember open categories', // TODO - Translation 'unread' => 'Mostra solo non letti', ), + 'show_fav_unread_help' => 'Applies also on labels', // TODO - Translation 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation 'sort' => array( '_' => 'Ordinamento', |
