home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / AppKit.framework / Versions / B / Resources / French.lproj / SavePanel.strings < prev    next >
Encoding:
Text (UTF-16)  |  1996-08-28  |  2.2 KB  |  42 lines

  1. /* ALERT */
  2. /* Title */
  3. "Nonexistent path" = "Le chemin d'accès n'existe pas";
  4. /* Message */
  5. "The path %@ does not exist, create it?" = "Le chemin d'accès %@ n'existe pas. Voulez-vous le créer ?";
  6. /* Default Button */
  7. "Create" = "Créer";
  8. /* Alternate Button */
  9. "Cancel" = "Annuler";
  10.  
  11. /* ALERT */
  12. /* Message */
  13. "Couldn't create path." = "Impossible de créer le chemin d'accès.";
  14.  
  15. /* ALERT */
  16. /* Title */
  17. "Unknown User Name" = "Nom d'utilisateur inconnu";
  18. /* Message */
  19. "No such user" = "Cet utilisateur n'existe pas";
  20.  
  21. /* ALERT */
  22. /* Title */
  23. "Bad path" = "Chemin d'accès non valable";
  24. /* Message */
  25. "%@ is not a directory!" = "%@ n'est pas un répertoire !";
  26.  
  27.  
  28. /* Title of the SavePanel. */
  29. "Save" = "Enregistrer";
  30.  
  31. /* The first argument is the filename, the second argument is the directory. */
  32. "The file %1$@ in %2$@ exists. Replace it?" = "Le fichier %1$@ de %2$@ existe déjà. Voulez-vous le remplacer ?";
  33.  
  34. /* Button user chooses to overwrite an existing file. */
  35. "Replace" = "Remplacer";
  36.  
  37. /* Prompt of the SavePanel. */
  38. "Name:" = "Nom :";
  39.  
  40. /* The title of the OpenPanel. */
  41. "Open" = "Ouvrir";
  42.