Translate PDF titles

This commit is contained in:
Florian Gareis
2021-03-20 14:35:22 +01:00
parent 49a6e03e9d
commit cea8405ace
24 changed files with 60 additions and 12 deletions

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Estimate</title>
<title>@lang('pdf_estimate_label') - {{$estimate->estimate_number}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Estimate</title>
<title>@lang('pdf_estimate_label') - {{$estimate->estimate_number}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
/* -- Base -- */

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Estimate</title>
<title>@lang('pdf_estimate_label') - {{$estimate->estimate_number}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Invoice</title>
<title>@lang('pdf_invoice_label') - {{$invoice->invoice_number}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Invoice</title>
<title>@lang('pdf_invoice_label') - {{$invoice->invoice_number}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
/* -- Base -- */

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Invoice</title>
<title>@lang('pdf_invoice_label') - {{$invoice->invoice_number}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">

View File

@ -2,7 +2,7 @@
<html>
<head>
<title>Payment</title>
<title>@lang('pdf_estimate_label') - {{$payment->payment_number}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Expenses Report</title>
<title>@lang('pdf_expense_report_label')</title>
<style type="text/css">
body {
font-family: "DejaVu Sans";

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Profit & Loss Report</title>
<title>@lang('pdf_profit_loss_label')</title>
<style type="text/css">
body {
font-family: "DejaVu Sans";

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sales Customer Report</title>
<title>@lang('pdf_sales_customers_label')</title>
<style type="text/css">
body {
font-family: "DejaVu Sans";

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sales Item Report</title>
<title>@lang('pdf_sales_items_label')</title>
<style type="text/css">
body {
font-family: "DejaVu Sans";

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tax Summary Report</title>
<title>@lang('pdf_tax_summery_label')</title>
<style type="text/css">
body {
font-family: "DejaVu Sans";