Updated Danish language file

This commit is contained in:
Hillel Coren 2015-08-16 13:06:11 +03:00
parent 55bde91b71
commit 055223f5f0
3 changed files with 772 additions and 763 deletions

View File

@ -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

View File

@ -21,19 +21,19 @@
"width": 340, "width": 340,
"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"
}
} }
] ]
}, },
@ -61,19 +61,17 @@
"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,6 +131,18 @@
"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]