home *** CD-ROM | disk | FTP | other *** search
- /* NeXTSTEP Release 3 */
-
- /* Title of the SavePanel. */
- "Save" = "Salva";
-
- /* If the second %s is the file, put < instead of >. */
- ">The file %s in %s exists. Replace it?" = ">Il file %s in %s esiste già. Vuoi sostituirlo?";
-
- /* Button user chooses to overwrite an existing file. */
- "Replace" = "Sostituisci";
-
- /* ALERT */
- /* Title */
- "Unknown User Name" = "Nome utente sconosciuto";
- /* Message */
- "No such user: %s" = "Questo utente non esiste: %s";
-
- /* ALERT */
- /* Title */
- "Nonexistent path" = "Questo percorso non esiste";
- /* Message */
- "The path %s does not exist, create it?" = "Il percorso %s non esiste. Vuoi crearlo?";
- /* Default Button */
- "Create" = "Crea";
- /* Alternate Button */
- "Cancel" = "Annulla";
-
- /* ALERT */
- /* Message */
- "Couldn't create path." = "Non sono riuscito a creare il percorso.";
-
- /* ALERT */
- /* Title */
- "Bad path" = "Percorso errato";
- /* Message */
- "%s is not a directory!" = "%s non è una directory!";
-
- /* The title of the OpenPanel. */
- "Open" = "Apri";
-