home *** CD-ROM | disk | FTP | other *** search
- /* NeXTSTEP Release 3 */
-
- /*** FileMover.strings: FileMover Alerts ***/
-
- "Name already in use : %@" = "El nombre ya está siendo usado: %@";
- "Cannot modify directory %@" = "Imposible modificar la carpeta %@";
- "Cannot rename '%@' into '%@': %@" = "Imposible cambiar el nombre de '%@' a '%@': %@";
- "Cannot create '%@'" = "Imposible crear '%@'";
- "Cannot rename home" = "Imposible cambiar el nombre de la carpeta personal";
- "%@ is not writable" = "Imposible escribir en %@";
- "%@ is not readable" = "Imposible leer %@";
- "%@ is not a directory" = "%@ no es un directorio";
- "Destroy" = "Destruir";
-
- /*** FileMover.strings: CPMV Operation verbs ***/
-
- "Moving" = "Desplazando";
- "Copying" = "Copiando";
- "Destroying" = "Destruyendo";
- "Trashing" = "Reciclando";
- "Duplicating" = "Duplicando";
- "Linking" = "Enlazando";
- "Merging" = "Uniendo";
- "Sizing" = "Ajustando el tamaño";
-
- /*** FileMover.strings: CPMV Operation expressions ***/
-
- "MOVING%@%@" = "%@ %@"; /* e.g. "Duplicating /foo" */
- "DESCRIBE%@" = "%@ ..."; /* e.g. "Duplicating ..." */
- "FIRSTOPMANY%@%d" = "%@ %d ficheros"; /* e.g. "Duplicating 10 files" */
- "FIRSTOPONE%@%@" = "%@ %@"; /* e.g. "Duplicating foo" */
-
- /*** FileMover.strings: CPMV Operation separators ***/
-
- "From:" = "De:";
- "To:" = "A:";
- "In:" = "En:";
-
- /*** FileMover.strings: CPMV Random ***/
-
- "Fatal error during file operation" = "Se ha producido un error grave durante la operación del fichero";
- "Dir_on_device_with_no_trash %@" = "La carpeta %@ se halla en un disco sin reciclador.\nSi continúa destruirá los ficheros.";
- "Same source and destination" = "El destino y la fuente son iguales";
- "File Mover died unexpectedly" = "El desplazador de ficheros ha dejado de existir de forma inesperada";
- "Unable to connect to File Mover" = "Imposible conectar con el desplazador de ficheros";
- "Copy Of %@" = "CopiaDe%@";
- "Stop" = "Detener";
- "OK" = "OK";
- "abcdefghijklmnopqrstuvwxyz" = "abcdefghijklmnopqrstuvwxyz";
- "NewCopy_Short" = "Copia";
-