chore: Update copyright year from 2025 to 2026 across core files

- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
This commit is contained in:
2026-02-07 16:05:21 +01:00
parent 6a8a4a2882
commit 127fa6503b
6468 changed files with 564781 additions and 31179 deletions

View File

@@ -13,8 +13,9 @@
"current": "huidige",
"time": "tijd",
"User List": "Gebruikers lijst",
"Manage Users": "Gebruikers beheren",
"View Calendar": "Bekijk de kalender",
"Create Shared View": "Creëer gedeelde weergave"
"Create Shared View": "Creëer gedeelde weergave",
"Edit Shared View": "Bewerk gedeelde weergave",
"Shared Mode Options": "Opties gedeelde modus"
}
}

View File

@@ -40,7 +40,8 @@
"Email": "E-mail",
"Television": "Televisie",
"Newsletter": "Nieuwsbrief",
"Mail": "Post"
"Mail": "Post",
"Informational Email": "Informatieve e-mail"
},
"status": {
"Active": "Actief",
@@ -66,7 +67,8 @@
},
"messages": {
"unsubscribed": "U bent uitgeschreven van onze mailinglijst.",
"subscribedAgain": "U bent opnieuw ingeschreven."
"subscribedAgain": "U bent opnieuw ingeschreven.",
"cannotChangeType": "Kan type niet veranderen."
},
"tooltips": {
"targetLists": "Doelen die berichten zouden moeten ontvangen.",

View File

@@ -29,7 +29,8 @@
"Activities": "Activiteiten",
"KnowledgeBaseArticle": "Kennisbank artikel",
"KnowledgeBaseCategory": "Kennisbank categorie",
"CampaignLogRecord": "Campagne log record"
"CampaignLogRecord": "Campagne log record",
"TargetListCategory": "Doellijst Categorie"
},
"scopeNamesPlural": {
"Account": "Relaties",
@@ -50,7 +51,8 @@
"Activities": "Activiteiten",
"KnowledgeBaseArticle": "Kennisbank",
"KnowledgeBaseCategory": "Kennisbank categorieën",
"CampaignLogRecord": "Campagne log record"
"CampaignLogRecord": "Campagne log record",
"TargetListCategory": "Doellijst Categorieën"
},
"dashlets": {
"Leads": "Mijn Leads",

View File

@@ -17,7 +17,8 @@
"body": "Inhoud",
"categories": "Categorieën",
"language": "Taal",
"portals": "Portalen"
"portals": "Portalen",
"bodyPlain": "Body gewoon"
},
"links": {
"cases": "Tickets",

View File

@@ -51,7 +51,7 @@
"storeSentEmails": "E-mails worden opgeslagen in CRM."
},
"presetFilters": {
"actual": "Actueel",
"complete": "Voltooi"
"complete": "Voltooi",
"actual": "Actief"
}
}

View File

@@ -14,7 +14,8 @@
"dateStartDate": "Startdatum (de hele dag)",
"dateEndDate": "Datum einde (hele dag)",
"isAllDay": "Is de hele dag",
"sourceEmail": "Bron E-mail"
"sourceEmail": "Bron E-mail",
"joinUrl": "Aanmeld URL"
},
"options": {
"status": {

View File

@@ -1,39 +1,41 @@
{
"fields": {
"name": "Naam",
"description": "Beschrijving",
"entryCount": "Invoer aantal",
"campaigns": "Campagnes",
"endDate": "Eind datum",
"targetLists": "Doellijsten",
"includingActionList": "Inclusief",
"excludingActionList": "Exclusief",
"optedOutCount": "Afgemeld aantal",
"targetStatus": "Doel status",
"isOptedOut": "Is afgemeld",
"sourceCampaign": "Bron Campagne"
},
"links": {
"accounts": "Relaties",
"contacts": "Contacten",
"campaigns": "Campagnes",
"massEmails": "Verzamel e-mails"
},
"options": {
"type": {
"Email": "E-mail",
"Television": "Televisie",
"Newsletter": "Nieuwsbrief"
},
"targetStatus": {
"Opted Out": "Afgemeld",
"Listed": "Vermeld"
}
},
"labels": {
"Create TargetList": "Creëer Doellijst",
"Opted Out": "Afgemeld",
"Cancel Opt-Out": "Annuleer afmelding",
"Opt-Out": "Afmelden"
}
{
"fields": {
"name": "Naam",
"description": "Beschrijving",
"entryCount": "Invoer aantal",
"campaigns": "Campagnes",
"endDate": "Eind datum",
"targetLists": "Doellijsten",
"includingActionList": "Inclusief",
"excludingActionList": "Exclusief",
"optedOutCount": "Afgemeld aantal",
"targetStatus": "Doel status",
"isOptedOut": "Is afgemeld",
"sourceCampaign": "Bron Campagne",
"category": "Categorie"
},
"links": {
"accounts": "Relaties",
"contacts": "Contacten",
"campaigns": "Campagnes",
"massEmails": "Verzamel e-mails",
"category": "Categorie"
},
"options": {
"type": {
"Email": "E-mail",
"Television": "Televisie",
"Newsletter": "Nieuwsbrief"
},
"targetStatus": {
"Opted Out": "Afgemeld",
"Listed": "Vermeld"
}
},
"labels": {
"Create TargetList": "Creëer Doellijst",
"Opted Out": "Afgemeld",
"Cancel Opt-Out": "Annuleer afmelding",
"Opt-Out": "Afmelden"
}
}

View File

@@ -0,0 +1,8 @@
{
"labels": {
"Create TargetListCategory": "Creëer categorie"
},
"links": {
"targetLists": "Doellijsten"
}
}