- Pull the suggestions to the right in oscar - Add `‎` to a few places to print good url - Always LTR code display - Order pref label and info in pref for mobile view And add `sort` for ui languages and languages to find them more easily.
5 KiB
{{ _('Preferences') }}
{{ _('Default categories') }} {% set display_tooltip = false %} {% include 'default/categories.html' %} {{ _('Search language') }}{{ _('Automatic') }} {% for lang_id,lang_name,country_name in language_codes | sort(attribute=1) %} {{ lang_name }} ({{ country_name }}) - {{ lang_id }} {% endfor %}
{{ _('Interface language') }}{% for locale_id,locale_name in locales.items() | sort %} {{ locale_name }} {% endfor %}
{{ _('Autocomplete') }}- {% for backend in autocomplete_backends %} {{ backend }} {% endfor %}
{{ _('Image proxy') }}{{ _('Enabled') }} {{ _('Disabled') }}
{{ _('Method') }}POST GET
{{ _('SafeSearch') }}{{ _('Strict') }} {{ _('Moderate') }} {{ _('None') }}
{{ _('Themes') }}{% for name in themes %} {{ name }} {% endfor %}
{{ _('Currently used search engines') }} {% for (categ,search_engines) in categs %} {% for search_engine in search_engines %} {% if not search_engine.private %} {% endif %} {% endfor %} {% endfor %}{{ _('Engine name') }} | {{ _('Category') }} | {{ _('Allow') }} / {{ _('Block') }} |
---|---|---|
{{ search_engine.name }} ({{ shortcuts[search_engine.name] }}) | {{ _(categ) }} |
{{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }}
{{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}