diff options
| author | 2014-02-24 19:51:57 -0500 | |
|---|---|---|
| committer | 2014-02-24 19:51:57 -0500 | |
| commit | 1e105a64ab12b37f55b605a89e869f7bbb520e95 (patch) | |
| tree | 24d3161f22e616b40da5e58a6f2cc20fc6533405 /app/i18n | |
| parent | 166009f3623213249086038f7af72a76507f60dc (diff) | |
Add a configuration option to get sticky articles
Now the user can choose if an opened article will be repositioned to the top or not
See #338
Diffstat (limited to 'app/i18n')
| -rw-r--r-- | app/i18n/en.php | 1 | ||||
| -rw-r--r-- | app/i18n/fr.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 69c2fd310..e67447520 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -215,6 +215,7 @@ return array ( 'top_line' => 'Top line', 'bottom_line' => 'Bottom line', 'img_with_lazyload' => 'Use "lazy load" mode to load pictures', + 'sticky_post' => 'Stick the article to the top when opened', 'auto_read_when' => 'Mark article as read…', 'article_selected' => 'when article is selected', 'article_open_on_website' => 'when article is opened on its original website', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 452c560a7..2bd4fabab 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -215,6 +215,7 @@ return array ( 'top_line' => 'Ligne du haut', 'bottom_line' => 'Ligne du bas', 'img_with_lazyload' => 'Utiliser le mode “chargement différé” pour les images', + 'sticky_post' => 'Aligner l’article en haut quand il est ouvert', 'auto_read_when' => 'Marquer un article comme lu…', 'article_selected' => 'lorsque l’article est sélectionné', 'article_open_on_website' => 'lorsque l’article est ouvert sur le site d’origine', |
