home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / include / l.fra / afxres.rc < prev   
Text File  |  1998-06-17  |  10KB  |  203 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. #ifndef __AFXRES_RC__
  12. #define __AFXRES_RC__
  13.  
  14. #ifndef __AFXRES_H__
  15.     #include <afxres.h>
  16. #endif
  17.  
  18. #ifdef APSTUDIO_INVOKED
  19. // This will prevent the VC++ Resource Editor user from saving this file
  20. 1 TEXTINCLUDE DISCARDABLE
  21. BEGIN
  22. "< Cannot change standard MFC resources! >\0"
  23. END
  24. #endif //APSTUDIO_INVOKED
  25.  
  26. #ifndef _AFXDLL
  27.  
  28. /////////////////////////////////////////////////////////////////////////////
  29. // Default resource description for MFC applications
  30. /////////////////////////////////////////////////////////////////////////////
  31.  
  32. /////////////////////////////////////////////////////////////////////////////
  33. // Strings
  34.  
  35. STRINGTABLE DISCARDABLE
  36. BEGIN
  37. #ifndef _AFX_NO_APPMENU_RESOURCES
  38.     AFX_IDS_OPENFILE,               "Ouvrir"
  39.     AFX_IDS_SAVEFILE,               "Enregistrer sous"
  40.     AFX_IDS_ALLFILTER,              "Tous les fichiers (*.*)"
  41.     AFX_IDS_UNTITLED,               "sans nom"
  42.     AFX_IDS_HIDE,                   "&Masquer"
  43. #endif // !_AFX_NO_APPMENUSTRING_RESOURCES
  44.  
  45.     AFX_IDS_MEMORY_EXCEPTION,       "MΘmoire insuffisante."
  46.     AFX_IDS_NOT_SUPPORTED_EXCEPTION,"Une opΘration non prise en charge a ΘtΘ tentΘe."
  47.     AFX_IDS_RESOURCE_EXCEPTION,     "Une ressource requise Θtait non disponible."
  48.     AFX_IDS_USER_EXCEPTION,         "Une erreur inconnue s'est produite."
  49.  
  50.     // General error prompts
  51. #ifndef _AFX_NO_FILECMD_RESOURCES
  52.     AFX_IDP_INVALID_FILENAME,       "Nom de fichier non valide."
  53.     AFX_IDP_FAILED_TO_OPEN_DOC,     "L'ouverture du document a ΘchouΘ."
  54.     AFX_IDP_FAILED_TO_SAVE_DOC,     "L'enregistrement du document a ΘchouΘ."
  55.     AFX_IDP_ASK_TO_SAVE,            "Enregistrer les modifications apportΘes α %1?"
  56.     AFX_IDP_FAILED_TO_CREATE_DOC,   "La crΘation d'un document vide a ΘchouΘ."
  57.     AFX_IDP_FILE_TOO_LARGE,         "Le fichier est trop volumineux pour Ωtre ouvert."
  58.     AFX_IDP_FAILED_TO_START_PRINT,  "Impossible de lancer l'impression."
  59. #endif // !_AFX_NO_FILECMD_RESOURCES
  60.     AFX_IDP_FAILED_TO_LAUNCH_HELP,  "Le dΘmarrage de l'aide a ΘchouΘ."
  61.     AFX_IDP_INTERNAL_FAILURE,       "Erreur d'application interne."
  62.     AFX_IDP_COMMAND_FAILURE,        "La commande a ΘchouΘ."
  63.     AFX_IDP_FAILED_MEMORY_ALLOC     "MΘmoire insuffisante pour exΘcuter l'opΘration."
  64.     AFX_IDP_GET_NOT_SUPPORTED,      "Impossible de lire une propriΘtΘ en Θcriture seule."
  65.     AFX_IDP_SET_NOT_SUPPORTED,      "Impossible d'Θcrire une propriΘtΘ en lecture seule."
  66.     AFX_IDP_UNREG_DONE,               "Les entrΘes du registre SystΦme ont ΘtΘ supprimΘes et le fichier INI (si besoin est) a ΘtΘ effacΘ."
  67.     AFX_IDP_UNREG_FAILURE,            "Toutes les entrΘes du registre SystΦme (ou le fichier INI) n'ont pas ΘtΘ supprimΘes."
  68.     AFX_IDP_DLL_LOAD_FAILED,        "Ce programme requiert le fichier %s. Celui-ci est introuvable sur ce systΦme."
  69.     AFX_IDP_DLL_BAD_VERSION,        "Ce programme est liΘ α l'export %s, absent du fichier %s. Cet ordinateur semble prΘsenter une version non compatible de %s."
  70.  
  71.     // CFile/CArchive error strings for user failure
  72. #ifndef _AFX_NO_CFILE_RESOURCES
  73.     AFX_IDP_FAILED_INVALID_FORMAT   "Format de fichier inattendu."
  74.     AFX_IDP_FAILED_INVALID_PATH     "%1\nImpossible de trouver ce fichier. VΘrifiez que le chemin et le nom du fichier sont corrects."
  75.     AFX_IDP_FAILED_DISK_FULL        "Le lecteur de disque de destination est plein."
  76.     AFX_IDP_FAILED_ACCESS_READ      "Impossible de lire α partir de %1, il est en cours d'utilisation."
  77.     AFX_IDP_FAILED_ACCESS_WRITE     "Impossible d'Θcrire sur %1, il est en lecture seule ou en cours d'utilisation."
  78.     AFX_IDP_FAILED_IO_ERROR_READ    "Une erreur inattendue s'est produite lors de la lecture de %1."
  79.     AFX_IDP_FAILED_IO_ERROR_WRITE   "Une erreur inattendue s'est produite lors de l'Θcriture de %1."
  80. #endif // !_AFX_NO_CFILE_RESOURCES
  81.  
  82.     // Parsing error prompts
  83.     AFX_IDP_PARSE_INT,              "Tapez un nombre entier."
  84.     AFX_IDP_PARSE_REAL,             "Tapez un nombre."
  85.     AFX_IDP_PARSE_INT_RANGE,        "Tapez un nombre entier compris entre %1 et %2."
  86.     AFX_IDP_PARSE_REAL_RANGE,       "Tapez un nombre compris entre %1 et %2."
  87.     AFX_IDP_PARSE_STRING_SIZE,      "Tapez %1 caractΦres au maximum."
  88.     AFX_IDP_PARSE_RADIO_BUTTON,     "Choisissez un bouton."
  89.     AFX_IDP_PARSE_BYTE,             "Veuillez entrer un entier compris entre 0 et 255."
  90.     AFX_IDP_PARSE_UINT,             "Veuillez entrer un entier positif."
  91.     AFX_IDP_PARSE_DATETIME,         "Veuillez entrer une date et/ou une heure."
  92.     AFX_IDP_PARSE_CURRENCY,         "Veuillez entrer une monnaie."
  93.  
  94. #ifndef _AFX_NO_OLE_RESOURCES
  95.     // OLE strings required for both servers and containers
  96.     AFX_IDS_PASTELINKEDTYPE         "%s liΘ(e)"
  97.     AFX_IDS_UNKNOWNTYPE             "Type inconnu"
  98.     AFX_IDP_FAILED_TO_NOTIFY        "%1\nImpossible d'enregistrer le document. \nLe document est peut-Ωtre dΘjα ouvert."
  99.     AFX_IDS_NOT_DOCOBJECT           "Le fichier n'est pas supportΘ par un serveur d'objet Document."
  100. #endif //!_AFX_NO_OLE_RESOURCES
  101.  
  102.     AFX_IDP_NO_ERROR_AVAILABLE      "Aucun message d'erreur n'est disponible."
  103.  
  104. #ifndef _AFX_NO_CFILE_RESOURCES
  105.     AFX_IDP_FILE_NONE                "Aucune erreur ne s'est produite."
  106.     AFX_IDP_FILE_GENERIC             "Une erreur inconnue s'est produite lors de l'accΦs α %1."
  107.     AFX_IDP_FILE_NOT_FOUND           "Impossible de trouver %1."
  108.     AFX_IDP_FILE_BAD_PATH            "%1 contient un chemin non valide."
  109.     AFX_IDP_FILE_TOO_MANY_OPEN       "Impossible d'ouvrir %1 car il y a trop de fichiers ouverts."
  110.     AFX_IDP_FILE_ACCESS_DENIED       "L'accΦs α %1 a ΘtΘ refusΘ."
  111.     AFX_IDP_FILE_INVALID_FILE        "Un descripteur de fichier non valide a ΘtΘ associΘ α %1."
  112.     AFX_IDP_FILE_REMOVE_CURRENT      "Impossible d'enlever %1 car c'est le rΘpertoire courant."
  113.     AFX_IDP_FILE_DIR_FULL            "Impossible de crΘer %1 car le rΘpertoire est plein."
  114.     AFX_IDP_FILE_BAD_SEEK            "Echec de la recherche sur %1"
  115.     AFX_IDP_FILE_HARD_IO             "Une erreur d'E/S matΘrielle a ΘtΘ reportΘe lors de l'accΦs α %1."
  116.     AFX_IDP_FILE_SHARING             "Une violation de partage s'est produite lors de l'accΦs α %1."
  117.     AFX_IDP_FILE_LOCKING             "Une violation de verrouillage s'est produite lors de l'accΦs α %1."
  118.     AFX_IDP_FILE_DISKFULL            "Disque plein lors de l'accΦs α %1."
  119.     AFX_IDP_FILE_EOF                 "Tentative d'accΦs α %1 aprΦs sa fin."
  120.     AFX_IDS_UNNAMED_FILE             "un fichier non nommΘ"
  121. #endif // !_AFX_NO_CFILE_RESOURCES
  122.  
  123.     AFX_IDP_ARCH_NONE               "Aucune erreur ne s'est produite."
  124.     AFX_IDP_ARCH_GENERIC                "Une erreur inconnue s'est produite lors de l'accΦs α %1."
  125.     AFX_IDP_ARCH_READONLY           "Tentative d'Θcriture de %1 ouvert pour la lecture."
  126.     AFX_IDP_ARCH_ENDOFFILE          "Tentative d'accΦs α %1 aprΦs sa fin."
  127.     AFX_IDP_ARCH_WRITEONLY          "Tentative de lecture de %1 ouvert pour l'Θcriture."
  128.     AFX_IDP_ARCH_BADINDEX           "%1 a un mauvais format."
  129.     AFX_IDP_ARCH_BADCLASS           "%1 contient un objet inattendu."
  130.     AFX_IDP_ARCH_BADSCHEMA          "%1 contient un schΘma incorrect."
  131.  
  132. #ifndef _AFX_NO_MAPI_RESOURCES
  133.     // MAPI strings / error messages
  134.     AFX_IDP_FAILED_MAPI_LOAD        "Impossible de charger la prise en charge du systΦme de messagerie Θlectronique."
  135.     AFX_IDP_INVALID_MAPI_DLL        "La DLL systΦme de la messagerie n'est pas valide."
  136.     AFX_IDP_FAILED_MAPI_SEND        "La messagerie Θlectronique n'a pas pu envoyer le message."
  137. #endif //!_AFX_NO_MAPI_RESOURCES
  138.  
  139. #ifndef _AFX_NO_OCC_RESOURCES
  140.     AFX_IDS_OCC_SCALEUNITS_PIXELS   "pixels"
  141. #endif //!_AFX_NO_OCC_RESOURCES
  142. END
  143.  
  144. /////////////////////////////////////////////////////////////////////////////
  145. // Cursors
  146.  
  147. AFX_IDC_CONTEXTHELP     CURSOR  DISCARDABLE     "res\\help.cur"
  148.  
  149. #ifndef _AFX_NO_SPLITTER_RESOURCES
  150. AFX_IDC_SMALLARROWS     CURSOR  DISCARDABLE     "res\\sarrows.cur"
  151. AFX_IDC_HSPLITBAR       CURSOR  DISCARDABLE     "res\\splith.cur"
  152. AFX_IDC_VSPLITBAR       CURSOR  DISCARDABLE     "res\\splitv.cur"
  153. AFX_IDC_NODROPCRSR      CURSOR  DISCARDABLE     "res\\nodrop.cur"
  154. #endif //!_AFX_NO_SPLITTER_RESOURCES
  155.  
  156. #ifndef _AFX_NO_TRACKER_RESOURCES
  157. AFX_IDC_TRACKNWSE       CURSOR  DISCARDABLE     "res\\trcknwse.cur"
  158. AFX_IDC_TRACKNESW       CURSOR  DISCARDABLE     "res\\trcknesw.cur"
  159. AFX_IDC_TRACKNS         CURSOR  DISCARDABLE     "res\\trckns.cur"
  160. AFX_IDC_TRACKWE         CURSOR  DISCARDABLE     "res\\trckwe.cur"
  161. AFX_IDC_TRACK4WAY       CURSOR  DISCARDABLE     "res\\trck4way.cur"
  162. AFX_IDC_MOVE4WAY        CURSOR  DISCARDABLE     "res\\move4way.cur"
  163. #endif //!_AFX_NO_TRACKER_RESOURCES
  164.  
  165. #ifndef _AFX_NO_CTL3D_RESOURCES
  166. 26567 BITMAP "res\\3dcheck.bmp" // Note: 26567 comes from CTL3D.H
  167. #endif
  168.  
  169. /////////////////////////////////////////////////////////////////////////////
  170. // Standard Dialogs
  171.  
  172. #ifndef _AFX_NO_NEWTYPEDLG_RESOURCES
  173. AFX_IDD_NEWTYPEDLG DIALOG DISCARDABLE  9, 26, 183, 70
  174. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | 0x04
  175. CAPTION "Nouveau"
  176. FONT 8, "MS Shell Dlg"
  177. BEGIN
  178.     LTEXT           "&Nouveau",IDC_STATIC,6,5,123,8,NOT WS_GROUP
  179.     LISTBOX         AFX_IDC_LISTBOX,6,15,125,49,WS_VSCROLL | WS_TABSTOP
  180.     DEFPUSHBUTTON   "OK",IDOK,137,6,40,14
  181.     PUSHBUTTON      "Annuler",IDCANCEL,137,23,40,14
  182.     PUSHBUTTON      "&Aide",ID_HELP,137,43,40,14
  183. END
  184. #endif // !_AFX_NO_NEWTYPEDLG_RESOURCES
  185.  
  186. /////////////////////////////////////////////////////////////////////////////
  187. // CMiniFrameWnd Bitmap
  188.  
  189. AFX_IDB_MINIFRAME_MENU      BITMAP  DISCARDABLE     "res\\minifwnd.bmp"
  190.  
  191. /////////////////////////////////////////////////////////////////////////////
  192. // CCheckListBox Bitmaps
  193.  
  194. AFX_IDB_CHECKLISTBOX_NT     BITMAP  DISCARDABLE     "res\\ntcheck.bmp"
  195. AFX_IDB_CHECKLISTBOX_95     BITMAP  DISCARDABLE     "res\\95check.bmp"
  196.  
  197. /////////////////////////////////////////////////////////////////////////////
  198.  
  199. #endif //!_AFXDLL
  200. #endif //!__AFXRES_RC__
  201.  
  202. /////////////////////////////////////////////////////////////////////////////
  203.