!
! NOTE - 1) do not edit this header section
!      - 2) this header is created from the template located
!        in $aleph_headers (sub-folders)
!      - 3) to add remarks within the table,
!        start the line with !rem or !*
!      - 4) to mark a line as non-used (but restorable)
!        add ! at start of line, retaining column structure
!        displaced by one position to the right
!      - 5) all internal codes must be Latin characters A-Z,0-9
!
!==============================================================================
!                         tab_fix_mab_transl
!        table for translate/retranslate between code and text  
!  (primary created for mab-environment for relation codes of MAB-RDA)
!==============================================================================
! Last header change: 01/07/2015 
!
! HELP
! This table will be used for the translation and/or retranslation between
! code and the 'long description' text of the code.
! This table is used by a special subroutine; this subroutine is used
! for translation or retranslation of strings embedded in a special context.
!
! Primary this functionality was created for the translation and retranslation
! of the relationcodes/text in $$4/$$3 of fields 100## and 200## 
! in MAB-bib-records using the new RDA enhancements.
! But of course, the special subroutine can be used in another context to
! solve similar requestments.
!
! - no lines (without !-comment-lines / empty lines) = 500
!
! END_HELP
!
! COL   1. 200; ALPHA_NUM;
!               : <code> : <text> :
!               - coding code and text delimited by a delimiter
!               - delimiter has to be a single byte utf-character
!               - position 1 defines the delimiter between code and text;
!                 (usually ':' will be taken); if code or text contains this
!                 character, you have to select another character
!               - so you can type the code-text lines in readable way
!               - max-length of code = 50
!               - max-length of text = 100
!               - spaces at begin and end of code/text will be ignored;
!                 so you can align the code and text at the same position
!                 in all lines 
!               example:
!               !    1
!               !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>
!               : relcode    : relationcode of author    :
!               : edt1       : first Editor              :
!
!    1                      
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>
