diff --git a/Web/Presenters/templates/Report/View.xml b/Web/Presenters/templates/Report/View.xml index 4a0682d1..6731ee53 100644 --- a/Web/Presenters/templates/Report/View.xml +++ b/Web/Presenters/templates/Report/View.xml @@ -23,7 +23,7 @@
- +
diff --git a/locales/en.strings b/locales/en.strings index 08d09bb7..b24b73e8 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -1198,6 +1198,7 @@ "report_number" = "Report #"; "list_of_reports" = "List of reports"; "text_of_the_post" = "Text of the post"; +"delete_content" = "Delete content"; "today" = "today"; "will_be_watched" = "It will be reviewed by the moderators soon"; @@ -1625,6 +1626,9 @@ "admin_commerce_disabled" = "Commerce has been disabled by the system administrator"; "admin_commerce_disabled_desc" = "The voucher and gift settings will be saved, but will have no effect."; +"admin_longpool_broken" = "Longpool is broken and will not work!"; +"admin_longpool_broken_desc" = "Make sure file at the path $1 exist and have correct rights and ownership."; + "admin_banned_links" = "Blocked links"; "admin_banned_link" = "Link"; "admin_banned_domain" = "Domain"; diff --git a/locales/ru.strings b/locales/ru.strings index 76bf920a..9e886892 100644 --- a/locales/ru.strings +++ b/locales/ru.strings @@ -1130,6 +1130,7 @@ "report_number" = "Жалоба №"; "list_of_reports" = "Список жалоб"; "text_of_the_post" = "Текст записи"; +"delete_content" = "Удалить контент"; "today" = "сегодня"; "will_be_watched" = "Скоро её рассмотрят модераторы"; @@ -1516,6 +1517,8 @@ "admin_about_instance" = "Инстанция"; "admin_commerce_disabled" = "Коммерция отключена системным администратором"; "admin_commerce_disabled_desc" = "Настройки ваучеров и подарков будут сохранены, но не будут оказывать никакого влияния."; +"admin_longpool_broken" = "Longpool сломан!"; +"admin_longpool_broken_desc" = "Проверьте, существует ли файл по пути $1 и выданы ли у него правильные права на запись."; "admin_banned_links" = "Заблокированные ссылки"; "admin_banned_link" = "Ссылка"; "admin_banned_domain" = "Домен";