zxing/android/assets/html-ru/about1d.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

16 lines
1.3 KiB
HTML
Raw Permalink 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>Об одномерных штрих-кодах</title>
<link href="../style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<p> Традиционные штрих-коды, такие как напечатанный на упаковке продукта, также известны как одномерные штрих-коды. Широко используются несколько типов, в том числе UPC и EAN. Большинство выглядят примерно так:</p>
<p class="imgcenter"><img src="../images/big-1d.png"/></p>
<p>Одномерные штрих-коды содержат уникальный код, который обычно описывает продукт, например, компакт-диск или книгу. С помощью этого кода Вы можете найти в Интернете цены, обзоры и другую информацию. </p>
<p>Если вы сканируете штрих-код на книге, Вы также можете найти в книге слово или фразу, и найти все страницы, где они появляются:</p>
<p class="imgcenter"><img src="../images/search-book-contents.jpg"/></p>
</body>
</html>