4 require_once 'GenericAdmin/DataTypes/AttrProperty.php';
 
   6         // Generic Administration configuration data
 
  12                         'intern' => 'Horbuch',
 
  13                         'extern' => 'Hörbuch'),
 
  18                         'intern' => 'Werkzeug',
 
  19                         'extern' => 'Werkzeug')
 
  29                         'props'   => array (AttrProperty::AP_GET)),
 
  34                         'props'   => array (AttrProperty::AP_GET)),
 
  36                         'intern'  => 'eigentumer',
 
  37                         'extern'  => 'Eigentümer',
 
  39                         'props'   => array (AttrProperty::AP_GET)),
 
  42                         'extern'  => 'zur_Zeit_bei',
 
  44                         'props'   => array (AttrProperty::AP_GET, AttrProperty::AP_SET)),
 
  46                         'intern'  => 'kommentar',
 
  47                         'extern'  => 'Kommentar',
 
  49                         'props'   => array (AttrProperty::AP_GET, AttrProperty::AP_SET)),
 
  56                         'props'   => array (AttrProperty::AP_GET)),
 
  61                         'props'   => array (AttrProperty::AP_GET)),
 
  63                         'intern'  => 'eigentumer',
 
  64                         'extern'  => 'Eigentümer',
 
  66                         'props'   => array (AttrProperty::AP_GET)),
 
  69                         'extern'  => 'zur_Zeit_bei',
 
  71                         'props'   => array (AttrProperty::AP_GET, AttrProperty::AP_SET)),
 
  73                         'intern'  => 'kommentar',
 
  74                         'extern'  => 'Kommentar',
 
  76                         'props'   => array (AttrProperty::AP_GET, AttrProperty::AP_SET)),
 
  83                         'props'   => array (AttrProperty::AP_GET)),
 
  88                         'props'   => array (AttrProperty::AP_GET)),
 
  90                         'intern'  => 'eigentumer',
 
  91                         'extern'  => 'Eigentümer',
 
  93                         'props'   => array (AttrProperty::AP_GET)),
 
  96                         'extern'  => 'zur_Zeit_bei',
 
  98                         'props'   => array (AttrProperty::AP_GET, AttrProperty::AP_SET)),
 
 100                         'intern'  => 'kommentar',
 
 101                         'extern'  => 'Kommentar',
 
 103                         'props'   => array (AttrProperty::AP_GET, AttrProperty::AP_SET)),
 
 110                         'props'   => array (AttrProperty::AP_GET)),
 
 112                         'intern'  => 'beschreibung',
 
 113                         'extern'  => 'Beschreibung',
 
 115                         'props'   => array (AttrProperty::AP_GET)),
 
 117                         'intern'  => 'eigentumer',
 
 118                         'extern'  => 'Eigentümer',
 
 120                         'props'   => array (AttrProperty::AP_GET)),
 
 122                         'intern'  => 'zz_bei',
 
 123                         'extern'  => 'zur_Zeit_bei',
 
 125                         'props'   => array (AttrProperty::AP_GET, AttrProperty::AP_SET))