home *** CD-ROM | disk | FTP | other *** search
- /* ALERT */
- /* Title */
- "Nonexistent path" = "Vía de acceso no existente";
- /* Message */
- "The path %@ does not exist, create it?" = "La vía de acceso %@ no existe. ¿Desea crearla?";
- /* Default Button */
- "Create" = "Crear";
- /* Alternate Button */
- "Cancel" = "Cancelar";
-
- /* ALERT */
- /* Message */
- "Couldn't create path." = "No se ha podido crear la vía de acceso.";
-
- /* ALERT */
- /* Title */
- "Unknown User Name" = "Nombre de usuario desconocido";
- /* Message */
- "No such user" = "No existe ese usuario";
-
- /* ALERT */
- /* Title */
- "Bad path" = "Via de acceso incorrecta";
- /* Message */
- "%@ is not a directory!" = "%@ no es un directorio.";
-
- /* Title of the SavePanel. */
- "Save" = "Grabar";
-
- /* The first argument is the filename, the second argument is the directory. */
- "The file %1$@ in %2$@ exists. Replace it?" = "El fichero %1$@ existe en %2$@. ¿Desea sustituirlo?";
-
- /* Button user chooses to overwrite an existing file. */
- "Replace" = "Sustituir";
-
- /* Prompt of the SavePanel. */
- "Name:" = "Nombre:";
-
- /* The title of the OpenPanel. */
- "Open" = "Abrir";
-