aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/id
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-25 00:23:01 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-25 00:23:01 +0200
commit45f6d84b69abe39f19ea9097a92c3cb4e925182a (patch)
tree83d7204d8d01aeac5c4d37a265e1bf7db9b29da9 /app/i18n/id
parentedbf0fe7db96c8d017f3af4b385fc0d0fbd8039b (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/id')
-rw-r--r--app/i18n/id/conf.php2
-rw-r--r--app/i18n/id/feedback.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/app/i18n/id/conf.php b/app/i18n/id/conf.php
index 5e3a313db..b8a5b4fc1 100644
--- a/app/i18n/id/conf.php
+++ b/app/i18n/id/conf.php
@@ -102,7 +102,7 @@ return array(
'order' => 'Sort by date', // TODO
'search' => 'Expression', // TODO
'state' => 'State', // TODO
- 'tags' => 'Display by tag', // TODO
+ 'tags' => 'Display by label', // TODO
'type' => 'Type', // TODO
),
'get_all' => 'Display all articles', // TODO
diff --git a/app/i18n/id/feedback.php b/app/i18n/id/feedback.php
index 44ccab23d..ab9411ba9 100644
--- a/app/i18n/id/feedback.php
+++ b/app/i18n/id/feedback.php
@@ -115,9 +115,9 @@ return array(
'purge_completed' => 'Purge completed (%d articles deleted)', // TODO
),
'tag' => array(
- 'created' => 'Tag “%s”has been created.', // DIRTY
- 'name_exists' => 'Tag name already exists.', // TODO
- 'renamed' => 'Tag “%s”has been renamed to “%s”.', // DIRTY
+ 'created' => 'Label “%s”has been created.', // DIRTY
+ 'name_exists' => 'Label name already exists.', // TODO
+ 'renamed' => 'Label “%s”has been renamed to “%s”.', // DIRTY
),
'update' => array(
'can_apply' => 'FreshRSS will now be updated to the <strong>version %s</strong>.', // TODO