Repository: Chuyu-Team/Dism-Multi-language
Branch: master
Commit: 3c8378846cd9
Files: 119
Total size: 2.8 MB
Directory structure:
gitextract_fc7cgxtd/
├── .github/
│ └── ISSUE_TEMPLATE.md
├── .gitignore
├── Data.xml
├── Files.vcxproj
├── Files.vcxproj.filters
├── HeplerDism.md
├── LICENSE
├── Languages/
│ ├── bg.xml
│ ├── cs.xml
│ ├── de.xml
│ ├── en.xml
│ ├── es.xml
│ ├── fr.xml
│ ├── hu.xml
│ ├── it.xml
│ ├── ja.xml
│ ├── ko.xml
│ ├── pl-PL.xml
│ ├── pt.xml
│ ├── ru.xml
│ ├── tr.xml
│ ├── uk.xml
│ ├── zh-Hans.xml
│ └── zh-Hant.xml
├── Languages.sln
├── NCleanerReadMe.md
├── RCMake/
│ ├── RCMake.cpp
│ ├── RCMake.vcxproj
│ ├── RCMake.vcxproj.filters
│ ├── ReadMe.txt
│ ├── stdafx.cpp
│ ├── stdafx.h
│ └── targetver.h
├── README.md
├── ThirdParty.md
├── UpdateHistory.md
├── chuyu-analysis/
│ ├── client_update.php
│ ├── crash_report.php
│ ├── index.html
│ ├── query.php
│ ├── statistics.html
│ └── statistics.php
└── www.chuyu.me/
├── 404.html
├── Base.html
├── Document/
│ ├── index.html
│ └── log.html
├── amWiki/
│ ├── css/
│ │ ├── amWiki.css
│ │ ├── lhjs.github-gist.css
│ │ └── markdownbody.github.css
│ └── js/
│ ├── amWiki.docs.js
│ ├── amWiki.js
│ ├── amWiki.scrollbar.js
│ ├── amWiki.search.js
│ ├── amWiki.search.worker.js
│ ├── amWiki.storage.js
│ ├── amWiki.testing.js
│ ├── amWiki.tools.js
│ ├── gbk.js
│ └── raphael-min.js
├── css/
│ ├── common-web-v11.css
│ ├── font-awesome.css
│ ├── index-v11.css
│ ├── local.css
│ └── templace.css
├── de.xml
├── en/
│ ├── Document.html
│ ├── library/
│ │ ├── $navigation.md
│ │ ├── Dism2Dism++.md
│ │ ├── Quickstart.md
│ │ ├── bestpractice/
│ │ │ ├── 使用Dism++安装系统.md
│ │ │ └── 给ISO离线集成补丁.md
│ │ ├── reference/
│ │ │ ├── 术语.md
│ │ │ ├── 自定义规则.md
│ │ │ ├── 规则结构参考.md
│ │ │ └── 隐藏功能.md
│ │ └── start.md
│ └── log.html
├── en.xml
├── es.xml
├── fonts/
│ └── FontAwesome.otf
├── fr.xml
├── index.html
├── it.xml
├── ja.xml
├── js/
│ ├── jquery.history.js
│ └── jquery.scrolltopcontrol.js
├── pt.xml
├── ru.xml
├── tr.xml
├── uk.xml
├── zh-Hans/
│ ├── Document.html
│ ├── library/
│ │ ├── $navigation.md
│ │ ├── Best/
│ │ │ ├── 使用Dism++安装系统.md
│ │ │ └── 给ISO离线集成补丁.md
│ │ ├── Dism++Library/
│ │ │ ├── Dism++sut.md
│ │ │ ├── 术语.md
│ │ │ ├── 自定义规则.md
│ │ │ ├── 规则结构参考.md
│ │ │ └── 隐藏功能.md
│ │ ├── Dism2Dism++.md
│ │ ├── Quickstart.md
│ │ └── start.md
│ └── log.html
├── zh-Hans.xml
├── zh-Hant/
│ ├── Document.html
│ ├── library/
│ │ ├── $navigation.md
│ │ ├── Best/
│ │ │ ├── 使用Dism++安裝系統.md
│ │ │ └── 給ISO離線整合更新.md
│ │ ├── Dism++Library/
│ │ │ ├── Dism++sut.md
│ │ │ ├── Dism++sut.md.temp
│ │ │ ├── 自訂規則.md
│ │ │ ├── 術語.md
│ │ │ ├── 規則結構參考.md
│ │ │ └── 隱藏功能.md
│ │ ├── Dism2Dism++.md
│ │ ├── Quickstart.md
│ │ └── start.md
│ └── log.html
└── zh-Hant.xml
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/ISSUE_TEMPLATE.md
================================================
If you are not a Chinese, please use translator.
如果是清理规则、优化规则、多语言改善的提议,建议直接发布 Pull Request 直接为
Dism++ 添加,不明白的可以直接通过邮箱或者 QQ 群直接联系鸭子;当然你发 Issue 也
没问题,只是开发者们没法处理,需要等待有志者帮你发 Pull Request 了。
如果是除此之外的问题,发 Issues 即可。
发 Issue 需要注意你当前使用的环境信息描述清楚,譬如 Dism++ 的版本、放置路径和截
图,Windows 的版本(完整版本,例如 10.0.18362.10014)、SKU(例如 专业版)、架构
(例如 AMD64),当然如果能提供 Dism++ 目录下 Config 内的日志文件和 Windows\Logs
目录内有关 CBS 和 DISM 的相关日志我们会更加高兴。
发布问题的时候请删掉以上内容,我们也不通过格式来限制你们。
================================================
FILE: .gitignore
================================================
chuyu-analysis/*.sql
chuyu-analysis/config.php
*.opendb
/RCMake/Debug
/Debug
*.db
*.ipch
*.suo
*.suo
*.user
/www.chuyu.me/zh-Hans/index.html
/www.chuyu.me/zh-Hant/index.html
*.db-shm
*.db-wal
/.vs/Languages/v15
/www.chuyu.me/en/index.html
/www.chuyu.me/ja/index.html
/.vs
/www.chuyu.me/de/index.html
/www.chuyu.me/MakeWeb.cmd
================================================
FILE: Data.xml
================================================
#清理被取代的组件并减少组件存储的大小。#过期文件10.0#清理后将无法卸载更新,如果有卸载更新需求请勿使用此选项。10.01#清理后将无法卸载更新,此外ResetBase模式跟系统重置功能有冲突,如果有卸载更新或者系统重置需求请勿使用此选项。#被取代的WinSxS组件(非常慢)10.01#清理后将无法卸载更新,如果有卸载更新需求请勿使用此选项。#在系统升级或者还原后留下的系统备份。#删除后你将无法回滚到以前安装的系统。#过期文件Windows.old*#以前版本的Dism++使用的文件。#过期文件1wsusscn2.cab.SessionDismRule.xmlDism.xmlConfig*Config.iniBCDBootDuiLib.dllPlug-innativedism.exeDismBCDBootDuiLib.dllPlug-innativedism.exeDism?GetLocaleName().zip{*}*.dmpWhat's New(beta).txtWhat's New(Public).txt#360浏览器在升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*.*?GetFileVersion(%Root%360se.exe)#阿里旺旺在升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*?GetIniData(%Root%Aliim.ini,Common,Version)#阿里亲淘在升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*?GetIniData(%Root%AliQinTao.ini,Common,Version)#Chrome浏览器升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*.*?GetFileVersion(%Root%Chrome.exe)*.*.*.*?GetFileVersion(%Root%Chrome.exe)#Opera浏览器升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*.*?GetFileVersion(%Root%Launcher.exe)`
*.*.*.*?GetFileVersion(%Root%Launcher.exe)#PPLive在升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*.*?GetIniData(%Root%version.dat,version,current)#酷狗音乐在升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*.*?GetRegSz(HKEY_CURRENT_USER\Software\KuGou8,AppVersion)#2345拼音输入法在升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*.*?GetRegSz(HKEY_LOCAL_MACHINE\SOFTWARE\2345Pinyin,Version,True)#WPS在升级到新版本后留下的备份文件,在故障时回滚到老版本。#过期文件1*.*.*.*?GetRegSz(HKEY_CURRENT_USER\SOFTWARE\kingsoft\office\6.0\Common,Version)#此功能将移除所有系统自带Appx应用,移除后可以在Windows应用商店重新下载他们。#系统相关1#当程序遇到某些问题时,系统会在这里留下稳定性报告,建议你定期清理。#系统相关#Windows在运行过程中产生的事件。#系统相关1#使用Windows Update安装更新后保存的记录。#删除后更新历史记录将被清空。#系统相关1#清理被取代的msp补丁并减少Installer目录的大小。#(这是一个实验性功能)清理后将无法卸载被取代的msp更新,如果有卸载更新需求请勿使用此选项。#系统相关#清理损坏的Appx。例如Visual Studio的通用应用XAML设计器暴力删除临时生成的设计器应用,于是会出现大量损坏的Appx。#系统相关191.0.3.501.0.3.5#先删除全部还原点,再创建一个新的还原点(当系统还原已启用时)#清理后将无法使用之前创建的还原点,如果有使用之前的还原点的需求请勿使用此选项。#系统相关1#为Windows10零售演示模式所缓存的离线内容#系统相关#引用了NuGet包的.NET应用程序在使用Visual Studio生成时产生的缓存(尤其是使用WinUI3构建的应用程序)。#如果未在Visual Studio的首选项中打开“允许NuGet下载缺少的程序包”,则应用生成将会失败。#缓存文件#Windows在下载更新以及更新Metro应用时会在这里产生临时安装包。#缓存文件1#Win10开始使用传递优化(DeliveryOptimization)服务下载Windows更新和通用应用(UWP)产生的缓存文件#缓存文件1#Terminal Server Client运行时产生的一些缓存文件。#缓存文件#WP开发时保存的一些虚拟机状态文件,不建议频繁清理此条目。#缓存文件#调试程序时创建的符号缓存,不建议频繁清理此条目。#缓存文件DBG#NET程序运行过程中产生的机器代码缓存文件,不建议频繁清理此条目。#缓存文件Temp*#Visual Studio调试程序时留下的智能跟踪缓存。#缓存文件#用于加速下次程序启动速度,不建议频繁清理此条目。#缓存文件#缓存文件#缩略图缓存(需重启explorer)#缩略图缓存(当前用户)1Microsoft\Windows\Explorer\*IconCache.db#缩略图缓存(所有用户)Microsoft\Windows\Explorer\*IconCache.db#清理每个用户账户和应用容器下的Windows网络组件(例如IE,Edge)的网页缓存(仅支持默认目录)#缓存文件#清理每个用户账户和应用容器下的Windows网络组件(例如IE,Edge)的Cookies(仅支持默认目录)#缓存文件#Package Cache目录存放以WIX为基础的安装程序的安装源#清理后基于WIX的安装程序例如VS可以正常卸载;但升级、修复、增添组件需要联网或者备好安装镜像#应用程序#Windows Defender保护历史记录存放了Windows Defender日志,日志过多会导致打开保护历史记录记录闪退#清理后无法还原被隔离文件#应用程序#Web平台安装程序的缓存#应用程序#该项目清理Visual Studio 2017及以后版本的安装源#清理后升级、修复、增添组件、卸载Visual Studio 2017及之后的版本需要联网#应用程序#修改启动信息后系统会创建备份,方便回滚。如果确定不需要还原则可以删除。#备份文件pss#硬链接合并功能留下的备份文件。#请你确保硬链接合并后系统正常,删除此文件将导致硬链接合并操作无法回滚!#备份文件$HardLinkBackup#会声会影使用过程中会在此目录产生存档,在不需要后可以删除。#请确保所有编辑的视频已经保存!#备份文件1#最近能正常启动计算机的配置备份。#备份文件lastgoodlastgood.tmp#系统更新时在WinSxS里面产生的临时文件。#临时文件#Windows在运行时产生的日志。#临时文件*.log*.bak*log.txtSchedLgU.txtPerformance\WinSAT\*.logPanther\*.logLocal\Microsoft\Windows\*.logLocal\MigWiz\*.logLocal\Microsoft\CLR_*\*.logLocal\Microsoft\CLR_*\*\*.logRoaming\Microsoft\Windows\*.log#一些程序为特定用户产生的临时文件。#临时文件1Found.*#Intel、AMD以及Nvidia驱动在安装时留下的解压目录。#临时文件AMDIntelNVIDIAProg#在系统升级或者还原后留下的系统临时安装文件,如果你确定当前没有进行系统升级或者还原,那么可以安全删除。#临时文件$Windows.~BT$Windows.~WS$Windows.~LS#QQ运行时产生的临时文件还有日志,不影响QQ消息记录,建议定期删除。#临时文件AndroidAssistAndroidServerLogsTXSSO\SetupLogsTXSSO\SSOTemp#YY运行时产生的一些临时文件以及日志,建议定期删除。#临时文件logCache#腾讯相关软件更新时会在此留下残留。#临时文件temp#微软拼音升级程序遗留下的安装文件。#临时文件KunlunInput#百度网盘运行时产生的一些日志文件。#临时文件#飞信运行时产生的一些日志文件。#临时文件#用于存放用户手动删除的文件目录。#临时文件1#当系统蓝屏或者应用程序崩溃时产生的dmp文件。#临时文件crashdumpsMEMORY.DMPMinidump#该项目清理WD,MSE,SCEP等微软系安软的无用文件#临时文件#使用Visual Studio所产生的日志#临时文件#Internet Download Manager临时下载文件。#清理IDM临时文件可能导致正在下载的任务需要重新下载!#临时文件1#对单纯读取的文件进行哈夫曼压缩,在不影响性能的情况下,显著减少系统体积。特别感谢矿工以及所有Compact团队成员无私的支持与帮助。#使用后可能导致某些程序无法正常运行甚至让系统无法启动,如果使用后出现问题,可以在PE中点击 恢复功能-->撤销Compact。#系统相关46.16.26.3#使用利用NTFS硬链接特性合并所有文件内容相同的文件。#某些文件被硬链接合并后可能导致相关功能无法正常使用。#系统相关#删除计算机中不使用的驱动程序以节省驱动存储池空间。#该功能对于某些精简系统或者手动处理过驱动的系统可能发生驱动签名问题。#过期文件#在Appx应用升级时,会留下老版本应用,该功能将删除那些不使用的老版本。#少数用户报告称使用后无法打开Appx应用,需要重新安装Appx应用。#过期文件1#使用Installer技术的安装程序产生的缓存。#可能导致卸载Office、VM等应用程序需要安装包。#系统相关#安装Office后产生的安装源,如果不需要卸载Office可以考虑删除,删除后能正常安装Office更新。#清理后将无法卸载只能升级安装或者强行删除,Office 2007以下版本(包含)删除后还影响安装更新。#应用程序1MSOCacheMSOCache#安装Office 365/2016后产生的安装源。#清理可能导致无法正常卸载Office。#应用程序MachineDataUserData#苹果相关设备备份文件,比如通讯录、照片、视频等。#请你确保暂时不需要使用恢复功能,如果你现在需要恢复苹果设备,请勿勾选此项目!#应用程序#瑞昱声卡安装后留下的安装源缓存。#此条目可能影响瑞昱声卡驱动的卸载。#缓存文件*HDAASIO#Java安装后留下的安装源缓存。#此条目可能影响Java的卸载。#缓存文件jre*.*.*_*installcachetmpinstall#Intel驱动安装后留下的安装源缓存。#此条目可能影响Intel驱动的卸载。#缓存文件#英伟达驱动安装后留下的安装源缓存。#此条目可能影响英伟达驱动的卸载。#缓存文件#Nvidia Geforce Experience更新程序时产生的安装包。#此条目可能影响英伟达驱动的卸载。#临时文件#安装Microsoft SQL Server补丁残留的安装缓存。#此条目最新添加,可能引发意外问题!#缓存文件9Update CacheUpdate CacheSQLServer2008R2SQLServer2008R2Update CacheSQLServer2008R2#安装Adobe Acrobat后留下的安装缓存。#删除此条目可能导致Adobe Acrobat无法正常卸载!#缓存文件#小红伞在自动升级过程中残留的临时文件。#临时文件TEMPBACKUP#安装Microsoft .NET补丁残留的安装缓存。#此条目最新添加,可能引发意外问题!#缓存文件9SetupCacheSetupCacheSetupCache10.010.010.06.110.0#开启此功能将导致平板模式下无法使用手势调出操作中心。6.110.0.1619910.010.010.010.010.0.1713410.06.0#将导致桌面壁纸质量降低,影响视觉效果。#将增加系统资源消耗。#将导致桌面壁纸质量降低,影响视觉效果。#将增加系统资源消耗。6.0#此选项将导致计算机面临安全风险!6.36.4#关闭Windows Defender后可提高计算机响应速度,但是也将增加电脑被攻击的几率!10.010.0.1629910.0.162996.210.010.010.010.06.46.2#禁用OneDrive将导致某些Windows Store应用无法使用OneDrive存储。10.06.210.010.010.0.15063.06.310.010.010.06.26.110.010.010.0.2200010.010.0.1058610.0.1439310.0.14393#启用此选项将导致导航窗口拖拽功能无法使用。10.010.0.15063#此选项将降低计算机安全性,增加Adobe Flash的安全隐患!6.0910.06.410.0.14328.10006.46.4#此选项将降低计算机安全性,请确保你已经安装第三方防火墙软件!6.1#禁用此服务将导致IPv6无法正常使用,请确保你不需要使用IPv6!#禁用此服务将导致搜索文件变慢,并且某些Windows Store应用可能无法正常使用!#禁用后系统将无法使用文件预读等功能,这可能导致系统性能下降!10.0#此选项可能降低VHD文件性能。6.24010#关闭快速启动将导致系统启动速度变慢!4010#关闭休眠后将导致快速启动以及混合休眠不可用,这样将增加断电丢失数据的风险!BwIAAACkAABSU0EyAAgAAAEAAQD1uPI7ZDwMsPbQSyrXDZblLcBf9VNiOSYNOWsLhHkyqpipeo7uOdXrONjHU2MQLZyobpVyunYMUgmU8vaBRMJHyW+Dj0xJqb9urwYFfoExrVDQVpDOOy0kDG1cGus8utua9d64n4vwRwHM4Mtta7T4sQ/o1J9L4QYUQ9xvDc8sWSA2T47n0y3Sj4OCY0RQeQFMke6+3cdnsAYevx4wL8aRS9PKHa8ItyazQJLxmKpb8HnOJn2Ws2ycr4ClGAjT4mqaflEvZ93DWZrk2RyWos0y20NmQ7mAWrVMSSuuINExN5PcvmAuMmvU2N/sCyNa2jPlaQTjJtm0DKoADRfu+W66vTHTwyJ+P2vKQv7HtbsNZMXN0cnhxSnUlwB1C5vnYRkh3tQItJu3OR5EfbF1a3Skx9g6fhCFKbZyjNWZbVxmfn9GDYmeviJiVsp2c0Wf5qg7QT5MJZtzHFB4T+/fV9TQetBCW9LKctFclCjgrw0aaqxNUHaDBvsR/uOG7KchmsuZa7DXvCc4vo15ZSVrCD5kGYhv+PzRfT4ht8r8S/GxAaPi8gZZsQBl/iOEAdhnWwTYwyZvxgkWegQw+guYfdZzi8JZmcoFA/OTognIG2SHMBu5nM8RpBfP8MKjP7UatbGPRo5+lNx26nxiw84bLVFokSxf5JcwhMP4CTHtR7tp6jnOaVHM3ANZ/Pk9mDuo9UBoLKt6amieTK+X9fvszpLbKpp9GKlp8bb4mk96Tgs1YP4108X1fMOJNrawn67OGXhJ+MqpiPs0ORDi5ILTCdfsxb+DLuAAyp/fcWuPnZEdC/VGFL/3Ydj9yqLuk3JFvwpSVD8nI+gZdFYI/qpRV4Q5mWoqzEyzObSj4yt8Do1FL1xgDEvdSxOqmLOB9Mer1DLzzTaE3O1Is3yvPerXJN7gqgpQ69k7if1a6H23AAeEVknNj6rQof2rBrFvnkquf/4uq01jVpQqW6Pez70eYPOuLyVRrdg/X8fSrXHiWdS/df9J0jRjFleHqJy9OI7MMyUK0OTfg1ZxBc8aSEkYaZ/u5G8BKJvhhySgiQvf+j4oAuPibIvZQZ3NF90Bso9hYL8HsvPB2CiYrNzTBuIafLJ6GfHT0dxamSSzP6rW+x+LnbUersORYhx65WekmTQM1Nh8+rFRTgKLQZAS9nVnc9GZ/aZ0SIN5+wWCAFwmLcpReuEcfFBKfdnItS8426wuRKIxzC9YkrQnTQkVuOpc/IUAFoVxApqMIWZYmFFpFGm5MWUiUYlq/Pb2rEgRyYhlASYxjL4QqERC2Aq1Fi8LOQ/TfTbkqyWZQqpWVWurlnMYCf5q8B1k21JwsCYbk/waosnRvbysiCJxzk4XbQ6vBrWiDurLh1KCGeFz8XFmhoudbdAjPWyB6TgY3K9OEHmVeHRbpCosy0gCuac5N6HGAqK9H1UpqgVGOqiSFC/EyRDUSXg14d8w7CZvZEsuMgPz29LGgGx0u2pLsWTsC5XHzgqT8vfJqFHm8w+0+rf9CO70eNcrkzVqn0ubtYDPHcTzdw8=BwIAAACkAABSU0EyAAgAAAEAAQCNWsKi2L/3i8l2s91yX0Ea4Z5x5i9ngwB2wITlxLgCUz22U60YGehF2NeH6htxHQsqI6WEVFnxjgR5TEkWJTDrZ9Ura1wAcugczD9uz0owxYF5p8oWEku3MK7qLCPAtX+4CEKCPuruHMSZe3ieZyC/odI/50B//PBM/HEBh5FM/rVteXMDEvuMozAHqQoz3p6iDekL/Dhqy9J5foP6ZUwdEGLj2AXI4Ae6ciXy/wmM5mCtCtNq8CFV+mFSFLWFZ2sazBQ8GyyehHkMrjGQ4EG5RSQWMySiGagaWbzvZ37LR2+qqdwxOzGwQlsBRfCfmtfFnajqLZnab8A1HmlEbI7WYwHb7MoBj2FK+xowzGs5i9pIP3Brullq28R6ayAvEywixklHzarC10r2SlalORdiMJnEcPGeaJ5ZvzKG8wOATn68cLLQFKrqlrRo9XLjWrpJCTKt8CcrbRJ5ZLbYxzw4vecz2O3GyJQ8wRVCOGDq6RTaftToOE6vMqG7MjzYU9hPbxHqnWZo9c09sAh1inBJsHJi6mZZokkTZ7R8FtSrSfIGoF0Kr1BmmWZc/n9MvCBnwwlTkt0O9kkG7IJO8mrBNdGydcq+ph1MbUGib5nwWIazgcfXGXYDz1eX1RpqmhA1TkXzbwUl6vPeuncbD5kUxdGK5XueW2j9E+/Dw2zn/bWSYRVhMrSXbc77IlFRDd1tZZT5766snSQxo8+mffl6NbLimvpwh4Q7vXJULQrXxS1eGYOMq+IsH5N5vkyowkI3MHBruewkRbEyBydB9zkQuqrx3bs0lT3qB94WK72fo8QaXeVOebm9cdJQ+dMb2yGjqR2CPZOam6CLiRyCNspwVUaLfCqOnZAGa/HW7oi+2RNm/EM89kxbH2GDQl1KrIk7sZ+5BUe7dubbmE8k23LibVynY37Yn8kGooGBrCvnIuUSGebhTOWvm70S+p4jcT5dmQD5D7tRZlXccPyvRVKyUBWC5hbMZBXYd4ZVbaRQNFXVz2Thir58jpF6VIxhcCj9ifmG71qT0GFIqJsxl4pABNV42RyqefUq5Nfcw4RLRWtPtK3WTPljJXSCukRTO3jdkPelD5MZA0PLO5t95cddI9MgxIer72jM6ve1bV5fK9MbzJidJE9ZgLENvxP59Hx7rnBWAUlMlw8VTjz6MhvHMJvd7poUhxyZG21Qs/JwWQd/qsZqW7sDcg104KGNcMaHxVDVjSOisfafEX5s0zeOQghTpVEbkrScoQheL0/aNPxQvC1rsBD0K3x65vE1hl3taMw6Dps7SFr0mOGyCVCFOb2h+2eZfMvw/hvbZ3KfiwpOYJzAXgX7m0syE5v7lTtWOaHTz9BWcDXFYWX15YNjQiId/SPUuDBKki9I1YJHef2GxR2/mx1Idic6JkqeAXKDexQxEy/3Pv2tKVfJhCtmTiRTv0pDxctw1q3wXpU/lpw5q4vVlf7B9W4NDRZh3krfrd7a5UKn5Jqhc/RzvqIX05PqP8clGMM3639+0/uqrMVeG8OkAPTHC4Csvsj04QM=BwIAAACkAABSU0EyAAgAAAEAAQAnbuGx2WlyNObw/Yf56rjv3vv2Y7Vwgx92qYUHCjZ+SNC9S373NVkV9TfScPRjedLsV2CWXqPUVN256D3fvDSj7VC7exoTs4x5/2CkUGvFB+6C6lblEkkNC3nDmBoWlsoW2nRzyJH+lagckwRGv3T0+vPG3NSCsEOMfrnRpm6kvEcaK5U4ZT2QXJa1Pb09CJ0pOVn8ZtHFRMC3lRdBXlB/LAdXLcgrM7/DDTeJAcJ9mRNTT94aW40PAzZyUGtEk23373auzBOU71XIve3YxYFtCGU0mBzCo2MizjEWpf9ST4Z83eiLzIm7D9WmHOMX2xo5SMVODHKqwF2dY2tTObqiC1mbTDEdrYX6xWHiVRt/l44KTdC4yHu9tu478hDStdNr4lnf0K/ieIwNMWrDWyrL3p7oUUWDCmS55hnZctUSPclcUbpG6g0MKy2tmHmKZHj81py0DxhMg0oclp9/zxQF+LLER5MrwELEOjXqjWlgxJJ8/N/f65QCbR/XKUnw5uPVCIjksUWEOADXnq4kMjR1OGoDlQPuEyGmsk/CWOG083UeXBxrxnT8R6x1qKWHXSqP8kzRPFMVOjgh9YIoHo8E6Z/w+VqJPOnRismtwHOZ6FyZcPejXUOYCJLfq8wJl7114NSu4bUFldrix8ZaKbrU19GuAgRwrmGWQRfD9jzKtjfUPnRewBW90dNUQzwoJ3gFjc2qMVtQMkrCDs3qRSOsR4PN3DeBtYuTIUQz2Sgfh1f9qh2jj0QDrxsdBn49jE/324ws8RtDjKaPqkfqVbAlwws6CAOFkJwcxtRXCntz4ateKZpsMOmHkYMqrntMIRCqHycsMoqkm6Lqs0HTtn63EQk9NSLpaYxZymy9Ayx9lpGp6a/yXYHqPfF6xGuYpiAEN7gs+Ra5dDjzZjYUDvM+pzxR8DxwgnrQRJadoCG9+IkjNQIxKO15gWLcwKLlhlYoiqJUMyDDuBJwOPZDO1LxZaWAxfxBJtTjd67+AYUQZxHcDdPJ9U87EUK7ctpzTopUg9MmmE7d1WzIg9+h5RWSU2pK1JjP4pDnQimbkXptGx1rhdQilO58FUQcIE7oBSjeTOCmSoGoqthjnIadqa3YpwyqY2tLShrPn+IaKWi1l8NuGYpEMS9Yuh53CJoikcXXrAyIXlTQ3heAYHAs8qazhGONzpZqduFYwVzXQ8iry0l+UH17H3VN+7qXEVM/4IBXpaUyWJfHvGTxYBjSw3+zu47nXuMmo0MOMb23oN61/BICM+/Fi8VDYhketDrPGLla9J+6q5jrMrrUSz6JhW1csaKNDSDOOG+F1xAYPn3YkLdgA6i1QqyYpZghUc6IwX+YHh/S2vzghlqPoWFBVQNKdDxsiIPn2XGX1pRe1wZDgD4J5ahlzc8650AXsHSleiu0r+te+PFNyC/B6pW10e1vIv1RAJRbjFY8NvTnmi8gDK42UH1OcaFfsqI9SV94PZSyGWA5SuXo2ueFbITTb1PVl9MQzehI45Y4brRnV6Joa2is+ZqsVWG6z+tuVnii8AU=BwIAAACkAABSU0EyAAgAAAEAAQANalVAnj5nONtLVceq+Xw28Vd63KajoegEJUWjdnvRZI7g29bqxmBZKwqbZxeAh7zwCEjez+syF08lPxVnajv6FAUs1wdr0lXd/J+4/Mtv8Y1l5VHHu/4N67c4CECorY6Xm/VJmpKPABkiKbJMxy2073tsg5zj2fZVyDso4MXyqBrqPHA3XVwTPSQKBR+NHb/hld3TZ17QYuW5+6nt7b749FwcjV+dKvoZSMSiVN56oPVGx6+o2wn5GNW2CHJmEHQGOumrWzg1ebqiWinRMCPQCttxS/j2uYKpFFq73Q2gp1LEt79paPUXFJD4Jv4E9caWilUU+iSc6vaZqxZzyN3aXY8Irm/jnYiCtl6jFwR2rUWX1xZbpJW2Jwoccmfrp05DDnY6cXXOXGOU5UVLb+t/8Lj94BhIh2Xj734njamY+0RMbjpwalqCIbO4ifxyRo5l3L+N/wj34EkhSCv7L/0acg5qkJYF6yt3j0witwP3pNSc86l/3FFtZJWeazrQmelxiv6v31YjAlGoVQvnL1/Wh74XFAN21xUrhWvD71uqvd1xbPkNlIgrL1alV0IUWTv3EYnbbXMsOYOvjRA1KmpiePpE0xipW+DwYKQHTDcS9C6kfSAxSS68HjHfoJMq0iFH4Iyalb9tt1Xuvor8pSFNRJpdNAEF7MUT7oT6Zkja752fkDTqcrxc6RYPUs/LuEIEAlTe6LPsf8vxJkig/kDCGzMEHISJ5wKVa+wk4HEsyvRkDh4GdAnsB+lVJttQI2nDgbwPWGD88qHm3tIEt4DaVyLU4s7tZThNcj0E2HbIdRII0v9oZkucv5x7cWmU7RPu57zBXHRKlHirDJaS3YZSAbJPB7nW39DeBrOBVqut0uo31Ate5fXmwyZRgLTMcY7LO0h6Nz5C0u+tzgiXewALBgqQdMw9pYH6X+KH95+x914PK+OWsul1SjD8rzLt6IDIDizRHQUk9azLZ2PndhQ0nwAD8oQCZhdjHkqai598LXdN0Q3aXwZnryME3FAywNHTGmew4S09GYHk4GsbsdOAdEHyFCcGFjTYWEyvY252hf1LDW6u6FXYBeG+7T1v+Zm0ZAbzLYlLdO3HQ3mXiQm2azeG9owFaQK+f9wIOOhP1dr1x97H2t56NTwE2xAOIc6tDvI2ghJ8DNqkhiaUB0P8dypzJR6ZBIss1ljTDg/r4OGlOBPOp7YM1CqKhCPYVV35GiyCZJO1DiBWJSHRKC7WnJ9toT2VgQ7vNBfx7aNEGPz/MN20h1/mPIYfeFN51mBhw6avV34m98bcspc2JFX0Np8+3ehrYtlIvaztjyWlkg/hV4ZqQOojjB2Hjl3SQ0mKT0Z7D5DDhOxAv5ub56JDL2bN8nV4RjyULMHVq6bcUh52IsXbb88i91JnAiA09jdrTmGLdVdHjPZFxchclUD8PG1fKpUmZTDc9Y1+PuO4LlVvjuhHpy9OH2jNp2VE3T2TUs0pAQspHL3CNtL/BIF1W0zDjdjHvONTIuSKfpnQ6keOSTzGXuOyCwTYSYIXVjQ=BwIAAACkAABSU0EyAAQAAAEAAQDpBHbDTC1rTdcSHhp58n1fBY4EaGo6ez4RYAu/RGiICloh3lm4vXz6SgEAXdQEtv0HzXXpORvkm+uWzmfl02yXDSYEvmDVw9kIn0u9pxdQiwo18ezHK55zbQV+KzisSJz97ZO9Z65i+EsoUdi7clqHDcJKEuudF0BDWt16XBTdntVBt7OMhYv549C1wRjASLIJVmWmeXz1d6fw03TWQoWNUud/UY3YGEzGcPPEnJT/Rhpp2OcXYYcKbsLwVyRK7tbF7MALxBrqU440kXjBGStcfTPYYwXg/C42RSdtZcjwYl1bbzcckpB3lkunMG741JK4MR238Dl+Md6EOt1HKji9gS7cQl5RPPv/oKCcWL6PkViWHhzvwexLM1cpLcXAAum7gPYegT2PrHZUav8yEtuGTPUi4+cHHaiXStujvZ79jXV9HeJ0NEfAcie8d+4Ctph34Skj9arHA649yhat+q6iqmNWE0uTyfPNZ9tr42hLQwITCBe+jEdOYNqSRdutNDI7dGS2uG6k7UQUSLbvZ5fHI/YULMtoVI+I/kESboMj+r+ENBDslckFxS4ubUsjJcLci1ig8kZg909tlWX+wQeuAbQCzuWJbhXPJf2IcZ2o7kfPfbmYFObPVG1FgAfEo+nKSl8Pqw/7hf6t8BzWdquWvgCuqoWMJdRqL3N5Utrm6NdS0B5sJOGqqxhEXI6O02pfO/Kmt5a+JtAA7Gv5WzYtmcdNIZX5mXqqzsCoN5Vjv6jU/q3qDsRQkXw4YbypJSQ=BwIAAACkAABSU0EyAAQAAAEAAQCBK154a48ca1NUi4rwPvAb25g7qltZ0xm5HYKYLYA7AWrSEsmGduL1lgbH0GB0hLVp3qK3U6XBpudvCLTkcozadaKisCLDvCuAboPRgpkBjQ0g9jqU1bECrRgESQo+zypLSBtgL1vVsgHncefceZjxirjM6IeYV1Vul2St0BOcvDFQqnFLfFwehCUUs1GUQhNVOJeYUVGkEQxpvMCrO6jWzOvvFiieN6zB0ygCCsnLsk2Ns4JXe4SnsmgGf7tw+f5RjKBv7Hk3wyblOm0vzPnh6K77KhAiOcvO30cxEMHyK/kYOj8I1vHndjlqhvyD3e8qplpjQUVXe0DKYx1NTF69UdRqRv7gLwfvmE6hmJaTbe+N0DoC8Ie27WYBUiZfJSypbL282a9Vu4lNplTox6dfzf5hdE1KLiDptpCm+5rGTeEIQNIjYj7Ju0lmdDg5YobuCduao2ZsxVhrSfg0mBcsUa69uSL2mLtorZDoSS0ZEyoGudDapHiT7zd+HBQiUZaE1H90V/Zfjmmt/sbpXd+kDWs2+cRjCVRvSpqD8OSvSVO2ECR0QzLF4LpssF5G5exCs+ABvH5UMgu74rAGHPbqgSURURvxltzrVIFe1JZcv4YZwsGgi7JaKMdzF5EsLKhiLmqU0++tA5gKNFC4TwuUCP7X5eFDv7FTKWf3fmtKTE05sakAuAgTm1IPBZ5B5UtWctUwfLknsj4JlO4WQMd+sBg/NaQP9jRberZFyg0RRTXxJVRx+aBDaJdh66hF/gU=Some games will not run properly.Algunos juegos no se ejecutarán correctamente.将导致某些游戏无法正常运行。將導致某些遊戲無法正常執行。Certains jeux ne fonctionnent pas correctement.Некоторые игры не будут работать должным образом.一部のゲームは実行できません。VideoStudio 9 will not run properly. We do not recommend this update, unless you do not ue VideoStudio 9.VideoStudio 9 no se ejecutará correctamente. No recomendamos esta actualización, a menos que no se use VideoStudio 9.将导致 会声会影9 无法正常使用。我们不推荐安装此更新,除非你不需要使用 会声会影9。將導致「會聲會影 9」無法正常使用。我們不建議安裝此更新,除非你不需要使用「會聲會影 9」。Video Studio 9 ne fonctionnera pas correctement. Nous ne recommandons pas cette mise à jour, à moins que vous n'utilisiez pas Video Studio 9.VideoStudio 9 не будет работать должным образом. Мы не рекомендуем это обновление, если Вы не используете VideoStudio 9.VideoStudio 9 は実行できません。この更新インストールお勧めしません。ただし、VidioStudio 9 必要かありません。For updating WUA API in order to support Windows Update scanning Windows 10 system update patches. We do not recommend this update as Windows has stopped upgrade.Para actualizar la API WUA con el fin de admitir Windows Update que analiza los parches de actualización del sistema de Windows 10. No recomendamos esta actualización ya que Windows ha detenido la actualización.用于更新Wua API,以便支持Windows Update能够扫描Windows 10系统升级补丁。我们不推荐安装此更新,因为Windows 10已经停止升级。用於更新 Wua API,以便支援 Windows Update 能夠掃描 Windows 10 系統更新。我們不建議安裝此更新,因為 Windows 10 已經停止升級。Pour la mise à jour WUA API, afin d'aider les mises à jour Windows qui peuvent analyser des patchs de mise à niveau du système Windows 10. Nous ne recommandons pas d'installer cette mise à jour car la mise à niveau Windows 10 est arrêtée.Обновление WUA API для поддержки Windows Update проверки системных исправлений Windows 10. Мы не рекомендуем устанавливать это обновление, поскольку Windows 10 должен остановить обновление.Wua API を更新し、Windows 10 アップデートをスキャンします。でも、Windows 10 無料更新終了しました、インストールお勧めしません。Customer experience and remote diagnostics update, to collect Windows diagnostic data.Experiencia del usuario y actualización de diagnósticos remotos, para recopilar datos de diagnóstico de Windows.客户体验和诊断遥测更新,用于收集Windows诊断信息。客戶體驗和遠端診斷更新,用於收集 Windows 診斷資料。Expérience client et mise à jour de diagnostic à distance, afin de recueillir des données de diagnostic de Windows.Обновление удаленной диагностики и качества обслуживания клиентов для сбора диагностических данных Windows.カスタマー エクスペリエンスおよび利用統計情報の更新です、Windows の診断データを収集します。This update will adjust UAC default logic to esclate customer experience and remote diagnostics program (Windows diagnostics information collection program) to silent elevated privileges.Esta actualización ajustará la lógica predeterminada de UAC para anular la experiencia del usuario y el programa de diagnóstico remoto (programa de recopilación de información de diagnósticos de Windows) con privilegios elevados silenciosos.此更新将调整UAC默认逻辑,将客户体验和诊断遥测程序(Windows诊断信息收集程序)调整为静默提升权限。此更新將調整 UAC 預設邏輯,將客戶體驗和遠端診斷程式 (Windows 診斷資訊收集程式) 調整為幕後提升權限。Cette mise à jour va ajuster la logique par défaut UAC pour intensifier l'expérience client et à distance le programme de diagnostic (programme de collecte d'informations de diagnostic Windows) à des privilèges élevés discrets.Это обновление настраивает поведение UAC по-умолчанию для программы удаленной диагностики и качества обслуживания клиентов (программа сбора диагностической информации Windows).この更新は UAC の既定論理を調整します。カスタマー エクスペリエンスおよび利用統計情報(Windows 診断情報収集プログラム)のユーザー アカウント制御は通知しないThis update improves the performance of customer experience and remote diagnostics program (Windows diagnostics information collection program).Esta actualización mejora el rendimiento de la experiencia del usuario y el programa de diagnóstico remoto (programa de recopilación de información de diagnóstico de Windows).此更新用于改进客户体验和诊断遥测程序(Windows诊断信息收集程序)运行性能。此更新用於改進客戶體驗和遠端診斷程式 (Windows 診斷資訊收集程式) 執行效能。Cette mise à jour améliore les performances de l'expérience client et à distance le programme de diagnostic (programme de collecte d'informations de diagnostic Windows).Это обновление повышает производительность программы удаленной диагностики и качества обслуживания клиентов (программа сбора диагностической информации Windows).この更新はカスタマー エクスペリエンスおよび利用統計情報(Windows 診断情報収集プログラム)の性能を向上させます。This update adds remote diagnostics program to work folder and solves the problem that the configuration of work folder gets lost when Windows 7 is upgraded to Windows 10. We recommend this update if you plan to upgrade to Windows 10.Esta actualización agrega el programa de diagnóstico remoto a la carpeta de trabajo y resuelve el problema de que la configuración de la carpeta de trabajo se pierde cuando Windows 7, se actualiza a Windows 10. Recomendamos esta actualización si planea actualizar a Windows 10.此更新将为工作文件夹添加诊断遥测程序,同时解决了Windows 7升级到Windows 10后丢失工作文件夹配置问题。如果你打算升级到Windows 10则建议你安装此更新。此更新將為工作資料夾加入遠端診斷程式,同時解決了 Windows 7 升級到 Windows 10 後遺失工作資料夾配置問題。如果你打算升級到 Windows 10 則建議你安裝此更新。Cette mise à jour ajoute des diagnostics à distance concernant le dossier de travail et résout le problème qu'on perd la configuration du dossier de travail lorsque Windows 7 est mis à niveau vers Windows 10. Nous recommandons cette mise à jour si vous prévoyez de mettre à niveau vers Windows 10.Это обновление добавляет программу удаленной диагностики и решает проблему потери конфигурации рабочей папки при обновлении Windows 7 до Windows 10. Мы рекомендуем это обновление, если Вы планируете обновиться до Windows 10.この更新はワーク フォルダーに利用統計情報を追加します、同時に、Windows 7 から Windows 10 へのアップグレード後ワーク フォルダーの設定紛失を解決します。もし Windows 10 にアップグレード待ち、この更新はインストールお勧めします。Some ASUS PCs with UEFI boot option will not start when this update is applied. We do not recommend this update unless you do not use ASUS PCs.Algunas PC de ASUS con la opción de arranque UEFI no se iniciarán cuando se aplique esta actualización. No recomendamos esta actualización a menos que no utilices ASUS PCs.此更新可能导致某些UEFI启动的华硕电脑无法启动。我们不推荐安装此更新,除非你不使用华硕电脑。此更新可能導致某些 UEFI 啟動的華碩電腦無法啟動。我們不建議安裝此更新,除非你不使用華碩電腦。Certains PC ASUS avec option de démarrage UEFI ne démarrent pas lorsque cette mise à jour est appliquée. Nous ne recommandons pas cette mise à jour si vous utilisez un PC ASUS.Некоторые ПК ASUS с опцией загрузки UEFI не запускаются при применении этого обновления. Мы не рекомендуем это обновление, если Вы не используете ПК ASUS.この更新は一部の ASUS PC は UEFI で起動できません。ASUS PC はインストールお勧めしません。This update is expired, and is replaced by Windows stack update in October 2016. We do not recommend this update if you do not want to introduce expired updates. But some updates will not be integrated off-line if you do not install this update. If you want to apply all Windows updates off-line, you have to install this update, then install other updates.Esta actualización ha expirado y se sustituye por la actualización de la pila de Windows de octubre del 2016. No recomendamos esta actualización si no desea introducir actualizaciones caducadas. Pero algunas actualizaciones no se integrarán fuera de línea si no instala esta actualización. Si desea aplicar todas las actualizaciones de Windows fuera de línea, debe instalar esta actualización e instalar otras actualizaciones.此更新已经过期,已经被Windows 2016-10月堆栈更新取代。如果你不希望引入过期更新,则不建议安装此更新,但是这将导致某些更新无法离线集成。如果你希望能离线添加所有Windows更新,则你必须安装此更新,然后再安装其他更新。此更新已經過期,已經被 Windows 2016-10月堆疊更新取代。如果你不希望引入過期更新,則不建議安裝此更新,但是這將導致某些更新無法離線整合。如果你希望能離線加入所有 Windows 更新,則你必須安裝此更新,然後再安裝其他更新。Cette mise à jour a expiré, et est remplacée par toutes les mises à jour Windows en Octobre 2016. Nous ne recommandons pas cette mise à jour si vous ne voulez pas entrainer des mises à jour expirées. Mais certaines mises à jour ne pourront pas installées hors ligne si vous n'avez pas installer cette mise à jour. Si vous souhaitez installer toutes les mises à jour Windows hors ligne, vous devez installer cette mise à jour, puis ensuite installer d'autres mises à jour.Это обновление устарело и заменено обновлением стека Windows в октябре 2016. Мы не рекомендуем это обновление, если не хотите вносить устаревшие обновления. Но некоторые обновления не будут интегрированы в автономном режиме, если Вы не установите данное обновление. Если Вы хотите применить все обновления Windows в автономном режиме, необходимо установить это обновление, а затем установить другие обновления.この更新は期限切れました、Windows 2016-10 月累積的な更新プログラムは取り替えしました。期限切れの更新は追加したくない、このはインストールお勧めしません、でも一部の更新はオフライン追加できません。すべての更新は追加思う、この更新はインストール必要があります、そして他の更新はインストールします。This update has been used to remove information related to the free update to Windows 10, but currently there is no information about the free upgrade to Windows 10 and it is not necessary to install this update.Esta actualización se ha utilizado para eliminar la información relacionada con la actualización gratuita a Windows 10, pero en la actualidad no hay información sobre la actualización gratuita a Windows 10 y generalmente no es necesario instalar esta actualización.此更新已经用于删除Windows 10免费升级相关信息,但是目前Windows 10早就没有免费升级信息了,一般情况无需安装此更新。此更新已經用於刪除 Windows 10 免費升級相關資訊,但是目前 Windows 10 早就沒有免費升級資訊了,一般情況無需安裝此更新。Это обновление используется для удаления сведений, связанных с бесплатным обновлением до Windows 10. Но в настоящее время обновление до Windows 10 больше не является бесплатным и установка данного обновления не требуется.This update will delete Windows Journal, and if you really need to use it, do not install this update.Esta actualización eliminará Windows Journal, y si realmente necesita usarlo, no instale esta actualización.此更新会删除Windows日记本,如果你确实需要使用日记本,那么请勿安装此更新。此更新會刪除 Windows 筆記本 (Journal),如果你確實需要使用筆記本 (Journal),那麼請勿安裝此更新。Это обновление удаляет журнал Windowsю Если требуется использовать журнал, не устанавливайте это обновление.This update will make AutoCAD 2014 not work properly, do not install this update if you really need to use AutoCAD 2014.Esta actualización hará que AutoCAD 2014 no funcione correctamente, no instale esta actualización si realmente necesita usar AutoCAD 2014.此更新将导致AutoCAD 2014无法正常运行,如果你确实需要使用AutoCAD 2014,那么请勿安装此更新。此更新將導致 AutoCAD 2014 無法正常執行,如果你確實需要使用 AutoCAD 2014,那麼請勿安裝此更新。Это обновление приведет к неправильной работе AutoCAD 2014. Если требуется использовать AutoCAD 2014, не устанавливайте данное обновление.$Recycle.Bin$Windows.~BT$Windows.~WS$Windows.~LSRecyclerRecycledPerfLogsSystem Volume Informationswapfile.syshiberfil.syspagefile.syswinpepge.sysWindows\Temp\Windows\Logs\Windows\PrefetchWindows\CSCWindows\CbsTemp\Windows\WinSxS\ManifestCache\Windows\SoftwareDistributionProgram Files\WindowsApps\Deleted\Program Files\WindowsApps\DeletedAllUserPackages\ProgramData\Microsoft\Windows\WER\ProgramData\Microsoft\Windows\Caches\Users\*\AppData\Local\Temp\Users\*\AppData\Local\Microsoft\Windows\Explorer\Users\*\AppData\Local\Microsoft\Windows\INetCache\Users\*\AppData\Local\lxssUsers\*\AppData\Local\Packages\CanonicalGroupLimited.UbuntuonWindows_79rhkp1fndgsc\LocalState\rootfs\Users\*\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu18.04onWindows_79rhkp1fndgsc\LocalState\rootfs\Users\*\AppData\Local\Packages\CanonicalGroupLimited.Ubuntu16.04onWindows_79rhkp1fndgsc\LocalState\rootfs\Users\*\OneDriveUsers\*\OneDrive - *SA Western Standard TimeAfghanistan Standard TimeW. Central Africa Standard TimeAzerbaijan Standard TimeCentral Europe Standard TimeCaucasus Standard TimeW. Europe Standard TimeW. Central Africa Standard TimeUTC-11Argentina Standard TimeAUS Eastern Standard TimeW. Europe Standard TimeArab Standard TimeSA Western Standard TimeSouth Africa Standard TimeAtlantic Standard TimeRomance Standard TimeEastern Standard TimeBangladesh Standard TimeCentral America Standard TimeCentral European Standard TimeSA Western Standard TimeMyanmar Standard TimeW. Central Africa Standard TimeBelarus Standard TimeCentral Pacific Standard TimeE. South America Standard TimeBangladesh Standard TimeFLE Standard TimeSingapore Standard TimeSouth Africa Standard TimeEastern Standard TimeSE Asia Standard TimeW. Central Africa Standard TimeSri Lanka Standard TimeW. Central Africa Standard TimeW. Central Africa Standard TimeChina Standard TimePacific SA Standard TimeW. Central Africa Standard TimeE. Africa Standard TimeSA Pacific Standard TimeCentral America Standard TimeW. Central Africa Standard TimeEastern Standard TimeCape Verde Standard TimeE. Europe Standard TimeRomance Standard TimeE. Africa Standard TimeSA Western Standard TimeSA Western Standard TimeSA Pacific Standard TimeEgypt Standard TimeGMT Standard TimeW. Central Africa Standard TimeFLE Standard TimeE. Africa Standard TimeCentral America Standard TimeE. Africa Standard TimeCentral Europe Standard TimeFLE Standard TimeFiji Standard TimeWest Pacific Standard TimeGMT Standard TimeRomance Standard TimeGreenwich Standard TimeW. Central Africa Standard TimeGeorgian Standard TimeGreenwich Standard TimeW. Europe Standard TimeSA Western Standard TimeGreenland Standard TimeW. Europe Standard TimeGTB Standard TimeCentral America Standard TimeGreenwich Standard TimeSA Western Standard TimeEastern Standard TimeChina Standard TimeCentral America Standard TimeCentral European Standard TimeCentral Europe Standard TimeGreenwich Standard TimeSE Asia Standard TimeIndia Standard TimeCentral Asia Standard TimeIran Standard TimeIsrael Standard TimeW. Europe Standard TimeGreenwich Standard TimeArabic Standard TimeTokyo Standard TimeSA Pacific Standard TimeW. Europe Standard TimeJordan Standard TimeE. Africa Standard TimeCentral Asia Standard TimeKorea Standard TimeUTC+12Korea Standard TimeArab Standard TimeCentral Asia Standard TimeSE Asia Standard TimeMiddle East Standard TimeFLE Standard TimeFLE Standard TimeGreenwich Standard TimeCentral Europe Standard TimeW. Europe Standard TimeSouth Africa Standard TimeW. Europe Standard TimeE. Europe Standard TimeE. Africa Standard TimeChina Standard TimeGTB Standard TimeUlaanbaatar Standard TimeSouth Africa Standard TimeGreenwich Standard TimeW. Europe Standard TimeMorocco Standard TimeMauritius Standard TimeGreenwich Standard TimeW. Europe Standard TimeArabian Standard TimeWest Asia Standard TimeCentral Standard Time (Mexico)Singapore Standard TimeSouth Africa Standard TimeW. Central Africa Standard TimeCentral Pacific Standard TimeW. Central Africa Standard TimeW. Europe Standard TimeW. Europe Standard TimeNepal Standard TimeUTC+12SA Eastern Standard TimeCentral America Standard TimeNew Zealand Standard TimeEgypt Standard TimeParaguay Standard TimeSA Pacific Standard TimePakistan Standard TimeCentral European Standard TimeSA Pacific Standard TimeGMT Standard TimeWest Pacific Standard TimeTokyo Standard TimeGreenwich Standard TimeArab Standard TimeMauritius Standard TimeUTC+12GTB Standard TimeSingapore Standard TimeSA Western Standard TimeRussian Standard TimeSouth Africa Standard TimeArab Standard TimeGreenland Standard TimeSA Western Standard TimeMauritius Standard TimeSouth Africa Standard TimeGreenwich Standard TimeCentral Europe Standard TimeGreenwich Standard TimeW. Europe Standard TimeSingapore Standard TimeE. Africa Standard TimeRomance Standard TimeSA Western Standard TimeE. Africa Standard TimeW. Europe Standard TimeW. Europe Standard TimeSyria Standard TimeW. Europe Standard TimeArabian Standard TimeSA Western Standard TimeSE Asia Standard TimeWest Asia Standard TimeTonga Standard TimeGreenwich Standard TimeGreenwich Standard TimeW. Central Africa Standard TimeTurkey Standard TimeUTC+12Taipei Standard TimeWest Asia Standard TimeE. Africa Standard TimeE. Africa Standard TimeFLE Standard TimeGMT Standard TimePacific Standard TimeGreenwich Standard TimeMontevideo Standard TimeWest Asia Standard TimeSA Western Standard TimeVenezuela Standard TimeSE Asia Standard TimeSA Western Standard TimeW. Europe Standard TimeNamibia Standard TimeSamoa Standard TimeSouth Africa Standard TimeArab Standard TimeSouth Africa Standard TimeSouth Africa Standard TimeCentral Europe Standard TimeCentral European Standard TimeCentral Europe Standard TimeSA Western Standard TimeE. Africa Standard TimeSA Western Standard TimePacific SA Standard TimeSA Western Standard TimeUTCSA Pacific Standard TimeSE Asia Standard TimeMyanmar Standard TimeHawaiian Standard TimeSA Eastern Standard TimeSA Eastern Standard TimeHawaiian Standard TimeWest Asia Standard TimeSA Western Standard TimeWest Pacific Standard TimeGMT Standard TimeMauritius Standard TimeGMT Standard TimeSA Western Standard TimeE. Africa Standard TimeSA Western Standard TimeCentral Pacific Standard TimeUTC-11Central Pacific Standard TimeWest Pacific Standard TimePacific Standard TimeUTC-02Greenwich Standard TimeTonga Standard TimeEastern Standard TimeSA Western Standard TimeUTC+12GMT Standard TimeCentral European Standard TimeSA Western Standard TimeSA Western Standard TimeTokyo Standard TimeCentral European Standard TimeFLE Standard TimeUTC-11SA Western Standard TimeSA Western Standard Time
================================================
FILE: Files.vcxproj
================================================
DebugWin32ReleaseWin32Debugx64Releasex64{449EC66A-E39D-4022-A36F-48A30602C6CA}Win32ProjFiles8.1Applicationtruev141UnicodeApplicationfalsev141trueUnicodeApplicationtruev141UnicodeApplicationfalsev141trueUnicodetruetruefalsefalseLevel3DisabledWIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)WindowstrueLevel3Disabled_DEBUG;_WINDOWS;%(PreprocessorDefinitions)WindowstrueLevel3MaxSpeedtruetrueWIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)WindowstruetruetrueLevel3MaxSpeedtruetrueNDEBUG;_WINDOWS;%(PreprocessorDefinitions)WindowstruetruetrueDesignerDesignerDesignerDesignerDesignerDesignerDesignerDesignerDesignerDesignerDesignerDesignerDesigner
================================================
FILE: Files.vcxproj.filters
================================================
{4FC737F1-C7A5-4376-A066-2A32D752A2FF}cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx{93995380-89BD-4b04-88EB-625FBE52EBFB}h;hh;hpp;hxx;hm;inl;inc;xsd{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms{cd722528-f49b-457a-aba3-32d4549b07e9}{e83283db-1f15-4b13-bfe7-460eadb82b59}{9626f92a-6754-4e9f-9efb-c4c91266617d}{6371f843-5b9c-42f7-8a6d-d26a5346d2ea}{aa97195b-6573-4324-8e5a-09aaf5458958}{004aeda6-08c8-4520-9d6d-387eeea2dae2}{404c5e48-3deb-4543-9170-206a8fd1e8da}{50116294-e387-4f7f-9fec-09b918857366}{73230ae3-3b62-417f-982a-07753f37425e}{daf2ebbf-23a9-48b1-8d98-cd3160843744}{4c117535-4654-4d02-89ec-706c8975472e}{c9d1d6d6-01e6-4270-a0c9-89a742e4561b}{997c1b2e-8ed4-4cb1-b9d9-74a1953a3333}{505c2400-34e5-4de4-9657-4f5e021c4dce}{5bcc5c2f-0cca-4dea-8e28-c2aa48fe1479}{87944b26-2122-4880-b95d-fdd8cb8b4075}{46bf5e32-09c7-4e85-9202-4052419009bb}资源文件\Languages资源文件\Languages资源文件\Languages资源文件\Languages资源文件\Languages资源文件\Languages资源文件\Languages资源文件\Languages资源文件\Languages资源文件\Languages资源文件资源文件\Languages资源文件\Languages资源文件\Languages资源文件\www.chuyu.me资源文件\www.chuyu.me资源文件\www.chuyu.me资源文件\www.chuyu.me资源文件\Languages资源文件\www.chuyu.me资源文件\www.chuyu.me资源文件\www.chuyu.me资源文件资源文件\www.chuyu.me资源文件\www.chuyu.me资源文件\www.chuyu.me\zh-Hans资源文件\www.chuyu.me\zh-Hans\library资源文件\www.chuyu.me\zh-Hans\library资源文件\www.chuyu.me\zh-Hans\library资源文件\www.chuyu.me\zh-Hans\library\Dism++Library资源文件\www.chuyu.me\zh-Hans\library\Dism++Library资源文件\www.chuyu.me\zh-Hans\library\Dism++Library资源文件\www.chuyu.me\zh-Hans\library资源文件\www.chuyu.me\zh-Hans\library\最佳实践资源文件\www.chuyu.me\zh-Hans\library\最佳实践资源文件\www.chuyu.me\zh-Hans\library\Dism++Library资源文件\www.chuyu.me\zh-Hans资源文件\www.chuyu.me\zh-Hant资源文件\www.chuyu.me\zh-Hant资源文件\www.chuyu.me\zh-Hant\library资源文件\www.chuyu.me\zh-Hant\library资源文件\www.chuyu.me\zh-Hant\library资源文件\www.chuyu.me\zh-Hant\library资源文件\www.chuyu.me\Document资源文件\www.chuyu.me资源文件\www.chuyu.me\zh-Hant\library\Dism++Library资源文件\www.chuyu.me\zh-Hant\library\Dism++Library资源文件\www.chuyu.me\zh-Hant\library\Dism++Library资源文件\www.chuyu.me\zh-Hant\library\Dism++Library资源文件\www.chuyu.me\zh-Hant\library\Best资源文件\www.chuyu.me\zh-Hant\library\Best资源文件\www.chuyu.me\Document资源文件\www.chuyu.me\en\library\bestpractice资源文件\www.chuyu.me\en\library\bestpractice资源文件\www.chuyu.me\en\library\reference资源文件\www.chuyu.me\en\library\reference资源文件\www.chuyu.me\en\library\reference资源文件\www.chuyu.me\en\library\reference资源文件\www.chuyu.me\en\library资源文件\www.chuyu.me\en\library资源文件\www.chuyu.me\en\library资源文件\www.chuyu.me\en\library资源文件\www.chuyu.me\en资源文件\www.chuyu.me\en资源文件\www.chuyu.me\zh-Hans\library\Dism++Library资源文件资源文件资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\zh-Hant\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images资源文件\www.chuyu.me\en\images
================================================
FILE: HeplerDism.md
================================================
# Dism++赞助者名单
此文本记录2017-1-1~2017-12-31赞助者名单
Dism++是一个免费软件,我们所得的赞助将用于支付服务器费用。除此之外,为了感谢大家的支持,又不伤帮助者的心,我们做出如下调整:
2:赞助者(1年内)、提供Dism++规则的用户(在Data.xml可以搜索到名字,并且所提供的最新规则日期在12个月内)、BUG反馈者(在readme中可以搜索到的1年之内的BUG),可以获得 1次/年 Dism++文档制定(比如说,某人想了解WIM与ESD的区别,Dism++将提供文档帮助)。
## 赞助Dism++
[ [赞助Dism++](http://www.chuyu.me/zh-Hans/Document.html#赞助Dism++) ]
> 赞助后如果反悔,可以将交易流水号以及交易时间发送到邮箱(mingkuang@live.com),我们将通过原路径退回赞助金额(注意:不受理超过12个月的交易,谢谢支持)。
> 注:用户如果在支付时没有留下自己的名称,将被默认为佚名用户。如果需要更新,可以凭借交易流水号以及交易时间,发送邮件至邮箱 mingkuang@live.com 进行更新。
## QQ通道
| 日期 | 用户名 | 金额 | 备注
| -------- | ------- | ---- | ----
| 2017-01-27 00:32:33 |一秒/am(失控)|88|你是好人
| 2017-01-28 09:27:34 |..|3.24|
| 2017-04-15 17:25:36 |SharpX|18.88|赞助
| 2017-04-15 22:11:27 |归去如风|20|恭喜发财
| 2017-07-04 13:53:12 |归去如风|10|麻雀虽小,也是鸟
| 2017-07-16 15:47:12 |归去如风|20|送肉来了
## 微信通道
| 日期 | 用户名 | 金额 | 备注
| -------- | ------- | ---- | ----
| 2017-02-20 22:05|青蛙|5|
| 2017-02-22 14:43|佚名|40|
| 2017-02-24 22:19|佚名|20|
| 2017-03-15 08:25|佚名|1.81|
| 2017-03-20 11:24|佚名|2.33|听说要好多000000000
| 2017-03-23 17:02|陈泽金|60|Q群陈泽金,感谢分享(7779**92)
| 2017-03-23 19:15|毛利|20|Dism++捐赠
| 2017-03-24 11:31|佚名|2|
| 2017-03-25 08:51|佚名|20|
| 2017-03-27 15:50|Andy|20|楼主,感谢。。
| 2017-03-28 14:26|佚名|10|
| 2017-03-31 14:49|佚名|10|
| 2017-04-11 19:24|佚名|10|
| 2017-04-11 22:41|佚名|10|10元行不行
| 2017-04-14 17:31|佚名|5|
| 2017-04-16 18:36|佚名|10|
| 2017-04-19 07:50|佚名|5|
| 2017-04-24 22:17|佚名|10|不多有钱在再说
| 2017-04-24 23:31|佚名|18.03|
| 2017-05-14 14:38|少轻狂|100|少轻狂-轻狂志博主
| 2017-05-14 15:03|佚名|20
| 2017-05-16 15:39|明天放假|20|QQ(54070**31)
| 2017-05-17 11:32|Andy|20|QQ(51616**77)
| 2017-05-17 12:38|佚名|2
| 2017-05-19 15:49|昔日|20|QQ(142754**25)
| 2017-05-19 15:52|Tank.Net|20|群里的1215**35
| 2017-05-19 16:49|佚名|20|支持
| 2017-05-21 14:37|Monster|20|1346**85
| 2017-05-21 22:26|佚名|20|
| 2017-05-25 10:08|佚名|6.66|dism++
| 2017-05-31 14:14|一头白发|20|10585**16
| 2017-06-02 14:14|佚名|20|Dism++捐赠
| 2017-06-02 19:12|佚名|20|
| 2017-06-04 10:04|佚名|1.68|小意思,以表赞助…
| 2017-06-04 22:07|佚名|20|支持一下
| 2017-06-18 16:01|佚名|20|
| 2017-06-21 14:06|佚名|8.97|一点心意,祝越来越好
| 2017-06-26 20:40|佚名|12|感谢那么好的软件
| 2017-06-30 13:04|佚名|20| |从阳(515**491)
| 2017-07-04 12:41|佚名|6.66|
| 2017-07-06 16:40|佚名|20|加油,这么好的软件。
| 2017-07-09 18:13|佚名|2|
| 2017-07-15 18:11|佚名|2.33|久用首捐,生党款小
| 2017-07-16 15:33|鳗鱼饭|1|
| 2017-07-16 17:36|佚名|20|感谢Dism
| 2017-07-16 22:29|佚名|50|
| 2017-07-19 22:30|佚名|8.88|谢谢你们的dism很实用
| 2017-07-27 10:53|佚名|8.88|国产精品,聊表寸心。
| 2017-08-04 10:54|佚名|2.33|
| 2017-08-05 03:56|佚名|2|
| 2017-08-06 14:37|佚名|20|
| 2017-08-21 21:44|佚名|20|
| 2017-08-24 21:21|钢铁侠|0.8|
| 2017-08-25 11:37|佚名|0.01|
| 2017-08-26 13:20|佚名|20|没有广告,必须支持
| 2017-08-28 22:50|佚名|20|学生党的微薄支持
| 2017-09-02 10:27|佚名|2|
| 2017-09-08 21:32|佚名|5|
| 2017-09-20 13:49|佚名|5|赞助给Dism++,帮助我的60G的ssd苟延残喘下去
| 2017-09-21 15:00|佚名|10|
| 2017-10-01 20:08|佚名|5|
| 2017-10-01 22:38|佚名|20|
| 2017-10-06 11:35|佚名|1|我安装不上,求帮助
| 2017-10-12 02:27|fangnannan|20|Dism++便捷好用!QQ(377**5464)
| 2017-11-08 09:37|佚名|20|Dism++重度患者
| 2017-11-09 08:21|佚名|20|
| 2017-11-26 18:17|佚名|20|
| 2017-11-28 20:16|佚名|8.88|
| 2017-12-01 02:28|佚名|5|
| 2017-12-02 06:11|*子|20|
| 2017-12-06 10:37|*瑞|3.25|
| 2017-12-09 13:18|*楠|20|加油
| 2017-12-13 14:24|*草|9.2|感谢Dism++感谢你们
| 2017-12-18 16:39|A*n|18.8|qq688**038
| 2017-12-24 14:11|*杰|20|win7清理出9G,大赞
| 2017-12-28 21:18|愿*_|20|萌新上路,支持开源
| 2017-12-29 11:29|D*n|50|不绑架不捆绑……赞
| 2018-01-04 01:06|*了|20|
| 2018-01-06 19:57|*海|2|
| 2018-01-07 15:05|*浪|20|
| 2018-01-08 14:08|*扬|20|
| 2018-01-12 07:34|*臣|20|
| 2018-01-15 18:59|*明|5|
| 2018-01-20 17:31|H*n|50|
| 2018-01-22 18:25|*辰|20|
| 2018-01-24 08:37|*宝|20|
| 2018-01-24 12:35|*悟|20|
| 2018-01-27 22:52|*浩|20|
| 2018-01-28 12:57|A*s|20|
| 2018-01-31 01:54|*岭|20|
| 2018-02-03 20:34|y*y|10|
| 2018-02-03 22:57|N*e|30|
| 2018-02-04 20:25|*好|20|
| 2018-02-07 16:00|*伟|20|Dism++团队加油
| 2018-02-10 11:19|*?|20|首次用户 过年再发
| 2018-02-12 19:44|*人|3|
| 2018-02-14 23:15|*了|10|黄先生的博客
| 2018-02-17 17:29|J*R|20|Dism++赞祝越来越好
| 2018-03-01 15:11|*飞|20|支持一下,无广告很棒
| 2018-03-02 21:32|=*=|1|软件太好用,一股清流
| 2018-03-03 00:03|*晓|20|
| 2018-03-04 09:30|*柳|20|
| 2018-03-05 18:53|*i|10|谢谢你们的软件!
| 2018-03-06 22:42|*麻|10|
| 2018-03-07 21:14|M*n|1|没啥大钱,一点心意
| 2018-03-11 13:53|*?|7|
| 2018-03-14 10:27|*好|10|加我一下,遇到问题了
| 2018-03-16 11:00|4*d|50|
| 2018-03-16 14:11|*方|20|
| 2018-03-18 08:43|Z*u|20|
| 2018-03-19 14:11|T*r|20|lyz 送人玫瑰手留余香
| 2018-03-19 17:19|*余|18|
| 2018-03-21 00:01|L*g|1|a**lxr捐赠
| 2018-03-23 20:30|*魏|20|
| 2018-03-26 09:06|*提|10|赞助Dism++
| 2018-03-30 12:13|*1|10|
| 2018-03-30 22:50|*蒋|20|赞助chuyu Dism++
| 2018-04-04 20:47|P*x|20|
| 2018-04-07 10:50|*磊|50|
| 2018-04-08 14:24|*哥|66|关注五年了,继续努力
| 2018-04-11 16:07|a*n|10|好软件,加油!
| 2018-04-11 20:42|*F|15|一直在支持@Ls*yh
| 2018-04-14 14:41|*蛙|2|
| 2018-04-14 22:30|*?|1.66|喜欢Dism++,可以加群
| 2018-04-15 00:44|*丑|20|qq12180**324
| 2018-04-18 03:25|S*r|2.5|
| 2018-04-19 20:37|*"|20|支持你们
| 2018-04-21 18:26|*人|20|支持Dism++,支持你们
| 2018-04-24 10:59|h*h|5|
| 2018-04-28 16:56|-*.|10|
| 2018-04-30 10:46|*季|20|
| 2018-05-01 18:41|*蛋|20|
| 2018-05-02 14:35|*阔|20|谢谢鸭鸭Dism++
| 2018-05-03 15:55|*長|20|
| 2018-05-05 09:31|C*g|6.6|恭喜发财
| 2018-05-06 06:54|*7|20|
| 2018-05-07 11:34|*号|10|
| 2018-05-07 17:16|*源|50|Dism++赞助
| 2018-05-08 17:06|*泠|2|略表心意别嫌弃
| 2018-05-09 13:05|*荡|15|
| 2018-05-10 11:47|*技|20|刚用,好软件,支持
| 2018-05-11 20:27|*?|10|
| 2018-05-15 20:39|*鱼|5|
| 2018-05-16 15:29|*司|20|
| 2018-05-17 21:01|*生|20|
| 2018-05-22 10:14|n*g|20|
| 2018-05-24 14:31|p*g|20|支持Dism++
| 2018-05-24 16:18|我*O|5|赞助小小心意
| 2018-05-27 07:32|*生|30|强迫症晚期患者的福音
| 2018-05-27 15:34|*人|12|
| 2018-05-29 07:52|*泉|20.18|
| 2018-06-09 18:41|*?|10|能不能不写小作文TT
| 2018-06-09 22:43|*?|10|
| 2018-06-10 13:01|R*G|50|赞助一下谢谢好软件
| 2018-06-14 11:20|*肩|20|
| 2018-06-15 09:41|*回|10|
| 2018-06-17 01:41|P*n|20|加油搞 努力冲
| 2018-06-17 16:10|*波|10|
| 2018-06-17 21:58|*。|50|Dism++
| 2018-06-28 16:44|*星|3|
| 2018-06-28 20:00|*工|6|
| 2018-07-03 12:53|*隐|20|支持Dism++
| 2018-07-04 15:43|*商|5|赞赏马隐藏太深了
| 2018-07-04 21:07|z*3|10|
| 2018-07-19 08:01|*页|20|
| 2018-07-19 13:48|*人|10|
| 2018-07-26 10:23|*子|100|
| 2018-08-01 08:01|*马|5|
| 2018-08-18 22:56|*清|20|
| 2018-08-19 19:54|*沁|10|
| 2018-08-21 10:53|*韵|8.8|希望你门开发得更好
| 2018-08-26 00:09|*狼|10|
| 2018-08-31 21:52|_*_|2|
| 2018-09-01 13:31|*民|20|
| 2018-09-02 10:03|*?|20|就想谢谢你们!
| 2018-09-07 20:14|*冷|20|-()祝福
| 2018-09-08 10:55|*恒|2.88|
| 2018-09-08 23:58|*仔|10|支持一下
| 2018-09-15 17:30|M*y|5|
| 2018-09-17 19:04|*头|5|
| 2018-09-25 10:37|*子|20|软件太棒了,支持!
| 2018-09-28 11:11|*E|20|
| 2018-09-29 16:27|*云|10|Dism++很不错
| 2018-09-30 12:26|*思|8|
| 2018-10-01 17:06|*民|20|绵薄之力,以表心意
| 2018-10-06 22:30|*哥|30|穷学生,愿越做越好!
| 2018-10-08 11:40|(*)|20|
| 2018-10-09 22:11|T*G|5|
| 2018-10-14 01:35|*雄|50|
| 2018-10-15 19:22|*喵|5|支持一下,不多
| 2018-10-19 23:54|*-|10|
| 2018-10-21 22:37|*?|1|引导修复十分方便
| 2018-10-23 10:05|*无|20|
| 2018-10-24 22:25|*H|0.52|我爱你们
| 2018-10-30 08:47|*?|6|很不错的软件。继续啊
| 2018-11-01 11:21|*噜|20|赞助Dism++
| 2018-11-04 02:39|*狮|10|太感谢了爱你们么么哒
| 2018-11-04 02:39|*狮|5|学生党钱不多见谅
| 2018-11-06 02:39|*狮|10|
| 2018-11-08 22:12|*冷|20|
| 2018-11-09 17:03|*了|30|Dism++真好用啊
| 2018-11-10 11:08|C*h|10|
| 2018-11-11 09:50|J*n|2|
| 2018-11-12 09:08|*骞|50|
| 2018-11-13 10:05|*原|2|
| 2018-11-15 14:25|*英|10|薄赞祝好
| 2018-11-22 10:32|s*n|20|Dism++捐赠
| 2018-11-28 11:27|*菲|10.24|
| 2018-11-29 11:19|*笠|30|
| 2018-11-30 10:26|*)|100|
| 2018-12-01 09:14|*水|20|
| 2018-12-03 16:39|*鸣|20|
| 2018-12-03 22:24|飞*7|20|
| 2018-12-04 16:14|R*n|20|
| 2018-12-06 20:09|G*a|20|感谢开源
| 2018-12-10 18:19|*喵|10|
| 2018-12-11 19:53|*生|5|我学生,软件好用谢谢
| 2018-12-13 21:12|W*y|20|Dism++加油+更好
| 2018-12-14 09:49|*铭|10|
| 2018-12-17 22:17|新*u|0.01|
| 2018-12-17 22:24|w*2|1|
| 2018-12-17 23:24|熊*N|20|感谢你们,祝越来越好
| 2018-12-19 21:42|*?|0.01|
| 2018-12-29 09:34|*生|50|
| 2018-12-30 20:42|Y*g|10|
| 2019-01-02 09:57|*曲|20.20|1356**4136曲
| 2019-01-02 17:24|*峰|20|
| 2019-01-02 20:41|*铭|20|
| 2019-01-08 20:18|*生|1|
| 2019-01-09 23:18|K*i|20|
| 2019-01-12 16:53|*军|10|
| 2019-01-17 13:05|*i|2|
## 支付宝通道
| 日期 | 用户名 | 金额 | 备注
| -------- | ------- | ---- | ----
| 2017-02-20 22:05|Almost_Killer|20|
| 2017-02-21 08:55|鹏|10|
| 2017-02-21 13:24|李**|10|
| 2017-02-23 11:09|出云|20|
| 2017-02-25 10:49|Minswi|10|
| 2017-03-03 16:19|弘博|10|
| 2017-03-11 17:39|小群|50|
| 2017-03-24 11:32|熄灭的蜡烛|5|
| 2017-03-24 11:34|小明|3|
| 2017-03-29 00:49|逸航|1|
| 2017-03-29 00:50|逸航|1|支持开源
| 2017-04-09 09:42|世华|30|
| 2017-04-10 21:59|shadow|50|良心软件,别倒了
| 2017-04-16 16:42|杨志华|20|
| 2017-04-17 23:24|霍东|7.25|不多,聊表敬意
| 2017-04-22 19:46|箱子|50|w软件超棒啊,加油(不明觉厉的小白如是说)
| 2017-04-26 20:08|与将|20|Ernst(136947**87)
| 2017-05-09 00:40|落雪|20|希望能一直坚持下去,非常棒的软件
| 2017-05-13 22:49|cikvt|20|支持一下,开发者
| 2017-05-14 13:31|jousca|1.5|收款
| 2017-05-15 09:49|一随风飘|3|软件很好用
| 2017-05-15 16:54|梓豪|50|收款
| 2017-05-16 19:50|米yu言|10|收款
| 2017-05-16 19:52|米yu言|10|筹够20啊哈哈哈哈
| 2017-05-17 15:17|春晓|20|谢谢你们的工具,帮了我很大忙
| 2017-05-19 15:54|嵩|66.66|加油
| 2017-05-19 15:54|Razor|20|支持一哈
| 2017-05-25 23:48|明榕|16|Dism++真给力,赞!!!
| 2017-05-26 21:33|TFeckID|20|收款
| 2017-05-27 00:06|一生有你|20|支持Dism++
| 2017-06-01 14:25|lorn|20|小小心意,自从用了,就再也放不下了
| 2017-06-02 00:59|逍遥哥ShPd|10|Dism++ donation
| 2017-06-12 08:47|呆木|1.89|希望多更新
| 2017-06-20 23:24|光子曲面|30|感谢开发者
| 2017-06-20 23:48|与你走y|5|穷学生来支持一下Dism++
| 2017-06-25 15:57|g|20|收款
| 2017-06-27 09:21|郑*仪|66.66|希望Dism++越做越好
| 2017-07-02 09:21|西明|30|收款|feiue(22488**406)
| 2017-07-06 00:05|陈*佳|20|收款|
| 2017-07-10 10:27|小代|20|收款|呆呆(2099**066)
| 2017-07-13 15:46|焓公子|10|收款|
| 2017-07-14 23:52|德河|20|大连普兰店的盆友支持下 作者|
| 2017-07-16 15:40|Derick|30|轮子妈|轮子妈(3835**374)
| 2017-07-19 16:44|秦*善|10|支持Dism++,感谢你们的风险!
| 2017-07-22 22:31|*林|2|收款
| 2017-07-27 09:09|余*清|20|收款
| 2017-07-28 23:07|灿烂星空无人看|20|支持一下
| 2017-07-31 19:19|*午|20|收款
| 2017-08-01 11:28|*勇超|2|收款
| 2017-08-02 11:51|*伟|10|收款
| 2017-08-16 15:59|*东星|20|好软件!多谢!
| 2017-08-20 16:10|*立聪|20|收款
| 2017-08-24 09:45|西明|50|收款|feiue(22488**406)
| 2017-08-24 10:41|*海龙|20|支持Dism++|钢铁侠(6919**634)
| 2017-08-25 11:37|*珂|0.01|收款
| 2017-09-03 12:39|*子藤|20|大吉大利,晚上吃鸡
| 2017-09-04 00:09|*亮|20|赞助
| 2017-09-04 19:12|*政|1|捐赠
| 2017-09-11 10:54|*奕|20|收款
| 2017-09-27 20:29|*鑫|8.88|小小意思,仪表赞助,加油……
| 2017-09-30 21:02|*同威|30|收款
| 2017-10-07 09:31|*鑫|0.52|收款
| 2017-10-07 21:03|*思洋|0.5|微薄赞助dism++
| 2017-10-15 18:44|HQY|20|我是HQY,感谢各位带来这样方便的软件|1339**9157
| 2017-10-16 20:10|*海洋|20|聊表心意,予以鼓励
| 2017-10-22 10:13|*保|10|感谢你们的作品,良心。
| 2017-10-24 16:07|*雄威|30|这么好的软件做出来给我们使用,谢谢你们了
| 2017-10-28 09:35|*明|2|
| 2017-11-01 10:17|*萌葳|5|为人民服务(严肃)
| 2017-11-04 01:07|*星浩|5|
| 2017-11-05 21:38|*常玮|20|
| 2017-11-08 10:02|*浩|5|Dism++ 3ku!
| 2017-11-24 00:31|*燕聪|10
| 2017-11-30 12:12|*峥|15|生产力工具
| 2017-12-05 23:01|*银哲|20|感谢辛勤付出
| 2017-12-08 10:34|*艺怀|20|尽微薄之力,助力团队走的更远,加油!
| 2017-12-08 20:31|*祥玉|1|学生,没啥钱
| 2017-12-13 18:39|*翔|1.5|小鸭子加油
| 2017-12-15 23:10|*维锐|8|感谢Dism++
| 2017-12-19 16:43|*畅|10|
| 2017-12-21 17:23|*胜文|0.01|
| 2017-12-23 23:00|*耀翔|20|感谢开发Dism++
| 2017-12-24 16:55|*学利|5.20|
| 2017-12-24 20:13|*永安|0.1|
| 2017-12-28 19:01|*幸福|20|
| 2017-12-30 15:42|*任|20|Dism++赞助
| 2017-12-30 19:01|*妍|0.01|
| 2018-01-01 13:36|*柏一|10|
| 2018-01-05 15:30|*铁强|20|for Dism++
| 2018-01-07 16:37|*存顺|1.2|
| 2018-01-08 01:22|*存顺|1.2|
| 2018-01-09 02:01|*存顺|1.31|
| 2018-01-22 03:15|*蒙|20|年费
| 2018-01-25 16:50|*民勤|30|Dism++不错,各位大侠辛苦了!
| 2018-01-28 20:46|*恒|2|
| 2018-02-02 13:58|*澍|2|
| 2018-02-06 16:29|*诚|50|拜个早年
| 2018-02-07 00:29|*志强|1.68|祝你一切顺意 新年万事大吉
| 2018-02-10 09:16|*良柱|20|
| 2018-02-23 12:34|*少将|0.2|
| 2018-02-23 12:35|*少将|0.2|
| 2018-02-23 19:01|*迪|50|
| 2018-02-24 13:24|*文懋|10|加油
| 2018-02-24 22:10|*廷友|1.3|
| 2018-02-26 09:55|*辉|0.11|
| 2018-02-27 18:17|*杰亚|20|
| 2018-03-05 19:54|*杭峰|20|Dism++真好用,谢谢大佬
| 2018-03-11 11:59|*书勤|20|win下最好的工具软件,希望越来越好!
| 2018-03-11 14:13|*鸣宇|20|感谢
| 2018-03-15 16:29|*科磊|5|
| 2018-03-16 16:13|*波|33.33|支持大大。软件不错
| 2018-03-18 10:00|*希夷|30|十分感谢,Dism++很棒。。
| 2018-03-23 15:57|*恒天|1|
| 2018-03-26 14:19|*轶楷|50|
| 2018-03-26 22:26|*堃|20|支持作者的工作!
| 2018-03-28 23:50|*栋梁|20|
| 2018-03-30 16:07|*晟峄|30|
| 2018-03-31 13:43|*伟|20|
| 2018-04-01 14:44|*正|1|
| 2018-04-09 10:33|*寨红|100|
| 2018-04-09 15:27|*嘉磊|10|赞助Dism++,好东西
| 2018-04-09 17:47|*承港|20|
| 2018-04-10 11:36|*翔|0.1|
| 2018-04-10 15:58|*博|30|
| 2018-04-14 22:29|*平|1.23|非常喜欢Dism++
| 2018-04-30 19:37|*海龙|30|谢谢
| 2018-05-01 16:30|*宏|20|
| 2018-05-01 22:06|*钰芳|20|这么好的软件 希望一直更新~by小芳
| 2018-05-06 21:36|*文轩|20|
| 2018-05-09 09:24|*照强|20|支持一下Dism++
| 2018-05-25 19:39|*以琳|20|
| 2018-06-03 12:03|*凯|18|
| 2018-06-05 12:35|*煜|20|
| 2018-06-06 17:38|*钦睿|10|
| 2018-06-07 12:34|*善赟|20|感谢你的软件,好用,支持一下
| 2018-06-14 12:14|*天豪|20|
| 2018-06-19 15:33|*冠中|20|软件很好用 但没有注册表清理功能吗
| 2018-06-20 14:22|*孙清|20|好软件,加油~~~
| 2018-06-24 11:56|*成|20|
| 2018-06-25 11:01|*颖升|0.02|
| 2018-06-30 09:59|*泽海|10|
| 2018-07-03 18:47|*奕|5|
| 2018-07-06 21:53|*振华|50|Donate
| 2018-07-08 21:16|*钓玮|3.93|
| 2018-07-09 12:00|*晨宇|10|
| 2018-07-09 22:47|*小祥|20|
| 2018-07-11 22:36|*明健|10|
| 2018-07-18 18:56|*潇|5|谢谢(⌒▽⌒)
| 2018-07-21 09:48|*欣|10|
| 2018-07-29 13:11|*才平|20|
| 2018-07-31 16:31|*雪峰|20|
| 2018-08-05 20:46|*林|20|
| 2018-08-14 06:06|*浩郎|2.33|Dism++很好用
| 2018-08-14 14:40|*晋懿|5|
| 2018-08-15 15:33|*培勇|0.01|
| 2018-08-22 18:40|*曦悦|9.99|是一个很好的软件,希望继续开发~
| 2018-08-24 16:00|*浩朗|3.14|thx
| 2018-08-24 16:01|*冬冬|25|
| 2018-08-25 14:16|*如飞|30|
| 2018-08-29 08:41|*进勇|1.99|谢谢您的Dism++
| 2018-09-03 21:02|*亿天|16.66|请你们喝冰阔了,加油冲鸭。
| 2018-09-04 10:57|*光富|1|认识一个大咖
| 2018-09-13 23:06|*世恒|5|
| 2018-09-17 09:46|*鹏|20|zzql**@***.com
| 2018-09-23 15:55|*得明|5|赞助Dism++
| 2018-09-24 20:15|*福成|1|
| 2018-09-27 14:01|*赫|3.88|
| 2018-10-02 15:37|*帆|20|赞助Dism++
| 2018-10-03 08:51|*建豪|3.45|赞助Dism++
| 2018-10-07 10:34|*昀辉|20|
| 2018-10-13 08:01|*宇凡|20|Dism++赞助
| 2018-10-13 13:15|*政名|20|
| 2018-10-13 17:38|*崇帅|30|
| 2018-10-13 20:34|*忠|7.21|谢谢你们无私的付出,支持开源,无广告!
| 2018-10-15 23:11|*子明|40.96|支持Dism++,支持好软件^-^
| 2018-10-23 21:05|*中陵|20|
| 2018-10-28 09:32|*鹤|20|
| 2018-10-29 15:44|*泳龙|10|
| 2018-11-05 15:07|*刚|0.5|
| 2018-11-10 17:05|*涛|23.33|支持Dism++愿越做越好
| 2018-11-13 20:11|*秋雨|50|解决b450.wim转esd太慢卡(抱歉无法解决,因为esd计算量本身很大)
| 2018-11-15 09:30|*丹丰|5|
| 2018-11-15 11:51|*训科|8|Dism++用户
| 2018-11-16 13:46|*煌彬|20|很良心的一款软件!
| 2018-11-19 14:25|*钰潇|20|支持良心软件
| 2018-11-21 12:09|*光磊|1|谢谢
| 2018-11-27 12:01|*万涛|20|格鲁D撒加
| 2018-11-28 21:19|*昌洋|30|我想加群_(:з」∠)_
| 2018-12-05 12:44|*景辉|20|
| 2018-12-12 21:24|*宇辰|30|支持一下
| 2018-12-16 22:39|*贵辉|1|谢谢初雨团队
| 2018-12-24 00:32|*子文|20|
| 2018-12-26 22:24|*学文|50|希望给予动力
| 2018-12-30 22:16|*鼎城|20|是不是我给钱就算**了?
| 2018-12-31 23:07|*华强|20|
| 2019-01-15 11:43|*尧旭|20|赞助一下,感谢你们开发这么好的软件
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2016 Chuyu-Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: Languages/bg.xml
================================================
ПриложенияИнтернетМултимедияИнструментиСистемаБраузърБраузърБраузърБраузърПриложенияWindows магазинЕдна или повече актуализации са висящи. Моля, рестартирайте и след това продължете.Dism++ can not find the installation source, if you need to enable NET3.5 Please mount the ISO and then continue.Операционната система е силно опростена. Dism ++ не може да продължи.The operating system is severely streamlined, please give up this system, and then start again.You are trying to uninstall a package that was installed on the computer and is now permanent. Therefore, this package cannot be uninstalled.The specified package cannot be added to an offline image.Cannot finalize session because an exclusive session is pending.Dism++ is busy, probably because other programs are running. Please try again later.Не може да се свърже със сървъра. Проверете дали връзката ви с мрежата или настройките на защитната стена са правилни.Не може да се свърже със сървъра. Проверете дали връзката ви с мрежата или настройките на защитната стена са правилни.Only supports Microsoft Online's ESD file into ISO file.Some have been cleared, for a complete cleanup upgrade to Windows 8.1, and then continue.Please upgrade to Windows Vista SP2, and then continue.Please upgrade to Windows 7 SP1, and then continue.WIMBoot and Compact can not be used simultaneously.Current system doesn't have Wow64 support, cannot handle non-64bit system offline.Изискваният CBSHost.dll не съществува. Моля уверете се в целостта на Dism++.rundll32.exe липсва. Dism++ не може да стартира.Сесията на Dism++ се срина. Може да се свържете с (mingkuang@live.com) да помогнете за разрешаването на този проблем.Dism++ открит някакъв проблем със съвместимостта. Моля, инсталирайте кръпка KB960037, след това продължете.Няма конфигурационен файл с асоциации по подразбиране в текущия имидж. Не може да се експортира..Драйвърът (Wofadk.sys) не е зареден. Моля, поставете отметка на "Зареди wofadk" в Опции - Още настройки, за да продължите.Драйвърът (Wofadk.sys) не е зареден. Моля, поставете отметка на "Зареди wofadk" в Опции - Още настройки, за да продължите.Услугата Volume Shadow Copy е деактивирана. Моля, задайте услугата Volume Shadow Copy да е Ръчно и тогава продължете.Does not support Microsoft's online account password reset, please reset your password through Microsoft's official website.Това е текстово съобщение, което не изисква никакво действие. Код на съобщението %1.[ ИНФО ] %1Получено неразпознато съобщение ID: %1.[ WARN ] %1[ НОВ ОПИТ ] %1Посочената библиотека не е валиден контейнер на файловата система.Потребителят се опитва да монтира имиджа for read/write access using a container library that is read only.Потребителят се опитва да монтира имиджа към директория, която вече съществува. This is not supported.Получена е заявка за извличане за файл, който не се съдържа в този имидж. This file will not be extracted.Получена е заявка за извличане за файл, който не съществува. This condition may occur as a result of bad operation with other file system filters. Ensure that no antivirus or backup software is running on the mount directory.Получена е заявка за извличане за файл, който вече е извлечен. This request will not be honored.The service was notified of two different files with the same file id. These files had incompatable flags set. The mount operation will be aborted.The file system container attempted to insert a file name twice. This is invalid, the wim service should only receive one notification per file name.The service received a bad message from the filter. This message will not be processed.The service received an extract for a file that is not in a mounted image. This extract will be ignored.An attempt was made to unmount a directory that is not mounted.An attempt was made to commit an image that was mounted for read only access. This is not valid. To commit an image, mount it without the read only flag set.A nonexistant mount directory was given to the extraction process. The extraction process requires that the image be stubbed before it starts.An invalid handle was passed to the image manager. This is a programming error.Посоченият имидж handle was not used to mount an image, and cannot be used to unmount. Please call WIMUnmountImage with the name of the mount directory to unmount your image.An image matching the specified mount data could not be found.The image cannot be unmounted because a file in the mount directory is still in use.Потребителят се опитва да монтира към директория, която вече съдържа монтиран имидж. Това не се поддържа.Потребителят се опитва да монтира към директория, която не е празна. Това не се поддържа.Потребителят се опитва да монтира към директория, която не съществува. Това не се поддържа.A bad image handle was passed to WIMUnmountImageHandle. Only the image handle passed to WIMMountImageHandle or an image handle retrieved from WIMGetMountedImageHandle may be used in WIMUnmountImageHandle.The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process.The mounted image is already in use. Please ensure that it was not mounted by another process.The wimserv.exe binary could not be found. Please ensure that it is available in the system search path.Imagex timed out while waiting for the wimmount extractor process to initialize.The wimmount service shutdown without returning a status.The specified directory is not a valid mounted directory.The specified mounted image cannot be committed back into the WIM. This occurs when an image has been through a partial unmount or when an image is still being mounted. If this image was unmounted with commit earlier, then the commit probably succeeded. Please validate that this is the case and then unmount without commit.The mount directory of the specified image has changed. All the files in this image will be extracted, and this image cannot be commited.The volume of the specified mount path does not support reparse points. Please mount to a volume that supports reparse points.The specified directory contains a corrupted mount image. No mount operations can be performed on this directory.The image could not be mounted because the wimmount.sys driver is not installed on this machine. To fix this error, install the wimmount.sys driver.The mounted image could not be committed because the image in the wim was modified after it was mounted.Посочената директория не може да бъде монтирана отново, защото it is not a valid remount target. The most likely reason that it is not valid is that the directory has already been unmounted.Посочената директория не може да бъде монтирана отново, защото имиджът е бил променен, след като е бил монтиран.Посочената директория не може да бъде монтирана отново, защото е в ход демонтиране на тази директория.Посоченият имидж вече е монтиран и не може да бъде монтиран отново.Посоченият имидж в указания wim вече е монтиран за достъп за четене/запис .Манипулаторът на посоченият имидж не беше отворен с правилното ниво на достъп. За да се монтира манипулаторът на имиджа, манипулаторът трябва да има достъп WIM_GENERIC_MOUNT .Потребителят се опитва да монтира разделен wim. Това не се поддържа.Потребителят се опитва да монтира в основната директория на тома. Това не се поддържа.The version of wimgapi used to create this mount directory does not match the current version. Ensure that wimserv.exe, wimmount.sys and imagex.exe/wimgapi.dll are of matching version.The drive of the specified mount path is not supported. Please mount to a volume on a fixed drive.The mount operation failed. When mounting, you must disable any software (for example, antivirus or search indexer) that accesses files under that specified mount path.An invalid image index was specified to the wim container wrapper. The wrapper cannot open an image.Посоченият файл на дневника съществува и не е Unicode кодиран текстов файл. Поддържат се само Unicode кодирани текстови файлове.[ ГРЕШКА ] %1[ ПРЕДУПРЕЖДЕНИЕ ] Разширение атрибути на файла %1 бяха подмината.Неподдържана операция. Проверете дали ОС, която сте стартирали, съдържа wof драйвъра (wof.sys/wofadk.sys).Неподдържана операция, Проверете дали the WIMBoot applied image е WIMBoot съвместим.Неподдържана операция, Проверете дали the WIMBoot applied image е записан локално, а не на мрежово споделяне.Неподдържана операция, Проверете дали existing OS images contained in the specified WIM file are in WIMBoot supported format.Неподдържана операция, Проверете дали the OS image at the specified path to be captured is WIMBoot supported.Неподдържана операция, Проверете дали the OS you are running contains a wof driver (wof.sys).Hot Tip
Екипът на Chuyu ви предупреждава внимателно да прочетете това потребителско споразумение (наричано по-нататък "Споразумението"), преди да използвате Dism ++. Моля, благоразумно ме прочетете и тогава изберете да приемете или не. Ако искате да използвате Dism ++, трябва да приемете Споразумението. Ако използвате Dism ++, считаме че сте приели споразумението и не сте против клаузите.
Споразумението урежда правата и задълженията на обслужването на софтуера (наричана по-долу "услуга") на екипа Chuyu и потребителите. "Потребители" означава да се регистрират, да са вписани и лично да използват тази услуга .
I. Rights and Obligations
1. Позволяваме потребителите да използват Dism++ само на личния си компютър. Потребителите могат да използват Dism++ в не лична среда, само ако видите писмено одобрение от екипа на Chuyu.
2. Преди да използвате Dism++, трябва внимателно да прочетете помощния документ на Dism++.
3. Потребителите на Dism++ имат отговорността за обратна връзка за грешки в програмата и да правят предложения за нея. Ако използвате Dism++ за 30 дни, трябва да изпратите на mingkuang отчет с не по-малко от 345 думи за използването на Dism ++. Акоf използвате Dism ++ за 8 или повече месеца, трябва да изпратите на mingkuang годишен отчет с не по-малко от 520 думи с предложения за подобряване на Dism++ на11 ноември (местно време). Имейлът на mingkuang е: mingkuang@live.com
4. Потребителите на Dism ++ трябва да обичат мира, единството, приятелството и полезността.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fails to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions gainst them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Privacy Issues
1. After initialisation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Bear The Risks
1. Chuyu team have an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Intellectual Property Rights Statement
1. Chuyu team has all the intellectual property rights of this-service content (including but not limited to program, webpage, text and so on)
2. If no important clauses, Chuyu team has all the intellectual property rights.
3. If Chuyu team didn't consent in writing, the users cannot process Chuyu softwares anyway. Cannot tell others have the rights to proces Chuyu softwares.
4. Above and other intellectual property rights of Chuyu team are protected by law. If Chuyu team didn't allow you, you cannot disassemble or do others.
V. Legal Responsibility
1. If Chuyu team sees someone report some users breached this agreement, Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team has the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Others
1. Chuyu team solemnly tells the users to notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Simplified Chinese should be referred to if the Simplified Chinese version differs from user agreements written in other languages.
================================================
FILE: Languages/cs.xml
================================================
AplikaceInternetMultimediaNástrojeSystémProhlížečProhlížečProhlížečProhlížečAplikaceWindows StoreProbíhá jedna nebo více aktualizací, restartujte a potom pokračujte.Dism++ nelze najít zdroj instalace, pokud je třeba povolit NET3.5 prosím načtěte ISO a pak pokračujte.Operační systém je potřebaaktualizovat, Dism ++ nemůže pokračovat.Operační systém je výrazně upraven, je lepší opustit tento systém a začít znovu.Pokoušíte se odstranit balíček, který byl instalován na počítači a v současné době je trvalí. Proto tento balíček nemůže být odstraněn.Zadaný balíček nemůže být přidán do offline bitové kopie.Relaci nelze dokončit, protože exkluzivní relace čeká.Dism++ je zaneprázdněn, pravděpodobně proto, že jsou spuštěny jiné programy. Zkuste to prosím znovu později.Nelze se připojit k serveru, zkontrolujte síťové připojení nebo nastavení brány firewall zda je správné.Nelze se připojit k serveru, zkontrolujte síťové připojení nebo nastavení brány firewall zda je správné.Podporuje pouze Microsoft Online ESD soubor do ISO souboru.Částečné čištění bylo provedeno, proveďte kompletní čištění aktualizace Windows 8.1 a pak pokračujte.Prosím, aktualizujte Windows Vista na SP2, a pak pokračujte.Prosím, aktualizujte Windows 7 na SP1, a pak pokračujte.WIMBoot a Compact nemohou být použity.Aktuální systém nepodporuje WOW64 a nezvládne 64-bit systém v režimu offline.Požadovaný komponent CBSHost.dll neexistuje. Zkontrolujte integritu Dism++.Schází rundll32.exe. Dism++ nelze spustit.Dism++ relace havarovala. Můžete kontaktovat (mingkuang@live. com)k vyřešení tohoto problému.Dism++ zjistěny problémy s kompatibilitou. Prosím, nainstalujte patch KB960037, a pokračujte.Žádné výchozí přidružení souboru konfigurace v aktuálním obraze. Nelze exportovat.Ovladač (Wofadk.sys) není načteno. Zaškrtněte prosím "Načíst wofadk" v nastavení - další nastavení pro pokračování.Ovladač (Wofadk.sys) není načteno. Zaškrtněte prosím "Načíst wofadk" v nastavení - další nastavení pro pokračování.Byla zakázána služba Stínová kopie svazku, prosím nastavte službu Stínová kopie svazku na ruční a pokračujte.Nepodporuje obnovu hesla on-line účtu Microsoft, obnovte své heslo prostřednictvím oficiální webové stránky společnosti Microsoft.Toto je testovací zpráva, která nevyžaduje žádné akce. Kód zprávy %1.[ INFO ] %1Obdržel nerozpoznané id: %1.[ VAROVÁNÍ ] %1[ OPAKOVAT ] %1Zadané knihovna není platný kontejner souborového systému.Uživatel se pokusil připojit obraz pro čtení/zápis pomocí kontejneru knihovny, která je pouze pro čtení.Uživatel se pokusil připojit obraz do adresáře, který již existuje. To není podporováno.Požadavek na extrakt byl přijat pro soubor, který není obsažen v tomto snímku. Tento soubor nebude extrahovat.Požadavek na extrakt byl přijat pro soubor, který neexistuje. Tato situace může nastat v důsledku špatného fungování s dalšími filtry systémových souborů. Ujistěte se, že žádný antivirový nebo zálohovací software neběží v adresáři připojení.Požadavek na extrakt byl přijat pro soubor, který je již vytěžen. Tento požadavek nebude proveden.Služba byla informována o přítomnosti dvou různých souborů se stejným ID. Příznaky jsou nastaveny pro tyto soubory. Operace připojení se nezdaří.Souborový systém kontejneru pokusil vložit název souboru dvakrát. Je to neplatné, wim služby by měly obdržet pouze jedno oznámení s názevem souboru.Služby obdržel špatnou zprávu z filtru. Tato zpráva nebude zpracována.Služba obdržela výpis souboru, který není v připojeném obrazu. Tento výpis bude ignorována.Byl proveden pokus o odpojení adresáře, který není připojen.Byl proveden pokus o uložení obrazu připojeného s přístupem jen pro čtení. Tato operace není platná. Chcete-li uložit obraz, připojte jej, a odstraňte příznak "Jen pro čtení".Při načítání připojení zadaný adresář neexistuje. Chcete-li zahájit extrakci proces vyžaduje, aby byl připojen obraz.Neplatný popisovač byl předán manageru obrazu. Tohle je chyba v programu.Zadaný popisovač obrazu nebyl použit k připojení obrazu a nelze použít k odpojení. Prosím volejte WIMUnmountImage s názvem adresáře přípojného obrazu pro odpojení.Obraz odpovídající data zadaného připojení nebyl nalezen.Obraz nemůže být odpojen, protože soubor v adresáři připojení je stále v provozu.Uživatel se pokusil připojit do adresáře, který již obsahuje připojený obraz. To není podporováno.Uživatel se pokusil připojit do adresáře, který není prázdný. To není podporováno.Uživatel se pokusil připojit do adresáře, který neexistuje. Tato možnost není podporována.WIMUnmountImageHandle byl předán popisovač chybného obrazu. Pouze obraz popisovače předán WIMMountImageHandle, nebo obraz popisovače načteného z WIMGetMountedImageHandle mohou být použity v WIMUnmountImageHandle.Adresář nemůže být zcela odpojen. To je způsobeno aplikací, která má stále soubory otevřené v rámci připojení adresáře. Uzavření souborů a odpojení dojde k dokončení procesu odpojení.Připojený obraz je již používán. Ujistěte se, že není používán jiným procesem.Binární wimserv.exe nebyl nalezen. Ujistěte se, že je k dispozici v cestě pro vyhledávání systému.ImageX vypršel časový limit při čekání na inicializaci procesu extraktor wimmount.Služba wimmount vypnuta bez stavu návratu.Zadaný adresář není platný připojený adresář.Zadaný připojený obraz nemůže být převeden zpět do WIM. K tomu dochází, když obraz byl částečně odpojen nebo je stále připojen. Byl-li tento obraz dříve odpojené s potvrzenímt, pak pravděpodobně byoa úspěšné. Ověřte, že je to tento případ a pak odpojit bez potvrzení.Připojení adresáře pro zadaný obraz. Všechny soubory budou extrahovány do tohoto obrazu, a obraz nebude schopen opravi.Svazek v zadané cestě připojení nepodporuje body změny zpracování. Připojit svazek, který podporuje body změny zpracování.Zadaný adresář obsahuje poškozený připojiený obraz. Žádný operace připojení nemohou být provedeny v tomto adresář.Obraz nelze připojit, protože wimmount.sys ovladač není nainstalován na tomto počítači. Chcete-li tuto chybu opravit, nainstalujte wimmount.sys ovladač.Připojený obraz nemůže být potvrzeno, protože obraz v Wim byl změněn poté, co byl připojen.Zadaný adresář nelze znovu připojit, protože není platné přípojení cíl. Nejpravděpodobnějším důvodem, že adresář je již odpojené.Zadaný adresář nelze znovu připojit, protože obraz Wim byl změněn poté, co byl připojen.Zadaný adresář nelze znovu připojit, protože probíhá odpojení tohoto adresáře.Zadaná bitová kopie je již přpojena a nelze jej připojit znovu.Zadaný obraz v zadaném wim je již připraven pro čtení/zápis.Nebyl otevřen popisovač zadaného obrazu se správnou úrovení přístupu. Chcete-li připojit popisovač obrazu, musí mít popisovač WIM_GENERIC_MOUNT přístup.Uživatel se pokusil připojit split wim. To není podporováno.Uživatel se pokusil připojit do kořenového adresáře svazku. To není podporováno.Verze wimgapi, použitý k vytvoření tohoto adresáře připojení neodpovídá aktuální verzi. Ujistěte se, že wimserv.exe, wimmount.sys a imagex.exe/wimgapi.dll jsou odpovídající verze.Disk v zadané cestě připojení není podporováno. Připojte k tomu, který se nacházejí na pevném disku.Operace připojení se nezdařila. Při montáži, je nutné zakázat veškerý software (například antivirový program nebo indexování hledání) která přistupuje k souborům v této cestě zadaného připojení.Do souhrnného kontejneru wim byl zadán neplatný index obraz. Balíče s obrazem nelze otevřít .Zadaný soubor protokolu existuje ale není soubor textu s kódováním unicode. Jen unicode kódování textu, je podporovány soubory.[ CHYBA ] %1[ VAROVÁNÍ ] Rozšířený atribut v souboru %1 byl ignorován.Nepodporovaná operace. Zkontrolujte, zda používáný OS obsahuje ovladač wof (wof.sys/wofadk.sys).Nepodporovaná operace. Zkontrolujte, zda u obraz WIMBoot byla použita WIMBoot kompatibilní.Nepodporovaná operace. Zkontrolujte, zda použit obraz WIMBoot je uložen místně a nikoliv k síťově sdílené složce.Nepodporovaná operace. Zkontrolujte, zda stávající OS obrazy obsažené v zadaném souboru WIM jsou v podporovaném formátu WIMBoot.Nepodporovaná operace. Zkontrolujte, zda bitovou kopii operačního systému zachycená v zadaném umístění je podporována WIMBoot.Nepodporovaná operace. Zkontrolujte, zda používáný OS obsahuje ovladač wof (wof.sys).User Agreement
Chuyu team strongly recommends every user to read the following user agreement (hereinafter referred to as "agreement", or "this agreement") carefully before using Dism++. Anyone chooses not to comply with or fail to understand the intended meaning of the agreement should not be allowed, nor be granted the right granted by Chuyu team to use Dism++. Anyone who uses Dism++ is considered to agree with the following agreement, and to comply with the content of this agreement.
This agreement defines the rights and obligations between Dism++ users of "Dism++" software service (hereinafter referred to as "service", or "this service") and Chuyu team. "Users", and "Dism++ users" refer to individuals who register, login, or utilize this service. This agreement is subject to updates from Chuyu team at any possible moment. Updated agreement, once published in any format, replaces the original agreement. Dism++ should display the updated agreement when the software properly initiates. Dism++ users must stop using this software and the services fom Chuyu team immediately if they choose not to comply with the updated agreement.
I. Rights and Obligations
1. Dism++ users can only use Dism++ for personal use in their PC(s). Any non-personal use (including but not limited to commercial or occupational use) without written approval from Chuyu team is not allowed.
2. Dism++ users must read this agreement and other content in the document of Dism++ carefully before using Dism++.
3. Dism++ users have the obligation to report bugs and possible improvements to Chuyu team. Anyone who uses Dism++ for over 30 days should send mingkuang a "Dism++ usage report" that is no less than 345 words. Anyone who uses Dism++ for 8 mounths or longer should send mingkuang an annual report (at least 520 words) on the topic "Suggestion and possible improvement on Dism++" on November 11th (local time). Email of mingkuang: mingkuang@live.com.
4. Dism++ users should retain the love for peace, for group work, and of helping others.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fail to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions gainst them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Privacy Issues
1. After initiation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Bear The Risks
1. Chuyu team have an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Intellectual Property Rights Statement
1. Chuyu team has all the intellectual property rights of this-service content (including but not limited to program, webpage, text and so on)
2. If no important clauses,Chuyu team has all the intellectual property rights.
3. If Chuyu team didn't consent in writing, the users cannot process Chuyu softwares anyway. Cannot tell others have the rights to proces Chuyu softwares.
4. Above and other intellectual property rights of Chuyu team are protected by law. If Chuyu team didn't allow you, you cannot disassemble or do others.
V. Legal Responsibility
1. If Chuyu team see someone report some users breached this agreement,Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team have the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Others
1. Chuyu team solemnly tell the users notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese Simplified should be referred to if the Chinese Simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/de.xml
================================================
ProgrammeInternetMultimediaDienstprogrammeSystemBrowserBrowserBrowserBrowserProgrammeWindows StoreEin oder mehrere Updates stehen noch aus. Um fortzufahren, bitte das Programm neu starten.Dism++ kann keine Installationsdateien finden um .NET 3.5 zu nutzen, bitte eine ISO-Datei einbinden und fortfahren.Das Betriebssystem wurde zu stark angepasst, Dism++ kann nicht fortfahren.Das Betriebssystem wurde zu stark angepasst, bitte das System verwerfen und neu beginnen.Die ausgewählte Funktion gehört zum System und kann daher nicht deinstalliert werden.Die ausgewählte Funktion kann nicht zu einem Offline Image hinzugefügt werden.Die Sitzung kann nicht beendet werden, da noch ein weiterer Vorgang aussteht.Dism++ ist beschäftigt, evtl. sind noch andere Programme gestartet. Bitte später erneut versuchen.Keine Serververbindung möglich. Prüfen, ob Ihre Netzwerkverbindung oder die Firewall-Einstellungen korrekt sind.Keine Serververbindung möglich. Prüfen, ob Ihre Netzwerkverbindung oder die Firewall-Einstellungen korrekt sind.Nur eine Microsoft Online ESD-Datei kann in eine ISO-Datei umgewandelt werden.Einiges wurde bereinigt, für eine komplette Bereinigung bitte ein Upgrade auf Windows 8.1 durchführen und dann fortsetzen.Bitte Upgrade auf Windows Vista SP2 durchführen und dann fortsetzen.Bitte Upgrade auf Windows 7 SP1 durchführen und dann fortsetzen.WIMBoot und Kompakt können nicht gleichzeitig genutzt werden.Aktuelles Betriebssystem besitzt keine WoW64-Unterstützung, Nicht-64bit-Systeme können offline nicht bearbeitet werden.CBSHost.dll nicht vorhanden. Dism++ kann nicht startenrundll32.exe fehlt. Dism++ kann nicht gestartet werden.Dism++ - Sitzung reagiert nicht mehr. Sie können mingkuang@live.com kontaktieren um das Poblem zu lösen. Dism++ entdeckte ein Kompatibilitätsproblem. Bitte den Patch KB960037 installieren und fortsetzen.Keine Konfiguration der vorgegebenen Dateizuordnungen (OEMDefaultAssociations.xml) im aktuellen Image gefunden. Export der Datei nicht möglich.Der Treiber (Wofadk.sys) konnte nicht gestartet werden. Bitte die Option "wofadk laden" in den Einstellungen - Weitere Einstellungen auswählen um forzufahren.Der Treiber (Wofadk.sys) konnte nicht gestartet werden. Bitte die Option "wofadk laden" in den Einstellungen - Weitere Einstellungen auswählen um forzufahren.Der Volumenschattenkopierdienst wurde deaktivert. Bitte den Dienst manuell starten und dann fortfahren.Zurücksetzen eines Online-Microsoftkontos wird nicht unterstützt. Bitte das Passwort direkt auf der Homepage von Microsoft zurücksetzen.Das ist eine Testmeldung, keine weiteren Aktionen nötig. Code der Meldung %1.[ INFO ] %1Eine Meldung mit ID: %1 erhalten.[ ACHTUNG ] %1[ WIEDERHOLEN ] %1Die Bibliothek ist kein gültiger Dateisystemcontainer.Es wurde versucht, ein Image für Schreibzugriff mit einem Nur-Lesen Bibliothekscontainer einzubinden.Es wurde versucht, ein Image einem Verzeichnis zuzuordnen, das bereits vorhanden ist. Der Vorgang wird nicht unterstützt.Anweisung zum Entpacken einer Datei, die nicht auf dem Image vorhanden ist, konnte nicht ausgeführt werden. Die Datei konnte nicht entpackt werden.Anweisung zum Entpacken einer Datei, die nicht vorhanden ist. Das kann vorkommen, wenn eine Anweisung mit einem fremden Dateisystemfilter-Treiber fehlerhaft ausgeführt wurde. Bitte überprüfen Sie, dass kein AntiVirus- oder Sicherungs-Programm aktiv ist.Anweisung zum Entpacken einer Datei, die bereits entpackt wurde. Die Anweisung wird verworfen.Der Dienst meldet 2 verschiedene Dateien mit der gleichen Datei-ID. Die Dateien wurden mit inkompatiblen Flags besetzt. Der Einbindungsvorgang wird abgbrochen.Der Dateisystemcontainer versucht einen Dateinamen 2-mal zu vergeben. Das ist nicht zulässig, der WIM-Dienst sollte nur eine Anzeige je Dateiname erhalten.Der Dienst erhielt ein fehlerhaftes Signal eines Filters. Der Aufruf wird nicht weiter verarbeitet.Der Dienst erhielt einen Aufruf zum Entpacken einer Datei, die nicht in einem eingebundenen Image vorhanden ist. Der Entpackungsvorgang wird nicht durchgeführt.Es wurde versucht, ein Verzeichnis abzutrennen, das nicht eingebunden ist.Es wurde versucht, auf ein Image mit Nur-lesen-Berechtigung zuzugreifen. Das ist nicht zulässig. Um ein Image zu nutzen, muß es ohne Nur-lesen-Berechtigung eingebunden werden.Ein nicht vorhandenes Verzeichnis wurde für den Entpackungsvorgang angegeben. Für den Extrahierungsprozess muß ein Image eingebunden sein.Eine fehlerhafter Referenzwert wurde an den Image-Manager übergeben. Das ist ein Programmierungsfehler.Der angegebene Referenzwert kann nicht für das Einbinden oder Entfernen eines Images genutzt werden. Benutzen Sie die Funktion WIMUnmountImage mit Verzeichnisangabe, um das Image auszuwerfen.Ein Image mit den angegebenen Einbindungsdaten konnte nicht gefunden werden.Das Image kann nicht ausgeworfen werden, da eine Datei im Verzeichnis noch verwendet wird.Es wurde versucht, ein Verzeichnis einzubinden, das bereits ein eingebundenes Image enthält. Der Vorgang ist nicht zulässig.Es wurde versucht, auf ein Verzeichnis zu verweisen, das nicht leer ist. Der Vorgang ist nicht zulässig.Es wurde versucht, auf ein Verzeichnis zu verweisen, das nicht existiert. Der Vorgang ist nicht zulässig.Ein fehlerhafter Referenzwert wurde an WIMUnmountImageHandle übergeben. Nur wenn ein Image-Referenzwert an WIMMountImageHandle übergeben wurde oder ein Image einen Referenzwert von WIMGetMountedImageHandle erhalten hat, kann er von WIMUnmountImageHandle evtl. verarbeitet werden.Ein Verzeichnis konnte nicht vollständig geschlossen werden. I.d.R. sind noch Dateien in dem Verzeichnis von anderen Programme geöffnet. Beenden Sie diese Programme und entfernen Sie das Verzeichnis erneut um den Prozess zubeenden.Das eingebundene Image wird bereits verwendet. Stellen Sie sicher, dass das Image nicht von einem anderen Prozess eingebunden wurde.Die Binärdatei von wimserv.exe konnte nicht gefunden werden. Bitte stellen Sie sicher, dass die Datei im Systemsuchpfad verfügbar ist.ImageX beendete sich während auf den Start des Entpackungsvorgangs von wimmount gewartet wurde.Der wimmount-Dienst wurde ohne Statusmeldung beendet.Das angegeben Verzeichnis ist kein gültiges Verzeichnis.Das angegebene Image kann nicht mehr als WIM-Datei vearbeitet werden. Der Fehler tritt auf, wenn ein Image unvollständig ausgeworfen oder das Image erneut eingebunden wurde. Wenn das Image vorab mit Bestätigung ausgeworfen wurde, war der Vorgang erfolgreich. Bitte überprüfen Sie es in diesem Fall und entfernen das Image ohne Bestätigung.Das Verzeichnis des angegebenen Images wurde geändert. Alle Dateien in diesem Image werden entpackt, das Image kann nicht mehr eingebunden werden.Das logische Laufwerk im angegebenen Pfad unterstützt keine Knotenpunkte. Bitte verweisen Sie auf ein logisches Laufwerk, das Knotenpunkte unterstützt.Das angegebene Verzeichnis enthält ein defektes Abbild. Es können keine Mount-Operationen in diesem Verzeichnis durchgeführt werden.Das Image kann nicht eingebunden werden, weil der wimmount.sys-Treiber auf diesem Gerät nicht installiert wurde. Um den Fehler zu beheben, installieren Sie den wimmount.sys-Treiber.Das eingebundene Image kann nicht freigegeben werden, da das Abbild in WIM verändert wurde, nachdem es eingebunden wurde.Das angegebene Verzeichnis kann nicht erneut eingebunden werden, weil es keinen gültigen Einsprungspunkt besitzt. Der häufigste Grund, warum der Punkt nicht mehr gültig ist: das Verzeichnis wurde kurze Zeit vorher bereits ausgeworfen.Das angegebene Verzeichnis kann nicht eingebunden werden, da das Abbild in WIM verändert wurde, nachdem es eingebunden wurde.Das angegebene Verzeichnis kann nicht erneut eingebunden werden, da das Verzeichnis gerade ausgeworfen wird.Das angegebene Image ist bereits eingebunden und kann nicht erneut eingebunden werden.Das ausgewählte Image in der angegebene WIM ist bereits für den Lese/Schreib-Zugriff eingebundenDas angegebene Image-Handle wurde nicht mit der richtigen Zugriffsebene geöffnet. Um ein Image-Handle einzubinden, muss das Handle WIM_GENERIC_MOUNT Zugriffsberechtigt sein.Es wurde versucht, ein aufgeteiltes Imageformt einzubinden. Der Vorgang wird nicht unterstützt.Es wurde versucht, auf ein Wurzelverzeichnis eines Laufwerkes zu verweisen. Der Vorgang wird nicht unterstützt.Die Version von WIMGAPI (Windows Imaging Application Platform Interface), um dieses eingebundene Verzeichnis zu erstellen entspricht nicht der aktuellen Version. Stellen Sie sicher, dass wimserv.exe, wimmount.sys und imagex.exe/wimgapi.dll in der gleichen Version vorliegen.Das Laufwerk des angegebenen Einbindungspfads wird nicht unterstützt. Bitte wählen Sie ein Verzeichnis auf einem internen Laufwerk aus.Die Einbindung ist fehlgeschlagen. Für die Einbindung müssen alle noch aktiven Programme (Bsp. Antivirus- oder ein Index-Suchprogramm), die Zugriff auf Dateien im angegebenen Pfad haben, beendet werden.Ein ungültiger Index wurde für den WIM-Container-Wrapper angegeben. Der Wrapper kann kein Image öffnen.Die ausgewählte Log-Datei ist zwar vorhanden, ist aber keine Unicode Textdatei. Nur in Unicode erstellte Textdateien werden unterstützt.[ FEHLER ] %1[ WARNUNG ] Das erweiterte Dateiattribut %1 wurde ignoriert.Nicht unterstützter Vorgang. Überprüfen Sie, ob auf Ihrem Betriebssystem ein wof-Treiber vorhanden ist (wof.sys/wofadk.sys).Nicht unterstützter Vorgang. Überprüfen Sie, ob das für WIMBoot zugewiesene Abbild WIMBoot-kompatibel ist.Nicht unterstützter Vorgang. Überprüfen Sie, ob das für WIMBoot zugewiesene Abbild lokal und nicht im Netzwerk abgespeichert wurde.Nicht unterstützter Vorgang. Überprüfen Sie, ob die System-Abbilder in der angegebenen WIM-Datei in einem Format vorliegen, das von WIMBOOT unterstützt wird .Nicht unterstützter Vorgang. Überprüfen Sie, ob das zu erstellende System-Abbild im angegebenen Pfad von WIMBoot unterstützt wird.Nicht unterstützter Vorgang. Überprüfen Sie, ob auf Ihrem Betriebssystem ein wof-Treiber vorhanden ist (wof.sys).Benutzervereinbarung
Das Chuyu-Team empfiehlt jedem Nutzer dringend, die folgende Nutzungsvereinbarung (im Folgenden als "Vereinbarung" oder "diese Vereinbarung" bezeichnet) vor der Nutzung von Dism++ sorgfältig zu lesen. Jeder, der sich entscheidet, die Vereinbarung nicht einzuhalten oder die beabsichtigte Bedeutung der Vereinbarung nicht zu verstehen, sollte weder die Erlaubnis noch das Recht des Chuyu-Teams erhalten, Dism++ zu nutzen. Jeder, der Dism++ nutzt, erklärt sich mit der folgenden Vereinbarung einverstanden und verpflichtet sich, den Inhalt dieser Vereinbarung einzuhalten.
Diese Vereinbarung definiert die Rechte und Pflichten zwischen den Nutzern des Software-Dienstes "Dism++" (im Folgenden als "Dienst" oder "dieser Dienst" bezeichnet) und dem Chuyu-Team. "Benutzer" und "Dism++-Benutzer" beziehen sich auf Personen, die sich registrieren, anmelden oder diesen Dienst nutzen. Diese Vereinbarung kann jederzeit von Chuyu Team aktualisiert werden. Die aktualisierte Vereinbarung, sobald sie in einem beliebigen Format veröffentlicht wurde, ersetzt die ursprüngliche Vereinbarung. Dism++ sollte die aktualisierte Vereinbarung anzeigen, wenn die Software ordnungsgemäß gestartet wird. Benutzer von Dism++ müssen die Nutzung dieser Software und der Dienste des Chuyu-Teams sofort einstellen, wenn sie sich nicht an die aktualisierte Vereinbarung halten wollen.
I. Rechte und Pflichten
1. Dism++-Benutzer dürfen Dism++ nur für den persönlichen Gebrauch auf ihrem/ihren PC(s) verwenden. Jegliche nicht-persönliche Nutzung (einschließlich, aber nicht beschränkt auf kommerzielle oder berufliche Nutzung) ohne schriftliche Genehmigung des Chuyu Teams ist nicht gestattet.
2. Die Benutzer von Dism++ müssen diese Vereinbarung und andere Inhalte in den Dokumenten von Dism++ sorgfältig lesen, bevor sie Dism++ verwenden.
3. Dism++-Benutzer haben die Pflicht, dem Chuyu-Team Fehler und mögliche Verbesserungen zu melden. Jeder, der Dism++ länger als 30 Tage benutzt, sollte mingkuang einen "Dism++-Nutzungsbericht" schicken, der nicht weniger als 345 Wörter lang ist. Jeder, der Dism++ 8 Monate oder länger benutzt, sollte mingkuang am 11. November (Ortszeit) einen Jahresbericht (mindestens 520 Wörter) zum Thema "Vorschläge und mögliche Verbesserungen zu Dism++" senden. E-Mail von mingkuang: mingkuang@live.com.
4. Die Benutzer von Dism++ sollten die Liebe zum Frieden, zur Gruppenarbeit und zur Hilfe für andere beibehalten.
5. Dism++-Benutzer sollten sich an das Grundgesetz (oder vergleichbare lokale Gesetze) halten. Jegliche Handlungen, die das Urheberrecht des Chuyu-Teams oder diese Vereinbarung verletzen (einschließlich, aber nicht beschränkt auf unangemessenes Kopieren, Verbreiten, Anzeigen, Spiegeln, Hochladen, Herunterladen, Modifizieren), und solche, die sich negativ auf den Betrieb oder die Dienstleistungen des Chuyu-Teams auswirken, werden mit ernsthaften rechtlichen Schritten geahndet.
6. Jeder, der sich nicht an diese Vereinbarung hält, verliert automatisch alle von Chuyu Team gewährten Rechte. Das Chuyu Team behält sich das Recht vor, die Software des Chuyu Teams auf dem/den PC(s) des Nutzers zu sperren, dessen Vorschläge abzulehnen und rechtliche Schritte gegen ihn einzuleiten.
7. Das Chuyu Team wird sich bemühen, denjenigen, die sich an diese Vereinbarung halten, technischen Support zu leisten, wenn die Komplexität des Problems, die Verfügbarkeit des Chuyu Teams und das Votum der anderen Nutzer dies zulassen.
II. Fragen zum Datenschutz
1. Nach dem Start sammelt Dism++ die Systeminformationen der Dism++-Benutzer (einschließlich, aber nicht beschränkt auf die Systemversion, Systemstruktur, Systemsprache, CPU-Informationen, RAM-Informationen) und den eigenen Bericht von Dism++ (einschließlich, aber nicht beschränkt auf den Systemabsturzdump und die Protokolldateien), um den Service zu verbessern. Dism++ sammelt keine Informationen zur Identifizierung des Benutzers und keine Kontaktinformationen des Benutzers.
2. Das Chuyu Team kann den Nutzern Einladungen zum Testen von Dism++, Einladungen zur Stimmabgabe, um die Entscheidungsfindung des Chuyu Teams zu unterstützen, und Software-Updates schicken, aber das Chuyu Team wird niemals Nachrichten senden, die Werbung, Promotionen, Betrügereien oder Zahlungsaufforderungen enthalten, aber nicht darauf beschränkt sind.
III. Tragen Sie die Risiken
1. Das Chuyu Team hat eine offene Einstellung, so dass jeder Dism++ besser nutzen kann. Einige Funktionen können zu unbekannten Folgen führen, so dass das Chuyu-Team das mögliche Risiko beseitigen und die Nutzer darüber informieren wird. Aber wir haben nicht alle Probleme gelöst. Sie müssen alle Folgen selbst tragen. Bitte informieren Sie das Chuyu Team, wenn Sie Probleme gefunden haben, um zu verhindern, dass andere die gleichen Probleme haben.
2. Bitte verstehen Sie und stimmen Sie zu, weil unsere Software entwickelt werden muss. Das Chuyu Team behält sich das Recht vor, alle oder einige Dienste zu ändern, zu unterbrechen, zu beenden oder zu widerrufen. Die Benutzer müssen diese Gefahr tragen.
IV. Erklärung zu den Rechten an geistigem Eigentum
1. Das Chuyu-Team hat alle Rechte am geistigen Eigentum an den Inhalten dieses Dienstes (einschließlich, aber nicht beschränkt auf Programme, Webseiten, Texte usw.)
2. Wenn keine wichtigen Klauseln vorhanden sind, hat das Chuyu-Team alle Rechte am geistigen Eigentum.
3. Wenn das Chuyu Team nicht schriftlich zugestimmt hat, können die Benutzer die Chuyu Software nicht verwenden. Sie können anderen nicht sagen, dass sie das Recht haben, die Chuyu Software zu nutzen.
4. Die oben genannten und andere geistige Eigentumsrechte von Chuyu Team sind gesetzlich geschützt. Wenn das Chuyu Team es Ihnen nicht erlaubt hat, dürfen Sie die Software nicht demontieren oder andere Dinge tun.
V. Rechtliche Verantwortung
1. Wenn das Chuyu Team feststellt, dass einige Benutzer gegen diese Vereinbarung verstoßen haben, hat das Chuyu Team das Recht, den Benutzern die Nutzung der Chuyu Software zu verbieten, ohne sie darüber zu informieren.
2. Bitte verstehen Sie und stimmen Sie zu. Das Chuyu Team hat das Recht, Verstöße gegen diese Vereinbarung angemessen zu ahnden.
3. Bitte verstehen Sie und stimmen Sie zu. Wenn die Nutzer gegen diese Vereinbarung verstoßen, entstehen Ansprüche Dritter (einschließlich der angemessenen Kosten für einen Anwalt). Die Nutzer müssen Chuyu Team dafür entschädigen.
VI. Sonstiges
1. Chuyu Team weist die Nutzer feierlich auf die Klauseln zur Freistellung der Verantwortung von Chuyu Team und die Rechte der Nutzer hin. Minderjährige sollten diese Vereinbarung mit den Erziehungsberechtigten lesen.
2. Für die Gültigkeit und die Erklärung der Vereinbarung gilt das chinesische Recht. Wenn die Nutzer und Chuyu Team Streitigkeiten haben, verhandeln Sie zuerst eine Lösung. Wenn dies nicht gelingt, stimmen Sie bitte zu, das zuständige Volksgericht zu informieren.
3. Wenn die Vertragsklauseln ungültig oder nicht durchführbar sind, aus welchem Grund auch immer, sind die anderen Klauseln immer noch gültig. Sie sind für beide Seiten bindend.
4. Die in vereinfachtem Chinesisch verfasste Nutzungsvereinbarung sollte herangezogen werden, wenn die vereinfachte chinesische Version von den in anderen Sprachen verfassten Nutzungsvereinbarungen abweicht.
================================================
FILE: Languages/en.xml
================================================
ApplicationsInternetMultimediaUtilitiesSystemBrowserBrowserBrowserBrowserApplicationsWindows StoreOne or more updates are pending, please restart before continuing.Dism++ can not find the installation source, if you need to enable NET3.5 Please mount the ISO and then continue.The operating system is severely streamlined, Dism++ can not continue.The operating system is severely streamlined, please give up this system, and then start again.You are trying to uninstall a package that was installed on the computer and is now permanent. Therefore, this package cannot be uninstalled.The specified package cannot be added to an offline image.Cannot finalize session because an exclusive session is pending.Dism++ is busy, probably because other programs are running. Please try again later.Unable to connect to the server, check your network connection or the firewall settings are correct.Unable to connect to the server, check your network connection or the firewall settings are correct.Only supports Microsoft Online's ESD file into ISO file.Some have been cleared, for a complete cleanup upgrade to Windows 8.1, and then continue.Please upgrade to Windows Vista SP2, and then continue.Please upgrade to Windows 7 SP1, and then continue.WIMBoot and Compact can not be used simultaneously.Current system doesn't have Wow64 support, cannot handle non-64bit system offline.Required CBSHost.dll doesn't exist. Please ensure the integrity of Dism++.rundll32.exe missing. Dism++ cannot run.Dism++ session crashed. you can contact (mingkuang@live. com) to help resolve this issue.Dism++ detected some compatibility problem. Please install patch KB960037, then continue.No default file association configuration in current image. Cannot export.Driver (Wofadk.sys) not loaded. Please tick "Load wofadk" in Options - More settings.Driver (Wofadk.sys) not loaded. Please tick "Load wofadk" in Options - More settings.Volume Shadow Copy service has been disabled, please set the Volume Shadow Copy service to Manual and then continue.Does not support Microsoft's online account password reset, please reset your password through Microsoft's official website.This is a test message that requires no action. Message code %1.[ INFO ] %1Received an unrecognized message id: %1.[ WARN ] %1[ RETRY ] %1The specified library is not a valid file system container.The user attempted to mount an image for read/write access using a container library that is read only.The user attempted to mount an image to a directory that already exists. This is not supported.An extract request was received for a file that is not contained within this image. This file will not be extracted.An extract request was received for a file that does not exist. This condition may occur as a result of bad operation with other file system filters. Ensure that no antivirus or backup software is running on the mount directory.An extract request was received for a file that has already been extracted. This request will not be honored.The service was notified of two different files with the same file id. These files had incompatable flags set. The mount operation will be aborted.The file system container attempted to insert a file name twice. This is invalid, the wim service should only receive one notification per file name.The service received a bad message from the filter. This message will not be processed.The service received an extract for a file that is not in a mounted image. This extract will be ignored.An attempt was made to unmount a directory that is not mounted.An attempt was made to commit an image that was mounted for read only access. This is not valid. To commit an image, mount it without the read only flag set.A nonexistant mount directory was given to the extraction process. The extraction process requires that the image be stubbed before it starts.An invalid handle was passed to the image manager. This is a programming error.The specified image handle was not used to mount an image, and cannot be used to unmount. Please call WIMUnmountImage with the name of the mount directory to unmount your image.An image matching the specified mount data could not be found.The image cannot be unmounted because a file in the mount directory is still in use.The user attempted to mount to a directory that already contained a mounted image. This is not supported.The user attempted to mount to a directory that is not empty. This is not supported.The user attempted to mount to a directory that does not exist. This is not supported.A bad image handle was passed to WIMUnmountImageHandle. Only the image handle passed to WIMMountImageHandle or an image handle retrieved from WIMGetMountedImageHandle may be used in WIMUnmountImageHandle.The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process.The mounted image is already in use. Please ensure that it was not mounted by another process.The wimserv.exe binary could not be found. Please ensure that it is available in the system search path.Imagex timed out while waiting for the wimmount extractor process to initialize.The wimmount service shutdown without returning a status.The specified directory is not a valid mounted directory.The specified mounted image cannot be committed back into the WIM. This occurs when an image has been through a partial unmount or when an image is still being mounted. If this image was unmounted with commit earlier, then the commit probably succeeded. Please validate that this is the case and then unmount without commit.The mount directory of the specified image has changed. All the files in this image will be extracted, and this image cannot be commited.The volume of the specified mount path does not support reparse points. Please mount to a volume that supports reparse points.The specified directory contains a corrupted mount image. No mount operations can be performed on this directory.The image could not be mounted because the wimmount.sys driver is not installed on this machine. To fix this error, install the wimmount.sys driver.The mounted image could not be committed because the image in the wim was modified after it was mounted.The specified directory could not be remounted because it is not a valid remount target. The most likely reason that it is not valid is that the directory has already been unmounted.The specified directory could not be remounted because the image in the wim was modified after it was mounted.The specified directory could not be remounted because an unmount of that directory is in progress.The specified image is already mounted, and cannot be mounted again.The specified image in the specified wim is already mounted for read/write access.The specified image handle was not opened with the correct access level. In order to mount an image handle, the handle must have WIM_GENERIC_MOUNT access.The user attempted to mount a split wim. This is unsupported.The user attempted to mount to the root of a volume. This is unsupported.The version of wimgapi used to create this mount directory does not match the current version. Ensure that wimserv.exe, wimmount.sys and imagex.exe/wimgapi.dll are of matching version.The drive of the specified mount path is not supported. Please mount to a volume on a fixed drive.The mount operation failed. When mounting, you must disable any software (for example, antivirus or search indexer) that accesses files under that specified mount path.An invalid image index was specified to the wim container wrapper. The wrapper cannot open an image.The specified log file exists and is not a unicode encoded text file. Only unicode encoded text files are supported.[ ERROR ] %1[ WARN ] The extended attribute on file %1 was ignored.Unsupported operation. Check that the OS you are running contains a wof driver (wof.sys/wofadk.sys).Unsupported operation. Check that the WIMBoot applied image is WIMBoot compatible.Unsupported operation. Check that the WIMBoot applied image is being saved locally and not to a network share.Unsupported operation. Check that existing OS images contained in the specified WIM file are in WIMBoot supported format.Unsupported operation. Check that the OS image at the specified path to be captured is WIMBoot supported.Unsupported operation. Check that the OS you are running contains a wof driver (wof.sys).User Agreement
Chuyu team strongly recommends every user to read the following user agreement (hereinafter referred to as "agreement", or "this agreement") carefully before using Dism++. Anyone chooses not to comply with or fail to understand the intended meaning of the agreement should not be allowed, nor be granted the right granted by Chuyu team to use Dism++. Anyone who uses Dism++ is considered to agree with the following agreement, and to comply with the content of this agreement.
This agreement defines the rights and obligations between Dism++ users of "Dism++" software service (hereinafter referred to as "service", or "this service") and Chuyu team. "Users", and "Dism++ users" refer to individuals who register, login, or utilize this service. This agreement is subject to updates from Chuyu team at any possible moment. Updated agreement, once published in any format, replaces the original agreement. Dism++ should display the updated agreement when the software properly initiates. Dism++ users must stop using this software and the services fom Chuyu team immediately if they choose not to comply with the updated agreement.
I. Rights and Obligations
1. Dism++ users can only use Dism++ for personal use in their PC(s). Any non-personal use (including but not limited to commercial or occupational use) without written approval from Chuyu team is not allowed.
2. Dism++ users must read this agreement and other content in the document of Dism++ carefully before using Dism++.
3. Dism++ users have the obligation to report bugs and possible improvements to Chuyu team. Anyone who uses Dism++ for over 30 days should send mingkuang a "Dism++ usage report" that is no less than 345 words. Anyone who uses Dism++ for 8 mounths or longer should send mingkuang an annual report (at least 520 words) on the topic "Suggestion and possible improvement on Dism++" on November 11th (local time). Email of mingkuang: mingkuang@live.com.
4. Dism++ users should retain the love for peace, for group work, and of helping others.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fail to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions against them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Privacy Issues
1. After initiation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Bear The Risks
1. Chuyu team have an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Intellectual Property Rights Statement
1. Chuyu team has all the intellectual property rights of this-service content (including but not limited to program, webpage, text and so on)
2. If no important clauses,Chuyu team has all the intellectual property rights.
3. If Chuyu team didn't consent in writing, the users cannot process Chuyu softwares anyway. Cannot tell others have the rights to proces Chuyu softwares.
4. Above and other intellectual property rights of Chuyu team are protected by law. If Chuyu team didn't allow you, you cannot disassemble or do others.
V. Legal Responsibility
1. If Chuyu team see someone report some users breached this agreement,Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team have the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Others
1. Chuyu team solemnly tell the users notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese Simplified should be referred to if the Chinese Simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/es.xml
================================================
AplicacionesInternetMultimediaUtilidadesSistemaNavegadorNavegadorNavegadorNavegadorAplicacionesMicrosoft StoreHay una o más actualizaciones pendientes, por favor reiniciar antes de continuar.Dism++ no puede encontrar el origen de la instalación, si necesita habilitar NET 3.5 montar la ISO y luego continuar.El sistema operativo está severamente racionalizado, Dism++ no puede continuar.El sistema operativo está severamente racionalizado, por favor renunciar a este sistema, y empezar de nuevo.Está intentando desinstalar un paquete que estaba instalado en el ordenador y ahora es permanente. Por lo tanto, este paquete no se puede desinstalar.El paquete especificado no se puede agregar a una imagen sin conexión.No se puede finalizar la sesión porque está pendiente de una sesión exclusiva.Dism++ está ocupado, probablemente porque se están ejecutando otros programas. Por favor, inténtelo de nuevo más tarde.No se puede conectar con el servidor, compruebe su conexión de red o la configuración del firewall.No se puede conectar con el servidor, compruebe su conexión de red o la configuración del firewall.Sólo admite el archivo ESD de Microsoft en línea en el archivo ISO.Algunos han sido borrados, para una limpieza completa actualizar a Windows 8.1, y luego continuar.Actualizar a Windows Vista SP2, y luego continuar.Actualizar a Windows 7 SP1, y luego continuar.No se pueden usar simultáneamente WIMBoot y compactar.El sistema actual no tiene soporte para Wow64, no puede manejar sistemas de 64 bits fuera de línea.El archivo CBSHost.dll no existe. Por favor, asegurar la integridad de Dism++.Falta rundll32.exe. Dism++ no se puede ejecutar.La sesión de Dism++ se congeló. Puedes contactarme a (mingkuang@live.com) para ayudar a resolver este problema.Dism++ ha detectado algún problema de compatibilidad. Instalar el parche KB960037 y continuar.No hay una configuración predeterminada de asociación de archivos en la imagen actual. No se puede exportar.Controlador (Wofadk.sys) no cargado. Seleccionar la casilla "Cargar wofadk" en Opciones - Más opciones.Controlador (Wofadk.sys) no cargado. Seleccionar la casilla "Cargar wofadk" en Opciones - Más opciones.Se ha deshabilitado el servicio de las instantáneas de volumen, configurar el servicio a manual y continuar.Microsoft en línea no soporta vacíar o restaurar la contraseña de la cuenta, debes hacerlo através de la página web oficial de Microsoft.Este es un mensaje de prueba que no requiere ninguna acción. Código del mensaje %1.[ Información ] %1Ha recibido un mensaje desconocido: %1.[ Advertencia ] %1[ Reintentar ] %1La biblioteca especificada no es un archivo válido.El usuario ha intentado montar una imagen de acceso de lectura/escritura utilizando una biblioteca de contenedores que es de sólo lectura.El usuario ha intentado montar una imagen en un directorio que ya existe. Esto no está soportado.Se ha recibido una solicitud de extracción de un archivo que no está contenido en esta imagen. Este archivo no se puede extraer.Se ha recibido una solicitud de extracción de un archivo que no existe. Esta condición puede producirse como resultado de una operación incorrecta con otros filtros del sistema de archivos. Asegúrese de que ningún antivirus o software de copia de seguridad se esté ejecutando en el directorio.Se ha recibido una solicitud de extracción de un archivo que ya se ha extraído. Esta solicitud no se procesara.El servicio ha notificado de dos archivos con el mismo id. Estos archivos son incompatibles con las marcas establecidas. La operación de montaje se ha abortado.El contenedor del sistema de archivos intentó insertar un nombre de archivo dos veces. Esto no es válido, el servicio wim sólo debe recibir una notificación por nombre de archivo.El servicio ha recibido un mensaje de filtro erróneo. Este mensaje no se procesará.El servicio ha recibido una extracción de un archivo que no está en una imagen montada. Este extracto se ignorará.Se ha intentado desmontar un directorio que no está montado.Se ha intentado validar una imagen que se montó con acceso de sólo lectura. Esto no es válido. Para confirmar una imagen, montarla sin el conjunto de indicadores de sólo lectura.Se ha dado un directorio de montaje no existente al proceso de extracción. El proceso de extracción requiere que la imagen sea rechazada antes de que comience.El identificador no es válido con el administrador de imágenes. Este es un error de programación.La imagen especificada no se ha utilizado para montar una imagen y no se puede utilizar para desmontar. Llamar a WIMUnmountImage con el nombre del directorio de montaje para desmontar la imagen.No se puede encontrar una imagen que coincida con los datos de montaje especificado.No se puede desmontar la imagen porque hay un archivo en el directorio de montaje en uso.El usuario ha intentado montar un directorio que ya contiene una imagen montada. Esto no está soportado.El usuario ha intentado montar un directorio que no está vacío. Esto no está soportado.El usuario ha intentado montar en un directorio que no existe. Esto no está soportado.Ha pasado una imagen incorrecta a WIMUnmountImageHandle. Sólo transfiere la imagen a WIMMountImageHandle o una imagen recuperada de WIMGetMountedImageHandle puede usarse en WIMUnmountImageHandle.El directorio no se puede desmontar completamente. Esto se debe generalmente a aplicaciones que tienen archivos abiertos en el directorio de montaje. Cierre estos archivos y desmontar otra vez para completar el proceso.La imagen montada ya está en uso. Asegúrese de que no fue montada por otro proceso.No se ha encontrado el wimserv.exe binario. Asegúrese de que está disponible en la ruta de búsqueda del sistema.ImageX ha agotado el tiempo esperando el proceso para extraer.El cierre del servicio wimmount sin retornar a un estado.El directorio especificado no es válido para un directorio montado.La imagen montada no se puede integrar con WIM. Esto ocurre cuando una imagen se ha realizado a través de un desmontaje parcial o cuando se está montando una imagen. Si esta imagen fue desmontada anteriormente, entonces puede darse este error. Compruebe que este sea caso y, a continuación, desmonte sin integrar.El directorio de montaje de la imagen especificada ha cambiado. Todos los archivos de esta imagen se extraerán, y esta imagen no se puede integrar.El volumen de la ruta de montaje especificado no admite puntos de reanálisis. Montar en un volumen que admita puntos de re-análisis.El directorio especificado contiene una imagen de montaje dañado. No se pueden realizar operaciones de montaje en este directorio.La imagen no se puede montar porque Wimmount.sys no está instalado en esta máquina. Para solucionar este error, instale Wimmount.sys.La imagen montada no se puede integrar porque la imagen del archivo WIM se ha modificado después de montarse.El directorio especificado no se puede volver a montar porque no es un destino válido. La razón más probable es que el directorio ya se ha desmontado.El directorio especificado no se puede volver a montar porque la imagen del archivo WIM se ha modificado después de montar.El directorio especificado no se puede volver a montar porque se está desmontando en ese directorio.La imagen especificada ya está montado, y no se puede volver a montar.La imagen especificada WIM ya está montado con acceso de lectura/escritura.Al manejar la imagen especificada no se abre con el nivel de acceso correcto. Con el fin de montar una imagen, debe tener acceso con WIM_GENERIC_MOUNT.El usuario ha intentado montar un wim dividido. Esto no está soportado.El usuario ha intentado montar en la raíz de un volumen. Esto no está permitido.La versión de wimgapi utilizado para crear este directorio de montaje no coincide con la versión actual. Asegurar que Wimserv.exe, Wimmount.sys e imagex.exe/Wimgapi.dll sean los correctos.La unidad de la ruta de montaje especificado no es compatible. Por favor, montar un volumen en una unidad fija.La operación de montaje ha fallado. Debe desactivar cualquier software (por ejemplo, antivirus o indexador de búsqueda) que accede a los archivos bajo esa ruta de montaje especifica.Indice de imagen no válido para el contenedor de Wim wrapper. El contenedor no puede abrir una imagen.El archivo de registro especificado ya existe y no es un archivo de texto en Unicode. Sólo los archivos de texto en Unicode son compatibles.[ Error ] %1[ Advertencia ] El atributo extendido en el archivo %1 se ha ignorado.Operación no soportada. Compruebe que el SO se está ejecutando, y que contenga un controlador wof (wof.sys/wofadk.sys).Operación no soportada. Compruebe que la imagen aplicada al WIMBoot sea compatible.Operación no soportada. Verifique que la imagen está siendo aplicada al WIMBoot guardado localmente y no a un recurso compartido de red.Operación no soportada. Verificar que el SO existente en el archivo WIM especificado del WIMBoot esté en un formato compatible.Operación no soportada. Compruebe que la imagen del SO en la ruta especificada que se va a capturar sea compatible con WIMBoot.Operación no soportada. Compruebe que se está ejecutando en el sistema operativo un controlador de wof (wof.sys).Acuerdo del usuario
Se recomienda encarecidamente que todos los usuarios lean el siguiente acuerdo (denominado en lo sucesivo "acuerdo", o "este acuerdo") detenidamente antes de usar Dism++. Si decide no cumplir o no entiende el significado del acuerdo no se le permite, ni concede el derecho otorgado por el equipo de Chuyu a usar Dism++. Cualquiera que use Dism++ es porque está de acuerdo, y cumple con el contenido del presente acuerdo.
Este acuerdo define los derechos y obligaciones entre Dism++ y los usuarios de "Dism++" del servicio de software (en lo sucesivo denominado "servicio", o "este servicio") y del equipo de Chuyu. "Usuarios" y "usuarios de Dism++" se refiere a las personas que se inscriban, incien sesión, o utilicen este servicio. Este acuerdo está sujeto a actualizaciones por el equipo de Chuyu en cualquier momento. Actualizado el acuerdo, una vez publicada en cualquier formato, sustituyendo al acuerdo original. Dism++ debería mostrar el acuerdo actualizado cuando se inicia correctamente el programa. Los usuarios de Dism++ deben dejar de usar el programa y los servicios del equipo de Chuyu inmediatamente si se opta por no cumplir con el acuerdo actualizado.
I. Derechos y obligaciones
1. Los usuarios de Dism++ solo pueden usar Dism++ para uso personal en su PC(s). Cualquier uso no personal (incluyendo pero no limitado a uso comercial o ocupacional) sin la aprobación por escrito del equipo de Chuyu no está permitido.
2. Los usuarios de Dism++ deben leer este acuerdo y otro contenido en el documento de Dism++ cuidadosamente antes de usar Dism++.
3. Los usuarios de Dism++ tienen la obligación de informar de errores y posibles mejoras al equipo de Chuyu. Cualquier persona que use Dism++ durante más de 30 días debe enviar a Mingkuang un informe de uso Dism++ con no menos de 345 palabras. Cualquier persona que use Dism++ durante 8 meses o más debe enviar a Mingkuang un informe anual (al menos 520 palabras) sobre el tema "Sugerencia y posible mejora en Dism++" el 11 de noviembre (hora local). Correo electrónico de Mingkuang: mingkuang@live.com.
4. Los usuarios de Dism++ deben conservar el amor por la paz, por el trabajo en grupo y por ayudar a los demás.
5. Los usuarios de Dism++ deben cumplir con la ley fundamental (o equivalentes locales). Cualquier acción que viole los derechos de autor del equipo de Chuyu o de este acuerdo (incluyendo, pero no limitado a copiar, propagar, mostrar, reflejar, subir, descargar y modificar) de manera inapropiada, y aquellos que afectan negativamente el funcionamiento del equipo de Chuyu serán objeto de graves acciones legales.
6. Cualquier persona que no cumpla con este acuerdo pierde automáticamente cualquier derecho otorgado por el equipo de Chuyu. El equipo de Chuyu conserva el derecho de detener todo el software del equipo de Chuyu en su PC(s), rechazar cualquiera de sus propuestas y perseguir acciones legales contra ellos.
7. El equipo de Chuyu hará todo lo posible para brindar soporte técnico a aquellos que cumplan con este acuerdo, cuando los siguientes factores lo permitan: la complejidad del tema, disponibilidad del equipo Chuyu y el voto de los demás usuarios.
II. Cuestiones de privacidad
1. Después de la iniciación, Dism++ recopilará la información del sistema de los usuarios de Dism++ (incluyendo pero no restringida a la versión del sistema, arquitectura del sistema, idioma del sistema, nombre del sistema, información de la CPU, información de la RAM) y el propio informe de Dism++ (incluyendo, pero no restringido a cuelgues del sistema y archivos registro) para mejorar el servicio. Dism++ no recopilará la información de identificación del usuario ni la información de contacto del usuario.
2. El equipo de Chuyu puede enviar a los usuarios invitaciones para probar Dism++, invitaciones para ayudar al equipo de Chuyu a tomar decisiones y actualizaciones del programa, pero el equipo de Chuyu nunca enviará mensajes que incluyan anuncios, promociones, fraudes o solicitud de pagos.
III. Posibles riesgos
1. Chuyu tiene una actitud de tipo abierto por lo que todo el mundo puede mejorar Dism++. Algunas funciones pueden llevar a consecuencias desconocidas por lo que el equipo de Chuyu eliminará en lo posible el riesgo y lo comentara a los usuarios. Pero no hemos resuelto todo el problema. Usted debe soportar todas las secuelas. Comentarle al equipo de Chuyu si encuentra problemas para evitar que otros los tengan.
2. Por favor, comprenda y acepte porque nuestra aplicación necesita desarrollarse. El equipo de Chuyu persiste en los derechos de cambiar o detener o terminar o revocar todo o algún servicio. Existe ese peligro.
IV. Declaración de derechos de propiedad intelectual
1. El equipo de Chuyu tiene todos los derechos de propiedad intelectual de este contenido de servicio (incluyendo pero no limitado al programa, página web, texto, etc.)
2. Si no hay cláusulas importantes, el equipo de Chuyu tiene todos los derechos de propiedad intelectual.
3. Si el equipo de Chuyu no dio su consentimiento por escrito, los usuarios no pueden procesar los programas de Chuyu. No se puede decir de los demás si tienen los derechos de procesar los programas de Chuyu.
4. Lo anterior y otros derechos de propiedad intelectual del equipo Chuyu están protegidos por la ley. Si el equipo Chuyu no se lo permite, no se puede desensamblar o hacer otras cosas.
V. Responsabilidad legal
1. Si el equipo de Chuyu ve que algunos de los usuarios han violado este acuerdo, el equipo de Chuyu tiene el derecho de prohibir a los usuarios usar los softwares sin informarles.
2. Por favor, comprenda y acepte. El equipo de Chuyu tiene los derechos de penalizar razonablemente por su comportamiento de la violación con la ley.
3. Por favor, comprenda y acepte. Si los usuarios incumplen este acuerdo, y surge una reclamación (incluyendo el dinero razonable para el abogado). Los usuarios deben compensar al equipo de Chuyu.
VI. Otros
1. Solo decirle a los usuarios que miren las cláusulas de eximir la responsabilidad del equipo de Chuyu y los derechos de limitar a los usuarios. Los menores deben leer este acuerdo con sus tutores legales.
2. La validez del acuerdo y la explicación se aplican en el derecho de China. Si los usuarios y el equipo de Chuyu tienen conflictos, negociar primero. Si no es posible, por favor acepte informar a la corte que tenga jurisdicción para administrar el caso.
3. Si las cláusulas de este acuerdo no son válidas o no son ejecutables por cualquier razón, las demás cláusulas siguen siendo válidas. Vinculante para ambas.
4. El acuerdo de usuario escrito en chino simplificado debe ser referido a si la versión de chino simplificado difiere de los acuerdos de usuario escritos en otros idiomas.
================================================
FILE: Languages/fr.xml
================================================
ApplicationsInternetMultimédiaUtilitairesSystèmeExplorateurExplorateurExplorateurExplorateurApplicationsWindows Store"/>
Une ou plusieurs mise à jour sont en attente, veuillez redémarrer avant de continuer.Dism++ ne peut pas trouver la source d’installation, si vous avez besoin d’activer .NET 3.5.Ce système d’exploitation est sévèrement rationalisé, Dism++ ne peut pas continuer.Ce système d’exploitation est sévèrement rationalisé, mieux vaut ne pas y toucher, et recommencer plus tard.Vous essayez de désinstaller un composant qui a été intégré sur l’ordinateur de façon maintenant permanente. Par conséquent, ce paquet ne peut pas être désinstallé.Le composant spécifié ne peut pas être ajouté à une image hors connexion.Vous ne pouvez pas finaliser la session car une session exclusive est en attente.Dism++ est occupé, probablement parce que d’autres programmes sont en cours d’exécution. Veuillez réessayer plus tard.Impossible de se connecter au serveur, vérifiez que votre connexion réseau ou les paramètres du pare-feu sont corrects.Impossible de se connecter au serveur, vérifiez que votre connexion réseau ou les paramètres du pare-feu sont corrects.La conversion en images ISO ne prend en charge que les images ESD issues de Microsoft Online.Une partie a été nettoyée, pour un nettoyage complet, veuillez mettre à niveau vers Windows 8.1 puis continuer.Veuillez mettre à niveau vers Windows Vista SP2 avant de continuer.Veuillez mettre à niveau vers Windows 7 SP1 avant de continuer.WIMBoot et Compact ne peuvent pas être utilisés simultanément.Le système actuel ne prend pas en charge Wow64, impossible de gérer hors ligne un système non-64 bits.La bibliothèque CBSHost.dll requise est absente. Veuillez vérifier l’intégrité de Dism++.Le programme système Rundll32.exe requis est absent. Dism++ ne peut pas s’exécuter.La sesssion Dism++ a planté. Vous pouvez contacter (mingkuang@live.com) pour aider à résoudre ce problème.Dism++ détecte certains problèmes de compatibilité. Veuillez installer le correctif KB960037 de Microsoft avant de continuer.Aucune configuration de fichier par défaut dans l’image actuelle. Impossible d’exporter.Le pilote (WofAdk.sys) n’est pas chargé. Veuillez cocher « Charger le pilote de compression WofAdk » dans les « Options - Paramètres supplémentaires » pour continuer.Le pilote (WofAdk.sys) n’est pas chargé. Veuillez cocher « Charger le pilote de compression WofAdk » dans les « Options - Paramètres supplémentaires » pour continuer.Le service « Cliché instantané de volume » (Volume Shadow Copy) a été désactivé, veuillez configurer ce service en type de démarrage manuel puis continuer.La réinitialisation du mot de passe en ligne Microsoft n’est pas prise en charge, veuillez réinitiliser votre mot de passe depuis le site officiel de Microsoft.Ceci est un message test qui ne requiert aucune action. Code de message %1.[INFO] %1ID de message inconnu reçu : %1.[AVERTISSEMENT] %1[RÉESSAYER] %1La bibliothèque spécifiée n’est pas un conteneur de système de fichiers valide.L’utilisateur a tenté de monter une image pour un accès en lecture/écriture à l’aide d’une bibliothèque de conteneurs qui est en lecture seule.L’utilisateur a tenté de monter une image dans un répertoire qui existe déjà. Cette opération n’est pas prise en charge.Une demande d’extraction a été reçue pour un fichier qui n’est pas contenu dans cette image. Ce fichier ne sera pas extrait.Une demande d’extraction a été reçue pour un fichier qui n’existe pas. Cette condition peut se produire suite à une opération incorrecte avec d’autres filtres de système de fichiers. Assurez-vous qu’aucun antivirus ou logiciel de sauvegarde n’est en cours d’exécution sur le répertoire de montage.Une demande d’extraction a été reçue pour un fichier qui a déjà été extrait. Cette demande ne sera pas honorée.Le service a été informé de l’existence de deux fichiers différents ayant le même ID de fichier. Ces fichiers avaient des indicateurs incompatibles. L’opération de montage va être abandonnée.Le conteneur de système de fichiers a tenté d’insérer un nom de fichiers à deux reprises. Cette opération n’est pas valide ; le service WIM ne doit recevoir qu’une seule notification par nom de fichier.Le service a reçu un message incorrecte en provenance du filtre. Ce message ne sera pas traité.Le service a reçu une extraction pour un fichier qui ne se trouve pas dans une image montée. Cette extraction sera ignorée.Une tentative a été effectuée en vue de démonter un répertoire qui n’est pas monté.Une tentative a été effectuée en vue de valider une image qui a été montée pour un accès en lecture seule. Cette opération n’est pas valide. Pour valider une image, montez-la sans définir l’indicateur de lecture seule.Un répertoire de montage inexistant a été spécifié pour le processus d’extraction. Le démarrage du processus d’extraction nécessite une opération stub sur l’image.Un descripteur non valide a été passé au gestionnaire d’image. Il s’agit d’une erreur de programmation.Le descripteur d’image spécifié n’a pas été utilisé pour monter une image et ne peut pas être utilisé pour le démontage. Veuillez appeler WIMUnmountImage avec le nom du répertoire de montage afin de démonter votre image.Impossible de trouver une image correspondant aux données de montage spécifiées.L’image ne peut pas être démontée car un fichier dans le répertoire de montage est encore en cours d’utilisation.L’utilisateur a tenté d’effectuer un montage dans un répertoire qui contenait déjà une image montée. Cette opération n’est pas prise en charge.L’utilisateur a tenté d’effectuer un montage dans un répertoire qui n’est pas vide. Cette opération n’est pas prise en charge.L’utilisateur a tenté d’effectuer un montage dans un répertoire qui n’existe pas. Cette opération n’est pas prise en charge.Un descripteur d’image incorrect a été passé à WIMUnmountImageHandle. Seul le descripteur d’image passé à WIMMountImageHandle ou un descripteur d’image extrait de WIMGetMountedImageHandle peut être utilisé dans WIMUnmountImageHandle.Le répertoire n’a pas pu être complètement démonté. Ce problème est généralement dû aux applications qui ont des fichiers encore ouverts dans le répertoire de montage. Fermez ces fichiers et réeffectuez le démontage afin de terminer le processus de démontage.L’image montée est déjà en cours d’utilisation. Assurez-vous qu’elle n’a pas été montée par un autre processus.Le binaire WIMServ.exe est introuvable. Assurez-vous qu’il est disponible à l’emplacement de recherche système.Le délai de ImageX a expiré lors de l’attente d’initialisation du processus d’extraction WIMMount.Le service WIMMount s’est arrêté sans retourner d’état.Le répertoire spécifié n’est pas un répertoire monté valide.L’image montée spécifiée ne peut pas être revalidée dans le fichier WIM. Ce problème se produit lorsqu’une image a subi un démontage partiel ou lorsqu’une image est encore montée. Si cette image a été démontée avec une validation antérieure, la validation a probablement réussi. Veuillez vérifier si c’est le cas, puis effectuez un démontage sans validation.Le répertoire de montage de l’image spécifiée a changé. Tous les fichiers dans cette image seront extraits et cette image ne peut pas être validée.Le volume du chemin d’accès de montage spécifié ne prend pas en charge les points d’analyse. Veuillez effectuer le montage sur un volume qui prend en charge les points d’analyse.Le répertoire spécifié contient une image de montage endommagée. Aucune opération de montage ne peut être effectuée sur ce répertoire.L’image n’a pas pu être montée car le pilote WIMmount.sys n’est pas installé sur cet ordinateur. Pour résoudre ce problème, installez le pilote WIMmount.sys.L’image montée n’a pas pu être validée car l’image dans le fichier WIM a été modifiée après avoir été montée.Le répertoire spécifié n’a pas pu être remonté car il ne s’agit pas d’une cible de remontage valide. Cela est probablement dû au fait que le répertoire a déjà été démonté.Le répertoire spécifié n’a pas pu être remonté car l’image dans le fichier WIM a été modifiée après avoir été montée.Le répertoire spécifié n’a pas pu être remonté car un démontage de ce répertoire est en cours.L’image spécifiée est déjà montée ; elle ne peut pas être remontée.L’image spécifiée dans le fichier WIM spécifiée est déjà montée pour un accès en lecture/écriture.Le descripteur d’image spécifié n’a pas été ouvert avec le niveau d’accès correct. Pour monter un descripteur d’image, celui-ci doit disposer de l’accès WIM_GENERIC_MOUNT.L’utilisateur a tenté de monter un fichier WIM fractionné. Cette opération n’est pas prise en charge.L’utilisateur a tenté d’effectuer un montage à la racine d’un volume. Cette opération n’est pas prise en charge.La version de WimgAPI utilisée pour créer ce répertoire de montage ne correspond pas à la version actuelle. Assurez-vous que WIMServ.exe, WIMMount.sys et Imagex.exe/WimgAPI.dll ont des versions qui correspondent.Le lecteur du chemin d’accès de montage spécifié n’est pas pris en charge. Veuillez effectuer un montage sur un volume sur un lecteur fixe.Échec de l’opération de montage. Veillez à désactiver tout logiciel (programme antivirus, outil d’indexation de fichiers, etc.) qui accède aux fichiers situés sous le chemin de montage spécifié.Un index d’image non valide a été spécifié pour le wrapper de conteneur WIM. Le wrapper ne peut pas ouvrir une image.Le fichier journal spécifié existe et n’est pas un fichier texte codé au format Unicode. Seuls les fichiers texte au format Unicode sont pris en charge.[ERREUR] %1[AVERTISSEMENT] L’attribut étendu sur le fichier %1 a été ignoré.Opération non prise en charge. Vérifiez que le système d’exploitation actif contient un pilote de compression Wof (Wof.sys/WofAdk.sys).Opération non prise en charge. Vérifiez que l’image à laquelle WIMBoot est appliquée est compatible avec WIMBoot.Opération non prise en charge. Vérifiez que l’image à laquelle WIMBoot est appliquée est enregistrée localement et pas sur un partage réseau.Opération non prise en charge. Vérifiez que les images de système d’exploitation existantes contenues dans le fichier WIM spécifié sont dans un format pris en charge par WIMBoot.Opération non prise en charge. Vérifiez que l’image de système d’exploitation se trouvant dans le chemin spécifié à capturer est prise en charge par WIMBoot.Opération non prise en charge. Vérifiez que le système d’exploitation actif contient un pilote de compression Wof (Wof.sys/WofAdk.sys).Accord de licence utilisateur
Chuyu Team recommande fermement à chaque utilisateur de lire attentivement l’accord suivant de licence utilisateur (désigné ci-dessous comme « accord », ou « cet accord ») avant d’utiliser Dism++. Quiconque choisit de ne pas se conformer ou ne parvient pas à comprendre la signification attendue de cet accord ne devrait pas être autorisé, ni ne devrait lui être accordés les droits concédés par Chuyu Team lui permettant d’utiliser Dism++. Quiconque utilise Dism++ est considéré comme acceptant les termes de l’accord suivant, et de se conformer à son contenu.
Cet accord définit les droits et obligations entre les utilisateurs du service logiciel Dism++ (désigné ci-dessous comme « service » ou « ce service ») et Chuyu Team. Les « utilisateurs » et « utilisateurs de Dism++ » désignent les individus qui s’enregistrent, se connectent ou utilisent ce service. Cet accord fait l’objet de mises à jour de la part de Chuyu Team à tout moment possible. L’accord mis à jour, une fois publié dans tout format, remplace l’accord d’origine. Dism++ devrait afficher l’accord mis à jour lorsque le logiciel s’initialise correctement. Les utilisateurs de Dism++ devraient arrêter d’utiliser ce logiciel et les services de Chuyu Team immediatement s’ils choisissent de ne pas se conformer avec l’accord mis à jour.
I. Droits et obligations
1. Les utilisateurs de Dism++ ne peuvent utiliser Dism++ que pour leur usage personnel sur leur(s) ordinateur(s). Toute utilisation non personnelle (y compris, mais sans s’y limiter, une utilisation commerciale ou au travail) sans accord écrit de la part de Chuyu Team n’est pas autorisée.
2. Les utilisateurs de Dism++ doivent lire attentivement cet accord et tout autre contenu de la documentation de Dism++ avant d’utiliser Dism++.
3. Les utilisateurs de Dism++ doivent signaler les anomalies et améliorations possibles à Chuyu Team. Quiconque utilise Dism++ pour une période de plus de 30 jours devrait envoyer à mingkuang un « Rapport d’utilisation de Dism++ » comprenant pas moins de 345 mots. Quiconque utilise Dism++ durant 8 mois ou plus devrait envoyer à Mingkuang un rapport annuel (au moins 520 mots) sur le sujet « Suggestions et amélioration possible de Dism++ » le 11 novembre (heure locale). Adresse courriel de Mingkuang : mingkuang@live.com.
4. Les utilisateurs de Dism++ devraient garder à l’esprit l’amour de paix, du travail en groupe, et de l’aide des autres.
5. Les utilisateurs de Dism++ devraient se conformer à la loi commune (ou les équivalents locaux). Toute action violant les droits d’auteur de Chuyu Team ou les termes de cet accord (y compris, mais sans s’y limiter, en effectuant de façon inappropriée une copie, une propagation, un affichage, un miroir, un téléversement, un téléchargement ou une modification) et toutes celles qui impacteraient de façon négative les opérations ou services de Chuyu Team feront l’objet de sérieuses poursuites légales.
6. Quiconque échouerait à se conformer avec cet accord perdra automatiquement tous les droits accordés par Chuyu Team. Chuyu Team conserve le droit d’arrêter tout logiciel de Chuyu Team sur leur(s) ordinateur(s), de rejeter chacune de leur(s) proposition(s) et de lancer des actions légales à leur encontre.
7. Chuyu Team will fera de son mieux pour fournir une assistance technique à ceux qui se conforment avec cet accord, lorsque les facteurs suivants le permettent : la complexité du problème, la disponilibité de Chuyu Team, et l’expression des votes des autre(s) utilisateurs.
II. Données de vie privée
1. Une fois initialisé, Dism++ collectera des informations sur le système des utilisateurs de Dism++ (y compris, mais sans s’y limiter, la version du système, la structure du système, la langue du système, des informations sur le processeur et la mémoire), ainsi que le rapport d’état sur Dism++ lui-même (y compris, mais sans se limiter à cela, les fichiers de vidage système en cas de plantage et les fichiers journaux) afin d’améliorer le service. Dism++ ne collectera pas d’informations sur les utilisateurs ni celles permettant de les contacter.
2. Chuyu Team peut envoyer aux utilisateurs des invitations à tester Dism++, des invitations à voter pour aider Chuyu Team dans ses décisions, ainsi que des mises à jour logicielles, mais Chuyu Team n’enverra jamais de messages comprenant notamment des publicités, des promotions, des fraudes ou des demandes de paiement.
III. Évaluez les risques
1. Chuyu Team adopte une attitude d’ouverture afin que chacun puisse rendre Dism++ meilleur. Certaines fonctions pourraient conduire à des conséquences inconnues et Chuyu Team s’efforcera de supprimer les risques possibles et d’en informer les utilisateurs. Mais nous ne résoudrons pas tous les problèmes. Vous devez vous-même assumer toutes les conséquences. Veuillez cependant aviser Chuyu Team si vous constatez des problèmes afin de prévenir leur survenance chez les autres.
2. Veuillez comprendre et accepter que nos logiciels ont besoin d’autres développements. Chuyu Team se réserve les droits de changer, suspendre, arrêter ou révoquer certains services. Les utilisateurs doivent gérer eux-même ces dangers.
IV. Déclaration des droits de propriété intellectuelle
1. Chuyu Team dispose de tous les droits de propriété intellectuelle sur les contenus de ce service (y compris, mais sans s’y limiter, le logiciel, le site web, le texte, etc.).
2. En l’absence de clauses importantes, Chuyu Team a tous les droits de propriété intellectuelles.
3. À moins que Chuyu Team ne l’ait consenti par écrit, les utilisateurs ne peuvent en aucune façon faire usage des logiciels et services de Chuyu Team. Ils ne peuvent donner aux autres aucun droit d’utiliser les logiciels de Chuyu Team.
4. Les droits de propriété intellectuelles ci-dessus et autres droits de Chuyu Team sont protégés par la loi. Si Chuyu Team ne vous l’a pas autorisé, vous ne pouvez pas désassembler ou faire autre chose avec ce service.
V. Responsibilité légale
1. Si Chuyu Team constate que certains utilisateurs enfreignent les termes de cet accord, Chuyu Team a les droits de bannir ces utilisateurs d’utiliser les logiciels de Chuyu Team sans donner d’information.
2. Veuillez comprendre et accepter ceci. Chuyu Team a les droits de pénaliser raisonnablement par la loi tout comportement en violation avec cet accord.
3. Veuillez comprendre et accepter ceci. Si les utilisateurs rompent cet accord, la partie enfraignante devraient prendre totalement en charge les conséquences de cette décision (y compris les frais raisonnables de justice dus aux avocats). Les utilisateurs doivent indemniser Chuyu Team.
VI. Autres
1. Chuyu Team demande solennellement aux utilisateurs de noter les clauses d’exemption de responsibilité de la Chuyu Team et de limitation des droits des utilisateurs. Les mineurs devraient lire cet accord avec leurs tuteurs légaux.
2. La validité et l’explication de cet accord est appliquée selon la législation de la République populaire de Chine. En cas de disputes entre les utilisateurs et Chuyu Team, leur règlement doit d’abord être négocié à l’amiable. Si ceci échoue, vous acceptez de vous référer à une cour de justice chinoise compétente pour l’administrer.
3. Si des clauses de cet accord s’avéraient non valides ou inapplicables pour quelque raison que ce soit, les autres clauses conserveraient leur validité et leur force contractuelle pour les deux parties.
4. L’accord de licence utilisateur écrit en chinois simplifié devrait faire référence si la version en chinois simplifié diffère des accords de licence utilisateur traduits dans d’autres langues.
================================================
FILE: Languages/hu.xml
================================================
AlkalmazásokInternetMultimédiaSegédprogramokRendszerBöngészőBöngészőBöngészőBöngészőAlkalmazásokMicrosoft StoreEgy vagy több frissítés függőben van, kérjük, indítsa újra, mielőtt folytatná.A DISM++ nem találja a telepítési forrást, engedélyezni kell a .NET 3.5 telepítését. Kérjük, csatlakoztassa az ISO-t, majd folytassa.Az operációs rendszer szigorúan egyszerűsített, a Dism++ nem folytatható.Az operációs rendszer szigorúan egyszerűsített, kérjük, adja fel ezt a rendszert, majd indítsa újra.Megpróbál eltávolítani a számítógépre telepített csomagot, és most már állandó. Ezért ezt a csomagot nem lehet eltávolítani.A megadott csomagot nem lehet hozzáadni egy offline képhez.Nem lehet befejezni a munkamenetet, mert egy exkluzív munkamenet folyamatban van.A Dism++ elfoglalt, valószínűleg azért, mert más programok futnak. Kérjük, próbálja meg később.Nem lehet csatlakozni a kiszolgálóhoz, ellenőrizze a hálózati kapcsolatot, vagy, hogy a tűzfal beállításai helyesek-e.Nem lehet csatlakozni a kiszolgálóhoz, ellenőrizze a hálózati kapcsolatot, vagy, hogy a tűzfal beállításai helyesek-e.Csak a Microsoft Online ESD fájlja támogatott.Részleges tisztítás történt, a teljes tisztításhoz frissítsen a Windows 8.1-re, majd folytassa.Frissítsen a Windows Vista SP2 rendszerre, majd folytassa.Frissítsen Windows 7 SP1-re, majd folytassa.A WIMBoot és a Compact nem használható egyszerre.Az aktuális rendszer nem támogatja a WOW64-et, és nem képes feldolgozni egy nem 64 bites rendszert offline állapotban.A szükséges CBSHost.dll nem létezik. Kérjük, ellenőrizze a Dism++ integritását.rundll32.exe hiányzik. A Dism++ nem futtatható.A Dism++ munkamenet sikertelen. A probléma megoldásához lépjen kapcsolatba (mingkuang@live.com).A Dism++ néhány kompatibilitási problémát fedezett fel. Telepítse a KB960037 gyorsjavítást, majd folytassa.Az aktuális képhez nincs alapértelmezett fájlkonfiguráció. Nem lehet exportálni.Az illesztőprogram (Wofadk.sys) nincs betöltve. A folytatáshoz jelölje be a "WofAdk illesztőprogram letöltése" menüpontot a "Beállítások - Szakértői mód engedélyezése" menüben.Az illesztőprogram (Wofadk.sys) nincs betöltve. A folytatáshoz jelölje be a "WofAdk illesztőprogram letöltése" menüpontot a "Beállítások - Szakértői mód engedélyezése" menüben.A kötet árnyékmásolási szolgáltatás leállt. A folytatáshoz állítsa be a kötet árnyékmásolási szolgáltatást kézi üzemmódba.Nem támogatja a Microsoft online fiók jelszavának visszaállítását, kérjük, állítsa vissza a jelszót a Microsoft hivatalos honlapján.Ez egy tesztüzenet, amely nem igényel semmilyen műveletet. Üzenetkód: %1.[ INFO ] %1Ismeretlen üzenetkód érkezett:: %1.[ FIGYELEM ] %1[ PRÓBÁLJA ÚJRA ] %1A megadott könyvtár nem érvényes fájlrendszer-tároló.A felhasználó az olvasható és írható hozzáféréssel rendelkező képet próbált beolvasni a csak olvasható tárolókönyvtár segítségével.A felhasználó megpróbált csatlakoztatni egy lemezképet egy meglévő könyvtárba. Ez a funkció nem támogatott.Egy kérés érkezett, hogy kivonjon egy fájlt, amely nem szerepel ebben a képen. A fájl nem kerül kivonásra.Egy kérés érkezett egy nem létező fájl kibontásához. Ez a helyzet más fájlrendszer-szűrőkkel való elfogadhatatlan működésből eredhet. Győződjön meg arról, hogy a víruskereső vagy a biztonsági mentési program nem fut a csatlakoztatott könyvtárban.A már kinyert fájlhoz egy kibontási kérés érkezett. Ez a kérés nem teljesül.A szolgáltatás értesítést kapott két azonos azonosítójú fájl jelenlétéről. Ezekhez a fájlokhoz az inkompatibilitási jelzők vannak beállítva. A kapcsolat megszakad.A fájlrendszer-tároló kétszer próbált beilleszteni a fájlnevet. Ez a művelet érvénytelen, mert a WIM szolgáltatásnak csak egy értesítést kell kapnia minden fájlnévről.A szolgáltatás érvénytelen üzenetet kapott a szűrőből. Ez az üzenet nem kerül feldolgozásra.A szolgáltatás kérést kapott egy olyan fájl kibontására, amely nincs a rögzített képen. Ezt a kibontást nem hajtjuk végre.Megpróbáltak eltávolítani a nem csatlakoztatott könyvtárat.Megpróbáltunk csak olvasható hozzáféréssel kapcsolatos képet menteni. Egy ilyen művelet elfogadhatatlan. Egy kép mentéséhez jelölje be az írásvédett jelölőnégyzetet.A kicsomagolási folyamathoz nem létező könyvtár került meghatározásra. Az kicsomagoláshoz egy létező lemezképet kell feltüntetni.A képkezelő hibás referenciaértéket küldött. Ez egy programozási hiba.A megadott képleírót nem használták fel egy kép csatlakoztatására, ezért nem használható a lekapcsoláshoz. Egy kép letiltásához hívja a WIMUnmountImage funkciót, megadva a kapcsolati könyvtár nevét paraméterként.Nem található a megadott adatoknak megfelelő kép.A képet nem lehet kiadni, mert a fájl még mindig használatban van a könyvtárban.Olyan könyvtárat próbáltunk beilleszteni, amely már tartalmaz egy egyesített képet. A művelet nem megengedett.A felhasználó egy olyan könyvtárhoz próbált csatlakozni, amely nem üres. Ez nem támogatott.A felhasználó egy olyan könyvtárhoz próbált csatlakozni, amely nem létezik. Ez nem támogatott.A WIMUnmountImageHandle függvényhez érvénytelen képkezelő került átadásra. A WIMUnmountImageHandle funkcióban csak a WIMMountImageHandle funkcióhoz továbbított képkezelőt vagy a WIMGetMountedImageHandle funkció által visszaadott képkezelőt használhatja.Nem sikerült teljesen letiltani a könyvtárat. Ez általában akkor fordul elő, ha a kapcsolati könyvtárban vannak olyan fájlok, amelyeket az alkalmazások megnyitnak. A leállítási folyamat befejezéséhez zárja be ezeket a fájlokat, és próbálja újra.A rögzített kép már használatban van. Győződjön meg róla, hogy a kép nem kapcsolódik egy másik folyamathoz.Nem található a wimserv.exe bináris fájl. Győződjön meg róla, hogy ez a fájl elérhető a rendszer keresési útvonalain.Az ImageX eszköz működése során lejárt a wimmount folyamat időkorlátja.A wimmount szolgáltatás státuszüzenet nélkül leállt.A megadott könyvtár nem érvényes könyvtár.Nem sikerült visszaadni a megadott rögzítési képet a WIM-nek. Ez akkor fordul elő, ha a kép részben van letöltve, vagy a kép még mindig töltődik. Ha ezt a képet a betöltés után eltávolították, a betöltés sikeres lehet. Ellenőrizze, hogy van-e ilyen helyzet, majd zárja le a kapcsolatot.A megadott lemezkép könyvtárát megváltoztatták. A lemezkép összes fájlja kicsomagolásra kerül, a lemezkép már nem vehető fel.A csatolási útvonalon meghatározott kötet nem támogatja az ismétlődő pontokat. Töltsön be egy olyan kötetet, amely támogatja az ismétlődő pontokat.A megadott könyvtár egy sérült csatolt lemezképet tartalmaz. Ebben a könyvtárban nem végezhet el csatlakoztatási műveleteket.A lemezképet nem lehet csatlakoztatni, mert a wimmount.sys illesztőprogram nincs telepítve erre a készülékre. A hiba javításához telepítse a wimmount.sys illesztőprogramot.A lemezkép nem telepíthető, mert a wimmount.sys illesztőprogram nincs telepítve a számítógépre. A hiba megoldásához telepítse a wimmount.sys illesztőprogramot.Nem sikerült újra csatlakoztatni a megadott könyvtárat, mivel ez nem érvényes cél az újracsatlakozáshoz. A legvalószínűbb oka, hogy ez a könyvtár már le van tiltva.A megadott könyvtárat nem lehet újra csatlakoztatni, mert a .wim fájlban lévő lemezkép a kapcsolat után módosult.A megadott könyvtárat nem lehet újra csatlakoztatni, mert le van tiltva.A megadott lemezkép már csatlakoztatva van, így nem lehet újra csatlakoztatni.The specified image in the specified wim is already mounted for read/write access.A megadott lemezkép már fel van csatolva, és nem lehet újra felcsatolni.A felhasználó megpróbált felosztani egy .wim fájlt. Ez a funkció nem támogatott.A felhasználó egy kötet gyökeréhez próbált csatlakoztatni. Ez nem támogatott.A telepítési könyvtár létrehozásához használt wimgapi verzió nem egyezik meg az aktuális verzióval. Győződjön meg róla, hogy a wimserv.exe, a wimmount.sys és a imagex.exe/wimgapi.dll megfelelő verziójú.A megadott rögzítési útvonal meghajtója nem támogatott. Kérjük, válasszon ki egy könyvtárat egy belső meghajtón.A kapcsolat működése sikertelen. A kapcsolat létrehozásakor be kell zárni azokat a programokat (például víruskereső vagy indexelés), amelyek hozzáférnek a megadott összeköttetési útvonal fájljaihoz.Érvénytelen index volt megadva a WIM konténercsomaghoz. A csomagoló nem tudja megnyitni a lemezképet.A megadott naplófájl létezik, de nem egy Unicode kódolt szövegfájl. Csak unicode kódolt szövegfájlok támogatottak.[ HIBA ] %1[ FIGYELMEZTETÉS ] A(z) %1 fájl kiterjesztett attribútuma figyelmen kívül lett hagyvaNem támogatott művelet. Győződjön meg róla, hogy a futó operációs rendszer wof illesztőprogramot tartalmaz-e (wof.sys / wofadk.sys).Nem támogatott művelet. Győződjön meg róla, hogy a WIMBoot alkalmazott lemezkép WIMBoot kompatibilis-e.Nem támogatott művelet. Győződjön meg róla, hogy a WIMBoot-hoz alkalmazott kép helyben van mentve, és nem a hálózati mappában.Nem támogatott művelet. Győződjön meg róla, hogy a megadott WIM-fájlban található meglévő operációs rendszerek lemezképei a WIMBoot támogatott formátumában vannak-e.Nem támogatott művelet. Győződjön meg róla, hogy a megadott útvonalon létrehozandó rendszerképet a WIMBoot támogatja-e.Nem támogatott művelet. Győződjön meg róla, hogy az operációs rendszer tartalmaz egy wof illesztőprogramot (wof.sys).Felhasználói Szerződés
A Chuyu csapata határozottan ajánlja minden felhasználó számára, hogy a Dism++ használata előtt figyelmesen olvassa el a következő felhasználói megállapodást (a továbbiakban: megállapodás). Bárki, aki úgy dönt, hogy nem tartja be vagy nem érti meg a megállapodás szándékolt jelentését, nem szabad megengedni, a Chuyu csapat által fejlesztett Dism++ program használatára biztosított jogot. Bárki, aki Dism++-t használ, úgy véljük, hogy egyetért a következő megállapodással, és megfelel a megállapodás tartalmának.
Ez a megállapodás meghatározza a "Dism++" szoftverszolgáltatás (a továbbiakban: "szolgáltatás" vagy "ez a szolgáltatás") és a Chuyu csapat közötti és a Dism ++ felhasználók közötti jogokat és kötelezettségeket. A "felhasználók" és a "Dism++ felhasználók" olyan személyekre vonatkoznak, akik regisztrálnak, bejelentkeznek vagy használják ezt a szolgáltatást. A frissített megállapodás, ha bármilyen formában megjelent, helyettesíti az eredeti megállapodást. A Dism++-nak meg kell jelenítenie a frissített megállapodást, amikor a szoftver megfelelően elindul. A Dism++ felhasználóknak abba kell hagyniuk a szoftver és a Chuyu csapat szolgáltatásainak használatát, ha úgy döntenek, hogy nem felelnek meg a frissített megállapodásnak.
I. Jogok és kötelezettségek
1. A Dism++ felhasználók a Dism++-ot csak személyes használatra használhatják a PC-jükön. Nem engedélyezett a Chuyu-csapat írásos engedélye nélkül a nem személyes felhasználás (beleértve a kereskedelmi vagy szakmai felhasználást is).
2. A Dism++ felhasználóknak gondosan el kell olvasniuk ezt a megállapodást és más tartalmat a Dism++ használata előtt.
3. A Dism++ felhasználók kötelesek bejelenteni a hibákat és a Chuyu csapat lehetséges javításait. Bárki, aki több mint 30 napig használja a Dism++-t, küldjön egy "Dism++ használati jelentést", amely nem kevesebb, mint 345 szó. Bárki, aki 8 hónapig vagy annál hosszabb ideig használja a Dism++-ot, annak éves jelentést (legalább 520 szó) kell küldeni a "Javaslat és lehetséges javítás a Dism++" témában minden év november 11-ig (helyi idő szerint). Mingkuang e-mail címe: mingkuang@live.com.
4. A Dism++ felhasználóknak meg kell őrizniük a béke iránti szeretetet, a csoportmunkát és a mások segítését.
5. A Dism++ felhasználóknak meg kell felelniük az alaptörvénynek (vagy a helyi megfelelőjének). A Chuyu-csapat a jelen szerződést szerzői jogokat sértő bármely tevékenység (beleértve a nem megfelelő másolást, terjesztést, megjelenítést, tükrözést, feltöltést, letöltést, módosítást) és azok, amelyek negatívan befolyásolják a Chuyu csapat működését vagy szolgáltatásait, komoly jogi lépések tárgyát képezik.
6. Bárki, aki nem tartja be ezt a megállapodást, automatikusan elveszti a Chuyu csapat által biztosított jogokat. A Chuyu csapata fenntartja a jogot, hogy a Chuyu csapat minden szoftverét leállítsa a PC-jükön, elutasítsa bármelyik javaslatát, és jogi lépéseket tegyen a felhasználóval szemben.
7. A Chuyu csapat mindent megtesz annak érdekében, hogy technikai támogatást nyújtson azoknak, akik betartják ezt a megállapodást, amikor az alábbi tényezők mindegyike lehetővé teszi: a probléma összetettségét, a Chuyu csapat elérhetőségét és a többi felhasználó szavazását.
II. Adatvédelmi problémák
1. Az indítás után a Dism++ összegyűjti a Dism++ felhasználók rendszerinformációit (beleértve, de nem kizárólag a rendszer verzióját, a rendszerstruktúrát, a rendszernyelvet, a CPU-információkat, a RAM-információkat) és a Dism++ saját jelentését (beleértve, de nem kizárólag a rendszer összeomlási dumpját) és naplófájlok) a szolgáltatás javításához. A Dis ++ nem gyűjti a felhasználói azonosító információkat és a felhasználó elérhetőségeit.
2. A Chuyu csapat elküldheti a felhasználóknak a Dism++ tesztelését, a szavazás meghívását, hogy segítsen a Chuyu csapat döntéshozatalában és a szoftverfrissítésekben, de a Chuyu csapat soha nem fog küldeni olyan üzeneteket, amelyek tartalmaznak, hirdetéseket, promóciókat, csalásokat vagy fizetési kérelmet.
III. Kockázatok
1. A Chuyu csapat nyitott típusú hozzáállású, így mindenkinek megengedi a Dism++ használatátt. Egyes funkciók ismeretlen utóhatásokat okozhatnak, így a Chuyu csapat megszünteti a lehetséges kockázatokat és elmondja a felhasználóknak. De nem oldottuk meg a problémát. Az összes utóhatást a felhasználónak kell viselnie. Kérjük, mondja el a Chuyu csapatnak, miután megtalálta a problémákat, hogy megakadályozzák másoknál a problémák felmerülését.
2. Kérlek értsd meg és érts egyet azzal, hogy szoftverünk fejlesztése szükséges. A Chuyu csapat továbbra is fenntartja a jogot, hogy megváltoztassa vagy szüneteltesse vagy megszüntesse vagy visszavonja az összes szolgáltatást. A felhasználóknak ezt a veszélyt el kell viselniük.
IV. Szellemi tulajdonjogi nyilatkozat
1. A Chuyu csapata rendelkezik az e szolgáltatás tartalmának valamennyi szellemi tulajdonjogával (beleértve, de nem kizárólagosan a programot, a weboldalt, a szöveget és így tovább)
2. Ha nincsenek fontos záradékok, a Chuyu csapat rendelkezik minden szellemi tulajdonjoggal.
3. Ha a Chuyu csapat nem egyezik bele írásban, a felhasználók nem dolgozhatják fel a Chuyu szoftvereket.
4. A Chuyu csapat fent említett és egyéb szellemi tulajdonjogait törvény védi. Ha a Chuyu csapat nem engedte meg, akkor nem lehet visszafejteni, vagy hasonlókat tenni vele..
V. Legal Responsibility
1. If Chuyu team see someone report some users breached this agreement,Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team have the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Others
1. Chuyu team solemnly tell the users notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese Simplified should be referred to if the Chinese Simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/it.xml
================================================
ApplicationsInternetMultimediaUtilitiesSystemBrowserBrowserBrowserBrowserApplicationsWindows StoreUno o più aggiornamenti sono in sospeso, si prega di riavviare e quindi continuare.Dism++ non trova la sorgente di installazione, se devi attivare NET3.5, monta il file ISO e quindi continua.Il sistema operativo è fortemente semplificato, Dism ++ non può continuare.Il sistema operativo è fortemente semplificato, si prega di non utilizzare questo sistema.Stai tentando di rimuovere un pacchetto che è stato installato su questo computer e che ora è permanente. Pertanto questo pacchetto non può essere rimosso.Il pacchetto indicato non può essere aggiunto ad una immagine offline.Impossibile finalizzare la sessione perchè un'altro programma ha l'accesso esclusivo alla sessione.Dism++ è occupato, probabilmente perchè altri programmi sono in esecuzione. Riprova più tardi.Unable to connect to the server, check your network connection or the firewall settings are correct.Unable to connect to the server, check your network connection or the firewall settings are correct.Sono supportati solo file Microsoft Online ESD all'interno del file ISO.Some have been cleared, for a complete cleanup upgrade to Windows 8.1, and then continue.Aggiornare a Windows Vista SP2 per continuare.Aggiornare a Windows 7 SP1 per continuare.WIMBoot e Compatta non possono essere utilizzati contemporaneamente.Il sistema attuale non ha il supporto Wow64, impossibile gestire un sistema non 64bit offline.Il file richiesto CBSHost.dllnon esiste. Assicurati dell'integrità di Dism++.rundll32.exe mancante. Dism++ non può essere avviato.Dism++ sessione in crash. puoi contattare (mingkuang@live. com) per aiutare a risolvere questo problemae.Dism++ ha rilevato alcuni problemi di compatibilità. Installare la patch KB960037, quindi continuare.Nessuna configurazione predefinita nell'immagine attuale. Imposibile esportare.Driver (Wofadk.sys) non caricato. Rimuovere la spunta da "Carica wofadk" in Opzioni - Altre impostazioni.Driver (Wofadk.sys) non caricato. Rimuovere la spunta da "Carica wofadk" in Opzioni - Altre impostazioni.Servizio Volume Shadow Copy disattivato, impostare il servizio Volume Shadow Copy su manuale e quindi continuare.Non è supportato il reset delle password degli account online Microsoft, reimposta le password direttamente dal sito web ufficiale Microsoft.This is a test message that requires no action. Message code %1.[ INFO ] %1Received an unrecognized message id: %1.[ WARN ] %1[ RETRY ] %1The specified library is not a valid file system container.The user attempted to mount an image for read/write access using a container library that is read only.The user attempted to mount an image to a directory that already exists. This is not supported.An extract request was received for a file that is not contained within this image. This file will not be extracted.An extract request was received for a file that does not exist. This condition may occur as a result of bad operation with other file system filters. Ensure that no antivirus or backup software is running on the mount directory.An extract request was received for a file that has already been extracted. This request will not be honored.The service was notified of two different files with the same file id. These files had incompatable flags set. The mount operation will be aborted.The file system container attempted to insert a file name twice. This is invalid, the wim service should only receive one notification per file name.The service received a bad message from the filter. This message will not be processed.The service received an extract for a file that is not in a mounted image. This extract will be ignored.An attempt was made to unmount a directory that is not mounted.An attempt was made to commit an image that was mounted for read only access. This is not valid. To commit an image, mount it without the read only flag set.A nonexistant mount directory was given to the extraction process. The extraction process requires that the image be stubbed before it starts.An invalid handle was passed to the image manager. This is a programming error.The specified image handle was not used to mount an image, and cannot be used to unmount. Please call WIMUnmountImage with the name of the mount directory to unmount your image.An image matching the specified mount data could not be found.The image cannot be unmounted because a file in the mount directory is still in use.The user attempted to mount to a directory that already contained a mounted image. This is not supported.The user attempted to mount to a directory that is not empty. This is not supported.The user attempted to mount to a directory that does not exist. This is not supported.A bad image handle was passed to WIMUnmountImageHandle. Only the image handle passed to WIMMountImageHandle or an image handle retrieved from WIMGetMountedImageHandle may be used in WIMUnmountImageHandle.The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process.The mounted image is already in use. Please ensure that it was not mounted by another process.The wimserv.exe binary could not be found. Please ensure that it is available in the system search path.Imagex timed out while waiting for the wimmount extractor process to initialize.The wimmount service shutdown without returning a status.The specified directory is not a valid mounted directory.The specified mounted image cannot be committed back into the WIM. This occurs when an image has been through a partial unmount or when an image is still being mounted. If this image was unmounted with commit earlier, then the commit probably succeeded. Please validate that this is the case and then unmount without commit.The mount directory of the specified image has changed. All the files in this image will be extracted, and this image cannot be commited.The volume of the specified mount path does not support reparse points. Please mount to a volume that supports reparse points.The specified directory contains a corrupted mount image. No mount operations can be performed on this directory.The image could not be mounted because the wimmount.sys driver is not installed on this machine. To fix this error, install the wimmount.sys driver.The mounted image could not be committed because the image in the wim was modified after it was mounted.The specified directory could not be remounted because it is not a valid remount target. The most likely reason that it is not valid is that the directory has already been unmounted.The specified directory could not be remounted because the image in the wim was modified after it was mounted.The specified directory could not be remounted because an unmount of that directory is in progress.The specified image is already mounted, and cannot be mounted again.The specified image in the specified wim is already mounted for read/write access.The specified image handle was not opened with the correct access level. In order to mount an image handle, the handle must have WIM_GENERIC_MOUNT access.The user attempted to mount a split wim. This is unsupported.The user attempted to mount to the root of a volume. This is unsupported.The version of wimgapi used to create this mount directory does not match the current version. Ensure that wimserv.exe, wimmount.sys and imagex.exe/wimgapi.dll are of matching version.The drive of the specified mount path is not supported. Please mount to a volume on a fixed drive.The mount operation failed. When mounting, you must disable any software (for example, antivirus or search indexer) that accesses files under that specified mount path.An invalid image index was specified to the wim container wrapper. The wrapper cannot open an image.The specified log file exists and is not a unicode encoded text file. Only unicode encoded text files are supported.[ ERROR ] %1[ WARN ] The extended attribute on file %1 was ignored.Unsupported operation. Check that the OS you are running contains a wof driver (wof.sys/wofadk.sys).Unsupported operation. Check that the WIMBoot applied image is WIMBoot compatible.Unsupported operation. Check that the WIMBoot applied image is being saved locally and not to a network share.Unsupported operation. Check that existing OS images contained in the specified WIM file are in WIMBoot supported format.Unsupported operation. Check that the OS image at the specified path to be captured is WIMBoot supported.Unsupported operation. Check that the OS you are running contains a wof driver (wof.sys).
Accordo per gli utenti
Chuyu team strongly recommends every user to read the following user agreement (hereinafter referred to as "agreement", or "this agreement") carefully before using Dism++. Anyone chooses not to comply with or fail to understand the intended meaning of the agreement should not be allowed, nor be granted the right granted by Chuyu team to use Dism++. Anyone who uses Dism++ is considered to agree with the following agreement, and to comply with the content of this agreement.
This agreement defines the rights and obligations between Dism++ users of "Dism++" software service (hereinafter referred to as "service", or "this service") and Chuyu team. "Users", and "Dism++ users" refer to individuals who register, login, or utilize this service. This agreement is subject to updates from Chuyu team at any possible moment. Updated agreement, once published in any format, replaces the original agreement. Dism++ should display the updated agreement when the software properly initiates. Dism++ users must stop using this software and the services fom Chuyu team immediately if they choose not to comply with the updated agreement.
I. Diritti e doveri
1. Dism++ users can only use Dism++ for personal use in their PC(s). Any non-personal use (including but not limited to commercial or occupational use) without written approval from Chuyu team is not allowed.
2. Dism++ users must read this agreement and other content in the document of Dism++ carefully before using Dism++.
3. Dism++ users have the obligation to report bugs and possible improvements to Chuyu team. Anyone who uses Dism++ for over 30 days should send mingkuang a "Dism++ usage report" that is no less than 345 words. Anyone who uses Dism++ for 8 mounths or longer should send mingkuang an annual report (at least 520 words) on the topic "the suggestion and possible improvement on Dism++" on November 11th (local time). Email of mingkuang: mingkuang@live.com.
4. Dism++ users should retain the love for peace, for group work, and of helping others.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fails to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions gainst them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Problemi di privacy
1. After initialisation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Conosci i rischi
1. Chuyu team have an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Dichiarazione sui diritti di proprietà intellettuale
1. Chuyu team has all the intellectual property rights of this-service content (including but not limited to program, webpage, text and so on)
2. If no important clauses, Chuyu team has all the intellectual property rights.
3. If Chuyu team didn't consent in writing, the users cannot process Chuyu softwares anyway. Cannot tell others have the rights to proces Chuyu softwares.
4. Above and other intellectual property rights of Chuyu team are protected by law. If Chuyu team didn't allow you, you cannot disassemble or do others.
V. Responsabilità legale
1. If Chuyu team sees someone report some users breached this agreement, Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team has the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Altri
1. Chuyu team solemnly tells the users to notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese-simplified should be referred to if the Chinese-simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/ja.xml
================================================
アプリケーションインターネットマルチメディアツールシステムブラウザーブラウザーブラウザーブラウザーアプリケーションWindows ストア1つまたは複数の更新が保留中です。続行する前に再起動してください。Dism++は、インストールソースを見つけることができません、NET3.5を有効にする必要がある場合は、ISOをマウントしてから続行してください。オペレーティングシステムが大幅に合理化されているため、Dism++を続行できません。OSが酷く合理化されていますので、このシステムは諦めて、もう一度起動してください。永続的なパッケージをアンインストールしようとしています。このパッケージをアンインストールすることはできません。指定されたパッケージをオフラインイメージに追加できません。排他的セッションが保留中のため、セッションを終了できません。Dism++ はビジーです。おそらく他のプログラムが実行されています。後でもう一度試してみてください。サーバーに接続できません。ネットワーク接続またはファイアウォール設定が正しいことを確認してください。サーバーに接続できません。ネットワーク接続またはファイアウォール設定が正しいことを確認してください。Microsoft OnlineのESDファイルのISOファイルへの変換にのみ対応しています。一部はクリアされ、Windows 8.1への完全なクリーンアップアップグレードが行われた後、続行されます。Windows Vista SP2にアップグレードしてから続けてください。Windows 7 SP1にアップグレードしてから続けてください。WIMBootとCompactの同時利用はできません。現在のシステムはWow 64をサポートしていないため、64ビット以外のシステムをオフラインで処理できません。必要なCBSHost.dllが存在しません。Dism++の整合性を確認してください。rundll32.exeが見つかりません。Dism++を実行できません。Dism++セッションがクラッシュしました。(mingkuang@live.com) に連絡して、この問題を解決してください。Dism++が互換性の問題を検出しました。パッチKB960037をインストールしてから続行してください。現在のイメージに既定のファイル関連付け設定がありません。エクスポートできません。ドライバ(Wofadk.sys)がロードされていません。オプション - その他の設定で "Load wofadk "にチェックを入れてください。ドライバ(Wofadk.sys)がロードされていません。オプション - その他の設定で "Load wofadk "にチェックを入れてください。ボリュームシャドウコピーサービスが無効になっているので、ボリュームシャドウコピーサービスを「手動」に設定してから続行してください。マイクロソフトのオンラインアカウントのパスワードリセットには対応していませんので、マイクロソフトの公式サイトからパスワードをリセットしてください。これは、アクションを必要としないテストメッセージです。メッセージコード %1。[ INFO ] %1認識できないメッセージを受信しました ID: %1。[ WARN ] %1[ RETRY ] %1指定されたライブラリは有効なファイルシステムコンテナではありません。読み取り専用のコンテナー ライブラリを使用して、読み取り/書き込みアクセス用イメージをマウントしようとしました。既存のディレクトリにイメージをマウントしようとしました。この操作はサポートされていません。このイメージに含まれていないファイルの抽出要求を受信しました。このファイルは抽出されません。存在しないファイルの抽出要求を受信しました。この状態は、他のファイルシステムフィルタでの不正な操作の結果として発生する可能性があります。マウントディレクトリでウイルス対策ソフトやバックアップソフトが実行されていないことを確認してください。すでに抽出済みのファイルに対して抽出要求を受信しました。この要求は受け入れられません。同じファイルIDを持つ2つの異なるファイルがサービスに通知されました。これらのファイルには互換性のないフラグが設定されていました。マウント操作は中止されます。ファイルシステムコンテナがファイル名を 2 回挿入しようとしました。これは無効です。wim サービスはファイル名ごとに 1つの通知しか受け取れません。サービスは、フィルターから無効なメッセージを受け取りました。このメッセージは処理されません。サービスは、マウント済みのイメージに含まれないファイルの抽出を受け取りました。この抽出は無視されます。マウントされていないディレクトリのマウントを解除しようとしました。読み取り専用のアクセス用にマウントされたイメージをコミットしようとしました。これは無効です。イメージをコミットするには、読み取り専用のフラグを設定しないでマウントしてください。抽出プロセスに、存在しないマウント ディレクトリが指定されました。抽出プロセスの開始前にイメージがスタブ化されている必要があります。無効なハンドルがイメージ マネージャーに渡されました。これは、プログラム エラーです。指定したイメージ ハンドルは、イメージのマウントに使用されていないため、マウント解除に使用できません。イメージのマウントを解除するには、マウント ディレクトリ名を指定して WIMUnmountImage を呼び出してください。指定したマウント データに一致するイメージが見つかりませんでした。マウント ディレクトリ内のファイルが使用中のため、イメージのマウントを解除できません。既にマウントされたイメージを含むディレクトリにマウントしようとしました。この操作はサポートされていません。空でないディレクトリにマウント使用としました。この操作はサポートされていません。存在しないディレクトリにマウントしようとしました。この操作はサポートされていません。無効なイメージ ハンドルが WIMUnmountImageHandle に渡されました。WIMUnmountImageHandle で使用できるのは、WIMMountImageHandle に渡したイメージ ハンドルまたは WIMGetMountedImageHandle から取得したイメージ ハンドルのみです。ディレクトリを完全にはマウント解除できませんでした。これは通常、アプリケーションがマウント ディレクトリ内のファイルを開いていることが原因です。マウント解除のプロセスを完了するには、これらのファイルを閉じてから、再度マウントを解除してください。マウントされたイメージは既に使用されています。このイメージが別のプロセスでマウントされていないことを確認してください。wimserv.exe バイナリが見つかりませんでした。システムの検索パスにあることを確認してください。WimMount 抽出プロセスが初期化されるのを待っている間に Imagex がタイムアウトしました。wimmountサービスがステータスを返さずにシャットダウンしました。指定したディレクトリは有効なマウント済みのディレクトリではありません。指定されたマウント済みイメージを WIM にコミットして戻すことができません。これはイメージの一部のみがマウント解除されていたり、イメージがマウント中であることが原因です。以前にこのイメージをコミットしてマウント解除したことがある場合は、コミットは正常に終了した可能性があります。コミットが正常に終了しているかどうかを確認してから、コミットなしでマウント解除してください。指定したイメージのマウント ディレクトリが変更されました。このイメージ内のすべてのファイルは抽出され、このイメージをコミットすることはできません。指定したマウント パスのボリュームが再解析ポイントをサポートしていません。再解析ポイントをサポートするボリュームにマウントしてください。指定したディレクトリには、破損したマウント イメージが含まれています。このディレクトリでは、マウント操作を行うことはできません。このコンピューターには wimmount.sys ドライバーがインストールされていないため、イメージをマウントできませんでした。このエラーを解決するには、wimmount.sys ドライバーをインストールしてください。WIM 内のイメージがマウント後に変更されているため、マウントされたイメージをコミットできませんでした。指定されたディレクトリは有効な再マウント対象ではないため、再マウントできませんでした。無効な理由として最も可能性が高いのは、ディレクトリが既にアンマウントされていることです。WIM 内のイメージがマウント後に変更されているため、指定したディレクトリを再マウントできませんでした。指定したディレクトリは再マウント処理中であるため、再マウントできませんでした。指定したイメージは既にマウントされているため、再度マウントすることはできません。指定されたwim内の指定されたイメージは、読み取り/書き込みアクセス用に既にマウントされています。指定したイメージハンドルが正しいアクセスレベルで開かれませんでした。イメージハンドルをマウントするには、ハンドルにWIM_GENERIC_MOUNTアクセス権が必要です。分割された WIM をマウントしようとしました。この操作はサポートされていません。ボリュームのルートをマウントしようとしました。この操作はサポートされていません。このマウント ディレクトリの作成に使用した WimGapi のバージョンが、現在のバージョンと一致しません。wimserv.exe 、wimmount.sys、および imagex.exe/wimgapi.dll のバージョンが一致していることを確認してください。指定したマウント パスのドライブはサポートされていません。固定ドライブ上のボリュームにマウントしてください。マウント操作に失敗しました。マウントを実行するときは、その特定のマウント パスにあるファイルにアクセスするソフトウェア (たとえばウイルス対策ソフトウェアや検索インデックス作成ツールなど) を無効にする必要があります。WIM コンテナー ラッパーに無効なイメージ インデックスが指定されました。ラッパーはイメージを開けません。指定したログ ファイルは存在しますが、Unicode でエンコードされたテキスト ファイルではありません。Unicode でエンコードされたテキスト ファイルのみサポートされます。[ ERROR ] %1[ WARN ] ファイル %1 の拡張属性は無視されました。サポートされていない操作です。実行中の OS に wof ドライバー (wof.sys/wofadk.sys) が含まれていることを確認してください。サポートされていない操作です。WIMBoot を適用したイメージが、WIMBoot と互換性があることを確認してください。サポートされていない操作です。WIMBoot を適用したイメージが、ネットワーク共有ではなくローカルに保存されていることを確認してください。サポートされていない操作です。指定された WIM ファイルに含まれている既存の OS イメージが、WIMBoot でサポートされている形式であることを確認してください。サポートされていない操作です。指定されたパスにあるキャプチャする OS イメージが、WIMBoot でサポートされていることを確認してください。サポートされていない操作です。実行中の OS に wof ドライバー (wof.sys) が含まれていることを確認してください。使用許諾
Chuyu チームは、すべてのユーザーが Dism++ を使用する前に、以下のユーザー規約(以下、「規約」、または「本規約」)を注意深く読むことを強くお勧めします。本契約書の意図する意味を理解していない場合は、Dism++ を使用することはできませんし、Chuyu チームが与えた権利も与えられません。Dism++ を使用する人は、以下の同意書に同意し、この同意書の内容を遵守したものとみなされます。
本規約は、「Dism++」ソフトウェアサービス(以下、「本サービス」といいます)を利用する「Dism++」ユーザーとChuyuチームとの間の権利義務を定めるもので、「ユーザー」および「Dism++ユーザー」とは、このサービスを登録、ログイン、または利用する個人を指します。この契約は、Chuyuチームから随時更新されます。更新された免除承諾は、任意の形式で発行されると、元の免除承諾に置き換わります。ソフトウェアが正常に起動すると、Dism++は更新されたアグリーメントを表示します。Dism++のユーザーは、アップデートされた契約に従わないことを選択した場合、直ちにこのソフトウェアとサービスの使用を中止しなければなりません。
一、権利と義務
1. Dism++ユーザは、自分のPCで個人的に使用する場合にのみDism++を使用できます。個人以外での使用(商業的または職業的使用を含むがこれに限定されない)は、Chuyuチームの書面による承認なしでは許可されません。
2. Dism++のユーザーは、Dism++.を使用する前に、Dism++のドキュメントに記載されている本契約およびその他の内容をよくお読みください。
3. Dism++ユーザーは、バグと改善の可能性をChuyuチームに報告する義務がある。Dism++を30日以上使っている人は、Mingkuangに「Dism++使用状況レポート」を345語以上で送ってください。Dism++を8ヶ月以上利用する人は、Mingkuangに(520語以上) 11月11日に「Dism++に関する提案と改善の可能性」というテーマの年次報告書(現地時間)を送るべきである。mingkuangのメール:mingkuang@live.com。
4. Dism++ユーザーは、平和への愛、グループワークへの愛、他人を助けることへの愛を持ち続ける必要があります。
5. Dism++ユーザは基本法(またはローカルの同等物)を遵守する必要があります。当社グループの著作権または本規約(不適切なコピー、伝播、表示、ミラーリング、アップロード、ダウンロード、変更を含むがこれに限定されない)に違反する行為や当社グループの運営・サービスに悪影響を及ぼす行為は、重大な訴訟の対象となります。
6. この契約に従わない場合、Chuyuチームの権利はすべて自動的に消滅します。Chuyuチームは、ChuyuチームのすべてのソフトウェアをPCにインストールすることを禁止し、訴訟を起こす権利を保持します。
7. Chuyuチーム、問題の複雑さ、Chuyuチームの利用可能性、および他のユーザーの投票のすべての要因が許せば、本契約に従う者に対して技術的サポートを提供するために最善を尽くします
二、プライバシーに関して
1. 初期化後、Dism++はサービスを改善するためにDism++ユーザのシステム情報(システムバージョン、システム構造、システム言語、CPU情報、RAM情報を含むが、これらに限定されない。)とDism++自身のレポート(システムクラッシュダンプおよびログファイルを含むが、これに限定されない)を収集します。Dism++は、ユーザー識別情報やユーザーの連絡先情報を収集しません。
2. Chuyuチームは、Dism++のテストのための招待状、Chuyuチームの意思決定を支援するための投票のための招待状、およびソフトウェアアップデートをユーザーに送信することができるが、広告、プロモーション、詐欺、または支払い請求を含む(これらに限定されない)メッセージを送信することはない。
三、リスクについて
1. Chuyuチームはオープンな姿勢を持っているので、誰もがDism++をより良くすることができる。いくつかの機能は未知の結果を導くかもしれないので、Chuyuチームは可能性のあるリスクを取り除き、ユーザーに伝えます。しかし、すべての問題を解決したわけではありません。あなたは自分ですべての後始末をしなければならない。他の人に迷惑がかからないように、何か問題を見つけたら、Chuyuチームに連絡してください。
2. 私たちのソフトウェアは開発する必要がありますので、ご理解とご同意をお願いします。Chuyuチームは、変更、一時停止、終了、またはすべてまたは一部のサービスを撤回する権利を保持します。ユーザーはこの危険を負担する必要があります。
四、知的財産権に関する声明
1. Chuyuチームは、このサービスのコンテンツ(プログラム、ウェブページ、テキストなどを含むが、これらに限定されない)のすべての知的財産権を持っています。
2. 重要な条項がなければ、Chuyuチームはすべての知的財産権を持っています。
3. Chuyuチームが書面で同意しなかった場合、ユーザーはいずれにせよChuyuソフトウェアを処理することはできません。他の人にChuyuソフトウェアを処理する権利を持っていることを伝えることができません。
4. 上記およびその他の知的財産権は、Chuyuチームの法律によって保護されています。Chuyuチームが許可していない場合は、分解したり、他のことをすることはできません。
五、法的責任について
1. Chuyuチームは、一部のユーザーがこの契約に違反したと報告された場合、ユーザーに通知することなくChuyuソフトウェアを使用することを禁止する権利を有します。
2. ご理解と同意をお願いします。Chuyuチームは、合理的に法律で違反行為を罰する権利を持っています。
3. ご理解と同意をお願いします。ユーザーが本契約に違反した場合、第三者にクレームが発生します(弁護士への妥当な報酬を含む)。ユーザーは、Chuyuチームを補償する必要があります。
六、その他
1. Chuyuチームは厳粛にユーザーに中友チームの責任を免除する条項とユーザーを制限する権利をユーザーに通知します。未成年者は、法的保護者と一緒にこの契約書を読む必要があります。
2. 契約の有効性と説明は中国の法律で適用されます。ユーザーとChuyuチームの間で紛争が発生した場合は、まず和解交渉を行います。それが失敗した場合は、管轄権を持つ人民裁判所に報告することに同意してください。
3. 何らかの理由で契約条項が無効または実行できない場合でも、その他の条項は有効です。双方に拘束力があります。
4. 中国語簡体字で書かれた利用規約が他の言語で書かれた利用規約と異なる場合は、中国語簡体字で書かれた利用規約を参照する必要があります。
================================================
FILE: Languages/ko.xml
================================================
응용 프로그램인터넷멀티미디어유틸리티시스템브라우저브라우저브라우저브라우저응용 프로그램Windows 스토어하나 이상의 업데이트가 절전 행위로 존재하고 있습니다.시스템을 다시 시작하시고 계속 사용하시기 바랍니다.Dism++가 설치 소스를 찾지 못했습니다. 만약 NET 3.5가 필요하시면 ISO를 마운트 하시고 실행하십시오.시스템의 심각한 간소화로 인해 Dism++를 계속 사용할 수 없습니다.시스템의 심각한 간소화로 인해 시스템을 포기하시고 다시 시작 하십시오.이 업데이트는 이미 치료되었으므로 이 패키지를 마운트 해제할 수 없습니다.지정된 패키지를 오프라인 이미지에 추가할 수 없습니다.독점 Session이 보류 중이기 때문에 Session을 끝낼 수 없습니다.Dism++에서 다른 프로그램을 실행하고 있습니다. 나중에 다시 시도해 주세요. 서버에 연결, 네트워크 연결, 방화벽 설정이 올바른지 확인하십시오.서버에 연결, 네트워크 연결, 방화벽 설정이 올바른지 확인하십시오.Microsoft에서 제공하는 ESD 파일를 ISO 파일로 변환만 지원합니다.일부 정리는 되였습니다.완정한 정리가 필요하시면 Windows 8.1로 업그레이드 하시고 계속 정리하시기 바랍니다.Windows Vista SP2로 엡그레이드 하시고 계속 하시길 바랍니다.Windows 7 SP1로 엡그레이드 하시고 계속 하시길 바랍니다.WIMBoot와Compact를 동시에 사용할수 없습니다.현재 시스템에 Wow64가 포함되지않아 지원하지 않고 있으니 비x64 오프라인 시스템을 처리할수 없습니다.지정한 체계 CBSHost.dll가 존재하지 않습니다.Dism++의 정확성을 체크하십시오.운영체제가 rundll32.exe를 잃어버려 Dism++를 실행할수 없습니다.Dism++ 세션이 중단되었습니다. 이 문제를 해결하는데 도움을 받으려면 (mingkuang@live.com)에게 문의하십시오.Dism++에서 일부 호환성 문제를 발견되였습니다.현재 시스템에 KB960037를 업데이트 설치 하신후 계속 실행하시기 바랍니다.기본 파일 관련 설정에 현재 이미지가 존재하지 않아 내보내기 할수 없습니다.wof 드라이버를 불러오지 못했습니다.옵션 - 상세설정에서 wofadk 드라이버 불러오기에 체크하시고 실행해주세요.wof 드라이버를 불러오지 못했습니다.옵션 - 상세설정에서 wofadk 드라이버 불러오기에 체크하시고 실행해주세요.Volume Shadow Copy서비스가 금지되였습니다.Volume Shadow Copy서비스를 수동으로 설정하신후 계속 하였주십시오.Microsoft계정 비밀번호 초기화를 지원하지 않습니다.Microsoft공식 사이트를 통해 비밀번호 초기화 하십시오.다른 작업이 필요 없는 테스트 메시지입니다. 메시지 코드 %1.[ 정보 ] %1인식할 수 없는 메시지 ID %1을(를) 받았습니다.[ 경고 ] %1[ 다시 시도 ] %1지정한 라이브러리가 올바른 파일 시스템 컨테이너가 아닙니다.사용자가 읽기 전용 컨테이너 라이브러리를 사용하여 읽기/쓰기 액세스용 이미지를 탑재하려고 했습니다.사용자가 이미지를 이미 존재하는 디렉터리에 탑재하려고 했습니다. 이 작업은 지원되지 않습니다.이 이미지에 포함되어 있지 않은 파일에 대한 추출 요청을 받았습니다. 이 파일은 추출되지 않습니다.존재하지 않는 파일에 대한 추출 요청을 받았습니다. 이 문제는 다른 파일 시스템 필터와의 잘못된 작업의 결과로 발생할 수 있습니다. 바이러스 백신 소프트웨어 또는 백업 소프트웨어가 탑재 디렉터리에서 실행되고 있는지 확인하십시오.이미 추출한 파일에 대한 추출 요청을 받았습니다. 이 요청은 처리되지 않습니다.파일 ID가 같은 다른 두 파일이 있습니다. 이러한 파일에는 비호환 플래그가 설정됩니다. 탑재 작업이 중단됩니다.파일 시스템 컨테이너에서 파일 이름을 두 번 삽입하려고 했습니다. 잘못된 작업입니다. wim 서비스는 파일 이름당 알림을 한 번만 받아야 합니다.필터에서 잘못된 메시지를 받았습니다. 이 메시지는 처리되지 않습니다.탑재된 이미지에 없는 파일에 대한 추출을 받았습니다. 이 추출은 무시됩니다.탑재되지 않은 디렉터리를 탑재 해제하려고 했습니다.읽기 전용 액세스용으로 탑재된 이미지를 커밋하려고 했습니다. 잘못된 작업입니다. 이미지를 커밋하려면 읽기 전용 플래그를 설정하지 말고 탑재하십시오.존재하지 않는 탑재 디렉터리가 추출 프로세스에 지정되었습니다. 추출 프로세스를 시작하기 전에 이미지를 스텁해야 합니다.잘못된 핸들이 이미지 관리자에 전달되었습니다. 프로그래밍 오류입니다.지정한 이미지 핸들이 이미지를 탑재하는 데 사용되지 않았으므로 탑재 해제하는 데 사용할 수 없습니다. 탑재 디렉터리의 이름으로 WIMUnmountImage를 호출하여 이미지를 탑재 해제하십시오.지정한 탑재 데이터와 일치하는 이미지를 찾을 수 없습니다.탑재 디렉터리의 파일이 사용 중이므로 이미지를 탑재 해제할 수 없습니다.이미지가 이미 탑재된 디렉터리에 탑재하려고 했습니다. 이 작업은 지원되지 않습니다.사용자가 비어 있지 않은 디렉터리에 탑재하려고 했습니다. 이 작업은 지원되지 않습니다.사용자가 존재하지 않는 디렉터리에 탑재하려고 했습니다. 이 작업은 지원되지 않습니다.잘못된 이미지 핸들이 WIMUnmountImageHandle에 전달되었습니다. WIMMountImageHandle에 전달된 이미지 핸들 또는 WIMGetMountedImageHandle에서 검색된 이미지 핸들만 WIMUnmountImageHandle에 사용할 수 있습니다.디렉터리를 완전히 탑재 해제할 수 없습니다. 이 문제는 보통 탑재 디렉터리 내의 파일을 열어 놓은 응용 프로그램으로 인해 발생합니다. 이러한 파일을 닫고 다시 탑재 해제하여 탑재 해제 프로세스를 완료하십시오.탑재된 이미지가 이미 사용 중입니다. 다른 프로세스에서 탑재하지 않았는지 확인하십시오.wimserv.exe 바이너리를 찾을 수 없습니다. 시스템 검색 경로에서 해당 바이너리를 사용할 수 있는지 확인하십시오.wimmount 추출기 프로세서를 초기화할 때까지 기다리는 동안 Imagex 시간이 초과되었습니다.상태를 반환하지 않고 wimmount 서비스를 종료합니다.지정한 디렉터리가 올바른 탑재 디렉터리가 아닙니다.지정한 탑재 이미지를 WIM으로 다시 커밋할 수 없습니다. 이 문제는 이미지의 일부만 분리되었거나 이미지가 아직 탑재 중인 경우 발생합니다. 이 이미지가 이전에 커밋으로 분리된 경우 성공적으로 커밋했을 수 있습니다. 커밋했는지 확인한 후 커밋하지 않은 상태로 분리하십시오.지정한 이미지의 탑재 디렉터리가 변경되었습니다. 이 이미지의 모든 파일이 추출되므로 이 이미지를 커밋할 수 없습니다.지정한 탑재 경로의 볼륨이 재분석 지점을 지원하지 않습니다. 재분석 지점을 지원하는 볼륨에 탑재하십시오.지정한 디렉터리에 손상된 탑재 이미지가 있습니다. 이 디렉터리에는 탑재 작업을 수행할 수 없습니다.이 컴퓨터에 wimmount.sys 드라이버가 설치되어 있지 않아 이미지를 탑재할 수 없습니다. 이 오류를 해결하려면 wimmount.sys 드라이버를 설치하십시오.wim의 이미지가 탑재된 후 수정되었으므로 탑재된 이미지를 커밋할 수 없습니다.지정한 디렉터리는 올바른 다시 탑재 대상이 아니므로 다시 탑재할 수 없습니다. 디렉터리가 이미 탑재 해제되었으므로 올바른 디렉터리가 아닙니다.탑재한 후 wim의 이미지가 수정되었으므로 지정한 디렉터리를 다시 탑재할 수 없습니다.해당 디렉터리를 탑재 해제하는 중이므로 지정한 디렉터리를 다시 탑재할 수 없습니다.지정한 이미지가 이미 탑재되어 있으므로 다시 탑재할 수 없습니다.지정한 wim의 지정한 이미지가 읽기/쓰기 액세스용으로 이미 탑재되어 있습니다.지정한 이미지 핸들이 올바른 액세스 수준으로 열리지 않았습니다. 이미지 핸들을 탑재하려면 핸들에 WIM_GENERIC_MOUNT 액세스 권한이 있어야 합니다.사용자가 분할 wim을 탑재하려고 했습니다. 이 작업은 지원되지 않습니다.사용자가 볼륨의 루트에 탑재하려고 했습니다. 이 작업은 지원되지 않습니다.이 탑재 디렉터리를 만드는 데 사용된 wimgapi 버전이 현재 버전과 일치하지 않습니다. wimserv.exe, wimmount.sys 및 imagex.exe/wimgapi.dll의 버전이 일치하는지 확인하십시오.지정한 탑재 경로의 드라이브는 지원되지 않습니다. 수정된 드라이브 볼륨에 탑재하십시오.마운트 작업에 실패했습니다. 마운트할 때에는 해당 마운트 경로에 있는 파일을 액세스 하는 모든 소프트웨어(예, 바이러스 백신, 검색 인덱싱 소프트웨어 등)를 사용하지 않도록 설정해야 합니다.잘못된 이미지 인덱스가 wim 컨테이너 래퍼에 지정되었습니다. 래퍼는 이미지를 열 수 없습니다.지정한 로그 파일이 존재하며 유니코드로 인코딩된 텍스트 파일이 아닙니다. 유니코드로 인코딩된 텍스트 파일만 지원됩니다.[ 오류 ] %1[ 경고 ] %1 파일의 확장된 특성이 무시되었습니다.지원되지 않는 작업입니다. 실행 중인 OS에 wof 드라이버(wof.sys/wofadk.sys)가 포함되어 있는지 확인하십시오.지원되지 않는 작업입니다. WIMBoot 적용 이미지가 WIMBoot와 호환되는지 확인하십시오.지원되지 않는 작업입니다. WIMBoot 적용 이미지를 네트워크 공유가 아니라 로컬에 저장 중인지 확인하십시오.지원되지 않는 작업입니다. 지정한 WIM 파일에 포함된 기존 OS 이미지가 WIMBoot에서 지원되는 형식인지 확인하십시오.지원되지 않는 작업입니다. 캡처하도록 지정된 경로의 OS 이미지가 WIMBoot에서 지원되는지 확인하십시오.지원되지 않는 작업입니다. 실행 중인 OS에 wof 드라이버(wof.sys)가 포함되어 있는지 확인하십시오.User Agreement
Chuyu team strongly recommends every user to read the following user agreement (hereinafter referred to as "agreement", or "this agreement") carefully before using Dism++. Anyone chooses not to comply with or fail to understand the intended meaning of the agreement should not be allowed, nor be granted the right granted by Chuyu team to use Dism++. Anyone who uses Dism++ is considered to agree with the following agreement, and to comply with the content of this agreement.
This agreement defines the rights and obligations between Dism++ users of "Dism++" software service (hereinafter referred to as "service", or "this service") and Chuyu team. "Users", and "Dism++ users" refer to individuals who register, login, or utilize this service. This agreement is subject to updates from Chuyu team at any possible moment. Updated agreement, once published in any format, replaces the original agreement. Dism++ should display the updated agreement when the software properly initiates. Dism++ users must stop using this software and the services fom Chuyu team immediately if they choose not to comply with the updated agreement.
I. Rights and Obligations
1. Dism++ users can only use Dism++ for personal use in their PC(s). Any non-personal use (including but not limited to commercial or occupational use) without written approval from Chuyu team is not allowed.
2. Dism++ users must read this agreement and other content in the document of Dism++ carefully before using Dism++.
3. Dism++ users have the obligation to report bugs and possible improvements to Chuyu team. Anyone who uses Dism++ for over 30 days should send mingkuang a "Dism++ usage report" that is no less than 345 words. Anyone who uses Dism++ for 8 mounths or longer should send mingkuang an annual report (at least 520 words) on the topic "Suggestion and possible improvement on Dism++" on November 11th (local time). Email of mingkuang: mingkuang@live.com.
4. Dism++ users should retain the love for peace, for group work, and of helping others.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fail to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions gainst them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Privacy Issues
1. After initiation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Bear The Risks
1. Chuyu team have an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Intellectual Property Rights Statement
1. Chuyu team has all the intellectual property rights of this-service content (including but not limited to program, webpage, text and so on)
2. If no important clauses,Chuyu team has all the intellectual property rights.
3. If Chuyu team didn't consent in writing, the users cannot process Chuyu softwares anyway. Cannot tell others have the rights to proces Chuyu softwares.
4. Above and other intellectual property rights of Chuyu team are protected by law. If Chuyu team didn't allow you, you cannot disassemble or do others.
V. Legal Responsibility
1. If Chuyu team see someone report some users breached this agreement,Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team have the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Others
1. Chuyu team solemnly tell the users notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese Simplified should be referred to if the Chinese Simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/pl-PL.xml
================================================
AplikacjeInternetMultimediaNarzędzia użytkoweSystemPrzeglądarkaPrzeglądarkaPrzeglądarkaPrzeglądarkaAplikacjeSklep WindowsJedna lub więcej aktualizacji jest w toku, proszę wykonać restart i spróbować ponownie.Dism++ nie może znaleźć źródła instalacji, jeśli trzeba, aby umożliwić NET3.5 Proszę zamontować ISO, a następnie kontynuować.System operacyjny jest mocno uproszczone, Dism++ nie może kontynuować.System operacyjny jest mocno uproszczone, należy zrezygnować niniejszego systemu, a następnie uruchom ponownie.Próbujesz odinstalować pakiet, który został zainstalowany na komputerze i jest teraz na stałe. W związku z tym, ten pakiet nie może zostać odinstalowany.Określony pakiet nie może być dodany do obrazu w trybie offline.Nie można zakończyć sesji, ponieważ sesja jest aktywna.Dism++ jest zajęty, prawdopodobnie dlatego, że inne programy są uruchomione. Spróbuj ponownie później.Nie można połączyć się z serwerem. Sprawdź czy działa połączenie sieciowe i poprawność ustawień zapory.Nie można połączyć się z serwerem. Sprawdź czy działa połączenie sieciowe i poprawność ustawień zapory.Obsługuje tylko plik ESD Microsoft Online do pliku ISO.Niektóre z nich zostały wyczyszczone, dla pełnego oczyszczania uaktualnienia do Windows 8.1, a następnie kontynuować.Proszę uaktualnienia do systemu Windows Vista z dodatkiem SP2, a następnie kontynuować.Proszę przejść na Windows 7 SP1, a następnie kontynuować.WIMBoot i kompaktowe nie mogą być używane jednocześnie.Obecny system nie posiada wsparcia WOW64 nie obsługuje systemu 64 bitowego spoza offline.Wymagane CBSHost.dll nie istnieje. Należy zapewnić integralność Dism++.rundll32.exe brakujący. Dism++ nie można uruchomić.Dism++ session crashed. you can contact (mingkuang@live. com) to help resolve this issue.Dism++ wykrył jakiś problem ze zgodnością. Proszę zainstalować poprawkę KB960037, a następnie kontynuować.Brak domyślnego pliku konfiguracji skojarzenie w tym obrazie. Nie można wyeksportować.Sterownik (Wofadk.sys) nie został załadowany. Proszę zaznaczyć "pracę Load" w Opcje - Więcej ustawień, aby kontynuować.Sterownik (Wofadk.sys) nie został załadowany. Proszę zaznaczyć "pracę Load" w Opcje - Więcej ustawień, aby kontynuować.Volume Shadow Copy obsługa została wyłączona, należy ustawić Volume Shadow Copy Service Manual, a następnie kontynuować.Nie obsługuje zresetowanie hasła konta online firmy Microsoft, należy zresetować hasło za pośrednictwem oficjalnej strony internetowej firmy Microsoft.To jest wiadomość testowa, nie wymaga odpowiedzi. Kod wiadomości %1.[ INFORMACJA ] %1Otrzymałeś nierozpoznaną wiadomość id: %1.[ OSTRZEŻENIE ] %1[ PONÓW ] %1Podana biblioteka nie jest poprawnym źródłem plików systemowych.Użytkownik próbował zamontować obraz do odczytu/zapisu przy użyciu biblioteki, która jest tylko do odczytu.Użytkownik próbował zamontować obraz do katalogu, który już istnieje. To nie jest obsługiwane.Polecenie wypakuj odwołuje się do pliku którego nie ma w obrazie. Ten plik nie zostanie wyodrębniony.Polecenie wypakuj odwołuje się do pliku który nie istnieje. Ten stan może wystąpić w wyniku złej pracy z filtrami systemu. Upewnij się, że oprogramowania antywirusowego nie ma kopii zapasowej lub nie pracuje w katalogu montowania.Polecenie wypakuj odwołuje się do pliku który został już wyodrębniony. To polecenie nie będzie honorowane.Serwis został powiadomiony o dwóch różnych plikach z tym samym identyfikatorem pliku. Operacja montowania zostanie przerwana.Próbowano wstawić dwa razy plik o tej samej nazwie. Usługa wim powinna otrzymywać tylko jedno powiadomienie z nazwą pliku.Usługa otrzymała złą wiadomość z filtra. Ta wiadomość nie będzie rozpatrywana.Usługa otrzymała info dla pliku, którego nie ma w zamontowanym obrazie. Ta operacja zostanie zignorowanaPróbowano odmontować katalog, który nie jest zamontowany.Nastąpiła próba edytowania obrazu, który został zamontowany tylko do odczytu.Nonexistant katalog montowania został podany do procesu ekstrakcji.Nieporawidłowe polecenie przekazane do montowania przez menadzera obrazu. Jest to błąd programowania.Podany obraz nie był używany do montażu, i nie może być stosowany do odłączania. Połącz WIMUnmountImage z nazwą katalogu montowania i odmontuj obraz.Dopasowania obrazu podane przez dane podłączenia nie można było znaleźć.Obraz nie może być naprawiony, ponieważ plik jest używanyUżytkownik próbował zamontować do katalogu, który już zawierał zamontowany obraz. To nie jest obsługiwane.Użytkownik próbował zamontować do katalogu, który nie jest pusty. To nie jest obsługiwane.Użytkownik próbował zamontować do katalogu, który nie istnieje. To nie jest obsługiwane.Złe mocowanie obrazu zostało przekazane do WIMUnmountImageHandle. Katalog nie może być całkowicie naprawiony. Są jeszcze inne pliki otwarte w katalogu montowania. Zamknij te pliki i odmontuj ponownie, aby zakończyć proces. Zamontowany obraz jest już w użyciu. Proszę upewnić się, że nie został zamontowany przez inny proces.Pliku wimserv.exe binarne nie można znaleźć. Proszę upewnić się, że jest on dostępny w ścieżce wyszukiwania systemu.Minął czas oczekiwania na Imagex podczas inicjacji procesu wimmount.Wyłączenie usługi wimmount.Podany katalog nie jest prawidłowo zamontowany.Zamontowany obraz nie może być zapisany z powrotem do WIM. Dzieje się tak, gdy obraz został tylko częściowego odmontowany. Jeśli obraz był poprawnie odmontowany operacja zakończy się sukcesem.Katalog mocowania określonego obrazu uległ zmianie. Wszystkie pliki z tego obrazu zostaną wypakowane.Ten obszar nie obsługuje punktu ponownej analizy. Proszę zamontować do obszaru, który obsługuje punkty ponownej analizy..Podany katalog zawiera uszkodzony obraz montowania. Operacji montowania nie można wykonać na tym katalogu.Obraz nie może być zamontowany, ponieważ sterownik wimmount.sys nie jest zainstalowany na tym komputerze. Aby naprawić ten błąd, zainstaluj wimmount.sys driver.Zamontowany obraz nie może być użyty, bo obraz Wim został zmodyfikowany po tym jak został zamontowany.Podany katalog nie może być ponownie zamontowany, ponieważ nie można znaleść miejsca docelowego. Najbardziej prawdopodobną przyczyną, jest to, że katalog nie został naprawiony.Podany katalog nie może być ponownie zamontowany, ponieważ obraz Wim został zmodyfikowany po tym jak został zamontowany.Podany katalog nie może być ponownie zamontowany, ponieważ odinstalowanie tego katalogu jest w toku.Podany obraz jest już zamontowany, i nie może być zamontowany ponownie.Podany obraz który jest zamontowany jest tylko do odczytu/zapisu.Podany obraz nie został otwarty z odpowiednimi uprawnieniami. W celu odpowiedniego zamontowania obrazu, musisz mieć dostęp do WIM_GENERIC_MOUNT.Użytkownik próbował zamontować część pliku WIM. To jest nie wspierane.Użytkownik próbował zamontować do katalogu głównego woluminu. To nie jest obsługiwane.Wersja wimgapi wykorzystywane do tworzenia tego katalogu montowania nie pasuje do aktualnej wersji. Upewnij się, że wimserv.exe, wimmount.sys and imagex.exe/wimgapi.dll są do tej wersji.Ścieżka dysku nie jest obsługiwana. Proszę zamontować na naprawionym obszarze dysku.Operacja montowania nie powiodła się. Podczas montażu należy wyłączyć wszelkie programy (na przykład programy antywirusowe lub indeksowanie), który uzyskują dostęp do pliku w określonej zamontowanej ścieżce.Nieprawidłowy odczyt indexu obrazu wim. Nie można odczytać obrazu.Określony plik dziennika istnieje ale nie jest zakodowany w Unicode. Obsługiwane są tylko pliki tekstowe zakodowane w formacie Unicode.[ BŁĄD ] %1[ OSTRZEŻENIE ] Rozszerzony atrybut pliku %1 został zignorowany.Nieobsługiwana operacja. Sprawdź, czy uruchomiony system operacyjny zawiera sterownik wof (wof.sys/wofadk.sys).Nieobsługiwana operacja. Upewnij się, że użyty WIMBoot jest kompatybilny.Nieobsługiwana operacja. Sprawdź, czy WIMBoot użyty przez obraz jest zapisywany lokalnie, a nie w sieci.Nieobsługiwana operacja. Sprawdzić, że obraz OS zawarty w pliku WIM jest obsługiwany przez WIMBoot.Nieobsługiwana operacja. Sprawdź, czy obraz OS w określonej ścieżce jest obsługiwany przez WIMBoot.Nieobsługiwana operacja. Sprawdź, czy uruchomiony system operacyjny zawiera sterownik wof (wof.sys.Uwaga specjalna
Chuyu team - użytkownik przed użyciem Dism++, powinien zapoznać się z "Umową użytkownika" (zwaną dalej "Umową"), upewnić się, że rozumiesz warunki niniejszej umowy. Proszę uważnie przeczytać i zaakceptować lub nie do zaakceptowania tej umowy. Chyba, że akceptuje warunki niniejszej Umowy, lub nie masz uprawnień do używania Dism++. Jeśli używasz Dism++ będzie równoznaczne z zaakceptowaniem tej umowy i zgadza się przestrzegać warunków niniejszej Umowy.
Prawa i obowiązki wynikające z porozumienia między zespołem a użytkownik na pierwszy deszcz "Dism++" oprogramowanie jako usługa (zwanego dalej "Usługa"). "Użytkownik" oznacza rejestr, logowania, osobiste korzystanie z Usługi. Niniejsza Umowa może być wczesnym Zespół deszczu zaktualizowane warunki umowy, która jest aktualizowana raz opublikowanego zastąpić pierwotne warunki umowy, Dism++ wyświetlający nowe warunki umowy na początku programu. Po pierwszych zespołów deszczowych zmianę warunków umowy, jeżeli użytkownik nie akceptuje zmienionych warunków, proszę przestać go używać od razu na początku padać wszystkie związane team oprogramowanie, użytkownicy nadal korzystać z usług świadczonych przez zespół wczesnej padać będzie równoznaczne z zaakceptowaniem zmienionej umowy。
I. Dism++ Licencja
1. Dism++ pozwalają jedynie indywidualni użytkownicy mogą korzystać z komputera osobistego. Użytkownik nie może bezosobową środowiska (w tym, lecz nie ograniczając się do: w celach komercyjnych, w celach zarobkowych) korzystać z tego oprogramowania. Bez pisemnej zgody zespołu wczesnego deszczu。
2. Przed użyciem Dism++, należy uważnie przeczytać Dism++ dokumentacji Pomocy. Chyba, że nie można odczytać prawidłowo chiński uproszczony, takich jak użytkowników niewidomych i zagranicznych.
3. Obowiązek Dism++ użytkownikom raport o błędzie programu, udoskonalenia programu mają prawo braki Tucao Dism++. użytkownicy korzystają Dism++ pełne 30 dni (w tym święta) muszą kaczki (e-mail: mingkuang@live.com) nie mniej niż 345 skrzynek wysłać słowo "Dism++ raportu doświadczenie." Co najmniej 8 miesięcy użytkowników, roczna 11 listopada (czasu lokalnego) nadal trzeba kaczki (e-mail: mingkuang@live.com) mail wysłany nie mniej niż 520 słów "dorocznych poprawek Dism++"。
4. użytkownicy Dism++ musi kochać pokoju, solidarności, pomagania innym. Yuli napisana dla ludzi, stara się dotrzeć do ludzi.
5. Pierwszy deszcz, bez zgody zespołu, żadna osoba nie będzie mogła (w tym, lecz nie ograniczając się do: nielegalnego kopiowania, rozpowszechniania, wyświetlania obrazu, przesyłać, pobierać, modyfikować) użycie lub metodami niekonwencjonalnymi (takie jak: pierwszy deszcz złośliwego zespołu interwencyjnego danych) Pierwsza drużyna deszcz wpływa normalnego użytkowania, żadna osoba nie będzie mógł automatycznie uzyskać zespołowi program wczesnego dane opadowe. W przeciwnym razie, na początku zespół deszczu ponosi odpowiedzialności.
6. Pirackie użytkowników (Dism++ licencjonowanych użytkowników niezgodność), prawo do zakazania swój zespół wczesnego deszczu, aby uruchomić cały zespół oprogramowania wcześnie deszcz nie zaakceptuje żadnego z twoich wymagań, jak również wszelkie wsparcie techniczne i zostanie pociągnięty do odpowiedzialności.
7. Oryginalna użytkownika (zgodności licencyjnej użytkownika Dism++), początek deszczu zespół starają się spotkać / rozwiązało problemu (w celu zapewnienia niezbędnej pomocy lub wsparcia technicznego), jak na złożoność problemu, czasochłonne, a użytkownicy mogą głosować i decydować.
II. Ochrona prywatności użytkownika
1. Dism++ proces uruchomiony będzie zbierać informacje o systemie (w tym, lecz nie ograniczając się do: wersja systemu, architektury systemu, nazwę systemu, język systemu, typ procesora, ilość pamięci), a Dism++ programu nieprawidłowej informacji pracy (w tym, lecz nie ograniczając się do: programu katastrofie dmp uruchom log) w celu poprawy usług Dism++. Ale nie zbiera tożsamość użytkownika i informacje kontaktowe użytkownika i inne informacje mogą identyfikować tożsamość użytkownika.
2. Pierwsza drużyna deszcz może wysłać zaproszenia do użytkownika w celu przetestowania oprogramowania BUG naśladowania, zaprosić użytkowników do głosowania, ale nie jest wysyłany obejmują, ale nie ograniczają się do zawierających reklamy, promocji, oszustw, płatności i inne informacje dla użytkownika.
III. Ryzyko
1. Od początku zespół deszczu realizuje otwarty umysł, każdy może przyczynić się do Dism++. Niektóre funkcje mogą doprowadzić do nieprzewidywalnych następstw, wczesne zespoły deszczowe będą ściśle wykluczyć ewentualne zagrożenia i informować wszystkich znanych zagrożeń, ale może nie być w stanie pokryć wszystkie problemy. Użytkownicy muszą ponosić konsekwencje Dism++ funkcje związane mogą spowodować, zidentyfikować problemy i terminowe zgłaszane do zespołu wczesnego deszczu, dzięki czemu inni użytkownicy będą spadać pit.
2. Użytkownik rozumie i zgadza się, że w związku z rozwojem oprogramowania, zespół wczesnej deszcz jednostronne usługi rezerwacji dla całości lub części Serwisu do zmiany, zawieszenia, wypowiedzenia lub cofnięcia praw użytkowników trzeba ponieść to ryzyko.
IV. Deklaracja praw własności intelektualnej
1. Treść Pierwsza drużyna Rain on świadczonych usług (w tym, lecz nie ograniczając się do programów, stron internetowych, tekstów, obrazów, audio, wideo, grafiki, itp) własności intelektualnej są własnością całego zespołu wczesnego deszczu.
2. O ile nie zaznaczono inaczej, wczesne zespoły deszcz, gdy usługa ta powołując się na prawa autorskie, patenty na oprogramowanie i innej własności intelektualnej są własnością całego zespołu wczesnego deszczu.
3. Pierwsza drużyna Deszcz, bez uprzedniej pisemnej zgody użytkownika nie może być związana z zespołem wczesnego deszczu wyświetlaczu programu lub skorzystać lub w inny sposób usunąć w żaden sposób, ani do innych pokazuje użytkownikowi prawa do wyświetlania, stosowania, lub inne uprawnienia do obsługi programów wczesnej związane druzyna-Rain zachowanie.
4. Ten i każdy inny zespół wczesnego deszczu legalnie posiadał prawa własności intelektualnej są chronione przez prawo, bez zgody zespołu wczesnego deszczu, użytkownik nie może być wykorzystywana ani w jakiejkolwiek formie opakowania wtórnego, demontować i innych nielegalnych działań.
V. Odpowiedzialność
1. Jeśli zespół odkrył, że wczesny deszcz lub odbierać raporty lub skarg osób trzecich z naruszeniem umowy użytkownika, wczesny zespół deszcz ma prawo w dowolnym czasie, bez uprzedzenia, aby uniemożliwić użytkownikom korzystania z wczesną deszcz wszystkie procedury związane z zespołu.
2. Użytkownicy rozumie i zgadza się, że na początku zespół deszcz ma prawo do rozsądnego wyroku z naruszeniem odpowiednich przepisów ustawowych i wykonawczych lub niniejszego postępowania Umowa kar za wszelkie nielegalne użytkownikom podjąć odpowiednie kroki prawne, zgodnie z prawem i przepisami, i zapisać informacje organom zgłosić itp, użytkownicy powinni ponosić wszelką odpowiedzialność prawną z nich wynikające.
3. Użytkownicy rozumie i zgadza się, że naruszenie tej umowy przez użytkownika, wynikające lub wynikające z jakichkolwiek roszczeń jakiejkolwiek osoby trzeciej roszczenia, żądania lub szkody, w tym koszty obsługi prawnej, użytkownik zwalnia zespół wczesnej deszcz, i uczynić go przed uszkodzeniem.
VI. Inne
1. Pierwsza drużyna deszcz uroczyście przypomnieć uwagę użytkownika, w tym zwolnieniem Umowa pierwszy deszcz obowiązków zespołu i ograniczenia w zakresie prawa do korzystania, prosimy o zapoznanie się użytkownikowi, niezależnie rozważenie ryzyka. Nieletni powinien przeczytać tę umowę, w towarzystwie opiekuna prawnego.
2. Skuteczność niniejszej Umowy, interpretacja i rozstrzygania sporów prawnych mających zastosowanie do Chińskiej Republiki Ludowej. W przypadku jakiegokolwiek sporu lub kontrowersji między użytkownikiem a zespół wczesnego deszczu, powinniśmy najpierw rozstrzygane w drodze przyjaznych konsultacji, negocjacji nie powiedzie, użytkownik wyraża zgodę na przekazanie sporu lub kontrowersje początku zespół deszczu zamieszkania właściwy pod jurysdykcją Trybunału Ludowego。
3. Każde postanowienie niniejszej Umowy z jakiegokolwiek powodu nieprawidłowych lub niewykonalność pozostałych postanowień pozostają ważne, wiążące dla obu stron.
4. Inne wersje językowe umowy są niezgodne z uproszczonym chińskim uproszczonym chińskim użytkowników z najnowszej umowy mają pierwszeństwo.
================================================
FILE: Languages/pt.xml
================================================
AplicativosInternetMultimídiaUtilitáriosSistemaNavegadorNavegadorNavegadorNavegadorAplicativosLoja do WindowsUma ou mais atualizações estão pendentes, por favor reinicie antes de continuar.O Dism++ não pode encontrar a fonte de instalação, se você precisar ativar NET3.5 Por favor, monte a ISO e continue.O sistema operacional é severamente simplificado, Dism++ não pode continuar.O sistema operacional é severamente simplificado, por favor, desista deste sistema, e então comece novamente.Você está tentando desinstalar um pacote que foi instalado no computador e agora é permanente. Portanto, este pacote não pode ser desinstalado.O pacote especificado não pode ser adicionado a uma imagem offline.Não é possível finalizar a sessão porque uma sessão exclusiva está pendente.Dism++ está ocupado, provavelmente porque outros programas estão sendo executados. Por favor, tente novamente mais tarde.Não é possível se conectar ao servidor, verifique se a conexão de rede ou as configurações de firewall estão corretas.Não é possível se conectar ao servidor, verifique se a conexão de rede ou as configurações de firewall estão corretas.Suporta apenas arquivo ESD do Microsoft Online em arquivo ISO.Alguns itens foram limpos, para uma limpeza completa de atualizações do Windows 8.1, e depois continuar.Por favor, atualize para o Windows Vista SP2 e então continue.Por favor, atualize para o Windows 7 SP1 e então continue.WIMBoot e Compact não podem ser usados simultaneamente.O sistema atual não tem suporte para Wow64, não pode lidar com sistemas que não sejam de 64 bits offline.O CBSHost.dll necessário não existe. Verifique a integridade do Dism++.Faltando rundll32.exe. DISM++ não pode ser executado.A sessão Dism++ travou. Você pode entrar em contato com (mingkuang@live.com) para ajudar a resolver esse problema.Dism++ detectou algum problema de compatibilidade. Instale o patch KB960037 e continue.Nenhuma configuração de associação de arquivo padrão na imagem atual. Não é possível exportar.Driver (Wofadk.sys) não foi carregado. Marque "Carregar wofadk" em Opções - Mais configurações.Driver (Wofadk.sys) não foi carregado. Marque "Carregar wofadk" em Opções - Mais configurações.O serviço de cópia de sombra de volume foi desabilitado, defina o serviço de cópia de sombra de volume como manual e continue.Não suporta a redefinição de senha da conta on-line da Microsoft, por favor, redefina sua senha através do site oficial da Microsoft.Essa é uma mensagem de teste que não requer nenhuma ação. Código de mensagem %1.[ INFO ] %1Recebido um ID de mensagem não reconhecido: %1.[ WARN ] %1[ RETRY ] %1A biblioteca especificada não é um contêiner de sistema de arquivos válido.O usuário tentou montar uma imagem para acesso de leitura/gravação usando uma biblioteca de contêiner que é somente leitura.O usuário tentou montar uma imagem em um diretório que já existe. Isso não é suportado.Uma solicitação de extração foi recebida para um arquivo que não está contido nesta imagem. Este arquivo não será extraído.An extract request was received for a file that does not exist. This condition may occur as a result of bad operation with other file system filters. Ensure that no antivirus or backup software is running on the mount directory.Uma solicitação de extração foi recebida para um arquivo que já foi extraído. Este pedido não será atendido.O serviço foi notificado sobre dois arquivos diferentes com o mesmo id. Esses arquivos tinham sinalizadores incompatíveis definidos. A operação de montagem será abortada.O contêiner do sistema de arquivos tentou inserir um nome de arquivo duas vezes. Isso é inválido, o serviço wim deve receber apenas uma notificação por nome de arquivo.O serviço recebeu uma mensagem ruim do filtro. Esta mensagem não será processada.O serviço recebeu uma extração de um arquivo que não está em uma imagem montada. Essa extração será ignorada.Foi feita uma tentativa de desmontar um diretório que não está montado.Foi feita uma tentativa de salvar uma imagem montada com acesso somente leitura. Isso não é válido. Para salvar uma imagem, monte-a sem definir o sinalizador somente leitura.A nonexistant mount directory was given to the extraction process. The extraction process requires that the image be stubbed before it starts.Um identificador inválido foi passado para o gerenciador de imagens. Este é um erro de programação.The specified image handle was not used to mount an image, and cannot be used to unmount. Please call WIMUnmountImage with the name of the mount directory to unmount your image.Não foi possível encontrar uma imagem que corresponda aos dados de montagem especificados.A imagem não pode ser desmontada porque um arquivo no diretório de montagem ainda está em uso.O usuário tentou montar em um diretório que já continha uma imagem montada. Isso não é suportado.O usuário tentou montar em um diretório que não está vazio. Isso não é suportado.O usuário tentou montar em um diretório que não existe. Isso não é suportado.A bad image handle was passed to WIMUnmountImageHandle. Only the image handle passed to WIMMountImageHandle or an image handle retrieved from WIMGetMountedImageHandle may be used in WIMUnmountImageHandle.The directory could not be completely unmounted. This is usually due to applications that still have files opened within the mount directory. Close these files and unmount again to complete the unmount process.A imagem montada já está em uso. Certifique-se de que não foi montado por outro processo.O binário wimserv.exe não foi encontrado. Certifique-se de que está disponível no caminho de pesquisa do sistema.Imagex atingiu o tempo limite enquanto aguardava a inicialização do processo do extrator wimmount.O serviço wimmount foi encerrado sem retornar um status.O diretório especificado não é um diretório montado válido.The specified mounted image cannot be committed back into the WIM. This occurs when an image has been through a partial unmount or when an image is still being mounted. If this image was unmounted with commit earlier, then the commit probably succeeded. Please validate that this is the case and then unmount without commit.The mount directory of the specified image has changed. All the files in this image will be extracted, and this image cannot be commited.The volume of the specified mount path does not support reparse points. Please mount to a volume that supports reparse points.The specified directory contains a corrupted mount image. No mount operations can be performed on this directory.The image could not be mounted because the wimmount.sys driver is not installed on this machine. To fix this error, install the wimmount.sys driver.The mounted image could not be committed because the image in the wim was modified after it was mounted.O diretório especificado não pôde ser remontado porque ele não é um destino de remontagem válido. O motivo mais provável que não é válido é que o diretório já foi desmontado.O diretório especificado não pôde ser remontado porque a imagem no wim foi modificada após ser montada.O diretório especificado não pôde ser remontado porque uma desmontagem desse diretório está em andamento.A imagem especificada já está montada e não pode ser montada novamente.A imagem especificada no wim especificado já está montada para acesso de leitura/gravação.The specified image handle was not opened with the correct access level. In order to mount an image handle, the handle must have WIM_GENERIC_MOUNT access.O usuário tentou montar um wim dividido. Isso não é suportado.O usuário tentou montar na raiz de um volume. Isso não é suportado.The version of wimgapi used to create this mount directory does not match the current version. Ensure that wimserv.exe, wimmount.sys and imagex.exe/wimgapi.dll are of matching version.A unidade do caminho de montagem especificado não é suportada. Monte em um volume de uma unidade fixa.The mount operation failed. When mounting, you must disable any software (for example, antivirus or search indexer) that accesses files under that specified mount path.An invalid image index was specified to the wim container wrapper. The wrapper cannot open an image.The specified log file exists and is not a unicode encoded text file. Only unicode encoded text files are supported.[ ERRO ] %1[ AVISO ] O atributo estendido no arquivo %1 foi ignorado.Operação sem suporte. Verifique se o SO que você está executando contém um driver wof (wof.sys/wofadk.sys).Operação sem suporte. Verifique se a imagem aplicada pelo WIMBoot é compatível com WIMBoot.Operação sem suporte. Verifique se a imagem aplicada pelo WIMBoot está sendo salva localmente e não a um compartilhamento de rede.Operação sem suporte. Verifique se as imagens de SO existentes contidas no arquivo WIM especificado estão no formato suportado pelo WIMBoot.Operação sem suporte. Verifique se a imagem do SO no caminho especificado a ser capturado é suportada pelo WIMBoot.Operação sem suporte. Verifique se o SO que você está executando contém um driver wof (wof.sys).Termo de Acordo do Usuário
A equipe de Chuyu recomenda fortemente que todos os usuários leiam o seguinte contrato de usuário (doravante denominado "acordo" ou "este acordo") com cuidado antes de usar Dism++. Qualquer pessoa que opte por não cumprir ou não entender o significado pretendido do acordo não deve ser permitida, nem ser concedida o direito concedido pela equipe Chuyu de usar Dism++. Qualquer pessoa que use Dism++ concorda com o seguinte contrato e em conformidade com o conteúdo deste contrato.
This agreement defines the rights and obligations between Dism++ users of "Dism++" software service (hereinafter referred to as "service", or "this service") and Chuyu team. "Users", and "Dism++ users" refer to individuals who register, login, or utilize this service. This agreement is subject to updates from Chuyu team at any possible moment. Updated agreement, once published in any format, replaces the original agreement. Dism++ should display the updated agreement when the software properly initiates. Dism++ users must stop using this software and the services fom Chuyu team immediately if they choose not to comply with the updated agreement.
I. Direitos e Obrigações
1. Os usuários do Dism++ só podem usá-lo para uso pessoal em seus PC's. Qualquer uso não pessoal (incluindo, mas não limitado ao uso comercial ou ocupacional) sem aprovação por escrito da equipe de Chuyu não é permitido.
2. Os usuários do Dism++ devem ler este contrato e outros conteúdos no documento do Dism++ cuidadosamente antes de usar.
3. Os usuários do Dism++ têm a obrigação de relatar bugs e possíveis melhorias para a equipe Chuyu. Qualquer pessoa que usar o Dism++ por mais de 30 dias deve enviar ao mingkuang um "relatório de uso do Dism++" com no mínimo 345 palavras. Qualquer pessoa que usar Dism++ por 8 meses ou mais deve enviar ao mingkuang um relatório anual (pelo menos 520 palavras) sobre o tema "a sugestão e possível melhoria no Dism++" no dia 11 de novembro (hora local). Email para mingkuang: mingkuang@live.com.
4. Os usuários do Dism++ devem manter o amor pela paz, pelo trabalho em grupo e por ajudar os outros.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fails to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions gainst them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Questões de Privacidade
1. After initialisation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Suportar os Riscos
1. Chuyu team has an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Declaração de Direitos de Propriedade Intelectual
1. A equipe Chuyu possui todos os direitos de propriedade intelectual do conteúdo deste serviço (incluindo, mas não se limitando a, programa, página da web, texto e assim por diante)
2. Se nenhuma cláusula importante, a equipe Chuyu detém todos os direitos de propriedade intelectual.
3. Se a equipe Chuyu não consentir por escrito, os usuários não poderão processar os softwares Chuyu de qualquer maneira. Não posso dizer que outras pessoas têm os direitos para processar softwares Chuyu.
4. Acima e outros direitos de propriedade intelectual da equipe Chuyu são protegidos por lei. Se a equipe Chuyu não permitiu, você não pode desmontar ou fazer outros.
V. Responsabilidade Legal
1. Se a equipe Chuyu vir alguém relatar que alguns usuários violaram este acordo, a equipe Chuyu tem o direito de proibir os usuários de usar os softwares Chuyu sem informar.
2. Por favor, entenda e concorde. A equipe Chuyu tem o direito de penalizar razoavelmente o comportamento de violação com a lei.
3. Por favor, entenda e concorde. Caso os usuários descumpram este acordo, levará terceiros a reclamar (incluindo o valor razoável para advogado). Os usuários devem compensar a equipe Chuyu.
VI. Outros
1. Chuyu team solemnly tells the users to notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese-simplified should be referred to if the Chinese-simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/ru.xml
================================================
ПриложенияИнтернетМультимедиаУтилитыСистемаБраузерБраузерБраузерБраузерПриложенияМагазин WindowsОдно или несколько обновлений ожидает установки. Перезапустите компьютер для продолжения.DISM++ не может найти источник установки. Вам нужно включить NET 3.5, смонтировать ISO, а затем продолжить.Операционная система серьезно модернизирована. Работа DISM++ не может быть продолжена.Операционная система сильно урезана, лучше отказаться от этой системы и начать снова.Вы пытаетесь удалить пакет, который был установлен на компьютере и в настоящее время является постоянным. Таким образом, этот пакет не может быть удален.Указанный пакет не может быть добавлен к автономному образу.Не удается завершить сессию, потому что эксклюзивная сессия находится в ожидании.Dism++ занят, вероятно потому, что запущены другие программы. Повторите попытку позже.Не удалось подключиться к серверу, проверьте сетевое подключение или настройки брандмауэра.Не удалось подключиться к серверу, проверьте сетевое подключение или настройки брандмауэра.Поддерживается только Microsoft Online's ESD файл в ISO.Была выполнена частичная очистка, для полной очистки обновитесь до Windows 8.1, а затем продолжите.Обновитесь до Windows Vista SP2, а затем продолжите.Обновитесь до Windows 7 SP1, а затем продолжите.WIMBoot и Compact не могут использоваться одновременно.Текущая система не поддерживает WOW64 и не может обрабатывать не 64-битную систему в автономном режиме.Требуемый компонент CBSHost.dll не существует. Убедитесь в целостности Dism++.rundll32.exe отсутствует. Dism++ не может быть запущен.Сбой сеанса Dism++. Вы можете связаться (mingkuang@live.com), чтобы помочь решить эту проблему.Dism++ обнаружил некоторые проблемы совместимости. Установите исправление KB960037, а затем продолжите.В текущем образе нет конфигурации файла ассоциаций по-умолчанию. Невозможно экспортировать.Драйвер (Wofadk.sys) не загружен. Для продолжения отметьте "Загрузить WofAdk драйвер" в меню "Настройки - Включить режим эксперта".Драйвер (Wofadk.sys) не загружен. Для продолжения отметьте "Загрузить WofAdk драйвер" в меню "Настройки - Включить режим эксперта".Служба теневого копирования тома была остановлена. Для продолжения установите службу теневого копирования тома в ручной режим.Сброс пароля учетной онлайн-записи Майкрософт не поддерживается. Выполните сброс своего пароля через сайт компании Майкрософт.Это тестовое сообщение, которое не требует выполнения каких-либо действий. Код сообщения: %1.[ СВЕДЕНИЯ ] %1Получен неизвестный код сообщения: %1.[ ПРЕДУПРЕЖДЕНИЕ ] %1[ ПОВТОР ] %1Указанная библиотека не является допустимым контейнером файловой системы.Пользователь попытался подключить образ с доступом на чтение и запись, используя библиотеку контейнера, предназначенную только для чтения.Пользователь попытался подключить образ в уже существующем каталоге. Такая возможность не поддерживается.Получен запрос на извлечение файла, отсутствующего в данном образе. Файл извлечен не будет.Получен запрос на извлечение несуществующего файла. Эта ситуация могла возникнуть в результате недопустимой операции с другими фильтрами файловой системы. Убедитесь, что в подключенном каталоге не запущена антивирусная программа или программа архивации.Получен запрос на извлечение уже извлеченного файла. Этот запрос не будет обработан.Служба получила уведомление о наличии двух различных файлов с одинаковым идентификатором. Для этих файлов установлены флаги несовместимости. Операция подключения будет прервана.Контейнер файловой системы дважды попытался вставить имя файла. Такая операция недопустима, поскольку служба WIM должна получать только одно уведомление для каждого имени файла.Служба получила от фильтра недопустимое сообщение. Это сообщение обработано не будет.Служба получила запрос на извлечение файла, отсутствующего в подключенном образе. Такое извлечение выполнено не будет.Предпринята попытка отключить неподключенный каталог.Предпринята попытка сохранить образ, подключенный с доступом только для чтения. Такая операция недопустима. Чтобы сохранить образ, подключите его, сняв флаг "только для чтения".В процессе извлечения указан несуществующий каталог подключения. Для запуска процесса извлечения необходимо, чтобы образ был подключен.Диспетчеру образов был передан недопустимый дескриптор. Это программная ошибка.Указанный дескриптор образа не использовался для подключения образа и поэтому не может использоваться для отключения. Чтобы отключить образ, вызовите функцию WIMUnmountImage, указав в качестве параметра имя каталога подключения.Не удалось найти образ, соответствующий указанным данным подключения.Невозможно отключить образ, так как файл в каталоге подключения все еще используется.Пользователь попытался подключить образ в каталоге, в котором уже содержится подключенный образ. Такая возможность не поддерживается.Пользователь попытался подключить образ в каталоге, который не является пустым. Такая возможность не поддерживается.Пользователь попытался подключить образ в несуществующем каталоге. Такая возможность не поддерживается.Функции WIMUnmountImageHandle был передан недопустимый дескриптор образа. В функции WIMUnmountImageHandle можно использовать только дескриптор образа, переданный функции WIMMountImageHandle, или дескриптор образа, возвращенный функцией WIMGetMountedImageHandle.Не удалось полностью отключить каталог. Обычно это происходит при наличии в каталоге подключения файлов, открытых приложениями. Чтобы завершить процесс отключения, закройте эти файлы и повторите попытку.Подключенный образ уже используется. Убедитесь в том, что образ не был подключен другим процессом.Не удалось найти двоичный файл wimserv.exe. Убедитесь в том, что этот файл доступен в системных путях поиска.В процессе работы средства ImageX истекло время ожидания при инициализации процесса извлечения wimmount.Служба wimmount завершила работу, не возвратив состояние.Указан недопустимый каталог подключения.Указанный подключенный образ невозможно зафиксировать в WIM-файле. Такая ситуация возникает, если образ уже частично отключен или находится в процессе подключения. Если этот образ был ранее отключен с фиксацией, возможно, фиксация была выполнена. Проверьте, так ли это, после чего выполните отключение без фиксации.Каталог подключения указанного образа изменился. Все файлы в этом образе будут извлечены, и этот образ нельзя будет зафиксировать.Том по указанному пути подключения не поддерживает точки повторной обработки. Подключите том, который поддерживает точки повторной обработки.В указанном каталоге содержится поврежденный образ подключения. Для этого каталога нельзя выполнять операции подключения.Невозможно подключить образ, поскольку на этом компьютере не установлен драйвер wimmount.sys. Чтобы устранить эту ошибку, установите драйвер wimmount.sys.Подключенный образ невозможно зафиксировать, так как образ в WIM-файле был изменен после подключения.Не удалось повторно подключить указанный каталог, так как он не является допустимым конечным объектом для повторного подключения. Наиболее вероятная причина заключается в том, что этот каталог уже был отключен.Указанный каталог невозможно подключить повторно, так как образ в WIM-файле был изменен после подключения.Указанный каталог не удалось подключить повторно, так как выполняется его отключение.Указанный образ уже подключен, поэтому его нельзя подключить снова.Указанный образ в указанном WIM-файле уже подключен с доступом на
чтение и запись.Указанный дескриптор образа был открыт с неправильным уровнем доступа. Для подключения дескриптора образа необходим уровень доступа WIM_GENERIC_MOUNT.Пользователь попытался подключить разделенный WIM-файл. Такая возможность не поддерживается.Пользователь попытался подключить образ в корневом каталоге тома. Такая возможность не поддерживается.Версия средства wimgapi, использовавшаяся для создания данного каталога подключения, не соответствует текущей версии. Убедитесь в том, что версии средств wimserv.exe, wimmount.sys и imagex.exe/wimgapi.dll совпадают.Диск по указанному пути подключения не поддерживается. Подключитесь к тому, расположенному на фиксированном диске.Операция подключения не выполнена. При выполнении подключения необходимо закрыть те программы (например, антивирус или индексирование поиска), которые обращаются к файлам из указанного пути подключения.Для оболочки контейнера WIM-файла указан недопустимый индекс образа. Оболочке не удается открыть образ.Указанный файл журнала существует и не является текстовым файлом в кодировке Юникод. Поддерживаются только файлы в кодировке Юникод.[ ОШИБКА ] %1[ ПРЕДУПРЕЖДЕНИЕ ] Расширенный атрибут в файле %1 был пропущен.Неподдерживаемая операция. Убедитесь, что используемая ОС содержит драйвер wof (wof.sys/wofadk.sys).Неподдерживаемая операция. Убедитесь, что примененный для WIMBoot образ совместим с WIMBoot.Неподдерживаемая операция. Убедитесь, что примененный для WIMBoot образ сохраняется локально, а не в сетевой папке.Неподдерживаемая операция. Убедитесь, что формат существующих образов ОС в указанном WIM-файле поддерживается WIMBoot.Неподдерживаемая операция. Убедитесь, что образ ОС по указанному пути для записи поддерживается WIMBoot.Неподдерживаемая операция. Убедитесь, что используемая ОС содержит драйвер wof (wof.sys).User Agreement
Chuyu team strongly recommends every user to read the following user agreement (hereinafter referred to as "agreement", or "this agreement") carefully before using Dism++. Anyone chooses not to comply with or fail to understand the intended meaning of the agreement should not be allowed, nor be granted the right granted by Chuyu team to use Dism++. Anyone who uses Dism++ is considered to agree with the following agreement, and to comply with the content of this agreement.
This agreement defines the rights and obligations between Dism++ users of "Dism++" software service (hereinafter referred to as "service", or "this service") and Chuyu team. "Users", and "Dism++ users" refer to individuals who register, login, or utilize this service. This agreement is subject to updates from Chuyu team at any possible moment. Updated agreement, once published in any format, replaces the original agreement. Dism++ should display the updated agreement when the software properly initiates. Dism++ users must stop using this software and the services fom Chuyu team immediately if they choose not to comply with the updated agreement.
I. Rights and Obligations
1. Dism++ users can only use Dism++ for personal use in their PC(s). Any non-personal use (including but not limited to commercial or occupational use) without written approval from Chuyu team is not allowed.
2. Dism++ users must read this agreement and other content in the document of Dism++ carefully before using Dism++.
3. Dism++ users have the obligation to report bugs and possible improvements to Chuyu team. Anyone who uses Dism++ for over 30 days should send mingkuang a "Dism++ usage report" that is no less than 345 words. Anyone who uses Dism++ for 8 mounths or longer should send mingkuang an annual report (at least 520 words) on the topic "Suggestion and possible improvement on Dism++" on November 11th (local time). Email of mingkuang: mingkuang@live.com.
4. Dism++ users should retain the love for peace, for group work, and of helping others.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fail to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions gainst them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Privacy Issues
1. After initiation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Bear The Risks
1. Chuyu team have an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Intellectual Property Rights Statement
1. Chuyu team has all the intellectual property rights of this-service content (including but not limited to program, webpage, text and so on)
2. If no important clauses,Chuyu team has all the intellectual property rights.
3. If Chuyu team didn't consent in writing, the users cannot process Chuyu softwares anyway. Cannot tell others have the rights to proces Chuyu softwares.
4. Above and other intellectual property rights of Chuyu team are protected by law. If Chuyu team didn't allow you, you cannot disassemble or do others.
V. Legal Responsibility
1. If Chuyu team see someone report some users breached this agreement,Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team have the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Others
1. Chuyu team solemnly tell the users notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese Simplified should be referred to if the Chinese Simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/tr.xml
================================================
UygulamalarİnternetÇoklu OrtamAraçlarSistemTarayıcıTarayıcıTarayıcıTarayıcıUygulamalarWindows MağazaBekleyen bir ya da bir kaç güncelleme var. Lütfen devam etmeden önce yeniden başlatın.Dism++ kurulum kaynağını bulamadı. NET3.5 uygulamasını etkinleştirmeniz gerekiyorsa ISO dosyasını taktıktan sonra yeniden deneyin.İşletim sistemi ağırlıklı olarak streamline kipinde çalışıyor. Dism++ çalışmaya devam edemez.İşletim sistemi ağırlıklı olarak sreamline kipinde çalışıyor. Lütfen bu sistemi kapatıp yeniden başlatın.Bilgisayara kurulmuş ve kalıcı duruma getirilmiş bir paketi kaldırmaya çalışıyorsunuz. Bu nedenle bu paket kaldırılamaz.Belirtilen paket çevrimdışı bir kalıba eklenemez.Öncelikli bir oturum beklediğinden oturum kapatılamıyor.Büyük olasılıkla çalışan diğer uygulamalar nedeniyle Dism++ meşgul. Lütfen daha sonra yeniden deneyin.Sunucu ile bağlantı kurulamadı. Ağ bağlantınızı ve güvenlik duvarı ayarlarınızı denetleyin.Sunucu ile bağlantı kurulamadı. Ağ bağlantınızı ve güvenlik duvarı ayarlarınızı denetleyin.Yalnız Microsoft Online ESD dosyalarının ISO biçimine dönüştürülmesini destekler.Bazı temizlikler yapıldı. Tam bir temizlik için Windows 8.1 sürümüne güncelledikten sonra yeniden deneyin.Lütfen Windows Vista SP2 sürümüne güncelledikten sonra yeniden deneyin.Lütfen Windows 7 SP1 sürümüne güncelledikten sonra yeniden deneyin.WIMBoot ve Sıkışık kipleri aynı anda kullanılamaz.Geçerli sistem üzerinde Wox64 desteği yok. 64 bit olmayan sistemler çevrimdışı olarak işlenemez.Gerekli CBSHost.dll dosyası bulunamadı. Lütfen Dism++ paketinin eksiksiz olduğundan emin olun.rundll32.exe dosyası bulunamadı. Dism++ çalışamaz.Dism++ oturumu çöktü. Bu sorunu çözmek için mingkuang@live. com adresine yazabilirsiniz.Dism++ bazı uyumluluk sorunları algıladı. Lütfen KB960037 yamasını kurduktan sonra yeniden deneyin.Geçerli kalıpta herhangi bir varsayılan dosya ilişkilendirme yapılandırması yok. Dışa aktarılamadı.Sürücü (Wofadk.sys) yüklenemedi. Lütfen Ayarlar - Diğer bölümünden "wofadk yüklensin" seçeneğini etkinleştirin.Sürücü (Wofadk.sys) yüklenemedi. Lütfen Ayarlar - Diğer bölümünden "wofadk yüklensin" seçeneğini etkinleştirin.Birim Gölge Kopya Hizmeti devre dışı bırakılmış. Lütfen Birim Gölge Kopya Hizmeti için başlatma ayarını el ile şeklinde değiştirip yeniden deneyin.Microsoft çevrimiçi hesap parolası sıfırlama desteklenmiyor. Lütfen parolanızı resmi Microsoft sitesinden sıfırlayın.Bu bir deneme iletisidir ve herhangi bir işlem yapılması gerekmez. İleti kodu %1.[ BİLGİ ] %1Anlaşılamayan bir ileti kodu alındı: %1.[ UYARI ] %1[ YENİDEN DENE ] %1Belirtilen kitaplık geçerli bir dosya sistemi kapsayıcısı değil.Kullanıcı salt okunur bir kapsayıcı kitaplığını kullanan bir kalıp dosyasını okunur/yazılır olarak takmayı denedi.Kullanıcı bir kalıp dosyasını zaten var olan bir klasöre takmayı denedi.Bu kalıp dosyası içinde bulunmayan bir dosyayı ayıklama isteği yapıldı. Bu dosya ayıklanmayacak.Var olmayan bir dosya için bir ayıklama isteği yapıldı. Bu durum başka sistem süzgeçlerinden kaynaklanan hatalı bir işlemin sonucu olabilir. Çalışan herhangi bir zararlı yazılımdan koruma ya da yedekleme uygulamasının takılan klasör üzerinde çalışmadığından emin olun.Zaten ayıklanmış bir dosya için ayıklama isteği yapıldı. Bu istek yerine getirilmeyecek.Hizmete aynı dosya kodu ile iki farklı dosya bildirildi. Bu dosyaların işaret kümesi uyumlu değil. Takma işlemi iptal edilecek.Dosya sistemi kapsayıcısı bir dosya adını iki kez eklemeye çalıştı. Bu durum geçersiz. Wim hizmetine her dosya adı için yalnız bir bildirim gönderilmelidir.Süzgeçten hizmete bozuk bir ileti gönderildi. Bu ileti işlenmeyecek.Hizmete takılı olmayan bir kalıptaki bir dosyayı ayıklama isteği yapıldı. Bu ayıklama işlemi yok sayılacak.Takılı olmayan bir klasörü çıkartma isteği yapıldı.Salt okunur erişim ile takılmış bir kalıp dosyasına yazma isteği yapıldı. Bu durum geçersiz. Bir kalıp dosyasına yazabilmek için takarken salt okunur işaretini kaldırın.Ayıklama işleminde var olmayan bir takma klasörü belirtildi. Ayıklama işlemine başlanmadan önce kalıp dosyasının takılmış olması gereklidir.Kalıp yöneticisine geçersiz bir kalıp kodu gönderildi. Bu bir programlama hatasıdır.Belirtilen kalıp kodu bir kalıbı takmak için kullanılmadığından çıkartmak için kullanılamaz. Lütfen kalıbı çıkartmak için WIMUnmountImage komutunu takma klasörünün adını belirterek yürütün.Belirtilen takma verilerine uyan bir kalıp dosyası bulunamadı.Takma klasöründeki bir dosya kullanılmakta olduğundan kalıp dosyası çıkartılamıyor.Kullanıcı zaten takılı bir kalıp dosyasının kullandığı bir klasöre başka bir kalıp takmayı denedi. Bu işlem yapılamaz.Kullanıcı boş olmayan bir klasöre bir kalıp dosyası takmayı denedi. Bu işlem yapılamaz.Kullanıcı var olmayan bir klasöre bir kalıp dosyası takmayı denedi. Bu işlem yapılamaz.WIMUnmountImageHandle komutuna hatalı bir kalıp kodu gönderildi. WIMUnmountImageHandle komutuna yalnız daha önce belirtilmiş ya da WIMGetMountedImageHandle komutu ile alınan kalıp kodu belirtilebilir.Klasör tam olarak çıkartılamadı. Bu duruma genellikle takma klasöründeki dosyaları kullanan diğer uygulamalar neden olur. Bu dosyaları kapatıp çıkartma işlemini tamamlayın.Takılmış kalıp dosyası şu anda kullanılıyor. Lütfen başka bir işlem tarafından takılmamış olduğundan emin olun.wimserv.exe dosyası bulunamadı. Bu dosyanın sistem arama yolunda bulunduğundan emin olun.Imagex, winmount ayıklayıcı işleminin başlatılmasını beklerken zaman aşımına uğradı.Winmount hizmeti bir durum belirtmeden kapandı.Belirtilen klasör geçerli bir takılmış klasör değil.Belirtilen takılı kalıp dosyası yeniden WIM dosyasına yazılamadı. Bu durum bir kalıp dosyası kısmen çıkartıldığında ya da hala takılı olduğunda yaşanır. Bu kalıp dosyası daha önce yazılarak çıkartılmış ise büyük olasılıkla yazma işlemi tamamlanmıştır. Lütfen durumun bu olduğunu denetledikten sonra kalıp dosyasını yazmadan çıkartın.Belirtilen kalıp dosyasının takıldığı klasör değiştirildi. Bu kalıp dosyasındaki tüm dosyalar ayıklanacak ve bu kalıp dosyasına yazılamayacak.Belirtilen takma yolunun birimi yeniden işleme noktalarını desteklemiyor. Lütfen kalıp dosyasını yeniden işleme noktalarını destekleyen bir birime takın.Belirtilen klasöre bozuk bir kalıp dosyası takılmış. Bu klasör üzerinde takma işlemleri yapılamaz.Bu bilgisayar üzerinde winmount.sys sürücüsü kurulu olmadığından kalıp dosyası takılamadı. Bu sorunu çözmek için winmount.sys sürücüsünü kurun.Wim dosyasındaki kalıp takıldıktan sonra değiştirilmiş olduğundan takılı kalıp dosyasına yazılamadı.Yeniden takma hedefi geçersiz olduğundan belirtilen klasör yeniden takılamadı. Bu klasörün geçersiz olmasının nedeni büyük olasılıkla çıkartılmış olmasıdır.Wim dosyası içindeki kalıp takıldıktan sonra değiştirilmiş olduğundan belirtilen klasör yeniden takılamadı.Bu klasör ile ilgili bir çıkartma işlemi yapılmakta olduğundan belirtilen klasör yeniden takılamadı.Belirtilen kalıp dosyası zaten takılmış olduğundan yeniden takılamaz.Belirtilen wim dosyası içindeki belirtilen kalıp dosyası zaten okunabilir/yazılabilir olarak takılmış.Belirtilen kalıp kodu doğru erişim düzeyi ile açılmamış. Bir kalıp kodunu takmak için kalıp kodunun WIM_GENERIC_MOUNT erişimi olmalıdır.Kullanıcı bölünüş bir wim dosyasını takmayı denedi. Bu işlem yapılamaz.Kullanıcı kalıp dosyasını bir birimin kök klasörüne takmayı denedi. Bu işlem yapılamaz.Bu takma klasörünü oluşturmak için kullanılan wimgapi sürümü geçerli sürüm ile uyuşmuyor. wimserv.exe, wimmount.sys ve imagex.exe/wimgapi.dll sürümlerinin aynı olduğundan emin olun.Belirtilen takma yolunun sürücüsü desteklenmiyor. Lütfen bir sabit disk üzerindeki bir birime takın.Takma işlemi tamamlanamadı. Takma işlemi sırasında belirtilen takma yolundaki dosyalara erişen tüm uygulamaları (antivirus ya da arama dizini oluşturucu gibi) kapatmalısınız.Wim kapsayıcı işleyicisi için belirtilen kalıp kodu geçersiz. İşleyici bir kalıbı açamaz.Belirtilen günlük dosyası zaten var ancak kodlaması unikod olan bir metin dosyası değil. Yalnız kodlaması unikod olan metin dosyaları desteklenir.[ HATA ] %1[ UYARI ] %1 dosyasındaki ek öznitelik yok sayıldı.İşlem desteklenmiyor. Çalıştırılan işletim sisteminde bir wof sürücüsü (wof.sys/wofadk.sys) bulunduğundan emin olun.İşlem desteklenmiyor. WIMBoot uygulanan kalıbın WIMBoot ile uyumlu olduğundan emin olun.İşlem desteklenmiyor. WIMBoot uygulanan kalıbın yerel olarak kaydedildiğinde ve bir ağ paylaşımı olmadığından emin olun.İşlem desteklenmiyor. Belirtilen WIM dosyasındaki işletim sistemi kalıplarının WIMBoot tarafından desteklenen biçimde olduğundan emin olun.İşlem desteklenmiyor. Belirtilen yoldaki işletim sistemi kalıbının WIMBoot ile uyumlu şekilde oluşturulduğundan emin olun.İşlem desteklenmiyor. Çalıştırılan işletim sisteminde bir wof sürücüsü (wof.sys) bulunduğundan emin olun.Kullanıcı Sözleşmesi
Chuyu ekibi, her kullanıcının Dism ++ uygulamasını kullanmadan önce aşağıdaki kullanıcı sözleşmesini (bundan böyle "sözleşme" ya da "bu sözleşme" olarak anılacaktır) dikkatle okumasını şiddetle önerir. Sözleşmenin içeriğine uymamayı seçen ya da uymayan kişiler, Chuyu ekibi tarafından verilen Dism++ kullanma izinlerini kullanmamalı ya da kullanmasına izin verilmemelidir. Dism++ uygulamasını kullanan herkes, aşağıdaki sözleşmeyi kabul etmiş ve bu sözleşmenin içeriğine uymayı kabul etmiş sayılır.
Bu sözleşme, "Dism++" yazılım hizmetini (bundan böyle "hizmet" ya da "bu hizmet" olarak anılacaktır) kullanan Dism++ kullanıcıları ile Chuyu ekibinin hak ve yükümlülüklerini tanımlamaktadır. "Kullanıcılar" ve "Dism++ kullanıcıları", bu hizmete kayıt olan, oturum açan ya da kullanan kişileri ifade eder. Bu sözleşme herhangi bir zamanda Chuyu ekibi tarafından güncellenebilir. Güncellenmiş sözleşme herhangi bir biçimde yayınlandığında özgün sözleşmenin yerine geçer. Dism++ uygulaması normal bir şekilde başlatıldığında güncellenmiş sözleşme görüntülenmelidir. Dism++ kullanıcıları güncellenmiş sözleşmeye uymamayı seçerse, bu uygulamayı ve Chuyu ekibinin hizmetlerini kullanmayı bırakmalıdır.
I. Haklar ve Yükümlülükler
1. Dism++ kullanıcıları, Dism++ uygulamasını bilgisayarlarında yalnız kişisel amaçlar için kullanabilir. Chuyu ekibinin yazılı onayı olmadan kişisel olmayan herhangi bir kullanım (ticari ya da mesleki kullanım dahil ancak bunlarla sınırlı olmamak kaydıyla) yasaktır.
2. Dism++ kullanıcıları Dism++ uygulamasını kullanmaya başlamadan önce bu sözleşmeyi ve diğer Dism++ belgelerini dikkatle okumalıdır.
3. Dism++ kullanıcılarının Chuyu ekibine hata ve yapılabilecek iyileştirmeleri bildirme yükümlülüğü vardır. Dism++ uygulamasını 30 günden uzun süre kullanan herkes, mingkuang adresine en az 345 sözcük uzunluğunda bir "Dism++ kullanım raporu" göndermelidir. Dism++ uygulamasını 8 ya da daha uzun süre kullanan herkes, 11 Kasım tarihinde (yerel saate göre) mingkuang adresine "Suggestion and possible improvement on Dism++" konulu bir yıllık rapor (en az 520 sözcük uzunluğunda) e-posta göndermelidir. Mingkuang e-postası: mingkuang@live.com.
4. Dism ++ kullanıcıları huzuru, grup çalışmasını ve başkalarına yardım etmeyi sevmelidir.
5. Dism ++ kullanıcıları Temel Yasalara (ya da yerel eşdeğeri) uymalıdır. Chuyu ekibinin telif haklarına ya da bu sözleşmenin koşullarına aykırı herhangi bir eylem (uygunsuz kopyalama, yayma, görüntüleme, yansıtma, yükleme, indirme, değiştirme gibi işlemler dahil olarak) ve Chuyu ekibinin çalışmasını ya da hizmetlerini olumsuz yönde etkileyenler ciddi yasal işlemlere tabi olacaktır.
6. Bu sözleşmeye uymayanlar Chuyu ekibi tarafından verilen herhangi bir hakkı otomatik olarak kaybeder. Chuyu ekibi, bu kişilerin bilgisayarlarında bulunan Chuyu ekibine ait tüm yazılımları durdurma, tekliflerini reddetme ve yasal yollara başvurma hakkını saklı tutar.
7. Chuyu ekibi, bu sözleşmeye uyan kişilere teknik destek sağlamak için şu koşulların izin verdiği ölçüde elinden gelenin en iyisini yapmaya çalışır: sorunun karmaşıklığı, Chuyu ekibinin uyguluğu ve diğer kullanıcıların aynı konudaki istekleri.
II. Kişisel Gizlilik Konuları
1. Dism++ başlatıldıktan sonra, hizmeti geliştirmek için Dism++ kullanıcısının sistem bilgilerini (sistem sürümü, sistem yapısı, sistem dili, işlemci bilgileri, bellek bilgileri dahil ancak bunlarla sınırlı olmamak kaydıyla) ve Dism++ raporunu (sistem çökmesi dökümü ve günlük dosyaları dahil ancak bunlarla sınırlı olmamak kaydıyla) toplar. Dism++ kullanıcıyı kişisel olarak belirleyecek bir kimlik bilgisi ya da iletişim bilgisi toplamaz.
2. Chuyu ekibi, Dism++ uygulamasının denemeleri, Chuyu ekibinin nasıl ilerleyeceğine karar vermesine yardımcı olacak oylamalar ve yazılım güncellemeleri hakkında çağrılar gönderebilir. Ancak Chuyu ekibi hiçbir zaman reklam, tanıtım, dolandırıcılık ya da ödeme isteği gibi ve diğer konularda iletiler göndermez.
III. Kullanıcının Riskleri
1. Chuyu takımı açık bir tavır sergiler. Böylece herkes Dism++ uygulamasının daha iyi olmasına katkıda bulunabilir. Bazı özellikler bilinmeyen sonuçlara yol açabilir. Böyle durumlarda Chuyu ekibi olası riskleri kaldırır ve kullanıcılara bildirir. Ancak sorunu tamamen çözemez. Sorunları kullanıcıların çözmesi gerekir. Bir sorun ile karşılaşırsanız, aynı sorunu başkalarının da yaşamaması için lütfen Chuyu ekibine iletin.
2. Lütfen, yazılımlarımızı geliştirmemiz gerektiğini anlayın ve kabul edin. Chuyu ekibinin sunduğu hizmetlerin tümünü ya da bir bölümünü değiştirme, durdurma ya da iptal etme hakkı vardır. Kullanıcıların bu riski alması gerekir.
IV. Fikri Mülkiyet Hakları Bildirimi
1. Chuyu ekibi, bu hizmet içeriğinin tüm fikri mülkiyet haklarına sahiptir (yazılım, web sayfası, metinler dahil ancak bunlarla sınırlı olmamak kaydıyla).
2. Daha önemli bir madde yoksa, tüm fikri mülkiyet hakları Chuyu ekibine aittir.
3. Chuyu ekibinin yazılı onayı olmadan, kullanıcılar hiç bir şekilde Chuyu yazılımlarını işleyemez ve diğer kişilere Chuyu yazılımlarını işleme hakları olduğunu söyleyemez.
4. Chuyu ekibinin yukarıda anılan ve diğer fikri mülkiyet hakları yasalarla korunmaktadır. Chuyu takımı izin vermedikçe yazılım kodunu çözmek gibi işlemler yapılamaz.
V. Yasal Sorumluluklar
1. Chuyu ekibine bir kullanıcının bu sözleşmeye aykırı davrandığı bildirildiğinde, Chuyu ekibi söz konusu kullanıcıyı bilgilendirmeden Chuyu yazılımlarını kullanmasını engelleyebilir.
2. Chuyu ekibinin, sözleşmeye aykırı davranışları kanunlara uygun olarak makul ölçüde cezalandırma hakkı vardır.
3. Kullanıcıların bu sözleşmeye aykırı davranması durumunda oluşabilecek üçüncü taraflara ait masrafları (makul avukatlık ücretleri dahil) Chuyu ekibine ödemesi gerekir.
VI. Diğer Konular
1. Chuyu ekibi, kullanıcıların bu sözleşmeyi iyi okuyarak, Chuyu ekibinin ve kullanıcıları hak ve yükümlülüklerini iyi anlamalarını şart koşar. Reşit olmayan kişiler bu sözleşmeyi yasal vasileri ile okumalıdır.
2. Sözleşmenin geçerliliği ve açıklaması Çin kanunlarına göre uygulanır. Kullanıcı ile Chuyu ekibi anlaşmazlığa düşerse önce uzlaşma yolu aranır. Uzlaşma sağlanamaz ise konu yetkili idare mahkemesine aktarılır.
3. Herhangi bir nedenle sözleşme maddeleri geçersiz olur ya da uygulanamaz ise, diğer maddeler hala geçerli ve bağlayıcıdır.
4. Başka dillerdeki çevirileri farklı ise basitleştirilmiş Çince ile yazılmış kullanıcı sözleşmesi temel alınır.
================================================
FILE: Languages/uk.xml
================================================
ДодаткиІнтернетМультимедіаУтілітиСистемаБраузерБраузерБраузерБраузерДодаткиМагазин WindowsОдно або кілька оновлень очікує встановлення. Перезапустіть комп'ютер для продовження.DISM++ не може найти джерело встановлення. Вам потрібно включити NET 3.5, змонтувати ISO, а потім продовжити.Операційна система серйозно модернізована. Робота DISM++ не може бути продовжена.Операційна система сильно врізана, краще відмовитись від цієї системи і почати знов.Ви намагаєтесь видалити пакет, який був встановлений на комп'ютері і на даний час є постійним. Таким чином, цей пакет не може бути видалено.Вказаний пакет не може бути добавлений до автономного образу.Не вдається завершити сесію, тому що ексклюзивна сесія находиться в очікуванні.Dism++ зайнятий, ймовірно тому, що запущені інші програми. Повторить спробу пізніше.Не вдалось підключитись до серверу, перевірте мережеве підключення або налаштування брандмауера.Не вдалось підключитись до серверу, перевірте мережеве підключення або налаштування брандмауера.Підтримується тільки Microsoft Online's ESD файл в ISO.Було виконано часткове очищення, для повного очищення оновіться до Windows 8.1, а потім продовжуйте.Оновіться до Windows Vista SP2, а потім продовжуйте.Оновіться до Windows 7 SP1, а потім продовжуйте.WIMBoot і Compact не можуть використовуватись одночасно.Поточна система не підтримує WOW64 і не може обробляти не 64-бітну систему в автономному режимі.Запитуваний компонент CBSHost.dll не існує. Переконайтесь в цілісності Dism++.rundll32.exe відсутня. Dism++ не може бути запущено.Збій сеансу Dism++. Ви можете зав'язатись (mingkuang@live.com), щоб допомогти вирішити цю проблему.Dism++ виявив деякі проблеми сумісності. Встановіть виправлення KB960037, а потім продовжуйте.В поточному образі немає конфігурації файлу асоціацій за замовчуванням. Неможливо експортувати.Драйвер (Wofadk.sys) не завантажено. Для продовження відмітьте "Завантажити WofAdk драйвер" в меню "Налаштування - Включити режим експерта".Драйвер (Wofadk.sys) не завантажено. Для продовження відмітьте "Завантажити WofAdk драйвер" в меню "Налаштування - Включити режим експерта".Служба тіньового копіювання тому була зупинена. Для продовження встановіть службу тіньового копіювання тому в ручному режимі.Скидання пароля облікового онлайн-запису Майкрософт не підтримується. Виконайте скидання свого паролю через сайт компанії Майкрософт.Це тестове повідомлення, яке не потребує виконання будь-яких дій. Код повідомлення: %1.[ ВІДОМОСТІ ] %1Отримано невідомий код повідомлення: %1.[ ПОПЕРЕДЖЕННЯ ] %1[ ПОВТОР ] %1Вказана бібліотека не є допустимим контейнером файлової системи.Користувач спробував підключити образ з доступом на читання і запис, використовуючи бібліотеку контейнера, призначену тільки для читання.Користувач спробував підключити образ в вже існуючому каталозі. Така можливість не підтримується.Отримано запит на витяг файлу, відсутнього в даному образі. Файл витягнено не буде.Отримано запит на витяг неіснуючого файлу. Ця ситуація могла виникнути в результаті недопустимої операції з іншими фільтрами файлової системи. Переконайтесь, що в підключеному каталозі не запущена антивірусна програма або програма архівації.Отримано запит на витяг вже витягненого файлу. Цей запит не буде опрацьовано.Служба отримала повідомлення про наявність двох різних файлів з однаковим ідентифікатором. Для цих файлів встановлені прапорці несумісності. Операцію підключення буде перервано.Контейнер файлової системи двічі спробував вставити ім'я файлу. Така операція недопустима, оскільки служба WIM повинна отримувати тільки одне повідомлення для кожного імені файлу.Служба отримала від фільтра недопустиме повідомлення. Це повідомлення оброблено не буде.Служба отримала запит на витяг файлу, відсутнього в підключеному образі. Такий витяг виконано не буде.Зроблена спроба відключити не підключений каталог.Зроблена спроба зберегти образ, підключений з доступом тільки для читання. Така операція недопустима. Щоб зберегти образ, підключіть його, знявши прапорець "тільки для читання".В процесі видобування вказано неіснуючий каталог підключення. Для запуску процесу видобування необхідно, щоб образ був підключений.Диспетчеру образів був переданий недопустимий дескриптор. Це програмна помилка.Вказаний дескриптор образу не використовувався для підключення образу і тому не може використовуватись для відключення. Щоб відключити образ, викличте функцію WIMUnmountImage, вказавши в якості параметра ім'я каталогу підключення.Не вдалось найти образ, що відповідає вказаним даним підключення.Неможливо відключити образ, так як файл в каталозі підключення все ще використовується.Користувач спробував підключити образ в каталозі, в якому вже міститься підключений образ. Така можливість не підтримується.Користувач спробував підключити образ в каталозі, який не є пустим. Така можливість не підтримується.Користувач спробував підключити образ в неіснуючому каталозі. Така можливість не підтримується.Функції WIMUnmountImageHandle був переданий недопустимий дескриптор образу. В функції WIMUnmountImageHandle можна використовувати тільки дескриптор образу, переданий функції WIMMountImageHandle, або дескриптор образу, повернений функцією WIMGetMountedImageHandle.Не вдалось повністю відключити каталог. Зазвичай це відбувається при наявності в каталозі підключення файлів, відкритих додатками. Щоб завершити процес відключення, закрийте ці файли і повторіть спробу.Підключений образ вже використовується. Переконайтесь в тому, що образ не був підключений другим процесом.Не вдалось найти двійковий файл wimserv.exe. Переконайтесь в тому, що цей файл доступний в системних шляхах пошуку.В процесі роботи засобу ImageX вичерпано час очікування при ініціалізації процесу видобування wimmount.Служба wimmount завершила роботу, не повернувши стан.Вказано недопустимий каталог підключення.Вказаний підключений образ неможливо зафіксувати в WIM-файлі. Така ситуація виникає, якщо образ вже частково відключений або находиться в процесі підключення. Якщо цей образ був раніше відключений з фіксацією, можливо, фіксація була виконана. Перевірте, чи це так, після чого виконайте відключення без фіксації.Каталог підключення вказаного образу змінився. Всі файли в цьому образі будуть витягнуті, і цей образ неможливо буде зафіксувати.Том по вказаному шляху підключення не підтримує точки повторної обробки. Підключіть том, який підтримує точки повторної обробки.У вказаному каталозі міститься пошкоджений образ підключення. Для цього каталогу неможливо виконувати операції підключення.Неможливо підключити образ, оскільки на цьому комп'ютері не встановлений драйвер wimmount.sys. Щоб усунути цю помилку, встановіть драйвер wimmount.sys.Підключений образ неможливо зафіксувати, так як образ в WIM-файлі було змінено після підключення.Не вдалось повторно підключити вказаний каталог, так як він не є допустимим кінцевим об'єктом для повторного підключення. Найбільш ймовірна причина полягає в тому, що цей каталог вже був відключений.Вказаний каталог неможливо підключити повторно, так як образ в WIM-файлі було змінено після підключення.Вказаний каталог не вдалось підключити повторно, так як виконується його відключення.Вказаний образ вже підключений, тому його неможливо підключити знов.Вказаний образ у вказаному WIM-файлі вже підключений з доступом на
читання і запис.Вказаний дескриптор образу був відкритий з неправильним рівнем доступу. Для підключення дескриптора образу необхідний рівень доступу WIM_GENERIC_MOUNT.Користувач спробував підключити розділений WIM-файл. Така можливість не підтримується.Користувач спробував підключити образ в кореневому каталозі тому. Така можливість не підтримується.Версія засобу wimgapi, що використана для створення даного каталогу підключення, не відповідає поточної версії. Переконайтесь в тому, що версії засобів wimserv.exe, wimmount.sys і imagex.exe/wimgapi.dll співпадають.Диск по вказаному шляху підключення не підтримується. Підключіться до тому, розташованому на фіксованому диску.Операцію підключення не виконано. При виконанні підключення необхідно закрити ті програми (наприклад, антивірус або індексування пошуку), які звертаються до файлів з вказаного шляху підключення.Для оболонки контейнера WIM-файлу вказано недопустимий індекс образу. Оболонці не вдається відкрити образ.Вказаний файл журналу існує і не є текстовим файлом в кодуванні Юнікод. Підтримуються тільки файли в кодуванні Юнікод.[ ПОМИЛКА ] %1[ ПОПЕРЕДЖЕННЯ ] Розширений атрибут в файлі %1 був пропущений.Непідтримувана операція. Переконайтесь, що використовувана ОС містить драйвер wof (wof.sys/wofadk.sys).Непідтримувана операція. Переконайтесь, що застосований для WIMBoot образ сумісний з WIMBoot.Непідтримувана операція. Переконайтесь, що застосований для WIMBoot образ зберігається локально, а не в мережевий теці.Непідтримувана операція. Переконайтесь, що формат існуючих образів ОС у вказаному WIM-файлі підтримується WIMBoot.Непідтримувана операція. Переконайтесь, що образ ОС по вказаному шляху для запису підтримується WIMBoot.Непідтримувана операція. Переконайтесь, що використовувана ОС містить драйвер wof (wof.sys).User Agreement
Chuyu team strongly recommends every user to read the following user agreement (hereinafter referred to as "agreement", or "this agreement") carefully before using Dism++. Anyone chooses not to comply with or fail to understand the intended meaning of the agreement should not be allowed, nor be granted the right granted by Chuyu team to use Dism++. Anyone who uses Dism++ is considered to agree with the following agreement, and to comply with the content of this agreement.
This agreement defines the rights and obligations between Dism++ users of "Dism++" software service (hereinafter referred to as "service", or "this service") and Chuyu team. "Users", and "Dism++ users" refer to individuals who register, login, or utilize this service. This agreement is subject to updates from Chuyu team at any possible moment. Updated agreement, once published in any format, replaces the original agreement. Dism++ should display the updated agreement when the software properly initiates. Dism++ users must stop using this software and the services fom Chuyu team immediately if they choose not to comply with the updated agreement.
I. Rights and Obligations
1. Dism++ users can only use Dism++ for personal use in their PC(s). Any non-personal use (including but not limited to commercial or occupational use) without written approval from Chuyu team is not allowed.
2. Dism++ users must read this agreement and other content in the document of Dism++ carefully before using Dism++.
3. Dism++ users have the obligation to report bugs and possible improvements to Chuyu team. Anyone who uses Dism++ for over 30 days should send mingkuang a "Dism++ usage report" that is no less than 345 words. Anyone who uses Dism++ for 8 mounths or longer should send mingkuang an annual report (at least 520 words) on the topic "Suggestion and possible improvement on Dism++" on November 11th (local time). Email of mingkuang: mingkuang@live.com.
4. Dism++ users should retain the love for peace, for group work, and of helping others.
5. Dism++ users should comply with the Basic Law (or local equivalents). Any action that violates copyright of Chuyu team or this agreement (including but not limited to inappropriately copy, propagate, display, mirror, upload, download, modify), and those that negatively impact Chuyu team's operation or services will be subject to serious legal actions.
6. Anyone who fail to comply with this agreement automatically loses any right granted by Chuyu team. Chuyu team retain right to stop all software of Chuyu team in their PC(s), to reject any of their proposal(s), and to persue legal actions gainst them.
7. Chuyu team will try their best to provide technical support for those who comply with this agreement, when all of the following factors permit: the complexity of issue, the availability of Chuyu team, and the other users' vote.
II. Privacy Issues
1. After initiation, Dism++ will collect Dism++ users' system information (including but not restricted to the system version, system structure, system language, CPU information, RAM information), and Dism++'s own report (including but not restricted to the system crash dump and log files) to improve the service. Dism++ will not collect user identification information nor user's contact information.
2. Chuyu team may send users invitations for testing Dism++, invitations for voting to help Chuyu team's decisioning, and software updates, but Chuyu team will never send messages that include but not limited to advertisements, promotions, frauds, or request for payment.
III. Bear The Risks
1. Chuyu team have an open-type attitude so everyone can let Dism++ better. Some functions may lead unknown aftermath so Chuyu team will remove the possible risk and tell the users. But we didn't solve all the issue. You must bear all the aftermath yourself. Please tell Chuyu team after you find some problems to prevent others have the problems.
2. Please understand and agree because our softwares need to develop. Chuyu team persists the rights to change or pause or end or revoke all or some service. The users need to bear this danger.
IV. Intellectual Property Rights Statement
1. Chuyu team has all the intellectual property rights of this-service content (including but not limited to program, webpage, text and so on)
2. If no important clauses,Chuyu team has all the intellectual property rights.
3. If Chuyu team didn't consent in writing, the users cannot process Chuyu softwares anyway. Cannot tell others have the rights to proces Chuyu softwares.
4. Above and other intellectual property rights of Chuyu team are protected by law. If Chuyu team didn't allow you, you cannot disassemble or do others.
V. Legal Responsibility
1. If Chuyu team see someone report some users breached this agreement,Chuyu team have the rights to ban the users to use Chuyu softwares without informing.
2. Please understand and agree. Chuyu team have the rights to reasonably penalize the violation behavior with law.
3. Please understand and agree. If the users breach this agreement lead third party arise the claim (including the reasonable money to lawyer). The users must compensate for Chuyu team.
VI. Others
1. Chuyu team solemnly tell the users notice the clauses of exempt the responsibility of Chuyu team and the rights of limit the users. Minors should read this agreement with the legal guardians.
2. The agreement validity and explanation apply in Chinese law. If the users and Chuyu team have disputes, negotiated settlement first. If it's failed, please agree to report the having-jurisdiction people's court to administer.
3. If the agreement clauses be invalid or not executable because of whatever reason, the other clauses are still valid. Binding upon Both.
4. The user agreement written in Chinese Simplified should be referred to if the Chinese Simplified version differs from user agreements written in other languages.
================================================
FILE: Languages/zh-Hans.xml
================================================
应用程序互联网多媒体实用工具系统相关浏览器浏览器浏览器浏览器应用程序Windows Store一个或者多个更新存在挂起行为,请重启系统然后继续。Dism++ 找不到安装源,如果你需要开启 NET 3.5 请挂载 ISO 然后继续。操作系统被严重精简,Dism++ 无法继续操作。操作系统被严重精简,请放弃此系统,然后重新开始。此更新已经被固化。因此无法卸载此程序包。此更新不支持添加到离线系统,请启动目标系统,进行在线添加。当前系统存在独占的挂起操作,请启动系统,应用挂起后再进行其他操作。Dism++ 处于繁忙状态,可能是其他程序正在执行任务,请稍后再试。无法连接服务器,请检查网络连接或者防火墙设置是否正确。无法连接服务器,请检查网络连接或者防火墙设置是否正确。转换失败,此 ESD 映像由第三方提供,并非 Microsoft 在线安装程序提供,请使用“映像释放”功能安装映像。已经清理部分,如需完整清理请升级到 Windows 8.1 然后继续。请升级到 Windows Vista SP2 然后继续。请升级到 Windows 7 SP1 然后继续。WIMBoot 与 Compact 不能同时使用。当前系统不包含 Wow64 支持,无法离线处理非 x64 系统。指定体系的 CBSHost.dll 不存在,请确保 Dism++ 的完整性。操作系统丢失 rundll32.exe,Dism++ 无法正常运行。Dism++ 会话崩溃,如果频繁发生此问题可以联系小鸭子(mingkuang@live.com)协助解决此问题。Dism++ 发现一些兼容性问题,请先为当前系统安装更新 KB960037,然后继续。当前映像不存在默认文件关联配置,无法导出。未加载 wof 驱动程序,请在选项 - 详细设置 中勾选 加载 wofadk驱动程序,然后继续。未加载 wof 驱动程序,请在选项 - 详细设置 中勾选 加载 wofadk驱动程序,然后继续。Volume Shadow Copy 服务已经被禁用,请将 Volume Shadow Copy 服务设置为手动然后继续。不支持重置微软在线账号密码,请通过微软官方网站重置密码。这是一条无需进行任何操作的测试消息。消息代码 %1。[ 信息 ] %1接收到无法识别的消息 ID: %1。[ 警告 ] %1[ 重试 ] %1指定的库不是有效的文件系统容器。用户尝试使用只读的容器库装入映像进行读/写访问。用户尝试将映像装入已经存在的目录。不支持此操作。接收到对未包含在该映像中的文件的提取请求。将不会提取该文件。接收到对不存在的文件的提取请求。发生这种情况是因为对其他文件系统筛选器执行了错误操作。请确保没有防病毒或备份软件在装载目录上运行。接收到对已提取的文件的提取请求。将不会处理该请求。两个不同文件拥有相同的文件 ID 时,会通知该服务。这些文件具有不兼容的标志集。装入操作将会中止。文件系统容器两次尝试插入文件名。这是无效的,WIM 服务只对每个文件名接收一个通知。该服务从筛选器接收到一条错误消息。将不会处理此消息。该服务接收到提取未包含在装入映像中的文件的消息。 将会忽略此提取。尝试卸载尚未装载的目录。尝试提交为只读访问而装载的映像。这是无效的。若要提交映像,请在没有只读标志集的情况下将其装载。已将不存在的装载目录交给提取过程。提取过程要求在其开始前清除映像。无效句柄已传递到映像管理器。这是一个程序错误。指定的映像句柄没有用于装载映像,并且无法用于卸载。请使用装载目录的名称调用 WIMUnmountImage 来卸载映像。找不到与指定的装载数据匹配的映像。无法卸载映像,是因为装载目录中的文件仍在使用。用户尝试装入已含有装载映像的目录。不支持此操作。用户尝试装入非空的目录。不支持此操作。用户尝试装入不存在的目录。不支持此操作。将错误的映像句柄传递到 WIMUnmountImageHandle。仅传递到 WIMMountImageHandle 的映像句柄或从 WIMGetMountedImageHandle 中检索到的映像句柄可用于 WIMUnmountImageHandle。不能完全卸载目录。这通常是由于应用程序仍在装载目录中打开文件。请关闭这些文件并重新卸载来完成卸载过程。装载的映像已在使用中。请确保它不会被另一个进程装载。找不到 wimserv.exe 二进制文件。请确保系统搜索路径中提供了该文件。等待初始化 wimmount 解压缩程序过程时,ImageX 超时。Wimmount 服务关闭,而没有返回状态。指定的目录不是有效的装载目录。无法将指定的装载映像提交回 WIM。这会在映像被部分卸载时或映像仍在装载时发生。如果此映像是在提交后卸载的,则提交可能会成功。请验证情况是否如此,然后再进行卸载而不提交。指定映像的装载目录已发生更改。将提取该映像中的所有文件,但无法提交此映像。指定装载路径的卷不支持重分析点。请装入支持重分析点的卷。指定的目录包含已损坏的装载映像。在该目录上无法执行任何装载操作。无法装载此映像是因为没有在该机器上安装 wimmount.sys 驱动程序。若要更正此错误,请安装 wimmount.sys 驱动程序。无法提交装载的映像,因为装载后已对 WIM 中的映像进行修改。无法重新装载指定的目录,因为它是无效的重新装载目标。该目录之所以无效很可能是因为它已被卸载。无法重新装载指定的目录,因为装载后已对 WIM 中的映像进行修改。无法重新装载指定的目录,因为正在卸载该目录。指定的映像已被装载,并且不能重新装载。已经在指定 WIM 中装载指定的映像以进行读/写访问。没有使用正确的访问级别打开指定的映像句柄。若要装载映像句柄,句柄必须具有 WIM_GENERIC_MOUNT 访问权限。用户尝试装载拆分 WIM。不支持此操作。用户尝试装入卷的根目录中。不支持此操作。用于创建此装载目录的 wimgapi 版本与当前版本不匹配。请确保 wimserv.exe、wimmount.sys 和 imagex.exe/wimgapi.dll 的版本匹配。不支持指定装载路径的驱动器。请装载至固定驱动器上的卷。装入操作失败。装入时,你必须禁用所有访问指定装入路径下文件的软件(例如,防病毒或搜索索引)。指定给 WIM 容器包装器的映像索引无效。此包装无法打开映像。指定的日志文件已存在并且不是 unicode 编码的文本文件。只支持 unicode 编码的文本文件。[ 错误 ] %1\[ 警告 ] 文件 %1 的扩展属性被忽略。不支持的操作。请检查正在运行的操作系统是否包含 wof 驱动程序(wof.sys/wofadk.sys)。不支持的操作。请检查应用了 WIMBoot 的映像是否与 WIMBoot 兼容。不支持的操作。请检查应用了 WIMBoot 的映像是否是在本地保存而不是保存到网络共享。不支持的操作。请检查指定 WIM 文件中包含的现有操作系统映像的格式是否是 WIMBoot 支持的格式。不支持的操作。请检查指定路径中要捕获的操作系统映像是否受 WIMBoot 支持。不支持的操作。请检查正在运行的操作系统是否包含 wof 驱动程序(wof.sys)。特别提示
初雨团队在此特别提醒您(用户)在使用 Dism++ 之前,请认真阅读本《用户协议》(以下简称“协议”),确保您充分理解本协议中各条款。请您审慎阅读并选择接受或不接受本协议。除非您接受本协议所有条款,否则您无权使用 Dism++。如果您使用 Dism++ 则将视为接受本协议,并同意接受本协议各项条款的约束。
本协议约定初雨团队与用户之间关于 Dism++ 软件服务(以下简称“服务”)的权利义务。“用户”是指注册、登录、使用本服务的个人。本协议可由初雨团队随时更新,更新后的协议条款一旦公布即代替原来的协议条款,Dism++ 将在启动程序时显示新的协议条款。在初雨团队修改协议条款后,如果用户不接受修改后的条款,请立即停止使用初雨团队所有相关软件,用户继续使用初雨团队提供的服务将被视为接受修改后的协议。
一、Dism++ 许可
1、Dism++ 只允许个人用户在个人电脑中使用。您不得在非个人环境(包括但不限于:带有商业利益的、以工作为目的)中使用此软件。除非得到初雨团队的书面许可。
2、使用 Dism++ 前,您必须认真阅读 Dism++ 帮助文档。除非您无法正常阅读简体中文,比如海外用户等。
3、Dism++ 用户有义务报告程序 BUG、程序改进意见,有权吐槽 Dism++ 的不足。使用 Dism++ 满 30 天后的用户(包含节假日)需向小鸭子(Email:mingkuang@live.com)邮箱发送一份不少于 345 字的《Dism++体验报告》。满 8 个月的老用户,每年的 11 月 11 日(当地时间)还需要向小鸭子(Email:mingkuang@live.com)邮箱发送不少于 520 字的《年度Dism++改进意见》。
4、Dism++ 的用户必须爱好和平、团结友爱、助人为乐。己欲立而立人,己欲达而达人。
5、未经初雨团队许可,任何人不得擅自(包括但不限于:以非法的方式复制、传播、展示、镜像、上载、下载、修改)使用,或通过非常规方式(如:恶意干预初雨团队数据)影响初雨团队的正常服务,任何人不得擅自以软件程序自动获得初雨团队数据。否则,初雨团队将依法追究法律责任。
6、盗版用户(未遵守 Dism++ 许可的用户),初雨团队有权禁止您运行所有初雨团队相关软件,不会受理您的任何要求、以及任何技术支持并依法追究法律责任。
7、正版用户(遵守 Dism++ 许可的用户),初雨团队尽量满足/解决您的问题(提供必要的帮助或技术支持),具体根据问题复杂度、耗时、以及用户投票而决定。
二、用户个人隐私信息保护
1、Dism++ 运行过程会收集您的系统信息(包括但不限于:系统版本号、系统架构、系统名称、系统语言、处理器型号、内存数量)以及 Dism++ 程序异常运行信息(包括但不限于:程序崩溃dmp、运行日志)以改进 Dism++ 的服务。但不会收集用户身份以及用户联系方式以及其他能标识用户身份的信息。
2、初雨团队可能会向用户发送测试邀请、软件 BUG 跟进、用户投票邀请信息,但不会向用户发送包括但不限于含广告、推广、欺诈、付费等信息。
三、风险承担
1、由于初雨团队奉行开放态度,人人都可为 Dism++ 添砖加瓦。某些功能可能导致不可预期的后果,初雨团队会严格排除可能的风险并告知所有已知的风险,但是未必能覆盖所有问题。用户须自行承担 Dism++ 相关功能可能造成的后果,发现问题及时报告给初雨团队,以免其他用户继续掉坑。
2、用户理解并同意,因软件发展需要,初雨团队保留单方面对本服务的全部或部分服务内容变更、暂停、终止或撤销的权利,用户需承担此风险。
四、知识产权声明
1、初雨团队在本服务中提供的内容(包括但不限于程序、网页、文字、图片、音频、视频、图表等)的知识产权均归初雨团队所有。
2、除另有特别声明外,初雨团队提供本服务时所依托软件的著作权、专利权及其他知识产权均归初雨团队所有。
3、未经初雨团队事先书面同意,用户不得将初雨团队相关程序以任何方式展示或使用或作其他处理,也不得向他人表明用户有权展示、使用、或其他有权处理初雨团队相关程序的行为。
4、上述及其他任何初雨团队依法拥有的知识产权均受到法律保护,未经初雨团队面许可,用户不得以任何形式进行使用或二次包装、反汇编等其他非法行为。
五、法律责任
1、如果初雨团队发现或收到他人举报或投诉用户违反本协议约定的,初雨团队有权不经通知随时禁止用户使用初雨团队所有相关程序。
2、用户理解并同意,初雨团队有权依合理判断对违反有关法律法规或本协议规定的行为进行处罚,对违法违规的任何用户采取适当的法律行动,并依据法律法规保存有关信息向有关部门报告等,用户应承担由此而产生的一切法律责任。
3、用户理解并同意,因用户违反本协议约定,导致或产生的任何第三方主张的任何索赔、要求或损失,包括合理的律师费,用户应当赔偿初雨团队,并使之免受损害。
六、其他
1、初雨团队郑重提醒用户注意本协议中免除初雨团队责任和限制用户权利的条款,请用户仔细阅读,自主考虑风险。未成年人应在法定监护人的陪同下阅读本协议。
2、本协议的效力、解释及纠纷的解决,适用于中华人民共和国法律。若用户和初雨团队之间发生任何纠纷或争议,首先应友好协商解决,协商不成的,用户同意将纠纷或争议提交初雨团队住所地有管辖权的人民法院管辖。
3、本协议的任何条款无论因何种原因无效或不具可执行性,其余条款仍有效,对双方具有约束力。
4、其他语言版本协议与简体中文不一致的以最新简体中文用户协议为准。
================================================
FILE: Languages/zh-Hant.xml
================================================
應用程式網際網路多媒體實用工具系統相關瀏覽器瀏覽器瀏覽器瀏覽器應用程式Windows 市集一個或多個更新執行中,請重新啟動後繼續。Dism++ 找不到安裝來源,如果您需要開啟 NET 3.5,請掛載 ISO 然後繼續。作業系統被嚴重精簡,Dism++ 無法繼續操作。作業系統被嚴重精簡,請放棄此系統,重新選擇或重新安裝。此更新已經被固定。因此無法移除此套裝程式。此更新不支援新增到離線系統,請啟動目標系統,進行線上新增。目前系統存在獨佔的擱置動作,請啟動系統,套用擱置後再進行其他動作。Dism++ 處於繁忙狀態,可能是其他程式正在執行作業,請稍後再試。無法連線至伺服器,請檢查網路連線或者防火牆設定是否正確。無法連線至伺服器,請檢查網路連線或者防火牆設定是否正確。僅支援微軟線上提供的 ESD 檔轉換為 ISO 檔案。已經清理部分,如需完整清理請升級到 Windows 8.1 然後繼續。請升級到 Windows Vista SP2 然後繼續。請升級到 Windows 7 SP1 然後繼續。WIMBoot 與 Compact 不能同時使用。目前系統不包含 Wow64 支援,無法離線處理非 x64 系統。所需要的 CBSHost.dll 不存在,請確保 Dism++ 的完整性。作業系統遺失 rundll32.exe,Dism++ 無法正常執行。Dism++ 工作階段當掉,如果經常發生此問題可以聯絡小鴨子 (mingkuang@live.com) 協助解決此問題。Dism++ 發現一些相容性問題,請先為目前系統安裝更新 KB960037,然後繼續。目前映像不存在預設檔關聯設定,無法匯出。未載入 wofadk 驅動程式,請在 [選項] > [詳細設定] 中勾選 [載入 wofadk 驅動程式],然後繼續。未載入 wofadk 驅動程式,請在 [選項] > [詳細設定] 中勾選 [載入 wofadk 驅動程式],然後繼續。磁碟區陰影複製 (Volume Shadow Copy) 服務已被停用,請將 Volume Shadow Copy 服務設定為手動,然後繼續。不支援重設微軟的線上帳戶密碼,請透過微軟官方網站重設密碼。這是測試訊息,不需要執行任何動作。訊息代碼 %1。[ 資訊 ] %1接收到無法辨識的訊息識別碼: %1。[ 警告 ] %1[ 重試 ] %1指定的程式庫不是正確的檔案系統容器。使用者嘗試使用唯讀的容器程式庫來掛載映像,以提供讀取/寫入權限。使用者嘗試將映像掛載到已經存在的目錄。不支援此操作。接收到解壓縮檔案的要求,但映像中不包含該檔案。將不會解壓縮這個檔案。接收到解壓縮檔案的要求,但該檔案不存在。以其他檔案系統篩選器進行不正確操作時,就會發生這種情況。請確定掛載目錄上沒有正在執行的防毒軟體或備份軟體。接收到解壓縮檔案的要求,但該檔案已解壓縮。將不會執行這個要求。已通知服務有兩個不同的檔案具有相同的檔案識別碼。這些檔案具有不相容的旗標集。將會中止掛載操作。檔案系統容器嘗試插入檔名兩次。這是不正確的,WIM 服務在每個檔名只會接收一個通知。服務收到來自篩選器的不正確訊息。將不會處理這個訊息。服務收到解壓縮的檔案,但該檔案不在掛載的映像中。將會略過此解壓縮檔案。嘗試移除未掛載的目錄。嘗試認可具有唯讀權限的掛載映像。這是不正確的。若要認可映像,則掛載映像時不可設定唯讀旗標。對解壓縮處理程序指定了不存在的掛載目錄。解壓縮處理程序開始之前,映像必須已完成虛設常式操作。傳遞了不正確的控制代碼給映像管理員。這是程式設計錯誤。未使用指定的映像控制代碼來掛載映像,因而無法使用此控制代碼來移除。請搭配掛載目錄的名稱來呼叫 WIMUnmountImage,以移除您的映像。找不到符合指定掛載資料的映像。無法移除映像,因為掛載目錄中的檔案仍在使用中。使用者嘗試掛載到已包含掛載映像的目錄。不支援此操作。使用者嘗試掛載的目錄不是空的。不支援此操作。使用者嘗試掛載的目錄不存在。不支援此操作。已傳遞不正確的映像控制代碼給 WIMUnmountImageHandle。只有傳遞給 WIMMountImageHandle 的映像控制代碼或從 WIMGetMountedImageHandle 抓取的映像控制代碼可以用於 WIMUnmountImageHandle。無法完全移除目錄。這通常是因為掛載目錄內仍有應用程式開啟的檔案。請關閉這些檔案,然後再次移除以完成移除處理程序。掛載的映像已在使用中。請確定該映像並非由其他處理程序所掛載。找不到 wimserv.exe 二進位檔。請確定該檔案位於系統搜尋路徑中。等候初始化 wimmount 解壓縮器處理程序時,Imagex 逾時。wimmount 服務關閉,但沒有傳回狀態。指定的目錄不是正確的掛載目錄。無法認可指定的掛載映像以回復至 WIM。當您移除部分映像或映像仍處於掛載狀態時,就會發生這種情況。如果先前已認可移除此映像,則該認可應該會成功。請確認是這種情況,然後在沒有認可的情況下移除映像。指定映像的掛載目錄已經變更。會解壓縮此映像中的所有檔案,但無法認可此映像。指定掛載路徑的磁碟區不支援重新分析點。請掛載至支援重新分析點的磁碟區。指定的目錄包含損毀的掛載映像。無法在此目錄執行任何掛載操作。無法掛載映像,因為這部電腦上未安裝 wimmount.sys 驅動程式。若要修正此錯誤,請安裝 wimmount.sys 驅動程式。無法認可掛載的映像,因為 wim 中的映像在掛載後已被修改。無法重新掛載指定的目錄,因為該目錄不是正確的重新掛載目標。最可能造成目錄不正確的原因是該目錄已被移除。無法重新掛載指定的目錄,因為 wim 中的映像在掛載後已被修改。無法重新掛載指定的目錄,因為正在移除該目錄。指定的映像已掛載,且無法重新掛載。已掛載指定 wim 中的指定映像以提供讀取/寫入權限。未以正確的存取層級開啟指定的映像控制代碼。為了掛載映像控制代碼,控制代碼必須具有 WIM_GENERIC_MOUNT 存取權。使用者嘗試掛載分割 wim。不支援此操作。使用者嘗試掛載至磁碟區的根目錄。不支援此操作。用來建立此掛載目錄的 wimgapi 版本不符合目前的版本。請確定 wimserv.exe、wimmount.sys 與 imagex.exe/wimgapi.dll 均為相符的版本。不支援指定掛載路徑的磁碟機。請掛載至固定磁碟機的磁碟區。掛載作業失敗。掛載時,您必須停用任何存取所指定掛載路徑中檔案的軟體 (例如,防毒軟體或搜尋索引程式)。已對 wim 容器包裝函式指定不正確的映像索引。包裝函式無法開啟映像。指定的記錄檔存在,但不是以 Unicode 編碼的文字檔案。只支援以 Unicode 編碼的文字檔案。[ 錯誤 ] %1[ 警告 ] 已略過檔案 %1 中的擴充屬性。不支援的操作。請檢查您執行的 OS 是否包含 wof 驅動程式 (wof.sys/wofadk.sys)。不支援的操作。請檢查 WIMBoot 套用的映像是否與 WIMBoot 相容。不支援的操作。請檢查 WIMBoot 套用的映像是否儲存在本機而非儲存在網路共用上。不支援的操作。請檢查所指定 WIM 檔案中包含的現有 OS 映像是否為 WIMBoot 支援的格式。不支援的操作。請檢查位於要擷取之指定路徑的 OS 映像是否為 WIMBoot 所支援。不支援的操作。請檢查您執行的 OS 是否包含 wof 驅動程式 (wof.sys)。特別提醒
初雨團隊在此特別提醒您(使用者)在使用 Dism++ 之前,請認真閱讀本《使用者協議》(以下簡稱「協議」),確保您充分理解本協議中各條款。請您審慎閱讀並選擇接受或不接受本協議。除非您接受本協議所有條款,否則您無權使用 Dism++。如果您使用 Dism++ 則將視為接受本協議,並同意接受本協議各項條款的約束。
本協議約定初雨團隊與使用者之間關於「Dism++」軟體服務(以下簡稱「服務」)的權利義務。「使用者」是指註冊、登入、使用本服務的個人。本協議可由初雨團隊隨時更新,更新後的協議條款一旦公佈即代替原來的協議條款,Dism++ 將在啟動程序時顯示新的協議條款。在初雨團隊修改協議條款後,如果使用者不接受修改後的條款,請立即停止使用初雨團隊所有相關軟體,使用者繼續使用初雨團隊提供的服務將被視為接受修改後的協議。
一、Dism++ 許可
1、Dism++ 只允許個人使用者在個人電腦中使用。您不得在非個人環境(包括但不限於:帶有商業利益的、以工作為目的)中使用此軟體。除非得到初雨團隊的書面許可。
2、使用 Dism++ 前,您必須認真閱讀 Dism++ 說明文件。除非您無法正常閱讀中文,比如海外使用者等。
3、Dism++ 使用者有義務報告程式 BUG、程式改善意見,有權吐槽 Dism++ 的不足。使用 Dism++ 滿 30 天後的使用者(包含節假日)需向小鴨子(Email:mingkuang@live.com)信箱寄出一份不少於 345 字的《Dism++ 體驗報告》。滿 8 個月的老使用者,每年的 11 月 11 號(當地時間)還需要向小鴨子(Email:mingkuang@live.com)信箱寄出不少於 520 字的《年度 Dism++ 改善意見》。
4、Dism++ 的使用者必須愛好和平、團結友愛、助人為樂。己欲立而立人,己欲達而達人。
5、未經初雨團隊許可,任何人不得擅自(包括但不限於:以非法的方式複製、傳播、展示、鏡像、上傳、下載、修改)使用,或透過非正常方式(如:惡意干預初雨團隊資料)影響初雨團隊的正常服務,任何人不得擅自以軟體程式自動獲得初雨團隊資料。否則,初雨團隊將依法追究法律責任。
6、盜版使用者(未遵守 Dism++ 許可的使用者),初雨團隊有權禁止您執行所有初雨團隊相關軟體,不會受理您的任何要求、以及任何技術支援並依法追究法律責任。
7、正版使用者(遵守 Dism++ 許可的使用者),初雨團隊儘量滿足/解決您的問題(提供必要的幫助或技術支援),具體根據問題複雜度、耗時、以及使用者投票而決定。
二、使用者個人隱私資料保護
1、Dism++ 執行過程會收集您的系統資訊(包括但不限於:系統版本號、系統架構、系統名稱、系統語言、處理器型號、記憶體數量)以及 Dism++ 程式異常執行資訊(包括但不限於:程式當機 dmp 檔、執行日誌)以改善 Dism++ 的服務。但不會收集使用者身份以及使用者聯絡方式以及其他能標識使用者身份的資料。
2、初雨團隊可能會向使用者寄送測試邀請、軟體 BUG 跟進、使用者投票邀請訊息,但不會向使用者寄送包括但不限於含廣告、推廣、欺詐、付費等訊息。
三、風險承擔
1、由於初雨團隊奉行開放態度,人人都可為 Dism++ 添磚加瓦。某些功能可能導致不可預期的後果,初雨團隊會嚴格排除可能的風險並告知所有已知的風險,但是未必能覆蓋所有問題。使用者須自行承擔 Dism++ 相關功能可能造成的後果,發現問題及時回報給初雨團隊,以免其他使用者繼續掉坑。
2、使用者理解並同意,因軟體發展需要,初雨團隊保留單方面對本服務的全部或部分服務內容變更、暫停、終止或撤銷的權利,使用者需承擔此風險。
四、智慧財產權聲明
1、初雨團隊在本服務中提供的內容(包括但不限於程式、網頁、文字、圖片、音訊、影片、圖表等)的智慧財產權均歸初雨團隊所有。
2、除另有特別聲明外,初雨團隊提供本服務時所依託軟體的著作權、專利權及其他智慧財產權均歸初雨團隊所有。
3、未經初雨團隊事先書面同意,使用者不得將初雨團隊相關程式以任何方式展示或使用或作其他處理,也不得向他人表明使用者有權展示、使用、或其他有權處理初雨團隊相關程式的行為。
4、上述及其他任何初雨團隊依法擁有的智慧財產權均受到法律保護,未經初雨團隊面許可,使用者不得以任何形式進行使用或二次封裝、反組譯等其他非法行為。
五、法律責任
1、如果初雨團隊發現或收到他人檢舉或投訴使用者違反本協議約定的,初雨團隊有權不經通知隨時禁止使用者使用初雨團隊所有相關程式。
2、使用者理解並同意,初雨團隊有權依合理判斷對違反有關法律法規或本協議規定的行為進行處罰,對違法違規的任何使用者採取適當的法律行動,並依據法律法規保存有關資料向有關部門報告等,使用者應承擔由此而產生的一切法律責任。
3、使用者理解並同意,因使用者違反本協議約定,導致或產生的任何第三方主張的任何索賠、要求或損失,包括合理的律師費,使用者應當賠償初雨團隊,並使之免受損害。
六、其他
1、初雨團隊鄭重提醒使用者注意本協議中免除初雨團隊責任和限制使用者權利的條款,請使用者仔細閱讀,自主考慮風險。未成年人應在法定監護人的陪同下閱讀本協議。
2、本協議的效力、解釋及糾紛的解決,適用於中華人民共和國法律。若使用者和初雨團隊之間發生任何糾紛或爭議,首先應友好協商解決,協商不成的,使用者同意將糾紛或爭議提供初雨團隊住所地有管轄權的人民法院管轄。
3、本協議的任何條款無論因何種原因無效或不具可執行性,其餘條款仍有效,對雙方具有約束力。
4、其他語言版本協議與簡體中文不一致的以最新簡體中文使用者協議為準。
================================================
FILE: Languages.sln
================================================
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Files", "Files.vcxproj", "{449EC66A-E39D-4022-A36F-48A30602C6CA}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RCMake", "RCMake\RCMake.vcxproj", "{5907D19F-592D-4D19-9613-3163800545D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Debug|x64.ActiveCfg = Debug|x64
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Debug|x64.Build.0 = Debug|x64
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Debug|x86.ActiveCfg = Debug|Win32
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Debug|x86.Build.0 = Debug|Win32
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Release|x64.ActiveCfg = Release|x64
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Release|x64.Build.0 = Release|x64
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Release|x86.ActiveCfg = Release|Win32
{449EC66A-E39D-4022-A36F-48A30602C6CA}.Release|x86.Build.0 = Release|Win32
{5907D19F-592D-4D19-9613-3163800545D4}.Debug|x64.ActiveCfg = Debug|x64
{5907D19F-592D-4D19-9613-3163800545D4}.Debug|x64.Build.0 = Debug|x64
{5907D19F-592D-4D19-9613-3163800545D4}.Debug|x86.ActiveCfg = Debug|Win32
{5907D19F-592D-4D19-9613-3163800545D4}.Debug|x86.Build.0 = Debug|Win32
{5907D19F-592D-4D19-9613-3163800545D4}.Release|x64.ActiveCfg = Release|x64
{5907D19F-592D-4D19-9613-3163800545D4}.Release|x64.Build.0 = Release|x64
{5907D19F-592D-4D19-9613-3163800545D4}.Release|x86.ActiveCfg = Release|Win32
{5907D19F-592D-4D19-9613-3163800545D4}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
================================================
FILE: NCleanerReadMe.md
================================================
# NCleaner 自述
## 介绍
首先感谢使用和支持该项目的一切用户;其次我还想感谢Dism++的开发团队(即初雨团队)
NCleaner原本是一个Dism++第三方清理增强插件;由于我不想在用Dism++的时候还要用
CCleaner;于是诞生了这个插件
Dism++作者(小鸭子)打算把清理功能外包给NCleaner(或者说是Dism++深度整合
NCleaner)我也很赞同作者的看法,于是从NCleaner 1.0.1.4开始NCleaner正式成为
Dism++的组件
先谈谈我认为与Dism++深度整合的好处
- 大部分人不需要单独下载NCleaner
- NCleaner不再会因为Dism++API结构更改而背锅
- 测试范围更加广阔,出Bug即使我没空修复Dism++作者也能帮忙修复(*^_^*)
**如果发现Bug和提建议,希望你们可以多多包涵并请及时在群内反馈**
- 初雨Dism++官方群:200783396 282276394
- M2-Team官方群:466078631
**谢谢,By Chuyu Team & M2-Team**
## 更新日志
**NCleaner 1.0.4.0**
- 移除缩略图缓存清理残留代码
- 在NCleaner 1.0.3.0开始缩略图缓存清理已使用DISM++规则实现
- 整理并优化代码
- 完全使用MSDN文档化API
**NCleaner 1.0.3.10**
- 降低某些情况下潜在dll抗劫风险
- 解决潜在初始化崩溃问题
**NCleaner 1.0.3.9**
- 解决系统还原清理功能可能发生的崩溃的两个Bug
**NCleaner 1.0.3.8**
- 添加dll抗劫持功能
**NCleaner 1.0.3.6**
- 深度整合M2-SDK库
- 因为其他M2工具不再用到该库,但该库一旦修改,GitHub对应部分会同步
- 删除无用代码
- 根据VC编译器文档的建议,使用 /W4 编译
**NCleaner 1.0.3.5**
- 修复新版Visual Studio安装源缓存清理的日志输出Bug
- 整理并优化代码
- 修改编译选项
- 根据新版VC-LTL文档
- 添加损坏的AppX在线清理
- 清理损坏的AppX。例如Visual Studio的通用应用XAML设计器暴力删除临时生成的设计
器应用,于是会出现大量损坏的AppX
**NCleaner 1.0.3.4**
- 重新调整Release编译选项为“使大小最小化 (/O1)”
- 优化日志输出逻辑
**NCleaner 1.0.3.3**
- 调整Release编译选项为“使速度最大化 (/O2)”
- 同步VC-LTL版本至1.0.0.8
- 整理并优化代码
- Package Cache清理支持清理特定用户的Package Cache
**NCleaner 1.0.3.2**
- 整理并优化代码
**NCleaner 1.0.3.1**
- 整理并优化代码
**NCleaner 1.0.3.0**
- 缩略图缓存清理完全使用Dism++规则实现
- 增加新版Visual Studio安装源缓存清理
- 整理代码
**NCleaner 1.0.2.9**
- 引入M2-SDK
- https://github.com/M2Team/M2-SDK
- 移除重复代码
- 缩略图缓存清理使用Dism++的ExplorerNotify功能启动Explorer以解决#43问题
- 链接:https://github.com/Chuyu-Team/Dism-Multi-language/issues/43
**NCleaner 1.0.2.8**
- 使用VS2017重新编译
- By mingkuang
**NCleaner 1.0.2.5**
- 解决BUG,修复LocalPackage文件名为空时程序奔溃问题
- By mingkuang
**NCleaner 1.0.2.4**
- 在Installer清理的注册表操作传入备份恢复特权Flag
- 同步M2.Native库并优化编译结果
NCleaner 1.0.2.3
- 修复在32位模块下取消对sse和sse2指令集的依赖无效问题
- 同步M2最新代码重新编译
**NCleaner 1.0.2.2**
- 新增Installer清理
- 实验性功能,专家模式Only
**NCleaner 1.0.2.1**
- 增加传递优化(DeliveryOptimization)缓存清理
- 使Package Cache清理与Windows Installer实现互斥
**NCleaner 1.0.2.0**
- Package Cache清理:改善对.Net Core安装源的清理
- 缩略图缓存清理:减少重启Explorer时的API调用次数
- 在32位模块下取消对sse和sse2指令集的依赖
- 感谢mingkuang
- 解决某些古董CPU机器因为没有SSE指令集而崩溃的问题
**NCleaner 1.0.1.6**
- 修复系统还原点清理扫描奔溃的Bug(由mingkuang修复)
**NCleaner 1.0.1.5**
- 优化并调整代码
- 修复Windows事件日志清理的Bug
**NCleaner 1.0.1.4**
- 嵌入Dism++
- 继承Dism++的全部清理规则,且把清理规则移入Data.xml,并作以下调整
- 对清理规则进行归类
- NCleaner规则融入Dism++分类
- 移除Installer清理
- 这是上古残留,且NCleaner也有一份替代实现
- 移除Visual Studio安装源清理
- 因为有更好的方案,即Package Cache清理
- 临时文件清理规则扩充,应用容器临时文件清理规则合并入临时文件清理
- 应用容器CLR缓存清理合并入Windows日志清理
- Windows事件清理实现移入NCleaner
- 多语言部分移除
- 我相信Dism++翻译组,当然参考翻译会提供给他们
- 移除对旧版本Dism++的兼容代码
- 使用Dism++内部方法调用Dism++ API
- 为Dism++清理函数提供转发
- 优化代码
- 使用Native API加载DLL并获取函数入口
- 系统还原点清理不再获取不必要的函数入口
- 缩略图缓存Explorer重启部分调用Native API模拟令牌
- 移除NCleaner关于对话框
- 因为Dism++关于UI可以直接查看NCleaner版本号
- 修复Package Cache清理不能离线使用的Bug
- 暂时屏蔽Installer清理
- 感谢夏虫反馈Bug,虽然Bug修复容易;但是干脆重新研究下清理方案
**NCleaner 1.0.1.3**
- 移除IE网页缓存清理
- 被WinINet网页缓存清理替代
- 移除IE Cookies清理
- 被WinINet Cookies清理替代
- 移除Edge网页缓存清理
- 被WinINet网页缓存清理替代
- 移除Edge Cookies清理
- 被WinINet Cookies清理替代
- 添加WinINet网页缓存清理
- 清理每个用户账户和应用容器下的Windows网络组件(例如IE,Edge)的网页缓存(仅
支持默认目录)
- 添加WinINet Cookies清理
- 清理每个用户账户和应用容器下的Windows网络组件(例如IE,Edge)的Cookies(仅
支持默认目录)
- 增强微软系安软无用文件清理
- 添加删除MA NIS的日志文件
- 修复零售演示离线内容清理规则
- 添加应用容器临时文件清理
- 清理每个应用容器下的临时文件
- 添加应用容器CLR缓存清理
- 清理每个应用容器下的CLR缓存
- 新清理项目多语言同步
- 感谢随便问我
**NCleaner 1.0.1.2**
- 改善语言ini文件解析
- 修复Readme文档的错误
- 解决与Dism++ 10.1.9.1的兼容性问题
- 感谢东方牛
**NCleaner 1.0.1.1**
- 提升对Dism++的最低版本要求到10.1.6.5
- 当时和mingkuang讨论时,Dism++最新版本是10.1.6.5
- 删除对旧版本的兼容代码
- 加入多语言(英语和繁体中文)支持
- 感谢hortz, ITechDeveloper, 随便问我
- 解决与Dism++ 10.1.10.0的兼容性问题
- 感谢mingkuang和那位反馈给mingkuang的无名英雄
- 如果可以提供ID,则我会修改本条目
**NCleaner 1.0.0.7**
- 去除工具箱NCleaner项目前面的#号
- 优化代码
- 增加零售演示离线内容清理
- 完全使用Native API实现文件遍历和删除
- 修复日志中返回的错误值Bug
- 修复潜在的调用Dism++API返回时的判断Bug
- 由于Dism++规定,只有返回S_OK代表执行成功
**NCleaner 1.0.0.6**
- 禁用多语言支持
- 增加Visual Studio日志清理
- 增加Installer目录清理
- 基本清理功能,类似WICleanup小工具
- 使用TaskDialog替代MessageBox实现关于NCleaner对话框
- 修复潜在的规则Bug和插件Bug
- 扩充了Package Cache清理规则
**NCleaner 1.0.0.5**
- 改进检测规则
- 优化清理项目描述
- 把程序内嵌资源移入资源DLL以减少空间占用
- 根据Windows10的新图标尺寸重新生成了图标
- 优化在Dism++下显示NCleaner图标的效果
- 需要Dism++ 10.1.5.8(2016年6月9日及之后编译)及以上版本才能享受到
- 初步加入多语言支持
- 需要Dism++ 10.1.5.8(2016年6月9日及之后编译)及以上版本才能享受到
**NCleaner 1.0.0.4**
- 减小系统还原点清理扫描大小误差;并设定大小小于512MB不予清理
- 根据mingkuang的建议做出的调整
- 添加Package Cache清理
- 清理后基于WIX的安装程序例如VS可以正常卸载;但升级、修复、增添组件需要联网或
者备好安装镜像
- 添加Web平台安装程序缓存清理
- 安装Azure开发工具时会用到WPI,其缓存几乎只是一次性使用,可以安全删除
- 小工具中的NCleaner图标占位符起到显示NCleaner插件版本信息的作用
**NCleaner 1.0.0.3**
- 增加微软系安软无用文件清理
- 提取自磁盘清理,由于Dism++引擎高效,所以原理相同但速度比磁盘清理快得多
- 使用VC-LTL运行时替代msvc运行时,大幅度减小程序大小
- 程序大小减小到原来的30% ,感谢初雨团队,特别是mingkuang
- 修复离线模式下显示系统还原点清理的Bug
- 修复离线模式下图标缓存清理出现未指定错误的Bug
- 优化代码
- 按照mingkuang的建议在清理项目旁边加上“不建议频繁清理字样”
- 修复IE Cookies清理位置与IE 网页缓存一致的Bug
**NCleaner 1.0.0.2**
- 移除IE和Edge缓存清理
- 因为有更好的替代清理项
- 增加Windows图标缓存清理
- 修改自自己以前在远景发布的Windows图标缓存清理工具,支持离线,联机情况下只支
持当前用户清理;表示大部分人用Windows也是单用户模式,所以应该影响不大
- 添加IE和Edge各自的网页缓存和Cookies清理
- 只是IE的只支持默认路径;虽然Edge也是默认路径,但Edge路径固定
- 在小工具增加“NCleaner选项”项
- 虽然其中没有实现什么功能,只是占位符;也说明你的Dism++是否集成NCleaner
**NCleaner 1.0.0.1**
- 增加系统还原点清理
- 这是我曾经研究内容的精华,一些被系统还原点占尽系统盘空间的人可以因此受益
- 增加IE和Edge缓存清理
- 照搬Windows 10 磁盘清理实现,因为足够简单;但是只能用于Win10联机映像且返回
可清理大小不准确;因为微软自家的磁盘清理返回的Internet缓存大小也不准确;也
证明我是照搬微软的实现,笑
## 第三方库列表
**VC-LTL**
- 项目首页:https://github.com/Chuyu-Team/VC-LTL
- 介绍和授权:
- VC-LTL 是一个开源的第三方修改VC库,大家都可以免费,无条件,甚至是用于商业环
境。本库基于VC140修改,所以也同样适用Common Public License协议。
- 但我也希望如果你可以在程序的说明文件中声明下,使用了此库,来使更多人受益。
——mingkuang
**M2-SDK**
- 项目首页:https://github.com/M2Team/M2-SDK
- 介绍和授权:
- M2-SDK是M2-Team系列工具使用的开发包
- https://github.com/M2Team/M2-SDK/blob/master/License.txt
================================================
FILE: RCMake/RCMake.cpp
================================================
// RCMake.cpp : ̨Ӧóڵ㡣
//
#include "stdafx.h"
#include
#include