home *** CD-ROM | disk | FTP | other *** search
- /* ALERT */
- /* Title */
- "Nonexistent path" = "Le chemin d'accès n'existe pas";
- /* Message */
- "The path %@ does not exist, create it?" = "Le chemin d'accès %@ n'existe pas. Voulez-vous le créer ?";
- /* Default Button */
- "Create" = "Créer";
- /* Alternate Button */
- "Cancel" = "Annuler";
-
- /* ALERT */
- /* Message */
- "Couldn't create path." = "Impossible de créer le chemin d'accès.";
-
- /* ALERT */
- /* Title */
- "Unknown User Name" = "Nom d'utilisateur inconnu";
- /* Message */
- "No such user" = "Cet utilisateur n'existe pas";
-
- /* ALERT */
- /* Title */
- "Bad path" = "Chemin d'accès non valable";
- /* Message */
- "%@ is not a directory!" = "%@ n'est pas un répertoire !";
-
-
- /* Title of the SavePanel. */
- "Save" = "Enregistrer";
-
- /* The first argument is the filename, the second argument is the directory. */
- "The file %1$@ in %2$@ exists. Replace it?" = "Le fichier %1$@ de %2$@ existe déjà. Voulez-vous le remplacer ?";
-
- /* Button user chooses to overwrite an existing file. */
- "Replace" = "Remplacer";
-
- /* Prompt of the SavePanel. */
- "Name:" = "Nom :";
-
- /* The title of the OpenPanel. */
- "Open" = "Ouvrir";
-