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 5820045480..bddd3c4799 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 6d1b0c1e70..e4273ce4d7 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 93571fb126..94193dcc81 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 53eeaf80f5..8fa20708c8 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 104023c577..3d3a2b20e6 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 4a944d20c2..e0f5da4218 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 3a77f78fb8..b86d8bddd2 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 e82709fb0f..14d7d6f84e 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 7acc2c5f96..9e8d5bc2a3 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 4e42ec5783..69a6cf74fe 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 17add314d7..596b15d622 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 41c0895c56..60e6655174 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 6ebac618c9..a0f75e248a 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 5bf9624caa..5bec54b943 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 e938cafbe2..802e2cba98 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 63b51e2787..7a49aeebac 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 085b9d59fe..dabb71a788 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 2b26ce9c36..76c4f4f1a0 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 42137c6d9e..fed3c5bcd4 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 d826e068e5..cfb4bb302f 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 fc6dd3adbc..3eab858787 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 3ac2c69022..b3804f4167 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 0380442761..c07c4b6680 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 23a4c8e78c..82db0b7a59 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 be8310cb1a..2963b8465a 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 99c003d573..471e0177d8 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 35ec215389..842d6e3105 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 6f95a50cff..8428c21c64 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 c9c454eca9..80ecb6c5fe 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 a2299333ad..2b6f588975 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 f3e9d4a959..c89f0f8fcb 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 0a7d0a52ff..f6be28a703 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 fdf2ee83e6..4b30e224e9 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 430d50506e..ba14ea0eb8 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 c8e65884b8..abd23a72cf 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 7aa6b21fe6..e03266248b 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 88864633f9..198faef89c 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 416dff1313..1c2959b970 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 59dfe462a4..c0545d126f 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 da01e71088..fe07900268 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 2c3ede13c9..046a154ec0 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 5f3ca17fcd..f0b9c0fe04 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}]]*/ "";