two strings added to i18n
This commit is contained in:
parent
76f743e88f
commit
6f3fdfa2ce
3 changed files with 12 additions and 4 deletions
|
|
@ -1652,5 +1652,13 @@
|
|||
"chatgpt_click_force_completion": {
|
||||
"message": "It seems that it's not possible to get if ChatGPT has finished. Click here to force the completion of the job.",
|
||||
"description": ""
|
||||
},
|
||||
"SelectAll": {
|
||||
"message": "Select All",
|
||||
"description": ""
|
||||
},
|
||||
"DeselectAll": {
|
||||
"message": "Deselect All",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
|
@ -131,8 +131,8 @@
|
|||
<div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_AutoTags__</span>
|
||||
<br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div>
|
||||
<div id="account_selector_checkboxes"></div>
|
||||
<button type="button" id="accounts_select_all">Select All</button>
|
||||
<button type="button" id="accounts_deselect_all">Deselect All</button>
|
||||
<button type="button" id="accounts_select_all">__MSG_SelectAll__</button>
|
||||
<button type="button" id="accounts_deselect_all">__MSG_DeselectAll__</button>
|
||||
</div>
|
||||
<script src="mzta-add-tags.js" type="module"></script>
|
||||
<script src="../../js/mzta-i18n.js"></script>
|
||||
|
|
|
|||
|
|
@ -48,8 +48,8 @@
|
|||
<div id="account_selector_info"><span class="section_title">__MSG_AccountSelector_Spamfilter__</span>
|
||||
<br><span class="infoline">__MSG_AccountSelector_AutoTags_infoline__</span></div>
|
||||
<div id="account_selector_checkboxes"></div>
|
||||
<button type="button" id="accounts_select_all">Select All</button>
|
||||
<button type="button" id="accounts_deselect_all">Deselect All</button>
|
||||
<button type="button" id="accounts_select_all">__MSG_SelectAll__</button>
|
||||
<button type="button" id="accounts_deselect_all">__MSG_DeselectAll__</button>
|
||||
</div>
|
||||
<div id="spamfitler_reports_container">
|
||||
<h2>__MSG_SpamReport_Title__</h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue