home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / Keyboard.app / French.lproj / Keyboard.strings
Text File  |  1994-05-09  |  2KB  |  49 lines

  1. /* nahh... don't save */
  2. "Don't Save" = "Ne pas enregistrer";
  3.  
  4. /* Alert Panel Title */
  5. "Quit" = "Quitter";
  6.  
  7. /* This is the title of the inspector popup when nothing is selected */
  8. "Nothing" = "Aucune sélection";
  9.  
  10. /* Edited Windows Exist */
  11. "There are edited windows." = "Certaines fenêtres ont été modifiées";
  12.  
  13. /* does the user want to save changes first? */
  14. "Save changes to %s?" = "Voulez-vous enregistrer les modifications de %s ?";
  15.  
  16. /* OK */
  17. "OK" = "OK";
  18.  
  19. /* sure... save changes */
  20. "Save" = "Enregistrer";
  21.  
  22. /* This is the title of the inspector popup when there's an internal error */
  23. "Error" = "Erreur";
  24.  
  25. /* Cancel Action */
  26. "Cancel" = "Annuler";
  27.  
  28. /* Ignore the changes that have been made and quit anyway */
  29. "Quit Anyway" = "Quitter malgré tout";
  30.  
  31. /* Review Unsaved Changes Before Quitting */
  32. "Review Unsaved" = "Réviser";
  33.  
  34. /* title of alert asking if user wants to save work before closing the window */
  35. "Close" = "Fermer";
  36.  
  37.  
  38. /* NOTE - these errors should be *extremely* rare.  Don't worry too much about
  39.     localizing them properly */
  40.  
  41. /* the temporary save file couldn't be written to or created */
  42. "Couldn't save keymap because a temporary file couldn't be created.\n%s" = "Enregistrement de la distribution des touches impossible car un fichier temporaire ne peut être créé.\n%s";
  43.  
  44. /* There was an error while trying to remove the original (backup) file */
  45. "Couldn't save keymap because the original file couldn't be written to.\n%s" = "Enregistrement de la distribution des touches impossible car le fichier d'origine n'est pas accessible en écriture.\n%s";
  46.  
  47. /* A really bad error that should never be able to happen.  If there was a problem it should happen before this one. */
  48. "Error renaming temporary save file!  Your original file was removed, and the new version saved in the filename %s.  However due to the error [%s], the temporary file was unable to be renamed to your original filename: %s\n" = "Erreur lors de l'attribution d'un nouveau nom au fichier de sauvegarde temporaire ! Votre fichier d'origine a été supprimé et la nouvelle version enregistrée sous le nom de fichier %s.   Toutefois, le fichier n'a pu être renommé comme votre fichier d'origine à cause de l'erreur [%s]";
  49.