Updated DE translations - controls

This commit is contained in:
Svetlana Maleeva 2020-06-01 18:19:52 +03:00
parent de4cd1fd4d
commit 79e7aaf1fb
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
<%@ Control Language="C#" %>
<a class="crm-task-title sm_editors sm_document" id="link_1030" title="Die Liste mit den Tastaturkürzeln für einen schnelleren und einfacheren Zugriff auf die Funktionen des Document Editor mithilfe der Tastatur."
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/KeyboardShortcuts.aspx")%>">Tastenkombinationen</a>
href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/KeyboardShortcuts.aspx")%>">Tastaturkürzel</a>

View File

@ -2,5 +2,5 @@
<ul class="leftmenu_documenteditor_toggle_expand_menu leftmenu_helpful_hints">
<li><a class="leftmenu_documenteditor_about" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/About.aspx")%>">Über den Dokumenteneditor</a></li>
<li><a class="leftmenu_documenteditor_formats" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/SupportedFormats.aspx")%>">Unterstützte Formate von elektronischen Dokumenten</a></li>
<li><a class="leftmenu_documenteditor_shortcuts" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/KeyboardShortcuts.aspx")%>">Tastenkombinationen</a></li>
<li><a class="leftmenu_documenteditor_shortcuts" href="<%=VirtualPathUtility.ToAbsolute("~/ONLYOFFICE-Editors/ONLYOFFICE-Document-Editor/HelpfulHints/KeyboardShortcuts.aspx")%>">Tastaturkürzel</a></li>
</ul>