diff --git a/app/i18n/en.php b/app/i18n/en.php index 8c87062f4..5bcc33be1 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -158,9 +158,9 @@ return array ( 'display_articles_unfolded' => 'Show articles unfolded by default', 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', 'auto_read_when' => 'Mark as read when', - 'article_selected' => 'Article is selected', - 'article_open_on_website' => 'Article is opened on its original website', - 'scroll' => 'Page scrolls', + 'article_selected' => 'article is selected', + 'article_open_on_website' => 'article is opened on its original website', + 'scroll' => 'page scrolls', 'your_shaarli' => 'Your Shaarli', 'sharing' => 'Sharing', 'share' => 'Share', @@ -168,7 +168,7 @@ return array ( 'on_shaarli' => 'On your Shaarli', 'optimize_bdd' => 'Optimize database', 'optimize_todo_sometimes' => 'To do occasionally to reduce size of database', - 'themes' => 'Themes', + 'theme' => 'Theme', 'article' => 'Article', 'title' => 'Title', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 73da583ed..4273c0b75 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -158,9 +158,9 @@ return array ( 'display_articles_unfolded' => 'Afficher les articles dépliés par défaut', 'img_with_lazyload' => 'Utiliser le mode "lazy load" pour charger les images', 'auto_read_when' => 'Marquer comme lu lorsque', - 'article_selected' => 'L\'article est sélectionné', - 'article_open_on_website' => 'L\'article est ouvert sur le site d\'origine', - 'scroll' => 'Au défilement de la page', + 'article_selected' => 'l\'article est sélectionné', + 'article_open_on_website' => 'l\'article est ouvert sur le site d\'origine', + 'scroll' => 'au défilement de la page', 'your_shaarli' => 'Votre Shaarli', 'sharing' => 'Partage', 'share' => 'Partager', @@ -168,7 +168,7 @@ return array ( 'on_shaarli' => 'Sur votre Shaarli', 'optimize_bdd' => 'Optimiser la base de données', 'optimize_todo_sometimes' => 'À faire de temps en temps pour réduire la taille de la BDD', - 'themes' => 'Thèmes', + 'theme' => 'Thème', 'article' => 'Article', 'title' => 'Titre', diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 2516f2692..932425604 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -18,6 +18,19 @@ +