From 6c1b852d480609efd7b3780a44b6133cdaaca085 Mon Sep 17 00:00:00 2001 From: Peter Jaszkowiak Date: Thu, 1 Dec 2016 19:27:52 -0700 Subject: [PATCH] `admin/appearance` translations --- .../language/en-GB/admin/appearance/customize.json | 9 +++++++++ src/views/admin/appearance/customise.tpl | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 public/language/en-GB/admin/appearance/customize.json diff --git a/public/language/en-GB/admin/appearance/customize.json b/public/language/en-GB/admin/appearance/customize.json new file mode 100644 index 0000000000..767d443e29 --- /dev/null +++ b/public/language/en-GB/admin/appearance/customize.json @@ -0,0 +1,9 @@ +{ + "custom-css": "Custom CSS", + "custom-css.description": "Enter your own CSS declarations here, which will be applied after all other styles.", + "custom-css.enable": "Enable Custom CSS", + + "custom-header": "Custom Header", + "custom-header.description": "Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <head> section of your forum's markup.", + "custom-header.enable": "Enable Custom Header" +} \ No newline at end of file diff --git a/src/views/admin/appearance/customise.tpl b/src/views/admin/appearance/customise.tpl index b4d54bec13..297c5d3f88 100644 --- a/src/views/admin/appearance/customise.tpl +++ b/src/views/admin/appearance/customise.tpl @@ -1,13 +1,13 @@

- Enter your own CSS declarations here, which will be applied after all other styles. + [[admin/appearance/customize:custom-css.description]]

@@ -17,14 +17,14 @@

- Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <head> section of your forum's markup. + [[admin/appearance/customize:custom-header.description]]

@@ -35,7 +35,7 @@