diff options
| author | 2013-08-18 15:36:58 +0200 | |
|---|---|---|
| committer | 2013-08-18 15:36:58 +0200 | |
| commit | 2c764af215fca00cbb02295829f028bdeeae0325 (patch) | |
| tree | dfeb823bd93f48fd17330d38e241f1ff780566ff /app/i18n/en.php | |
| parent | 37b641966f4a550637421c345e5013cf24645226 (diff) | |
Organisation page configuration (issue #97)
Réorganisation de quelques options, mise en évidence des groupes
d'option
Changement des flux de catégorie via <select /> et non plus via liste de
<radio />
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 8 |
1 files changed, 4 insertions, 4 deletions
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', |
