home *** CD-ROM | disk | FTP | other *** search
Wrap
/* NeXTSTEP Release 3 */ /*** FileMover.strings: FileMover Alerts ***/ "Name already in use : %@" = "Name wird bereits benutzt : %@"; "Cannot modify directory %@" = "Verzeichnis %@ kann nicht modifiziert werden."; "Cannot rename '%@' into '%@': %@" = "'%@' kann nicht in '%@' umbenannt werden: %@"; "Cannot create '%@'" = "'%@' kann nicht erstellt werden"; "Cannot rename home" = "Heim-Ordner kann nicht umbenannt werden"; "%@ is not writable" = "Schreiben in %@ ist nicht möglich"; "%@ is not readable" = "%@ ist nicht lesbar"; "%@ is not a directory" = "%@ ist kein Verzeichnis"; "Destroy" = "Vernichten"; /*** FileMover.strings: CPMV Operation verbs ***/ "Moving" = "Verschiebe"; "Copying" = "Kopiere"; "Destroying" = "Vernichte"; "Trashing" = "Lege in Recycler"; "Duplicating" = "Dupliziere"; "Linking" = "Erstelle Verweise"; "Merging" = "Mische"; "Sizing" = "Berechne Größe"; /*** FileMover.strings: CPMV Operation expressions ***/ "MOVING%@%@" = "%@ %@"; /* e.g. "Duplicating /foo" */ "DESCRIBE%@" = "%@ ..."; /* e.g. "Duplicating ..." */ "FIRSTOPMANY%@%d" = "%@ %d Dateien"; /* e.g. "Duplicating 10 files" */ "FIRSTOPONE%@%@" = "%@ %@"; /* e.g. "Duplicating foo" */ /*** FileMover.strings: CPMV Operation separators ***/ "From:" = "Von:"; "To:" = "Nach:"; "In:" = "In:"; /*** FileMover.strings: CPMV Random ***/ "Fatal error during file operation" = "Schwerwiegender Fehler bei Dateioperation"; "Dir_on_device_with_no_trash %@" = "Ordner %@ befindet sich auf einer Disk ohne Recycler. \nBei Fortsetzung der Operation werden die Dateien vernichtet."; "Same source and destination" = "Quelle und Ziel sind identisch"; "File Mover died unexpectedly" = "Programm \"File Mover\" unerwartet abgebrochen"; "Unable to connect to File Mover" = "Programm \"File Mover\" nicht erreichbar"; "Copy Of %@" = "KopieVon%@"; "Stop" = "Stop"; "OK" = "OK"; "abcdefghijklmnopqrstuvwxyz" = "abcdefghijklmnopqrstuvwxyz"; "NewCopy_Short" = "kopieren";