Merge branch 'release/v1.2' of github.com:ONLYOFFICE/AppServer into release/v1.2

This commit is contained in:
Nikita Gopienko 2022-06-27 14:52:17 +03:00
commit 8795b1e377
36 changed files with 5404 additions and 211 deletions

View File

@ -49,5 +49,8 @@
<EmbeddedResource Update="BackupResource.tr.resx"> <EmbeddedResource Update="BackupResource.tr.resx">
<DependentUpon>BackupResource.resx</DependentUpon> <DependentUpon>BackupResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="BackupResource.az.resx">
<DependentUpon>BackupResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -19,10 +19,10 @@ namespace ASC.Data.Backup.Core {
// class via a tool like ResGen or Visual Studio. // class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project. // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class BackupResource { public class BackupResource {
private static global::System.Resources.ResourceManager resourceMan; private static global::System.Resources.ResourceManager resourceMan;
@ -36,7 +36,7 @@ namespace ASC.Data.Backup.Core {
/// Returns the cached ResourceManager instance used by this class. /// Returns the cached ResourceManager instance used by this class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager { public static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Data.Backup.Core.BackupResource", typeof(BackupResource).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Data.Backup.Core.BackupResource", typeof(BackupResource).Assembly);
@ -51,7 +51,7 @@ namespace ASC.Data.Backup.Core {
/// resource lookups using this strongly typed resource class. /// resource lookups using this strongly typed resource class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture { public static global::System.Globalization.CultureInfo Culture {
get { get {
return resourceCulture; return resourceCulture;
} }
@ -63,7 +63,7 @@ namespace ASC.Data.Backup.Core {
/// <summary> /// <summary>
/// Looks up a localized string similar to The backup file is invalid. Please, use a file created in ONLYOFFICE v11.5 or later.. /// Looks up a localized string similar to The backup file is invalid. Please, use a file created in ONLYOFFICE v11.5 or later..
/// </summary> /// </summary>
internal static string BackupNotFound { public static string BackupNotFound {
get { get {
return ResourceManager.GetString("BackupNotFound", resourceCulture); return ResourceManager.GetString("BackupNotFound", resourceCulture);
} }
@ -72,7 +72,7 @@ namespace ASC.Data.Backup.Core {
/// <summary> /// <summary>
/// Looks up a localized string similar to Set Password. /// Looks up a localized string similar to Set Password.
/// </summary> /// </summary>
internal static string ButtonSetPassword { public static string ButtonSetPassword {
get { get {
return ResourceManager.GetString("ButtonSetPassword", resourceCulture); return ResourceManager.GetString("ButtonSetPassword", resourceCulture);
} }

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BackupNotFound" xml:space="preserve">
<value>Yedək faylı etibarsızdır. ONLYOFFICE v11.5 və ya daha yeni versiyada yaradılmış fayldan istifadə edin.</value>
</data>
</root>

View File

@ -1,67 +1,67 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true"> <xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType> <xsd:complexType>
<xsd:choice maxOccurs="unbounded"> <xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata"> <xsd:element name="metadata">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" /> <xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="assembly"> <xsd:element name="assembly">
<xsd:complexType> <xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="data"> <xsd:element name="data">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" /> <xsd:attribute ref="xml:space" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
<xsd:element name="resheader"> <xsd:element name="resheader">
<xsd:complexType> <xsd:complexType>
<xsd:sequence> <xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence> </xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" /> <xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:choice> </xsd:choice>
</xsd:complexType> </xsd:complexType>
</xsd:element> </xsd:element>
</xsd:schema> </xsd:schema>
<resheader name="resmimetype"> <resheader name="resmimetype">
<value>text/microsoft-resx</value> <value>text/microsoft-resx</value>
</resheader> </resheader>
<resheader name="version"> <resheader name="version">
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.6.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.6.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="BackupNotFound" xml:space="preserve"> <data name="BackupNotFound" xml:space="preserve">
<value>The backup file is invalid. Please, use a file created in ONLYOFFICE v11.5 or later.</value> <value>The backup file is invalid. Please, use a file created in ONLYOFFICE v11.5 or later.</value>
</data> </data>
<data name="ButtonSetPassword" xml:space="preserve"> <data name="ButtonSetPassword" xml:space="preserve">
<value>Set Password</value> <value>Set Password</value>
</data> </data>
</root> </root>

View File

@ -92,5 +92,8 @@
<EmbeddedResource Update="Resources\NotifyTemplateResource.zh-CN.resx"> <EmbeddedResource Update="Resources\NotifyTemplateResource.zh-CN.resx">
<DependentUpon>NotifyTemplateResource.resx</DependentUpon> <DependentUpon>NotifyTemplateResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="Resources\NotifyTemplateResource.az.resx">
<DependentUpon>NotifyTemplateResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -113,9 +113,9 @@ namespace ASC.Notify.Textile.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to This email is generated automatically and you do not need to answer it. /// Looks up a localized string similar to This email is generated automatically and you do not need to answer it.
///&lt;br /&gt;You receive this email because you are a registered user of &lt;a href=&quot;{0}&quot; style=&quot;color: #7b7b7b;&quot; target=&quot;_blank&quot;&gt;{0}&lt;/a&gt; ///&lt;br /&gt;You receive this email because you are a registered user of &lt;a href=&quot;{0}&quot; style=&quot;color: #7b7b7b;&quot; target=&quot;_blank&quot;&gt;{0}&lt;/a&gt;
///&lt;br /&gt;If you no longer wish to receive these emails, click on the following link: &lt;a href=&quot;{1}&quot; style=&quot;color: #7b7b7b;&quot; target=&quot;_blank&quot;&gt;Unsubscribe&lt;/a&gt; ///&lt;br /&gt;Click here to unsubscribe from informational emails: &lt;a href=&quot;{1}&quot; style=&quot;color: #7b7b7b;&quot; target=&quot;_blank&quot;&gt;Unsubscribe&lt;/a&gt;
///&lt;br /&gt;. ///&lt;br /&gt;.
/// </summary> /// </summary>
public static string TextForFooterWithUnsubscribeLink { public static string TextForFooterWithUnsubscribeLink {

View File

@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="FooterCommonV10" xml:space="preserve">
<value>&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;&lt;td colspan="3" style="height: 10px; line-height: 10px; background: #fff; padding: 0; margin: 0;"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 34px 0 0 0; width: 210px; height: 108px; background: #f6f6f6; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px;"&gt;
&lt;img src="%IMAGEPATH%/tech-100.png" style="width: 100px; height: 100px;margin: 0 auto;" /&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 34px 0 0 0; width: 180px; height: 108px; background: #f6f6f6;"&gt;
&lt;img src="%IMAGEPATH%/mailus-100.png" style="width: 100px; height: 100px;margin: 0 auto;" /&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 34px 0 0 0; width: 210px; height: 108px; background: #f6f6f6; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px;"&gt;
&lt;img src="%IMAGEPATH%/demo-100.png" style="width: 100px; height: 100px;margin: 0 auto;" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0; width: 210px; height: 16px; background: #f6f6f6;"&gt;Texniki dəstək lazımdır?&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0; width: 180px; height: 16px; background: #f6f6f6;"&gt;Satışla bağlı Suallar&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0; width: 210px; height: 16px; background: #f6f6f6;"&gt;Demo Sifariş Et&lt;/td&gt;
&lt;/tr&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0 0 30px; width: 210px; background: #f6f6f6;-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;"&gt;
&lt;a href="%SUPPORTURL%" target="_blank" style="color: #333;"&gt;Sualınızı göndərin&lt;/a&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0 0 30px; width: 180px; background: #f6f6f6;"&gt;
&lt;a href="mailto:%SALESEMAIL%" style="color: #333;"&gt;Bizə e-məktub yazın&lt;/a&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0 0 30px; width: 210px; background: #f6f6f6;-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;"&gt;
&lt;a href="%DEMOURL%" target="_blank" style="color: #333;"&gt;Sorğu göndərin&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;</value>
</data>
<data name="FooterOpensourceV10" xml:space="preserve">
<value>&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;&lt;td colspan="3" style="height: 10px; line-height: 10px; background: #fff; padding: 0; margin: 0;"&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 34px 0 0 0; width: 210px; height: 108px; background: #f6f6f6; -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px;"&gt;
&lt;img src="%IMAGEPATH%/tech-100.png" style="width: 100px; height: 100px;margin: 0 auto;" /&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 34px 0 0 0; width: 180px; height: 108px; background: #f6f6f6;"&gt;
&lt;img src="%IMAGEPATH%/mailus-100.png" style="width: 100px; height: 100px;margin: 0 auto;" /&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 34px 0 0 0; width: 210px; height: 108px; background: #f6f6f6; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px;"&gt;
&lt;img src="%IMAGEPATH%/demo-100.png" style="width: 100px; height: 100px;margin: 0 auto;" /&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0; width: 210px; height: 16px; background: #f6f6f6;"&gt;Texniki dəstək lazımdır?&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0; width: 180px; height: 16px; background: #f6f6f6;"&gt;Satışla bağlı Suallar&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0; width: 210px; height: 16px; background: #f6f6f6;"&gt;Demo Sifariçedin&lt;/td&gt;
&lt;/tr&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0 0 30px; width: 210px; background: #f6f6f6;-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;"&gt;
&lt;a href="http://dev.onlyoffice.org/" target="_blank" style="color: #333;"&gt;İcmadan soruşun&lt;/a&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0 0 30px; width: 180px; background: #f6f6f6;"&gt;
&lt;a href="mailto:sales@onlyoffice.com" style="color: #333;"&gt;Bizə e-məktub yazın&lt;/a&gt;
&lt;/td&gt;
&lt;td style="vertical-align: top; margin: 0; padding: 0 0 30px; width: 210px; background: #f6f6f6;-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;"&gt;
&lt;a href="http://www.onlyoffice.com/demo-order.aspx" target="_blank" style="color: #333;"&gt;Bizə sorğu göndərin&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;</value>
</data>
<data name="HtmlMaster" xml:space="preserve">
<value>&lt;body style="margin: 0; padding: 0; text-align: center; width: 100%; font-family: Arial, sans-serif; font-size: 14px; color: #333;"&gt;
&lt;div style="background-color: #fff; width: 600px; margin: 0 auto; text-align: left;"&gt;
&lt;table cellspacing="0" cellpadding="0" style="font-family: Arial; font-size: 14px; color: #333; background: #fff; text-align: center; width: 600px; margin: 0; padding: 0; border: 0 none; border-collapse: collapse; empty-cells: show; border-spacing: 0;"&gt;
&lt;tbody&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td colspan="3" style="margin: 0; padding: 0; background-color: #fff; height: 65px; padding: 20px 0 0 30px;"&gt;
&lt;div style="text-align: left; height: 65px; width: 570px; margin: 0; padding: 0;"&gt;
&lt;a href="%SITEURL%" style="text-decoration: none; display: inline-block; width: 216px; height: 35px; margin: 0; padding: 0;" target="_blank"&gt;
&lt;img src="%LOGO%" style="border: 0px none; width: 216px; height: 35px; margin: 0; padding: 0;" alt="%LOGOTEXT%" /&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td colspan="3" style="margin: 0; padding: 15px 30px 15px; background-color: #f6f6f6; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;"&gt;
&lt;div style="font-family: Arial; font-size: 14px; color: #333; margin: 0; padding: 0; width: 540px; height: auto; overflow: hidden; word-wrap: break-word; vertical-align: top; text-align: left; border: 0 none;"&gt;
%CONTENT%
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
%FOOTER%
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table cellspacing="0" cellpadding="0" style="font-family: Arial; font-size: 14px; color: #333; text-align: center; vertical-align: top; width: 600px; margin: 0; padding: 0; border-collapse: collapse; border: 0; border-spacing: 0; "&gt;
&lt;tbody&gt;
%FOOTERSOCIAL%
&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td colspan="6" style="width: 600px; vertical-align: top; margin: 0; padding: 20px 30px 15px;"&gt;
&lt;p style="color: #7b7b7b; font-family: Arial, Tahoma; font-size: 12px; margin: 0; padding: 0; text-align: center; width: 540px;"&gt;
%TEXTFOOTER%
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/body&gt;</value>
</data>
<data name="SocialNetworksFooterV10" xml:space="preserve">
<value>&lt;tr border="0" cellspacing="0" cellpadding="0"&gt;
&lt;td style="width: 40px; vertical-align: top; margin: 0; padding: 22px 5px 0 155px;"&gt;
&lt;a href="https://www.facebook.com/pages/OnlyOffice/833032526736775" style="width: 40px; height: 40px; display: block; margin: 0; padding: 0;" target="_blank"&gt;
&lt;img src="%IMAGEPATH%/social-fb-40.png" alt="Facebook" style="width: 40px; height: 40px;" /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td style="width: 40px; vertical-align: top; margin: 0; padding: 22px 5px 0 5px;"&gt;
&lt;a href="https://twitter.com/ONLY_OFFICE" style="width: 40px; height: 40px; display: block; margin: 0; padding: 0;" target="_blank"&gt;
&lt;img src="%IMAGEPATH%/social-tw-40.png" alt="Twitter" style="width: 40px; height: 40px;" /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td style="width: 40px; vertical-align: top; margin: 0; padding: 22px 5px 0 5px;"&gt;
&lt;a href="https://www.onlyoffice.com/blog" style="width: 40px; height: 40px; display: block; margin: 0; padding: 0;" target="_blank"&gt;
&lt;img src="%IMAGEPATH%/social-blog-40.png" alt="ONLYOFFICE" style="width: 40px; height: 40px;" /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td style="width: 40px; vertical-align: top; margin: 0; padding: 22px 5px 0 5px;"&gt;
&lt;a href="https://www.youtube.com/user/onlyofficeTV" style="width: 40px; height: 40px; display: block; margin: 0; padding: 0;" target="_blank"&gt;
&lt;img src="%IMAGEPATH%/social-youtube-40.png" alt="YouTube" style="width: 40px; height: 40x;" /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td style="width: 40px; vertical-align: top; margin: 0; padding: 22px 5px 0 5px;"&gt;
&lt;a href="https://vk.com/onlyoffice" style="width: 40px; height: 40px; display: block; margin: 0; padding: 0;" target="_blank"&gt;
&lt;img src="%IMAGEPATH%/social-vk-40.png" alt="VK" style="width: 40px; height: 40px;" /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;td style="width: 40px; vertical-align: top; margin: 0; padding: 22px 155px 0 5px;"&gt;
&lt;a href="https://www.instagram.com/the_onlyoffice" style="width: 40px; height: 40px; display: block; margin: 0; padding: 0;" target="_blank"&gt;
&lt;img src="%IMAGEPATH%/social-inst-40.png" alt="Instagram" style="width: 40px; height: 40px;" /&gt;
&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;</value>
</data>
<data name="TextForFooterWithUnsubscribeLink" xml:space="preserve">
<value>Bu e-poçt avtomatik olaraq yaradılır və ona cavab vermək lazım deyil.
&lt;br /&gt;Siz &lt;a href="{0}" style="color: #7b7b7b;" target="_blank"&gt;{0}&lt;/a&gt;-nin qeydiyyatdan keçmiş istifadəçisi olduğunuz üçün bu e-poçtu alırsınız.
&lt;br /&gt;Bu e-poçtların artıq sizə göndərilməsini istəmirsinizsə, aşağıdakı linkə klikləyin: &lt;a href="{1}" style="color: #7b7b7b;" target="_blank"&gt;Abunəlikdən çıxın&lt;/a&gt;
&lt;br /&gt;</value>
</data>
</root>

View File

@ -87,5 +87,8 @@
<EmbeddedResource Update="AuditReportResource.zh-CN.resx"> <EmbeddedResource Update="AuditReportResource.zh-CN.resx">
<DependentUpon>AuditReportResource.resx</DependentUpon> <DependentUpon>AuditReportResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="AuditReportResource.az.resx">
<DependentUpon>AuditReportResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
</Project> </Project>

File diff suppressed because it is too large Load Diff

View File

@ -19,10 +19,10 @@ namespace ASC.Calendar.Resources {
// class via a tool like ResGen or Visual Studio. // class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project. // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CalendarResource { public class CalendarResource {
private static global::System.Resources.ResourceManager resourceMan; private static global::System.Resources.ResourceManager resourceMan;
@ -36,7 +36,7 @@ namespace ASC.Calendar.Resources {
/// Returns the cached ResourceManager instance used by this class. /// Returns the cached ResourceManager instance used by this class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager { public static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Calendar.Resources.CalendarResource", typeof(CalendarResource).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Calendar.Resources.CalendarResource", typeof(CalendarResource).Assembly);
@ -51,7 +51,7 @@ namespace ASC.Calendar.Resources {
/// resource lookups using this strongly typed resource class. /// resource lookups using this strongly typed resource class.
/// </summary> /// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture { public static global::System.Globalization.CultureInfo Culture {
get { get {
return resourceCulture; return resourceCulture;
} }
@ -63,7 +63,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to The uploaded file could not be found. /// Looks up a localized string similar to The uploaded file could not be found.
/// </summary> /// </summary>
internal static string ErrorEmptyUploadFileSelected { public static string ErrorEmptyUploadFileSelected {
get { get {
return ResourceManager.GetString("ErrorEmptyUploadFileSelected", resourceCulture); return ResourceManager.GetString("ErrorEmptyUploadFileSelected", resourceCulture);
} }
@ -72,7 +72,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to Image size is too large. /// Looks up a localized string similar to Image size is too large.
/// </summary> /// </summary>
internal static string ErrorImageSizetLimit { public static string ErrorImageSizetLimit {
get { get {
return ResourceManager.GetString("ErrorImageSizetLimit", resourceCulture); return ResourceManager.GetString("ErrorImageSizetLimit", resourceCulture);
} }
@ -81,7 +81,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to Image file size is too large. /// Looks up a localized string similar to Image file size is too large.
/// </summary> /// </summary>
internal static string ErrorImageWeightLimit { public static string ErrorImageWeightLimit {
get { get {
return ResourceManager.GetString("ErrorImageWeightLimit", resourceCulture); return ResourceManager.GetString("ErrorImageWeightLimit", resourceCulture);
} }
@ -90,7 +90,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to Unknown image file type. /// Looks up a localized string similar to Unknown image file type.
/// </summary> /// </summary>
internal static string ErrorUnknownFileImageType { public static string ErrorUnknownFileImageType {
get { get {
return ResourceManager.GetString("ErrorUnknownFileImageType", resourceCulture); return ResourceManager.GetString("ErrorUnknownFileImageType", resourceCulture);
} }
@ -99,7 +99,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to Do the same as a user|Create profiles and groups|Import profiles|Invite users. /// Looks up a localized string similar to Do the same as a user|Create profiles and groups|Import profiles|Invite users.
/// </summary> /// </summary>
internal static string ProductAdminOpportunities { public static string ProductAdminOpportunities {
get { get {
return ResourceManager.GetString("ProductAdminOpportunities", resourceCulture); return ResourceManager.GetString("ProductAdminOpportunities", resourceCulture);
} }
@ -108,7 +108,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to Add new users, invite or import them. Manage users and view their detailed information.. /// Looks up a localized string similar to Add new users, invite or import them. Manage users and view their detailed information..
/// </summary> /// </summary>
internal static string ProductDescription { public static string ProductDescription {
get { get {
return ResourceManager.GetString("ProductDescription", resourceCulture); return ResourceManager.GetString("ProductDescription", resourceCulture);
} }
@ -117,7 +117,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to People. /// Looks up a localized string similar to People.
/// </summary> /// </summary>
internal static string ProductName { public static string ProductName {
get { get {
return ResourceManager.GetString("ProductName", resourceCulture); return ResourceManager.GetString("ProductName", resourceCulture);
} }
@ -126,7 +126,7 @@ namespace ASC.Calendar.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to View profiles and groups. /// Looks up a localized string similar to View profiles and groups.
/// </summary> /// </summary>
internal static string ProductUserOpportunities { public static string ProductUserOpportunities {
get { get {
return ResourceManager.GetString("ProductUserOpportunities", resourceCulture); return ResourceManager.GetString("ProductUserOpportunities", resourceCulture);
} }

View File

@ -141,6 +141,9 @@
<EmbeddedResource Update="Services\NotifyService\FilesPatternResource.zh-CN.resx"> <EmbeddedResource Update="Services\NotifyService\FilesPatternResource.zh-CN.resx">
<DependentUpon>FilesPatternResource.resx</DependentUpon> <DependentUpon>FilesPatternResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="Services\NotifyService\FilesPatternResource.az.resx">
<DependentUpon>FilesPatternResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Remove="Services\NotifyService\patterns.xml" /> <None Remove="Services\NotifyService\patterns.xml" />
@ -387,5 +390,14 @@
<EmbeddedResource Update="Resources\FilesUCResource.zh-CN.resx"> <EmbeddedResource Update="Resources\FilesUCResource.zh-CN.resx">
<DependentUpon>FilesUCResource.resx</DependentUpon> <DependentUpon>FilesUCResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="Resources\FilesCommonResource.az-Latn-AZ.resx">
<DependentUpon>FilesCommonResource.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Resources\FilesJSResource.az-Latn-AZ.resx">
<DependentUpon>FilesJSResource.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Resources\FilesUCResource.az-Latn-AZ.resx">
<DependentUpon>FilesUCResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -19,7 +19,7 @@ namespace ASC.Files.Core.Resources {
// class via a tool like ResGen or Visual Studio. // class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project. // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class FilesCommonResource { public class FilesCommonResource {
@ -826,7 +826,7 @@ namespace ASC.Files.Core.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to The oform copy is created in the {0} folder. Please fill out the form and download the result as a PDF or DOCX file.. /// Looks up a localized string similar to The OFORM copy is created in the {0} folder. Please fill out the form and download the result as a PDF or DOCX file..
/// </summary> /// </summary>
public static string MessageFillFormDraftCreated { public static string MessageFillFormDraftCreated {
get { get {
@ -853,7 +853,7 @@ namespace ASC.Files.Core.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Create, edit, and share office documents. Collaborate on them in real-time. 100% compatibility with docx, xlsx, pptx guaranteed. . /// Looks up a localized string similar to Create, edit, and share office documents. Collaborate on them in real-time. Highest compatibility with docx, xlsx, pptx guaranteed. .
/// </summary> /// </summary>
public static string ProductDescription { public static string ProductDescription {
get { get {
@ -863,7 +863,7 @@ namespace ASC.Files.Core.Resources {
/// <summary> /// <summary>
/// Looks up a localized string similar to Edit, share and collaborate on office documents in real-time. Create and manage common docs for the whole team to access. /// Looks up a localized string similar to Edit, share and collaborate on office documents in real-time. Create and manage common docs for the whole team to access.
///100% compatibility with docx, xlsx, pptx. . ///Highest compatibility with docx, xlsx, pptx. .
/// </summary> /// </summary>
public static string ProductDescriptionEx { public static string ProductDescriptionEx {
get { get {
@ -872,7 +872,7 @@ namespace ASC.Files.Core.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to View and download shared documents. Upload files to shared folders. 100% compatibility with docx, xlsx, pptx guaranteed.. /// Looks up a localized string similar to View and download shared documents. Upload files to shared folders. Highest compatibility with docx, xlsx, pptx guaranteed..
/// </summary> /// </summary>
public static string ProductDescriptionShort { public static string ProductDescriptionShort {
get { get {

View File

@ -0,0 +1,367 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AceShareLink" xml:space="preserve">
<value>Xarici Portal</value>
</data>
<data name="AceStatusEnum_Comment" xml:space="preserve">
<value>Şərh</value>
</data>
<data name="AceStatusEnum_CustomFilter" xml:space="preserve">
<value>Fərdi Filter</value>
</data>
<data name="AceStatusEnum_FillForms" xml:space="preserve">
<value>Formanın Doldurulması</value>
</data>
<data name="AceStatusEnum_Read" xml:space="preserve">
<value>Yalnız oxumaq üçün</value>
</data>
<data name="AceStatusEnum_ReadWrite" xml:space="preserve">
<value>Tam giriş</value>
</data>
<data name="AceStatusEnum_Restrict" xml:space="preserve">
<value>Girişi Rədd Edin</value>
</data>
<data name="AceStatusEnum_Review" xml:space="preserve">
<value>Nəzərdən keçirmə</value>
</data>
<data name="Admin" xml:space="preserve">
<value>Admin</value>
</data>
<data name="AppAccessDenied" xml:space="preserve">
<value>Faylla işləmək üçün ona giriş icazəsi verməlisiniz</value>
</data>
<data name="Author_Me" xml:space="preserve">
<value>Mən</value>
</data>
<data name="CommentAutosave" xml:space="preserve">
<value>Avtomatik yadda saxlanıldı</value>
</data>
<data name="CommentChangeOwner" xml:space="preserve">
<value>Sahib dəyişdi</value>
</data>
<data name="CommentConvert" xml:space="preserve">
<value>Çevirmə: {0}</value>
</data>
<data name="CommentCopy" xml:space="preserve">
<value>Kopyalandı</value>
</data>
<data name="CommentCreate" xml:space="preserve">
<value>Yaradıldı</value>
</data>
<data name="CommentCreateByDocuSign" xml:space="preserve">
<value>DocuSign tərəfindən yaradıldı</value>
</data>
<data name="CommentCreateFillFormDraft" xml:space="preserve">
<value>Formanı doldurmaq üçün yaradıldı</value>
</data>
<data name="CommentEdit" xml:space="preserve">
<value>Redaktə edildi</value>
</data>
<data name="CommentEditEncrypt" xml:space="preserve">
<value>Şifrələnmə ilə redaktə edildi</value>
</data>
<data name="CommentEncrypted" xml:space="preserve">
<value>Şifrələnib</value>
</data>
<data name="CommentForcesave" xml:space="preserve">
<value>Yadda saxlanıldı</value>
</data>
<data name="CommentOverwrite" xml:space="preserve">
<value>Üstünə yazılıb</value>
</data>
<data name="CommentRevert" xml:space="preserve">
<value>{0} reviziyadan bərpa edildi</value>
</data>
<data name="CommentRevertChanges" xml:space="preserve">
<value>{0} sənəd dəyişikliyindən bərpa edildi</value>
</data>
<data name="CommentUpload" xml:space="preserve">
<value>Yükləndi</value>
</data>
<data name="DocuSignStatusDeclined" xml:space="preserve">
<value>Rədd edildi</value>
</data>
<data name="DocuSignStatusError" xml:space="preserve">
<value>Göndərmə zamanı xəta baş verdi</value>
</data>
<data name="DocuSignStatusNotSended" xml:space="preserve">
<value>Sənədlərin DocuSign vasitəsilə göndərilməsi ləğv edildi</value>
</data>
<data name="DocuSignStatusSended" xml:space="preserve">
<value>Sənəd DocuSign vasitəsilə imzalanmaq üçün göndərildi.</value>
</data>
<data name="DocuSignStatusVoided" xml:space="preserve">
<value>Ləğv edildi</value>
</data>
<data name="EditorMentions" xml:space="preserve">
<value>Sənəddə qeyd edildikdə bildir</value>
</data>
<data name="ErrorMassage_BadRequest" xml:space="preserve">
<value>Pis sorğu.</value>
</data>
<data name="ErrorMassage_ChangeOwner" xml:space="preserve">
<value>Bu istifadəçini seçə bilməzsiniz</value>
</data>
<data name="ErrorMassage_ConvertTimeout" xml:space="preserve">
<value>Çevirmə prosesi çox vaxt ala bilər.</value>
</data>
<data name="ErrorMassage_DocServiceException" xml:space="preserve">
<value>Sənədlər Xidmətində xəta baş verdi</value>
</data>
<data name="ErrorMassage_EditingCoauth" xml:space="preserve">
<value>Fayl {0} istifadəçisi tərəfindən redaktə üçün açıqdır. Birgə redaktə, hazırda bu format üçün dəstəklənmir.</value>
</data>
<data name="ErrorMassage_EditingMobile" xml:space="preserve">
<value>Fayl {0} tərəfindən mobil tətbiqdə redaktə etmək üçün açıqdır</value>
</data>
<data name="ErrorMassage_EmptyFile" xml:space="preserve">
<value>Boş qovluq</value>
</data>
<data name="ErrorMassage_FileNotFound" xml:space="preserve">
<value>Tələb olunan fayl tapılmadı</value>
</data>
<data name="ErrorMassage_FileSizeConvert" xml:space="preserve">
<value>{0} ölçüsündən böyük fayl çevrilməyəcək</value>
</data>
<data name="ErrorMassage_FileSizeCopy" xml:space="preserve">
<value>{0} ölçüsündən böyük fayl kopyalanmayacaq</value>
</data>
<data name="ErrorMassage_FileSizeEdit" xml:space="preserve">
<value>{0} ölçüsündən böyük fayl redaktə edilməyəcək</value>
</data>
<data name="ErrorMassage_FileSizeMove" xml:space="preserve">
<value>{0} ölçüsündən böyük fayl köçürülməyəcək</value>
</data>
<data name="ErrorMassage_FolderCopyError" xml:space="preserve">
<value>Qovluğu öz alt qovluğuna köçürə bilməzsiniz</value>
</data>
<data name="ErrorMassage_FolderNotFound" xml:space="preserve">
<value>Tələb olunan qovluq tapılmadı</value>
</data>
<data name="ErrorMassage_InvalidTitle" xml:space="preserve">
<value>Yanlış başlıq</value>
</data>
<data name="ErrorMassage_LockedFile" xml:space="preserve">
<value>Hazırda fayl başqa istifadəçi tərəfindən kilidlənib.</value>
</data>
<data name="ErrorMassage_MailAccountNotFound" xml:space="preserve">
<value>Mesajı göndərmək üçün heç bir hesab yoxdur. Mail-ə daxil olub poçt qutunuzu əlaqələndirin.</value>
</data>
<data name="ErrorMassage_MailMergeCount" xml:space="preserve">
<value>Ən azı {0} poçt mesajı göndərmək alınmadı. Bunun səbəbini öyrənmək üçün Poçt moduluna daxil olun.</value>
</data>
<data name="ErrorMassage_ManyDownloads" xml:space="preserve">
<value>Həddən çox endirmə var</value>
</data>
<data name="ErrorMassage_NotSupportedFormat" xml:space="preserve">
<value>Üzr istəyirik, amma bu format dəstəklənmir</value>
</data>
<data name="ErrorMassage_OperationCanceledException" xml:space="preserve">
<value>Əməliyyat ləğv edildi</value>
</data>
<data name="ErrorMassage_SaveAnonymous" xml:space="preserve">
<value>Yadda saxlamanı icra edən şəxs bilinmir</value>
</data>
<data name="ErrorMassage_SaveCorrupted" xml:space="preserve">
<value>Yadda saxlamağa çalışarkən fayl pozuldu</value>
</data>
<data name="ErrorMassage_SaveUrlLost" xml:space="preserve">
<value>Yadda saxlanılacaq faylı əldə etmək alınmadı</value>
</data>
<data name="ErrorMassage_SecurityException" xml:space="preserve">
<value>Əməliyyatı gerçəkləşdirməyə yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_Auth" xml:space="preserve">
<value>Verilən kredensiallar ilə {0} provayerinə qoşulmaq mümkün deyil.</value>
</data>
<data name="ErrorMassage_SecurityException_Create" xml:space="preserve">
<value>Yaratmağa yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_DeleteEditingFile" xml:space="preserve">
<value>Fayl silinə bilməz, çünki fayl redaktə olunmaq üçün açıqdır</value>
</data>
<data name="ErrorMassage_SecurityException_DeleteEditingFolder" xml:space="preserve">
<value>Qovluq silinə bilməz, çünki qovluqdakı fayllardan biri redaktə olunmaq üçün açıqdır</value>
</data>
<data name="ErrorMassage_SecurityException_DeleteFile" xml:space="preserve">
<value>Faylı silməyə yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_DeleteFolder" xml:space="preserve">
<value>Qovluğu silməyə yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_EditFile" xml:space="preserve">
<value>Faylı redaktə etməyə yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_EditFileTwice" xml:space="preserve">
<value>Bu sənəd Sizin tərəfinizdən başqa bir nişanda redaktə olunur</value>
</data>
<data name="ErrorMassage_SecurityException_MoveFile" xml:space="preserve">
<value>Bu faylı köçürmək üçün kifayət qədər icazəniz yoxdur.</value>
</data>
<data name="ErrorMassage_SecurityException_MoveFolder" xml:space="preserve">
<value>Bu qovluğu köçürmək üçün kifayət qədər icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_ReadFile" xml:space="preserve">
<value>Fayla baxmağa yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_ReadFolder" xml:space="preserve">
<value>Qovluğun içinə baxmağa yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_RenameFile" xml:space="preserve">
<value>Faylı yenidən adlandırmağa yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_RenameFolder" xml:space="preserve">
<value>Qovluğu yenidən adlandırmağa yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SecurityException_UpdateEditingFile" xml:space="preserve">
<value>Fayl yenilənə bilməz, çünki redaktə olunmaq üçün açıqdır</value>
</data>
<data name="ErrorMassage_SecurityException_ViewFolder" xml:space="preserve">
<value>Qovluğun içinə baxmağa yetərincə icazəniz yoxdur</value>
</data>
<data name="ErrorMassage_SharpBoxException" xml:space="preserve">
<value>Üçüncü tərəf resurs qovluğunun məzmunu mövcud deyil. Hesabınızı yenidən əlaqələndirməyə çalışın.</value>
</data>
<data name="ErrorMassage_StartEditing" xml:space="preserve">
<value>Faylın redaktəsinə başlarkən xəta baş verdi</value>
</data>
<data name="ErrorMassage_UpdateEditingFile" xml:space="preserve">
<value>Redaktə üçün açıq olan faylı güncəlləyə bilməzsiniz</value>
</data>
<data name="ErrorMassage_UserNotFound" xml:space="preserve">
<value>İStifadəçi tapılmadı</value>
</data>
<data name="ErrorMassage_ViewTrashItem" xml:space="preserve">
<value>Səbətdə elementlərə baxmağa icazəniz yoxdur</value>
</data>
<data name="Everyone" xml:space="preserve">
<value>Hər kəs</value>
</data>
<data name="Guest" xml:space="preserve">
<value>Qonaq</value>
</data>
<data name="IndexTitle" xml:space="preserve">
<value>Sənədlərin məzmununa görə axtarış</value>
</data>
<data name="MessageFileCreated" xml:space="preserve">
<value>"{0}" qovluğunda fayl yaradıldı</value>
</data>
<data name="MessageFileCreatedForm" xml:space="preserve">
<value>Doldurula bilən OFORM sənədi hazırdır. {0} qovluğunda yadda saxlanıldı </value>
</data>
<data name="MessageFillFormDraftCreated" xml:space="preserve">
<value>OFORM-un kopyası {0} qovluğunda yaradıldı. Formanı doldurun və nəticəni PDF və ya DOCX formatında yükləyin.</value>
</data>
<data name="MessageFillFormDraftDiscard" xml:space="preserve">
<value>Fayl artıq formanı doldurmaq üçün qaralama deyil.</value>
</data>
<data name="ProductAdminOpportunities" xml:space="preserve">
<value>İstifadəçinin etdiyini etmək|Hesabları Dropbox'a, Box'a və 'Ümumi sənədlər' bölməsində digər hesablara birləşdirmək|Sənədlərə və qovluqlara 'Ümumi sənədlər' bölməsində giriş hüquqları tənzimlə</value>
</data>
<data name="ProductDescription" xml:space="preserve">
<value>Portaldakı sənədlərinizi yaradın, redaktə edin, yaddaşda saxlayın və paylaşın. Google Drive, Zoho, Box'dən sənədlərinizi import edin.</value>
</data>
<data name="ProductDescriptionEx" xml:space="preserve">
<value>Portaldakı sənədlərinizi yaradın, redaktə edin, yaddaşda saxlayın və paylaşın. Google Drive, Zoho, Box'dən sənədlərinizi import edin.</value>
</data>
<data name="ProductDescriptionShort" xml:space="preserve">
<value>Paylaşılan sənədlərə baxıb endirin. Faylları paylaşılan qovluqlara yükləyin. docx, xlsx, pptx formatları ilə 100% uyğunluğa zəmanət verilir.</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>Sənədlər</value>
</data>
<data name="ProductUserOpportunities" xml:space="preserve">
<value>Öz sənədlərini və giriş icazəsi verilmiş sənədləri yaratmat və redaktə etmək|Sənədlərə digər istifadəçilərə oxumaq və redaktə etmək hüquqları vermək|Hesabları Dropbox'a, Box'a və 'Sənədlərim' bölməsində digər hesablara birləşdirmək</value>
</data>
<data name="ProfileRemoved" xml:space="preserve">
<value>{!User} silindi</value>
</data>
<data name="Search" xml:space="preserve">
<value>Axtarış</value>
</data>
<data name="ShareFolder" xml:space="preserve">
<value>Qovluq paylaşılan zaman bildir</value>
</data>
<data name="SubscriptDocuSignComplete" xml:space="preserve">
<value>Sənəd DocuSign ilə imzalandıqda bildir</value>
</data>
<data name="SubscriptDocuSignStatus" xml:space="preserve">
<value>DocuSign-dakı sənədin statusu dəyişdikdə bildir</value>
</data>
<data name="SubscriptForAccess" xml:space="preserve">
<value>Paylaşılan zaman bildir</value>
</data>
<data name="SubscriptForMailMerge" xml:space="preserve">
<value>Göndərmənin başa çatması barədə məlumat ver</value>
</data>
<data name="TitleDeletedUserFolder" xml:space="preserve">
<value>{!user} {0} adlı şəxsin sənədləri</value>
</data>
<data name="UnknownFirstName" xml:space="preserve">
<value>Ad</value>
</data>
<data name="UnknownLastName" xml:space="preserve">
<value>Soyad</value>
</data>
<data name="UnlockComment" xml:space="preserve">
<value>Fayl kiliddən çıxarılıb</value>
</data>
</root>

View File

@ -173,7 +173,7 @@
<value>Le fichier est ouvert pour l'édition par {0}. Actuellement, la coédition n'est pas prise en charge pour ce type de fichier.</value> <value>Le fichier est ouvert pour l'édition par {0}. Actuellement, la coédition n'est pas prise en charge pour ce type de fichier.</value>
</data> </data>
<data name="ErrorMassage_EditingMobile" xml:space="preserve"> <data name="ErrorMassage_EditingMobile" xml:space="preserve">
<value>Le fichier est verrouillé pour modification dans une application mobile par {0}</value> <value>Le fichier est ouvert pour modification dans une application mobile par {0}</value>
</data> </data>
<data name="ErrorMassage_EmptyFile" xml:space="preserve"> <data name="ErrorMassage_EmptyFile" xml:space="preserve">
<value>Fichier vide</value> <value>Fichier vide</value>

View File

@ -1,64 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<root> <root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true"> <xsd:element name="root" msdata:IsDataSet="true">
@ -112,10 +53,10 @@
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="AceShareLink" xml:space="preserve"> <data name="AceShareLink" xml:space="preserve">
<value>Outside portal</value> <value>Outside portal</value>
@ -373,7 +314,7 @@
<value>The fillable OFORM document is ready. It is saved in the {0}</value> <value>The fillable OFORM document is ready. It is saved in the {0}</value>
</data> </data>
<data name="MessageFillFormDraftCreated" xml:space="preserve"> <data name="MessageFillFormDraftCreated" xml:space="preserve">
<value>The oform copy is created in the {0} folder. Please fill out the form and download the result as a PDF or DOCX file.</value> <value>The OFORM copy is created in the {0} folder. Please fill out the form and download the result as a PDF or DOCX file.</value>
</data> </data>
<data name="MessageFillFormDraftDiscard" xml:space="preserve"> <data name="MessageFillFormDraftDiscard" xml:space="preserve">
<value>The file is no longer a draft to fill in the form.</value> <value>The file is no longer a draft to fill in the form.</value>
@ -382,14 +323,14 @@
<value>Do the same as a user|Link Dropbox, Box and other accounts in the 'Common' section|Set up access rights to the documents and folders in the 'Common' section</value> <value>Do the same as a user|Link Dropbox, Box and other accounts in the 'Common' section|Set up access rights to the documents and folders in the 'Common' section</value>
</data> </data>
<data name="ProductDescription" xml:space="preserve"> <data name="ProductDescription" xml:space="preserve">
<value>Create, edit, and share office documents. Collaborate on them in real-time. 100% compatibility with docx, xlsx, pptx guaranteed. </value> <value>Create, edit, and share office documents. Collaborate on them in real-time. Highest compatibility with docx, xlsx, pptx guaranteed. </value>
</data> </data>
<data name="ProductDescriptionEx" xml:space="preserve"> <data name="ProductDescriptionEx" xml:space="preserve">
<value>Edit, share and collaborate on office documents in real-time. Create and manage common docs for the whole team to access. <value>Edit, share and collaborate on office documents in real-time. Create and manage common docs for the whole team to access.
100% compatibility with docx, xlsx, pptx. </value> Highest compatibility with docx, xlsx, pptx. </value>
</data> </data>
<data name="ProductDescriptionShort" xml:space="preserve"> <data name="ProductDescriptionShort" xml:space="preserve">
<value>View and download shared documents. Upload files to shared folders. 100% compatibility with docx, xlsx, pptx guaranteed.</value> <value>View and download shared documents. Upload files to shared folders. Highest compatibility with docx, xlsx, pptx guaranteed.</value>
</data> </data>
<data name="ProductName" xml:space="preserve"> <data name="ProductName" xml:space="preserve">
<value>Documents</value> <value>Documents</value>

View File

@ -19,7 +19,7 @@ namespace ASC.Files.Core.Resources {
// class via a tool like ResGen or Visual Studio. // class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project. // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class FilesJSResource { public class FilesJSResource {

View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="TitleNewFilePresentation" xml:space="preserve">
<value>Yeni təqdimat</value>
</data>
<data name="TitleNewFileSpreadsheet" xml:space="preserve">
<value>Yeni cədvəl</value>
</data>
<data name="TitleNewFileText" xml:space="preserve">
<value>Yeni sənəd</value>
</data>
</root>

View File

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CorporateFiles" xml:space="preserve">
<value>Ortaq sənədlər</value>
</data>
<data name="Favorites" xml:space="preserve">
<value>Sevimlilər</value>
</data>
<data name="FilesWillBeCompressedTarGz" xml:space="preserve">
<value>Fayllar {0} .tar.gz faylına {1} sıxılacaq</value>
</data>
<data name="FilesWillBeCompressedZip" xml:space="preserve">
<value> Fayllar {0}.zip faylına{1} sıxılacaq</value>
</data>
<data name="MyFiles" xml:space="preserve">
<value>Sənədlərim</value>
</data>
<data name="PrivacyRoom" xml:space="preserve">
<value>Şəxsi Otaq</value>
</data>
<data name="ProjectFiles" xml:space="preserve">
<value>Layihə sənədləri</value>
</data>
<data name="Recent" xml:space="preserve">
<value>Son</value>
</data>
<data name="SharedForMe" xml:space="preserve">
<value>Mənimlə paylaşılmış</value>
</data>
<data name="Trash" xml:space="preserve">
<value>Səbət</value>
</data>
</root>

View File

@ -63,9 +63,7 @@ namespace ASC.Files.Core.Services.NotifyService {
/// <summary> /// <summary>
/// Looks up a localized string similar to h1. All signers completed $DocumentTitle /// Looks up a localized string similar to h1. All signers completed $DocumentTitle
/// ///
///This is an email notification to inform you that all signers completed &quot;$DocumentTitle&quot;:&quot;$DocumentURL&quot;. ///This is an email notification to inform you that all signers completed &quot;$DocumentTitle&quot;:&quot;$DocumentURL&quot;..
///
///^You receive this email because you are a registered user of the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.^.
/// </summary> /// </summary>
public static string pattern_DocuSignComplete { public static string pattern_DocuSignComplete {
get { get {
@ -76,9 +74,7 @@ namespace ASC.Files.Core.Services.NotifyService {
/// <summary> /// <summary>
/// Looks up a localized string similar to h1. $Message: $DocumentTitle /// Looks up a localized string similar to h1. $Message: $DocumentTitle
/// ///
///Sign in to your DocuSign account for more information. ///Sign in to your DocuSign account for more information..
///
///^You receive this email because you are a registered user of the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.^.
/// </summary> /// </summary>
public static string pattern_DocuSignStatus { public static string pattern_DocuSignStatus {
get { get {
@ -91,9 +87,7 @@ namespace ASC.Files.Core.Services.NotifyService {
/// ///
///This is a mail message to notify that you have been mentioned by &quot;$__AuthorName&quot;:&quot;$__AuthorUrl&quot; in the comment to the &quot;$DocumentTitle&quot;:&quot;$DocumentURL&quot; document: ///This is a mail message to notify that you have been mentioned by &quot;$__AuthorName&quot;:&quot;$__AuthorUrl&quot; in the comment to the &quot;$DocumentTitle&quot;:&quot;$DocumentURL&quot; document:
/// ///
///$Message ///$Message.
///
///^You receive this email because you are a registered user of the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.^.
/// </summary> /// </summary>
public static string pattern_EditorMentions { public static string pattern_EditorMentions {
get { get {
@ -106,9 +100,7 @@ namespace ASC.Files.Core.Services.NotifyService {
/// ///
///This is an email notification to inform you that you have requested the mailing of $MailsCount messages and the process is now complete. $Message ///This is an email notification to inform you that you have requested the mailing of $MailsCount messages and the process is now complete. $Message
/// ///
///The successfully sent mail messages can be found in your &quot;Sent&quot;:&quot;$__VirtualRootPath/addons/mail/#sent&quot; folder of the Mail module. ///The successfully sent mail messages can be found in your &quot;Sent&quot;:&quot;$__VirtualRootPath/addons/mail/#sent&quot; folder of the Mail module..
///
///^You receive this email because you are a registered user of the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.^.
/// </summary> /// </summary>
public static string pattern_MailMergeEnd { public static string pattern_MailMergeEnd {
get { get {

View File

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="pattern_DocuSignComplete" xml:space="preserve">
<value>h1. Bütün imzalayanlar tərəfindən $DocumentTitle tamamlandı
Bu e-poçt bildirişi bütün imzalayanların "$DocumentTitle":"$DocumentURL"sənədini tamamladığını bildirmək üçün göndərilib.</value>
</data>
<data name="pattern_DocuSignStatus" xml:space="preserve">
<value>h1. $Message: $DocumentTitle
DocuSign hesabınıza daxil olmaqla ətraflı məlumat əldə edə bilərsiniz.</value>
</data>
<data name="pattern_EditorMentions" xml:space="preserve">
<value>h1. "$__AuthorName":"$__AuthorUrl" sənəd şərhində sizi qeyd etdi
Bu, "$DocumentTitle":"$DocumentURL" sənədinin şərhində "$__AuthorName":"$__AuthorUrl" tərəfindən qeyd olunduğunuzu bildirən poçt mesajıdır:
$Message</value>
</data>
<data name="pattern_MailMergeEnd" xml:space="preserve">
<value>h1. E-poçt göndərişi tamamlandı
Bu e-poçt bildirişi $MailsCount mesajlarını poçtla göndərmək istəyiniz barədə sizə məlumat vermək üçün göndərilib və proses başa çatıb. $Message
Uğurla göndərilmiş e-poçt mesajlarına E-poçt modulunda "Göndərilmiş":"$__VirtualRootPath/addons/mail/#sent" qovluğundan daxil ola bilərsiniz.</value>
</data>
<data name="pattern_ShareDocument" xml:space="preserve">
<value>h1.$__DateTime, "$__AuthorName":"$__AuthorUrl" istifadəçisi "$DocumentTitle":"$DocumentURL" sənədinə girişinizə bu giriş hüquqları ilə: "$AccessRights" icazə verdi.
$Message</value>
</data>
<data name="pattern_ShareFolder" xml:space="preserve">
<value>h1.$__DateTime, "$__AuthorName":"$__AuthorUrl" istifadəçisi
"$DocumentTitle":"$DocumentURL" qovluğuna girişinizə bu giriş hüququları ilə icazə verdi: "$AccessRights".
$Message</value>
</data>
<data name="subject_DocuSignComplete" xml:space="preserve">
<value>Sənədlər. Bütün imzalayanlar tərəfindən $DocumentTitle tamamlandı</value>
</data>
<data name="subject_DocuSignComplete_tg" xml:space="preserve">
<value>Sənədlər. Bütün imzalayanlar tərəfindən [$DocumentTitle]($DocumentURL) tamamlandı</value>
</data>
<data name="subject_DocuSignStatus" xml:space="preserve">
<value>Sənədlər. İmza statusu dəyişdi</value>
</data>
<data name="subject_EditorMentions" xml:space="preserve">
<value>Sənədlər. Sənəddə qeyd edildi</value>
</data>
<data name="subject_MailMergeEnd" xml:space="preserve">
<value>Sənədlər. E-poçt göndərilməsi tamamlandı.</value>
</data>
<data name="subject_ShareDocument" xml:space="preserve">
<value>Sənədlər. $DocumentTitle 'a Giriş Verildi</value>
</data>
<data name="subject_ShareDocument_tg" xml:space="preserve">
<value>Sənədlər. Sənədə giriş icazəsi verildi: [$DocumentTitle]($DocumentURL)</value>
</data>
<data name="subject_ShareFolder" xml:space="preserve">
<value>Sənədlər. $DocumentTitle 'a Giriş Verildi</value>
</data>
<data name="subject_ShareFolder_tg" xml:space="preserve">
<value>Sənədlər. Qovluğa girişicazəsi verildi:[$DocumentTitle]($DocumentURL)</value>
</data>
</root>

View File

@ -311,7 +311,7 @@ class ProfileInfo extends React.PureComponent {
</IconButtonWrapper> </IconButtonWrapper>
)} )}
{isSelf ? ( {isSelf ? (
<InfoItemValue>{email}</InfoItemValue> <Text>{email}</Text>
) : ( ) : (
<Link <Link
className="email-link" className="email-link"

View File

@ -99,5 +99,8 @@
<EmbeddedResource Update="Core\AuditResource.zh-CN.resx"> <EmbeddedResource Update="Core\AuditResource.zh-CN.resx">
<DependentUpon>AuditResource.resx</DependentUpon> <DependentUpon>AuditResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="Core\AuditResource.az.resx">
<DependentUpon>AuditResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
</Project> </Project>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="EmailNotSpecified" xml:space="preserve">
<value>E-poçt göstərilməyib</value>
</data>
</root>

View File

@ -53,10 +53,10 @@
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=5.0.6.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=5.0.6.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<data name="EmailNotSpecified" xml:space="preserve"> <data name="EmailNotSpecified" xml:space="preserve">
<value>Email is not specified</value> <value>Email is not specified</value>

View File

@ -122,6 +122,9 @@
<EmbeddedResource Update="PublicResources\NamingPeopleResource.zh-CN.resx"> <EmbeddedResource Update="PublicResources\NamingPeopleResource.zh-CN.resx">
<DependentUpon>NamingPeopleResource.resx</DependentUpon> <DependentUpon>NamingPeopleResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="PublicResources\NamingPeopleResource.az.resx">
<DependentUpon>NamingPeopleResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Update="PublicResources\Resource.Designer.cs"> <Compile Update="PublicResources\Resource.Designer.cs">
@ -201,6 +204,9 @@
<EmbeddedResource Update="PublicResources\Resource.zh-CN.resx"> <EmbeddedResource Update="PublicResources\Resource.zh-CN.resx">
<DependentUpon>Resource.resx</DependentUpon> <DependentUpon>Resource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="PublicResources\Resource.az.resx">
<DependentUpon>Resource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Update="PublicResources\UserControlsCommonResource.Designer.cs"> <Compile Update="PublicResources\UserControlsCommonResource.Designer.cs">
@ -280,6 +286,9 @@
<EmbeddedResource Update="PublicResources\UserControlsCommonResource.zh-CN.resx"> <EmbeddedResource Update="PublicResources\UserControlsCommonResource.zh-CN.resx">
<DependentUpon>UserControlsCommonResource.resx</DependentUpon> <DependentUpon>UserControlsCommonResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="PublicResources\UserControlsCommonResource.az.resx">
<DependentUpon>UserControlsCommonResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Update="PublicResources\WebstudioNotifyPatternResource.Designer.cs"> <Compile Update="PublicResources\WebstudioNotifyPatternResource.Designer.cs">
@ -350,6 +359,9 @@
<EmbeddedResource Update="PublicResources\WebstudioNotifyPatternResource.zh-CN.resx"> <EmbeddedResource Update="PublicResources\WebstudioNotifyPatternResource.zh-CN.resx">
<DependentUpon>WebstudioNotifyPatternResource.resx</DependentUpon> <DependentUpon>WebstudioNotifyPatternResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="PublicResources\WebstudioNotifyPatternResource.az.resx">
<DependentUpon>WebstudioNotifyPatternResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Update="PublicResources\CustomModeResource.Designer.cs"> <Compile Update="PublicResources\CustomModeResource.Designer.cs">
@ -396,6 +408,9 @@
<EmbeddedResource Update="PublicResources\CustomModeResource.zh-CN.resx"> <EmbeddedResource Update="PublicResources\CustomModeResource.zh-CN.resx">
<DependentUpon>CustomModeResource.resx</DependentUpon> <DependentUpon>CustomModeResource.resx</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Update="PublicResources\CustomModeResource.az.resx">
<DependentUpon>CustomModeResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Protobuf Include="protos\sms_key_cache_key.proto" /> <Protobuf Include="protos\sms_key_cache_key.proto" />

View File

@ -19,7 +19,7 @@ namespace ASC.Web.Core.PublicResources {
// class via a tool like ResGen or Visual Studio. // class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project. // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class CustomModeResource { public class CustomModeResource {
@ -175,11 +175,11 @@ namespace ASC.Web.Core.PublicResources {
/// <summary> /// <summary>
/// Looks up a localized string similar to You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period): /// Looks up a localized string similar to You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period):
/// ///
///$GreenButton ///Confirm account termination
/// ///
///*Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our &quot;Privacy statement&quot;:&quot;https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;. ///*Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our &quot;Privacy statement&quot;:&quot;https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;.
/// ///
///&quot;Read more about account termination&quot;:&quot;h [rest of string was truncated]&quot;;. ///&quot;Read more about account [rest of string was truncated]&quot;;.
/// </summary> /// </summary>
public static string pattern_personal_custom_mode_profile_delete { public static string pattern_personal_custom_mode_profile_delete {
get { get {

View File

@ -0,0 +1,234 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="pattern_enterprise_whitelabel_user_welcome_custom_mode" xml:space="preserve">
<value>Hörmətli $UserName,
İstifadəçi profiliniz "${__VirtualRootPath}":"${__VirtualRootPath}" ünvanında uğurla portala əlavə edildi. Bu gün onunla başlayın!
h3.Sənədlərlə işləməyə başlayın:
# Mətn sənədləri, cədvəl və təqdimatlar yaradın və redaktə edin.
# Bütün sənədləriniz üçün vahid iş sahəsi yaratmaq üçün istifadə etdiyiniz bulud yaddaşlarını birləşdirin.
# Sənədləri komanda üzvlərinizlə paylaşın.
# Sənədlər üzərində birlikdə işləməyin müxtəlif yollarını araşdırın: iki real vaxtda birgə redaktə rejimi, nəzərdən keçirmə, şərhlər, söhbət.
h3.Əlavə ${LetterLogoText} alətlərini sınayın:
# E-poçt hesabınızı "${LetterLogoText} Mail":"${__VirtualRootPath}/addons/mail/" -ə əlavə edin.
# "Layihələr":"${__VirtualRootPath}/products/projects/" yaradın və mərhələlər və tapşırıqlar əlavə etməklə iş axınınızı idarə edin.
# "CRM":"${__VirtualRootPath}/products/crm/" -dan istifadə edərək müştəri münasibətlərinizi idarə edin.
# Bloqlarınızı, forumlarınızı başlatmaq, tədbirlər əlavə etmək, əlfəcinləri paylaşmaq üçün "Community":"${__VirtualRootPath}/products/community/" -dən istifadə edin.
# Daxili "Təqvim":"${__VirtualRootPath}/addons/calendar/" ilə iş qrafikinizi təşkil edin.
# Komanda yoldaşlarınızla onlayn söhbət etmək üçün "Danışıq":"${__VirtualRootPath}/addons/talk/" -a başlayın.
$GreenButton
Hörmətlə,
${LetterLogoText} Team</value>
</data>
<data name="pattern_personal_custom_mode_after_registration1" xml:space="preserve">
<value>h1.ONLYOFFICE Personal-a xoş gəlmisiniz
Siz indicə buludda şəxsi ofisinizi yaratdınız.
h3.Bu, dostlarınız və ya həmkarlarınıza girişi təmin etməklə istənilən yerdən sənədləri redaktə edə və saxlaya, onlarla işləyə biləcəyiniz virtual iş sahəsidir.
ONLYOFFICE Microsoft Office™ sənəd formatları ilə uyğun gəlir və yaradılmış obyektlərin format və keyfiyyətində heç bir itkinin olmayacağına zəmanət verir. Sizi uyğunluqla bağlı problemlərdən xilas etməyi və tam peşəkar redaktə alətləri dəsti ilə təmin etməyi vəd edirik.
h3. Sürətli başlanğıc üçün ONLYOFFICE-də edə biləcəkləriniz bunlardır:
- Kompüterinizdən faylları endirmək və ya yenisini yaratmaq;
- Bütün məşhur fayl formatları ilə işləmək;
- Avtoşəkilləri, diaqramları, cədvəlləri, tənlikləri və digər obyektləri redaktə etmək;
- Genişləndirilmiş redaktə xüsusiyyətləri üçün müxtəlif əlavələrdən istifadə etmək;
- "Chrome genişləndirilməsi" vasitəsilə şəxsi buludunuza asanlıqla daxil olmaq:"https://chrome.google.com/webstore/detail/onlyoffice-personal/ohdlcmpahmacjddiaokoogleflddlahc?hl=en-US".
Siz həmçinin ödənişsiz "masa üstü redaktorlarımız" vasitəsilə sənədləri oflayn rejimdə redaktə edə bilərsiniz:"https://www.onlyoffice.com/download-desktop.aspx" və ya "mobil redaktə dəsti" əldə edə bilərsiniz:"https://www.onlyoffice.com iOS və ya Android cihazınız üçün /mobile.aspx".
Hörmətlə,
ONLYOFFICE komandası</value>
</data>
<data name="pattern_personal_custom_mode_after_registration8" xml:space="preserve">
<value>$PersonalHeaderStart Sevimli bulud yaddaşınızı ONLYOFFICE-ə qoşun $PersonalHeaderEnd
Bulud ofisi yaratmağınızdan bir həftə keçib, ona görə də qaçırdığınız bəzi faydalı funksiyalarııqlamağın vaxtıdır.
*Dropbox*, *Google Drive*, *Box*, *OneDrive*, *Nextcloud*, *ownCloud*, *kDrive* və ya *Yandex.Disk*-i ONLYOFFICE ilə əlaqələndirib bütün sənədləriniz üçün vahid idarəetməsahəsi yaradın. Xarici faylları da ONLYOFFICE daxilində redaktə edə və onları faylları saxladığınız yaddaşa əlavə edə biləcəksiniz. Fayl yaddaşlarını ONLYOFFICE ilə əlaqələndirməklə bağlı ətraflı məlumatı "buradan":"${__HelpLink}/tipstricks/add-resource.aspx" əldə edə bilərsiniz.
Siz, həmçinin, "əlaqələndirici tətbiqimizdən":"https://chrome.google.com/webstore/detail/onlyoffice-personal/iohfebkcjhlelaoibebeohcgkohkcgpn" istifadə edərək ONLYOFFICE redaktorlarını Google Diskə inteqrasiya edə bilərsiniz.
Sənəd İdarəetməsi haqqında daha çox bilmək istəyirsiniz?
h3."Buludda":"https://www.onlyoffice.com/cloud-office.aspx" və ya "serverinizdə":"https://www.onlyoffice.com/server-solutions.aspx" Biznes üçün ONLYOFFICE-i 30 gün ərzində pulsuz sınayın və biznes alət dəsti ilə genişləndirilmiş sənəd idarəetmə imkanlarını yoxlayın:
- Layihələr üzrə komanda sənədlərini idarə etmək;
- Sənədləri CRM və Email ilə inteqrasiya etmək;
- Faylları istifadəçi qrupları ilə paylaşmaq;
- Komandanın ünsiyyət vasitələri ilə iş prosesinizi optimallaşdırmaq.
Maraqlıdır? "Biznes üçün ONLYOFFICE":"http://www.onlyoffice.com/document-management.aspx" haqqında ətraflı məlumat əldə edin.
Hörmətlə,
ONLYOFFICE komandası</value>
</data>
<data name="pattern_personal_custom_mode_change_email_v115" xml:space="preserve">
<value>Bulud ofis hesabınızdakı e-poçtu dəyişmək istəyirsiniz?
Aşağıdakı düyməni basın və buludunuza daxil olun*.
$GreenButton
Link 7 gün ərzində etibarlıdır.
*Bu brauzerdə bulud ofisinizə daxil olmamısınızsa, təsdiq üçün köhnə e-poçtunuzdan istifadə etməlisiniz.
E-poçtunuzu dəyişmək istəmirsiniz? Sadəcə bu mesaja əhəmiyyət verməyin.</value>
</data>
<data name="pattern_personal_custom_mode_change_password" xml:space="preserve">
<value>"${__VirtualRootPath}":"${__VirtualRootPath}" portalına daxil olmaq üçün istifadə edilən parolunuzu dəyişdirmək tələbi gəlib.
Şifrənizi dəyişmək üçün aşağıdakı linkə daxil olun:
$GreenButton
*Qeyd*: bu link yalnız 7 gün ərzində etibarlıdır. Qeyd olunan müddət ərzində parol dəyişdirmə prosesini tamamlayın.
Əgər parolunuzu dəyişmək istəmirsinizsə və ya bu e-məktubu səhvən almışsınızsa, onu nəzərə almayın.
Hörmətlə,
ONLYOFFICE komandası</value>
</data>
<data name="pattern_personal_custom_mode_confirmation" xml:space="preserve">
<value>Salam,
Siz indicə şəxsi istifadə üçün ONLYOFFICE həllində hesabı qeydiyyatdan keçirdiniz. Qeydiyyatı təsdiqləmək və parol yaratmaq üçün "bura":"$InviteLink" üzərinə klikləyin.
Əgər linki aça bilmirsinizsə, lütfən, aşağıdakı "$InviteLink":"$InviteLink" i kopyalayın və onu brauzerinizin ünvan çubuğuna yapışdırın.
Hörmətlə,
ONLYOFFICE komandası</value>
</data>
<data name="pattern_personal_custom_mode_profile_delete" xml:space="preserve">
<value>Personal.onlyoffice.com saytında hesabınıza xitam verilməsini xahiş etmisiniz. Sorğunu tamamlamaq üçün linkə daxil olun (link 7 gün ərzində aktivdir):
$GreenButton
*Qeyd*: Silindikdən sonra hesabınız və onunla əlaqəli bütün məlumatlar "Məxfilik bəyanatımız":"https://help.onlyoffice.com/products/files/doceditor.aspx?fileid= 5048502&amp;amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0" a uyğun olaraq həmişəlik silinəcək.
Davam etmək istəmirsinizsə, bu e-poçtu nəzərə almayın.
Hər hansı sualınız varsa, "support@onlyoffice.com":"mailto:support@onlyoffice.com" ünvanında bizimlə əlaqə saxlayın
Hörmətlə,
ONLYOFFICE komandası</value>
</data>
<data name="pattern_remove_user_data_completed_custom_mode" xml:space="preserve">
<value>Hörmətli $UserName,
"$FromUserName":"$FromUserLink" istifadəçisindən məlumatın silinməsi prosesi uğurla tamamlandı.
Şəxsi məlumatların ödənişsiz silinməsinə icazə verilir:
# Sənədlər - $DocsSpace
# Poçt - $MailSpace
# Danışıq - $TalkSpace</value>
</data>
<data name="pattern_saas_custom_mode_reg_data" xml:space="preserve">
<value>h3.Yeni portal qeydiyyatdan keçdi
# Portal url: "${__VirtualRootPath}":"${__VirtualRootPath}"
# First name: $UserName
# Last name: $UserLastName
# Email: $UserEmail
# Phone: $Phone
# Creation date: $Date</value>
</data>
<data name="ProductAdminOpportunitiesCustomMode" xml:space="preserve">
<value>İstifadəçi ilə eyni şeyi edin|"Ümumi" bölməsində Dropbox, Box və digər hesabları birləşdirin|"Ümumi" bölməsində sənədlər və qovluqlara giriş hüquqlarını tənzimləyin</value>
</data>
<data name="ProductUserOpportunitiesCustomMode" xml:space="preserve">
<value>Öz sənədlərini, eləcə də müvafiq giriş hüquqları ilə paylaşılan sənədləri yaradın və redaktə edin|Digər istifadəçilərə sənədləri və qovluqları oxumaq/redaktə etmək imkanı verin|"Sənədlərim" bölməsində Dropbox, Box və digər hesabları birləşdirin</value>
</data>
<data name="subject_personal_custom_mode_after_registration1" xml:space="preserve">
<value>ONLYOFFICE Personala xoş gəlmisiniz</value>
</data>
<data name="subject_personal_custom_mode_after_registration7" xml:space="preserve">
<value>Sevimli bulud yaddaşınızı ONLYOFFICE ilə birləşdirin</value>
</data>
<data name="subject_personal_custom_mode_change_password" xml:space="preserve">
<value>ONLYOFFICE Şəxsi parol yardımı</value>
</data>
<data name="subject_personal_custom_mode_confirmation" xml:space="preserve">
<value>ONLYOFFICE Personal. Zəhmət olmasa e-poçt ünvanınızı aktivləşdirin</value>
</data>
<data name="subject_personal_custom_mode_profile_delete" xml:space="preserve">
<value>ONLYOFFICE Şəxsi hesabın ləğvi</value>
</data>
<data name="subject_remove_user_data_completed_custom_mode" xml:space="preserve">
<value>${LetterLogoText}. İstifadəçi məlumatlarının silinməsi tamamlandı</value>
</data>
<data name="subject_saas_custom_mode_reg_data" xml:space="preserve">
<value>Yeni portal qeydiyyatdan keçib</value>
</data>
</root>

View File

@ -181,7 +181,7 @@ ONLYOFFICE team</value>
<data name="pattern_personal_custom_mode_profile_delete" xml:space="preserve"> <data name="pattern_personal_custom_mode_profile_delete" xml:space="preserve">
<value>You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period): <value>You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period):
$GreenButton Confirm account termination
*Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our "Privacy statement":"https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0". *Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our "Privacy statement":"https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0".

View File

@ -0,0 +1,160 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CommonAddUsers" xml:space="preserve">
<value>İstifadəçi əlavə et</value>
</data>
<data name="CommonGroup" xml:space="preserve">
<value>Qrup</value>
</data>
<data name="CommonGroupHead" xml:space="preserve">
<value>Başçı</value>
</data>
<data name="CommonGroups" xml:space="preserve">
<value>Qruplar</value>
</data>
<data name="CommonGuest" xml:space="preserve">
<value>Qonaq</value>
</data>
<data name="CommonGuests" xml:space="preserve">
<value>Başlıq</value>
</data>
<data name="CommonRegDate" xml:space="preserve">
<value>Qeydiyyat tarixi</value>
</data>
<data name="CommonSchemaName" xml:space="preserve">
<value>Ümumi</value>
</data>
<data name="CommonUser" xml:space="preserve">
<value>İstifadəçi</value>
</data>
<data name="CommonUsers" xml:space="preserve">
<value>İstifadəçilər</value>
</data>
<data name="CommonUserTitle" xml:space="preserve">
<value>Başlıq</value>
</data>
<data name="DefaultAddUsers" xml:space="preserve">
<value>Həmkar əlavə et</value>
</data>
<data name="DefaultGroup" xml:space="preserve">
<value>Bölmə</value>
</data>
<data name="DefaultGroupHead" xml:space="preserve">
<value>Başçı</value>
</data>
<data name="DefaultGroups" xml:space="preserve">
<value>Bölmələr</value>
</data>
<data name="DefaultGuest" xml:space="preserve">
<value>Qonaq</value>
</data>
<data name="DefaultGuests" xml:space="preserve">
<value>Qonaqlar</value>
</data>
<data name="DefaultRegDate" xml:space="preserve">
<value>İşə qəbul tarixi</value>
</data>
<data name="DefaultSchemaName" xml:space="preserve">
<value>Korporativ</value>
</data>
<data name="DefaultUser" xml:space="preserve">
<value>Əməkdaş</value>
</data>
<data name="DefaultUsers" xml:space="preserve">
<value>Əməkdaşlər</value>
</data>
<data name="DefaultUserTitle" xml:space="preserve">
<value>Vəzifə</value>
</data>
<data name="EducationAddUsers" xml:space="preserve">
<value>Müəllim/Tələbə əlavə edin</value>
</data>
<data name="EducationGroup" xml:space="preserve">
<value>Qrup</value>
</data>
<data name="EducationGroupHead" xml:space="preserve">
<value>Qrup Rəhbəri</value>
</data>
<data name="EducationGroups" xml:space="preserve">
<value>Qruplar</value>
</data>
<data name="EducationGuest" xml:space="preserve">
<value>Qonaq</value>
</data>
<data name="EducationGuests" xml:space="preserve">
<value>Qonaqlar</value>
</data>
<data name="EducationRegDate" xml:space="preserve">
<value>Qeydiyyat Tarixi</value>
</data>
<data name="EducationSchemaName" xml:space="preserve">
<value>Təhsil Müəssisəsi</value>
</data>
<data name="EducationUser" xml:space="preserve">
<value>Müəllim/Tələbə</value>
</data>
<data name="EducationUsers" xml:space="preserve">
<value>Müəllimlər/Tələbələr</value>
</data>
<data name="EducationUserTitle" xml:space="preserve">
<value>Başlıq</value>
</data>
</root>

View File

@ -0,0 +1,316 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ActivateMobilePhoneEmptyCode" xml:space="preserve">
<value>Təsdiq kodu sahəsi boş ola bilməz</value>
</data>
<data name="ActivateMobilePhoneEmptyPhoneNumber" xml:space="preserve">
<value>Mobil telefon nömrəsi daxil edin</value>
</data>
<data name="ActivateTfaAppEmptyCode" xml:space="preserve">
<value>Təsdiq kodu sahəsi boş ola bilməz</value>
</data>
<data name="AdministratorNotifySenderTypeName" xml:space="preserve">
<value>Administrator bildirişləri</value>
</data>
<data name="AdminMessageSent" xml:space="preserve">
<value>Sizin mesajınız uğurla göndərilmişdi. Portalın administratoru Sizinlə əlaqə saxlayacaq.</value>
</data>
<data name="ButtonSmsEnable" xml:space="preserve">
<value>SMS vasitəsi ilə</value>
</data>
<data name="ButtonTfaAppEnable" xml:space="preserve">
<value> Audentifikasiya tətbiqi ilə</value>
</data>
<data name="ChangePortalOwnerMsg" xml:space="preserve">
<value>Əməliyyatı təsdiq etmək üçün keçid: e-poçt ünvanına göndərildi. (portal sahibinin e-poçt ünvanı)</value>
</data>
<data name="CouldNotRecoverPasswordForLdapUser" xml:space="preserve">
<value>LDAP istifadəçisi üçün parol bərpa əməliyyatı qadağandır</value>
</data>
<data name="CouldNotRecoverPasswordForSsoUser" xml:space="preserve">
<value>SSO istifadəçisi üçün parol bərpa əməliyyatı qadağandır</value>
</data>
<data name="CustomNamingPeopleSchema" xml:space="preserve">
<value>İstifadəçi seçimləri</value>
</data>
<data name="DnsChangeMsg" xml:space="preserve">
<value>Əməliyyatı təsdiq etmək üçün keçid {0} ünvanına göndərildi. (portal sahibinin e-poçt ünvanı)</value>
</data>
<data name="EmailAndPasswordIncorrectAmiId" xml:space="preserve">
<value>Yanlış Nümunə id.</value>
</data>
<data name="EmailAndPasswordIncorrectEmail" xml:space="preserve">
<value>Səhv elektron poçt ünvanı</value>
</data>
<data name="EmailAndPasswordIncorrectPromocode" xml:space="preserve">
<value>Yanlış promo kodu</value>
</data>
<data name="ErrorAccessDenied" xml:space="preserve">
<value>Bu əyləmi gerçəkləşdirməyə icazə yoxdur</value>
</data>
<data name="ErrorAccessRestricted" xml:space="preserve">
<value>Portala giriş məhdudlaşdırılıb.</value>
</data>
<data name="ErrorBadKeys" xml:space="preserve">
<value>Səhv açarlar</value>
</data>
<data name="ErrorDisabledProfile" xml:space="preserve">
<value>Profiliniz dayandırılıb</value>
</data>
<data name="ErrorEmailAlreadyExists" xml:space="preserve">
<value>bu e-poçt ünvanı ilə {!User} artıq qeydiyyata alınıb</value>
</data>
<data name="ErrorEmailDomainNotAllowed" xml:space="preserve">
<value>Bu domendən olan e-poçtların qeydiyyata alınmasına icazə verilmir</value>
</data>
<data name="ErrorEmailEmpty" xml:space="preserve">
<value>Elektron poçt sahəsi boşdur</value>
</data>
<data name="ErrorEmailsAreTheSame" xml:space="preserve">
<value>İndiki elektron poçt və yeni elektron poçt eynidirlər</value>
</data>
<data name="ErrorEmptyFields" xml:space="preserve">
<value>Lütfən, bütün sahələri doldurun</value>
</data>
<data name="ErrorEmptyMessage" xml:space="preserve">
<value>Mesaj mətni boşdur</value>
</data>
<data name="ErrorEmptyUploadFileSelected" xml:space="preserve">
<value>Yüklənən fayl tapılmadı</value>
</data>
<data name="ErrorImageWeightLimit" xml:space="preserve">
<value>Təsvir faylının ölçüsü çox böyükdür</value>
</data>
<data name="ErrorIncorrectUserName" xml:space="preserve">
<value>Yanlış ad və ya soyad</value>
</data>
<data name="ErrorNotAllowedOption" xml:space="preserve">
<value>Sizin qiymət planınız bu imkanı dəstəkləmir</value>
</data>
<data name="ErrorNotCorrectEmail" xml:space="preserve">
<value>Etibarsız elektron poçt</value>
</data>
<data name="ErrorNotCorrectTrustedDomain" xml:space="preserve">
<value>Etibarsız domen adı</value>
</data>
<data name="ErrorPasswordEmpty" xml:space="preserve">
<value>Parol boşdur.</value>
</data>
<data name="ErrorPasswordLength" xml:space="preserve">
<value>{0} - {1} simvolları</value>
</data>
<data name="ErrorPasswordMessage" xml:space="preserve">
<value>Yalnış yeni parol. O, bunları içərməlidir</value>
</data>
<data name="ErrorPasswordMessageStart" xml:space="preserve">
<value>Bunda olmalıdır</value>
</data>
<data name="ErrorPasswordNoDigits" xml:space="preserve">
<value>rəqəmlər</value>
</data>
<data name="ErrorPasswordNoSpecialSymbols" xml:space="preserve">
<value>Xüsusi simvollar</value>
</data>
<data name="ErrorPasswordNoUpperCase" xml:space="preserve">
<value>böyük hərflər</value>
</data>
<data name="ErrorRequestLimitExceeded" xml:space="preserve">
<value>Sorğu limiti keçib</value>
</data>
<data name="ErrorTenantTooShort" xml:space="preserve">
<value>İcarəçi domeni boş ola bilməz.</value>
</data>
<data name="ErrorTenantTooShortFormat" xml:space="preserve">
<value>Domen adı {0} və {1} simvol uzunluğunda olmalıdır.</value>
</data>
<data name="ErrorUserNotFound" xml:space="preserve">
<value>İstifadəçi tapılmadı</value>
</data>
<data name="ErrorUserNotFoundByEmail" xml:space="preserve">
<value>"{0}" elektron poçtlu istifadəçi tapılmadı</value>
</data>
<data name="EuServerRegion" xml:space="preserve">
<value>Aİ (Frankfurt) Regionu</value>
</data>
<data name="FileSizeMaxExceed" xml:space="preserve">
<value>Faylın maksimal ölçüsü aşıldı</value>
</data>
<data name="FileSizeNote" xml:space="preserve">
<value>Qeyd: faylın ölçüsü {1}{0}{2}-dən çox ola bilməz</value>
</data>
<data name="FileSizePostfix" xml:space="preserve">
<value>bayt, kilobayt, meqabayt, giqabayt</value>
</data>
<data name="FinishInviteJoinEmailMessage" xml:space="preserve">
<value>Hesabınızı təsdiqləmək üçün keçid göstərilmiş elektron poçt ünvanına göndərildi</value>
</data>
<data name="LdapSettingsErrorCantSaveLdapSettings" xml:space="preserve">
<value>Server parametrləri saxlaya bilmədi.</value>
</data>
<data name="LdapSettingsTooManyOperations" xml:space="preserve">
<value>Həddindən artıq LDAP əməliyyatları.</value>
</data>
<data name="LicenseError" xml:space="preserve">
<value>Lisenziya düzgün deyil</value>
</data>
<data name="LicenseErrorExpired" xml:space="preserve">
<value>Lisenziya bu portal versiyası üçün etibarlı deyil.</value>
</data>
<data name="LicenseErrorPortal" xml:space="preserve">
<value>Portalların sayı lisenziya ilə icazə veriləndən çoxdur</value>
</data>
<data name="LicenseErrorQuota" xml:space="preserve">
<value>İstifadəçilərin sayı lisenziya ilə icazə veriləndən artıqdır</value>
</data>
<data name="LicenseUploaded" xml:space="preserve">
<value>Uğurla yükləndi</value>
</data>
<data name="LicenseUploadedOverdue" xml:space="preserve">
<value>Uğurla yükləndi. {0}Bu lisenziya üçün dəstək və yeniləmələr {2} tarixindən etibarən mövcud deyil.{1}</value>
</data>
<data name="LicenseUploadedOverdueSupport" xml:space="preserve">
<value>Uğurla yükləndi. {0}Bu lisenziya üçün dəstək {2} tarixindən etibarən mövcud deyil.{1}</value>
</data>
<data name="MessageEmailChangeInstuctionsSentOnEmail" xml:space="preserve">
<value>Elektron poçt dəyişdirilmə instruksiyaları {0} elektron poçt ünvanına göndərildi.</value>
</data>
<data name="MessageYourPasswordSendedToEmail" xml:space="preserve">
<value>{0} e-poçtu olan istifadəçi varsa, parol dəyişdirmə təlimatı bu e-poçt ünvanına göndərilib.</value>
</data>
<data name="MobilePhoneMustErase" xml:space="preserve">
<value>Nömrəni dəyişmək üçün cari telefon nömrənizi silməlisiniz</value>
</data>
<data name="OrgServerRegion" xml:space="preserve">
<value>ORG Regionu</value>
</data>
<data name="Owner" xml:space="preserve">
<value>Sahib</value>
</data>
<data name="PersonalFreeSpaceException" xml:space="preserve">
<value>Disk sahəsi kvotası keçildi</value>
</data>
<data name="PortalSecurity" xml:space="preserve">
<value>Portala Giriş</value>
</data>
<data name="ReassignDataRemoveUserError" xml:space="preserve">
<value>{0} üçün datanın yenidən təyin edilməsi prosesi tamamlanmayıb.</value>
</data>
<data name="RecaptchaInvalid" xml:space="preserve">
<value>Yanlış Recaptcha</value>
</data>
<data name="SgServerRegion" xml:space="preserve">
<value>Asiya Sakit Okean (Sinqapur)</value>
</data>
<data name="SmsAuthenticationMessageError" xml:space="preserve">
<value>Səhv kod</value>
</data>
<data name="SmsAuthenticationMessageToUser" xml:space="preserve">
<value>Portala daxil olmaq üçün kodunuz: {0}</value>
</data>
<data name="SmsAuthenticationTimeout" xml:space="preserve">
<value>Kodun istifadə müddəti başa çatıb. Yeni mətn mesajı tələb edin.</value>
</data>
<data name="SmsNotAvailable" xml:space="preserve">
<value>SMS parametrləri mövcud deyil</value>
</data>
<data name="SmsTooMuchError" xml:space="preserve">
<value>Siz həddən artıq çox mətn mesajı göndərmisiniz. Zəhmət olmasa bir az sonra yenə cəhd edin.</value>
</data>
<data name="SsoSettingsCantSaveSettings" xml:space="preserve">
<value>Parametrləri yaddaşda saxlamaq mümkün olmadı</value>
</data>
<data name="SsoSettingsCouldNotBeNull" xml:space="preserve">
<value>Parametrlər sıfır ola bilməz</value>
</data>
<data name="SsoSettingsInvalidBinding" xml:space="preserve">
<value>Yanlış əlaqələndirmə: {0}</value>
</data>
<data name="SsoSettingsInvalidEntityId" xml:space="preserve">
<value>Yanlış qurum İD-si</value>
</data>
<data name="SsoSettingsInvalidMapping" xml:space="preserve">
<value>Yanlış sahələrin xəritəsi</value>
</data>
<data name="SuccessfullySaveGreetingSettingsMessage" xml:space="preserve">
<value>Salamlama ayarları uğurla qeyd edildi</value>
</data>
<data name="SuccessfullySaveSettingsMessage" xml:space="preserve">
<value>Ayarlar uğurla yeniləndi</value>
</data>
<data name="SuccessfullySentNotificationDeleteUserInfoMessage" xml:space="preserve">
<value>Profilinizin silinməsi üçün instruksiyalar Sizin elektron poçt ünvanınıza göndərildi</value>
</data>
<data name="TfaAppAuthMessageError" xml:space="preserve">
<value>Səhv kod</value>
</data>
<data name="TfaAppNotAvailable" xml:space="preserve">
<value>TFA proqram parametrləri mövcud deyil</value>
</data>
<data name="TfaTooMuchError" xml:space="preserve">
<value>Siz həddən artıq çox mətn mesajı göndərmisiniz. Zəhmət olmasa bir az sonra yenə cəhd edin.</value>
</data>
<data name="UsServerRegion" xml:space="preserve">
<value>ABŞ Qərbi (Oreqon) Bölgəsi</value>
</data>
<data name="WhatsNewSubscriptionName" xml:space="preserve">
<value>Yeniliklər</value>
</data>
</root>

View File

@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="LicenseException" xml:space="preserve">
<value>Lisenziyanın müddəti bitib və ya istifadəçi kvotası lisenziyaya uyğun gəlmir</value>
</data>
<data name="LicenseKeyNotCorrect" xml:space="preserve">
<value>Lisenziya açarı düzgün deyil</value>
</data>
<data name="LicenseKeyNotFound" xml:space="preserve">
<value>Lisenziya açarını daxil etməlisiniz</value>
</data>
<data name="NewDocument" xml:space="preserve">
<value>Yeni sənəd</value>
</data>
<data name="TariffPerMonth" xml:space="preserve">
<value>ay</value>
</data>
<data name="TariffPerYear" xml:space="preserve">
<value>il</value>
</data>
<data name="TariffPerYear3" xml:space="preserve">
<value>3 il</value>
</data>
<data name="UnknownFirstName" xml:space="preserve">
<value>Ad</value>
</data>
<data name="UnknownLastName" xml:space="preserve">
<value>Soyad</value>
</data>
</root>

View File

@ -19,7 +19,7 @@ namespace ASC.Web.Core.PublicResources {
// class via a tool like ResGen or Visual Studio. // class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen // To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project. // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class WebstudioNotifyPatternResource { public class WebstudioNotifyPatternResource {
@ -1056,17 +1056,17 @@ namespace ASC.Web.Core.PublicResources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Hello, $UserName! /// Looks up a localized string similar to Hello, $UserName!
/// ///
///$__AuthorName has invited you to join your company&apos;s safe and secure web-office that would enhance your collaboration. Its address is &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. ///$__AuthorName has invited you to join your company&apos;s safe and secure web-office that would enhance your collaboration. Its address is &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
/// ///
///Accept the invitation by clicking the link: ///Accept the invitation by clicking the link:
/// ///
///$GreenButton ///$GreenButton
/// ///
///The link is only valid for 7 days. ///The link is only valid for 7 days.
/// ///
///You will get more tips on how to use your we-office. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them.. ///You will get more tips on how to use your web-office. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them..
/// </summary> /// </summary>
public static string pattern_enterprise_whitelabel_user_activation_v10 { public static string pattern_enterprise_whitelabel_user_activation_v10 {
get { get {
@ -1586,11 +1586,11 @@ namespace ASC.Web.Core.PublicResources {
/// <summary> /// <summary>
/// Looks up a localized string similar to You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period): /// Looks up a localized string similar to You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period):
/// ///
///$GreenButton ///Confirm account termination
/// ///
///*Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our &quot;Privacy statement&quot;:&quot;https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;. ///*Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our &quot;Privacy statement&quot;:&quot;https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;.
/// ///
///&quot;Read more about account termination&quot;:&quot;h [rest of string was truncated]&quot;;. ///&quot;Read more about account [rest of string was truncated]&quot;;.
/// </summary> /// </summary>
public static string pattern_personal_profile_delete { public static string pattern_personal_profile_delete {
get { get {

File diff suppressed because it is too large Load Diff

View File

@ -1488,7 +1488,7 @@ Equipe ONLYOFFICE
<value>Téléchargez les applications pour travailler sur les documents &lt;a target="_blank" style="color: #0078bd; font-family: Arial; font-size: 14px;" href="https://www.onlyoffice.com/apps.aspx"&gt;en mode déconnecté&lt;/a&gt; aussi bien que sur les appareils &lt;a target="_blank" style="color: #0078bd; font-family: Arial; font-size: 14px;" href="https://itunes.apple.com/us/app/onlyoffice-documents/id944896972"&gt;iOS&lt;/a&gt; et &lt;a target="_blank" style="color: #0078bd; font-family: Arial; font-size: 14px;" href="https://play.google.com/store/apps/details?id=com.onlyoffice.documents"&gt;Android&lt;/a&gt;.</value> <value>Téléchargez les applications pour travailler sur les documents &lt;a target="_blank" style="color: #0078bd; font-family: Arial; font-size: 14px;" href="https://www.onlyoffice.com/apps.aspx"&gt;en mode déconnecté&lt;/a&gt; aussi bien que sur les appareils &lt;a target="_blank" style="color: #0078bd; font-family: Arial; font-size: 14px;" href="https://itunes.apple.com/us/app/onlyoffice-documents/id944896972"&gt;iOS&lt;/a&gt; et &lt;a target="_blank" style="color: #0078bd; font-family: Arial; font-size: 14px;" href="https://play.google.com/store/apps/details?id=com.onlyoffice.documents"&gt;Android&lt;/a&gt;.</value>
</data> </data>
<data name="pattern_saas_admin_user_docs_tips_v115_item_apps_hdr" xml:space="preserve"> <data name="pattern_saas_admin_user_docs_tips_v115_item_apps_hdr" xml:space="preserve">
<value>*Téléchargez les applications*</value> <value>*Créez des formulaires à remplir*</value>
</data> </data>
<data name="pattern_saas_admin_user_docs_tips_v115_item_attach" xml:space="preserve"> <data name="pattern_saas_admin_user_docs_tips_v115_item_attach" xml:space="preserve">
<value>Le module Documents est intégré avec d'autres modules ONLYOFFICE pour ne plus avoir à charger et télécharger les documents depuis d'autres endroits</value> <value>Le module Documents est intégré avec d'autres modules ONLYOFFICE pour ne plus avoir à charger et télécharger les documents depuis d'autres endroits</value>
@ -1506,7 +1506,7 @@ Equipe ONLYOFFICE
<value>Créez des formulaires à remplir, partagez-les et remplissez-les.</value> <value>Créez des formulaires à remplir, partagez-les et remplissez-les.</value>
</data> </data>
<data name="pattern_saas_admin_user_docs_tips_v115_item_contentcontrols_hdr" xml:space="preserve"> <data name="pattern_saas_admin_user_docs_tips_v115_item_contentcontrols_hdr" xml:space="preserve">
<value>*Créez des formulaires à remplir*</value> <value>*Créez des formulaires d'aspect professionnel*</value>
</data> </data>
<data name="pattern_saas_admin_user_docs_tips_v115_item_differences" xml:space="preserve"> <data name="pattern_saas_admin_user_docs_tips_v115_item_differences" xml:space="preserve">
<value>Identifiez rapidement les différence entre deux versions du même document grâce à l'outil Comparaison des documents.</value> <value>Identifiez rapidement les différence entre deux versions du même document grâce à l'outil Comparaison des documents.</value>
@ -1942,7 +1942,7 @@ Le lien est valide pendant 7 jours.</value>
</value> </value>
</data> </data>
<data name="subject_saas_admin_activation_v115" xml:space="preserve"> <data name="subject_saas_admin_activation_v115" xml:space="preserve">
<value>Bienvenue dans ONLYOFFICE cloud!</value> <value>Merci de confirmer votre adresse e-mail</value>
</data> </data>
<data name="subject_saas_admin_comfort_tips_v115" xml:space="preserve"> <data name="subject_saas_admin_comfort_tips_v115" xml:space="preserve">
<value>Astuces pour le travail efficace</value> <value>Astuces pour le travail efficace</value>

View File

@ -399,7 +399,7 @@ Otterrai più consigli su come usare il tuo web-office. Puoi cancellare le sotto
<data name="pattern_enterprise_user_activation_v10" xml:space="preserve"> <data name="pattern_enterprise_user_activation_v10" xml:space="preserve">
<value>Salve, $UserName! <value>Salve, $UserName!
$__AuthorName ti ha invitato a unirti all'ufficio web sicuro e protetto della tua azienda che migliorerebbe la tua collaborazione. Il suo indirizzo è "${__VirtualRootPath}":"${__VirtualRootPath}". Sei invitato a unirti all'ufficio web sicuro e protetto creato dalla tua azienda per migliorare la collaborazione. Il suo indirizzo è "${__VirtualRootPath}":"${__VirtualRootPath}".
Accetta l'invito facendo clic sul collegamento: Accetta l'invito facendo clic sul collegamento:
@ -444,15 +444,15 @@ Otterrai più consigli su come usare il tuo web-office. Puoi cancellare le sotto
<data name="pattern_enterprise_whitelabel_user_activation_v10" xml:space="preserve"> <data name="pattern_enterprise_whitelabel_user_activation_v10" xml:space="preserve">
<value>Salve, $UserName! <value>Salve, $UserName!
$__AuthorName ti ha invitato a unirti all'ufficio web sicuro e protetto della tua azienda che migliorerebbe la tua collaborazione. Il suo indirizzo è "${__VirtualRootPath}":"${__VirtualRootPath}". $__AuthorName ti ha invitato a unirti all'ufficio web sicuro e protetto creato dalla tua azienda per migliorare la collaborazione. L'indirizzo è "${__VirtualRootPath}":"${__VirtualRootPath}".
Accetta l'invito facendo clic sul collegamento: Accetta l'invito cliccando il link:
$GreenButton $GreenButton
Il collegamento è valido solo per 7 giorni. Il collegamento è valido solo per 7 giorni.
Riceverai ulteriori suggerimenti su come utilizzare il nostro ufficio. Puoi annullare gli abbonamenti sulla pagina del tuo profilo in qualsiasi momento e riattivarli.</value> Riceverai ulteriori suggerimenti su come utilizzare il nostro ufficio. Puoi annullare gli abbonamenti sulla pagina del tuo profilo in qualsiasi momento così come riattivarli.</value>
</data> </data>
<data name="pattern_for_admin_notify" xml:space="preserve"> <data name="pattern_for_admin_notify" xml:space="preserve">
<value>h1.Messaggio dal portale "${__VirtualRootPath}":"${__VirtualRootPath}" <value>h1.Messaggio dal portale "${__VirtualRootPath}":"${__VirtualRootPath}"
@ -1024,6 +1024,32 @@ Puoi acquistare l'abbonamento sulla "Pagina dei pagamenti":"$PricingPage" o chie
Cordiali saluti, Cordiali saluti,
Team di ONLYOFFICE Team di ONLYOFFICE
"www.onlyoffice.com":"http://onlyoffice.com/"</value>
</data>
<data name="pattern_saas_guest_activation_v115" xml:space="preserve">
<value>Salve!
Sei invitato a unirti a "${__VirtualRootPath}":"${__VirtualRootPath}" come utente ospite. Accetta l'invito cliccando il link:
$GreenButton
Ti invieremo anche consigli utili e le ultime notizie su ONLYOFFICE ogni tanto. Puoi annullare gli abbonamenti sulla pagina del tuo profilo in qualsiasi momento così come riattivarli.
Tanti saluti,
Team di ONLYOFFICE
"www.onlyoffice.com":"http://onlyoffice.com/"</value>
</data>
<data name="pattern_saas_user_activation_v115" xml:space="preserve">
<value>Salve!
Sei invitato a unirti a ONLYOFFICE via "${__VirtualRootPath}":"${__VirtualRootPath}". Accetta l'invito cliccando il link:
$GreenButton
Ti invieremo anche consigli utili e le ultime notizie su ONLYOFFICE ogni tanto. Puoi annullare gli abbonamenti sulla pagina del tuo profilo in qualsiasi momento così come riattivarli.
Tanti saluti,
Team di ONLYOFFICE
"www.onlyoffice.com":"http://onlyoffice.com/"</value> "www.onlyoffice.com":"http://onlyoffice.com/"</value>
</data> </data>
<data name="pattern_saas_user_welcome_v115" xml:space="preserve"> <data name="pattern_saas_user_welcome_v115" xml:space="preserve">
@ -1344,9 +1370,15 @@ il team di ONLYOFFICE</value>
<data name="subject_saas_admin_welcome_v115" xml:space="preserve"> <data name="subject_saas_admin_welcome_v115" xml:space="preserve">
<value>Benvenuti in ONLYOFFICE!</value> <value>Benvenuti in ONLYOFFICE!</value>
</data> </data>
<data name="subject_saas_guest_activation_v115" xml:space="preserve">
<value>Unisciti a ${__VirtualRootPath}</value>
</data>
<data name="subject_saas_guest_welcome_v115" xml:space="preserve"> <data name="subject_saas_guest_welcome_v115" xml:space="preserve">
<value>Benvenuti nel vostro ONLYOFFICE</value> <value>Benvenuti nel vostro ONLYOFFICE</value>
</data> </data>
<data name="subject_saas_user_activation_v115" xml:space="preserve">
<value>Unisciti a ${__VirtualRootPath}</value>
</data>
<data name="subject_saas_user_welcome_v115" xml:space="preserve"> <data name="subject_saas_user_welcome_v115" xml:space="preserve">
<value>Benvenuti nel vostro ONLYOFFICE</value> <value>Benvenuti nel vostro ONLYOFFICE</value>
</data> </data>

View File

@ -598,17 +598,17 @@ Your guest profile has been successfully added to "${__VirtualRootPath}":"${__Vi
$GreenButton</value> $GreenButton</value>
</data> </data>
<data name="pattern_enterprise_whitelabel_user_activation_v10" xml:space="preserve"> <data name="pattern_enterprise_whitelabel_user_activation_v10" xml:space="preserve">
<value>Hello, $UserName! <value>Hello, $UserName!
$__AuthorName has invited you to join your company's safe and secure web-office that would enhance your collaboration. Its address is "${__VirtualRootPath}":"${__VirtualRootPath}". $__AuthorName has invited you to join your company's safe and secure web-office that would enhance your collaboration. Its address is "${__VirtualRootPath}":"${__VirtualRootPath}".
Accept the invitation by clicking the link: Accept the invitation by clicking the link:
$GreenButton $GreenButton
The link is only valid for 7 days. The link is only valid for 7 days.
You will get more tips on how to use your we-office. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them.</value> You will get more tips on how to use your web-office. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them.</value>
</data> </data>
<data name="pattern_enterprise_whitelabel_user_welcome_v10" xml:space="preserve"> <data name="pattern_enterprise_whitelabel_user_welcome_v10" xml:space="preserve">
<value>Hello, $UserName! <value>Hello, $UserName!
@ -1057,7 +1057,7 @@ ONLYOFFICE team</value>
<data name="pattern_personal_profile_delete" xml:space="preserve"> <data name="pattern_personal_profile_delete" xml:space="preserve">
<value>You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period): <value>You have requested a termination of your account at personal.onlyoffice.com. Follow the link to complete the request (the link is active for a 7-day period):
$GreenButton $GreenButton
*Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our "Privacy statement":"https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0". *Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our "Privacy statement":"https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0".