mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated Danish language file
This commit is contained in:
parent
55bde91b71
commit
055223f5f0
@ -365,7 +365,7 @@ define('NINJA_GATEWAY_ID', GATEWAY_STRIPE);
|
|||||||
define('NINJA_GATEWAY_CONFIG', '');
|
define('NINJA_GATEWAY_CONFIG', '');
|
||||||
define('NINJA_WEB_URL', 'https://www.invoiceninja.com');
|
define('NINJA_WEB_URL', 'https://www.invoiceninja.com');
|
||||||
define('NINJA_APP_URL', 'https://app.invoiceninja.com');
|
define('NINJA_APP_URL', 'https://app.invoiceninja.com');
|
||||||
define('NINJA_VERSION', '2.3.0');
|
define('NINJA_VERSION', '2.3.1');
|
||||||
define('NINJA_DATE', '2000-01-01');
|
define('NINJA_DATE', '2000-01-01');
|
||||||
|
|
||||||
define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com');
|
define('NINJA_FROM_EMAIL', 'maildelivery@invoiceninja.com');
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -22,18 +22,18 @@
|
|||||||
"stack": "$clientDetails",
|
"stack": "$clientDetails",
|
||||||
"margin": [0,40,0,0]
|
"margin": [0,40,0,0]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"canvas": [{ "type": "rect", "x": 0, "y": 0, "w": 175, "h": 15, "r":0, "lineWidth": 1, "color":"#e6e6e6"}],
|
|
||||||
"width":10,
|
|
||||||
"margin":[0,70,0,0]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"width":200,
|
"width":200,
|
||||||
"table": {
|
"table": {
|
||||||
"body": "$invoiceDetails"
|
"body": "$invoiceDetails"
|
||||||
},
|
},
|
||||||
"layout": "noBorders",
|
"layout": {
|
||||||
"margin":[0,40,0,0]
|
"hLineWidth": "$none",
|
||||||
|
"vLineWidth": "$none",
|
||||||
|
"hLineColor": "#E6E6E6",
|
||||||
|
"paddingLeft": "$amount:10",
|
||||||
|
"paddingRight": "$amount:10"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -60,20 +60,18 @@
|
|||||||
{
|
{
|
||||||
"columns": [
|
"columns": [
|
||||||
"$notesAndTerms",
|
"$notesAndTerms",
|
||||||
{
|
|
||||||
"canvas": [{ "type": "rect", "x": -360, "y": 0, "w": 200, "h": 20,"r":0, "lineWidth": 2, "color":"#e6e6e6","lineColor":"#e6e6e6"}],"width":10,"margin":[420,37,0,0]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
|
"width": 160,
|
||||||
"style": "subtotals",
|
"style": "subtotals",
|
||||||
"table": {
|
"table": {
|
||||||
"widths": ["*", "40%"],
|
"widths": [60, 60],
|
||||||
"body": "$subtotals"
|
"body": "$subtotals"
|
||||||
},
|
},
|
||||||
"layout": {
|
"layout": {
|
||||||
"hLineWidth": "$none",
|
"hLineWidth": "$none",
|
||||||
"vLineWidth": "$none",
|
"vLineWidth": "$none",
|
||||||
"paddingLeft": "$amount:34",
|
"paddingLeft": "$amount:10",
|
||||||
"paddingRight": "$amount:8",
|
"paddingRight": "$amount:10",
|
||||||
"paddingTop": "$amount:4",
|
"paddingTop": "$amount:4",
|
||||||
"paddingBottom": "$amount:4"
|
"paddingBottom": "$amount:4"
|
||||||
}
|
}
|
||||||
@ -133,7 +131,19 @@
|
|||||||
"termsLabel": {
|
"termsLabel": {
|
||||||
"bold": true,
|
"bold": true,
|
||||||
"margin": [0, 0, 0, 4]
|
"margin": [0, 0, 0, 4]
|
||||||
}
|
},
|
||||||
|
"invoiceDetailBalanceDueLabel": {
|
||||||
|
"fillColor": "#e6e6e6"
|
||||||
|
},
|
||||||
|
"invoiceDetailBalanceDue": {
|
||||||
|
"fillColor": "#e6e6e6"
|
||||||
|
},
|
||||||
|
"balanceDueLabel": {
|
||||||
|
"fillColor": "#e6e6e6"
|
||||||
|
},
|
||||||
|
"balanceDue": {
|
||||||
|
"fillColor": "#e6e6e6"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"pageMargins": [40, 40, 40, 60]
|
"pageMargins": [40, 40, 40, 60]
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user