helpcenter/Web/Controls/Help/TipsTricks/General/AvailableLanguages/AvailableLanguages.ascx
2017-09-08 11:40:45 +03:00

84 lines
6.0 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Languages available at your portal";
MetaKeyWords = "portal languages, available portal languages";
MetaDescription = "ONLYOFFICE. Check the list of the languages available at your portal";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Languages available at your portal</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/languages-available-at-your-portal/languages-available-at-your-portal.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/languages-soon-available/languages-soon-available.ascx" /></li>
</ul>
</div>
<p>
Want to know what languages you can switch your portal to?
Need to find out what languages will be available in the nearest future? Or want to contribute to ONLYOFFICE translation? Just have a look at the tables below!
</p>
<h2 id="alreadyAvailable">Languages already available on the portals</h2>
<table class="table_versionlist talk_pages languages_list_table" id="languagesTable">
<thead>
<tr>
<th><span>Language</span></th>
<th><span>Locale</span></th>
<th><span>Completion Rate<sup>1</sup></span></th>
<th>SaaS</th>
<th>Server</th>
<th>Document Server</th>
</tr>
</thead>
<tbody></tbody>
</table>
<h2 id="notyetAvailable">Languages not yet available on the portals</h2>
<table class="table_versionlist talk_pages languages_list_table" id="languagesTableNotyet">
<thead>
<tr>
<th><span>Language</span></th>
<th><span>Locale</span></th>
<th><span>Completion Rate<sup>1</sup></span></th>
<th>SaaS</th>
<th>Server</th>
<th>Document Server</th>
</tr>
</thead>
<tbody></tbody>
</table>
<p class="last_update">Update period: <span id="sinceDate"></span> - <span id="lastUpdate"></span></p>
<p class="total_change">The total number of translation units: <span id="totalChange"></span></p>
<p class="translators_period">We would like to thank those who participated in translation during this period:</p>
<table class="table_versionlist talk_pages languages_list_table translators_list_table" id="translatorList">
<thead>
<tr>
<th><span>Translator</span></th>
<th><span>Language</span></th>
</tr>
</thead>
<tbody></tbody>
</table>
<h2 id="Comment">Legend</h2>
<p><b><sup>1</sup> Completion rate</b> given in percent shows the translation performance into one of the available languages. 100% means that everything at your portal is already translated. 50% means that the half of the portal interface is still available in English. 0% means that there were translators who wanted to contribute to translation in this language but couldn't start translating for some unknown reason. The completion rate values were rounded up.</p>
<div class="notehelp">If you hover the mouse cursor over the <b>Completion rate</b> results, you will be able to see the completeness of each module for the current language in the tooltip.</div>
<p><span class="yes"></span> - Languages you can select in the languages list on the customization page at your portal. The instruction on how to change the portal language can be found in <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/portal-language.aspx")%>">this tip</a>.</p>
<p><span class="no"></span> - Languages that are being translated into and can't be found in the languages list at your portal yet.</p>
<h2 id="HelpfulHints">Helpful Hints</h2>
<h3>How to change the current portal language?</h3>
<p>Please refer to <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/tipstricks/portal-language.aspx")%>">this page</a> to read the detailed instructions on how to switch to another language at your portal.</p>
<h3>What if I need a language that isn't available at portal yet? Is there any way to speed up the translation process into one of the languages that is already in progress?</h3>
<p>The only way is to participate in the translation! If you'd like to contribute, please read <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/guides/become-translator.aspx")%>">this guide</a> on how to become an ONLYOFFICE translator or write to us at <a href="mailto:documentation@onlyoffice.com">documentation@onlyoffice.com</a>.</p>
<h3>Where can I find more information about translation of Document Server (or Community Server, or Desktop Editors)?</h3>
<p>You can visit the following pages to find information about the translation of ONLYOFFICE products:</p>
<ul>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/document/available-languages.aspx")%>">Languages available for Document Server interface</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/server/community/available-languages.aspx")%>">Languages available for Community Server interface</a></li>
<li><a href="<%=VirtualPathUtility.ToAbsolute("~/desktop/documents/allplatforms/available-languages.aspx")%>">Languages available for Desktop Editors interface</a></li>
</ul>
</div>
</div>