diff options
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 3287e3a15..9afc0182c 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -168,11 +168,13 @@ return array ( 'on_shaarli' => 'On your Shaarli', 'optimize_bdd' => 'Optimize database', 'optimize_todo_sometimes' => 'To do occasionally to reduce size of database', + 'themes' => 'Themes', 'article' => 'Article', 'title' => 'Title', 'author' => 'Author', 'publication_date' => 'Date of publication', + 'by' => 'by', 'load_more' => 'Load more articles', 'nothing_to_load' => 'There is no more articles', |
