diff options
| author | 2022-01-11 23:30:59 +0100 | |
|---|---|---|
| committer | 2022-01-11 23:30:59 +0100 | |
| commit | 9cd9e9a0930a04f594394a8dc6a95791134521a3 (patch) | |
| tree | b38c0720a312621ff6344fb0773c336bf29f01c1 /app/i18n/cz/feedback.php | |
| parent | 3502e50cb24177f06900389f10d265529a24fd58 (diff) | |
fix error message force feed (#4145)
* CZ
* the other languages
* fix DE
Diffstat (limited to 'app/i18n/cz/feedback.php')
| -rw-r--r-- | app/i18n/cz/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/cz/feedback.php b/app/i18n/cz/feedback.php index 72905696a..796b1f415 100644 --- a/app/i18n/cz/feedback.php +++ b/app/i18n/cz/feedback.php @@ -94,7 +94,7 @@ return array( 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO 'deleted' => 'Kanál byl smazán', 'error' => 'Kanál nelze aktualizovat', - 'internal_problem' => 'RSS kanál nelze přidat. Pro detaily <a href="%s">zkontrolujte logy FreshRSS</a>.', + 'internal_problem' => 'RSS kanál nelze přidat. Pro detaily <a href="%s">zkontrolujte logy FreshRSS</a>. You can try force adding by appending <code>#force_feed</code> to the URL.', // DIRTY 'invalid_url' => 'URL <em>%s</em> není platné', 'n_actualized' => '%d kanálů bylo aktualizováno', 'n_entries_deleted' => '%d článků bylo smazáno', |
