|
14.
|
|
|
%s : File seems to have been moved, not removing
|
|
|
TRANSLATORS: When compression or decompression finishes,
and xz is going to remove the source file, xz first checks
if the source file still exists, and if it does, does its
device and inode numbers match what xz saw when it opened
the source file. If these checks fail, this message is
shown, %s being the filename, and the file is not deleted.
The check for device and inode numbers is there, because
it is possible that the user has put a new file in place
of the original file, and in that case it obviously
shouldn't be removed.
|
|
|
|
%s : 파일을 이동한 것 같음, 제거 안함
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:344
|
|
15.
|
|
|
%s : Cannot remove: %s
|
|
|
|
%s : 제거할 수 없음: %s
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:351 src/xz/file_io.c:907
|
|
16.
|
|
|
%s : Cannot set the file owner: %s
|
|
|
|
%s : 파일 소유자를 설정할 수 없음: %s
|
|
Translated and reviewed by
TAESEONG KIM
|
|
|
|
Located in
src/xz/file_io.c:377
|
|
17.
|
|
|
%s : Cannot set the file group: %s
|
|
|
|
%s : 파일 소유 그룹을 설정할 수 없음: %s
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:390
|
|
18.
|
|
|
%s : Cannot set the file permissions: %s
|
|
|
|
%s : 파일 권한을 설정할 수 없음: %s
|
|
Translated and reviewed by
TAESEONG KIM
|
|
|
|
Located in
src/xz/file_io.c:409
|
|
19.
|
|
|
%s : Is a symbolic link, skipping
|
|
|
|
%s : 심볼릭 링크, 건너뜀
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:593 src/xz/file_io.c:655
|
|
20.
|
|
|
%s : Is a directory, skipping
|
|
|
|
%s : 디렉터리입니다, 건너뜀
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:684
|
|
21.
|
|
|
%s : Not a regular file, skipping
|
|
|
|
%s : 일반 파일 아님, 건너뜀
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:690
|
|
22.
|
|
|
%s : File has setuid or setgid bit set, skipping
|
|
|
|
%s : setuid 또는 setgid 비트 설정 있음, 건너뜀
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:707
|
|
23.
|
|
|
%s : File has sticky bit set, skipping
|
|
|
|
%s : 끈적이 비트 설정이 있는 파일, 건너뜀
|
|
Translated by
Seong-ho Cho
|
|
|
|
Located in
src/xz/file_io.c:714
|