home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 1012.ZIP / HOL / DE.HOL < prev    next >
Encoding:
Text File  |  1997-02-14  |  1.8 KB  |  53 lines

  1.   style                      = ITALIC;
  2.   year_symbol                = "F";
  3.  
  4. "Neujahr"                    = fix(1,1);
  5. "Hl. Drei Könige"            = fix(1,6);
  6. "Maifeiertag"                = fix(5,1);
  7. "Mariä Himmelfahrt"          = fix(8,15);
  8. "Tag der deutschen Einheit"  = fix(10,3);
  9.  
  10. "1. Weihnachstag"            = fix(12,25);
  11. "2. Weihnachstag"            = fix(12,26);
  12.  
  13. {"Ostersonntag"              = easter; alias = o;}
  14.  "Ostermontag"               = o + 1;
  15.  "Karfreitag"                = o - 2;
  16.  "Christi Himmelfahrt"       = o + 39;
  17.  "Pfingstsonntag"            = o + 49;
  18.  "Pfingstmontag"             = o + 50;
  19.  "Frohnleichnam"             = o + 60;
  20.  
  21.   year_symbol                = "";
  22.  
  23.  "Rosenmontag"               = o - 48;
  24.  "Fastnacht"                 = o - 47;
  25.  "Aschermittwoch"            = o - 46;
  26.  
  27.  "Valentinstag"              = fix(2,14);
  28.  
  29.  "Muttertag"                 = float(5, 0, 2); ! 2. Sonntag im Mai
  30. !"Vatertag"                  = o + 39;         ! Christi Himmelf.
  31.  
  32. {"1. Advent"                 = float(12,0,-1,3); alias = a;}
  33.  "2. Advent"                 = a + 7;
  34.  "3. Advent"                 = a + 14;
  35.  "4. Advent"                 = a + 21;
  36. "Nikolaus"                   = fix(12,6);
  37. "Heiliger Abend"             = fix(12,24);
  38. "Sylvester"                  = fix(12,31);
  39.  
  40. "Martinstag"                 = fix(11,11);
  41. "Reformationstag"            = fix(10,31);
  42. "Allerheiligen"              = fix(11,1);
  43. "Allerseelen"                = fix(11,2);
  44. "Volkstrauertag"             = a - 14;
  45. "Buß- und Bettag"            = a - 11;
  46. "Totensonntag"               = a - 7;
  47.  
  48.  "Sommerzeitanfang"          = float(3,0,-1);  !letzter Sonntag Mär
  49. !"Sommerzeitende"            = float(9,0,-1);  !letzter Sonntag Sep
  50.  "Sommerzeitende"            = float(10,0,-1); !letzter Sonntag Okt
  51.  
  52.  
  53.