$self{charset} = 'UTF-8';

$self{texts} = {
  'Account'                     => 'ÎÎ¿Î³Î±ÏÎ¹Î±ÏÎ¼ÏÏ',
  'Accounting Menu'             => 'ÎÎµÎ½ÏÏ ÎÎ¿Î³Î¹ÏÏÎ¹ÎºÎ®Ï',
  'Active'                      => 'ÎÎ½ÎµÏÎ³ÏÏ',
  'Add'                         => 'Î ÏÎ¿ÏÎ¸Î®ÎºÎ·',
  'Add Group'                   => 'Î ÏÎ¿ÏÎ¸Î®ÎºÎ· Î¿Î¼Î¬Î´Î±Ï',
  'Add Project'                 => 'Î ÏÎ¿ÏÎ¸Î®ÎºÎ· Î­ÏÎ³Î¿Ï',
  'Address'                     => 'ÎÎ¹Î­ÏÎ¸ÏÎ½ÏÎ·',
  'All'                         => 'ÎÎ»Î±',
  'Amount'                      => 'Î Î¿ÏÏ',
  'Assembly'                    => 'Î£ÏÎ½Î±ÏÎ¼Î¿Î»ÏÎ³Î·ÏÎ·',
  'Continue'                    => 'Î£ÏÎ½Î­ÏÎµÎ¹Î±',
  'Current'                     => 'Î¤ÏÎ­ÏÏÎ½',
  'Customer'                    => 'Î ÎµÎ»Î¬ÏÎ·Ï',
  'Customer Number'             => 'ÎÏÎ´Î¹ÎºÏÏ Î ÎµÎ»Î¬ÏÎ·',
  'Customer missing!'           => 'Î Î ÎµÎ»Î¬ÏÎ·Ï Î»ÎµÎ¯ÏÎµÎ¹!',
  'Customer not on file!'       => 'Debtor not on file!',
  'Date'                        => 'ÎÎ¼ÎµÏÎ¿Î¼Î·Î½Î¯Î±',
  'Delete'                      => 'ÎÎ¹Î±Î³ÏÎ±ÏÎ®',
  'Description'                 => 'Î ÎµÏÎ¹Î³ÏÎ±ÏÎ®',
  'Description Translations'    => 'Î ÎµÏÎ¹Î³ÏÎ±ÏÎ® ÎÎµÏÎ±ÏÏÎ¬ÏÎµÏÎ½',
  'Detail'                      => 'ÎÎµÏÏÎ¿Î¼Î­ÏÎµÎ¹Î±',
  'Edit Project'                => 'ÎÏÎµÎ¾ÎµÏÎ³Î±ÏÎ¯Î± Î­ÏÎ³Î¿Ï',
  'Employee'                    => 'Î¥ÏÎ¬Î»Î»Î·Î»Î¿Ï',
  'From'                        => 'ÎÏÏ',
  'Group'                       => 'ÎÎ¼Î¬Î´Î±',
  'Income'                      => 'ÎÎ¹ÏÏÎ´Î·Î¼Î±',
  'Language'                    => 'ÎÎ»ÏÏÏÎ±',
  'List Price'                  => 'ÎÎ¯ÏÏÎ± ÏÎ¹Î¼ÏÎ½',
  'Month'                       => 'ÎÎ®Î½Î±Ï',
  'Notes'                       => 'Î£Î·Î¼ÎµÎ¹ÏÏÎµÎ¹Ï',
  'Nothing selected!'           => 'ÎÎµÎ½ Î­ÏÎµ ÎµÏÎ¹Î»ÎµÏÎ¸ÎµÎ¯ ÏÎ¯ÏÎ¿ÏÎ±',
  'Number'                      => 'ÎÏÎ¹Î¸Î¼ÏÏ',
  'Project'                     => 'ÎÏÎ³Î¿',
  'Project Number'              => 'ÎÏÎ¹Î¸Î¼ÏÏ Î­ÏÎ³Î¿Ï',
  'Projects'                    => 'ÎÏÎ³Î±',
  'Qty'                         => 'Î Î¿Ï.',
  'Save'                        => 'ÎÏÎ¿Î¸Î®ÎºÎµÏÏÎ·',
  'Tax'                         => 'Î¦ÏÏÎ¿Ï',
  'Vendor'                      => 'Creditor',
  'Vendor Number'               => 'Creditor Number',
  'Vendor not on file!'         => 'Creditor not on file!',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_group'                   => 'add_group',
  'add_job'                     => 'add_job',
  'add_pricegroup'              => 'add_pricegroup',
  'add_project'                 => 'add_project',
  'continue'                    => 'continue',
  'customer_selected'           => 'customer_selected',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'edit_translation'            => 'edit_translation',
  'generate_sales_orders'       => 'generate_sales_orders',
  'jcitems'                     => 'jcitems',
  'job_footer'                  => 'job_footer',
  'job_header'                  => 'job_header',
  'job_report'                  => 'job_report',
  'js_menu'                     => 'js_menu',
  'list_projects'               => 'list_projects',
  'list_stock'                  => 'list_stock',
  'list_translations'           => 'list_translations',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'partsgroup_footer'           => 'partsgroup_footer',
  'partsgroup_header'           => 'partsgroup_header',
  'partsgroup_report'           => 'partsgroup_report',
  'prepare_job'                 => 'prepare_job',
  'prepare_partsgroup'          => 'prepare_partsgroup',
  'prepare_pricegroup'          => 'prepare_pricegroup',
  'prepare_project'             => 'prepare_project',
  'pricegroup_footer'           => 'pricegroup_footer',
  'pricegroup_header'           => 'pricegroup_header',
  'pricegroup_report'           => 'pricegroup_report',
  'project_footer'              => 'project_footer',
  'project_header'              => 'project_header',
  'project_jcitems_list'        => 'project_jcitems_list',
  'project_report'              => 'project_report',
  'project_sales_order'         => 'project_sales_order',
  'sales_order_footer'          => 'sales_order_footer',
  'sales_order_header'          => 'sales_order_header',
  'save'                        => 'save',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_customer'             => 'select_customer',
  'select_name'                 => 'select_name',
  'stock'                       => 'stock',
  'translation'                 => 'translation',
  'translation_footer'          => 'translation_footer',
  'translation_header'          => 'translation_header',
  'update'                      => 'update',
  'Î ÏÎ¿ÏÎ¸Î®ÎºÎ·_Î¿Î¼Î¬Î´Î±Ï'             => 'add_group',
  'Î ÏÎ¿ÏÎ¸Î®ÎºÎ·_Î­ÏÎ³Î¿Ï'              => 'add_project',
  'Î£ÏÎ½Î­ÏÎµÎ¹Î±'                    => 'continue',
  'ÎÎ¹Î±Î³ÏÎ±ÏÎ®'                    => 'delete',
  'ÎÏÎ¿Î¸Î®ÎºÎµÏÏÎ·'                  => 'save',
};

1;

