home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / LSW270SR.ZIP / h / lswres.h < prev    next >
Text File  |  2004-04-11  |  3KB  |  117 lines

  1. /*
  2.  *      Copyright (C) 1997-2004 Andrei Los.
  3.  *      This file is part of the lSwitcher source package.
  4.  *      lSwitcher is free software; you can redistribute it and/or modify
  5.  *      it under the terms of the GNU General Public License as published
  6.  *      by the Free Software Foundation, in version 2 as it comes in the
  7.  *      "COPYING" file of the lSwitcher main distribution.
  8.  *      This program is distributed in the hope that it will be useful,
  9.  *      but WITHOUT ANY WARRANTY; without even the implied warranty of
  10.  *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11.  *      GNU General Public License for more details.
  12.  */
  13.  
  14. #ifndef LSWRES_H_INCLUDED
  15. #define LSWRES_H_INCLUDED
  16.  
  17.  
  18. #if LANGUAGE==ENGLISH
  19.   #define LANGUAGESTR "English"
  20. #elif LANGUAGE==RUSSIAN
  21.   #define LANGUAGESTR "Éπß߬¿⌐"
  22. #elif LANGUAGE==CZECH  
  23.   #define LANGUAGESTR "ƒeτtina"
  24. #elif LANGUAGE==SPANISH  
  25.   #define LANGUAGESTR "Español"
  26. #elif LANGUAGE==JAPANESE  
  27.   #define LANGUAGESTR "Japanese"
  28. #endif
  29.  
  30. #if LANGUAGE==RUSSIAN
  31.   #define SCAN_PRIORITY 0x23  /*íπ¬óá α */
  32. #elif LANGUAGE==CZECH
  33.   #define SCAN_PRIORITY 0x13 /* letter r */
  34. #else
  35.   #define SCAN_PRIORITY 0x19  /*letter p */
  36. #endif
  37.  
  38. #if LANGUAGE==RUSSIAN
  39.   #define SCAN_FILTER 0x1e  /*íπ¬óá Σ */
  40. #else
  41.   #define SCAN_FILTER 0x21  /*letter f */
  42. #endif
  43.  
  44.  
  45. #if LANGUAGE==CZECH
  46.   #define SCAN_CLOSE 0x2c   /*letter z */
  47. #elif LANGUAGE==RUSSIAN
  48.   #define SCAN_CLOSE 0x19  /*íπ¬óá º */
  49. #else
  50.   #define SCAN_CLOSE 0x2e  /*letter c */
  51. #endif
  52.  
  53.  
  54. #if LANGUAGE==CZECH
  55.   #define SCAN_HIDE 0x25 /*letter k */
  56. #elif LANGUAGE==SPANISH
  57.   #define SCAN_HIDE 0x18 /*letter o */
  58. #elif LANGUAGE==ITALIAN
  59.   #define SCAN_HIDE 0x31 /* letter n */
  60. #elif LANGUAGE==RUSSIAN
  61.   #define SCAN_HIDE 0x31 /* íπ¬óá Γ */
  62. #elif LANGUAGE==GERMAN
  63.   #define SCAN_HIDE 0x20 /* letter d */
  64. #else
  65.   #define SCAN_HIDE 0x23 /* letter h */
  66. #endif
  67.  
  68. #if LANGUAGE==CZECH
  69.   #define SCAN_MINIMIZE 0x32 /* letter m */
  70. #elif LANGUAGE==ITALIAN
  71.   #define SCAN_MINIMIZE 0x13 /* letter r */
  72. #elif LANGUAGE==RUSSIAN
  73.   #define SCAN_MINIMIZE 0x15 /* íπ¬óá ¡ */
  74. #elif LANGUAGE==GERMAN
  75.   #define SCAN_MINIMIZE 0x2c /* letter y on German kbd */
  76. #else
  77.   #define SCAN_MINIMIZE 0x31 /* letter n */
  78. #endif
  79.  
  80. #if LANGUAGE==CZECH
  81.   #define SCAN_RESTORE 0x18 /* letter o */
  82. #elif LANGUAGE==ITALIAN
  83.   #define SCAN_RESTORE 0x19 /* letter p */
  84. #elif LANGUAGE==RUSSIAN
  85.   #define SCAN_RESTORE 0x20 /* íπ¬óá ó */
  86. #elif LANGUAGE==GERMAN
  87.   #define SCAN_RESTORE 0x11 /* letter w */
  88. #else
  89.   #define SCAN_RESTORE 0x13 /* letter r */
  90. #endif
  91.  
  92. #if LANGUAGE==CZECH
  93.   #define SCAN_SHOW 0x30 /* letter b */
  94. #elif LANGUAGE==SPANISH
  95.   #define SCAN_SHOW 0x32 /* letter m */
  96. #elif LANGUAGE==ITALIAN
  97.   #define SCAN_SHOW 0x32 /* letter m */
  98. #elif LANGUAGE==RUSSIAN
  99.   #define SCAN_SHOW 0x24 /* íπ¬óá « */
  100. #elif LANGUAGE==GERMAN
  101.   #define SCAN_SHOW 0x1e /* letter a */
  102. #else
  103.   #define SCAN_SHOW 0x1f /* letter s */
  104. #endif
  105.  
  106. #if LANGUAGE==ITALIAN
  107.   #define SCAN_MAXIMIZE 0x17 /* letter i */
  108. #elif LANGUAGE==RUSSIAN
  109.   #define SCAN_MAXIMIZE 0x13 /* íπ¬óá ¬ */
  110. #elif LANGUAGE==GERMAN
  111.   #define SCAN_MAXIMIZE 0x32 /* letter m */
  112. #else
  113.   #define SCAN_MAXIMIZE 0x2d /* letter x */
  114. #endif
  115.  
  116. #endif
  117.