diff options
| author | 2018-05-30 09:22:04 +0200 | |
|---|---|---|
| committer | 2018-05-30 09:22:04 +0200 | |
| commit | 1cba18e3ef15958f9f962dc906705b5ae890b357 (patch) | |
| tree | 0259e2f8a4ebd2fdb47cd7338f69a0cc695193c5 /app/i18n/ru/feedback.php | |
| parent | e98e40b7b4d8ebd4f7e03ade2d3fb6be2c22cc52 (diff) | |
Typo: FressRSS -> FreshRSS (#1908)
@bartlomiejcieszkowski https://github.com/FreshRSS/FreshRSS/pull/1908/commits/81e014d0963a7e710e96bac3fdb350931ac1fc91
Diffstat (limited to 'app/i18n/ru/feedback.php')
| -rw-r--r-- | app/i18n/ru/feedback.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/ru/feedback.php b/app/i18n/ru/feedback.php index ad4ff958f..6d4e5e3fe 100644 --- a/app/i18n/ru/feedback.php +++ b/app/i18n/ru/feedback.php @@ -31,11 +31,11 @@ return array( 'extensions' => array( 'already_enabled' => '%s is already enabled', //TODO 'disable' => array( - 'ko' => '%s cannot be disabled. <a href="%s">Check FressRSS logs</a> for details.', //TODO + 'ko' => '%s cannot be disabled. <a href="%s">Check FreshRSS logs</a> for details.', //TODO 'ok' => '%s is now disabled', //TODO ), 'enable' => array( - 'ko' => '%s cannot be enabled. <a href="%s">Check FressRSS logs</a> for details.', //TODO + 'ko' => '%s cannot be enabled. <a href="%s">Check FreshRSS logs</a> for details.', //TODO 'ok' => '%s is now enabled', //TODO ), 'no_access' => 'You have no access on %s', //TODO @@ -72,7 +72,7 @@ return array( 'already_subscribed' => 'You have already subscribed to <em>%s</em>', //TODO 'deleted' => 'Feed has been deleted', //TODO 'error' => 'Feed cannot be updated', //TODO - 'internal_problem' => 'The newsfeed could not be added. <a href="%s">Check FressRSS logs</a> for details. You can try force adding by appending <code>#force_feed</code> to the URL.', //TODO + 'internal_problem' => 'The newsfeed could not be added. <a href="%s">Check FreshRSS logs</a> for details. You can try force adding by appending <code>#force_feed</code> to the URL.', //TODO 'invalid_url' => 'URL <em>%s</em> is invalid', //TODO 'marked_read' => 'Feeds have been marked as read', //TODO 'n_actualized' => '%d feeds have been updated', //TODO |
