diff --git a/Resources/translations/messages.en.yaml b/Resources/translations/messages.en.yaml index 5147e43..51dc2ee 100644 --- a/Resources/translations/messages.en.yaml +++ b/Resources/translations/messages.en.yaml @@ -15,30 +15,30 @@ Compliance: null '(POLICY NOT FOUND!)': null 'Legal notice': null Close: null -'Enter your text by overriding the %s template file.': null +'Enter your text by overriding the %s% template file.': null 'Site policies': null -'%s accepted': null -'%s not accepted.': null -'''%s accepted.': null +'%s% accepted': null +'%s% not accepted.': null +'''%s% accepted.': null 'Minimum age': null -'Confirmed minimum age requirement (%s years of age) met.': null +'Confirmed minimum age requirement (%s% years of age) met.': null 'Minimum age requirement not confirmed.': null -'%s accepted.': null +'%s% accepted.': null 'Policy not accepted.': null Accepted.: null 'Not accepted.': null -'Trade conditions for %s': null -'Cancellation right policy for %s': null +'Trade conditions for %s%': null +'Cancellation right policy for %s%': null 'Policy not available': null 'The selected policy is not available.': null -'Privacy policy for %s': null -'Terms of use for %s': null +'Privacy policy for %s%': null +'Terms of use for %s%': null 'In order to log in you must accept this site\''s policies. If you have accepted the site\''s policies in the past, then they have been updated and we ask that you review the changes.': null 'If you leave this page without successfully accepting the policies, then you will not be logged in.': null Cancel: null 'Cancel and logout': null -'Accessibility statement for %s': null -'Legal notice for %s': null +'Accessibility statement for %s%': null +'Legal notice for %s%': null 'Check this box to indicate your acceptance of this site''s policies.': null Policies: null 'Notice: This setting resets the acceptance of the site policies for all users in this group. Next time they want to log-in, they will have to acknowledge their acceptance of them again, and will not be able to log-in if they do not. This action does not affect the main administrator account. You can perform the same operation for individual users by visiting the Users manager in the site admin panel.': null diff --git a/Resources/translations/zikulalegalmodule.en.yaml b/Resources/translations/zikulalegalmodule.en.yaml index 5878c22..0a6af1c 100644 --- a/Resources/translations/zikulalegalmodule.en.yaml +++ b/Resources/translations/zikulalegalmodule.en.yaml @@ -1,7 +1,7 @@ 'Please click on the following links to read the corresponding documents.': null 'Terms of use': null 'Privacy policy': null -'You need to be %s years of age or older, in accordance with our minimum age requirement.': null +'You need to be %s% years of age or older, in accordance with our minimum age requirement.': null 'General terms and conditions of trade': null 'Cancellation right policy': null 'Site policies': null diff --git a/Resources/views/Include/acceptPolicies.html.twig b/Resources/views/Include/acceptPolicies.html.twig index 5b407f3..dbcc855 100644 --- a/Resources/views/Include/acceptPolicies.html.twig +++ b/Resources/views/Include/acceptPolicies.html.twig @@ -19,7 +19,7 @@
{{ 'Enter your text by overriding the %s template file.'|trans({ '%s': 'modules/zikula/legal-module/Resources/views/en/cancellationRightPolicy.html.twig' })|raw }}
+{{ 'Enter your text by overriding the %s% template file.'|trans({ '%s%': 'modules/zikula/legal-module/Resources/views/en/cancellationRightPolicy.html.twig' })|raw }}
diff --git a/Resources/views/en/legalNotice.html.twig b/Resources/views/en/legalNotice.html.twig index b1c646e..79a0e21 100644 --- a/Resources/views/en/legalNotice.html.twig +++ b/Resources/views/en/legalNotice.html.twig @@ -1 +1 @@ -{{ 'Enter your text by overriding the %s template file.'|trans({ '%s': 'modules/zikula/legal-module/Resources/views/en/legalNotice.html.twig' })|raw }}
+{{ 'Enter your text by overriding the %s% template file.'|trans({ '%s%': 'modules/zikula/legal-module/Resources/views/en/legalNotice.html.twig' })|raw }}
diff --git a/Resources/views/en/tradeConditions.html.twig b/Resources/views/en/tradeConditions.html.twig index 6c9de4e..5cf0f6b 100644 --- a/Resources/views/en/tradeConditions.html.twig +++ b/Resources/views/en/tradeConditions.html.twig @@ -1 +1 @@ -{{ 'Enter your text by overriding the %s template file.'|trans({ '%s': 'modules/zikula/legal-module/Resources/views/en/tradeConditions.html.twig' })|raw }}
+{{ 'Enter your text by overriding the %s% template file.'|trans({ '%s%': 'modules/zikula/legal-module/Resources/views/en/tradeConditions.html.twig' })|raw }}