From f1a6bc31a1e04b187ea6412ba495a024e73ec634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 7 May 2020 21:39:09 +0200 Subject: [PATCH] Improved translations. --- src/Form/LabelSystem/LabelDialogType.php | 2 +- translations/messages.en.xlf | 42 ++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/src/Form/LabelSystem/LabelDialogType.php b/src/Form/LabelSystem/LabelDialogType.php index 233c7796..6addac76 100644 --- a/src/Form/LabelSystem/LabelDialogType.php +++ b/src/Form/LabelSystem/LabelDialogType.php @@ -57,7 +57,7 @@ class LabelDialogType extends AbstractType ]); $builder->add('update', SubmitType::class, [ - + 'label' => 'label_generator.update', ]); } diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index fd627ef4..8978c08b 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -8388,5 +8388,47 @@ Element 3 New empty label + + + label_options.additional_css.label + Additional styles (CSS) + + + + + label_options.lines_mode.html + Placeholders + + + + + label_options.lines_mode.label + Parser mode + + + + + label_generator.no_entities_found + No entities matching the range found. + + + + + label.options.lines_mode.twig + Twig + + + + + label_options.lines_mode.help + Twig documentation and Wiki for more informations.]]> + + + + + label_generator.update + Update + +