From c23702eaa5d61aa83b47023d118ebb905d39ccd6 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 16 Oct 2021 12:44:02 +0200 Subject: Fix #3835: theme switcher broken when theme is not available (#3874) * FIx the function: add an error slide * i18n for the error message * fix the message * i18n: nl * phpcbf * Typographic quotation marks +fr +en-US * Unicode instead of entities * Whitespace Co-authored-by: Alexandre Alapetite --- app/i18n/it/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/it') diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index f10132fdc..b428a353d 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -39,6 +39,7 @@ return array( ), 'show_nav_buttons' => 'Show the navigation buttons', // TODO - Translation 'theme' => 'Tema', + 'theme_not_available' => 'The ā€œ%sā€ theme is not available anymore. Please choose another theme.', // TODO - Translation 'thumbnail' => array( 'label' => 'Thumbnail', // TODO - Translation 'landscape' => 'Landscape', // TODO - Translation -- cgit v1.2.3