home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / PCBM102.ZIP / SOURCES.ZIP / STRINGS.C < prev    next >
C/C++ Source or Header  |  1994-01-22  |  8KB  |  239 lines

  1. #include "pcbmove.h"    /* pour le define FRENCH */
  2.  
  3. char *_StringsFRENCH[] =
  4. {
  5. /* 0 */ "Désolé! Ce programme nécessite une version DOS\n"
  6.         "3.0 ou supérieure pour fonctionner... Bye!\n",
  7. /* 1 */ "■ PCBMOVE Ver %s --- date de compilation: %s ■\n",
  8. /* 2 */ "Désolé! La commande doit être de la forme:\n\n"
  9.         "  . PCBMOVE config_file zip_file area_ori area_targ (batch)\n"
  10.         "    Ex: PCBMOVE pcbmove.cfg HB2.GIF 72 45\n"
  11.         "ou bien:\n"
  12.         "  . PCBMOVE config_file                             (scan mail)\n\n"
  13.         "------------\n"
  14.         "Tapez:   PCBMOVE ?   pour obtenir les \"errorlevels\"\n",
  15.  
  16. /* 3 */ "-1   : Erreur système. Voir le fichier de log système\n"
  17.         " 0   : Pas d'erreur détectée, le move s'est bien passé\n"
  18.         "10   : Le fichier n'a pas été trouvé dans la filelist de l'area\n"
  19.         "11   : Un des répertoire spécifié n'existe pas\n"
  20.         "12   : Interdit de faire un move depuis le répertoire spécifié\n"
  21.         "13   : Interdit de faire un move vers le répertoire spécifié\n",
  22.  
  23. /* 4 */ "Désolé! Je ne trouve pas le fichier de configuration\n"
  24.         "suivant : %s !\n",
  25.  
  26. /* 5 */ "Désolé! Le fichier de configuration %s \n"
  27.         "n'est pas valide. Vérifiez le contenu.\n",
  28.  
  29. /* 6 */ " Fatal: on ne peut faire un malloc de 65 K",
  30.  
  31. /* 7 */ "On vérifie que le fichier demandé est bien présent...\n",
  32.  
  33. /* 8 */ "On cherche l'endroit où insérer la description...\n",
  34.  
  35. /* 9 */ "Pour info : voilà ce qui a été trouvé:\n"
  36.         "    position origine: %lu position destination: %lu\n",
  37.  
  38. /* 10*/ "On fait la modification des \"filelists\" dans les fichiers temporaires...\n",
  39.  
  40. /* 11*/ "On remplace la \"filelist\" de l'area %d ...\n",
  41.  
  42. /* 12*/ "On déplace physiquement le fichier %s ...\n",
  43.  
  44. /* 13*/ "MOVE %12s origine: %2d destination: %2d  (%s)",
  45.  
  46. /* 14*/ "ERREUR: impossible d'accéder au programme exécutable!",
  47.  
  48. /* 15*/ "Le programme %s a été modifié!\n"
  49.         "Désolé! Procurez-vous une copie en bon état...\n",
  50.  
  51. /* 16*/ "Tentative de move depuis %d  (%s)",
  52.  
  53. /* 17*/ "Tentative de move vers %d  (%s)",
  54.  
  55. /* 18*/ "%s n'est pas dans le répertoire %d  (%s)",
  56.  
  57. /* 19*/ "%s absent bien que dans la \"filelist\"",
  58.  
  59. /* 20*/ "Le répertoire %s n'existe pas.",
  60.  
  61. /* 21*/ "On ne peut pas ouvrir en lecture %s",
  62.  
  63. /* 22*/ "Le répertoire %d n'existe pas  (%s)",
  64.  
  65. /* 23*/ "On ne peut pas créer le fichier temporaire %s",
  66.  
  67. /* 24*/ "Fatal: on ne peut faire un malloc de 2 K.",
  68.  
  69. /* 25*/ "La description de %s est trop longue (plus de 2000 caractères).",
  70.  
  71. /* 26*/ "On ne peut ouvrir en lecture %s pour le déplacer.",
  72.  
  73. /* 27*/ "Problème lors du déplacement de %s",
  74.  
  75. /* 28*/ "Impossible d'accéder à la base message %s",
  76.  
  77. /* 29*/ "Getmail par R.Cougnenc & VG, scrutation de %s\n",
  78.  
  79. /* 30*/ "============= SCAN %s ============",
  80.  
  81. /* 31*/ "Pas de place pour un malloc de %d",
  82.  
  83. /* 32*/ "Utilisateur %s inconnu dans la base.",
  84.  
  85. /* 33*/ "Move de %s transmis à %s",
  86.  
  87. /* 34*/ "De %s fichier: %s, origine: %d, destination: %d\n",
  88.  
  89. /* 35*/
  90.    "Le message ci-dessous a été expédié par la personne indiquée dans le\n"
  91.    "sujet dans le but de déplacer un ou plusieurs fichiers.\n"
  92.    "Cette personne n'a pas le niveau de sécurité requis pour effectuer ces\n"
  93.    "déplacements directement.\n\n"
  94.    "Vous avez été désigné par le gourou des lieux pour valider cette\n"
  95.    "opération. Pour ce faire, il vous suffit de répondre à ce message\n"
  96.    "en prenant soin d'effacer les lignes de texte inutiles, ainsi que les\n"
  97.    "caractères que votre \"reader\" pourrait ajouter.\n"
  98.    "==========================================================================\n",
  99.  
  100. /* 36*/ "Ouverture du fichier debug impossible.\n",
  101.  
  102. /* 37*/ "De: %s\n",
  103.  
  104. /* 38*/ "Date: %s    heure: %s\n",
  105.  
  106. /* 39*/ "Ouverture du fichier index %s impossible.\n",
  107.  
  108. /* 40*/ "Fichier trop grand pour tenir dans un seul message.",
  109.  
  110. };
  111.  
  112. char *_months_FRENCH[] =
  113. {
  114.     "Jan", "Fev", "Mar", "Avr", "Mai", "Jun",
  115.     "Jul", "Aou", "Sep", "Oct", "Nov", "Dec"
  116. };
  117. char *_days_FRENCH[] =
  118. {
  119.     "Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"
  120. };
  121.  
  122. char *_StringsUS[] =
  123. {
  124. /* 0 */ "Sorry! This program needs DOS version\n"
  125.         "3.0 or later to run... Bailing out!\n",
  126. /* 1 */ "■ PCBMOVE Version %s ---- compiled: %s ■\n\n",
  127. /* 2 */ "Sorry! Correct syntax is:\n\n"
  128.         "  . pcbmove config_file zip_file area_original area_target (batch)\n"
  129.         "    E.g. : pcbmove pcbmove.cfg HB2.GIF 72 45\n"
  130.         "or\n"
  131.         "  . pcbmove config_file                                    (scan mail)\n\n"
  132.         "------------\n"
  133.         "PCBMOVE ?   to list errorlevel return codes.\n",
  134.  
  135. /* 3 */ "-1   : System Error. See system log file.\n"
  136.         " 0   : No error detected, move is OK.\n"
  137.         "10   : Specified file to move is not in area.\n"
  138.         "11   : Areas do not exist.\n"
  139.         "12   : Move not allowed from specified area.\n"
  140.         "13   : Move not allowed to specified area.\n",
  141.  
  142. /* 4 */ "Sorry ! Could not find the configuration file: %s\n.",
  143.  
  144. /* 5 */ "Sorry ! the configuration file: %s\n"
  145.         "is not valid. Please look it over.",
  146.  
  147. /* 6 */ "Fatal : 65 K malloc failed.",
  148.  
  149. /* 7 */ "Checking presence of specified file...\n",
  150.  
  151. /* 8 */ "Seeking placement of description in target area...\n",
  152.  
  153. /* 9 */ "Debug information : The offset result is :\n"
  154.         "   offset in source area : %lu, offset in target area : %lu\n",
  155.  
  156. /* 10*/ "Writing modifications to temporary filelist ....\n",
  157.  
  158. /* 11*/ "Replacing file lists %d ....\n",
  159.  
  160. /* 12*/ "Physically moving %s ....\n",
  161.  
  162. /* 13*/ "MOVE %s source: %d target: %d  (%s)",
  163.  
  164. /* 14*/ "ERROR : could not access the EXE file!",
  165.  
  166. /* 15*/ "Sorry, the binary %s has been patched!\n"
  167.         "Please use an untampered copy ...\n",
  168.  
  169. /* 16*/ "Trying to move from %d area  (%s)",
  170.  
  171. /* 17*/ "Trying to move to %d area  (%s)",
  172.  
  173. /* 18*/ "%s is not in %d file list  (%s)",
  174.  
  175. /* 19*/ "%s not on disk but present in file list",
  176.  
  177. /* 20*/ "%s directory does not exist",
  178.  
  179. /* 21*/ "Could not open %s in read mode",
  180.  
  181. /* 22*/ "Area %d does not exist  (%s)",
  182.  
  183. /* 23*/ "Could not create temporary file %s",
  184.  
  185. /* 24*/ "Fatal : 2 K malloc failed",
  186.  
  187. /* 25*/ "Description of %s is too long (more than 2000 characters)",
  188.  
  189. /* 26*/ "Could not open %s for moving",
  190.  
  191. /* 27*/ "Problem moving %s",
  192.  
  193. /* 28*/ "Could not access message base %s",
  194.  
  195. /* 29*/ "Getmail by R.Cougnenc & VG, Scanning %s\n",
  196.  
  197. /* 30*/ "============= SCAN %s ============",
  198.  
  199. /* 31*/ "Fatal : %d malloc failed",
  200.  
  201. /* 32*/ "User %s unknown in user base",
  202.  
  203. /* 33*/ "Move from %s forwarded to %s",
  204.  
  205. /* 34*/ "From : %s file : %s, source: %d, target: %d\n",
  206.  
  207. /* 35*/
  208.    "The following move request was sent to me by the person specified in\n"
  209.    "the subject of this message.\n"
  210.    "That person not having the required security level to move files around\n"
  211.    "this board, I cannot process the command without prior confirmation.\n\n"
  212.    "You have been appointed by the Sysop to validate these moves.\n"
  213.    "To make the moves effective, simply reply to this message, deleting\n"
  214.    "the unnecessary text and any quoting character your offline reader\n"
  215.    "may have added. Thank you.\n"
  216.    "==========================================================================\n",
  217.  
  218. /* 36*/ "Could not open debug file",
  219.  
  220. /* 37*/ "From : %s\n",
  221.  
  222. /* 38*/ "Date : %s    time : %s\n",
  223.  
  224. /* 39*/ "Could not open index message file.",
  225.  
  226. /* 40*/ "File too big to turn it into a message",
  227.  
  228. };
  229.  
  230. char *_months_US[] =
  231. {
  232.         "Jan", "Feb", "Mar", "Apr", "May", "Jun",
  233.         "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
  234. };
  235. char *_days_US[] =
  236. {
  237.         "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
  238. };
  239.