21 lines
577 B
JSON
21 lines
577 B
JSON
|
{
|
||
|
"heading": "Print PDF",
|
||
|
"titleLabel": "Title",
|
||
|
"scaleLabel": "Scale",
|
||
|
"formatLabel": "Format",
|
||
|
"button": {
|
||
|
"print": "Print",
|
||
|
"cancel": "Cancel"
|
||
|
},
|
||
|
"formats": {
|
||
|
"A4 Hochformat": "A4 portrait",
|
||
|
"A4 Hochformat mit Legende": "A4 portrait with legend",
|
||
|
"A4 Querformat": "A4 landscape",
|
||
|
"A4 Querformat mit Legende": "A4 landscape with legend",
|
||
|
"A3 Hochformat": "A3 portrait",
|
||
|
"A3 Hochformat mit Legende": "A3 portrait with legend",
|
||
|
"A3 Querformat": "A3 landscape",
|
||
|
"A3 Querformat mit Legende": "A3 landscape with legend"
|
||
|
}
|
||
|
}
|