diff options
| author | 2014-12-06 17:15:20 +0100 | |
|---|---|---|
| committer | 2014-12-06 17:15:20 +0100 | |
| commit | 2da7c05fa6768b95a5cd0bd1c8f9934bbff05a03 (patch) | |
| tree | f4438ad86fea77f884485dd22d4d3b706ac3af14 /app/i18n/en/feedback.php | |
| parent | 9d66462c1d7e901cebb9c0b43e4203607045fdf3 (diff) | |
Update i18n (extensions)
See https://github.com/FreshRSS/FreshRSS/issues/252
Diffstat (limited to 'app/i18n/en/feedback.php')
| -rw-r--r-- | app/i18n/en/feedback.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/i18n/en/feedback.php b/app/i18n/en/feedback.php index b3866f1dc..df1dc5725 100644 --- a/app/i18n/en/feedback.php +++ b/app/i18n/en/feedback.php @@ -1,6 +1,14 @@ <?php return array( + 'extensions' => array( + 'already_enabled' => '%s is already enabled', + 'disabled' => '%s is now disabled', + 'enabled' => '%s is now enabled', + 'no_access' => 'You have no access on %s', + 'not_enabled' => '%s is not enabled yet', + 'not_found' => '%s does not exist', + ), 'login' => array( 'error' => 'Login is invalid', 'success' => 'You are connected', |
