$self{texts} = {
  'Accounting Menu'             => '|p',
  'Add Group'                   => 'sW',
  'Add Pricegroup'              => 'sW',
  'Add Project'                 => 'sW',
  'All'                         => '',
  'Continue'                    => '~',
  'Delete'                      => 'R',
  'Description'                 => '',
  'Description Translations'    => '½Ķyz',
  'Edit Description Translations' => 's½Ķyz',
  'Edit Group'                  => 's',
  'Edit Pricegroup'             => 's',
  'Edit Project'                => 's',
  'Group'                       => '',
  'Group Translations'          => 'ժ½Ķ',
  'Group deleted!'              => 'xR',
  'Group missing!'              => '',
  'Group saved!'                => 'xxs',
  'Groups'                      => '',
  'Language'                    => 'y',
  'Languages not defined!'      => '{y',
  'Number'                      => 's',
  'Orphaned'                    => 'LD',
  'Pricegroup'                  => '',
  'Pricegroup deleted!'         => 'xR',
  'Pricegroup missing!'         => '',
  'Pricegroup saved!'           => 'xxs',
  'Pricegroups'                 => '',
  'Project'                     => '',
  'Project Description Translations' => '״yz½Ķ',
  'Project Number'              => '׸X',
  'Project Number missing!'     => '׸X',
  'Project deleted!'            => 'xR',
  'Project saved!'              => 'xxs',
  'Projects'                    => '',
  'Save'                        => 'xs',
  'Translation'                 => '½Ķ',
  'Translation deleted!'        => 'xR½Ķ',
  'Translations saved!'         => 'xxs½Ķ',
  'Update'                      => 's',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_group'                   => 'add_group',
  'add_pricegroup'              => 'add_pricegroup',
  'add_project'                 => 'add_project',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'edit'                        => 'edit',
  'edit_translation'            => 'edit_translation',
  'list_translations'           => 'list_translations',
  'menubar'                     => 'menubar',
  'partsgroup_footer'           => 'partsgroup_footer',
  'partsgroup_header'           => 'partsgroup_header',
  'partsgroup_report'           => 'partsgroup_report',
  'pricegroup_footer'           => 'pricegroup_footer',
  'pricegroup_header'           => 'pricegroup_header',
  'pricegroup_report'           => 'pricegroup_report',
  'project_footer'              => 'project_footer',
  'project_header'              => 'project_header',
  'project_report'              => 'project_report',
  'save'                        => 'save',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'translation'                 => 'translation',
  'translation_footer'          => 'translation_footer',
  'translation_header'          => 'translation_header',
  'update'                      => 'update',
  'sw'                      => 'add_group',
  'sw'                  => 'add_pricegroup',
  'sw'                    => 'add_project',
  '~'                        => 'continue',
  'r'                        => 'delete',
  'xs'                        => 'save',
  's'                        => 'update',
};

1;
