Update Delete page + lang files

This commit is contained in:
Visman 2021-04-02 20:08:08 +07:00
parent dc121b3b64
commit 0d730b01ff
3 changed files with 7 additions and 1 deletions

View file

@ -106,7 +106,7 @@ class Delete extends Page
'info' => [
'info' => [
[
'value' => __('Topic') . ' «' . $post->parent->censorSubject . '»',
'value' => __(['Topic %s', $post->parent->censorSubject]),
],
[
'value' => __([$deleteTopic ? 'Topic by' : 'Reply by', $post->poster, \ForkBB\dt($post->posted)]),

View file

@ -53,3 +53,6 @@ msgstr "Post deleted."
msgid "Topic del redirect"
msgstr "Topic deleted."
msgid "Topic %s"
msgstr "Topic «%s»"

View file

@ -53,3 +53,6 @@ msgstr "Сообщение удалено."
msgid "Topic del redirect"
msgstr "Тема удалена."
msgid "Topic %s"
msgstr "Тема «%s»"