diff --git a/app/views/branded/layouts/application.html.erb b/app/views/branded/layouts/application.html.erb index 65b301a..a7be5e8 100644 --- a/app/views/branded/layouts/application.html.erb +++ b/app/views/branded/layouts/application.html.erb @@ -39,10 +39,10 @@ var options = { message: '<%= d_("dmpopidor", "By continuing to browse, without changing your settings, you accept the use of cookies to measure the traffic of the website with the software Matomo. For more information, to change or manage your settings, please visit our Privacy Statement page.")%>', moreinfo: '<%= privacy_path %>', - 'close-text': 'Ok', + 'close-text': '<%= d_("dmpopidor", "Accept") %>', 'close-precedes': false, 'close-style': 'padding-left:5px; color: rgb(170, 170, 170);', - linkmsg: '<%= d_("dmpopidor", "Learn more") %>' + linkmsg: '<%= d_("dmpopidor", "Accept") %>' }; var cb = new Cookiebanner(options); cb.run(); <% end %> diff --git a/config/locale/dmpopidor.pot b/config/locale/dmpopidor.pot index df3b5f9..31ef009 100644 --- a/config/locale/dmpopidor.pot +++ b/config/locale/dmpopidor.pot @@ -243,6 +243,9 @@ msgid "DMP templates provided by a funder or research organisations, available on DMP OPIDoR. You can download these templates and related guidances, create a plan from these templates." msgstr "" +msgid "Accept" +msgstr "" + # STATIC PAGES msgid "More" diff --git a/config/locale/en_GB/dmpopidor.po b/config/locale/en_GB/dmpopidor.po index 8808182..0c9ccd4 100644 --- a/config/locale/en_GB/dmpopidor.po +++ b/config/locale/en_GB/dmpopidor.po @@ -241,6 +241,8 @@ msgid "DMP templates provided by a funder or research organisations, available on DMP OPIDoR. You can download these templates and related guidances, create a plan from these templates." msgstr "DMP templates provided by a funder or research organisations, available on DMP OPIDoR. You can download these templates and related guidances, create a plan from these templates." +msgid "Accept" +msgstr "Accept" # STATIC PAGES msgid "More" diff --git a/config/locale/fr_FR/dmpopidor.po b/config/locale/fr_FR/dmpopidor.po index f107ea2..91477e8 100644 --- a/config/locale/fr_FR/dmpopidor.po +++ b/config/locale/fr_FR/dmpopidor.po @@ -240,6 +240,8 @@ msgid "DMP templates provided by a funder or research organisations, available on DMP OPIDoR. You can download these templates and related guidances, create a plan from these templates." msgstr "Modèles de DMP proposés par les financeurs ou par les organisations de recherche, disponibles dans DMP OPIDoR. Vous pouvez télécharger ces modèles et les recommandations associées, créer un plan à partir de ces modèles." +msgid "Accept" +msgstr "J'accepte" # STATIC PAGES