1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
$self{charset} = 'UTF8';
$self{texts} = {
'AP Transaction' => 'Превод покупка',
'AR Transaction' => 'Превод продажба',
'Accounting Menu' => 'Меню Сметкоплан',
'April' => 'Април',
'Assembly' => 'Комплект',
'August' => 'Август',
'C' => 'C',
'Continue' => 'Продължение',
'Credit Invoice' => 'Кредитно известие към фактура',
'Customer' => 'Клиент',
'Debit Invoice' => 'Дебитно известие към фактура',
'December' => 'Декември',
'Delete' => 'Изтрии',
'Description' => 'Обяснение',
'Employee' => 'Сътрудник',
'February' => 'Февруари',
'GL Transaction' => 'Главна книга на преводи',
'ID' => 'Код',
'January' => 'Януари',
'Job' => 'Задача',
'July' => 'Юли',
'June' => 'Юни',
'March' => 'Март',
'May' => 'Май',
'November' => 'Ноември',
'October' => 'Октомври',
'Part' => 'Позиция',
'Project' => 'Проект',
'Purchase Order' => 'Поръчка за доставка',
'Quotation' => 'Запазена форма',
'RFQ' => 'Резервация',
'Sales Invoice' => 'Фактура продажба',
'Sales Order' => 'Поръчка продажба',
'Save' => 'Запази',
'September' => 'Септември',
'Service' => 'Услуга',
'Vendor' => 'Доставчик',
'Vendor Invoice' => 'Фактура за доставка',
};
$self{subs} = {
'acc_menu' => 'acc_menu',
'add_document' => 'add_document',
'attach' => 'attach',
'calendar' => 'calendar',
'change_report' => 'change_report',
'check_all' => 'check_all',
'clock' => 'clock',
'continue' => 'continue',
'delete' => 'delete',
'delete_documents' => 'delete_documents',
'detach' => 'detach',
'display' => 'display',
'display_documents' => 'display_documents',
'do_attach' => 'do_attach',
'edit' => 'edit',
'formnames' => 'formnames',
'js_calendar' => 'js_calendar',
'jsmenu' => 'jsmenu',
'jsmenu_frame' => 'jsmenu_frame',
'list_documents' => 'list_documents',
'menubar' => 'menubar',
'pickvalue' => 'pickvalue',
'resize' => 'resize',
'save' => 'save',
'search_documents' => 'search_documents',
'section_menu' => 'section_menu',
'upload' => 'upload',
'upload_file' => 'upload_file',
'Продължение' => 'continue',
'Изтрии' => 'delete',
'Запази' => 'save',
};
1;
|