home *** CD-ROM | disk | FTP | other *** search
- /* ALERT */
- /* Title */
- "Nonexistent path" = "Percorso non esistente";
- /* Message */
- "The path %@ does not exist, create it?" = "Il percorso %@ non esiste. Crearlo?";
- /* Default Button */
- "Create" = "Crea";
- /* Alternate Button */
- "Cancel" = "Annulla";
-
- /* ALERT */
- /* Message */
- "Couldn't create path." = "Impossibile creare il percorso";
-
- /* ALERT */
- /* Title */
- "Unknown User Name" = "Nome di utente sconosciuto";
- /* Message */
- "No such user" = "Utente sconosciuto";
-
- /* ALERT */
- /* Title */
- "Bad path" = "Percorso errato";
- /* Message */
- "%@ is not a directory!" = "%@ non è una directory";
-
-
- /* Title of the SavePanel. */
- "Save" = "Salva";
-
- /* The first argument is the filename, the second argument is the directory. */
- "The file %1$@ in %2$@ exists. Replace it?" = "Il file %1$@ in %2$@ esiste già. Vuoi sostituirlo?";
-
- /* Button user chooses to overwrite an existing file. */
- "Replace" = "Sostituisci";
-
- /* Prompt of the SavePanel. */
- "Name:" = "Nome:";
-
- /* The title of the OpenPanel. */
- "Open" = "Apri";
-