From ec7712378987a027f8f787d660180a6cf196c8dd Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Wed, 9 Apr 2025 11:38:18 +0100 Subject: [PATCH] Removed html tags from cookie banner language snippets (#3310) # Description of Changes Please provide a summary of the changes, including: Removed html tags from cookie banner language snippets. Edited all language files using regex as unsure if the auto tool would catch the changes correctly Closes #(3309) --- ## Checklist ### General - [ ] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [ ] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md) (if applicable) - [ ] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md) (if applicable) - [ ] I have performed a self-review of my own code - [ ] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [ ] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing) for more details. --- src/main/resources/messages_ar_AR.properties | 10 +++++++--- src/main/resources/messages_az_AZ.properties | 10 +++++++--- src/main/resources/messages_bg_BG.properties | 10 +++++++--- src/main/resources/messages_ca_CA.properties | 10 +++++++--- src/main/resources/messages_cs_CZ.properties | 10 +++++++--- src/main/resources/messages_da_DK.properties | 10 +++++++--- src/main/resources/messages_de_DE.properties | 10 +++++++--- src/main/resources/messages_el_GR.properties | 10 +++++++--- src/main/resources/messages_en_GB.properties | 10 +++++++--- src/main/resources/messages_en_US.properties | 10 +++++++--- src/main/resources/messages_es_ES.properties | 10 +++++++--- src/main/resources/messages_eu_ES.properties | 10 +++++++--- src/main/resources/messages_fa_IR.properties | 10 +++++++--- src/main/resources/messages_fr_FR.properties | 10 +++++++--- src/main/resources/messages_ga_IE.properties | 10 +++++++--- src/main/resources/messages_hi_IN.properties | 10 +++++++--- src/main/resources/messages_hr_HR.properties | 10 +++++++--- src/main/resources/messages_hu_HU.properties | 10 +++++++--- src/main/resources/messages_id_ID.properties | 10 +++++++--- src/main/resources/messages_it_IT.properties | 10 +++++++--- src/main/resources/messages_ja_JP.properties | 10 +++++++--- src/main/resources/messages_ko_KR.properties | 10 +++++++--- src/main/resources/messages_nl_NL.properties | 10 +++++++--- src/main/resources/messages_no_NB.properties | 10 +++++++--- src/main/resources/messages_pl_PL.properties | 10 +++++++--- src/main/resources/messages_pt_BR.properties | 10 +++++++--- src/main/resources/messages_pt_PT.properties | 10 +++++++--- src/main/resources/messages_ro_RO.properties | 10 +++++++--- src/main/resources/messages_ru_RU.properties | 10 +++++++--- src/main/resources/messages_sk_SK.properties | 10 +++++++--- src/main/resources/messages_sl_SI.properties | 10 +++++++--- src/main/resources/messages_sr_LATN_RS.properties | 10 +++++++--- src/main/resources/messages_sv_SE.properties | 10 +++++++--- src/main/resources/messages_th_TH.properties | 10 +++++++--- src/main/resources/messages_tr_TR.properties | 10 +++++++--- src/main/resources/messages_uk_UA.properties | 10 +++++++--- src/main/resources/messages_vi_VN.properties | 10 +++++++--- src/main/resources/messages_zh_BO.properties | 10 +++++++--- src/main/resources/messages_zh_CN.properties | 10 +++++++--- src/main/resources/messages_zh_TW.properties | 10 +++++++--- .../static/js/thirdParty/cookieconsent-config.js | 6 +++--- src/main/resources/templates/fragments/common.html | 10 +++++++--- 42 files changed, 290 insertions(+), 126 deletions(-) diff --git a/src/main/resources/messages_ar_AR.properties b/src/main/resources/messages_ar_AR.properties index 582004548..bddd3c479 100644 --- a/src/main/resources/messages_ar_AR.properties +++ b/src/main/resources/messages_ar_AR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_az_AZ.properties b/src/main/resources/messages_az_AZ.properties index 6d1b0c1e7..e4273ce4d 100644 --- a/src/main/resources/messages_az_AZ.properties +++ b/src/main/resources/messages_az_AZ.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_bg_BG.properties b/src/main/resources/messages_bg_BG.properties index 93571fb12..94193dcc8 100644 --- a/src/main/resources/messages_bg_BG.properties +++ b/src/main/resources/messages_bg_BG.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=битове # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_ca_CA.properties b/src/main/resources/messages_ca_CA.properties index 53eeaf80f..8fa20708c 100644 --- a/src/main/resources/messages_ca_CA.properties +++ b/src/main/resources/messages_ca_CA.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_cs_CZ.properties b/src/main/resources/messages_cs_CZ.properties index 104023c57..3d3a2b20e 100644 --- a/src/main/resources/messages_cs_CZ.properties +++ b/src/main/resources/messages_cs_CZ.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bitů # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_da_DK.properties b/src/main/resources/messages_da_DK.properties index 4a944d20c..e0f5da421 100644 --- a/src/main/resources/messages_da_DK.properties +++ b/src/main/resources/messages_da_DK.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_de_DE.properties b/src/main/resources/messages_de_DE.properties index 3a77f78fb..b86d8bddd 100644 --- a/src/main/resources/messages_de_DE.properties +++ b/src/main/resources/messages_de_DE.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_el_GR.properties b/src/main/resources/messages_el_GR.properties index e82709fb0..14d7d6f84 100644 --- a/src/main/resources/messages_el_GR.properties +++ b/src/main/resources/messages_el_GR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties index 7acc2c5f9..9e8d5bc2a 100644 --- a/src/main/resources/messages_en_GB.properties +++ b/src/main/resources/messages_en_GB.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_en_US.properties b/src/main/resources/messages_en_US.properties index 4e42ec578..69a6cf74f 100644 --- a/src/main/resources/messages_en_US.properties +++ b/src/main/resources/messages_en_US.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_es_ES.properties b/src/main/resources/messages_es_ES.properties index 17add314d..596b15d62 100644 --- a/src/main/resources/messages_es_ES.properties +++ b/src/main/resources/messages_es_ES.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_eu_ES.properties b/src/main/resources/messages_eu_ES.properties index 41c0895c5..60e665517 100644 --- a/src/main/resources/messages_eu_ES.properties +++ b/src/main/resources/messages_eu_ES.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_fa_IR.properties b/src/main/resources/messages_fa_IR.properties index 6ebac618c..a0f75e248 100644 --- a/src/main/resources/messages_fa_IR.properties +++ b/src/main/resources/messages_fa_IR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=بیت‌ها # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_fr_FR.properties b/src/main/resources/messages_fr_FR.properties index 5bf9624ca..5bec54b94 100644 --- a/src/main/resources/messages_fr_FR.properties +++ b/src/main/resources/messages_fr_FR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_ga_IE.properties b/src/main/resources/messages_ga_IE.properties index e938cafbe..802e2cba9 100644 --- a/src/main/resources/messages_ga_IE.properties +++ b/src/main/resources/messages_ga_IE.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=giotáin # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_hi_IN.properties b/src/main/resources/messages_hi_IN.properties index 63b51e278..7a49aeeba 100644 --- a/src/main/resources/messages_hi_IN.properties +++ b/src/main/resources/messages_hi_IN.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=बिट्स # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_hr_HR.properties b/src/main/resources/messages_hr_HR.properties index 085b9d59f..dabb71a78 100644 --- a/src/main/resources/messages_hr_HR.properties +++ b/src/main/resources/messages_hr_HR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_hu_HU.properties b/src/main/resources/messages_hu_HU.properties index 2b26ce9c3..76c4f4f1a 100644 --- a/src/main/resources/messages_hu_HU.properties +++ b/src/main/resources/messages_hu_HU.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bit # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_id_ID.properties b/src/main/resources/messages_id_ID.properties index 42137c6d9..fed3c5bcd 100644 --- a/src/main/resources/messages_id_ID.properties +++ b/src/main/resources/messages_id_ID.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_it_IT.properties b/src/main/resources/messages_it_IT.properties index d826e068e..cfb4bb302 100644 --- a/src/main/resources/messages_it_IT.properties +++ b/src/main/resources/messages_it_IT.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bit # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_ja_JP.properties b/src/main/resources/messages_ja_JP.properties index fc6dd3adb..3eab85878 100644 --- a/src/main/resources/messages_ja_JP.properties +++ b/src/main/resources/messages_ja_JP.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=ビット # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_ko_KR.properties b/src/main/resources/messages_ko_KR.properties index 3ac2c6902..b3804f416 100644 --- a/src/main/resources/messages_ko_KR.properties +++ b/src/main/resources/messages_ko_KR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=비트 # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_nl_NL.properties b/src/main/resources/messages_nl_NL.properties index 038044276..c07c4b668 100644 --- a/src/main/resources/messages_nl_NL.properties +++ b/src/main/resources/messages_nl_NL.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_no_NB.properties b/src/main/resources/messages_no_NB.properties index 23a4c8e78..82db0b7a5 100644 --- a/src/main/resources/messages_no_NB.properties +++ b/src/main/resources/messages_no_NB.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_pl_PL.properties b/src/main/resources/messages_pl_PL.properties index be8310cb1..2963b8465 100644 --- a/src/main/resources/messages_pl_PL.properties +++ b/src/main/resources/messages_pl_PL.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bity # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_pt_BR.properties b/src/main/resources/messages_pt_BR.properties index 99c003d57..471e0177d 100644 --- a/src/main/resources/messages_pt_BR.properties +++ b/src/main/resources/messages_pt_BR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_pt_PT.properties b/src/main/resources/messages_pt_PT.properties index 35ec21538..842d6e310 100644 --- a/src/main/resources/messages_pt_PT.properties +++ b/src/main/resources/messages_pt_PT.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_ro_RO.properties b/src/main/resources/messages_ro_RO.properties index 6f95a50cf..8428c21c6 100644 --- a/src/main/resources/messages_ro_RO.properties +++ b/src/main/resources/messages_ro_RO.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_ru_RU.properties b/src/main/resources/messages_ru_RU.properties index c9c454eca..80ecb6c5f 100644 --- a/src/main/resources/messages_ru_RU.properties +++ b/src/main/resources/messages_ru_RU.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=бит # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_sk_SK.properties b/src/main/resources/messages_sk_SK.properties index a2299333a..2b6f58897 100644 --- a/src/main/resources/messages_sk_SK.properties +++ b/src/main/resources/messages_sk_SK.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_sl_SI.properties b/src/main/resources/messages_sl_SI.properties index f3e9d4a95..c89f0f8fc 100644 --- a/src/main/resources/messages_sl_SI.properties +++ b/src/main/resources/messages_sl_SI.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_sr_LATN_RS.properties b/src/main/resources/messages_sr_LATN_RS.properties index 0a7d0a52f..f6be28a70 100644 --- a/src/main/resources/messages_sr_LATN_RS.properties +++ b/src/main/resources/messages_sr_LATN_RS.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_sv_SE.properties b/src/main/resources/messages_sv_SE.properties index fdf2ee83e..4b30e224e 100644 --- a/src/main/resources/messages_sv_SE.properties +++ b/src/main/resources/messages_sv_SE.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_th_TH.properties b/src/main/resources/messages_th_TH.properties index 430d50506..ba14ea0eb 100644 --- a/src/main/resources/messages_th_TH.properties +++ b/src/main/resources/messages_th_TH.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_tr_TR.properties b/src/main/resources/messages_tr_TR.properties index c8e65884b..abd23a72c 100644 --- a/src/main/resources/messages_tr_TR.properties +++ b/src/main/resources/messages_tr_TR.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_uk_UA.properties b/src/main/resources/messages_uk_UA.properties index 7aa6b21fe..e03266248 100644 --- a/src/main/resources/messages_uk_UA.properties +++ b/src/main/resources/messages_uk_UA.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=біт # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_vi_VN.properties b/src/main/resources/messages_vi_VN.properties index 88864633f..198faef89 100644 --- a/src/main/resources/messages_vi_VN.properties +++ b/src/main/resources/messages_vi_VN.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=bits # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_zh_BO.properties b/src/main/resources/messages_zh_BO.properties index 416dff131..1c2959b97 100644 --- a/src/main/resources/messages_zh_BO.properties +++ b/src/main/resources/messages_zh_BO.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=གནས། # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_zh_CN.properties b/src/main/resources/messages_zh_CN.properties index 59dfe462a..c0545d126 100644 --- a/src/main/resources/messages_zh_CN.properties +++ b/src/main/resources/messages_zh_CN.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=比特 # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/messages_zh_TW.properties b/src/main/resources/messages_zh_TW.properties index da01e7108..fe0790026 100644 --- a/src/main/resources/messages_zh_TW.properties +++ b/src/main/resources/messages_zh_TW.properties @@ -1406,7 +1406,8 @@ validateSignature.cert.bits=位元 # Cookie banner # #################### cookieBanner.popUp.title=How we use Cookies -cookieBanner.popUp.description=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love.
If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. +cookieBanner.popUp.description.1=We use cookies and other technologies to make Stirling PDF work better for you—helping us improve our tools and keep building features you'll love. +cookieBanner.popUp.description.2=If you’d rather not, clicking 'No Thanks' will only enable the essential cookies needed to keep things running smoothly. cookieBanner.popUp.acceptAllBtn=Okay cookieBanner.popUp.acceptNecessaryBtn=No Thanks cookieBanner.popUp.showPreferencesBtn=Manage preferences @@ -1417,8 +1418,11 @@ cookieBanner.preferencesModal.savePreferencesBtn=Save preferences cookieBanner.preferencesModal.closeIconLabel=Close modal cookieBanner.preferencesModal.serviceCounterLabel=Service|Services cookieBanner.preferencesModal.subtitle=Cookie Usage -cookieBanner.preferencesModal.description=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users.

Stirling PDF cannot—and will never—track or access the content of the documents you use. Your privacy and trust are at the core of what we do. -cookieBanner.preferencesModal.necessary.title=Strictly Necessary Cookies Always Enabled +cookieBanner.preferencesModal.description.1=Stirling PDF uses cookies and similar technologies to enhance your experience and understand how our tools are used. This helps us improve performance, develop the features you care about, and provide ongoing support to our users. +cookieBanner.preferencesModal.description.2=Stirling PDF cannot—and will never—track or access the content of the documents you use. +cookieBanner.preferencesModal.description.3=Your privacy and trust are at the core of what we do. +cookieBanner.preferencesModal.necessary.title.1=Strictly Necessary Cookies +cookieBanner.preferencesModal.necessary.title.2=Always Enabled cookieBanner.preferencesModal.necessary.description=These cookies are essential for the website to function properly. They enable core features like setting your privacy preferences, logging in, and filling out forms—which is why they can’t be turned off. cookieBanner.preferencesModal.analytics.title=Analytics cookieBanner.preferencesModal.analytics.description=These cookies help us understand how our tools are being used, so we can focus on building the features our community values most. Rest assured—Stirling PDF cannot and will never track the content of the documents you work with. diff --git a/src/main/resources/static/js/thirdParty/cookieconsent-config.js b/src/main/resources/static/js/thirdParty/cookieconsent-config.js index 2c3ede13c..046a154ec 100644 --- a/src/main/resources/static/js/thirdParty/cookieconsent-config.js +++ b/src/main/resources/static/js/thirdParty/cookieconsent-config.js @@ -31,7 +31,7 @@ CookieConsent.run({ en: { consentModal: { title: cookieBannerPopUpTitle, - description: cookieBannerPopUpDescription, + description: cookieBannerPopUpDescription1 + "
" + cookieBannerPopUpDescription2, acceptAllBtn: cookieBannerPopUpAcceptAllBtn, acceptNecessaryBtn: cookieBannerPopUpAcceptNecessaryBtn, showPreferencesBtn: cookieBannerPopUpShowPreferencesBtn, @@ -46,10 +46,10 @@ CookieConsent.run({ sections: [ { title: cookieBannerPreferencesModalSubtitle, - description: cookieBannerPreferencesModalDescription + description: cookieBannerPreferencesModalDescription1 + "

" + cookieBannerPreferencesModalDescription2 + " " + cookieBannerPreferencesModalDescription3 + "" }, { - title:cookieBannerPreferencesModalNecessaryTitle, + title:cookieBannerPreferencesModalNecessaryTitle1 + "" + cookieBannerPreferencesModalNecessaryTitle2 + "", description: cookieBannerPreferencesModalNecessaryDescription, linkedCategory: "necessary" }, diff --git a/src/main/resources/templates/fragments/common.html b/src/main/resources/templates/fragments/common.html index 5f3ca17fc..f0b9c0fe0 100644 --- a/src/main/resources/templates/fragments/common.html +++ b/src/main/resources/templates/fragments/common.html @@ -91,7 +91,8 @@ const analyticsEnabled = /*[[${@analyticsEnabled}]]*/ false; const cookieBannerPopUpTitle = /*[[#{cookieBanner.popUp.title}]]*/ "How we use Cookies"; - const cookieBannerPopUpDescription = /*[[#{cookieBanner.popUp.description}]]*/ ""; + const cookieBannerPopUpDescription1 = /*[[#{cookieBanner.popUp.description.1}]]*/ ""; + const cookieBannerPopUpDescription2 = /*[[#{cookieBanner.popUp.description.2}]]*/ ""; const cookieBannerPopUpAcceptAllBtn = /*[[#{cookieBanner.popUp.acceptAllBtn}]]*/ ""; const cookieBannerPopUpAcceptNecessaryBtn = /*[[#{cookieBanner.popUp.acceptNecessaryBtn}]]*/ ""; const cookieBannerPopUpShowPreferencesBtn = /*[[#{cookieBanner.popUp.showPreferencesBtn}]]*/ ""; @@ -102,8 +103,11 @@ const cookieBannerPreferencesModalCloseIconLabel = /*[[#{cookieBanner.preferencesModal.closeIconLabel}]]*/ ""; const cookieBannerPreferencesModalServiceCounterLabel = /*[[#{cookieBanner.preferencesModal.serviceCounterLabel}]]*/ ""; const cookieBannerPreferencesModalSubtitle = /*[[#{cookieBanner.preferencesModal.subtitle}]]*/ ""; - const cookieBannerPreferencesModalDescription = /*[[#{cookieBanner.preferencesModal.description}]]*/ ""; - const cookieBannerPreferencesModalNecessaryTitle = /*[[#{cookieBanner.preferencesModal.necessary.title}]]*/ ""; + const cookieBannerPreferencesModalDescription1 = /*[[#{cookieBanner.preferencesModal.description.1}]]*/ ""; + const cookieBannerPreferencesModalDescription2= /*[[#{cookieBanner.preferencesModal.description.2}]]*/ ""; + const cookieBannerPreferencesModalDescription3 = /*[[#{cookieBanner.preferencesModal.description.3}]]*/ ""; + const cookieBannerPreferencesModalNecessaryTitle1 = /*[[#{cookieBanner.preferencesModal.necessary.title.1}]]*/ ""; + const cookieBannerPreferencesModalNecessaryTitle2 = /*[[#{cookieBanner.preferencesModal.necessary.title.2}]]*/ ""; const cookieBannerPreferencesModalNecessaryDescription = /*[[#{cookieBanner.preferencesModal.necessary.description}]]*/ ""; const cookieBannerPreferencesModalAnalyticsTitle = /*[[#{cookieBanner.preferencesModal.analytics.title}]]*/ ""; const cookieBannerPreferencesModalAnalyticsDescription = /*[[#{cookieBanner.preferencesModal.analytics.description}]]*/ "";