aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/feedback.php
diff options
context:
space:
mode:
authorGravatar Julien-Pierre Avérous <github@sourcemac.com> 2020-02-13 19:22:35 +0200
committerGravatar GitHub <noreply@github.com> 2020-02-13 18:22:35 +0100
commitd30ac40772ec1b4706922afd8acab8448af39a9e (patch)
tree6b7cec8455a542875959a09f7bdcc7a2af285fa1 /app/i18n/nl/feedback.php
parent4ddd1821bb0fc1186937551d59100294b8833727 (diff)
Enhance content path feature (#2778)
- Add a maintenance section to be able to clear cache and force reload a feed. - Add an icon next to path field to show a pop-up with the result of the content path. Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Marien Fressinaud <dev@marienfressinaud.fr>
Diffstat (limited to 'app/i18n/nl/feedback.php')
-rw-r--r--app/i18n/nl/feedback.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php
index 273441805..027ef1774 100644
--- a/app/i18n/nl/feedback.php
+++ b/app/i18n/nl/feedback.php
@@ -84,15 +84,25 @@ return array(
'actualizeds' => 'RSS-feeds vernieuwd',
'added' => 'RSS feed <em>%s</em> toegevoegd',
'already_subscribed' => 'Al geabonneerd op <em>%s</em>',
+ 'cache_cleared' => '<em>%s</em> cache has been cleared', // TODO - Translation
'deleted' => 'Feed verwijderd',
'error' => 'Feed kan niet worden vernieuwd',
'internal_problem' => 'De feed kon niet worden toegevoegd. <a href="%s">Controleer de FreshRSS-logbestanden</a> voor details. Toevoegen forceren kan worden geprobeerd door <code>#force_feed</code> aan de URL toe te voegen.',
'invalid_url' => 'URL <em>%s</em> is ongeldig',
'not_added' => '<em>%s</em> kon niet worden toegevoegd',
+ 'not_found' => 'Feed cannot be found', // TODO - Translation
'no_refresh' => 'Er is geen feed om te vernieuwen…',
'n_actualized' => '%d feeds zijn vernieuwd',
'n_entries_deleted' => '%d artikelen zijn verwijderd',
'over_max' => 'Maximum aantal feeds bereikt (%d)',
+ 'reloaded' => '<em>%s</em> has been reloaded', // TODO - Translation
+ 'selector_preview' => array(
+ 'http_error' => 'Failed to load website content.', // TODO - Translation
+ 'no_entries' => 'There is no entries in your feed. You need at least one entry to create a preview.', // TODO - Translation
+ 'no_feed' => 'Internal error (no feed to entry).', // 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
+ ),
'updated' => 'Feed is vernieuwd',
),
'purge_completed' => 'Opschonen klaar (%d artikelen verwijderd)',