|
23.
|
|
|
%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 and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:344
|
|
24.
|
|
|
%s : Cannot remove: %s
|
|
|
|
%s : Не удалось удалить: %s
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:351 src/xz/file_io.c:907
|
|
25.
|
|
|
%s : Cannot set the file owner: %s
|
|
|
|
%s : Не удалось выставить владельца файла: %s
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:377
|
|
26.
|
|
|
%s : Cannot set the file group: %s
|
|
|
|
%s : Не удалось выставить группу файлу: %s
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:390
|
|
27.
|
|
|
%s : Cannot set the file permissions: %s
|
|
|
|
%s : Не удалось выставить права на файл: %s
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:409
|
|
28.
|
|
|
Error getting the file status flags from standard input: %s
|
|
|
|
Произошла ошибка при получении флагов статуса файла со стандартного ввода: %s
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:535
|
|
29.
|
|
|
%s : Is a symbolic link, skipping
|
|
|
|
%s : Является символической ссылкой, пропущено
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:593 src/xz/file_io.c:655
|
|
30.
|
|
|
%s : Is a directory, skipping
|
|
|
|
%s : Является директорией, пропущено
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:684
|
|
31.
|
|
|
%s : Not a regular file, skipping
|
|
|
|
%s : Не является обычным файлом, пропущено
|
|
Translated and reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:690
|
|
32.
|
|
|
%s : File has setuid or setgid bit set, skipping
|
|
|
|
%s : У файла выставлен бит setuid или setgid, пропущено
|
|
Translated by
Sciko
|
|
Reviewed by
Dmitriy Kulikov
|
|
|
|
Located in
src/xz/file_io.c:707
|