diff options
| author | 2022-10-25 00:23:01 +0200 | |
|---|---|---|
| committer | 2022-10-25 00:23:01 +0200 | |
| commit | 45f6d84b69abe39f19ea9097a92c3cb4e925182a (patch) | |
| tree | 83d7204d8d01aeac5c4d37a265e1bf7db9b29da9 /app/i18n/de/feedback.php | |
| parent | edbf0fe7db96c8d017f3af4b385fc0d0fbd8039b (diff) | |
Fixed: "tag" -> "label" (#4770)
* tag -> label (all english texts)
* tag -> label (German)
* marked as DIRTY
* Update app/i18n/nl/feedback.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/de/feedback.php')
| -rw-r--r-- | app/i18n/de/feedback.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/de/feedback.php b/app/i18n/de/feedback.php index 03883c9d4..dfed27f1c 100644 --- a/app/i18n/de/feedback.php +++ b/app/i18n/de/feedback.php @@ -115,9 +115,9 @@ return array( 'purge_completed' => 'Bereinigung abgeschlossen (%d Artikel gelöscht)', ), 'tag' => array( - 'created' => 'Tag „%s“ wurde erstellt.', - 'name_exists' => 'Tag Name existiert bereits.', - 'renamed' => 'Der Tag „%s“ wurde umbenannt in „%s“.', + 'created' => 'Label „%s“ wurde erstellt.', + 'name_exists' => 'Label-Name existiert bereits.', + 'renamed' => 'Das Label „%s“ wurde umbenannt in „%s“.', ), 'update' => array( 'can_apply' => 'FreshRSS wird nun auf die <strong>Version %s</strong> aktualisiert.', |
