mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-11 17:57:19 +10:00
Update locale strings.
Add a new project. Remove the datas for test.
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
<!-- Loading... -->
|
||||
<div class="content loading">
|
||||
<span class="ring-loading"></span>
|
||||
<span data-res-byname="IDS_PLEASEWAIT">Please wait...</span>
|
||||
<span data-res-byname="IDS_PLEASEWAIT"></span>
|
||||
</div>
|
||||
<!-- Main Page -->
|
||||
<div class="content select preinstall installing installsuccess installfailed main">
|
||||
|
||||
@@ -509,7 +509,7 @@
|
||||
supportDisplay.classList.add("not-support");
|
||||
supportDisplay.classList.remove("support");
|
||||
}
|
||||
supportDisplay.setAttribute("title", strutils.format("OS Min Version: {0}, Architecture: {1}", support.showOsminversionText, support.showArchitectureText));
|
||||
supportDisplay.setAttribute("title", strutils.format(Bridge.Resources.byname("IDS_PREINSTALL_SUITCONDITION"), support.showOsminversionText, support.showArchitectureText));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -47,11 +47,17 @@
|
||||
<script type="text/javascript" src="js/rdinit.js"></script>
|
||||
<style>
|
||||
.itemrow {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-ms-flex-line-pack: center;
|
||||
align-content: center;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin: 10px 0;
|
||||
}
|
||||
@@ -165,6 +171,7 @@
|
||||
}
|
||||
reader.updateApplicationReadItems(metaitemlist);
|
||||
}
|
||||
refreshMetadataItems();
|
||||
var refreshMetadataButton = document.getElementById("read-refreshmetadata");
|
||||
refreshMetadataButton.onclick = function() {
|
||||
refreshMetadataItems();
|
||||
@@ -516,10 +523,15 @@
|
||||
</div>
|
||||
<style>
|
||||
.acquire-item {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-ms-flex-wrap: none;
|
||||
flex-wrap: nowrap;
|
||||
-ms-flex-line-pack: start;
|
||||
align-content: flex-start;
|
||||
-ms-flex-pack: start;
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
@@ -545,11 +557,17 @@
|
||||
font-size: 10pt;
|
||||
line-height: 1.2em;
|
||||
font-weight: normal;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-ms-flex-line-pack: center;
|
||||
align-content: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
@@ -557,13 +575,13 @@
|
||||
|
||||
.acquire-item .medium div {
|
||||
text-align: center;
|
||||
-ms-flex: 0 0 auto;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.acquire-item .medium #ext {
|
||||
text-align: left;
|
||||
max-width: 100px;
|
||||
/*min-width: 97px;*/
|
||||
}
|
||||
|
||||
.acquire-item .medium div:nth-child(1),
|
||||
@@ -581,15 +599,22 @@
|
||||
.acquire-item .bottom {
|
||||
font-weight: bold;
|
||||
font-size: 9pt;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-line-pack: center;
|
||||
align-content: center;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.acquire-item #hashpart {
|
||||
-ms-flex: 1 1 auto;
|
||||
flex: 1;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
@@ -722,7 +747,7 @@
|
||||
acquireSmartquery.disabled =
|
||||
acquireValuetype.disabled =
|
||||
acquireChannel.disabled = true;
|
||||
queryFunc = StoreRG.test;
|
||||
//queryFunc = StoreRG.test;
|
||||
acquireLoadingLabel.textContent = stringRes("READER_ACQUIRE_QUERYING");
|
||||
queryFunc(acquireInput.value, acquireValuetype.value, acquireChannel.value).then(function(result) {
|
||||
acquireCategoryid.textContent = result.categoryId;
|
||||
|
||||
@@ -671,8 +671,10 @@
|
||||
<lang name="en-US">Problem occurred during saving</lang>
|
||||
</resource>
|
||||
<resource id="READER_READER_SAVEINGJSON">
|
||||
<lang name="zh-CN">正在生成 JSON 文件,请稍候... \n这可能需要比较长的时间。</lang>
|
||||
<lang name="en-US">Generating JSON file, please wait... \nThis may take a long time.</lang>
|
||||
<lang name="zh-CN"><![CDATA[正在生成 JSON 文件,请稍候...
|
||||
这可能需要比较长的时间。]]></lang>
|
||||
<lang name="en-US"><![CDATA[Generating JSON file, please wait...
|
||||
This may take a long time.]]></lang>
|
||||
</resource>
|
||||
<resource id="READER_READER_JSONFILE">
|
||||
<lang name="zh-CN">包含 JSON 报告的 ZIP 文件</lang>
|
||||
@@ -683,8 +685,10 @@
|
||||
<lang name="en-US">ZIP file containing XML report</lang>
|
||||
</resource>
|
||||
<resource id="READER_READER_SAVEINGXML">
|
||||
<lang name="zh-CN">正在生成 XML 文件,请稍候... \n这可能需要比较长的时间。</lang>
|
||||
<lang name="en-US">Generating XML file, please wait... \nThis may take a long time.</lang>
|
||||
<lang name="zh-CN"><![CDATA[正在生成 XML 文件,请稍候...
|
||||
这可能需要比较长的时间。]]></lang>
|
||||
<lang name="en-US"><![CDATA[Generating XML file, please wait...
|
||||
This may take a long time.]]></lang>
|
||||
</resource>
|
||||
<resource id="READER_ACQUIRE_TITLE">
|
||||
<lang name="zh-CN">获取</lang>
|
||||
|
||||
Reference in New Issue
Block a user