summaryrefslogtreecommitdiffstats
path: root/lang/en/templates/translation
diff options
context:
space:
mode:
Diffstat (limited to 'lang/en/templates/translation')
-rw-r--r--lang/en/templates/translation/_page.json8
-rw-r--r--lang/en/templates/translation/edit.json (renamed from lang/en/templates/translation/template.json)3
-rw-r--r--lang/en/templates/translation/messages.json17
3 files changed, 4 insertions, 24 deletions
diff --git a/lang/en/templates/translation/_page.json b/lang/en/templates/translation/_page.json
index 1c84d34c..c9c6020d 100644
--- a/lang/en/templates/translation/_page.json
+++ b/lang/en/templates/translation/_page.json
@@ -1,8 +1,8 @@
{
"lang_adminInfo": "In this section you can change the JSON tags that contains the translated texts used by the site. To do this, select a template below to modify their respective tags. Alternatively, click the link below to change the messages of the site.",
+ "lang_editHardcoded": "Edit hardcoded strings",
"lang_editMessages": "Edit Messages",
- "lang_english": "English",
- "lang_german": "German",
- "lang_langAdministration": "Language Administration",
- "lang_portuguese": "Portuguese"
+ "lang_editSettings": "Edit configuration variables related strings",
+ "lang_editTemplates": "Edit template strings",
+ "lang_langAdministration": "Language Administration"
} \ No newline at end of file
diff --git a/lang/en/templates/translation/template.json b/lang/en/templates/translation/edit.json
index ad07a8b6..ff3f44ca 100644
--- a/lang/en/templates/translation/template.json
+++ b/lang/en/templates/translation/edit.json
@@ -2,12 +2,9 @@
"lang_back": "Back",
"lang_createTag": "Create TAG",
"lang_deleteTAG": "Delete",
- "lang_englishJSON": "English JSON",
"lang_englishTAG": "English TAG",
- "lang_germanJSON": "German JSON",
"lang_germanTAG": "German TAG",
"lang_newTAG": "New TAG",
- "lang_portugueseJSON": "German JSON",
"lang_portugueseTAG": "Portuguese TAG",
"lang_save": "Save",
"lang_templateAdminHelp": "",
diff --git a/lang/en/templates/translation/messages.json b/lang/en/templates/translation/messages.json
deleted file mode 100644
index 433e9cdf..00000000
--- a/lang/en/templates/translation/messages.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "lang_back": "Back",
- "lang_deleteTAG": "Delete",
- "lang_englishJSON": "English JSON",
- "lang_englishTAG": "English TAG",
- "lang_germanJSON": "German JSON",
- "lang_germanTAG": "German TAG",
- "lang_messages": "Messages",
- "lang_messagesHardcoded": "Hardcoded Messages",
- "lang_newTAG": "New TAG",
- "lang_newTag": "New Tag",
- "lang_portugueseJSON": "German JSON",
- "lang_portugueseTAG": "Portuguese TAG",
- "lang_save": "Save",
- "lang_templateHint": "Hint: Yellow lines indicate a translation is missing and red lines indicate a tag is not being used by the template.",
- "lang_templateMessagesHelp": ""
-} \ No newline at end of file