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/es/feedback.php | |
| parent | 3502e50cb24177f06900389f10d265529a24fd58 (diff) | |
fix error message force feed (#4145)
* CZ
* the other languages
* fix DE
Diffstat (limited to 'app/i18n/es/feedback.php')
| -rwxr-xr-x | app/i18n/es/feedback.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/es/feedback.php b/app/i18n/es/feedback.php index b5ae7c78d..f201f5021 100755 --- a/app/i18n/es/feedback.php +++ b/app/i18n/es/feedback.php @@ -94,7 +94,7 @@ return array( 'cache_cleared' => '<em>%s</em> se ha borrado la caché', 'deleted' => 'Fuente eliminada', 'error' => 'No es posible actualizar la fuente', - 'internal_problem' => 'No ha sido posible agregar la fuente RSS. <a href="%s">Revisa el registro de FreshRSS </a> para más información.', + 'internal_problem' => 'No ha sido posible agregar la fuente RSS. <a href="%s">Revisa el registro de FreshRSS </a> para más información. You can try force adding by appending <code>#force_feed</code> to the URL.', // DIRTY 'invalid_url' => 'La URL <em>%s</em> es inválida', 'n_actualized' => 'Se han actualiado %d fuentes', 'n_entries_deleted' => 'Se han eliminado %d artículos', |
