You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
941 B
26 lines
941 B
<?php
|
|
/**
|
|
* CUSTOM LANGUAGE STRINGS
|
|
*
|
|
* Add your custom Language Strings here with the following scheme:
|
|
*
|
|
* 'language_string_key' => 'Actual content of the Language String',
|
|
*
|
|
* Please notice that 'language_string_key' should only contain alphanumeric
|
|
* characters and underscores.
|
|
* If you are not sure take a look at the ip_lang.php file or visit the
|
|
* community forums.
|
|
*/
|
|
|
|
$lang = array(
|
|
|
|
'invoice_recipient' => 'Получател',
|
|
'invoice_supplier' => 'Доставчик',
|
|
'vat_percent' => 'ДДС%',
|
|
'invoice_recipient_mol' => 'Получател',
|
|
'invoice_company_mol' => 'Съставил',
|
|
'mol' => 'МОЛ',
|
|
'bank_details' => 'Банкови детайли за доставчика',
|
|
'bank' => 'Банка',
|
|
'vat_reason' => 'Основание за неначисляване на ДДС'
|
|
);
|
|
|