If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2018-01-11
Updated translated to Spanish. Created based on the base file in English 15.00, and the names of the previous translators were added.
Translate from the beginning from the base file in "en.ttt"
Look above.
There was "es" file update before your post.
So I'll probably will use that file instead of your version.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2018-01-19
""Everything depends on you if you do not want everything translated and corrected, since the above file that you say is based on version 9.xx. The one that I ice is based on the 15.00.
With your decision not to place it, continue to open untranslated parts""".
The translation is based on the position of the language lines of the 15.00 version. And the translations already made in Spanish of version 9.xx were adapted to the version 15.00 and the new lines were translated and others were corrected.
Please, read all.
Last edit: Anonymous 2018-01-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Both es.txt files are 495 lines (version 15.00 of language file).
So they are full.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2018-01-19
In fact it can be but some parts look bad or are poorly translated. And some lines were shortened and in some words were added for the best understanding of the user.
Since some parts translated by the other do not give compression to the user of the translation above.
The correct thing would be for you to add my translation, since the names of the previous translators plus the last one are already added. For the corrections and words added for the best compression.
Last edit: Anonymous 2018-01-19
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The first line in the example is only for creating an archive to test with. It works correctly in both 17.01 and 18.00 versions. The bug occurs when piping a tar into 7-Zip's tar extraction functionality, on the second line.
A simpler example (test.tar needs to contain at least one subdirectory):
type".\test.tar"|7z.exex-ttar-si"-o.\extract"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, now I understand that bug.
7-Zip restores timestamps for all directories at the end of process. But TAR object doesn't remember timestamps in -si mode. Previous versions of 7-Zip didn't call additional "set timestamps" stage in -si mode.
I'll try to fix that problem in next version.
Thanks for report!
Last edit: Igor Pavlov 2018-01-14
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
при создании архивов 7-zip пропускает некоторые файлы, для чтения которых требуются права администратора,
например если архивировать папку windows с помощью 7-zip и winrar который может работать с правами администратора,
то в архиве сделанном с помощью winrar будет намного больше файлов чем в архиве сделанном с помощью 7-zip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
если запускать 7-Zip с настройками администратора, не работает создание архивов по правой кнопке мыши
и не открываются архивы по правой кнопке мыши в windows 8.1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
для файлов 7zG.exe и 7zFM.exe поставил в настройках совместимости запуск от имени администратора
теперь при попытке создать архив по правой кнопке мыши появляется сообщение "The requested operation requires elevation.
C:\Program Files\7-Zip\7zG.exe"
и архив не создаётся, а при попытке открыть какой либо архив по правой кнопке мыши никаких сообщений нет и архив не открывается
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
так пользоваться 7-Zip неудобно если для того чтобы открыть архив или создать архив нужно сначала запустить 7zFM.exe с правами администратора,
удобней пользоваться из контексного меню по правой кнопке мыши,
например в настройках совместимости для файла winrar.exe поставил запуск от имени администратора, и там работает контексное меню по правой кнопке мыши
даже когда winrar.exe работает с правами администратора
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
7-Zip 18.00 beta was released.
7-Zip for 32-bit Windows:
http://7-zip.org/a/7z1800.exe
or
http://7-zip.org/a/7z1800.msi
7-Zip for 64-bit Windows x64:
http://7-zip.org/a/7z1800-x64.exe
or
http://7-zip.org/a/7z1800-x64.msi
What's new after 7-Zip 17.01 beta:
Thanks Igor, going to take it for a test run
I have updated the Spanish language file.
Thanks for translation file!
Thanks Igor
Updated translated to Spanish. Created based on the base file in English 15.00, and the names of the previous translators were added.
Translate from the beginning from the base file in "en.ttt"
Last edit: Anonymous 2018-01-17
Look above.
There was "es" file update before your post.
So I'll probably will use that file instead of your version.
""Everything depends on you if you do not want everything translated and corrected, since the above file that you say is based on version 9.xx. The one that I ice is based on the 15.00.
With your decision not to place it, continue to open untranslated parts""".
Please, read all.
Last edit: Anonymous 2018-01-19
Both es.txt files are 495 lines (version 15.00 of language file).
So they are full.
In fact it can be but some parts look bad or are poorly translated. And some lines were shortened and in some words were added for the best understanding of the user.
Since some parts translated by the other do not give compression to the user of the translation above.
The correct thing would be for you to add my translation, since the names of the previous translators plus the last one are already added. For the corrections and words added for the best compression.
Last edit: Anonymous 2018-01-19
by opening 7zip archive with encrypion "Elapsed time:" start counting even before password was entered and decryption/unpacking process started...
There is a bug using tar and pipes in the command line version.
Test case (the test directory needs to have at least one subdirectory for the bug to show up):
18.00 outputs:
17.01 works without errors. Both 18.00 and 17.01 extract the correct contents though.
EDIT: Tested on Windows 8.1 x64
Last edit: henktiggelaar 2018-01-13
7-zip can't add two files to xz acrhive.
So you must use same name of tar file:
or remove
test.tar.xzbefore operation.The first line in the example is only for creating an archive to test with. It works correctly in both 17.01 and 18.00 versions. The bug occurs when piping a tar into 7-Zip's tar extraction functionality, on the second line.
A simpler example (test.tar needs to contain at least one subdirectory):
Yes, now I understand that bug.
7-Zip restores timestamps for all directories at the end of process. But TAR object doesn't remember timestamps in -si mode. Previous versions of 7-Zip didn't call additional "set timestamps" stage in -si mode.
I'll try to fix that problem in next version.
Thanks for report!
Last edit: Igor Pavlov 2018-01-14
плохо что 7-zip не может работать с правами администратора в windows 8.1
а winrar в windows 8.1 с правами администратора нормально работает
What do you mean?
при создании архивов 7-zip пропускает некоторые файлы, для чтения которых требуются права администратора,
например если архивировать папку windows с помощью 7-zip и winrar который может работать с правами администратора,
то в архиве сделанном с помощью winrar будет намного больше файлов чем в архиве сделанном с помощью 7-zip
But if you run 7-Zip with administrator rigths, it works as expected?
если запускать 7-Zip с настройками администратора, не работает создание архивов по правой кнопке мыши
и не открываются архивы по правой кнопке мыши в windows 8.1
Please describe all actions and clicks for that case.
для файлов 7zG.exe и 7zFM.exe поставил в настройках совместимости запуск от имени администратора
теперь при попытке создать архив по правой кнопке мыши появляется сообщение "The requested operation requires elevation.
C:\Program Files\7-Zip\7zG.exe"
и архив не создаётся, а при попытке открыть какой либо архив по правой кнопке мыши никаких сообщений нет и архив не открывается
Try to run 7zFM.exe with administrator rights.
And then create archive from 7zFM.exe program.
так пользоваться 7-Zip неудобно если для того чтобы открыть архив или создать архив нужно сначала запустить 7zFM.exe с правами администратора,
удобней пользоваться из контексного меню по правой кнопке мыши,
например в настройках совместимости для файла winrar.exe поставил запуск от имени администратора, и там работает контексное меню по правой кнопке мыши
даже когда winrar.exe работает с правами администратора
I don't know why it works in WinRAR and doesn't work in 7-Zip.
Maybe someone else can explain?