diff options
| author | 2023-03-04 14:51:07 +0100 | |
|---|---|---|
| committer | 2023-03-04 14:51:07 +0100 | |
| commit | d3966befafab3fe65e753d0ab2166a8bf5fb0d75 (patch) | |
| tree | 1f77b9874bfe9c557ca4370d34a0c6bbe3257e9f /app/i18n/it/conf.php | |
| parent | 27c7367534518f1adfd9b12551a2c7a45459cab3 (diff) | |
feat: create config to display website icon only / name only / icon and name / none on feeds (#4969)
* feat: create config to display website icon only / name only / icon and name / none on feeds
* fix title hovering
* reverted: column in .phtml
* Update app/i18n/fr/conf.php
---------
Co-authored-by: mathContao <math-home@web.de>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/conf.php')
| -rw-r--r-- | app/i18n/it/conf.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 6f3540322..2c6dcdd4f 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -66,6 +66,13 @@ return array( ), 'timezone' => 'Time zone', // TODO 'title' => 'Visualizzazione', + 'website' => array( + 'full' => 'Icon and name', // TODO + 'icon' => 'Icon only', // TODO + 'label' => 'Website', // TODO + 'name' => 'Name only', // TODO + 'none' => 'None', // TODO + ), 'width' => array( 'content' => 'Larghezza contenuto', 'large' => 'Largo', |
