From 51fba066957adc3d4c64cf9a6272784d1091d693 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 6 Nov 2019 22:06:22 +0300 Subject: [PATCH] New translations en_US.yaml (French) --- site/plugins/admin/lang/fr_FR.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/site/plugins/admin/lang/fr_FR.yaml b/site/plugins/admin/lang/fr_FR.yaml index 10e2cfd1..dccd6cb1 100644 --- a/site/plugins/admin/lang/fr_FR.yaml +++ b/site/plugins/admin/lang/fr_FR.yaml @@ -201,9 +201,11 @@ admin_sqlite3_table: "Table SQLite3" admin_error_name_empty_input: "Le nom doit être une valeur alphanumérique (à partir de 1 caractère)" admin_error_title_empty_input: "Le titre doit être une valeur alphanumérique (à partir de 1 caractère)" admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)" -admin_help_text_for_label: "The fieldsets label shown in the Admin Panel." -admin_help_text_for_name: "The fieldsets unique name in lowercase chars only." -admin_help_text_for_icon: "The fieldsets valid :link icon class." +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_entries_visible: "Visible" admin_entries_draft: "Brouillon" admin_entries_hidden: "Caché"