[fix] typos reported from weblate translators
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									dd04551e14
								
							
						
					
					
						commit
						9730371199
					
				| @ -207,7 +207,7 @@ | |||||||
|                         {% endif %} |                         {% endif %} | ||||||
| 
 | 
 | ||||||
|                         {% if 'theme' not in locked_preferences %} |                         {% if 'theme' not in locked_preferences %} | ||||||
|                         {% set theme_label = _('Themes') %} |                         {% set theme_label = _('Theme') %} | ||||||
|                         {% set theme_info = _('Change SearXNG layout') %} |                         {% set theme_info = _('Change SearXNG layout') %} | ||||||
|                         {{ preferences_item_header(theme_info, theme_label, rtl, 'theme') }} |                         {{ preferences_item_header(theme_info, theme_label, rtl, 'theme') }} | ||||||
|                             <select class="form-control {{ custom_select_class(rtl) }}" name="theme" id="theme"> |                             <select class="form-control {{ custom_select_class(rtl) }}" name="theme" id="theme"> | ||||||
| @ -324,9 +324,9 @@ | |||||||
|                                     <th scope="col" class="col-stat">{{ _("Time range") }}</th> |                                     <th scope="col" class="col-stat">{{ _("Time range") }}</th> | ||||||
|                                     <th scope="col">{{ _("Response time") }}</th> |                                     <th scope="col">{{ _("Response time") }}</th> | ||||||
|                                     <th scope="col" class="col-stat text-right">{{ _("Max time") }}</th> |                                     <th scope="col" class="col-stat text-right">{{ _("Max time") }}</th> | ||||||
|                                     <th scope="col" class="col-stat text-right">{{ _("Reliablity") }}</th> |                                     <th scope="col" class="col-stat text-right">{{ _("Reliability") }}</th> | ||||||
|                                     {% else %} |                                     {% else %} | ||||||
|                                     <th scope="col" class="col-stat">{{ _("Reliablity") }}</th> |                                     <th scope="col" class="col-stat">{{ _("Reliability") }}</th> | ||||||
|                                     <th scope="col" class="col-stat">{{ _("Max time") }}</th> |                                     <th scope="col" class="col-stat">{{ _("Max time") }}</th> | ||||||
|                                     <th scope="col" class="text-right">{{ _("Response time") }}</th> |                                     <th scope="col" class="text-right">{{ _("Response time") }}</th> | ||||||
|                                     <th scope="col" class="text-right">{{ _("Time range") }}</th> |                                     <th scope="col" class="text-right">{{ _("Time range") }}</th> | ||||||
|  | |||||||
| @ -186,7 +186,7 @@ | |||||||
|     {% endif %} |     {% endif %} | ||||||
|     {% if 'theme' not in locked_preferences %} |     {% if 'theme' not in locked_preferences %} | ||||||
|     <fieldset> |     <fieldset> | ||||||
|       <legend>{{ _('Themes') }}</legend> |       <legend>{{ _('Theme') }}</legend> | ||||||
|       <p class="value"> |       <p class="value"> | ||||||
|         <select name="theme"> |         <select name="theme"> | ||||||
|           {%- for name in themes -%} |           {%- for name in themes -%} | ||||||
| @ -256,7 +256,7 @@ | |||||||
|         <th>{{ _("Time range") }}</th> |         <th>{{ _("Time range") }}</th> | ||||||
|         <th>{{ _("Response time") }}</th> |         <th>{{ _("Response time") }}</th> | ||||||
|         <th>{{ _("Max time") }}</th> |         <th>{{ _("Max time") }}</th> | ||||||
|         <th>{{ _("Reliablity") }}</th> |         <th>{{ _("Reliability") }}</th> | ||||||
|       </tr> |       </tr> | ||||||
|       {% for search_engine in engines_by_category[categ] %} |       {% for search_engine in engines_by_category[categ] %} | ||||||
|       {% if not search_engine.private %} |       {% if not search_engine.private %} | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user