diff options
| author | 2024-04-19 12:53:48 +0200 | |
|---|---|---|
| committer | 2024-04-19 12:53:48 +0200 | |
| commit | a5f87e067136dca9b5eb3b5af813dfac6d2c1efd (patch) | |
| tree | ef1225d4264c8b9c7d7c152213ae60c1a30be164 /app/i18n/nl/feedback.php | |
| parent | e1834f61a62ec01cfe8b77424274fdebbc6be056 (diff) | |
[i18n] Update Dutch translation for 1.24 (#6343)
Closes #6341.
Diffstat (limited to 'app/i18n/nl/feedback.php')
| -rw-r--r-- | app/i18n/nl/feedback.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/nl/feedback.php b/app/i18n/nl/feedback.php index 322130f36..fa55dc9ba 100644 --- a/app/i18n/nl/feedback.php +++ b/app/i18n/nl/feedback.php @@ -116,10 +116,10 @@ return array( ), 'tag' => array( 'created' => 'Label „%s” aangemaakt.', - 'error' => 'Label could not be updated!', // TODO + 'error' => 'Label kon niet worden bijgewerkt!', 'name_exists' => 'Label bestaat al.', 'renamed' => 'Label „%s” hernoemd naar „%s”.', - 'updated' => 'Label has been updated.', // TODO + 'updated' => 'Label bijgewerkt.', ), 'update' => array( 'can_apply' => 'FreshRSS word nu bijgewerkt naar <strong>versie %s</strong>.', |
