- 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.
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"fields": {
|
|
"name": "Navn",
|
|
"body": "Brødtekst",
|
|
"entityType": "Enhetstype",
|
|
"header": "Overskrift",
|
|
"leftMargin": "Venstremarg",
|
|
"topMargin": "Toppmarg",
|
|
"rightMargin": "Høyremarg",
|
|
"bottomMargin": "Bunnmarg",
|
|
"printFooter": "Skriv ut footer",
|
|
"footerPosition": "Footer-posisjon",
|
|
"variables": "Tiljengelige Stedfortredere",
|
|
"pageOrientation": "Sideorientering",
|
|
"pageFormat": "Papirformat",
|
|
"fontFace": "Skrifttype",
|
|
"pageWidth": "Sidebredde (mm)",
|
|
"pageHeight": "Sidehøyde (mm)",
|
|
"headerPosition": "Overskrift Posisjon",
|
|
"printHeader": "Skrivehode",
|
|
"title": "Tittel",
|
|
"style": "Stil",
|
|
"filename": "Filnavn"
|
|
},
|
|
"labels": {
|
|
"Create Template": "Opprett mal"
|
|
},
|
|
"tooltips": {
|
|
"footer": "Bruk {pageNumber} for å skrive ut sidenummer",
|
|
"variables": "Kopier og lim inn nødvendig plassholder i topptekst, brødtekst eller bunntekst.",
|
|
"filename": "Et valgfritt filnavn. Enhetens attributter kan brukes som plassholdere.\n\nEkstra plassholder:\n- `{{today}}`\n\nEksempel:\n`Document_{{today}}_{{name}}`"
|
|
},
|
|
"options": {
|
|
"pageOrientation": {
|
|
"Portrait": "Portrett",
|
|
"Landscape": "Liggende"
|
|
},
|
|
"placeholders": {
|
|
"today": "I dag (dato)",
|
|
"now": "Nå (dato-tid)",
|
|
"pagebreak": "Sideskift"
|
|
},
|
|
"pageFormat": {
|
|
"Custom": "Tilpasset"
|
|
},
|
|
"status": {
|
|
"Active": "Aktiv",
|
|
"Inactive": "Inaktiv"
|
|
}
|
|
}
|
|
} |