aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/feedback.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-12-28 07:08:38 -0500
committerGravatar GitHub <noreply@github.com> 2020-12-28 13:08:38 +0100
commite93675e03639c2c8d4fc7d70cfccaa10f5f1707e (patch)
tree21fb1d3e5a31807b8290af5a9e819fefc334c197 /app/i18n/nl/feedback.php
parent6ecfc01c1f3f37491b184711cb29cd9a839f4a9c (diff)
Fix tag management translation (#3292)
Before, feedback messages were not translated. Now, they are.
Diffstat (limited to 'app/i18n/nl/feedback.php')
-rw-r--r--app/i18n/nl/feedback.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php
index 400ae157c..981450294 100644
--- a/app/i18n/nl/feedback.php
+++ b/app/i18n/nl/feedback.php
@@ -109,6 +109,11 @@ return array(
),
'purge_completed' => 'Opschonen klaar (%d artikelen verwijderd)',
),
+ 'tag' => array(
+ 'created' => 'Tag "%s" has been created.', // TODO - Translation
+ 'name_exists' => 'Tag name already exists.', // TODO - Translation
+ 'renamed' => 'Tag "%s" has been renamed to "%s".', // TODO - Translation
+ ),
'update' => array(
'can_apply' => 'FreshRSS word nu vernieud naar <strong>versie %s</strong>.',
'error' => 'Het vernieuwingsproces kwam een fout tegen: %s',