Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in About tab #1242

Merged
merged 1 commit into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions i18n/en.jsonp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ <h4 data-i18n="about-step2">Step 2: Download or copy the content onto your devic
</p>
<h4 data-i18n="about-step3">Step 3: Select your file or drag-and-drop</h4>
<p data-i18n="about-step3-para1">
Go to the "Configure" menu and select your archive, or select the folder containing your ZIM archives if you are offered that option. You can also drag and drop the file into the
the open app (if you have a split file, be sure to drag all parts).
Go to the "Configure" menu and select your archive, or select the folder containing your ZIM archives if you are offered that option. You can also drag and drop the file into the
open app (if you have a split file, be sure to drag all parts).
</p>
<h4 data-i18n="about-step4">Step 4: Enjoy your offline content!</h4>
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>
Expand All @@ -230,7 +230,7 @@ <h3 id="searchSyntax" data-i18n="about-search-title">Title and full-text search
display a list of all titles (up to the limit set in Configuration) simply by clicking the search button without typing anything.
</p>
<p data-i18n="about-search-para4">
<b>Full-text search:</b> This type of search is only availalbe in relatively recent desktop browsers, and if the archive contains a full-text index.
<b>Full-text search:</b> This type of search is only available in relatively recent desktop browsers, and if the archive contains a full-text index.
If it is supported, it will be used automatically, but it is slower than title search, and you may notice a delay before results are added to the
title-search results. Additionally, full-text search cannot be used if your archive is split into various chunks. To see whether it is
available, look in the API panel at the bottom of the Configuration page after you have loaded a ZIM. If it says "Xapian [fulltext]" then
Expand Down Expand Up @@ -311,7 +311,7 @@ <h4 id="FAT" data-i18n="about-fat-fs">Downloading and storing large archives</h4
<code>...</code>, etc.). When you pick this archive in the app, be sure to pick <b>all</b> the chunks, or drag-and-drop them all into the app.
</p>
<p data-i18n="about-large-archives-para3">
For some information on how to split archves, see <a href="https://github.com/kiwix/kiwix-js-windows/tree/main/AppPackages#download-a-zim-archive-all-platforms" target="_blank">
For some information on how to split archives, see <a href="https://github.com/kiwix/kiwix-js-windows/tree/main/AppPackages#download-a-zim-archive-all-platforms" target="_blank">
Download a ZIM archive&nbsp;<img src="img/Icon_External_Link.png" /></a>.
</p>
<p style="text-align: right"><a href="#contents" data-i18n="about-back-contents">↑ Back to Contents</a></p>
Expand Down Expand Up @@ -432,7 +432,7 @@ <h4 data-i18n="about-libraries">Main libraries and resources used:</h4>
<li>The <a href="https://rollupjs.org/" target="_blank">Rollup JavaScript Bundler</a>, copyright by the contributors, released under an <a href="https://github.com/rollup/rollup/blob/master/LICENSE.md" target="_blank">MIT Licence</a></li>
<li><a href="https://vitejs.dev/" target="_blank">Vite Frontend Tooling</a>, copyright Yuxi You and Vite contributors, released under an <a href="https://github.com/vitejs/vite/blob/main/LICENSE" target="_blank">MIT Licence</a></li>
<li>The <a href="https://testcafe.io/" target="_blank">Test<i>Café</i></a> suite, copyright Developer Express Inc., released under an <a href="https://github.com/DevExpress/testcafe/blob/master/LICENSE" target="_blank">MIT Licence</a></li>
<li><a href="https://www.selenium.dev/documentation/webdriver/" target="_blank">Selenium WebDriver</a>, copyright The Software Freedom Conservancy, released under an <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE" target="_blank">Apache Lincence v2</a></li>
<li><a href="https://www.selenium.dev/documentation/webdriver/" target="_blank">Selenium WebDriver</a>, copyright The Software Freedom Conservancy, released under an <a href="https://github.com/SeleniumHQ/selenium/blob/trunk/LICENSE" target="_blank">Apache Licence v2</a></li>
<li><a href="https://mochajs.org/" target="_blank">Mocha Testing Framework</a>, copyright The OpenJS Foundation and Mocha contributors, released under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 International Licence</a></li>
<li><a href="https://www.i18next.com/" target="_blank">i18next Internationalization Framework</a>, copyright i18next, released under an <a href="https://github.com/i18next/i18next/blob/master/LICENSE" target="_blank">MIT Licence</a></li>
</ul>
Expand Down
Loading