$self{texts} = {
  'AP Transaction'              => 'Проводка закупки',
  'AR Transaction'              => 'Проводка продаж',
  'Accounting Menu'             => 'Бухгалтерское меню',
  'April'                       => 'апрель',
  'Assembly'                    => 'Комлект',
  'August'                      => 'август',
  'C'                           => 'C',
  'Continue'                    => 'Продолжить',
  'Customer'                    => 'Клиент',
  'December'                    => 'декабрь',
  'Delete'                      => 'Удалить',
  'Description'                 => 'Описание',
  'Employee'                    => 'Сотрудник',
  'February'                    => 'февраль',
  'GL Transaction'              => 'Проводки Главной книги',
  'ID'                          => 'Идентификатор',
  'Image'                       => 'Картинка',
  'January'                     => 'январь',
  'Job'                         => 'Задание',
  'July'                        => 'июль',
  'June'                        => 'июнь',
  'March'                       => 'март',
  'May'                         => 'май',
  'November'                    => 'ноябрь',
  'October'                     => 'октябрь',
  'Part'                        => 'Товар',
  'Project'                     => 'Проект',
  'Purchase Order'              => 'Заказ поставщику',
  'Quotation'                   => 'Резервирование',
  'RFQ'                         => 'Запрос на резервирование',
  'Sales Invoice'               => 'Фактура клиента',
  'Sales Order'                 => 'Заказ клиента',
  'Save'                        => 'Сохранить',
  'Select all'                  => 'Выбрать все',
  'September'                   => 'сентябрь',
  'Service'                     => 'Услуга',
  'Stores Card'                 => 'Stores Card',
  'Vendor'                      => 'Поставщик',
  'Vendor Invoice'              => 'Фактура поставщика',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add_document'                => 'add_document',
  'add_file'                    => 'add_file',
  'attach'                      => 'attach',
  'calendar'                    => 'calendar',
  'change_report'               => 'change_report',
  'check_all'                   => 'check_all',
  'clock'                       => 'clock',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'delete_documents'            => 'delete_documents',
  'delete_files'                => 'delete_files',
  'deselect_all'                => 'deselect_all',
  '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',
  'list_images'                 => 'list_images',
  'menubar'                     => 'menubar',
  'pickvalue'                   => 'pickvalue',
  'resize'                      => 'resize',
  'save'                        => 'save',
  'search_documents'            => 'search_documents',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'show_progress'               => 'show_progress',
  'upload'                      => 'upload',
  'upload_file'                 => 'upload_file',
  'upload_image'                => 'upload_image',
  'upload_imagefile'            => 'upload_imagefile',
  'Продолжить'        => 'continue',
  'Удалить'              => 'delete',
  'Сохранить'          => 'save',
  'Выбрать_все'       => 'select_all',
};

1;

