From 34f82b7132870cf339a9ebe3fad1593622bcb480 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Sun, 10 Nov 2019 19:46:58 +0300 Subject: [PATCH] New translations en_US.yaml (German) --- site/plugins/admin/lang/de_DE.yaml | 36 +++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/site/plugins/admin/lang/de_DE.yaml b/site/plugins/admin/lang/de_DE.yaml index 5ab41e73..b343f5c6 100644 --- a/site/plugins/admin/lang/de_DE.yaml +++ b/site/plugins/admin/lang/de_DE.yaml @@ -201,11 +201,11 @@ admin_sqlite3_table: "SQLite3 Tabelle" admin_error_name_empty_input: "Name muss ein alphanumerischer Wert sein (mindestens 1 Zeichen)" admin_error_title_empty_input: "Titel muss ein alphanumerischer Wert sein (von 1 Zeichen)" admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)" -admin_help_text_for_fieldsets_label: "The fieldsets label shown in the Admin Panel." -admin_help_text_for_fieldsets_name: "The fieldsets unique name in lowercase chars only." -admin_help_text_for_fieldsets_icon: "The fieldsets valid :link icon class." -admin_help_text_for_snippets_name: "The snippets unique name in lowercase chars only." -admin_help_text_for_temlates_name: "The unique name in lowercase chars only." +admin_help_text_for_fieldsets_label: "Fieldsets label shown in the Admin Panel." +admin_help_text_for_fieldsets_name: "Fieldsets unique name in lowercase chars only." +admin_help_text_for_fieldsets_icon: "Fieldsets valid :link icon class." +admin_help_text_for_snippets_name: "Snippets unique name in lowercase chars only." +admin_help_text_for_temlates_name: "Unique name in lowercase chars only." admin_entries_visible: "Sichtbar" admin_entries_draft: "Entwurf" admin_entries_hidden: "Versteckt" @@ -262,3 +262,29 @@ admin_published_at: "Published at" admin_licence: "Licence" admin_plugin: "Plugin" admin_icon: "Icon" +admin_help_text_for_settings_site_title_label: "Title for your site." +admin_help_text_for_settings_site_robots_label: "Robots settings for your site." +admin_help_text_for_settings_site_keywords_label: "Keywords for your site." +admin_help_text_for_settings_site_description_label: "Description for your site." +admin_help_text_for_settings_site_author_name_label: "Author name for your site." +admin_help_text_for_settings_site_author_email_label: "Author email for your site." +admin_help_text_for_settings_content_main_entry_label: "Entry that Flextype will use as the default landing page." +admin_help_text_for_settings_content_timezone_label: "Timezone you want your site to operate under." +admin_help_text_for_settings_content_theme_label: "Theme for Flextype." +admin_help_text_for_settings_content_date_format_label: "Date format used by Flextype." +admin_help_text_for_settings_content_display_date_format_label: "Display date format used by Flextype." +admin_help_text_for_settings_content_character_label: "Internal character encoding." +admin_help_text_for_settings_content_locale_label: "Locale that'll be used by the Flextype." +admin_help_text_for_settings_media_image_quality_label: "Image quality. Use values between 0 and 100." +admin_help_text_for_settings_media_image_width_label: "Image width in pixels." +admin_help_text_for_settings_media_image_height_label: "Image height in pixels." +admin_help_text_for_settings_media_accept_file_types_label: "List of accept file types." +admin_help_text_for_settings_image_driver_label: "Image driver. In some cases ImageMagick can be faster, but isn't available on all servers." +admin_help_text_for_settings_twig_templating_debug_label: "Enable or disable Twig debug mode." +admin_help_text_for_settings_twig_templating_cache_label: "Set to true to enable Twig caching." +admin_help_text_for_settings_twig_templating_autoreload_label: "Refresh cache on changes." +admin_help_text_for_settings_twig_templating_charset_label: "Templates charset." +admin_help_text_for_settings_errors_display_label: "Display errors." +admin_help_text_for_settings_errors_display_datails_label: "Display errors details." +admin_help_text_for_settings_errors_whoops_editor_label: "Whoops editor." +admin_help_text_for_settings_errors_whoops_page_title_label: "Whoops page title."