mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-21 02:51:26 -04:00
Add a translation for texts/about.html
.
This commit is contained in:
parent
457d9aafef
commit
bf8fab75d8
@ -65,4 +65,7 @@
|
||||
<file>icons/search_backward.svg</file>
|
||||
<file>icons/search_forward.svg</file>
|
||||
</qresource>
|
||||
<qresource lang="fr" prefix="/">
|
||||
<file alias="texts/about.html">texts/fr/about.html</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
29
resources/texts/fr/about.html
Normal file
29
resources/texts/fr/about.html
Normal file
@ -0,0 +1,29 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||
<html>
|
||||
<body>
|
||||
<img src="qrc:/icons/kiwix/app_icon.svg" height="240" width="240" style="float:right"/>
|
||||
<h1>Kiwix Desktop</h1>
|
||||
<p>Kiwix vous permet d'avoir tout Wikipedia à portée de main où que vous alliez! Dans un bateau, au milieu de nul-part ou en prison, Kiwix vous donne accès à l'ensemble du savoir humain. Vous n'avez pas besoin d'internet, tout est conservé dans votre ordinateur.</p>
|
||||
<p><a href="http://kiwix.org">En apprendre plus sur Kiwix</a></p>
|
||||
<h2>Release</h2>
|
||||
<p>
|
||||
Ce logiciel est publié selon les conditions de la licence GNU General Public License version 3. Lisez le code source sur <a href="https://github.com/kiwix/kiwix-desktop">Github</a>.
|
||||
</p>
|
||||
<p>Version : %%VERSION%%</p>
|
||||
<p>Date de compilation : %%BUILD_DATE%%</p>
|
||||
<h2>Reporter un problème</h2>
|
||||
<p>Pour ouvrir un rapport de bogue, visitez <a href="https://github.com/kiwix/kiwix-desktop/issues">Kiwix-desktop issue</a> et ouvrez une "issue" décrivant votre problème.</p>
|
||||
<p>S'il vous plaît, mentionnez la version et la date de compilation dans le rapport.</p>
|
||||
<h2>Bibliothèques</h2>
|
||||
<ul>
|
||||
<li>Libzim - GPLv3 (<a href="http://www.openzim.org">openzim.org</a>)</li>
|
||||
<li>Libkiwix - GPLv3 (<a href="https://github.com/kiwix/kiwix-lib">https://github.com/kiwix/kiwix-lib</a>)</li>
|
||||
<li>Qt - LGVLv3 (<a href="https://qt.io">qt.io</a>)</li>
|
||||
<li>Xapian - GPL (<a href="https://xapian.org">xapian.org</a>)</li>
|
||||
<li>CTTP2 - BSD (<a href="http://ctpp.havoc.ru">ctpp.havoc.ru</a>)</li>
|
||||
<li>Pugixml - MIT (<a href="https://pugixml.org">pugixml.org</a>)</li>
|
||||
<li>ICU - ICU License (<a href="http://icu-project.org">icu-project.org</a>)</li>
|
||||
<li>Libmicrohttpd - GPL (<a href="https://www.gnu.org/software/libmicrohttpd/">www.gnu.org/software/libmicrohttpd/</a>)</li>
|
||||
<li>Aria2 - GPL (<a href="https://aria2.github.io">aria2.github.io</a>)</li>
|
||||
</ul>
|
||||
</body></html>
|
Loading…
x
Reference in New Issue
Block a user