koblog/bl-plugins/html-code/languages/en.json
2021-09-25 20:28:17 +02:00

13 lines
No EOL
773 B
JSON

{
"plugin-data":
{
"name": "HTML Code",
"description": "Add HTML, CSS or JavaScript code in the head metadata, header or footer of your site."
},
"insert-code-in-the-website-inside-the-tag-head": "Insert code in the website inside the tag <head> </head>",
"insert-code-in-the-website-at-the-top": "Insert code in the website at the top.",
"insert-code-in-the-website-at-the-bottom": "Insert code in the website at the bottom.",
"insert-code-in-the-admin-area-inside-the-tag-head": "Insert code in the admin area inside the tag <head> </head>",
"insert-code-in-the-admin-area-at-the-top": "Insert code in the admin area at the top.",
"insert-code-in-the-admin-area-at-the-bottom": "Insert code in the admin area at the bottom."
}