diff --git a/system/author/settings/system.twig b/system/author/settings/system.twig index aecb458..58ce180 100644 --- a/system/author/settings/system.twig +++ b/system/author/settings/system.twig @@ -16,7 +16,7 @@

{{ __('System') }} v. {{settings.version}}

-

New here? Then watch the video-tutorial about configurations for typemill on YouTube.

+

{{ __('New here? Then watch') }} {{ __('the video-tutorial') }} {{ __('about configurations for typemill on YouTube.') }}

{{ settings.version ? settings.version : 'Unknown' }}
@@ -64,14 +64,14 @@
-
Please use ISO 639-1 codes like "en"
+
{{ __('Please use codes from') }} ISO 639-1 {{ __('like «en»') }}
{% if errors.settings.langattr %} {{ errors.settings.langattr | first }} {% endif %}
-
You can ping the sitemap with the following links to google and bing.
+
{{ __('You can ping the sitemap with the following links to') }} google {{ __('and') }} bing.

{{ __('Developer') }}

@@ -331,4 +331,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %}