Added German.

This commit is contained in:
Olga Vlasiuk 2021-02-17 14:02:52 +03:00
parent b7fad06303
commit 84f352928e

View File

@ -0,0 +1,80 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Zeilenabstand einstellen";
MetaKeyWords = "";
MetaDescription = "";
var guides = new GuidesModel();
(Page as BasePage).Guides = guides;
}
</script>
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption">Zeilenabstand einstellen</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/paragraph-formatting/paragraph-formatting.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/line-spacing/line-spacing.ascx" /></li>
</ul>
</div>
<div class="video_ground video_trips">
<div class="block_of_step">
<div class="screen_text">
<h2 id="ParagraphLineHeight">Zeilenabstand innerhalb eines Absatzes einstellen</h2>
<ol>
<li>setzen Sie den Cursor in den gewünschten Absatz oder wählen Sie mehrere Absätze oder den gesamten Text im Textfeld aus,</li>
<li>öffnen Sie die Einstellungen:
<ul>
<li>tippen Sie auf das Symbol
<img alt="Objekt bearbeiten" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/editobject.png")%>" />
in der oberen Symbolleiste, oder</li>
<li>tippen Sie auf die Option <img alt="Bearbeiten Symbol" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/edit_icon_local.png")%>" /> im Pop-Up-Menü.</li>
</ul>
</li>
<li>öffnen Sie die Registerkarte <b>TEXT</b> und wischen Sie nach oben, um alle Einstellungen anzuzeigen,</li>
<li>tippen Sie auf den Menüpunkt <b>Zeilenabstand</b>,</li>
<li>wählen Sie den erforderlichen Zeilenhöhenwert aus der Liste aus,
<p><img alt="Zeilenabstand - Einstellungen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/paragraph_linespacing_local.png")%>" /></p>
</li>
<li>tippen Sie auf den Pfeil <img alt="Einstellungen schließen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/closesettingspanel.png")%>" /> rechts, um die Texteinstellungen zu schließen.</li>
</ol>
<%--<h2 id="SpaceBetweenParagraphs">Set the amount of space between paragraphs</h2>
<ol>
<li>put the cursor within the paragraph you need, or select several paragraphs, or the whole text in the text box,</li>
<li>open the settings panel by
<ul>
<li>tapping the
<img alt="Edit object" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/editobject.png")%>" />
icon at the top toolbar, or</li>
<li>tapping the <img alt="Edit icon local" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/edit_icon_local.png")%>" /> option in the pop-up menu,</li>
</ul>
</li>
<li>switch to the <b>TEXT</b> tab and swipe up to see all the settings,</li>
<li>in the <b>Distance from Text</b> section, use one of the following options:
<ul>
<li><b>Before</b> - to set the amount of space before the paragraph,</li>
<li><b>After</b> - to set the amount of space after the paragraph.</li>
</ul>
<p>Use the
<img alt="Downwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/minus.png")%>" />
or
<img alt="Upwards arrow" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/plus.png")%>" />
arrows to decrease or increase the current value.</p>
<p><img alt="Paragraph spacing settings" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/paragraph_spacing.png")%>" /></p>
</li>
<li>close the text settings panel by tapping the <img alt="Close settings panel" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/de/Mobile/Documents/Android/Presentations/closesettingspanel.png")%>" /> arrow on the right.</li>
</ol>
<p class="note">
Curently, <b>Distance from Text</b> function is not available when editing a local presentation using the <b>On Device</b> section
</p>--%>
</div>
</div>
</div>
</div>