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": { | 	"term_API_Key": { | ||||||
| 		"message": "API Key" | 		"message": "API Key" | ||||||
| 	}, | 	}, | ||||||
|  | 	"term_enable": { | ||||||
|  | 		"message": "Enable" | ||||||
|  | 	}, | ||||||
| 
 | 
 | ||||||
| 	"settings_general_showApplicable": { | 	"settings_general_showApplicable": { | ||||||
| 		"message": "Show product's ratings in this extension's icon" | 		"message": "Show product's ratings in this extension's icon" | ||||||
|  | @ -147,6 +150,12 @@ | ||||||
| 	"settings_filters_add_prompt": { | 	"settings_filters_add_prompt": { | ||||||
| 		"message": "Enter the URL of the source to add." | 		"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": { | 	"error_msg": { | ||||||
| 		"message": "$error_code$: $error_msg$ \n$error_trace$", | 		"message": "$error_code$: $error_msg$ \n$error_trace$", | ||||||
|  |  | ||||||
|  | @ -55,11 +55,11 @@ | ||||||
| 						</ul> | 						</ul> | ||||||
| 						<div class="input-field"> | 						<div class="input-field"> | ||||||
| 							<input type="url" class="validate" placeholder=" "> | 							<input type="url" class="validate" placeholder=" "> | ||||||
| 							<label>Source or Local Name</label> | 							<label for="settings_filters_source_prompt"></label> | ||||||
| 						</div> | 						</div> | ||||||
| 						<div class="input-field"> | 						<div class="input-field"> | ||||||
| 							<textarea class="validate" placeholder=" "></textarea> | 							<textarea class="validate" type="code" placeholder=" "></textarea> | ||||||
| 							<label>Filter Content</label> | 							<label for="settings_filters_content"></label> | ||||||
| 						</div> | 						</div> | ||||||
| 					</fieldset> | 					</fieldset> | ||||||
|             </section> |             </section> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue