zxing/android/assets/html-ru/index.html
Sergey Yanzin 8eaa8502ad fixed russian translation (#890)
* Fixed error key in doPost()

doPost() works only with badimage

* Update about1d.html

* Update about2d.html

* Update about2d.html

* Update index.html

* Update scanning.html

* Update whatsnew.html

* Update sharing.html

* Update strings.xml
2017-10-13 10:39:03 +01:00

24 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8"/>
<title> Помощь Barcode Scanner </title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p> Официальное Android приложение для проекта с открытым исходным кодом ZXing:<br/>
<a href="https://github.com/zxing/zxing">https://github.com/zxing/zxing</a></p>
<p>Barcode Scanner использует камеру на телефоне, чтобы распознать штрих-код и найти информацию о продуктах, такую как цены и отзывы.</p>
<p class="imgcenter"><img src="../images/scan-example.png"/></p>
<p> Он также распознает 2D штрих-коды, такие как QR Code и Data Matrix. Они могут содержать ссылки на веб-сайты, контактную информацию, такую как номера телефонов и адреса электронной почты и многое другое. </p>
<ul class="touchable">
<li><a href="whatsnew.html">Что нового в этой версии</a></li>
<li><a href="scanning.html">Как пользоваться</a></li>
<li><a href="about1d.html">Об одномерных штрих-кодах</a></li>
<li><a href="about2d.html">О двумерных штрих-кодах</a></li>
<li><a href="sharing.html">Как создать QR Code</a></li>
<li><a href="license.html">Политика конфиденциальности, правовая информация и лицензии</a></li>
</ul>
</body>
</html>