add additional strings for settings\filters
This commit is contained in:
parent
6545f830f0
commit
8cc2f02829
2 changed files with 200 additions and 191 deletions
|
@ -80,6 +80,9 @@
|
|||
"term_API_Key": {
|
||||
"message": "API Key"
|
||||
},
|
||||
"term_enable": {
|
||||
"message": "Enable"
|
||||
},
|
||||
|
||||
"settings_general_showApplicable": {
|
||||
"message": "Show product's ratings in this extension's icon"
|
||||
|
@ -147,6 +150,12 @@
|
|||
"settings_filters_add_prompt": {
|
||||
"message": "Enter the URL of the source to add."
|
||||
},
|
||||
"settings_filters_source_prompt": {
|
||||
"message": "Source or Local Name"
|
||||
},
|
||||
"settings_filters_content": {
|
||||
"message": "Filter Contents"
|
||||
},
|
||||
|
||||
"error_msg": {
|
||||
"message": "$error_code$: $error_msg$ \n$error_trace$",
|
||||
|
|
|
@ -55,11 +55,11 @@
|
|||
</ul>
|
||||
<div class="input-field">
|
||||
<input type="url" class="validate" placeholder=" ">
|
||||
<label>Source or Local Name</label>
|
||||
<label for="settings_filters_source_prompt"></label>
|
||||
</div>
|
||||
<div class="input-field">
|
||||
<textarea class="validate" placeholder=" "></textarea>
|
||||
<label>Filter Content</label>
|
||||
<textarea class="validate" type="code" placeholder=" "></textarea>
|
||||
<label for="settings_filters_content"></label>
|
||||
</div>
|
||||
</fieldset>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue