diff options
| author | 2020-07-23 20:36:49 +0200 | |
|---|---|---|
| committer | 2020-07-23 20:36:49 +0200 | |
| commit | 5cee45922b834bb5b836cf6d153a8848a3d3d649 (patch) | |
| tree | 80247d618e07c5dbcdf4bd9936c12294d1a1d462 /app/i18n/he/feedback.php | |
| parent | a23a7f2dbbacf915be5fbb751d7e77e1609f91a5 (diff) | |
[i18n] Update en-UK grammar and style (#3068)
Taken from <https://github.com/FreshRSS/FreshRSS/pull/3060>
Diffstat (limited to 'app/i18n/he/feedback.php')
| -rw-r--r-- | app/i18n/he/feedback.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/he/feedback.php b/app/i18n/he/feedback.php index be5b74165..05a264f26 100644 --- a/app/i18n/he/feedback.php +++ b/app/i18n/he/feedback.php @@ -29,7 +29,7 @@ return array( 'no_password_set' => 'לא הוגדרה סיסמת מנהל. תכונה זו אינה זמינה.', ), 'conf' => array( - 'error' => 'An error occurred during configuration saving', // TODO - Translation + 'error' => 'An error occurred while saving configuration', // TODO - Translation 'query_created' => 'השאילתה "%s" נוצרה.', 'shortcuts_updated' => 'קיצורי הדרך עודכנו', 'updated' => 'ההגדרות עודכנו', @@ -101,7 +101,7 @@ return array( 'selector_preview' => array( 'http_error' => 'Failed to load website content.', // TODO - Translation 'no_entries' => 'There are no articles in this feed. You need at least one article to create a preview.', // TODO - Translation - 'no_feed' => 'Internal error (feed can’t be found).', // TODO - Translation + 'no_feed' => 'Internal error (feed cannot be found).', // TODO - Translation 'no_result' => 'The selector didn\'t match anything. As a fallback the original feed text will be displayed instead.', // TODO - Translation 'selector_empty' => 'The selector is empty. You need to define one to create a preview.', // TODO - Translation ), |
