mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
commit
1c3867dad8
@ -457,7 +457,7 @@ class HtmlEngine
|
|||||||
$data['$payment.date'] = ['value' => ' ', 'label' => ctrans('texts.payment_date')];
|
$data['$payment.date'] = ['value' => ' ', 'label' => ctrans('texts.payment_date')];
|
||||||
$data['$method'] = ['value' => ' ', 'label' => ctrans('texts.method')];
|
$data['$method'] = ['value' => ' ', 'label' => ctrans('texts.method')];
|
||||||
|
|
||||||
$data['$amount'] = ['value' => '', 'label' => ctrans('texts.amount')];
|
// $data['$amount'] = ['value' => '', 'label' => ctrans('texts.amount')];
|
||||||
$data['$statement'] = ['value' => '', 'label' => ctrans('texts.statement')];
|
$data['$statement'] = ['value' => '', 'label' => ctrans('texts.statement')];
|
||||||
|
|
||||||
$arrKeysLength = array_map('strlen', array_keys($data));
|
$arrKeysLength = array_map('strlen', array_keys($data));
|
||||||
|
@ -1779,6 +1779,7 @@ $LANG = array(
|
|||||||
'lang_Bulgarian' => 'Bulgarian',
|
'lang_Bulgarian' => 'Bulgarian',
|
||||||
'lang_Russian (Russia)' => 'Russian (Russia)',
|
'lang_Russian (Russia)' => 'Russian (Russia)',
|
||||||
|
|
||||||
|
|
||||||
// Industries
|
// Industries
|
||||||
'industry_Accounting & Legal' => 'Accounting & Legal',
|
'industry_Accounting & Legal' => 'Accounting & Legal',
|
||||||
'industry_Advertising' => 'Advertising',
|
'industry_Advertising' => 'Advertising',
|
||||||
@ -2471,6 +2472,13 @@ $LANG = array(
|
|||||||
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
|
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
|
||||||
'currency_gibraltar_pound' => 'Gibraltar Pound',
|
'currency_gibraltar_pound' => 'Gibraltar Pound',
|
||||||
|
|
||||||
|
'currency_gambia_dalasi' => 'Gambia Dalasi',
|
||||||
|
'currency_paraguayan_guarani' => 'Paraguayan Guarani',
|
||||||
|
'currency_malawi_kwacha' => 'Malawi Kwacha',
|
||||||
|
'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
|
||||||
|
'currency_cambodian_riel' => 'Cambodian Riel',
|
||||||
|
'currency_vanuatu_vatu' => 'Vanuatu Vatu',
|
||||||
|
|
||||||
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!',
|
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!',
|
||||||
'writing_a_review' => 'writing a review',
|
'writing_a_review' => 'writing a review',
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user