diff options
| author | 2021-08-30 10:58:06 +0200 | |
|---|---|---|
| committer | 2021-08-30 10:58:06 +0200 | |
| commit | 50ba6bbe07b0bb86eb07e3212ba2e22cb2878cf2 (patch) | |
| tree | 3e54faf8e06be88468d0be1e9df808f88691194e /app/i18n/oc/conf.php | |
| parent | 812eda1fa05e370c4c1645b5b82f09f9da2c7bf7 (diff) | |
UI: Add optional thumbnail and summary on feed items (#3805)
* UI: Add optional thumbnail and summary on feed items
Implements #561
* UI: Thumbnail: Own column, Custom size, Lazy load
* UI: Thumbnail: Remove unnecessary CSS rule
Remove rule already defined in base theme, no override needed
* CSS lint + RTL
* Improve thumbail and summary generation
* Support img alt
* Missing htmlspecialchars
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/oc/conf.php')
| -rw-r--r-- | app/i18n/oc/conf.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 0a1444d71..e645a5b68 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -25,6 +25,7 @@ return array( '_' => 'Afichatge', 'icon' => array( 'bottom_line' => 'Linha enbàs', + 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Autors', 'entry' => 'Icònas d’article', 'publication_date' => 'Data de publicacion', @@ -47,6 +48,13 @@ return array( 'no_limit' => 'Cap de limit', 'thin' => 'Fina', ), + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + ), ), 'profile' => array( '_' => 'Gestion del perfil', |
