mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 17:57:56 +08:00
26 lines
1.3 KiB
HTML
26 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Metni sesli oku</title>
|
||
<meta charset="utf-8" />
|
||
<meta name="description" content="The description of Speech plugin for ONLYOFFICE editors, which allows to read the written text out loud" />
|
||
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
||
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
||
<script type="text/javascript" src="../callback.js"></script>
|
||
<script type="text/javascript" src="../search/js/page-search.js"></script>
|
||
</head>
|
||
<body>
|
||
<div class="mainpart">
|
||
<div class="search-field">
|
||
<input id="search" class="searchBar" placeholder="Arama" type="text" onkeypress="doSearch(event)">
|
||
</div>
|
||
<h1>Metni sesli oku</h1>
|
||
<p>ONLYOFFICE <a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Belge Düzenleyicisinde</b></a> metni sizin için okuyabilen bir eklenti bulunmaktadır.</p>
|
||
<ol>
|
||
<li>Okunacak metni seçin.</li>
|
||
<li><b>Eklentiler</b> sekmesine geçin ve <div class = "icon icon-speech"></div> <b>Speech (Konuşma)</b> seçeneğini seçin.</li>
|
||
</ol>
|
||
<p>Metin şimdi okunacaktır.</p>
|
||
</div>
|
||
</body>
|
||
</html> |