diff options
| author | 2014-12-10 22:37:49 +0100 | |
|---|---|---|
| committer | 2014-12-10 22:37:49 +0100 | |
| commit | 2f24f0fe882af0be6c893b16d9adae48e06bac1f (patch) | |
| tree | 8275e66d98d421354c2c5e9a8d7866b781f51898 /app/i18n/en/sub.php | |
| parent | c1b48c4bc015e267f1e28693dfa0a25bf33332b5 (diff) | |
Fix i18n for aside subscription
Diffstat (limited to 'app/i18n/en/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index e64b6ca4b..d915a18a7 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -7,4 +7,9 @@ return array( 'feeds' => array( 'over_max' => 'You have reached your limit of feeds (%d)', ), + 'menu' => array( + 'bookmark' => 'Subscribe (FreshRSS bookmark)', + 'import_export' => 'Import / export', + 'subscription_management' => 'Subscriptions management', + ), ); |
