azure-pipelines-tasks-webdeployment-common 4.232.0 → 4.233.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/7zip/7zip/7z.dll +0 -0
- package/7zip/7zip/7z.exe +0 -0
- package/7zip/7zip/License.txt +90 -0
- package/Strings/resources.resjson/de-DE/resources.resjson +4 -1
- package/Strings/resources.resjson/es-ES/resources.resjson +4 -1
- package/Strings/resources.resjson/fr-FR/resources.resjson +4 -1
- package/Strings/resources.resjson/it-IT/resources.resjson +4 -1
- package/Strings/resources.resjson/ja-JP/resources.resjson +4 -1
- package/Strings/resources.resjson/ko-KR/resources.resjson +4 -1
- package/Strings/resources.resjson/ru-RU/resources.resjson +4 -1
- package/Strings/resources.resjson/zh-CN/resources.resjson +4 -1
- package/Strings/resources.resjson/zh-TW/resources.resjson +4 -1
- package/package.json +1 -1
- package/7zip/7z2301-extra/7za.dll +0 -0
- package/7zip/7z2301-extra/7za.exe +0 -0
- package/7zip/7z2301-extra/7zxa.dll +0 -0
- package/7zip/7z2301-extra/Far/7-ZipEng.hlf +0 -85
- package/7zip/7z2301-extra/Far/7-ZipEng.lng +0 -220
- package/7zip/7z2301-extra/Far/7-ZipFar.dll +0 -0
- package/7zip/7z2301-extra/Far/7-ZipFar64.dll +0 -0
- package/7zip/7z2301-extra/Far/7-ZipRus.hlf +0 -84
- package/7zip/7z2301-extra/Far/7-ZipRus.lng +0 -220
- package/7zip/7z2301-extra/Far/7zToFar.ini +0 -67
- package/7zip/7z2301-extra/Far/far7z.reg +0 -67
- package/7zip/7z2301-extra/Far/far7z.txt +0 -73
- package/7zip/7z2301-extra/License.txt +0 -34
- package/7zip/7z2301-extra/history.txt +0 -249
- package/7zip/7z2301-extra/readme.txt +0 -124
- package/7zip/7z2301-extra/x64/7za.dll +0 -0
- package/7zip/7z2301-extra/x64/7za.exe +0 -0
- package/7zip/7z2301-extra/x64/7zxa.dll +0 -0
package/7zip/7zip/7z.dll
ADDED
|
Binary file
|
package/7zip/7zip/7z.exe
ADDED
|
Binary file
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
7-Zip
|
|
2
|
+
~~~~~
|
|
3
|
+
License for use and distribution
|
|
4
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
5
|
+
|
|
6
|
+
7-Zip Copyright (C) 1999-2023 Igor Pavlov.
|
|
7
|
+
|
|
8
|
+
The licenses for files are:
|
|
9
|
+
|
|
10
|
+
1) 7z.dll:
|
|
11
|
+
- The "GNU LGPL" as main license for most of the code
|
|
12
|
+
- The "GNU LGPL" with "unRAR license restriction" for some code
|
|
13
|
+
- The "BSD 3-clause License" for some code
|
|
14
|
+
2) All other files: the "GNU LGPL".
|
|
15
|
+
|
|
16
|
+
Redistributions in binary form must reproduce related license information from this file.
|
|
17
|
+
|
|
18
|
+
Note:
|
|
19
|
+
You can use 7-Zip on any computer, including a computer in a commercial
|
|
20
|
+
organization. You don't need to register or pay for 7-Zip.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
GNU LGPL information
|
|
24
|
+
--------------------
|
|
25
|
+
|
|
26
|
+
This library is free software; you can redistribute it and/or
|
|
27
|
+
modify it under the terms of the GNU Lesser General Public
|
|
28
|
+
License as published by the Free Software Foundation; either
|
|
29
|
+
version 2.1 of the License, or (at your option) any later version.
|
|
30
|
+
|
|
31
|
+
This library is distributed in the hope that it will be useful,
|
|
32
|
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
33
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
34
|
+
Lesser General Public License for more details.
|
|
35
|
+
|
|
36
|
+
You can receive a copy of the GNU Lesser General Public License from
|
|
37
|
+
http://www.gnu.org/
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
BSD 3-clause License
|
|
43
|
+
--------------------
|
|
44
|
+
|
|
45
|
+
The "BSD 3-clause License" is used for the code in 7z.dll that implements LZFSE data decompression.
|
|
46
|
+
That code was derived from the code in the "LZFSE compression library" developed by Apple Inc,
|
|
47
|
+
that also uses the "BSD 3-clause License":
|
|
48
|
+
|
|
49
|
+
----
|
|
50
|
+
Copyright (c) 2015-2016, Apple Inc. All rights reserved.
|
|
51
|
+
|
|
52
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
53
|
+
|
|
54
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
55
|
+
|
|
56
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer
|
|
57
|
+
in the documentation and/or other materials provided with the distribution.
|
|
58
|
+
|
|
59
|
+
3. Neither the name of the copyright holder(s) nor the names of any contributors may be used to endorse or promote products derived
|
|
60
|
+
from this software without specific prior written permission.
|
|
61
|
+
|
|
62
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
63
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
|
64
|
+
COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
65
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
66
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
67
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
68
|
+
----
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
unRAR license restriction
|
|
74
|
+
-------------------------
|
|
75
|
+
|
|
76
|
+
The decompression engine for RAR archives was developed using source
|
|
77
|
+
code of unRAR program.
|
|
78
|
+
All copyrights to original unRAR code are owned by Alexander Roshal.
|
|
79
|
+
|
|
80
|
+
The license for original unRAR code has the following restriction:
|
|
81
|
+
|
|
82
|
+
The unRAR sources cannot be used to re-create the RAR compression algorithm,
|
|
83
|
+
which is proprietary. Distribution of modified unRAR sources in separate form
|
|
84
|
+
or as a part of other software is permitted, provided that it is clearly
|
|
85
|
+
stated in the documentation and source comments that the code may
|
|
86
|
+
not be used to develop a RAR (WinRAR) compatible archiver.
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
--
|
|
90
|
+
Igor Pavlov
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "Die Variablenersetzung in der Konfigurationsdatei wurde initialisiert: %s",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "Die Konfigurationsdatei \"%s\" wurde aktualisiert.",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "Die Aktualisierung der Datei wurde übersprungen: %s",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "# #WARNUNG# #:PowerShell Core (pwsh.exe) ist auf dem Agent-Computer nicht verfügbar. Zurückgreifen auf die Verwendung von Windows PowerShell (powershell.exe). Dies kann zu einer niedrigeren Leistung führen. Installieren Sie die neuere Version von PowerShell, um die Leistung zu verbessern."
|
|
32
|
+
"loc.messages.PwshNotAvailable": "# #WARNUNG# #:PowerShell Core (pwsh.exe) ist auf dem Agent-Computer nicht verfügbar. Zurückgreifen auf die Verwendung von Windows PowerShell (powershell.exe). Dies kann zu einer niedrigeren Leistung führen. Installieren Sie die neuere Version von PowerShell, um die Leistung zu verbessern.",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "Der Speicherort von MSDeploy wurde in der Registrierung nicht gefunden. Fehler: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "Fehlender MSDeploy InstallPath-Registrierungsschlüssel.",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "Nicht unterstützte installierte Version: %s für MSDeploy gefunden. Die Version muss mindestens 3 oder höher sein."
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "Sustitución de variables iniciada en el archivo de configuración : %s",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "El archivo de configuración %s está actualizado.",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "Actualización del archivo omitida: %s",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##WARNING##:PowerShell Core (pwsh.exe) no está disponible en el equipo del agente. Hay que volver a usar Windows PowerShell (powershell.exe). Esto puede causar un rendimiento reducido. Instale la versión más reciente de PowerShell para mejorar el rendimiento."
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##WARNING##:PowerShell Core (pwsh.exe) no está disponible en el equipo del agente. Hay que volver a usar Windows PowerShell (powershell.exe). Esto puede causar un rendimiento reducido. Instale la versión más reciente de PowerShell para mejorar el rendimiento.",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "No se ha encontrado la ubicación de MSDeploy en el registro. Error: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "Falta la clave del registro InstallPath de MSDeploy.",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "Se encontró una versión instalada no compatible para MSDeploy: %s. La versión debe ser al menos 3 o superior."
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "Substitution de variables lancée dans le fichier config : %s",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "Fichier config %s mis à jour.",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "Mise à jour du fichier ignorée : %s",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##WARNING##:P Shell Core (pwsh.exe) n’est pas disponible sur l’ordinateur agent. revenir à l’utilisation de Windows PowerShell (powershell.exe). Cela peut entraîner une baisse des performances. Veuillez installer la version plus récente de PowerShell pour améliorer les performances."
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##WARNING##:P Shell Core (pwsh.exe) n’est pas disponible sur l’ordinateur agent. revenir à l’utilisation de Windows PowerShell (powershell.exe). Cela peut entraîner une baisse des performances. Veuillez installer la version plus récente de PowerShell pour améliorer les performances.",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "Impossible de trouver l'emplacement de MSDeploy dans le registre. Erreur : %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "Clé de registre MSDeploy InstallPath manquante.",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "Version installée non prise en charge : %s trouvée pour MSDeploy. La version doit être au moins 3 ou supérieure."
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "La sostituzione delle variabili nel file config %s è stata avviata",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "Il file di configurazione %s è stato aggiornato.",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "L'aggiornamento del file %s è stato ignorato",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##AVVISO##:PowerShell Core (pwsh.exe) non è disponibile nel computer agente. Verrà eseguito il fallback a Windows PowerShell (powershell.exe). Ciò può causare prestazioni ridotte. Installare la versione più recente di PowerShell per migliorare le prestazioni."
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##AVVISO##:PowerShell Core (pwsh.exe) non è disponibile nel computer agente. Verrà eseguito il fallback a Windows PowerShell (powershell.exe). Ciò può causare prestazioni ridotte. Installare la versione più recente di PowerShell per migliorare le prestazioni.",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "Impossibile trovare il percorso di MSDeploy dal Registro di sistema. Errore: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "Chiave del Registro di sistema InstallPath di MSDeploy mancante.",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "Versione installata non supportata: %s trovata per MSDeploy. La versione dovrebbe essere almeno 3 o superiore."
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "構成ファイルでの変数の置換を開始しました: %s",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "構成ファイル %s が更新されました。",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "ファイルの更新がスキップされました: %s",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##WARNING##: PowerShell Core (pwsh.exe) は、エージェント コンピューターでは使用できません。Windows PowerShell (powershell.exe) の使用に戻ります。これにより、パフォーマンスが低下する可能性があります。パフォーマンスを向上させるには、新しいバージョンの PowerShell をインストールしてください。"
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##WARNING##: PowerShell Core (pwsh.exe) は、エージェント コンピューターでは使用できません。Windows PowerShell (powershell.exe) の使用に戻ります。これにより、パフォーマンスが低下する可能性があります。パフォーマンスを向上させるには、新しいバージョンの PowerShell をインストールしてください。",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "レジストリから MSDeploy の場所が見つかりません。エラー: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "MSDeploy InstallPath レジストリ キーがありません。",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "サポートされていないインストール済みバージョン: %s がMSDeploy 用に見つかりました。バージョンは 3 以上である必要があります。"
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "구성 파일에서 변수 대체를 시작했습니다. %s",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "구성 파일 %s이(가) 업데이트되었습니다.",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "파일 %s 업데이트를 건너뜀",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##경고##: PowerShell Core(pwsh.exe)는 에이전트 컴퓨터에서 사용할 수 없습니다. Windows PowerShell(powershell.exe) 사용으로 대체합니다. 이로 인해 성능 저하를 일으킬 수 있습니다. 성능 개선을 위해 최신 버전의 PowerShell을 설치하세요."
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##경고##: PowerShell Core(pwsh.exe)는 에이전트 컴퓨터에서 사용할 수 없습니다. Windows PowerShell(powershell.exe) 사용으로 대체합니다. 이로 인해 성능 저하를 일으킬 수 있습니다. 성능 개선을 위해 최신 버전의 PowerShell을 설치하세요.",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "레지스트리에서 MSDeploy의 위치를 찾을 수 없습니다. 오류: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "MSDeploy InstallPath 레지스트리 키가 없습니다.",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "MSDeploy에 대해 지원되지 않는 설치된 버전(%s)을 찾았습니다. 버전은 3 이상이어야 합니다."
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "Запущена подстановка переменных в файле конфигурации: %s.",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "Файл конфигурации: %s обновлен.",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "Пропущенный файл обновления: %s",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##ПРЕДУПРЕЖДЕНИЕ##. PowerShell Core (pwsh.exe) недоступен на компьютере агента. Откат к использованию Windows PowerShell (powershell.exe). Это может привести к снижению производительности. Установите более новую версию PowerShell, чтобы повысить производительность."
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##ПРЕДУПРЕЖДЕНИЕ##. PowerShell Core (pwsh.exe) недоступен на компьютере агента. Откат к использованию Windows PowerShell (powershell.exe). Это может привести к снижению производительности. Установите более новую версию PowerShell, чтобы повысить производительность.",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "Не удалось найти расположение MSDeploy из реестра. Ошибка: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "Отсутствует раздел реестра MSDeploy InstallPath.",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "Обнаружена неподдерживаемая установленная версия %s для MSDeploy. Требуется как минимум версия 3."
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "已在配置文件 %s 中启动变量替换",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "配置文件 %s 已更新。",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "已跳过更新文件: %s",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##WARNING#: PowerShell Core (pwsh.exe)在代理计算机上不可用。回到使用 Windows PowerShell (powershell.exe)。这可能会导致性能降低。请安装 PowerShell 的较新版本以提高性能。"
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##WARNING#: PowerShell Core (pwsh.exe)在代理计算机上不可用。回到使用 Windows PowerShell (powershell.exe)。这可能会导致性能降低。请安装 PowerShell 的较新版本以提高性能。",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "无法从注册表中找到 MSDeploy 的位置。错误: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "缺少 MSDeploy InstallPath 注册表项。",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "安装的版本不受支持: 找到 MSDeploy 的 %s。版本应至少为 3 或更高版本。"
|
|
33
36
|
}
|
|
@@ -29,5 +29,8 @@
|
|
|
29
29
|
"loc.messages.VariableSubstitutionInitiated": "已起始組態檔中的變數替代: %s",
|
|
30
30
|
"loc.messages.ConfigFileUpdated": "組態檔: %s 已更新。",
|
|
31
31
|
"loc.messages.SkippedUpdatingFile": "已跳過更新檔案: %s",
|
|
32
|
-
"loc.messages.PwshNotAvailable": "##警告##: PowerShell Core (pwsh.exe) 無法在代理程式機器上使用。請回復為使用 Windows PowerShell (powershell.exe)。這可能會降低效能。如需提升效能,請安裝新版 PowerShell。"
|
|
32
|
+
"loc.messages.PwshNotAvailable": "##警告##: PowerShell Core (pwsh.exe) 無法在代理程式機器上使用。請回復為使用 Windows PowerShell (powershell.exe)。這可能會降低效能。如需提升效能,請安裝新版 PowerShell。",
|
|
33
|
+
"loc.messages.UnabletofindthelocationofMSDeployfromregistryonmachineError": "無法從登錄找到 MSDeploy 的位置。錯誤: %s",
|
|
34
|
+
"loc.messages.MissingMSDeployInstallPathRegistryKey": "缺少 MSDeploy InstallPath 登錄機碼。",
|
|
35
|
+
"loc.messages.UnsupportedinstalledversionfoundforMSDeployversionshouldbeatleast3orabove": "MSDeploy 找到不支援的安裝版本: %s。版本至少應為 3 或更新版本。"
|
|
33
36
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
.Language=English,English
|
|
2
|
-
.PluginContents=7-Zip Plugin
|
|
3
|
-
|
|
4
|
-
@Contents
|
|
5
|
-
$^#7-Zip Plugin 23.01#
|
|
6
|
-
$^#Copyright (c) 1999-2023 Igor Pavlov#
|
|
7
|
-
This FAR module performs transparent #archive# processing.
|
|
8
|
-
Files in the archive are handled in the same manner as if they
|
|
9
|
-
were in a folder.
|
|
10
|
-
|
|
11
|
-
~Extracting from the archive~@Extract@
|
|
12
|
-
|
|
13
|
-
~Add files to the archive~@Update@
|
|
14
|
-
|
|
15
|
-
~7-Zip Plugin configuration~@Config@
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
Web site: #www.7-zip.org#
|
|
19
|
-
|
|
20
|
-
@Extract
|
|
21
|
-
$ #Extracting from the archive#
|
|
22
|
-
|
|
23
|
-
In this dialog you may enter extracting mode.
|
|
24
|
-
|
|
25
|
-
Path mode
|
|
26
|
-
|
|
27
|
-
#Full pathnames# Extract files with full pathnames.
|
|
28
|
-
|
|
29
|
-
#Current pathnames# Extract files with all relative paths.
|
|
30
|
-
|
|
31
|
-
#No pathnames# Extract files without folder paths.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
Overwrite mode
|
|
35
|
-
|
|
36
|
-
#Ask before overwrite# Ask before overwriting existing files.
|
|
37
|
-
|
|
38
|
-
#Overwrite without prompt# Overwrite existing files without prompt.
|
|
39
|
-
|
|
40
|
-
#Skip existing files# Skip extracting of existing files.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
Files
|
|
44
|
-
|
|
45
|
-
#Selected files# Extract only selected files.
|
|
46
|
-
|
|
47
|
-
#All files# Extract all files from archive.
|
|
48
|
-
|
|
49
|
-
@Update
|
|
50
|
-
$ #Add files to the archive#
|
|
51
|
-
|
|
52
|
-
This dialog allows you to specify options for process of updating archive.
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
Compression method
|
|
56
|
-
|
|
57
|
-
#Store# Files will be copied to archive without compression.
|
|
58
|
-
|
|
59
|
-
#Normal# Files will be compressed.
|
|
60
|
-
|
|
61
|
-
#Maximum# Files will be compressed with method that gives
|
|
62
|
-
maximum compression ratio.
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
Update mode
|
|
66
|
-
|
|
67
|
-
#Add and replace files# Add all specified files to the archive.
|
|
68
|
-
|
|
69
|
-
#Update and add files# Update older files in the archive and add
|
|
70
|
-
files that are new to the archive.
|
|
71
|
-
|
|
72
|
-
#Freshen existing files# Update specified files in the archive that
|
|
73
|
-
are older than the selected disk files.
|
|
74
|
-
|
|
75
|
-
#Synchronize files# Replace specified files only if
|
|
76
|
-
added files are newer. Always add those
|
|
77
|
-
files, which are not present in the
|
|
78
|
-
archive. Delete from archive those files,
|
|
79
|
-
which are not present on the disk.
|
|
80
|
-
|
|
81
|
-
@Config
|
|
82
|
-
$ #7-Zip Plugin configuration#
|
|
83
|
-
In this dialog you may change following parameters:
|
|
84
|
-
|
|
85
|
-
#Plugin is used by default# Plugin is used by default.
|
|
@@ -1,220 +0,0 @@
|
|
|
1
|
-
.Language=English,English
|
|
2
|
-
|
|
3
|
-
"Ok"
|
|
4
|
-
"&Cancel"
|
|
5
|
-
|
|
6
|
-
"Warning"
|
|
7
|
-
"Error"
|
|
8
|
-
|
|
9
|
-
"Format"
|
|
10
|
-
|
|
11
|
-
"Properties"
|
|
12
|
-
|
|
13
|
-
"Yes"
|
|
14
|
-
"No"
|
|
15
|
-
|
|
16
|
-
"Get password"
|
|
17
|
-
"Enter password"
|
|
18
|
-
|
|
19
|
-
"Extract"
|
|
20
|
-
"&Extract to"
|
|
21
|
-
|
|
22
|
-
"Path mode"
|
|
23
|
-
"&Full pathnames"
|
|
24
|
-
"C&urrent pathnames"
|
|
25
|
-
"&No pathnames"
|
|
26
|
-
|
|
27
|
-
"Overwrite mode"
|
|
28
|
-
"As&k before overwrite"
|
|
29
|
-
"&Overwrite without prompt"
|
|
30
|
-
"Sk&ip existing files"
|
|
31
|
-
"A&uto rename"
|
|
32
|
-
"A&uto rename existing files"
|
|
33
|
-
|
|
34
|
-
"Extract"
|
|
35
|
-
"&Selected files"
|
|
36
|
-
"A&ll files"
|
|
37
|
-
|
|
38
|
-
"&Password"
|
|
39
|
-
|
|
40
|
-
"Extr&act"
|
|
41
|
-
"&Cancel"
|
|
42
|
-
|
|
43
|
-
"Can not open output file '%s'."
|
|
44
|
-
|
|
45
|
-
"Unsupported compression method for '%s'."
|
|
46
|
-
"CRC failed in '%s'."
|
|
47
|
-
"Data error in '%s'."
|
|
48
|
-
"CRC failed in encrypted file '%s'. Wrong password?"
|
|
49
|
-
"Data error in encrypted file '%s'. Wrong password?"
|
|
50
|
-
|
|
51
|
-
"Confirm File Replace"
|
|
52
|
-
"Destination folder already contains processed file."
|
|
53
|
-
"Would you like to replace the existing file"
|
|
54
|
-
"with this one"
|
|
55
|
-
|
|
56
|
-
"bytes"
|
|
57
|
-
"modified on"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"&Yes"
|
|
61
|
-
"Yes to &All"
|
|
62
|
-
"&No"
|
|
63
|
-
"No to A&ll"
|
|
64
|
-
"A&uto rename"
|
|
65
|
-
"&Cancel"
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"Update operations are not supported for this archive."
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"Delete from archive"
|
|
72
|
-
"Delete \"%.40s\" from the archive"
|
|
73
|
-
"Delete selected files from the archive"
|
|
74
|
-
"Delete %d files from the archive"
|
|
75
|
-
"Delete"
|
|
76
|
-
"Cancel"
|
|
77
|
-
|
|
78
|
-
"Add files to archive"
|
|
79
|
-
|
|
80
|
-
"Add to %s a&rchive:"
|
|
81
|
-
|
|
82
|
-
"Compression method"
|
|
83
|
-
"&Store"
|
|
84
|
-
"Fas&test"
|
|
85
|
-
"&Fast"
|
|
86
|
-
"&Normal"
|
|
87
|
-
"&Maximum"
|
|
88
|
-
"&Ultra"
|
|
89
|
-
|
|
90
|
-
"Update mode"
|
|
91
|
-
"A&dd and replace files"
|
|
92
|
-
"&Update and add files"
|
|
93
|
-
"&Freshen existing files"
|
|
94
|
-
"S&ynchronize files"
|
|
95
|
-
|
|
96
|
-
"&Add"
|
|
97
|
-
"Se&lect archiver"
|
|
98
|
-
|
|
99
|
-
"Select archive format"
|
|
100
|
-
|
|
101
|
-
"Wait"
|
|
102
|
-
"Reading the archive"
|
|
103
|
-
"Extracting from the archive"
|
|
104
|
-
"Deleting from the archive"
|
|
105
|
-
"Updating the archive"
|
|
106
|
-
|
|
107
|
-
"Move operation is not supported"
|
|
108
|
-
|
|
109
|
-
"7-Zip"
|
|
110
|
-
"7-Zip (add to archive)"
|
|
111
|
-
|
|
112
|
-
"7-Zip"
|
|
113
|
-
|
|
114
|
-
"Plugin is used by default"
|
|
115
|
-
|
|
116
|
-
"0"
|
|
117
|
-
"1"
|
|
118
|
-
"2"
|
|
119
|
-
"Path"
|
|
120
|
-
"Name"
|
|
121
|
-
"Extension"
|
|
122
|
-
"Is Folder"
|
|
123
|
-
"Size"
|
|
124
|
-
"Packed Size"
|
|
125
|
-
"Attributes"
|
|
126
|
-
"Created"
|
|
127
|
-
"Accessed"
|
|
128
|
-
"Modified"
|
|
129
|
-
"Solid"
|
|
130
|
-
"Commented"
|
|
131
|
-
"Encrypted"
|
|
132
|
-
"Splited Before"
|
|
133
|
-
"Splited After"
|
|
134
|
-
"Dictionary Size"
|
|
135
|
-
"CRC"
|
|
136
|
-
"Type"
|
|
137
|
-
"Anti"
|
|
138
|
-
"Method"
|
|
139
|
-
"Host OS"
|
|
140
|
-
"File System"
|
|
141
|
-
"User"
|
|
142
|
-
"Group"
|
|
143
|
-
"Block"
|
|
144
|
-
"Comment"
|
|
145
|
-
"Position"
|
|
146
|
-
"Path Prefix"
|
|
147
|
-
"Folders"
|
|
148
|
-
"Files"
|
|
149
|
-
"Version"
|
|
150
|
-
"Volume"
|
|
151
|
-
"Multivolume"
|
|
152
|
-
"Offset"
|
|
153
|
-
"Links"
|
|
154
|
-
"Blocks"
|
|
155
|
-
"Volumes"
|
|
156
|
-
"Time Type"
|
|
157
|
-
"64-bit"
|
|
158
|
-
"Big-endian"
|
|
159
|
-
"CPU"
|
|
160
|
-
"Physical Size"
|
|
161
|
-
"Headers Size"
|
|
162
|
-
"Checksum"
|
|
163
|
-
"Characteristics"
|
|
164
|
-
"Virtual Address"
|
|
165
|
-
"ID"
|
|
166
|
-
"Short Name"
|
|
167
|
-
"Creator Application"
|
|
168
|
-
"Sector Size"
|
|
169
|
-
"Mode"
|
|
170
|
-
"Symbolic Link"
|
|
171
|
-
"Error"
|
|
172
|
-
"Total Size"
|
|
173
|
-
"Free Space"
|
|
174
|
-
"Cluster Size"
|
|
175
|
-
"Label"
|
|
176
|
-
"Local Name"
|
|
177
|
-
"Provider"
|
|
178
|
-
"NT Security"
|
|
179
|
-
"Alternate Stream"
|
|
180
|
-
"Aux"
|
|
181
|
-
"Deleted"
|
|
182
|
-
"Tree"
|
|
183
|
-
"SHA-1"
|
|
184
|
-
"SHA-256"
|
|
185
|
-
"Error Type"
|
|
186
|
-
"Errors"
|
|
187
|
-
"Errors"
|
|
188
|
-
"Warnings"
|
|
189
|
-
"Warning"
|
|
190
|
-
"Streams"
|
|
191
|
-
"Alternate Streams"
|
|
192
|
-
"Alternate Streams Size"
|
|
193
|
-
"Virtual Size"
|
|
194
|
-
"Unpack Size"
|
|
195
|
-
"Total Physical Size"
|
|
196
|
-
"Volume Index"
|
|
197
|
-
"SubType"
|
|
198
|
-
"Short Comment"
|
|
199
|
-
"Code Page"
|
|
200
|
-
"Is not archive type"
|
|
201
|
-
"Physical Size can't be detected"
|
|
202
|
-
"Zeros Tail Is Allowed"
|
|
203
|
-
"Tail Size"
|
|
204
|
-
"Embedded Stub Size"
|
|
205
|
-
"Link"
|
|
206
|
-
"Hard Link"
|
|
207
|
-
"iNode"
|
|
208
|
-
"Stream ID"
|
|
209
|
-
"Read-only"
|
|
210
|
-
"Out Name"
|
|
211
|
-
"Copy Link"
|
|
212
|
-
"Arc File Name"
|
|
213
|
-
"Is Hash"
|
|
214
|
-
"Metadata Changed"
|
|
215
|
-
"User ID"
|
|
216
|
-
"Group ID"
|
|
217
|
-
"Device Major"
|
|
218
|
-
"Device Minor"
|
|
219
|
-
"Dev Major"
|
|
220
|
-
"Dev Minor"
|
|
Binary file
|
|
Binary file
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
.Language=Russian,Russian (���᪨�)
|
|
2
|
-
.PluginContents=������ 7-Zip
|
|
3
|
-
|
|
4
|
-
@Contents
|
|
5
|
-
$^#7-Zip Plugin 23.01#
|
|
6
|
-
$^#Copyright (c) 1999-2023 Igor Pavlov#
|
|
7
|
-
��� ����� FAR �������� ࠡ���� � #��娢���#. ��� ���짮��⥫�
|
|
8
|
-
䠩�� � ��娢�� �� �⫨����� �� 䠩��� � ������.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
~��ᯠ����� 䠩��� �� ��娢�~@Extract@
|
|
12
|
-
|
|
13
|
-
~���������� 䠩��� � ��娢�~@Update@
|
|
14
|
-
|
|
15
|
-
~��ࠬ���� ࠡ��� � ��娢���~@Config@
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
Web site: #www.7-zip.org#
|
|
19
|
-
|
|
20
|
-
@Extract
|
|
21
|
-
$ #��ᯠ����� 䠩��� �� ��娢�#
|
|
22
|
-
� �⮬ ������� �� ����� ����� ���� ��� �ᯠ����� 䠩��� � ������
|
|
23
|
-
०�� �ᯠ�����.
|
|
24
|
-
|
|
25
|
-
���
|
|
26
|
-
|
|
27
|
-
#����� ���# ��ᯠ������ 䠩�� � ����묨 ���ﬨ.
|
|
28
|
-
|
|
29
|
-
#�⭮�⥫�� ���# ��ᯠ������ � �⭮�⥫�묨 ���ﬨ.
|
|
30
|
-
|
|
31
|
-
#��� ��⥩# ��ᯠ������ ��� ��⥩.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
��१�����
|
|
35
|
-
|
|
36
|
-
#���訢��� ���⢥ত����# ���訢��� ���⢥ত���� ��
|
|
37
|
-
��१����� �������饣� 䠩��.
|
|
38
|
-
|
|
39
|
-
#��� ���⢥ত����# ������� �������騩 䠩�
|
|
40
|
-
��� ���⢥ত����.
|
|
41
|
-
|
|
42
|
-
#�ய�᪠��# �ய�᪠�� �������騥 䠩��.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
��ᯠ������
|
|
46
|
-
|
|
47
|
-
#��࠭�� 䠩��# ��ᯠ������ ⮫쪮 �뤥����� 䠩�� �� ��娢�.
|
|
48
|
-
|
|
49
|
-
#�� 䠩��# ��ᯠ������ �� 䠩�� �� ��娢�.
|
|
50
|
-
|
|
51
|
-
@Update
|
|
52
|
-
$ #���������� 䠩��� � ��娢�#
|
|
53
|
-
|
|
54
|
-
� �⮬ ������� �� ����� ������ ०�� 㯠�����.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
��⮤ ᦠ��:
|
|
58
|
-
|
|
59
|
-
#��� ᦠ��# ����� ���� ����� ��� ᦠ��.
|
|
60
|
-
|
|
61
|
-
#��ଠ�쭮� ᦠ⨥# ����� ���� ᦠ��.
|
|
62
|
-
|
|
63
|
-
#���ᨬ��쭮� ᦠ⨥# ����� ���� ᦠ�� � ���ᨬ��쭮�
|
|
64
|
-
�⥯���� ᦠ��.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
����� ���������:
|
|
68
|
-
|
|
69
|
-
#�������� � ��������# �������� �� ��࠭�� 䠩�� � ��娢.
|
|
70
|
-
|
|
71
|
-
#�������� � ��������# �������� ���ॢ訥 䠩�� � ��娢� �
|
|
72
|
-
�������� 䠩��, ������ ��� � ��娢�.
|
|
73
|
-
|
|
74
|
-
#��������# �������� ���ॢ訥 䠩�� � ��娢�.
|
|
75
|
-
|
|
76
|
-
#����������# ���������� ᮤ�ন��� ��娢�
|
|
77
|
-
� ��࠭�묨 䠩����.
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
@Config
|
|
81
|
-
$ #��ࠬ���� ࠡ��� � �������� 7-Zip#
|
|
82
|
-
� �⮬ ������� �� ����� �������� ���騥 ��ࠬ����:
|
|
83
|
-
|
|
84
|
-
#������ �ᯮ������ �� 㬮�砭��# ������ �ᯮ������ �� 㬮�砭��
|