diff options
| author | 2014-06-05 22:26:18 +0200 | |
|---|---|---|
| committer | 2014-06-05 22:26:18 +0200 | |
| commit | b8f53b052592d3729bdc88936bad5f4e2da78dfe (patch) | |
| tree | 8b0b76b29439ce6882eabf633353d6dcbe4237f2 /app/i18n/en.php | |
| parent | 5ea82076faddbdf6b34d20332507779de3c71ae3 (diff) | |
Add an option to choose content width
- 4 options: thin, medium, large and no limit
- Thin is by default
Diffstat (limited to 'app/i18n/en.php')
| -rw-r--r-- | app/i18n/en.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 21d37f475..a3c1dfeb7 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -240,6 +240,11 @@ return array ( 'optimize_bdd' => 'Optimize database', 'optimize_todo_sometimes' => 'To do occasionally to reduce the size of the database', 'theme' => 'Theme', + 'content_width' => 'Content width', + 'width_thin' => 'Thin', + 'width_medium' => 'Medium', + 'width_large' => 'Large', + 'width_no_limit' => 'No limit', 'more_information' => 'More information', 'activate_sharing' => 'Activate sharing', 'shaarli' => 'Shaarli', |
