Removed unused resources

This commit is contained in:
pavelbannov 2019-08-13 16:05:36 +03:00
parent e031a89385
commit d7376418f8
31 changed files with 670 additions and 9417 deletions

View File

@ -28,23 +28,37 @@
<ProjectReference Include="..\..\..\web\ASC.Web.Core\ASC.Web.Core.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Resources\Resources.tt">
<LastGenOutput>Resources.cs</LastGenOutput>
<Generator>TextTemplatingFileGenerator</Generator>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
<ItemGroup>
<Compile Update="Resources\Resources.cs">
<Compile Update="Resources\PeopleResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.tt</DependentUpon>
<DependentUpon>PeopleResource.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\PeopleResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>PeopleResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="Resources\PeopleResource.ru.resx" >
<DependentUpon>PeopleResource.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Resources\PeopleResource.de.resx" >
<DependentUpon>PeopleResource.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Resources\PeopleResource.es.resx" >
<DependentUpon>PeopleResource.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Resources\PeopleResource.fr.resx" >
<DependentUpon>PeopleResource.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Resources\PeopleResource.it.resx" >
<DependentUpon>PeopleResource.resx</DependentUpon>
</EmbeddedResource>
</ItemGroup>
</Project>

View File

@ -19,6 +19,7 @@ using ASC.FederatedLogin.Profile;
using ASC.MessagingSystem;
using ASC.People;
using ASC.People.Models;
using ASC.People.Resources;
using ASC.Web.Api.Models;
using ASC.Web.Api.Routing;
using ASC.Web.Core;

View File

@ -1,5 +1,6 @@
using System;
using System.Linq;
using ASC.People.Resources;
using ASC.Web.Core;
namespace ASC.People

View File

@ -0,0 +1,135 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.People.Resources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class PeopleResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal PeopleResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.People.Resources.PeopleResource", typeof(PeopleResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to The uploaded file could not be found.
/// </summary>
internal static string ErrorEmptyUploadFileSelected {
get {
return ResourceManager.GetString("ErrorEmptyUploadFileSelected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Image size is too large.
/// </summary>
internal static string ErrorImageSizetLimit {
get {
return ResourceManager.GetString("ErrorImageSizetLimit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Image file size is too large.
/// </summary>
internal static string ErrorImageWeightLimit {
get {
return ResourceManager.GetString("ErrorImageWeightLimit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown image file type.
/// </summary>
internal static string ErrorUnknownFileImageType {
get {
return ResourceManager.GetString("ErrorUnknownFileImageType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do the same as a user|Create profiles and groups|Import profiles|Invite users.
/// </summary>
internal static string ProductAdminOpportunities {
get {
return ResourceManager.GetString("ProductAdminOpportunities", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add new users, invite or import them. Manage users and view their detailed information..
/// </summary>
internal static string ProductDescription {
get {
return ResourceManager.GetString("ProductDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to People.
/// </summary>
internal static string ProductName {
get {
return ResourceManager.GetString("ProductName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to View profiles and groups.
/// </summary>
internal static string ProductUserOpportunities {
get {
return ResourceManager.GetString("ProductUserOpportunities", resourceCulture);
}
}
}
}

View File

@ -0,0 +1,85 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ErrorEmptyUploadFileSelected" xml:space="preserve">
<value>Die hochgeladene Datei konnte nicht gefunden werden</value>
</data>
<data name="ErrorImageSizetLimit" xml:space="preserve">
<value>Das Bild ist zu groß</value>
</data>
<data name="ErrorImageWeightLimit" xml:space="preserve">
<value>Die Bilddatei ist zu groß</value>
</data>
<data name="ErrorUnknownFileImageType" xml:space="preserve">
<value>Unbekannter Bilddateityp</value>
</data>
<data name="ProductAdminOpportunities" xml:space="preserve">
<value>Das gleiche wie der Benutzer tun|Profile und Gruppen erstellen|Profile importieren|Nutzer einladen</value>
</data>
<data name="ProductDescription" xml:space="preserve">
<value>Fügen Sie neue Benutzer hinzu, importieren oder laden Sie diese ein. Verwalten Sie die Benutzer und sehen Sie detaillierte Informationen über sie.</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>Personen</value>
</data>
<data name="ProductUserOpportunities" xml:space="preserve">
<value>Profile und Gruppen anschauen</value>
</data>
</root>

View File

@ -0,0 +1,85 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ErrorEmptyUploadFileSelected" xml:space="preserve">
<value>Imposible encontrar el archivo subido</value>
</data>
<data name="ErrorImageSizetLimit" xml:space="preserve">
<value>El tamaño de la imagen es demasiado grande</value>
</data>
<data name="ErrorImageWeightLimit" xml:space="preserve">
<value>El tamaño del archivo de la imagen es demasiado grande </value>
</data>
<data name="ErrorUnknownFileImageType" xml:space="preserve">
<value>El tipo de archivo desconocido</value>
</data>
<data name="ProductAdminOpportunities" xml:space="preserve">
<value>Hacer lo mismo que el usuario|Crear perfiles y grupos|Importar perfiles|Invitar a usuarios</value>
</data>
<data name="ProductDescription" xml:space="preserve">
<value>Añada nuevos usuarios, invítelos o impórtelos. Manéje a los usuarios y vea su información detallada.</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>Personas</value>
</data>
<data name="ProductUserOpportunities" xml:space="preserve">
<value>Ver perfiles y grupos</value>
</data>
</root>

View File

@ -0,0 +1,85 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ErrorEmptyUploadFileSelected" xml:space="preserve">
<value>Impossible de trouver le fichier chargé</value>
</data>
<data name="ErrorImageSizetLimit" xml:space="preserve">
<value>La taille de l'image est trop grande</value>
</data>
<data name="ErrorImageWeightLimit" xml:space="preserve">
<value>La taille du fichier d'image est trop grande</value>
</data>
<data name="ErrorUnknownFileImageType" xml:space="preserve">
<value>Le type de fichier de l'image est inconnu</value>
</data>
<data name="ProductAdminOpportunities" xml:space="preserve">
<value>Faire la même chose qu'un utilisateur|Créer des profils et groupes|Importer des profils|Inviter des utilisateurs</value>
</data>
<data name="ProductDescription" xml:space="preserve">
<value>Ajoutez de nouveaux utilisateurs, invitez ou importez-les. Gérez les utilisateurs et visualisez leurs informations détaillées.</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>Personnes</value>
</data>
<data name="ProductUserOpportunities" xml:space="preserve">
<value>Afficher les profils et groupes</value>
</data>
</root>

View File

@ -0,0 +1,85 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ErrorEmptyUploadFileSelected" xml:space="preserve">
<value>E' impossibile trovare il file caricato</value>
</data>
<data name="ErrorImageSizetLimit" xml:space="preserve">
<value>E' stata superata la dimensione immagine massima</value>
</data>
<data name="ErrorImageWeightLimit" xml:space="preserve">
<value>E' stata superata la dimensione file massima</value>
</data>
<data name="ErrorUnknownFileImageType" xml:space="preserve">
<value>Tipo file immagine sconosciuto</value>
</data>
<data name="ProductAdminOpportunities" xml:space="preserve">
<value>Fai lo stesso come un utente|Crea profili e gruppi|Importa profili|Invita utenti</value>
</data>
<data name="ProductDescription" xml:space="preserve">
<value>Aggiungi nuovi utenti, invitali o importali. Gestisci utenti e visualizza le loro informazione dettagliata.</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>Persone</value>
</data>
<data name="ProductUserOpportunities" xml:space="preserve">
<value>Vedi profili e gruppi</value>
</data>
</root>

View File

@ -0,0 +1,85 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ErrorEmptyUploadFileSelected" xml:space="preserve">
<value>The uploaded file could not be found</value>
</data>
<data name="ErrorImageSizetLimit" xml:space="preserve">
<value>Image size is too large</value>
</data>
<data name="ErrorImageWeightLimit" xml:space="preserve">
<value>Image file size is too large</value>
</data>
<data name="ErrorUnknownFileImageType" xml:space="preserve">
<value>Unknown image file type</value>
</data>
<data name="ProductAdminOpportunities" xml:space="preserve">
<value>Do the same as a user|Create profiles and groups|Import profiles|Invite users</value>
</data>
<data name="ProductDescription" xml:space="preserve">
<value>Add new users, invite or import them. Manage users and view their detailed information.</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>People</value>
</data>
<data name="ProductUserOpportunities" xml:space="preserve">
<value>View profiles and groups</value>
</data>
</root>

View File

@ -0,0 +1,85 @@
<?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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ErrorEmptyUploadFileSelected" xml:space="preserve">
<value>Загружаемый файл не найден</value>
</data>
<data name="ErrorImageSizetLimit" xml:space="preserve">
<value>Размер изображения слишком большой</value>
</data>
<data name="ErrorImageWeightLimit" xml:space="preserve">
<value>Размер файла изображения слишком большой</value>
</data>
<data name="ErrorUnknownFileImageType" xml:space="preserve">
<value>Неизвестный тип файла изображения</value>
</data>
<data name="ProductAdminOpportunities" xml:space="preserve">
<value>Делать то же самое, что и пользователь|Создавать профили и группы|Импортировать профили|Приглашать пользователей</value>
</data>
<data name="ProductDescription" xml:space="preserve">
<value>Добавляйте новых пользователей, приглашайте или импортируйте их. Управляйте пользователями и просматривайте подробную информацию о них.</value>
</data>
<data name="ProductName" xml:space="preserve">
<value>Люди</value>
</data>
<data name="ProductUserOpportunities" xml:space="preserve">
<value>Просматривать профили и группы</value>
</data>
</root>

File diff suppressed because it is too large Load Diff

View File

@ -1,13 +0,0 @@
<#@ assembly name="$(MSBuildProjectDirectory)\..\..\..\common\ASC.Core.Common\bin\$(Configuration)\ASC.Core.Common.dll" #>
<#@ include file="$(MSBuildProjectDirectory)\..\..\..\common\ASC.Core.Common\Resources\ResourceGenerator.tt" #>
<#+
string GetNamespace()
{
return "ASC.People";
}
string GetPath()
{
return this.Host.ResolvePath(@"en");
}
#>

View File

@ -1,176 +0,0 @@
{
"AccessRightsSettings": "Zugriffsrechte auf dem Portal",
"Actions": "Aktionen",
"AddButton": "Hinzufügen",
"AddDepartmentDlgTitle": "{!Group} hinzufügen",
"AddImage": "Bild hinzufügen",
"AddMembers": "Mitglieder hinzufügen",
"BlockedMessage": "Deaktiviert",
"CancelButton": "Abbrechen",
"ChangeStatus": "Status ändern",
"ChangeStatusButton": "Benutzerstatus ändern",
"ChangeStatusDialogConstraint": "Aktualisieren Sie Ihren Tarifplan und wiederholen Sie die Operation, sonst wird der Status der anderen Benutzer nicht geändert.",
"ChangeStatusDialogHeader": "Benutzerstatus ändern",
"ChangeStatusDialogRestriction": "Sie können den Status für den Portalbesitzer und sich selbst nicht ändern",
"ChangeStatusDialogToActive": "Die Benutzer mit dem Status 'deaktiviert' werden aktiviert.",
"ChangeStatusDialogToTerminate": "Die Benutzer mit dem Status 'aktiv' werden deaktiviert.",
"ChangeType": "Typ ändern",
"ChangeTypeDialogConstraint": "Aktualisieren Sie Ihren Tarifplan und wiederholen Sie die Operation, sonst wird der Typ der anderen Benutzer nicht geändert.",
"ChangeTypeDialogHeader": "Benutzertyp ändern",
"ChangeTypeDialogRestriction": "Sie können den Typ für die Portaladministratoren und sich selbst nicht ändern",
"ChangeTypeDialogToGuest": "Die Benutzer mit dem Typ 'Benutzer' werden auf den Typ 'Gast' verschoben",
"ChangeTypeDialogToUser": "Die Benutzer mit dem Typ 'Gast' werden auf den Typ 'Benutzer' verschoben",
"ChooseUser": "Benutzer wählen",
"ClearButton": "Filter zurücksetzen",
"Confirmation": "Bestätigung",
"CreateNewProfile": "Neuen Benutzer erstellen",
"DeleteBtnHint": "Nur Benutzer oder Gäste mit dem Status 'Deaktiviert' können gelöscht werden",
"DeleteButton": "Löschen",
"DeleteProfileAfterReassignment": "Profil löschen, wenn die Neuzuordnung abgeschlossen ist",
"DeleteUserProfiles": "Löschung der Benutzer aus dem Portal",
"DeleteUsersDataConfirmation": "Persönliche Dokumente dieser Benutzer, die für andere verfügbar sind, werden gelöscht. Um dies zu vermeiden, müssen Sie den Datentransfer vor dem Löschen starten.",
"DeleteUsersDescription": "Die gewünschten deaktivierten Benutzer werden aus dem Portal gelöscht. Bitte beachten Sie, dass diese Aktion nicht widerrufen werden kann. Sie können die Benutzer nicht löschen, falls sie den Status 'Aktiv' oder 'Ausstehend' haben, sie müssen erst deaktiviert werden. ",
"DeleteUsersDescriptionText": "Die ausgewählten deaktivierten Benutzer werden vom Portal gelöscht.",
"DepartmentMaster": "{!Head}",
"DeselectAll": "Markierung aufheben",
"DisableUserButton": "Deaktivieren",
"DisableUserHelp": "Der {!User} wird nicht mehr in der Liste mit aktiven {!Users}n angezeigt",
"EditButton": "Bearbeiten",
"EditImage": "Bild bearbeiten",
"Email": "E-Mail-Adresse",
"EnableUserButton": "Aktivieren",
"EnableUserHelp": "Der {!User} wird als aktiv wieder angezeigt",
"ErrorEmptyName": "Geben Sie einen Namen ein",
"ErrorEmptyUploadFileSelected": "Die hochgeladene Datei konnte nicht gefunden werden",
"ErrorImageSizetLimit": "Das Bild ist zu groß",
"ErrorImageWeightLimit": "Die Bilddatei ist zu groß",
"ErrorUnknownFileImageType": "Unbekannter Bilddateityp",
"ExampleValues": "Beispielwerte",
"FieldsInFile": "Felder in der Datei",
"FieldsOnPortal": "Felder im ONLYOFFICE-Portal",
"FirstName": "Vorname",
"Hide": "Ausblenden",
"HideSelectedUserList": "Liste der gewählten Benutzer ausblenden",
"ImportClear": "Leeren",
"ImportColumn": "Spalte",
"ImportDelimiterDQ": "Doppeltes Anführungszeichen",
"ImportDelimiterSQ": "Einfaches Anführungszeichen",
"ImportEncodingASCII": "ASCII",
"ImportEncodingCP866": "CP-866",
"ImportEncodingKOI8R": "KOI8-R",
"ImportEncodingUTF8": "UTF-8",
"ImportEncodingWindows1251": "Windows1251",
"ImportFromFile": "Aus Datei",
"ImportFromGoogle": "Google",
"ImportFromYahoo": "Yahoo",
"ImportPeople": "Personen importieren",
"ImportSeparatorColon": "Doppelpunkt",
"ImportSeparatorComma": "Komma",
"ImportSeparatorSemicolon": "Semikolon",
"ImportSeparatorSpace": "Leerzeichen",
"ImportSeparatorTab": "Tabulator",
"ImportWizardFirstStep": "Kontakte importieren",
"ImportWizardFourthStep": "Dem Portal hinzufügen",
"ImportWizardSecondStep": "Compliance-System einrichten",
"ImportWizardThirdStep": "Kontakte bearbeiten",
"InviteLink": "Einladungslink",
"LastName": "Nachname",
"LblActive": "Aktiv",
"LblByName": "Name",
"LblByType": "Typ",
"LblCancelButton": "Abbrechen",
"LblChangeEmail": "E-Mail-Adresse ändern",
"LblChangePassword": "Kennwort ändern",
"LblCreateNew": "Erstellen",
"LblDeleteProfile": "Profil löschen",
"LblEdit": "Bearbeiten",
"LblImportAccounts": "Konten importieren",
"LblMobilePhone": "Hauptmobiltelefon",
"LblOKButton": "OK",
"LblOther": "Sonstiges",
"LblPassword": "Kennwort",
"LblPending": "Ausstehend",
"LblReassignData": "Daten erneut zuweisen",
"LblRemoveData": "Persönliche Daten löschen",
"LblResendInvites": "Einladungen erneut senden",
"LblSendActivation": "Link zum Aktivieren erneut senden",
"LblSendEmail": "E-Mail senden",
"LblSendMessage": "Nachricht senden",
"LblStatus": "Status",
"LblSubscriptions": "Benachrichtigungen",
"LblTerminated": "Deaktiviert",
"LblTips": "QuickInfo",
"MainEmail": "Haupt-E-Mail-Adresse",
"Members": "Mitglieder",
"NoSameValuesOptions": "Felder im Portal können nicht dieselben Werte haben!",
"NotFoundDescription": "In dieser Sektion können keine Personen nach Ihren Filterkriterien angezeigt werden... Bitte wählen Sie andere Filteroptionen oder leeren Sie den Filter, um alle Personen in dieser Sektion zu sehen.",
"NotFoundTitle": "Keine Ergebnisse nach Ihren Filterkriterien gefunden ",
"NotImport": "Nicht importieren",
"OnTop": "Oben",
"ProductAdminOpportunities": "Das gleiche wie der Benutzer tun|Profile und Gruppen erstellen|Profile importieren|Nutzer einladen",
"ProductDescription": "Fügen Sie neue Benutzer hinzu, importieren oder laden Sie diese ein. Verwalten Sie die Benutzer und sehen Sie detaillierte Informationen über sie.",
"ProductName": "Personen",
"ProductUserOpportunities": "Profile und Gruppen anschauen",
"ReadAboutNonProfit": "Oder {0}lesen Sie über die nicht-kommerzielle Nutzung{1}.",
"ReassignAbortButton": "Übertragung abbrеchen",
"ReassignAbortToastrMsg": "Datenübertragung ist abgebrochen",
"ReassignButton": "Neu zuweisen",
"ReassignCrmModule": "CRM",
"ReassignDocumentsModule": "Dokumente",
"ReassignErrorToastrMsg": "Die Datenübertragung wurde aufgrund eines Serverfehlers unterbrochen",
"ReassignMailModule": "Email",
"ReassignmentData": "Neuzuweisung von Daten",
"ReassignProjectsModule": "Projekte",
"ReassignRestartButton": "Starten Sie die Übertragung erneut",
"ReassignsProgressNotifyInfo": "Sie können diese Seite schließen. Wenn der Vorgang abgeschlossen ist, wird der Administrator, der ihn ausführt, per E-Mail benachrichtigt.",
"ReassignsProgressText": "Der Prozess der Datenübertragung wird gestartet, er kann einige Zeit dauern. {0} Sie können diese Seite schließen. Wenn der Vorgang abgeschlossen ist, wird der Administrator, der ihn ausführt, per E-Mail benachrichtigt.",
"ReassignsProgressUserInfo": "Der Prozess der Neuzuordnung der Daten von Benutzer {0} zu Benutzer {1} wurde gestartet. Dies kann einige Zeit dauern.",
"ReassignsReadMore": "Mehr zur Datenübertragung",
"ReassignStatusAborted": "Unterbrochen, einige Daten könnten übertragen werden",
"ReassignStatusError": "Server-Fehler",
"ReassignStatusFinished": "Alle Daten werden übertragen",
"ReassignStatusNotStarted": "Daten wurden nicht übertragen",
"ReassignStatusQueued": "In Warteschlange",
"ReassignStatusStarted": "Gestart",
"ReassignsToUser": "Mitarbeiter, an den die Daten übermittelt werden -",
"ReassignsTransferedListHdr": "Werden überwiesen:",
"ReassignsTransferedListItem1": "Allgemeine und persönliche Dokumente, die anderen Portalbenutzern zur Verfügung stehen;",
"ReassignsTransferedListItem2": "Offene Projekte, Meilensteine und Aufgaben;",
"ReassignsTransferedListItem3": "Kontakte, offene Aufgaben, nicht geschlossene Verkaufschancen und CRM-Veranstaltungen;",
"ReassignTalkModule": "Chat",
"RemovingAbortButton": "Entfernen abbrechen",
"RemovingAbortToastrMsg": "Datenlöschung ist abgebrochen",
"RemovingData": "Löschen von persönlichen Daten",
"RemovingErrorToastrMsg": "Die Datenlöschung wurde aufgrund eines Serverfehlers unterbrochen",
"RemovingListHdr": "Werden entfernt:",
"RemovingListItem1": "Alle persönliche Dokumente;",
"RemovingListItem2": "CRM Berichtsdateien;",
"RemovingListItem3": "Alle E-Mails und angehängte Dateien;",
"RemovingListItem4": "Dateien aus Chat angehängt;",
"RemovingProgressUserInfo": "Der Prozess zum Löschen personenbezogener Daten für den Benutzer {0} kann gestartet werden. Dies kann einige Zeit in Anspruch nehmen.",
"RemovingReadMore": "Mehr zum Löschen der persönlichen Daten",
"RemovingRestartButton": "Starten Sie das Entfernen erneut",
"RemovingStatusAborted": "Unterbrochen, einige Daten könnten gelöscht werden",
"RemovingStatusFinished": "Alle Daten werden gelöscht",
"RemovingStatusNotStarted": "Daten wurden nicht gelöscht",
"ResendInviteDialogAfterActivation": "Nachdem die Benutzer die Einladung zum Portal bestätigt haben, wird ihr Status auf 'aktiv' ändern",
"ResendInviteDialogHeader": "Einladungen erneut senden",
"ResendInviteDialogTargetUsers": "Die Einladung zum Portal wird an die gewählten, nicht deaktivierten Benutzer mit dem Status 'ausstehend' noch einmal versandt. ",
"SaveButton": "Speichern",
"SelectAll": "Alle markieren",
"SelectedCount": "{0} ausgewählt",
"Settings": "Einstellungen",
"Show": "Einblenden",
"ShowOnPage": "Auf der Seite anzeigen",
"ShowSelectedUserList": "Liste der gewählten Benutzer sehen",
"SocialProfiles": "Soziale Profile",
"SuccessfullyDeleteUserInfoMessage": "Der Benutzer wurde erfolgreich gelöscht",
"SuccessfullySentNotificationDeleteUserInfoMessage": "Die Hinweise zum Löschen Ihres Profils werden an Ihre E-Mail-Adresse gesendet",
"TariffActiveUserLimit": "Ihr aktueller Zahlungsplan erlaubt Ihnen {0}{1} aktive Benutzer{2} hinzuzufügen.",
"TerminateButton": "Beenden",
"Title": "Titel",
"TitleThumbnailPhoto": "Vorschaubilder ändern",
"TotalCount": "Gesamtanzahl",
"WaitingForConfirmation": "In Erwartung der Bestätigung",
"WriteButton": "Brief schreiben"
}

View File

@ -1,176 +0,0 @@
{
"AccessRightsSettings": "Portal Access Rights",
"Actions": "Actions",
"AddButton": "Add",
"AddDepartmentDlgTitle": "Add {!group}",
"AddImage": "Add Image",
"AddMembers": "Add members",
"BlockedMessage": "Disabled",
"CancelButton": "Cancel",
"ChangeStatus": "Change status",
"ChangeStatusButton": "Change user status",
"ChangeStatusDialogConstraint": "If this number exceeds the current pricing plan you will need to upgrade your plan and repeat the operation or other users status will not be changed.",
"ChangeStatusDialogHeader": "Change user status",
"ChangeStatusDialogRestriction": "You cannot change the status for portal owner and for yourself",
"ChangeStatusDialogToActive": "The users with the 'Disabled' status will be enabled.",
"ChangeStatusDialogToTerminate": "The users with the 'Active' status will be disabled.",
"ChangeType": "Change type",
"ChangeTypeDialogConstraint": "Upgrade your plan and repeat the operation or other users type will not be changed.",
"ChangeTypeDialogHeader": "Change user type",
"ChangeTypeDialogRestriction": "You cannot change the type for portal administrators and for yourself",
"ChangeTypeDialogToGuest": "Users with the '{!User}' type will be moved to '{!Guest}' type",
"ChangeTypeDialogToUser": "Users with the '{!Guest}' type will be moved to '{!User}' type",
"ChooseUser": "Choose user",
"ClearButton": "Reset filter",
"Confirmation": "Confirmation",
"CreateNewProfile": "Create New User",
"DeleteBtnHint": "Only users or guests with the 'Disabled' status can be deleted",
"DeleteButton": "Delete",
"DeleteProfileAfterReassignment": "Delete profile when reassignment is finished",
"DeleteUserProfiles": "Delete the users from portal",
"DeleteUsersDataConfirmation": "Personal documents of these users which are available to others will be deleted. To avoid this, you must start the data transfer process before deleting.",
"DeleteUsersDescription": "The selected disabled users will be deleted from the portal. Please note that this action cannot be undone.\r\nYou cannot delete the users if they have 'Active' or 'Pending' status, they need to be disabled first.",
"DeleteUsersDescriptionText": "The selected disabled users will be deleted from the portal.",
"DepartmentMaster": "{!Head}",
"DeselectAll": "Deselect all",
"DisableUserButton": "Disable",
"DisableUserHelp": "The {!user} will not be displayed in the list of active {!users}",
"EditButton": "Edit",
"EditImage": "Edit Image",
"Email": "Email",
"EnableUserButton": "Enable",
"EnableUserHelp": "The {!user} will be displayed as active again",
"ErrorEmptyName": "Enter a name",
"ErrorEmptyUploadFileSelected": "The uploaded file could not be found",
"ErrorImageSizetLimit": "Image size is too large",
"ErrorImageWeightLimit": "Image file size is too large",
"ErrorUnknownFileImageType": "Unknown image file type",
"ExampleValues": "Example values",
"FieldsInFile": "Fields in file",
"FieldsOnPortal": "Fields on the ONLYOFFICE portal",
"FirstName": "First Name",
"Hide": "Hide",
"HideSelectedUserList": "Hide the selected users list",
"ImportClear": "Clear",
"ImportColumn": "Column",
"ImportDelimiterDQ": "Double quote",
"ImportDelimiterSQ": "Single quote",
"ImportEncodingASCII": "ASCII",
"ImportEncodingCP866": "CP-866",
"ImportEncodingKOI8R": "KOI8-R",
"ImportEncodingUTF8": "UTF-8",
"ImportEncodingWindows1251": "Windows1251",
"ImportFromFile": "From File",
"ImportFromGoogle": "Google",
"ImportFromYahoo": "Yahoo",
"ImportPeople": "Import People",
"ImportSeparatorColon": "Colon",
"ImportSeparatorComma": "Comma",
"ImportSeparatorSemicolon": "Semicolon",
"ImportSeparatorSpace": "Space",
"ImportSeparatorTab": "Tab",
"ImportWizardFirstStep": "Import contacts",
"ImportWizardFourthStep": "Add to portal",
"ImportWizardSecondStep": "Setting up compliance",
"ImportWizardThirdStep": "Edit Contacts",
"InviteLink": "Invitation Link",
"LastName": "Last Name",
"LblActive": "Active",
"LblByName": "Name",
"LblByType": "Type",
"LblCancelButton": "Cancel",
"LblChangeEmail": "Change email",
"LblChangePassword": "Change password",
"LblCreateNew": "Create",
"LblDeleteProfile": "Delete profile",
"LblEdit": "Edit",
"LblImportAccounts": "Import accounts",
"LblMobilePhone": "Primary Mobile Phone",
"LblOKButton": "OK",
"LblOther": "Other",
"LblPassword": "Password",
"LblPending": "Pending",
"LblReassignData": "Reassign data",
"LblRemoveData": "Delete personal data",
"LblResendInvites": "Send invitations once again",
"LblSendActivation": "Send activation link once again",
"LblSendEmail": "Send email",
"LblSendMessage": "Send message",
"LblStatus": "Status",
"LblSubscriptions": "Subscriptions",
"LblTerminated": "Disabled",
"LblTips": "Tooltips",
"MainEmail": "Main Email",
"Members": "Members",
"NoSameValuesOptions": "Fields on the portal cannot have the same values!",
"NotFoundDescription": "No people matching your filter can be displayed in this section. Please select other filter options or clear filter to view all the people in this section.",
"NotFoundTitle": "No results matching your search could be found",
"NotImport": "Not import",
"OnTop": "On top",
"ProductAdminOpportunities": "Do the same as a user|Create profiles and groups|Import profiles|Invite users",
"ProductDescription": "Add new users, invite or import them. Manage users and view their detailed information.",
"ProductName": "People",
"ProductUserOpportunities": "View profiles and groups",
"ReadAboutNonProfit": "Or {0}read about non-profit usage{1}.",
"ReassignAbortButton": "Abort transfer",
"ReassignAbortToastrMsg": "Data transfer aborted",
"ReassignButton": "Reassign",
"ReassignCrmModule": "CRM",
"ReassignDocumentsModule": "Documents",
"ReassignErrorToastrMsg": "Data transfer interrupted due to a server error",
"ReassignMailModule": "Mail",
"ReassignmentData": "Data reassignment",
"ReassignProjectsModule": "Projects",
"ReassignRestartButton": "Start transfer again",
"ReassignsProgressNotifyInfo": "You can close this page. When the process is completed, the administrator who runs it will be notified by mail.",
"ReassignsProgressText": "The process of data transfer is started, it can take a considerable time.{0}You can close this page. When the process is completed, the administrator who runs it will be notified by mail.",
"ReassignsProgressUserInfo": "The process of reassignment data from user {0} to user {1} started, it can take a considerable time.",
"ReassignsReadMore": "More about data transfer",
"ReassignStatusAborted": "Interrupted, some data could be transferred",
"ReassignStatusError": "Server error",
"ReassignStatusFinished": "All data transferred",
"ReassignStatusNotStarted": "Data was not transferred",
"ReassignStatusQueued": "Queued",
"ReassignStatusStarted": "Started",
"ReassignsToUser": "Employee to whom the data will be transferred -",
"ReassignsTransferedListHdr": "Will be transferred:",
"ReassignsTransferedListItem1": "General and personal documents available to other portal users;",
"ReassignsTransferedListItem2": "Open projects, milestones and tasks;",
"ReassignsTransferedListItem3": "Contacts, open tasks, not closed opportunities and CRM cases;",
"ReassignTalkModule": "Talk",
"RemovingAbortButton": "Abort removal",
"RemovingAbortToastrMsg": "Data deletion aborted",
"RemovingData": "Deleting personal data",
"RemovingErrorToastrMsg": "Data deletion interrupted due to a server error",
"RemovingListHdr": "Will be removed:",
"RemovingListItem1": "All personal documents;",
"RemovingListItem2": "CRM report files;",
"RemovingListItem3": "All emails and attached files;",
"RemovingListItem4": "Attached from Talk files;",
"RemovingProgressUserInfo": "The process of deleting personal data for user {0} started, it can take a considerable time.",
"RemovingReadMore": "More about deleting the personal data",
"RemovingRestartButton": "Start removing again",
"RemovingStatusAborted": "Interrupted, some data could be deleted",
"RemovingStatusFinished": "All data deleted",
"RemovingStatusNotStarted": "Data was not deleted",
"ResendInviteDialogAfterActivation": "After the users confirm the invitation to the portal their status will change to 'Active'",
"ResendInviteDialogHeader": "Send invitation once again",
"ResendInviteDialogTargetUsers": "The invitation to the portal will be sent once again to the selected users with the 'Pending' status who are not disabled.",
"SaveButton": "Save",
"SelectAll": "Select all",
"SelectedCount": "{0} selected",
"Settings": "Settings",
"Show": "Show",
"ShowOnPage": "Show on page",
"ShowSelectedUserList": "View the selected users list",
"SocialProfiles": "Social Profiles",
"SuccessfullyDeleteUserInfoMessage": "User has been successfully deleted",
"SuccessfullySentNotificationDeleteUserInfoMessage": "The instructions for your profile deletion have been sent to email address",
"TariffActiveUserLimit": "Your current pricing plan allows you to add {0}{1} active users{2}.",
"TerminateButton": "Terminate",
"Title": "Title",
"TitleThumbnailPhoto": "Change Thumbnails",
"TotalCount": "Total count",
"WaitingForConfirmation": "Waiting for confirmation",
"WriteButton": "Write Letter"
}

View File

@ -1,176 +0,0 @@
{
"AccessRightsSettings": "Droits d'accès sur le portail",
"Actions": "Actions",
"AddButton": "Ajouter",
"AddDepartmentDlgTitle": "Ajouter {!group}",
"AddImage": "Ajouter image",
"AddMembers": "Ajouter membres",
"BlockedMessage": "Désactivé",
"CancelButton": "Annuler",
"ChangeStatus": "Changer statut",
"ChangeStatusButton": "Modifier le statut",
"ChangeStatusDialogConstraint": "Si ce nombre dépasse le plan de tarification actuel, vous devez mettre à jour votre plan et répétez l'opération sinon le statut des autres utilisateurs ne sera pas modifié.",
"ChangeStatusDialogHeader": "Modifier le statut de l'utilisateur",
"ChangeStatusDialogRestriction": "Vous ne pouvez pas changer le statut de propriétaire du portail et votre propre statut",
"ChangeStatusDialogToActive": "Les utilisateurs avec le statut 'Désactivé' seront activés.",
"ChangeStatusDialogToTerminate": "Les utilisateurs avec le statut 'Actif' seront désactivés.",
"ChangeType": "Modifier le type",
"ChangeTypeDialogConstraint": "Actualisez votre plan et répétez l'opération sinon le type des autres utilisateurs ne sera pas modifié.",
"ChangeTypeDialogHeader": "Changer le type d'utilisateur",
"ChangeTypeDialogRestriction": "Vous ne pouvez pas changer votre type ou le type de propriétaire du portail",
"ChangeTypeDialogToGuest": "Les utilisateurs du type '{!User}' seront déplacés dans le type '{!Guest}'",
"ChangeTypeDialogToUser": "Les utilisateurs du type '{!Guest}' seront déplacés dans le type '{!User}'",
"ChooseUser": "Choisir l'utilisateur",
"ClearButton": "Réinitialiser le filtre",
"Confirmation": "Confirmation",
"CreateNewProfile": "Créer un nouvel utilisateur",
"DeleteBtnHint": "Ce ne sont que les utilisateurs et les invités avec le statut 'Desactivé' qui peuvent être supprimés",
"DeleteButton": "Supprimer",
"DeleteProfileAfterReassignment": "Supprimer le profile lorsque réaffectation est finie",
"DeleteUserProfiles": "Supprimer l'utilisateur du portail",
"DeleteUsersDataConfirmation": "Les documents personnels de ces utilisateurs qui sont patagés avec d'autres seront supprimés. Pour éviter cela, vous devez démarrer le processus de transfert de données avant la suppression.",
"DeleteUsersDescription": "Les utilisateurs désactivés sélectionnés seront supprimés du portail. Il est à noter que cette action ne peut pas être annulée. Vous ne pouvez pas supprimer des utilisateurs qui ont des statuts 'Actif' ou 'En attente', tout d'abord il faut les désactiver.",
"DeleteUsersDescriptionText": "Les utilisateurs handicapés sélectionnés seront supprimés du portail.",
"DepartmentMaster": "{!Head}",
"DeselectAll": "Désélectionner tout",
"DisableUserButton": "Désactiver",
"DisableUserHelp": "{!User} ne sera pas affiché dans la liste des {!users} actifs",
"EditButton": "Modifier",
"EditImage": "Modifier image",
"Email": "Email",
"EnableUserButton": "Activer ",
"EnableUserHelp": "{!User} sera affiché de nouveau comme actif ",
"ErrorEmptyName": "Entrez un nom",
"ErrorEmptyUploadFileSelected": "Impossible de trouver le fichier chargé",
"ErrorImageSizetLimit": "La taille de l'image est trop grande",
"ErrorImageWeightLimit": "La taille du fichier d'image est trop grande",
"ErrorUnknownFileImageType": "Le type de fichier de l'image est inconnu",
"ExampleValues": "Valeurs d'example",
"FieldsInFile": "Chapms dans le fichier",
"FieldsOnPortal": "Champs sur le portail ONLYOFFICE",
"FirstName": "Prénom",
"Hide": "Cacher",
"HideSelectedUserList": "Cacher la liste des utilisateurs sélectionnés",
"ImportClear": "Effacer",
"ImportColumn": "Colonne",
"ImportDelimiterDQ": "Guillemets doubles",
"ImportDelimiterSQ": "Guillemet simple",
"ImportEncodingASCII": "ASCII",
"ImportEncodingCP866": "CP-866",
"ImportEncodingKOI8R": "KOI8-R",
"ImportEncodingUTF8": "UTF-8",
"ImportEncodingWindows1251": "Windows1251",
"ImportFromFile": "Depuis un fichier",
"ImportFromGoogle": "Google",
"ImportFromYahoo": "Yahoo",
"ImportPeople": "Importer personnes",
"ImportSeparatorColon": "Deux-points",
"ImportSeparatorComma": "Virgule",
"ImportSeparatorSemicolon": "Point-virgule",
"ImportSeparatorSpace": "Espace",
"ImportSeparatorTab": "Tabulation",
"ImportWizardFirstStep": "Importer les contacts",
"ImportWizardFourthStep": "Ajouter au portail",
"ImportWizardSecondStep": "Mise en place de conformité",
"ImportWizardThirdStep": "Modifier Contacts",
"InviteLink": "Lien d'invitation",
"LastName": "Nom",
"LblActive": "Actif",
"LblByName": "Nom",
"LblByType": "Type",
"LblCancelButton": "Annuler",
"LblChangeEmail": "Modifier l'émail",
"LblChangePassword": "Changer le mot de passe",
"LblCreateNew": "Créer",
"LblDeleteProfile": "Supprimer le profil",
"LblEdit": "Modifier",
"LblImportAccounts": "Importer des comptes",
"LblMobilePhone": "Numéro de téléphone principale",
"LblOKButton": "OK",
"LblOther": "Autre",
"LblPassword": "Mot de passe",
"LblPending": "En attente",
"LblReassignData": "Réaffecter des données",
"LblRemoveData": "Supprimer les données personnelles",
"LblResendInvites": "Renvoyer les invitations",
"LblSendActivation": "Envoyer un lien d'activation encore une fois",
"LblSendEmail": "Envoyer message",
"LblSendMessage": "Envoyer message",
"LblStatus": "Statut",
"LblSubscriptions": "Abonnements",
"LblTerminated": "Désactivé",
"LblTips": "Info-bulles",
"MainEmail": "Email principale",
"Members": "Membres",
"NoSameValuesOptions": "Champs sur le portail ne peuvent pas avoir les mêmes valeurs!",
"NotFoundDescription": "Aucune personne CRM correspondant à votre filtre peut être affichée dans cette section. Sélectionnez d'autres options de filtre ou effacez le filtre pour afficher toutes les personnes dans cette section.",
"NotFoundTitle": "Aucun résultat correspondant à vos critères n'a pu être trouvé",
"NotImport": "N'importer pas",
"OnTop": "En haut",
"ProductAdminOpportunities": "Faire la même chose qu'un utilisateur|Créer des profils et groupes|Importer des profils|Inviter des utilisateurs",
"ProductDescription": "Ajoutez de nouveaux utilisateurs, invitez ou importez-les. Gérez les utilisateurs et visualisez leurs informations détaillées.",
"ProductName": "Personnes",
"ProductUserOpportunities": "Afficher les profils et groupes",
"ReadAboutNonProfit": "Ou {0}lisez sur l'utilisation à but non lucratif{1}.",
"ReassignAbortButton": "Annuler le transfert",
"ReassignAbortToastrMsg": "Transfert de données annulé",
"ReassignButton": "Réaffecter",
"ReassignCrmModule": "CRM",
"ReassignDocumentsModule": "Documents",
"ReassignErrorToastrMsg": "Transfert de données interrompu dû à une erreur de serveur",
"ReassignMailModule": "Mail",
"ReassignmentData": "Réattribution de données",
"ReassignProjectsModule": "Projets",
"ReassignRestartButton": "Recommencer le transfert",
"ReassignsProgressNotifyInfo": "Vous pouvez fermer cette page. Lorsque le processus sera terminé, l'administrateur qui l'exécute sera averti par mail.",
"ReassignsProgressText": "Le processus de transfert de données est démarré, cela peut prendre beaucoup de temps.{0}Vous pouvez fermer cette page. Lorsque le processus sera terminé, l'administrateur qui l'exécute sera averti par mail.",
"ReassignsProgressUserInfo": "Le processus de réaffectation des données de l'utilisateur {0} à l'utilisateur {1} a commencé, cela peut prendre beaucoup de temps.",
"ReassignsReadMore": "En savoir plus sur le transfert de données",
"ReassignStatusAborted": "Interrompu, certaines données pourraient être transférées",
"ReassignStatusError": "Erreur de serveur",
"ReassignStatusFinished": "Toutes les données transférées",
"ReassignStatusNotStarted": "Les données n'ont pas été transférées",
"ReassignStatusQueued": "En file d'attente",
"ReassignStatusStarted": "Démarrer",
"ReassignsToUser": "Employé à qui les données seront transférées -",
"ReassignsTransferedListHdr": "Sera transféré:",
"ReassignsTransferedListItem1": "Documents généraux et personnels disponibles pour les autres utilisateurs du portail;",
"ReassignsTransferedListItem2": "Projets ouverts, jalons et tâches;",
"ReassignsTransferedListItem3": "Contacts, tâches ouvertes, opportunités non fermées et cas de CRM;",
"ReassignTalkModule": "Chat",
"RemovingAbortButton": "Annuler la suppression",
"RemovingAbortToastrMsg": "Suppression de données annulée",
"RemovingData": "Suppression de données personnelles",
"RemovingErrorToastrMsg": "Suppression de données interrompue en raison d'une erreur de serveur",
"RemovingListHdr": "Sera suprimé:",
"RemovingListItem1": "Tous les documents personnels;",
"RemovingListItem2": "Fichiers de rapport CRM;",
"RemovingListItem3": "Tous les e-mails et fichiers joints;",
"RemovingListItem4": "Fichiers joints à partir de Talk;",
"RemovingProgressUserInfo": "Le processus de suppression des données personnelles pour l'utilisateur {0} a commencé, cela peut prendre beaucoup de temps.",
"RemovingReadMore": "En savoir plus sur la suppression des données personnelles",
"RemovingRestartButton": "Commencez à supprimer à nouveau",
"RemovingStatusAborted": "Interrompu, certaines données pourraient être supprimées",
"RemovingStatusFinished": "Toutes les données supprimées",
"RemovingStatusNotStarted": "Les données n'ont pas été supprimées",
"ResendInviteDialogAfterActivation": "Après que les utilisateurs confirment l'invitation sur le portail leurs statuts deviennent 'Actif'",
"ResendInviteDialogHeader": "Renvoyer l'invitation",
"ResendInviteDialogTargetUsers": "L'invitation sur le portail sera renvoyée aux utilisateurs sélectionnés avec le statut 'En attente' qui ne sont pas désactivés.",
"SaveButton": "Enregistrer",
"SelectAll": "Sélectionner tout",
"SelectedCount": "{0} sélectionné",
"Settings": "Paramètres",
"Show": "Afficher",
"ShowOnPage": "Afficher sur la page",
"ShowSelectedUserList": "Afficher la liste des utilisateurs sélectionnés",
"SocialProfiles": "Profils sociaux",
"SuccessfullyDeleteUserInfoMessage": "L'utilisateur a été supprimé avec succès",
"SuccessfullySentNotificationDeleteUserInfoMessage": "Les instructions sur la suppression de votre profil sont été envoyées à l'adresse email",
"TariffActiveUserLimit": "Le plan tarifaire actuel permet d'ajouter les {0}{1}utilisateurs actifs{2}.",
"TerminateButton": "Terminer",
"Title": "Titre",
"TitleThumbnailPhoto": "Modifier vignettes",
"TotalCount": "Nombre total",
"WaitingForConfirmation": "En attente de confirmation",
"WriteButton": "Ecrire un message"
}

View File

@ -1,176 +0,0 @@
{
"AccessRightsSettings": "Права доступа на портале",
"Actions": "Действия",
"AddButton": "Добавить",
"AddDepartmentDlgTitle": "Добавить группу",
"AddImage": "Добавить изображение",
"AddMembers": "Добавить участников",
"BlockedMessage": "Заблокирован",
"CancelButton": "Отмена",
"ChangeStatus": "Изменить статус",
"ChangeStatusButton": "Изменить статус",
"ChangeStatusDialogConstraint": "Если это число превышает текущий тарифный план, вам потребуется повысить тарифный план и повторить операцию, иначе статус остальных пользователей не изменится.",
"ChangeStatusDialogHeader": "Изменение статуса пользователя",
"ChangeStatusDialogRestriction": "Вы не можете изменить статус владельца портала и свой собственный статус",
"ChangeStatusDialogToActive": "Пользователи со статусом 'Заблокирован' будут разблокированы.",
"ChangeStatusDialogToTerminate": "Пользователи со статусом 'Активный' будут заблокированы.",
"ChangeType": "Изменить тип",
"ChangeTypeDialogConstraint": "Повысьте тарифный план и повторите операцию, иначе тип остальных пользователей не изменится.",
"ChangeTypeDialogHeader": "Изменение типа пользователя",
"ChangeTypeDialogRestriction": "Вы не можете изменить тип для администраторов портала и для самого себя",
"ChangeTypeDialogToGuest": "Пользователи с типом '{!User}' будут переведены в тип '{!Guest}'",
"ChangeTypeDialogToUser": "Пользователи с типом '{!Guest}' будут переведены в тип '{!User}'",
"ChooseUser": "Выбрать пользователя",
"ClearButton": "Сбросить фильтр",
"Confirmation": "Подтверждение",
"CreateNewProfile": "Создание нового пользователя",
"DeleteBtnHint": "Удалить можно только пользователей или гостей со статусом 'Заблокирован'",
"DeleteButton": "Удалить",
"DeleteProfileAfterReassignment": "Удалить профиль после завершения передачи данных",
"DeleteUserProfiles": "Удаление пользователей с портала",
"DeleteUsersDataConfirmation": "Будут удалены личные документы этих пользователей, доступные для других. Чтобы избежать этого, нужно перед удалением запустить процесс передачи данных.",
"DeleteUsersDescription": "Выбранные заблокированные пользователи будут удалены с портала. Пожалуйста, обратите внимание на то, что это действие нельзя отменить.\nПользователей со статусом 'Активный' или 'Ожидание' удалить нельзя, сначала их надо заблокировать.",
"DeleteUsersDescriptionText": "Выбранные заблокированные пользователи будут удалены с портала.",
"DepartmentMaster": "{!Head}",
"DeselectAll": "Отменить выбор",
"DisableUserButton": "Заблокировать",
"DisableUserHelp": "{!User} не будет отображаться в списке активных",
"EditButton": "Редактировать",
"EditImage": "Изменить изображение",
"Email": "Email",
"EnableUserButton": "Разблокировать",
"EnableUserHelp": "{!User} снова перейдет в статус активных",
"ErrorEmptyName": "Введите название",
"ErrorEmptyUploadFileSelected": "Загружаемый файл не найден",
"ErrorImageSizetLimit": "Размер изображения слишком большой",
"ErrorImageWeightLimit": "Размер файла изображения слишком большой",
"ErrorUnknownFileImageType": "Неизвестный тип файла изображения",
"ExampleValues": "Примеры значений",
"FieldsInFile": "Поля в файле",
"FieldsOnPortal": "Поля на портале ONLYOFFICE",
"FirstName": "Имя",
"Hide": "Скрыть",
"HideSelectedUserList": "Скрыть список выбранных пользователей",
"ImportClear": "Очистить",
"ImportColumn": "Столбец",
"ImportDelimiterDQ": "Двойная кавычка",
"ImportDelimiterSQ": "Одинарная кавычка",
"ImportEncodingASCII": "ASCII",
"ImportEncodingCP866": "CP-866",
"ImportEncodingKOI8R": "KOI8-R",
"ImportEncodingUTF8": "UTF-8",
"ImportEncodingWindows1251": "Windows1251",
"ImportFromFile": "Из файла",
"ImportFromGoogle": "Google",
"ImportFromYahoo": "Yahoo",
"ImportPeople": "Импортировать людей",
"ImportSeparatorColon": "Двоеточие",
"ImportSeparatorComma": "Запятая",
"ImportSeparatorSemicolon": "Точка с запятой",
"ImportSeparatorSpace": "Пробел",
"ImportSeparatorTab": "Табуляция",
"ImportWizardFirstStep": "Импорт контактов",
"ImportWizardFourthStep": "Добавление на портал",
"ImportWizardSecondStep": "Установка соответствия",
"ImportWizardThirdStep": "Проверка",
"InviteLink": "Пригласительная ссылка",
"LastName": "Фамилия",
"LblActive": "Активный",
"LblByName": "Фамилия",
"LblByType": "Тип",
"LblCancelButton": "Отмена",
"LblChangeEmail": "Изменить email",
"LblChangePassword": "Сменить пароль",
"LblCreateNew": "Создать",
"LblDeleteProfile": "Удалить профиль",
"LblEdit": "Редактировать",
"LblImportAccounts": "Импортировать аккаунты",
"LblMobilePhone": "Основной телефон",
"LblOKButton": "OK",
"LblOther": "Другое",
"LblPassword": "Пароль",
"LblPending": "Ожидание",
"LblReassignData": "Передать данные",
"LblRemoveData": "Удалить личные данные",
"LblResendInvites": "Отправить приглашения еще раз",
"LblSendActivation": "Отправить ссылку активации еще раз",
"LblSendEmail": "Отправить письмо",
"LblSendMessage": "Отправить сообщение",
"LblStatus": "Статус",
"LblSubscriptions": "Подписки",
"LblTerminated": "Заблокирован",
"LblTips": "Подсказки",
"MainEmail": "Основной Email",
"Members": "Участники",
"NoSameValuesOptions": "Поля на портале не могут иметь одинаковые значения!",
"NotFoundDescription": "В данном разделе нет людей, соответствующих фильтру. Пожалуйста, выберите другие параметры или очистите фильтр, чтобы просмотреть всех людей в этом разделе.",
"NotFoundTitle": "Результатов, соответствующих заданным критериям, не найдено",
"NotImport": "Не импортировать",
"OnTop": "Наверх",
"ProductAdminOpportunities": "Делать то же самое, что и пользователь|Создавать профили и группы|Импортировать профили|Приглашать пользователей",
"ProductDescription": "Добавляйте новых пользователей, приглашайте или импортируйте их. Управляйте пользователями и просматривайте подробную информацию о них.",
"ProductName": "Люди",
"ProductUserOpportunities": "Просматривать профили и группы",
"ReadAboutNonProfit": "Или {0}прочитайте о некоммерческом использовании{1}.",
"ReassignAbortButton": "Прервать передачу",
"ReassignAbortToastrMsg": "Передача данных прервана",
"ReassignButton": "Передать",
"ReassignCrmModule": "CRM",
"ReassignDocumentsModule": "Документы",
"ReassignErrorToastrMsg": "Передача данных прервана из-за ошибки сервера",
"ReassignMailModule": "Почта",
"ReassignmentData": "Передача данных",
"ReassignProjectsModule": "Проекты",
"ReassignRestartButton": "Запустить передачу заново",
"ReassignsProgressNotifyInfo": "Вы можете закрыть эту страницу. Когда процесс завершится, запустившему его администратору придет уведомление на почту.",
"ReassignsProgressText": "Процесс передачи данных запущен, он может занять значительное время.{0}Вы можете закрыть эту страницу. Когда процесс завершится, запустившему его администратору придет уведомление на почту.",
"ReassignsProgressUserInfo": "Процесс передачи данных от пользователя {0} пользователю {1} запущен, он может занять значительное время.",
"ReassignsReadMore": "Подробнее о передаче данных",
"ReassignStatusAborted": "Прервано, часть данных могла быть передана",
"ReassignStatusError": "Ошибка сервера",
"ReassignStatusFinished": "Переданы все данные",
"ReassignStatusNotStarted": "Данные не передавались",
"ReassignStatusQueued": "В очереди",
"ReassignStatusStarted": "Запущено",
"ReassignsToUser": "Сотрудник, которому будут переданы данные, -",
"ReassignsTransferedListHdr": "Будут переданы:",
"ReassignsTransferedListItem1": "Общие и личные документы, которые доступны другим пользователям портала;",
"ReassignsTransferedListItem2": "Открытые проекты, вехи и задачи;",
"ReassignsTransferedListItem3": "Контакты, открытые задачи, незакрытые сделки и мероприятия CRM;",
"ReassignTalkModule": "Чат",
"RemovingAbortButton": "Прервать удаление",
"RemovingAbortToastrMsg": "Удаление данных прервано",
"RemovingData": "Удаление личных данных",
"RemovingErrorToastrMsg": "Удаление данных прервано из-за ошибки сервера",
"RemovingListHdr": "Будут удалены:",
"RemovingListItem1": "Все личные документы;",
"RemovingListItem2": "Файлы отчетов CRM;",
"RemovingListItem3": "Все письма и вложения;",
"RemovingListItem4": "Прикрепленные файлы из Чата;",
"RemovingProgressUserInfo": "Процесс удаления персональных данных пользователя {0} запущен, он может занять значительное время.",
"RemovingReadMore": "Подробнее об удалении личных данных",
"RemovingRestartButton": "Запустить удаление заново",
"RemovingStatusAborted": "Прервано, часть данных могла быть удалена",
"RemovingStatusFinished": "Удалены все данные",
"RemovingStatusNotStarted": "Данные не удалялись",
"ResendInviteDialogAfterActivation": "После того, как пользователи подтвердят приглашение на портал, их статус изменится на 'Активный'",
"ResendInviteDialogHeader": "Отправить приглашение еще раз",
"ResendInviteDialogTargetUsers": "Приглашение на портал будет отправлено еще раз выбранным пользователям со статусом 'Ожидание', которые не заблокированы.",
"SaveButton": "Сохранить",
"SelectAll": "Выбрать всех",
"SelectedCount": "выбрано {0}",
"Settings": "Настройки",
"Show": "Показать",
"ShowOnPage": "Показывать на странице",
"ShowSelectedUserList": "Показать список выбранных пользователей",
"SocialProfiles": "Социальные профили",
"SuccessfullyDeleteUserInfoMessage": "Пользователь успешно удален",
"SuccessfullySentNotificationDeleteUserInfoMessage": "Инструкции по удалению Вашего профиля были высланы на адрес электронной почты",
"TariffActiveUserLimit": "Текущий тарифный план позволяет добавить {0}{1} активных пользователей{2}.",
"TerminateButton": "Завершить",
"Title": "Название",
"TitleThumbnailPhoto": "Изменить миниатюры",
"TotalCount": "Общее количество",
"WaitingForConfirmation": "Ожидание подтверждения",
"WriteButton": "Написать письмо"
}

View File

@ -26,31 +26,6 @@
</ItemGroup>
<ItemGroup>
<Compile Update="PublicResources\AuditResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>AuditResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\ChatResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>ChatResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\CustomModeResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>CustomModeResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\FeedResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>FeedResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\MonitoringResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>MonitoringResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\Resource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@ -61,11 +36,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>ResourceJS.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\StudioCountriesResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>StudioCountriesResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\UserControlsCommonResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@ -76,11 +46,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>WebstudioNotifyPatternResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\WhiteLabelResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>WhiteLabelResource.resx</DependentUpon>
</Compile>
<Compile Update="PublicResources\NamingPeopleResource.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@ -94,22 +59,6 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="PublicResources\AuditResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>AuditResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\ChatResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ChatResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\CustomModeResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>CustomModeResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\FeedResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>FeedResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\Resource.resx">
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>Resource.Designer.cs</LastGenOutput>
@ -118,18 +67,10 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>ResourceJS.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\StudioCountriesResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>StudioCountriesResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\UserControlsCommonResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UserControlsCommonResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\WhiteLabelResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>WhiteLabelResource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="PublicResources\NamingPeopleResource.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>NamingPeopleResource.Designer.cs</LastGenOutput>

View File

@ -1,243 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.Web.Core.PublicResources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class AuditResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal AuditResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Web.Core.PublicResources.AuditResource", typeof(AuditResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Action.
/// </summary>
internal static string ActionCol {
get {
return ResourceManager.GetString("ActionCol", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You can download the report for the data available during the selected storage period to view the detailed statistics. Please note, that the logging is currently enabled for the Documents, Projects, CRM and People modules, as well as for portal settings..
/// </summary>
internal static string AuditDownloadText {
get {
return ResourceManager.GetString("AuditDownloadText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Only the latest activity is shown at this page. The data itself is stored during the period, which can be entered to the field below (measured in days, 180 maximum):.
/// </summary>
internal static string AuditLatestText {
get {
return ResourceManager.GetString("AuditLatestText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to When the portal is actively used, all the user activity will be displayed here: document creation and editing, participation in projects, CRM and other modules, and various other information..
/// </summary>
internal static string AuditTrailEmptyScreenDscr {
get {
return ResourceManager.GetString("AuditTrailEmptyScreenDscr", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There is nothing to be displayed here.
/// </summary>
internal static string AuditTrailEmptyScreenHeader {
get {
return ResourceManager.GetString("AuditTrailEmptyScreenHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Audit Trail.
/// </summary>
internal static string AuditTrailNav {
get {
return ResourceManager.GetString("AuditTrailNav", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Online Users.
/// </summary>
internal static string AuditTrailOnlineUsers {
get {
return ResourceManager.GetString("AuditTrailOnlineUsers", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Date.
/// </summary>
internal static string DateCol {
get {
return ResourceManager.GetString("DateCol", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Download and open report.
/// </summary>
internal static string DownloadReportBtn {
get {
return ResourceManager.GetString("DownloadReportBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Email is not specified.
/// </summary>
internal static string EmailNotSpecified {
get {
return ResourceManager.GetString("EmailNotSpecified", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please wait while the report is being generated....
/// </summary>
internal static string GenerateText {
get {
return ResourceManager.GetString("GenerateText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You can download the report for the data available during the selected storage period to view the detailed statistics..
/// </summary>
internal static string LoginDownloadText {
get {
return ResourceManager.GetString("LoginDownloadText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to When the portal is actively used, all the user successful login activity as well as the unsuccessful login attempts will be displayed here..
/// </summary>
internal static string LoginHistoryEmptyScreenDscr {
get {
return ResourceManager.GetString("LoginHistoryEmptyScreenDscr", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There is nothing to be displayed here.
/// </summary>
internal static string LoginHistoryEmptyScreenHeader {
get {
return ResourceManager.GetString("LoginHistoryEmptyScreenHeader", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login History.
/// </summary>
internal static string LoginHistoryNav {
get {
return ResourceManager.GetString("LoginHistoryNav", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login History.
/// </summary>
internal static string LoginHistoryTitle {
get {
return ResourceManager.GetString("LoginHistoryTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Only the latest activity is shown at this page. The data itself is stored during the period, which can be entered to the field below (measured in days, 180 maximum):.
/// </summary>
internal static string LoginLatestText {
get {
return ResourceManager.GetString("LoginLatestText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Period of storage.
/// </summary>
internal static string StoragePeriod {
get {
return ResourceManager.GetString("StoragePeriod", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Total.
/// </summary>
internal static string TotalAuditItems {
get {
return ResourceManager.GetString("TotalAuditItems", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to User.
/// </summary>
internal static string UserCol {
get {
return ResourceManager.GetString("UserCol", resourceCulture);
}
}
}
}

View File

@ -1,180 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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: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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ActionCol" xml:space="preserve">
<value>Action</value>
</data>
<data name="AuditDownloadText" xml:space="preserve">
<value>You can download the report for the data available during the selected storage period to view the detailed statistics. Please note, that the logging is currently enabled for the Documents, Projects, CRM and People modules, as well as for portal settings.</value>
</data>
<data name="AuditLatestText" xml:space="preserve">
<value>Only the latest activity is shown at this page. The data itself is stored during the period, which can be entered to the field below (measured in days, 180 maximum):</value>
</data>
<data name="AuditTrailEmptyScreenDscr" xml:space="preserve">
<value>When the portal is actively used, all the user activity will be displayed here: document creation and editing, participation in projects, CRM and other modules, and various other information.</value>
</data>
<data name="AuditTrailEmptyScreenHeader" xml:space="preserve">
<value>There is nothing to be displayed here</value>
</data>
<data name="AuditTrailNav" xml:space="preserve">
<value>Audit Trail</value>
</data>
<data name="AuditTrailOnlineUsers" xml:space="preserve">
<value>Online Users</value>
</data>
<data name="DateCol" xml:space="preserve">
<value>Date</value>
</data>
<data name="DownloadReportBtn" xml:space="preserve">
<value>Download and open report</value>
</data>
<data name="EmailNotSpecified" xml:space="preserve">
<value>Email is not specified</value>
</data>
<data name="GenerateText" xml:space="preserve">
<value>Please wait while the report is being generated...</value>
</data>
<data name="LoginDownloadText" xml:space="preserve">
<value>You can download the report for the data available during the selected storage period to view the detailed statistics.</value>
</data>
<data name="LoginHistoryEmptyScreenDscr" xml:space="preserve">
<value>When the portal is actively used, all the user successful login activity as well as the unsuccessful login attempts will be displayed here.</value>
</data>
<data name="LoginHistoryEmptyScreenHeader" xml:space="preserve">
<value>There is nothing to be displayed here</value>
</data>
<data name="LoginHistoryNav" xml:space="preserve">
<value>Login History</value>
</data>
<data name="LoginHistoryTitle" xml:space="preserve">
<value>Login History</value>
</data>
<data name="LoginLatestText" xml:space="preserve">
<value>Only the latest activity is shown at this page. The data itself is stored during the period, which can be entered to the field below (measured in days, 180 maximum):</value>
</data>
<data name="StoragePeriod" xml:space="preserve">
<value>Period of storage</value>
</data>
<data name="TotalAuditItems" xml:space="preserve">
<value>Total</value>
</data>
<data name="UserCol" xml:space="preserve">
<value>User</value>
</data>
</root>

View File

@ -1,351 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.Web.Core.PublicResources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class ChatResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal ChatResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Web.Core.PublicResources.ChatResource", typeof(ChatResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Invitation to chat room.
/// </summary>
internal static string ChatRoomInvite {
get {
return ResourceManager.GetString("ChatRoomInvite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear.
/// </summary>
internal static string ClearText {
get {
return ResourceManager.GetString("ClearText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Close all mini-chat windows.
/// </summary>
internal static string CloseAllWindows {
get {
return ResourceManager.GetString("CloseAllWindows", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Close item .
/// </summary>
internal static string CloseItem {
get {
return ResourceManager.GetString("CloseItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Close window.
/// </summary>
internal static string CloseMessageWindowAltTitle {
get {
return ResourceManager.GetString("CloseMessageWindowAltTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Chat rooms.
/// </summary>
internal static string ConferenceGroupName {
get {
return ResourceManager.GetString("ConferenceGroupName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Extend mini-chat.
/// </summary>
internal static string ExtendChatAltTitle {
get {
return ResourceManager.GetString("ExtendChatAltTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please switch to Talk..
/// </summary>
internal static string GoTalk {
get {
return ResourceManager.GetString("GoTalk", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Groups.
/// </summary>
internal static string Groups {
get {
return ResourceManager.GetString("Groups", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use Ctrl+Enter to send messages.
/// </summary>
internal static string HintCtrlEnterSender {
get {
return ResourceManager.GetString("HintCtrlEnterSender", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enable sounds.
/// </summary>
internal static string HintSounds {
get {
return ResourceManager.GetString("HintSounds", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter your message...
/// </summary>
internal static string InputNotificationMessage {
get {
return ResourceManager.GetString("InputNotificationMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Mailings.
/// </summary>
internal static string MailingsGroupName {
get {
return ResourceManager.GetString("MailingsGroupName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Minimize all mini-chat windows.
/// </summary>
internal static string MinimizeAllWindows {
get {
return ResourceManager.GetString("MinimizeAllWindows", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Minimize all windows when out of focus.
/// </summary>
internal static string MinimizeAllWindowsIfLoseFocus {
get {
return ResourceManager.GetString("MinimizeAllWindowsIfLoseFocus", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Minimize window.
/// </summary>
internal static string MinimizeMessageWindowAltTitle {
get {
return ResourceManager.GetString("MinimizeMessageWindowAltTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New message.
/// </summary>
internal static string NewMessageLabel {
get {
return ResourceManager.GetString("NewMessageLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Expand all mini-chat windows.
/// </summary>
internal static string RestoreAllWindows {
get {
return ResourceManager.GetString("RestoreAllWindows", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Expand window.
/// </summary>
internal static string RestoreMessageWindowAltTitle {
get {
return ResourceManager.GetString("RestoreMessageWindowAltTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Search.
/// </summary>
internal static string Search {
get {
return ResourceManager.GetString("Search", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Server internal error..
/// </summary>
internal static string ServerError {
get {
return ResourceManager.GetString("ServerError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show/Hide mini-chat.
/// </summary>
internal static string ShowHideChatAltTitle {
get {
return ResourceManager.GetString("ShowHideChatAltTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show invisible dialog windows.
/// </summary>
internal static string ShowInvisibleWindows {
get {
return ResourceManager.GetString("ShowInvisibleWindows", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Options.
/// </summary>
internal static string SmallChatOptionsAltTitle {
get {
return ResourceManager.GetString("SmallChatOptionsAltTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Smileys.
/// </summary>
internal static string SmileysAltTitle {
get {
return ResourceManager.GetString("SmileysAltTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Away.
/// </summary>
internal static string StatusAway {
get {
return ResourceManager.GetString("StatusAway", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not available.
/// </summary>
internal static string StatusNA {
get {
return ResourceManager.GetString("StatusNA", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Offline.
/// </summary>
internal static string StatusOffline {
get {
return ResourceManager.GetString("StatusOffline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Online.
/// </summary>
internal static string StatusOnline {
get {
return ResourceManager.GetString("StatusOnline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create chat room.
/// </summary>
internal static string TitleCreateRoom {
get {
return ResourceManager.GetString("TitleCreateRoom", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to typing the message....
/// </summary>
internal static string TypingMessage {
get {
return ResourceManager.GetString("TypingMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No contacts matching your search criteria can be found in list.
/// </summary>
internal static string UserNotFound {
get {
return ResourceManager.GetString("UserNotFound", resourceCulture);
}
}
}
}

View File

@ -1,216 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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: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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ChatRoomInvite" xml:space="preserve">
<value>Invitation to chat room</value>
</data>
<data name="ClearText" xml:space="preserve">
<value>Clear</value>
</data>
<data name="CloseAllWindows" xml:space="preserve">
<value>Close all mini-chat windows</value>
</data>
<data name="CloseItem" xml:space="preserve">
<value>Close item </value>
</data>
<data name="CloseMessageWindowAltTitle" xml:space="preserve">
<value>Close window</value>
</data>
<data name="ConferenceGroupName" xml:space="preserve">
<value>Chat rooms</value>
</data>
<data name="ExtendChatAltTitle" xml:space="preserve">
<value>Extend mini-chat</value>
</data>
<data name="GoTalk" xml:space="preserve">
<value>Please switch to Talk.</value>
</data>
<data name="Groups" xml:space="preserve">
<value>Groups</value>
</data>
<data name="HintCtrlEnterSender" xml:space="preserve">
<value>Use Ctrl+Enter to send messages</value>
</data>
<data name="HintSounds" xml:space="preserve">
<value>Enable sounds</value>
</data>
<data name="InputNotificationMessage" xml:space="preserve">
<value>Enter your message..</value>
</data>
<data name="MailingsGroupName" xml:space="preserve">
<value>Mailings</value>
</data>
<data name="MinimizeAllWindows" xml:space="preserve">
<value>Minimize all mini-chat windows</value>
</data>
<data name="MinimizeAllWindowsIfLoseFocus" xml:space="preserve">
<value>Minimize all windows when out of focus</value>
</data>
<data name="MinimizeMessageWindowAltTitle" xml:space="preserve">
<value>Minimize window</value>
</data>
<data name="NewMessageLabel" xml:space="preserve">
<value>New message</value>
</data>
<data name="RestoreAllWindows" xml:space="preserve">
<value>Expand all mini-chat windows</value>
</data>
<data name="RestoreMessageWindowAltTitle" xml:space="preserve">
<value>Expand window</value>
</data>
<data name="Search" xml:space="preserve">
<value>Search</value>
</data>
<data name="ServerError" xml:space="preserve">
<value>Server internal error.</value>
</data>
<data name="ShowHideChatAltTitle" xml:space="preserve">
<value>Show/Hide mini-chat</value>
</data>
<data name="ShowInvisibleWindows" xml:space="preserve">
<value>Show invisible dialog windows</value>
</data>
<data name="SmallChatOptionsAltTitle" xml:space="preserve">
<value>Options</value>
</data>
<data name="SmileysAltTitle" xml:space="preserve">
<value>Smileys</value>
</data>
<data name="StatusAway" xml:space="preserve">
<value>Away</value>
</data>
<data name="StatusNA" xml:space="preserve">
<value>Not available</value>
</data>
<data name="StatusOffline" xml:space="preserve">
<value>Offline</value>
</data>
<data name="StatusOnline" xml:space="preserve">
<value>Online</value>
</data>
<data name="TitleCreateRoom" xml:space="preserve">
<value>Create chat room</value>
</data>
<data name="TypingMessage" xml:space="preserve">
<value>typing the message...</value>
</data>
<data name="UserNotFound" xml:space="preserve">
<value>No contacts matching your search criteria can be found in list</value>
</data>
</root>

View File

@ -1,817 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.Web.Core.PublicResources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class CustomModeResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CustomModeResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Web.Core.PublicResources.CustomModeResource", typeof(CustomModeResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to &amp;copy; Ascensio System SIA {0}. All rights reserved..
/// </summary>
internal static string AllRightsReservedCustomMode {
get {
return ResourceManager.GetString("AllRightsReservedCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Personal is a free online editing suite for text documents, spreadsheets and presentations with an individual cloud storage..
/// </summary>
internal static string AuthDocsMetaDescriptionCustomMode {
get {
return ResourceManager.GetString("AuthDocsMetaDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to edit word online, word editor online, word online free, word office online.
/// </summary>
internal static string AuthDocsMetaKeywordsCustomMode {
get {
return ResourceManager.GetString("AuthDocsMetaKeywordsCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Or sign in with.
/// </summary>
internal static string AuthDocsOrCustomMode {
get {
return ResourceManager.GetString("AuthDocsOrCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Work in the browser or through the ONLYOFFICE desktop application.
/// </summary>
internal static string BrowserAndDesktopTextCustomMode {
get {
return ResourceManager.GetString("BrowserAndDesktopTextCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start typing email address or contact name from your personal, CRM contacts or
///portal users or use any other email to invite people to your event..
/// </summary>
internal static string calendarEventEditor_attendeesLabelHelpInfoCustomMode {
get {
return ResourceManager.GetString("calendarEventEditor_attendeesLabelHelpInfoCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Check your email for account confirmation..
/// </summary>
internal static string CheckEmailCustomMode {
get {
return ResourceManager.GetString("CheckEmailCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Convenient co-editing and reviewing.
/// </summary>
internal static string CollaborativeEditingTextCustomMode {
get {
return ResourceManager.GetString("CollaborativeEditingTextCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Document collaboration.
/// </summary>
internal static string CollaborativeWorkCustomMode {
get {
return ResourceManager.GetString("CollaborativeWorkCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to 100% compatible with MS Office formats.
/// </summary>
internal static string CompatibleTextCustomMode {
get {
return ResourceManager.GetString("CompatibleTextCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connection Instructions.
/// </summary>
internal static string ConnectionInstructionsCustomMode {
get {
return ResourceManager.GetString("ConnectionInstructionsCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create an account.
/// </summary>
internal static string CreateAccountCustomMode {
get {
return ResourceManager.GetString("CreateAccountCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create cloud.
/// </summary>
internal static string CreateOfficeCustomMode {
get {
return ResourceManager.GetString("CreateOfficeCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Document Discussion.
/// </summary>
internal static string DiscussionDocumentCustomMode {
get {
return ResourceManager.GetString("DiscussionDocumentCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use comments and chat to discuss working on a document without leaving the editor..
/// </summary>
internal static string DiscussionDocumentDescriptionCustomMode {
get {
return ResourceManager.GetString("DiscussionDocumentDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Document Editor.
/// </summary>
internal static string DocumentEditorCustomMode {
get {
return ResourceManager.GetString("DocumentEditorCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to It will help you easily create and edit text documents with formatting of any level of complexity..
/// </summary>
internal static string DocumentEditorDescriptionCustomMode {
get {
return ResourceManager.GetString("DocumentEditorDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Email.
/// </summary>
internal static string EmailCustomMode {
get {
return ResourceManager.GetString("EmailCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter your email address.
/// </summary>
internal static string EmailHintCustomMode {
get {
return ResourceManager.GetString("EmailHintCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Or sign in with.
/// </summary>
internal static string EnterViaSocialCustomMode {
get {
return ResourceManager.GetString("EnterViaSocialCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Forgot password?.
/// </summary>
internal static string ForgotPswdCustomMode {
get {
return ResourceManager.GetString("ForgotPswdCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Here you can change your portal address. Enter the part that will appear next to the onlyoffice.com/onlyoffice.eu portal address.{0}
///{1}Please note{2}: your old portal address will become available to new ONLYOFFICE users once you click the {1}Save{2} button..
/// </summary>
internal static string HelpAnswerPortalRenameCustomMode {
get {
return ResourceManager.GetString("HelpAnswerPortalRenameCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to To activate ONLYOFFICE Enterprise Edition you need to buy a license key..
/// </summary>
internal static string LicenseActivateDescrCustomMode {
get {
return ResourceManager.GetString("LicenseActivateDescrCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}Online Documents Editors{1}{0}Document Management{1}{0}Mail{1}{0}Projects{1}{0}CRM{1}{0}Calendar{1}{0}Community{1}.
/// </summary>
internal static string LicenseModulesListCustomMode {
get {
return ResourceManager.GetString("LicenseModulesListCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Account Login.
/// </summary>
internal static string LoginAccountCustomMode {
get {
return ResourceManager.GetString("LoginAccountCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connect to cloud.
/// </summary>
internal static string LoginAccountDesktopCustomMode {
get {
return ResourceManager.GetString("LoginAccountDesktopCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login.
/// </summary>
internal static string LoginCustomMode {
get {
return ResourceManager.GetString("LoginCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE always at hand.
/// </summary>
internal static string NearAtHandCustomMode {
get {
return ResourceManager.GetString("NearAtHandCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not registered yet?.
/// </summary>
internal static string NotRegisteredCustomMode {
get {
return ResourceManager.GetString("NotRegisteredCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE desktop.
/// </summary>
internal static string OfficeDesktopCustomMode {
get {
return ResourceManager.GetString("OfficeDesktopCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connect your ONLYOFFICE copy to the cloud to work on documents together without leaving the app..
/// </summary>
internal static string OfficeDesktopDescriptionCustomMode {
get {
return ResourceManager.GetString("OfficeDesktopDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE online.
/// </summary>
internal static string OfficeOnlineCustomMode {
get {
return ResourceManager.GetString("OfficeOnlineCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You only need a browser to work from anywhere. Reliable hosting will ensure the security of your data..
/// </summary>
internal static string OfficeOnlineDescriptionCustomMode {
get {
return ResourceManager.GetString("OfficeOnlineDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Online Version.
/// </summary>
internal static string OnlineVersionCustomMode {
get {
return ResourceManager.GetString("OnlineVersionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password.
/// </summary>
internal static string PasswordCustomMode {
get {
return ResourceManager.GetString("PasswordCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Dear $UserName,
///
///Your user profile has been successfully added to the portal at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Get started with it today!
///
///h3.Start working with Documents:
///
///# Create and edit text documents, spreadsheet and presentations.
///# Connect cloud storages you use to create a single workspace for all of your docs.
///# Share documents with your team members.
///# Explore different ways of working on docs together: two real-time co-editing modes, review, comments, chat.
///
///h3.Try additional ${L [rest of string was truncated]&quot;;.
/// </summary>
internal static string pattern_enterprise_whitelabel_user_welcome_custom_mode {
get {
return ResourceManager.GetString("pattern_enterprise_whitelabel_user_welcome_custom_mode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Welcome to ONLYOFFICE Personal
///
///You have just created your personal office in the cloud.
///
///h3.It&apos;s a virtual workspace where you can edit and store documents, work with them from anywhere providing access to your friends or colleagues.
///
///ONLYOFFICE is compatible with Microsoft Office™ document formats and guarantees no loss of formatting or quality of created objects. We promise to relieve you from formatting fidelity headache and give full professional editing toolset in your hands.
///
///h3.For a quick start, [rest of string was truncated]&quot;;.
/// </summary>
internal static string pattern_personal_custom_mode_after_registration1 {
get {
return ResourceManager.GetString("pattern_personal_custom_mode_after_registration1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to $PersonalHeaderStart Connect your favorite cloud storage to ONLYOFFICE $PersonalHeaderEnd
///
///It has been a week since you created your cloud office, so we believe it&apos;s time to unveil some beneficial features you might have missed.
///
///Connect *Dropbox*, *Google Drive*, *Box*, *OneDrive*, *Nextcloud*, *ownCloud* or *Yandex.Disk* to ONLYOFFICE and create a single document management space for all your documents. You&apos;ll be able to edit external files in ONLYOFFICE and save them to the storage you keep documents in. [rest of string was truncated]&quot;;.
/// </summary>
internal static string pattern_personal_custom_mode_after_registration7 {
get {
return ResourceManager.GetString("pattern_personal_custom_mode_after_registration7", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You have requested to change your email address used to enter the ${LetterLogoText} portal.
///
///Please follow the link below to change your email address:
///
///$GreenButton
///
///*Note*: this link is valid for 7 days only. Please complete your email change process within that period.
///
///If you do not want to change your email or received this email by mistake, please ignore it.
///
///Sincerely,
///ONLYOFFICE team.
/// </summary>
internal static string pattern_personal_custom_mode_change_email {
get {
return ResourceManager.GetString("pattern_personal_custom_mode_change_email", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There has been a request to change your password used to enter the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.
///
///Please follow the link below to change your password:
///
///$GreenButton
///
///*Note*: this link is valid for 7 days only. Please complete the password change process within that period.
///
///If you do not want to change your password or received this email by mistake, please ignore it.
///
///Sincerely,
///ONLYOFFICE team.
/// </summary>
internal static string pattern_personal_custom_mode_change_password {
get {
return ResourceManager.GetString("pattern_personal_custom_mode_change_password", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello,
///
///you&apos;ve just registered an account at the ONLYOFFICE solution for personal use. Click &quot;here&quot;:&quot;$InviteLink&quot; to confirm the registration and create a password.
///
///If you can&apos;t open the link, please copy the following &quot;$InviteLink&quot;:&quot;$InviteLink&quot; and paste it into your browser address bar.
///
///Sincerely,
///ONLYOFFICE team.
/// </summary>
internal static string pattern_personal_custom_mode_confirmation {
get {
return ResourceManager.GetString("pattern_personal_custom_mode_confirmation", resourceCulture);
}
}
/// <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):
///
///$GreenButton
///
///*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;amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;.
///
///Ignore this email if you do not want [rest of string was truncated]&quot;;.
/// </summary>
internal static string pattern_personal_custom_mode_profile_delete {
get {
return ResourceManager.GetString("pattern_personal_custom_mode_profile_delete", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Dear $UserName,
///
///The process of removing data from user &quot;$FromUserName&quot;:&quot;$FromUserLink&quot; has been successfully completed.
///
///The deletion of personal data allowed to free:
///
///# Documents - $DocsSpace
///# Mail - $MailSpace
///# Talk - $TalkSpace
///
///^You receive this email because you are a registered user of the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.^.
/// </summary>
internal static string pattern_remove_user_data_completed_custom_mode {
get {
return ResourceManager.GetString("pattern_remove_user_data_completed_custom_mode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE presentation editor.
/// </summary>
internal static string PresentationEditorCustomMode {
get {
return ResourceManager.GetString("PresentationEditorCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to It will provide you with all the tools to create impressive presentations and present any idea to the audience..
/// </summary>
internal static string PresentationEditorDescriptionCustomMode {
get {
return ResourceManager.GetString("PresentationEditorDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Do the same as a user|Link Dropbox, Box and other accounts in the &apos;Common Documents&apos; section|Set up access rights to the documents and folders in the &apos;Common Documents&apos; section.
/// </summary>
internal static string ProductAdminOpportunitiesCustomMode {
get {
return ResourceManager.GetString("ProductAdminOpportunitiesCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create and edit own documents as well as the shared documents with the proper access rights|Give reading/editing access to other users to the documents and folders|Link Dropbox, Box and other accounts in the &apos;My documents&apos; section.
/// </summary>
internal static string ProductUserOpportunitiesCustomMode {
get {
return ResourceManager.GetString("ProductUserOpportunitiesCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create now.
/// </summary>
internal static string RegistryButtonCreateNowCustomMode {
get {
return ResourceManager.GetString("RegistryButtonCreateNowCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to I want to subscribe to the ONLYOFFICE newsletter.
/// </summary>
internal static string RegistrySettingSpamCustomMode {
get {
return ResourceManager.GetString("RegistrySettingSpamCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to I agree to ONLYOFFICE {0}Terms and conditions{1}.
/// </summary>
internal static string RegistrySettingTermsCustomMode {
get {
return ResourceManager.GetString("RegistrySettingTermsCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remember.
/// </summary>
internal static string RememberCustomMode {
get {
return ResourceManager.GetString("RememberCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Review.
/// </summary>
internal static string ReviewingCustomMode {
get {
return ResourceManager.GetString("ReviewingCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Turn on review mode to suggest edits to the document without changing it..
/// </summary>
internal static string ReviewingDescriptionCustomMode {
get {
return ResourceManager.GetString("ReviewingDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Activation email sent to.
/// </summary>
internal static string SendActivationEmailCustomMode {
get {
return ResourceManager.GetString("SendActivationEmailCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sign Up.
/// </summary>
internal static string SignUpCustomMode {
get {
return ResourceManager.GetString("SignUpCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sign Up to the cloud.
/// </summary>
internal static string SignUpDesktopCustomMode {
get {
return ResourceManager.GetString("SignUpDesktopCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}Two-factor authentication{1} is a more secure way for the users to enter the portal. After the credentials are entered, the user will have to enter the code from connected authenticator application.{2}Enable this option for a more secure portal access by all the portal users. {2}To apply the changes you made click the {0}Save{1} button below this section.{2}.
/// </summary>
internal static string SmsAuthDescriptionCustomMode {
get {
return ResourceManager.GetString("SmsAuthDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE spreadsheet editor.
/// </summary>
internal static string SpreadsheetEditorCustomMode {
get {
return ResourceManager.GetString("SpreadsheetEditorCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Provides professional work with spreadsheets, helps to conduct complex calculations and organize your data..
/// </summary>
internal static string SpreadsheetEditorDescriptionCustomMode {
get {
return ResourceManager.GetString("SpreadsheetEditorDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE Personal.
/// </summary>
internal static string subject_personal_custom_mode_after_registration1 {
get {
return ResourceManager.GetString("subject_personal_custom_mode_after_registration1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connect your favorite cloud storage to ONLYOFFICE.
/// </summary>
internal static string subject_personal_custom_mode_after_registration7 {
get {
return ResourceManager.GetString("subject_personal_custom_mode_after_registration7", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Personal. Email change request.
/// </summary>
internal static string subject_personal_custom_mode_change_email {
get {
return ResourceManager.GetString("subject_personal_custom_mode_change_email", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Personal password assistance.
/// </summary>
internal static string subject_personal_custom_mode_change_password {
get {
return ResourceManager.GetString("subject_personal_custom_mode_change_password", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Personal. Please activate your email address.
/// </summary>
internal static string subject_personal_custom_mode_confirmation {
get {
return ResourceManager.GetString("subject_personal_custom_mode_confirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Personal account termination.
/// </summary>
internal static string subject_personal_custom_mode_profile_delete {
get {
return ResourceManager.GetString("subject_personal_custom_mode_profile_delete", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Remove user data is completed.
/// </summary>
internal static string subject_remove_user_data_completed_custom_mode {
get {
return ResourceManager.GetString("subject_remove_user_data_completed_custom_mode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You are using ONLYOFFICE™ Enterprise Edition. {0}Support and updates are no longer available for your license since {2}{1}..
/// </summary>
internal static string TariffOverdueStandaloneCustomMode {
get {
return ResourceManager.GetString("TariffOverdueStandaloneCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You are using ONLYOFFICE™ Enterprise Edition..
/// </summary>
internal static string TariffPaidStandaloneCustomMode {
get {
return ResourceManager.GetString("TariffPaidStandaloneCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Terms of Use.
/// </summary>
internal static string TermsServiceCustomMode {
get {
return ResourceManager.GetString("TermsServiceCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Thank you for registering.
/// </summary>
internal static string ThanksRegistrationCustomMode {
get {
return ResourceManager.GetString("ThanksRegistrationCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Collaboration cloud.
/// </summary>
internal static string TitleCustomMode {
get {
return ResourceManager.GetString("TitleCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Personal online office.
/// </summary>
internal static string TitlePageNewCustomMode {
get {
return ResourceManager.GetString("TitlePageNewCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Change tracking.
/// </summary>
internal static string TrackingChangesCustomMode {
get {
return ResourceManager.GetString("TrackingChangesCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Turn on the display of the changes made. Different viewing modes will help check how the document will look like if you accept or reject these edits..
/// </summary>
internal static string TrackingChangesDescriptionCustomMode {
get {
return ResourceManager.GetString("TrackingChangesDescriptionCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Two co-editing modes.
/// </summary>
internal static string TwoEditingModesCustomMode {
get {
return ResourceManager.GetString("TwoEditingModesCustomMode", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to In Quick mode, you see what your collaborator is typing, and he sees what you are typing. In Strict you edit parts of the document privately, and the changes are shown after saving..
/// </summary>
internal static string TwoEditingModesDescriptionCustomMode {
get {
return ResourceManager.GetString("TwoEditingModesDescriptionCustomMode", resourceCulture);
}
}
}
}

View File

@ -1,469 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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: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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AllRightsReservedCustomMode" xml:space="preserve">
<value>&amp;copy; Ascensio System SIA {0}. All rights reserved.</value>
</data>
<data name="AuthDocsMetaDescriptionCustomMode" xml:space="preserve">
<value>ONLYOFFICE Personal is a free online editing suite for text documents, spreadsheets and presentations with an individual cloud storage.</value>
</data>
<data name="AuthDocsMetaKeywordsCustomMode" xml:space="preserve">
<value>edit word online, word editor online, word online free, word office online</value>
</data>
<data name="AuthDocsOrCustomMode" xml:space="preserve">
<value>Or sign in with</value>
</data>
<data name="BrowserAndDesktopTextCustomMode" xml:space="preserve">
<value>Work in the browser or through the ONLYOFFICE desktop application</value>
</data>
<data name="CheckEmailCustomMode" xml:space="preserve">
<value>Check your email for account confirmation.</value>
</data>
<data name="CollaborativeEditingTextCustomMode" xml:space="preserve">
<value>Convenient co-editing and reviewing</value>
</data>
<data name="CollaborativeWorkCustomMode" xml:space="preserve">
<value>Document collaboration</value>
</data>
<data name="CompatibleTextCustomMode" xml:space="preserve">
<value>100% compatible with MS Office formats</value>
</data>
<data name="ConnectionInstructionsCustomMode" xml:space="preserve">
<value>Connection Instructions</value>
</data>
<data name="CreateAccountCustomMode" xml:space="preserve">
<value>Create an account</value>
</data>
<data name="CreateOfficeCustomMode" xml:space="preserve">
<value>Create cloud</value>
</data>
<data name="DiscussionDocumentCustomMode" xml:space="preserve">
<value>Document Discussion</value>
</data>
<data name="DiscussionDocumentDescriptionCustomMode" xml:space="preserve">
<value>Use comments and chat to discuss working on a document without leaving the editor.</value>
</data>
<data name="DocumentEditorCustomMode" xml:space="preserve">
<value>ONLYOFFICE Document Editor</value>
</data>
<data name="DocumentEditorDescriptionCustomMode" xml:space="preserve">
<value>It will help you easily create and edit text documents with formatting of any level of complexity.</value>
</data>
<data name="EmailCustomMode" xml:space="preserve">
<value>Email</value>
</data>
<data name="EmailHintCustomMode" xml:space="preserve">
<value>Enter your email address</value>
</data>
<data name="EnterViaSocialCustomMode" xml:space="preserve">
<value>Or sign in with</value>
</data>
<data name="ForgotPswdCustomMode" xml:space="preserve">
<value>Forgot password?</value>
</data>
<data name="HelpAnswerPortalRenameCustomMode" xml:space="preserve">
<value>Here you can change your portal address. Enter the part that will appear next to the onlyoffice.com/onlyoffice.eu portal address.{0}
{1}Please note{2}: your old portal address will become available to new ONLYOFFICE users once you click the {1}Save{2} button.</value>
</data>
<data name="LicenseActivateDescrCustomMode" xml:space="preserve">
<value>To activate ONLYOFFICE Enterprise Edition you need to buy a license key.</value>
</data>
<data name="LicenseModulesListCustomMode" xml:space="preserve">
<value>{0}Online Documents Editors{1}{0}Document Management{1}{0}Mail{1}{0}Projects{1}{0}CRM{1}{0}Calendar{1}{0}Community{1}</value>
</data>
<data name="LoginAccountCustomMode" xml:space="preserve">
<value>Account Login</value>
</data>
<data name="LoginAccountDesktopCustomMode" xml:space="preserve">
<value>Connect to cloud</value>
</data>
<data name="LoginCustomMode" xml:space="preserve">
<value>Login</value>
</data>
<data name="NearAtHandCustomMode" xml:space="preserve">
<value>ONLYOFFICE always at hand</value>
</data>
<data name="NotRegisteredCustomMode" xml:space="preserve">
<value>Not registered yet?</value>
</data>
<data name="OfficeDesktopCustomMode" xml:space="preserve">
<value>ONLYOFFICE desktop</value>
</data>
<data name="OfficeDesktopDescriptionCustomMode" xml:space="preserve">
<value>Connect your ONLYOFFICE copy to the cloud to work on documents together without leaving the app.</value>
</data>
<data name="OfficeOnlineCustomMode" xml:space="preserve">
<value>ONLYOFFICE online</value>
</data>
<data name="OfficeOnlineDescriptionCustomMode" xml:space="preserve">
<value>You only need a browser to work from anywhere. Reliable hosting will ensure the security of your data.</value>
</data>
<data name="OnlineVersionCustomMode" xml:space="preserve">
<value>ONLYOFFICE Online Version</value>
</data>
<data name="PasswordCustomMode" xml:space="preserve">
<value>Password</value>
</data>
<data name="pattern_enterprise_whitelabel_user_welcome_custom_mode" xml:space="preserve">
<value>Dear $UserName,
Your user profile has been successfully added to the portal at "${__VirtualRootPath}":"${__VirtualRootPath}". Get started with it today!
h3.Start working with Documents:
# Create and edit text documents, spreadsheet and presentations.
# Connect cloud storages you use to create a single workspace for all of your docs.
# Share documents with your team members.
# Explore different ways of working on docs together: two real-time co-editing modes, review, comments, chat.
h3.Try additional ${LetterLogoText} tools:
# Add your email account to "${LetterLogoText} Mail":"${__VirtualRootPath}/addons/mail/".
# Create "Projects":"${__VirtualRootPath}/products/projects/" and manage your workflow by adding milestones and tasks.
# Manage your customer relations using "CRM":"${__VirtualRootPath}/products/crm/".
# Use "Community":"${__VirtualRootPath}/products/community/" to start your blogs, forums, add events, share bookmarks.
# Organize your work schedule with the built-in "Calendar":"${__VirtualRootPath}/addons/calendar/".
# Start "Talk":"${__VirtualRootPath}/addons/talk/" to chat with your teammates online.
$GreenButton
Truly yours,
${LetterLogoText} Team</value>
</data>
<data name="pattern_personal_custom_mode_after_registration1" xml:space="preserve">
<value>h1.Welcome to ONLYOFFICE Personal
You have just created your personal office in the cloud.
h3.It's a virtual workspace where you can edit and store documents, work with them from anywhere providing access to your friends or colleagues.
ONLYOFFICE is compatible with Microsoft Office™ document formats and guarantees no loss of formatting or quality of created objects. We promise to relieve you from formatting fidelity headache and give full professional editing toolset in your hands.
h3.For a quick start, here's what you can do in ONLYOFFICE:
- Upload files from your computer or create new;
- Work with all popular file formats;
- Edit autoshapes, charts, tables, equations and other objects;
- Use various addons for extended editing features;
- Easily access your Personal cloud via "Chrome extension":"https://chrome.google.com/webstore/detail/onlyoffice-personal/ohdlcmpahmacjddiaokoogleflddlahc?hl=en-US".
You can also edit documents offline with our free "desktop editors":"https://www.onlyoffice.com/download-desktop.aspx" or get a "mobile editing suite":"https://www.onlyoffice.com/mobile.aspx" for your iOS or Android device.
Sincerely,
ONLYOFFICE team</value>
</data>
<data name="pattern_personal_custom_mode_after_registration7" xml:space="preserve">
<value>$PersonalHeaderStart Connect your favorite cloud storage to ONLYOFFICE $PersonalHeaderEnd
It has been a week since you created your cloud office, so we believe it's time to unveil some beneficial features you might have missed.
Connect *Dropbox*, *Google Drive*, *Box*, *OneDrive*, *Nextcloud*, *ownCloud* or *Yandex.Disk* to ONLYOFFICE and create a single document management space for all your documents. You'll be able to edit external files in ONLYOFFICE and save them to the storage you keep documents in. Read details about connecting file storages to ONLYOFFICE "here":"${__HelpLink}/tipstricks/add-resource.aspx".
You can also integrate ONLYOFFICE editors into Google Drive using our "connector app":"https://chrome.google.com/webstore/detail/onlyoffice-personal/iohfebkcjhlelaoibebeohcgkohkcgpn".
Need more of document management?
h3.Try ONLYOFFICE for business "in the cloud":"https://www.onlyoffice.com/cloud-office.aspx" or "on your server":"https://www.onlyoffice.com/server-solutions.aspx" for free for 30 days and check out extended document management opportunities together with a business toolset:
- Manage team documents in projects;
- Integrate documents with CRM and Email;
- Share files to groups of users;
- Optimize your workflow with team communication tools.
Interested? Learn more about "ONLYOFFICE for business":"http://www.onlyoffice.com/document-management.aspx".
Sincerely,
ONLYOFFICE team</value>
</data>
<data name="pattern_personal_custom_mode_change_email" xml:space="preserve">
<value>You have requested to change your email address used to enter the ${LetterLogoText} portal.
Please follow the link below to change your email address:
$GreenButton
*Note*: this link is valid for 7 days only. Please complete your email change process within that period.
If you do not want to change your email or received this email by mistake, please ignore it.
Sincerely,
ONLYOFFICE team</value>
</data>
<data name="pattern_personal_custom_mode_change_password" xml:space="preserve">
<value>There has been a request to change your password used to enter the "${__VirtualRootPath}":"${__VirtualRootPath}" portal.
Please follow the link below to change your password:
$GreenButton
*Note*: this link is valid for 7 days only. Please complete the password change process within that period.
If you do not want to change your password or received this email by mistake, please ignore it.
Sincerely,
ONLYOFFICE team</value>
</data>
<data name="pattern_personal_custom_mode_confirmation" xml:space="preserve">
<value>Hello,
you've just registered an account at the ONLYOFFICE solution for personal use. Click "here":"$InviteLink" to confirm the registration and create a password.
If you can't open the link, please copy the following "$InviteLink":"$InviteLink" and paste it into your browser address bar.
Sincerely,
ONLYOFFICE team</value>
</data>
<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):
$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;amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0".
Ignore this email if you do not want to proceed.
If you have any questions, please contact us at "support@onlyoffice.com":"mailto:support@onlyoffice.com"
Sincerely,
ONLYOFFICE team</value>
</data>
<data name="PresentationEditorCustomMode" xml:space="preserve">
<value>ONLYOFFICE presentation editor</value>
</data>
<data name="PresentationEditorDescriptionCustomMode" xml:space="preserve">
<value>It will provide you with all the tools to create impressive presentations and present any idea to the audience.</value>
</data>
<data name="RegistryButtonCreateNowCustomMode" xml:space="preserve">
<value>Create now</value>
</data>
<data name="RegistrySettingSpamCustomMode" xml:space="preserve">
<value>I want to subscribe to the ONLYOFFICE newsletter</value>
</data>
<data name="RegistrySettingTermsCustomMode" xml:space="preserve">
<value>I agree to ONLYOFFICE {0}Terms and conditions{1}</value>
</data>
<data name="RememberCustomMode" xml:space="preserve">
<value>Remember</value>
</data>
<data name="ReviewingCustomMode" xml:space="preserve">
<value>Review</value>
</data>
<data name="ReviewingDescriptionCustomMode" xml:space="preserve">
<value>Turn on review mode to suggest edits to the document without changing it.</value>
</data>
<data name="SendActivationEmailCustomMode" xml:space="preserve">
<value>Activation email sent to</value>
</data>
<data name="SignUpCustomMode" xml:space="preserve">
<value>Sign Up</value>
</data>
<data name="SignUpDesktopCustomMode" xml:space="preserve">
<value>Sign Up to the cloud</value>
</data>
<data name="SpreadsheetEditorCustomMode" xml:space="preserve">
<value>ONLYOFFICE spreadsheet editor</value>
</data>
<data name="SpreadsheetEditorDescriptionCustomMode" xml:space="preserve">
<value>Provides professional work with spreadsheets, helps to conduct complex calculations and organize your data.</value>
</data>
<data name="subject_personal_custom_mode_after_registration1" xml:space="preserve">
<value>Welcome to ONLYOFFICE Personal</value>
</data>
<data name="subject_personal_custom_mode_after_registration7" xml:space="preserve">
<value>Connect your favorite cloud storage to ONLYOFFICE</value>
</data>
<data name="subject_personal_custom_mode_change_email" xml:space="preserve">
<value>ONLYOFFICE Personal. Email change request</value>
</data>
<data name="subject_personal_custom_mode_change_password" xml:space="preserve">
<value>ONLYOFFICE Personal password assistance</value>
</data>
<data name="subject_personal_custom_mode_confirmation" xml:space="preserve">
<value>ONLYOFFICE Personal. Please activate your email address</value>
</data>
<data name="subject_personal_custom_mode_profile_delete" xml:space="preserve">
<value>ONLYOFFICE Personal account termination</value>
</data>
<data name="TariffOverdueStandaloneCustomMode" xml:space="preserve">
<value>You are using ONLYOFFICE™ Enterprise Edition. {0}Support and updates are no longer available for your license since {2}{1}.</value>
</data>
<data name="TariffPaidStandaloneCustomMode" xml:space="preserve">
<value>You are using ONLYOFFICE™ Enterprise Edition.</value>
</data>
<data name="TermsServiceCustomMode" xml:space="preserve">
<value>Terms of Use</value>
</data>
<data name="ThanksRegistrationCustomMode" xml:space="preserve">
<value>Thank you for registering</value>
</data>
<data name="TitleCustomMode" xml:space="preserve">
<value>Collaboration cloud</value>
</data>
<data name="TitlePageNewCustomMode" xml:space="preserve">
<value>Personal online office</value>
</data>
<data name="TrackingChangesCustomMode" xml:space="preserve">
<value>Change tracking</value>
</data>
<data name="TrackingChangesDescriptionCustomMode" xml:space="preserve">
<value>Turn on the display of the changes made. Different viewing modes will help check how the document will look like if you accept or reject these edits.</value>
</data>
<data name="TwoEditingModesCustomMode" xml:space="preserve">
<value>Two co-editing modes</value>
</data>
<data name="TwoEditingModesDescriptionCustomMode" xml:space="preserve">
<value>In Quick mode, you see what your collaborator is typing, and he sees what you are typing. In Strict you edit parts of the document privately, and the changes are shown after saving.</value>
</data>
<data name="calendarEventEditor_attendeesLabelHelpInfoCustomMode" xml:space="preserve">
<value>Start typing email address or contact name from your personal, CRM contacts or
portal users or use any other email to invite people to your event.</value>
</data>
<data name="ProductAdminOpportunitiesCustomMode" xml:space="preserve">
<value>Do the same as a user|Link Dropbox, Box and other accounts in the 'Common Documents' section|Set up access rights to the documents and folders in the 'Common Documents' section</value>
</data>
<data name="ProductUserOpportunitiesCustomMode" xml:space="preserve">
<value>Create and edit own documents as well as the shared documents with the proper access rights|Give reading/editing access to other users to the documents and folders|Link Dropbox, Box and other accounts in the 'My documents' section</value>
</data>
<data name="pattern_remove_user_data_completed_custom_mode" xml:space="preserve">
<value>Dear $UserName,
The process of removing data from user "$FromUserName":"$FromUserLink" has been successfully completed.
The deletion of personal data allowed to free:
# Documents - $DocsSpace
# Mail - $MailSpace
# Talk - $TalkSpace
^You receive this email because you are a registered user of the "${__VirtualRootPath}":"${__VirtualRootPath}" portal.^</value>
</data>
<data name="subject_remove_user_data_completed_custom_mode" xml:space="preserve">
<value>${LetterLogoText}. Remove user data is completed</value>
</data>
<data name="SmsAuthDescriptionCustomMode" xml:space="preserve">
<value>{0}Two-factor authentication{1} is a more secure way for the users to enter the portal. After the credentials are entered, the user will have to enter the code from connected authenticator application.{2}Enable this option for a more secure portal access by all the portal users. {2}To apply the changes you made click the {0}Save{1} button below this section.{2}</value>
</data>
</root>

View File

@ -1,963 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.Web.Core.PublicResources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class FeedResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal FeedResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Web.Core.PublicResources.FeedResource", typeof(FeedResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Comments added to the announcement.
/// </summary>
internal static string AdvertCommentedText {
get {
return ResourceManager.GetString("AdvertCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Advertisement has been added.
/// </summary>
internal static string AdvertCreatedText {
get {
return ResourceManager.GetString("AdvertCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Author.
/// </summary>
internal static string Author {
get {
return ResourceManager.GetString("Author", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Post comment has been added.
/// </summary>
internal static string BlogCommentedText {
get {
return ResourceManager.GetString("BlogCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Post has been added.
/// </summary>
internal static string BlogCreatedText {
get {
return ResourceManager.GetString("BlogCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Blogs.
/// </summary>
internal static string BlogsModule {
get {
return ResourceManager.GetString("BlogsModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bookmark.
/// </summary>
internal static string Bookmark {
get {
return ResourceManager.GetString("Bookmark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bookmark comment has been added.
/// </summary>
internal static string BookmarkCommentedText {
get {
return ResourceManager.GetString("BookmarkCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bookmark has been added.
/// </summary>
internal static string BookmarkCreatedText {
get {
return ResourceManager.GetString("BookmarkCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Bookmarks.
/// </summary>
internal static string BookmarksModule {
get {
return ResourceManager.GetString("BookmarksModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to User.
/// </summary>
internal static string ByUser {
get {
return ResourceManager.GetString("ByUser", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cancel.
/// </summary>
internal static string CancelCommentBtn {
get {
return ResourceManager.GetString("CancelCommentBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Case.
/// </summary>
internal static string Case {
get {
return ResourceManager.GetString("Case", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Case has been added.
/// </summary>
internal static string CaseCreatedText {
get {
return ResourceManager.GetString("CaseCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cases.
/// </summary>
internal static string CasesModule {
get {
return ResourceManager.GetString("CasesModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Access error while adding a comment.
/// </summary>
internal static string CommentErrorMsg {
get {
return ResourceManager.GetString("CommentErrorMsg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Community.
/// </summary>
internal static string CommunityProduct {
get {
return ResourceManager.GetString("CommunityProduct", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Company.
/// </summary>
internal static string Company {
get {
return ResourceManager.GetString("Company", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Company has been added.
/// </summary>
internal static string CompanyCreatedText {
get {
return ResourceManager.GetString("CompanyCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Contact.
/// </summary>
internal static string Contact {
get {
return ResourceManager.GetString("Contact", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Contacts.
/// </summary>
internal static string Contacts {
get {
return ResourceManager.GetString("Contacts", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Contacts.
/// </summary>
internal static string ContactsModule {
get {
return ResourceManager.GetString("ContactsModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Created by.
/// </summary>
internal static string CreatedBy {
get {
return ResourceManager.GetString("CreatedBy", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CRM.
/// </summary>
internal static string CrmProduct {
get {
return ResourceManager.GetString("CrmProduct", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Task has been added.
/// </summary>
internal static string CrmTaskCreatedText {
get {
return ResourceManager.GetString("CrmTaskCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Tasks.
/// </summary>
internal static string CrmTaskModule {
get {
return ResourceManager.GetString("CrmTaskModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current month.
/// </summary>
internal static string CurrentMonth {
get {
return ResourceManager.GetString("CurrentMonth", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current week.
/// </summary>
internal static string CurrentWeek {
get {
return ResourceManager.GetString("CurrentWeek", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Custom period.
/// </summary>
internal static string CustomPeriod {
get {
return ResourceManager.GetString("CustomPeriod", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deadline.
/// </summary>
internal static string Deadline {
get {
return ResourceManager.GetString("Deadline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Opportunity.
/// </summary>
internal static string Deal {
get {
return ResourceManager.GetString("Deal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Opportunity has been added.
/// </summary>
internal static string DealCreatedText {
get {
return ResourceManager.GetString("DealCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Description.
/// </summary>
internal static string Description {
get {
return ResourceManager.GetString("Description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discussion.
/// </summary>
internal static string Discussion {
get {
return ResourceManager.GetString("Discussion", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discussion comment has been added.
/// </summary>
internal static string DiscussionCommentedText {
get {
return ResourceManager.GetString("DiscussionCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discussion has been added.
/// </summary>
internal static string DiscussionCreatedText {
get {
return ResourceManager.GetString("DiscussionCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discussions.
/// </summary>
internal static string DiscussionsModule {
get {
return ResourceManager.GetString("DiscussionsModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Documents.
/// </summary>
internal static string DocumentsProduct {
get {
return ResourceManager.GetString("DocumentsProduct", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Event.
/// </summary>
internal static string Event {
get {
return ResourceManager.GetString("Event", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Events.
/// </summary>
internal static string EventsModule {
get {
return ResourceManager.GetString("EventsModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No news so far. Please go to the feed to see the latest news history..
/// </summary>
internal static string FeedsReadedMsg {
get {
return ResourceManager.GetString("FeedsReadedMsg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File.
/// </summary>
internal static string File {
get {
return ResourceManager.GetString("File", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File has been added.
/// </summary>
internal static string FileCreatedText {
get {
return ResourceManager.GetString("FileCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Files.
/// </summary>
internal static string FilesModule {
get {
return ResourceManager.GetString("FilesModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File updated.
/// </summary>
internal static string FileUpdatedText {
get {
return ResourceManager.GetString("FileUpdatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Folder.
/// </summary>
internal static string Folder {
get {
return ResourceManager.GetString("Folder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Folder has been added.
/// </summary>
internal static string FolderCreatedText {
get {
return ResourceManager.GetString("FolderCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Folders.
/// </summary>
internal static string FoldersModule {
get {
return ResourceManager.GetString("FoldersModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Forum.
/// </summary>
internal static string Forum {
get {
return ResourceManager.GetString("Forum", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Poll has been added.
/// </summary>
internal static string ForumPollCreatedText {
get {
return ResourceManager.GetString("ForumPollCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Post added.
/// </summary>
internal static string ForumPostCreatedText {
get {
return ResourceManager.GetString("ForumPostCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Forums.
/// </summary>
internal static string ForumsModule {
get {
return ResourceManager.GetString("ForumsModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Topic added.
/// </summary>
internal static string ForumTopicCreatedText {
get {
return ResourceManager.GetString("ForumTopicCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide additional comments.
/// </summary>
internal static string HideAdditionalCommentsBtn {
get {
return ResourceManager.GetString("HideAdditionalCommentsBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hide additional events.
/// </summary>
internal static string HideGroupedFeedsBtn {
get {
return ResourceManager.GetString("HideGroupedFeedsBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Loading, please wait.
/// </summary>
internal static string LoadingMsg {
get {
return ResourceManager.GetString("LoadingMsg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Me.
/// </summary>
internal static string Me {
get {
return ResourceManager.GetString("Me", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Members.
/// </summary>
internal static string Members {
get {
return ResourceManager.GetString("Members", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Milestone.
/// </summary>
internal static string Milestone {
get {
return ResourceManager.GetString("Milestone", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Milestone has been added.
/// </summary>
internal static string MilestoneCreatedText {
get {
return ResourceManager.GetString("MilestoneCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Milestones.
/// </summary>
internal static string MilestonesModule {
get {
return ResourceManager.GetString("MilestonesModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to new.
/// </summary>
internal static string NewFeedIndicator {
get {
return ResourceManager.GetString("NewFeedIndicator", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Comments added to the news.
/// </summary>
internal static string NewsCommentedText {
get {
return ResourceManager.GetString("NewsCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to News has been added.
/// </summary>
internal static string NewsCreatedText {
get {
return ResourceManager.GetString("NewsCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Opportunities.
/// </summary>
internal static string OpportunitiesModule {
get {
return ResourceManager.GetString("OpportunitiesModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Comments added to the order.
/// </summary>
internal static string OrderCommentedText {
get {
return ResourceManager.GetString("OrderCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Order has been added.
/// </summary>
internal static string OrderCreatedText {
get {
return ResourceManager.GetString("OrderCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to +{0} more.
/// </summary>
internal static string OtherFeedsCountMsg {
get {
return ResourceManager.GetString("OtherFeedsCountMsg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Other users.
/// </summary>
internal static string OtherUsers {
get {
return ResourceManager.GetString("OtherUsers", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Participant has been added.
/// </summary>
internal static string ParticipantCreatedText {
get {
return ResourceManager.GetString("ParticipantCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Person.
/// </summary>
internal static string Person {
get {
return ResourceManager.GetString("Person", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Person has been added.
/// </summary>
internal static string PersonCreatedText {
get {
return ResourceManager.GetString("PersonCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Comments added to the poll.
/// </summary>
internal static string PollCommentedText {
get {
return ResourceManager.GetString("PollCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Poll has been added.
/// </summary>
internal static string PollCreatedText {
get {
return ResourceManager.GetString("PollCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Module.
/// </summary>
internal static string Product {
get {
return ResourceManager.GetString("Product", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Project.
/// </summary>
internal static string Project {
get {
return ResourceManager.GetString("Project", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Project has been added.
/// </summary>
internal static string ProjectCreatedText {
get {
return ResourceManager.GetString("ProjectCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Manager.
/// </summary>
internal static string ProjectManager {
get {
return ResourceManager.GetString("ProjectManager", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Projects.
/// </summary>
internal static string ProjectsProduct {
get {
return ResourceManager.GetString("ProjectsProduct", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Publish.
/// </summary>
internal static string PublishCommentBtn {
get {
return ResourceManager.GetString("PublishCommentBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Reply.
/// </summary>
internal static string ReplyCommentBtn {
get {
return ResourceManager.GetString("ReplyCommentBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Responsible.
/// </summary>
internal static string Responsible {
get {
return ResourceManager.GetString("Responsible", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Responsible users.
/// </summary>
internal static string Responsibles {
get {
return ResourceManager.GetString("Responsibles", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to See all.
/// </summary>
internal static string SeeAllFeedsBtn {
get {
return ResourceManager.GetString("SeeAllFeedsBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You were given access to a document in folder.
/// </summary>
internal static string SharedFileCreatedInFolderText {
get {
return ResourceManager.GetString("SharedFileCreatedInFolderText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You were given access to document.
/// </summary>
internal static string SharedFileCreatedText {
get {
return ResourceManager.GetString("SharedFileCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You were given access to folder.
/// </summary>
internal static string SharedFolderCreatedText {
get {
return ResourceManager.GetString("SharedFolderCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show all.
/// </summary>
internal static string ShowAll {
get {
return ResourceManager.GetString("ShowAll", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show other events.
/// </summary>
internal static string ShowGroupedFeedsBtn {
get {
return ResourceManager.GetString("ShowGroupedFeedsBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show other comments.
/// </summary>
internal static string ShowOthersCommentsBtn {
get {
return ResourceManager.GetString("ShowOthersCommentsBtn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Size.
/// </summary>
internal static string Size {
get {
return ResourceManager.GetString("Size", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Task.
/// </summary>
internal static string Task {
get {
return ResourceManager.GetString("Task", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Task comment has been added.
/// </summary>
internal static string TaskCommentedText {
get {
return ResourceManager.GetString("TaskCommentedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Task has been added.
/// </summary>
internal static string TaskCreatedText {
get {
return ResourceManager.GetString("TaskCreatedText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Tasks.
/// </summary>
internal static string TasksModule {
get {
return ResourceManager.GetString("TasksModule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Period.
/// </summary>
internal static string TimeDistance {
get {
return ResourceManager.GetString("TimeDistance", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Today.
/// </summary>
internal static string Today {
get {
return ResourceManager.GetString("Today", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Today at.
/// </summary>
internal static string TodayAt {
get {
return ResourceManager.GetString("TodayAt", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add comment.
/// </summary>
internal static string WriteComment {
get {
return ResourceManager.GetString("WriteComment", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Yesterday at.
/// </summary>
internal static string YesterdayAt {
get {
return ResourceManager.GetString("YesterdayAt", resourceCulture);
}
}
}
}

View File

@ -1,420 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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: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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AdvertCommentedText" xml:space="preserve">
<value>Comments added to the announcement</value>
</data>
<data name="AdvertCreatedText" xml:space="preserve">
<value>Advertisement has been added</value>
</data>
<data name="Author" xml:space="preserve">
<value>Author</value>
</data>
<data name="BlogCommentedText" xml:space="preserve">
<value>Post comment has been added</value>
</data>
<data name="BlogCreatedText" xml:space="preserve">
<value>Post has been added</value>
</data>
<data name="BlogsModule" xml:space="preserve">
<value>Blogs</value>
</data>
<data name="Bookmark" xml:space="preserve">
<value>Bookmark</value>
</data>
<data name="BookmarkCommentedText" xml:space="preserve">
<value>Bookmark comment has been added</value>
</data>
<data name="BookmarkCreatedText" xml:space="preserve">
<value>Bookmark has been added</value>
</data>
<data name="BookmarksModule" xml:space="preserve">
<value>Bookmarks</value>
</data>
<data name="ByUser" xml:space="preserve">
<value>User</value>
</data>
<data name="CancelCommentBtn" xml:space="preserve">
<value>Cancel</value>
</data>
<data name="Case" xml:space="preserve">
<value>Case</value>
</data>
<data name="CaseCreatedText" xml:space="preserve">
<value>Case has been added</value>
</data>
<data name="CasesModule" xml:space="preserve">
<value>Cases</value>
</data>
<data name="CommentErrorMsg" xml:space="preserve">
<value>Access error while adding a comment</value>
</data>
<data name="CommunityProduct" xml:space="preserve">
<value>Community</value>
</data>
<data name="Company" xml:space="preserve">
<value>Company</value>
</data>
<data name="CompanyCreatedText" xml:space="preserve">
<value>Company has been added</value>
</data>
<data name="Contact" xml:space="preserve">
<value>Contact</value>
</data>
<data name="Contacts" xml:space="preserve">
<value>Contacts</value>
</data>
<data name="ContactsModule" xml:space="preserve">
<value>Contacts</value>
</data>
<data name="CreatedBy" xml:space="preserve">
<value>Created by</value>
</data>
<data name="CrmProduct" xml:space="preserve">
<value>CRM</value>
</data>
<data name="CrmTaskCreatedText" xml:space="preserve">
<value>Task has been added</value>
</data>
<data name="CrmTaskModule" xml:space="preserve">
<value>Tasks</value>
</data>
<data name="CurrentMonth" xml:space="preserve">
<value>Current month</value>
</data>
<data name="CurrentWeek" xml:space="preserve">
<value>Current week</value>
</data>
<data name="CustomPeriod" xml:space="preserve">
<value>Custom period</value>
</data>
<data name="Deadline" xml:space="preserve">
<value>Deadline</value>
</data>
<data name="Deal" xml:space="preserve">
<value>Opportunity</value>
</data>
<data name="DealCreatedText" xml:space="preserve">
<value>Opportunity has been added</value>
</data>
<data name="Description" xml:space="preserve">
<value>Description</value>
</data>
<data name="Discussion" xml:space="preserve">
<value>Discussion</value>
</data>
<data name="DiscussionCommentedText" xml:space="preserve">
<value>Discussion comment has been added</value>
</data>
<data name="DiscussionCreatedText" xml:space="preserve">
<value>Discussion has been added</value>
</data>
<data name="DiscussionsModule" xml:space="preserve">
<value>Discussions</value>
</data>
<data name="DocumentsProduct" xml:space="preserve">
<value>Documents</value>
</data>
<data name="Event" xml:space="preserve">
<value>Event</value>
</data>
<data name="EventsModule" xml:space="preserve">
<value>Events</value>
</data>
<data name="FeedsReadedMsg" xml:space="preserve">
<value>No news so far. Please go to the feed to see the latest news history.</value>
</data>
<data name="File" xml:space="preserve">
<value>File</value>
</data>
<data name="FileCreatedText" xml:space="preserve">
<value>File has been added</value>
</data>
<data name="FilesModule" xml:space="preserve">
<value>Files</value>
</data>
<data name="FileUpdatedText" xml:space="preserve">
<value>File updated</value>
</data>
<data name="Folder" xml:space="preserve">
<value>Folder</value>
</data>
<data name="FolderCreatedText" xml:space="preserve">
<value>Folder has been added</value>
</data>
<data name="FoldersModule" xml:space="preserve">
<value>Folders</value>
</data>
<data name="Forum" xml:space="preserve">
<value>Forum</value>
</data>
<data name="ForumPollCreatedText" xml:space="preserve">
<value>Poll has been added</value>
</data>
<data name="ForumPostCreatedText" xml:space="preserve">
<value>Post added</value>
</data>
<data name="ForumsModule" xml:space="preserve">
<value>Forums</value>
</data>
<data name="ForumTopicCreatedText" xml:space="preserve">
<value>Topic added</value>
</data>
<data name="HideAdditionalCommentsBtn" xml:space="preserve">
<value>Hide additional comments</value>
</data>
<data name="HideGroupedFeedsBtn" xml:space="preserve">
<value>Hide additional events</value>
</data>
<data name="LoadingMsg" xml:space="preserve">
<value>Loading, please wait</value>
</data>
<data name="Me" xml:space="preserve">
<value>Me</value>
</data>
<data name="Members" xml:space="preserve">
<value>Members</value>
</data>
<data name="Milestone" xml:space="preserve">
<value>Milestone</value>
</data>
<data name="MilestoneCreatedText" xml:space="preserve">
<value>Milestone has been added</value>
</data>
<data name="MilestonesModule" xml:space="preserve">
<value>Milestones</value>
</data>
<data name="NewFeedIndicator" xml:space="preserve">
<value>new</value>
</data>
<data name="NewsCommentedText" xml:space="preserve">
<value>Comments added to the news</value>
</data>
<data name="NewsCreatedText" xml:space="preserve">
<value>News has been added</value>
</data>
<data name="OpportunitiesModule" xml:space="preserve">
<value>Opportunities</value>
</data>
<data name="OrderCommentedText" xml:space="preserve">
<value>Comments added to the order</value>
</data>
<data name="OrderCreatedText" xml:space="preserve">
<value>Order has been added</value>
</data>
<data name="OtherFeedsCountMsg" xml:space="preserve">
<value>+{0} more</value>
</data>
<data name="OtherUsers" xml:space="preserve">
<value>Other users</value>
</data>
<data name="ParticipantCreatedText" xml:space="preserve">
<value>Participant has been added</value>
</data>
<data name="Person" xml:space="preserve">
<value>Person</value>
</data>
<data name="PersonCreatedText" xml:space="preserve">
<value>Person has been added</value>
</data>
<data name="PollCommentedText" xml:space="preserve">
<value>Comments added to the poll</value>
</data>
<data name="PollCreatedText" xml:space="preserve">
<value>Poll has been added</value>
</data>
<data name="Product" xml:space="preserve">
<value>Module</value>
</data>
<data name="Project" xml:space="preserve">
<value>Project</value>
</data>
<data name="ProjectCreatedText" xml:space="preserve">
<value>Project has been added</value>
</data>
<data name="ProjectManager" xml:space="preserve">
<value>Manager</value>
</data>
<data name="ProjectsProduct" xml:space="preserve">
<value>Projects</value>
</data>
<data name="PublishCommentBtn" xml:space="preserve">
<value>Publish</value>
</data>
<data name="ReplyCommentBtn" xml:space="preserve">
<value>Reply</value>
</data>
<data name="Responsible" xml:space="preserve">
<value>Responsible</value>
</data>
<data name="Responsibles" xml:space="preserve">
<value>Responsible users</value>
</data>
<data name="SeeAllFeedsBtn" xml:space="preserve">
<value>See all</value>
</data>
<data name="SharedFileCreatedInFolderText" xml:space="preserve">
<value>You were given access to a document in folder</value>
</data>
<data name="SharedFileCreatedText" xml:space="preserve">
<value>You were given access to document</value>
</data>
<data name="SharedFolderCreatedText" xml:space="preserve">
<value>You were given access to folder</value>
</data>
<data name="ShowAll" xml:space="preserve">
<value>Show all</value>
</data>
<data name="ShowGroupedFeedsBtn" xml:space="preserve">
<value>Show other events</value>
</data>
<data name="ShowOthersCommentsBtn" xml:space="preserve">
<value>Show other comments</value>
</data>
<data name="Size" xml:space="preserve">
<value>Size</value>
</data>
<data name="Task" xml:space="preserve">
<value>Task</value>
</data>
<data name="TaskCommentedText" xml:space="preserve">
<value>Task comment has been added</value>
</data>
<data name="TaskCreatedText" xml:space="preserve">
<value>Task has been added</value>
</data>
<data name="TasksModule" xml:space="preserve">
<value>Tasks</value>
</data>
<data name="TimeDistance" xml:space="preserve">
<value>Period</value>
</data>
<data name="Today" xml:space="preserve">
<value>Today</value>
</data>
<data name="TodayAt" xml:space="preserve">
<value>Today at</value>
</data>
<data name="WriteComment" xml:space="preserve">
<value>Add comment</value>
</data>
<data name="YesterdayAt" xml:space="preserve">
<value>Yesterday at</value>
</data>
</root>

View File

@ -1,225 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.Web.Core.PublicResources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class MonitoringResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal MonitoringResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Web.Core.PublicResources.MonitoringResource", typeof(MonitoringResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Clear the cache.
/// </summary>
internal static string CacheClearBtnText {
get {
return ResourceManager.GetString("CacheClearBtnText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to All the scripts used for the portal correct work are cached for ONLYOFFICE™ maximum performance. Sometimes (usually after a major update or when some incorrectness is observed in portal behavior) you need to clear the cache. Use the &lt;b&gt;Clear the Cache&lt;/b&gt; button to flush the scripts from the server and reload them back again. No portal data will be lost during the operation..
/// </summary>
internal static string CacheHelpText {
get {
return ResourceManager.GetString("CacheHelpText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use this option if you observe some incorrectness in portal behavior.
/// </summary>
internal static string CacheText {
get {
return ResourceManager.GetString("CacheText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cache.
/// </summary>
internal static string CacheTitle {
get {
return ResourceManager.GetString("CacheTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Check our {0}FAQ page{1} if you have any questions or contact us at {2}support@onlyoffice.com{3}.
/// </summary>
internal static string ContactUsText {
get {
return ResourceManager.GetString("ContactUsText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to If you have any questions contact us at {0}support.onlyoffice.com{1}.
/// </summary>
internal static string ContactUsText2 {
get {
return ResourceManager.GetString("ContactUsText2", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Contact Us.
/// </summary>
internal static string ContactUsTitle {
get {
return ResourceManager.GetString("ContactUsTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Period.
/// </summary>
internal static string LogsDateInterval {
get {
return ResourceManager.GetString("LogsDateInterval", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &lt;b&gt;Logs&lt;/b&gt; section allows you to download all the portal logs for a selected period of time archived to a .zip file. Select the period start and end time and click the &lt;b&gt;Download&lt;/b&gt; button to get the logs..
/// </summary>
internal static string LogsHelpText {
get {
return ResourceManager.GetString("LogsHelpText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Download all the logs.
/// </summary>
internal static string LogsText {
get {
return ResourceManager.GetString("LogsText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Logs.
/// </summary>
internal static string LogsTitle {
get {
return ResourceManager.GetString("LogsTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &lt;b&gt;Ports&lt;/b&gt; section contains the list of all ports necessary for ONLYOFFICE™ portal correct work and their status (open or closed). For your ONLYOFFICE™ server to operate properly these ports must have the &lt;b&gt;Open&lt;/b&gt; status. Please note, that some ports require only either incoming or outgoing connections to be allowed, while other will need both connection types..
/// </summary>
internal static string PortsHelpText {
get {
return ResourceManager.GetString("PortsHelpText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open.
/// </summary>
internal static string PortStatusOpen {
get {
return ResourceManager.GetString("PortStatusOpen", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to All following ports must be open.
/// </summary>
internal static string PortsText {
get {
return ResourceManager.GetString("PortsText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Ports.
/// </summary>
internal static string PortsTitle {
get {
return ResourceManager.GetString("PortsTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &lt;b&gt;Services&lt;/b&gt; section displays the list of all available ONLYOFFICE™ services and their status (running or stopped). You can restart the running services or start the stopped ones using the appropriate action button to the right of the service status..
/// </summary>
internal static string ServicesHelpText {
get {
return ResourceManager.GetString("ServicesHelpText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE™ services and their current status.
/// </summary>
internal static string ServicesText {
get {
return ResourceManager.GetString("ServicesText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Services.
/// </summary>
internal static string ServicesTitle {
get {
return ResourceManager.GetString("ServicesTitle", resourceCulture);
}
}
}
}

View File

@ -1,174 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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: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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CacheClearBtnText" xml:space="preserve">
<value>Clear the cache</value>
</data>
<data name="CacheHelpText" xml:space="preserve">
<value>All the scripts used for the portal correct work are cached for ONLYOFFICE™ maximum performance. Sometimes (usually after a major update or when some incorrectness is observed in portal behavior) you need to clear the cache. Use the &lt;b&gt;Clear the Cache&lt;/b&gt; button to flush the scripts from the server and reload them back again. No portal data will be lost during the operation.</value>
</data>
<data name="CacheText" xml:space="preserve">
<value>Use this option if you observe some incorrectness in portal behavior</value>
</data>
<data name="CacheTitle" xml:space="preserve">
<value>Cache</value>
</data>
<data name="ContactUsText" xml:space="preserve">
<value>Check our {0}FAQ page{1} if you have any questions or contact us at {2}support@onlyoffice.com{3}</value>
</data>
<data name="ContactUsText2" xml:space="preserve">
<value>If you have any questions contact us at {0}support.onlyoffice.com{1}</value>
</data>
<data name="ContactUsTitle" xml:space="preserve">
<value>Contact Us</value>
</data>
<data name="LogsDateInterval" xml:space="preserve">
<value>Period</value>
</data>
<data name="LogsHelpText" xml:space="preserve">
<value>The &lt;b&gt;Logs&lt;/b&gt; section allows you to download all the portal logs for a selected period of time archived to a .zip file. Select the period start and end time and click the &lt;b&gt;Download&lt;/b&gt; button to get the logs.</value>
</data>
<data name="LogsText" xml:space="preserve">
<value>Download all the logs</value>
</data>
<data name="LogsTitle" xml:space="preserve">
<value>Logs</value>
</data>
<data name="PortsHelpText" xml:space="preserve">
<value>The &lt;b&gt;Ports&lt;/b&gt; section contains the list of all ports necessary for ONLYOFFICE™ portal correct work and their status (open or closed). For your ONLYOFFICE™ server to operate properly these ports must have the &lt;b&gt;Open&lt;/b&gt; status. Please note, that some ports require only either incoming or outgoing connections to be allowed, while other will need both connection types.</value>
</data>
<data name="PortStatusOpen" xml:space="preserve">
<value>Open</value>
</data>
<data name="PortsText" xml:space="preserve">
<value>All following ports must be open</value>
</data>
<data name="PortsTitle" xml:space="preserve">
<value>Ports</value>
</data>
<data name="ServicesHelpText" xml:space="preserve">
<value>The &lt;b&gt;Services&lt;/b&gt; section displays the list of all available ONLYOFFICE™ services and their status (running or stopped). You can restart the running services or start the stopped ones using the appropriate action button to the right of the service status.</value>
</data>
<data name="ServicesText" xml:space="preserve">
<value>ONLYOFFICE™ services and their current status</value>
</data>
<data name="ServicesTitle" xml:space="preserve">
<value>Services</value>
</data>
</root>

File diff suppressed because it is too large Load Diff

View File

@ -1,822 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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: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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Afghanistan" xml:space="preserve">
<value>Afghanistan (‫افغانستان‬&amp;lrm;)</value>
</data>
<data name="Albania" xml:space="preserve">
<value>Albania (Shqipëria)</value>
</data>
<data name="Algeria" xml:space="preserve">
<value>Algeria (‫الجزائر‬&amp;lrm;)</value>
</data>
<data name="AmericanSamoa" xml:space="preserve">
<value>American Samoa (American Samoa)</value>
</data>
<data name="Andorra" xml:space="preserve">
<value>Andorra (Andorra)</value>
</data>
<data name="Angola" xml:space="preserve">
<value>Angola (Angola)</value>
</data>
<data name="Anguilla" xml:space="preserve">
<value>Anguilla (Anguilla)</value>
</data>
<data name="AntiguaAndBarbuda" xml:space="preserve">
<value>Antigua and Barbuda (Antigua and Barbuda)</value>
</data>
<data name="Argentina" xml:space="preserve">
<value>Argentina (Argentina)</value>
</data>
<data name="Armenia" xml:space="preserve">
<value>Armenia (Հայաստանի Հանրապետություն)</value>
</data>
<data name="Aruba" xml:space="preserve">
<value>Aruba (Aruba)</value>
</data>
<data name="AscensionIsland" xml:space="preserve">
<value>Ascension Island (Ascension Island)</value>
</data>
<data name="Australia" xml:space="preserve">
<value>Australia (Australia)</value>
</data>
<data name="Austria" xml:space="preserve">
<value>Austria (Österreich)</value>
</data>
<data name="Azerbaijan" xml:space="preserve">
<value>Azerbaijan (Azərbaycan)</value>
</data>
<data name="Bahamas" xml:space="preserve">
<value>Bahamas (Bahamas)</value>
</data>
<data name="Bahrain" xml:space="preserve">
<value>Bahrain (‫البحرين‬&amp;lrm;)</value>
</data>
<data name="Bangladesh" xml:space="preserve">
<value>Bangladesh (বাংলাদেশ)</value>
</data>
<data name="Barbados" xml:space="preserve">
<value>Barbados (Barbados)</value>
</data>
<data name="Belarus" xml:space="preserve">
<value>Belarus (Беларусь)</value>
</data>
<data name="Belgium" xml:space="preserve">
<value>Belgium (België)</value>
</data>
<data name="Belize" xml:space="preserve">
<value>Belize (Belize)</value>
</data>
<data name="Benin" xml:space="preserve">
<value>Benin (Bénin)</value>
</data>
<data name="Bermuda" xml:space="preserve">
<value>Bermuda (Bermuda)</value>
</data>
<data name="Bhutan" xml:space="preserve">
<value>Bhutan (འབྲུག)</value>
</data>
<data name="Bolivia" xml:space="preserve">
<value>Bolivia (Bolivia)</value>
</data>
<data name="BonaireSintEustatiusAndSaba" xml:space="preserve">
<value>Bonaire, Sint Eustatius and Saba (Caribbean Netherlands)</value>
</data>
<data name="BosniaAndHerzegovina" xml:space="preserve">
<value>Bosnia and Herzegovina (Bosna i Hercegovina)</value>
</data>
<data name="Botswana" xml:space="preserve">
<value>Botswana (Botswana)</value>
</data>
<data name="Brazil" xml:space="preserve">
<value>Brazil (Brasil)</value>
</data>
<data name="BritishIndianOceanTerritory" xml:space="preserve">
<value>British Indian Ocean Territory (British Indian Ocean Territory)</value>
</data>
<data name="BritishVirginIslands" xml:space="preserve">
<value>British Virgin Islands (British Virgin Islands)</value>
</data>
<data name="BruneiDarussalam" xml:space="preserve">
<value>Brunei Darussalam (Brunei)</value>
</data>
<data name="Bulgaria" xml:space="preserve">
<value>Bulgaria (България)</value>
</data>
<data name="BurkinaFaso" xml:space="preserve">
<value>Burkina Faso (Burkina Faso)</value>
</data>
<data name="Burundi" xml:space="preserve">
<value>Burundi (Uburundi)</value>
</data>
<data name="Cambodia" xml:space="preserve">
<value>Cambodia (កម្ពុជា)</value>
</data>
<data name="Cameroon" xml:space="preserve">
<value>Cameroon (Cameroun)</value>
</data>
<data name="Canada" xml:space="preserve">
<value>Canada (Canada)</value>
</data>
<data name="CapeVerde" xml:space="preserve">
<value>Cape Verde (Kabu Verdi)</value>
</data>
<data name="CaymanIslands" xml:space="preserve">
<value>Cayman Islands (Cayman Islands)</value>
</data>
<data name="CentralAfricanRepublic" xml:space="preserve">
<value>Central African Republic (République centrafricaine)</value>
</data>
<data name="Chad" xml:space="preserve">
<value>Chad (Tchad)</value>
</data>
<data name="Chile" xml:space="preserve">
<value>Chile (Chile)</value>
</data>
<data name="China" xml:space="preserve">
<value>China (中国)</value>
</data>
<data name="Colombia" xml:space="preserve">
<value>Colombia (Colombia)</value>
</data>
<data name="Comoros" xml:space="preserve">
<value>Comoros (‫جزر القمر‬&amp;lrm;)</value>
</data>
<data name="CongoBrazzaville" xml:space="preserve">
<value>Congo-Brazzaville (Congo-Brazzaville)</value>
</data>
<data name="CookIslands" xml:space="preserve">
<value>Cook Islands (Cook Islands)</value>
</data>
<data name="CostaRica" xml:space="preserve">
<value>Costa Rica (Costa Rica)</value>
</data>
<data name="Croatia" xml:space="preserve">
<value>Croatia (Hrvatska)</value>
</data>
<data name="Cuba" xml:space="preserve">
<value>Cuba (Cuba)</value>
</data>
<data name="Curacao" xml:space="preserve">
<value>Curacao (Curaçao)</value>
</data>
<data name="Cyprus" xml:space="preserve">
<value>Cyprus (Κύπρος)</value>
</data>
<data name="CzechRepublic" xml:space="preserve">
<value>Czech Republic (Česká republika)</value>
</data>
<data name="Denmark" xml:space="preserve">
<value>Denmark (Danmark)</value>
</data>
<data name="Djibouti" xml:space="preserve">
<value>Djibouti (Djibouti)</value>
</data>
<data name="Dominica" xml:space="preserve">
<value>Dominica (Dominica)</value>
</data>
<data name="DominicanRepublic" xml:space="preserve">
<value>Dominican Republic (República Dominicana)</value>
</data>
<data name="Ecuador" xml:space="preserve">
<value>Ecuador (Ecuador)</value>
</data>
<data name="Egypt" xml:space="preserve">
<value>Egypt (‫مصر‬&amp;lrm;)</value>
</data>
<data name="ElSalvador" xml:space="preserve">
<value>El Salvador (El Salvador)</value>
</data>
<data name="EquatorialGuinea" xml:space="preserve">
<value>Equatorial Guinea (Guinea Ecuatorial)</value>
</data>
<data name="Eritrea" xml:space="preserve">
<value>Eritrea (Eritrea)</value>
</data>
<data name="Estonia" xml:space="preserve">
<value>Estonia (Eesti)</value>
</data>
<data name="Ethiopia" xml:space="preserve">
<value>Ethiopia (Ethiopia)</value>
</data>
<data name="FaroeIslands" xml:space="preserve">
<value>Faroe Islands (Føroyar)</value>
</data>
<data name="Fiji" xml:space="preserve">
<value>Fiji (Fiji)</value>
</data>
<data name="Finland" xml:space="preserve">
<value>Finland (Suomi)</value>
</data>
<data name="France" xml:space="preserve">
<value>France (France)</value>
</data>
<data name="FrenchGuiana" xml:space="preserve">
<value>French Guiana (Guyane française)</value>
</data>
<data name="FrenchPolynesia" xml:space="preserve">
<value>French Polynesia (Polynésie française)</value>
</data>
<data name="Gabon" xml:space="preserve">
<value>Gabon (Gabon)</value>
</data>
<data name="Gambia" xml:space="preserve">
<value>Gambia (Gambia)</value>
</data>
<data name="Georgia" xml:space="preserve">
<value>Georgia (საქართველო)</value>
</data>
<data name="Germany" xml:space="preserve">
<value>Germany (Deutschland)</value>
</data>
<data name="Ghana" xml:space="preserve">
<value>Ghana (Gaana)</value>
</data>
<data name="Gibraltar" xml:space="preserve">
<value>Gibraltar (Gibraltar)</value>
</data>
<data name="Greece" xml:space="preserve">
<value>Greece (Ελλάδα)</value>
</data>
<data name="Greenland" xml:space="preserve">
<value>Greenland (Greenland)</value>
</data>
<data name="Grenada" xml:space="preserve">
<value>Grenada (Grenada)</value>
</data>
<data name="Guadeloupe" xml:space="preserve">
<value>Guadeloupe (Guadeloupe)</value>
</data>
<data name="Guam" xml:space="preserve">
<value>Guam (Guam)</value>
</data>
<data name="Guatemala" xml:space="preserve">
<value>Guatemala (Guatemala)</value>
</data>
<data name="Guinea" xml:space="preserve">
<value>Guinea (Guinée)</value>
</data>
<data name="GuineaBissau" xml:space="preserve">
<value>Guinea-Bissau (Guiné Bissau)</value>
</data>
<data name="Guyana" xml:space="preserve">
<value>Guyana (Guyana)</value>
</data>
<data name="Haiti" xml:space="preserve">
<value>Haiti (Haiti)</value>
</data>
<data name="Honduras" xml:space="preserve">
<value>Honduras (Honduras)</value>
</data>
<data name="HongKong" xml:space="preserve">
<value>Hong Kong (香港)</value>
</data>
<data name="Hungary" xml:space="preserve">
<value>Hungary (Magyarország)</value>
</data>
<data name="Iceland" xml:space="preserve">
<value>Iceland (Ísland)</value>
</data>
<data name="India" xml:space="preserve">
<value>India (भारत)</value>
</data>
<data name="Indonesia" xml:space="preserve">
<value>Indonesia (Indonesia)</value>
</data>
<data name="Iran" xml:space="preserve">
<value>Iran (‫ایران‬&amp;lrm;)</value>
</data>
<data name="Iraq" xml:space="preserve">
<value>Iraq (‫العراق‬&amp;lrm;)</value>
</data>
<data name="Ireland" xml:space="preserve">
<value>Ireland (Ireland)</value>
</data>
<data name="Israel" xml:space="preserve">
<value>Israel (‫ישראל‬&amp;lrm;)</value>
</data>
<data name="Italy" xml:space="preserve">
<value>Italy (Italia)</value>
</data>
<data name="IvoryCoast" xml:space="preserve">
<value>Ivory Coast (Côte dIvoire)</value>
</data>
<data name="Jamaica" xml:space="preserve">
<value>Jamaica (Jamaica)</value>
</data>
<data name="Japan" xml:space="preserve">
<value>Japan (日本)</value>
</data>
<data name="Jordan" xml:space="preserve">
<value>Jordan (‫الأردن‬&amp;lrm;)</value>
</data>
<data name="Kazakhstan" xml:space="preserve">
<value>Kazakhstan (Казахстан)</value>
</data>
<data name="Kenya" xml:space="preserve">
<value>Kenya (Kenya)</value>
</data>
<data name="Kiribati" xml:space="preserve">
<value>Kiribati (Kiribati)</value>
</data>
<data name="Kuwait" xml:space="preserve">
<value>Kuwait (‫الكويت‬&amp;lrm;)</value>
</data>
<data name="Kyrgyzstan" xml:space="preserve">
<value>Kyrgyzstan (Kyrgyzstan)</value>
</data>
<data name="Laos" xml:space="preserve">
<value>Laos (ສ.ປ.ປ ລາວ)</value>
</data>
<data name="Latvia" xml:space="preserve">
<value>Latvia (Latvija)</value>
</data>
<data name="Lebanon" xml:space="preserve">
<value>Lebanon (‫لبنان‬&amp;lrm;)</value>
</data>
<data name="Lesotho" xml:space="preserve">
<value>Lesotho (Lesotho)</value>
</data>
<data name="Liberia" xml:space="preserve">
<value>Liberia (Liberia)</value>
</data>
<data name="Libya" xml:space="preserve">
<value>Libya (‫ليبيا‬&amp;lrm;)</value>
</data>
<data name="Liechtenstein" xml:space="preserve">
<value>Liechtenstein (Liechtenstein)</value>
</data>
<data name="Lithuania" xml:space="preserve">
<value>Lithuania (Lietuva)</value>
</data>
<data name="Luxembourg" xml:space="preserve">
<value>Luxembourg (Luxembourg)</value>
</data>
<data name="Macau" xml:space="preserve">
<value>Macau (澳門)</value>
</data>
<data name="Macedonia" xml:space="preserve">
<value>Macedonia (Македонија)</value>
</data>
<data name="Madagascar" xml:space="preserve">
<value>Madagascar (Madagasikara)</value>
</data>
<data name="Malawi" xml:space="preserve">
<value>Malawi (Malawi)</value>
</data>
<data name="Malaysia" xml:space="preserve">
<value>Malaysia (Malaysia)</value>
</data>
<data name="Maldives" xml:space="preserve">
<value>Maldives (Maldives)</value>
</data>
<data name="Mali" xml:space="preserve">
<value>Mali (Mali)</value>
</data>
<data name="Malta" xml:space="preserve">
<value>Malta (Malta)</value>
</data>
<data name="Malvinas" xml:space="preserve">
<value>Malvinas (Falkland Islands [Islas Malvinas])</value>
</data>
<data name="MarshallIslands" xml:space="preserve">
<value>Marshall Islands (Marshall Islands)</value>
</data>
<data name="Martinique" xml:space="preserve">
<value>Martinique (Martinique)</value>
</data>
<data name="Mauritania" xml:space="preserve">
<value>Mauritania (‫موريتانيا‬&amp;lrm;)</value>
</data>
<data name="Mauritius" xml:space="preserve">
<value>Mauritius (Moris)</value>
</data>
<data name="Mexico" xml:space="preserve">
<value>Mexico (México)</value>
</data>
<data name="Micronesia" xml:space="preserve">
<value>Micronesia (Micronesia)</value>
</data>
<data name="Moldova" xml:space="preserve">
<value>Moldova (Republica Moldova)</value>
</data>
<data name="Monaco" xml:space="preserve">
<value>Monaco (Monaco)</value>
</data>
<data name="Mongolia" xml:space="preserve">
<value>Mongolia (Mongolia)</value>
</data>
<data name="Montenegro" xml:space="preserve">
<value>Montenegro (Crna Gora)</value>
</data>
<data name="Montserrat" xml:space="preserve">
<value>Montserrat (Montserrat)</value>
</data>
<data name="Morocco" xml:space="preserve">
<value>Morocco (‫المغرب‬&amp;lrm;)</value>
</data>
<data name="Mozambique" xml:space="preserve">
<value>Mozambique (Moçambique)</value>
</data>
<data name="Myanmar" xml:space="preserve">
<value>Myanmar [Burma] (မြန်မာ)</value>
</data>
<data name="Namibia" xml:space="preserve">
<value>Namibia (Namibia)</value>
</data>
<data name="Nauru" xml:space="preserve">
<value>Nauru (Nauru)</value>
</data>
<data name="Nepal" xml:space="preserve">
<value>Nepal (नेपाल)</value>
</data>
<data name="Netherlands" xml:space="preserve">
<value>Netherlands (Nederland)</value>
</data>
<data name="NewCaledonia" xml:space="preserve">
<value>New Caledonia (Nouvelle-Calédonie)</value>
</data>
<data name="NewZealand" xml:space="preserve">
<value>New Zealand (New Zealand)</value>
</data>
<data name="Nicaragua" xml:space="preserve">
<value>Nicaragua (Nicaragua)</value>
</data>
<data name="Niger" xml:space="preserve">
<value>Niger (Nijar)</value>
</data>
<data name="Nigeria" xml:space="preserve">
<value>Nigeria (Nigeria)</value>
</data>
<data name="Niue" xml:space="preserve">
<value>Niue (Niue)</value>
</data>
<data name="NorfolkIsland" xml:space="preserve">
<value>Norfolk Island (Norfolk Island)</value>
</data>
<data name="NorthernMarianaIslands" xml:space="preserve">
<value>Northern Mariana Islands (Northern Mariana Islands)</value>
</data>
<data name="NorthKorea" xml:space="preserve">
<value>North Korea (조선 민주주의 인민 공화국)</value>
</data>
<data name="Norway" xml:space="preserve">
<value>Norway (Norge)</value>
</data>
<data name="Oman" xml:space="preserve">
<value>Oman (‫عُمان‬&amp;lrm;)</value>
</data>
<data name="Pakistan" xml:space="preserve">
<value>Pakistan (‫پاکستان‬&amp;lrm;)</value>
</data>
<data name="Palau" xml:space="preserve">
<value>Palau (Palau)</value>
</data>
<data name="Palestine" xml:space="preserve">
<value>Palestine (‫فلسطين‬&amp;lrm;)</value>
</data>
<data name="Panama" xml:space="preserve">
<value>Panama (Panamá)</value>
</data>
<data name="PapuaNewGuinea" xml:space="preserve">
<value>Papua New Guinea (Papua New Guinea)</value>
</data>
<data name="Paraguay" xml:space="preserve">
<value>Paraguay (Paraguay)</value>
</data>
<data name="Peru" xml:space="preserve">
<value>Peru (Perú)</value>
</data>
<data name="Philippines" xml:space="preserve">
<value>Philippines (Philippines)</value>
</data>
<data name="Poland" xml:space="preserve">
<value>Poland (Polska)</value>
</data>
<data name="Portugal" xml:space="preserve">
<value>Portugal (Portugal)</value>
</data>
<data name="PuertoRico" xml:space="preserve">
<value>Puerto Rico (Puerto Rico)</value>
</data>
<data name="Qatar" xml:space="preserve">
<value>Qatar (‫قطر‬&amp;lrm;)</value>
</data>
<data name="RepublicOfKorea" xml:space="preserve">
<value>Republic of Korea (대한민국)</value>
</data>
<data name="Reunion" xml:space="preserve">
<value>Reunion (Réunion)</value>
</data>
<data name="Romania" xml:space="preserve">
<value>Romania (România)</value>
</data>
<data name="Russia" xml:space="preserve">
<value>Russia (Россия)</value>
</data>
<data name="Rwanda" xml:space="preserve">
<value>Rwanda (Rwanda)</value>
</data>
<data name="SaintBarthelemy" xml:space="preserve">
<value>Saint Barthélemy (Saint-Barthélémy)</value>
</data>
<data name="SaintHelena" xml:space="preserve">
<value>Saint Helena (Saint Helena)</value>
</data>
<data name="SaintKittsAndNevis" xml:space="preserve">
<value>Saint Kitts and Nevis (Saint Kitts and Nevis)</value>
</data>
<data name="SaintLucia" xml:space="preserve">
<value>Saint Lucia (Saint Lucia)</value>
</data>
<data name="SaintMartinIsland" xml:space="preserve">
<value>Saint Martin Island (Saint-Martin [partie française])</value>
</data>
<data name="SaintPierreAndMiquelon" xml:space="preserve">
<value>Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)</value>
</data>
<data name="SaintVincentAndTheGrenadines" xml:space="preserve">
<value>Saint Vincent and the Grenadines (Saint Vincent and the Grenadines)</value>
</data>
<data name="Samoa" xml:space="preserve">
<value>Samoa (Samoa)</value>
</data>
<data name="SanMarino" xml:space="preserve">
<value>San Marino (San Marino)</value>
</data>
<data name="SaoTomeAndPrincipe" xml:space="preserve">
<value>Sao Tome and Principe (São Tomé e Príncipe)</value>
</data>
<data name="SaudiArabia" xml:space="preserve">
<value>Saudi Arabia (‫المملكة العربية السعودية‬&amp;lrm;)</value>
</data>
<data name="Senegal" xml:space="preserve">
<value>Senegal (Sénégal)</value>
</data>
<data name="Serbia" xml:space="preserve">
<value>Serbia (Србија)</value>
</data>
<data name="Seychelles" xml:space="preserve">
<value>Seychelles (Seychelles)</value>
</data>
<data name="SierraLeone" xml:space="preserve">
<value>Sierra Leone (Sierra Leone)</value>
</data>
<data name="Singapore" xml:space="preserve">
<value>Singapore (Singapore)</value>
</data>
<data name="SintMaarten" xml:space="preserve">
<value>Sint Maarten (Sint Maarten)</value>
</data>
<data name="Slovakia" xml:space="preserve">
<value>Slovakia (Slovensko)</value>
</data>
<data name="Slovenia" xml:space="preserve">
<value>Slovenia (Slovenija)</value>
</data>
<data name="SolomonIslands" xml:space="preserve">
<value>Solomon Islands (Solomon Islands)</value>
</data>
<data name="Somalia" xml:space="preserve">
<value>Somalia (Soomaaliya)</value>
</data>
<data name="SouthAfrica" xml:space="preserve">
<value>South Africa (South Africa)</value>
</data>
<data name="SouthSudan" xml:space="preserve">
<value>South Sudan (‫جنوب السودان‬&amp;lrm;)</value>
</data>
<data name="Spain" xml:space="preserve">
<value>Spain (España)</value>
</data>
<data name="SriLanka" xml:space="preserve">
<value>Sri Lanka (ශ්&amp;zwj;රී ලංකාව)</value>
</data>
<data name="Sudan" xml:space="preserve">
<value>Sudan (‫السودان‬&amp;lrm;)</value>
</data>
<data name="Suriname" xml:space="preserve">
<value>Suriname (Suriname)</value>
</data>
<data name="Swaziland" xml:space="preserve">
<value>Swaziland (Swaziland)</value>
</data>
<data name="Sweden" xml:space="preserve">
<value>Sweden (Sverige)</value>
</data>
<data name="Switzerland" xml:space="preserve">
<value>Switzerland (Schweiz)</value>
</data>
<data name="Syria" xml:space="preserve">
<value>Syria (‫سوريا‬&amp;lrm;)</value>
</data>
<data name="Taiwan" xml:space="preserve">
<value>Taiwan (台灣)</value>
</data>
<data name="Tajikistan" xml:space="preserve">
<value>Tajikistan (Tajikistan)</value>
</data>
<data name="Tanzania" xml:space="preserve">
<value>Tanzania (Tanzania)</value>
</data>
<data name="Thailand" xml:space="preserve">
<value>Thailand (ไทย)</value>
</data>
<data name="TheDemocraticRepublicOfTheCongo" xml:space="preserve">
<value>The Democratic Republic of the Congo (Jamhuri ya Kidemokrasia ya Kongo)</value>
</data>
<data name="TimorLeste" xml:space="preserve">
<value>Timor-Leste (Timor-Leste)</value>
</data>
<data name="Togo" xml:space="preserve">
<value>Togo (Togo)</value>
</data>
<data name="Tokelau" xml:space="preserve">
<value>Tokelau (Tokelau)</value>
</data>
<data name="Tonga" xml:space="preserve">
<value>Tonga (Tonga)</value>
</data>
<data name="TrinidadAndTobago" xml:space="preserve">
<value>Trinidad and Tobago (Trinidad and Tobago)</value>
</data>
<data name="Tunisia" xml:space="preserve">
<value>Tunisia (‫تونس‬&amp;lrm;)</value>
</data>
<data name="Turkey" xml:space="preserve">
<value>Turkey (Türkiye)</value>
</data>
<data name="Turkmenistan" xml:space="preserve">
<value>Turkmenistan (Turkmenistan)</value>
</data>
<data name="TurksAndCaicosIslands" xml:space="preserve">
<value>Turks and Caicos Islands (Turks and Caicos Islands)</value>
</data>
<data name="Tuvalu" xml:space="preserve">
<value>Tuvalu (Tuvalu)</value>
</data>
<data name="Uganda" xml:space="preserve">
<value>Uganda (Uganda)</value>
</data>
<data name="UK" xml:space="preserve">
<value>UK (United Kingdom)</value>
</data>
<data name="Ukraine" xml:space="preserve">
<value>Ukraine (Україна)</value>
</data>
<data name="UnitedArabEmirates" xml:space="preserve">
<value>United Arab Emirates (‫الإمارات العربية المتحدة‬&amp;lrm;)</value>
</data>
<data name="UnitedStates" xml:space="preserve">
<value>United States (United States)</value>
</data>
<data name="Uruguay" xml:space="preserve">
<value>Uruguay (Uruguay)</value>
</data>
<data name="USVirginIslands" xml:space="preserve">
<value>US Virgin Islands (US Virgin Islands)</value>
</data>
<data name="Uzbekistan" xml:space="preserve">
<value>Uzbekistan (Ўзбекистон)</value>
</data>
<data name="Vanuatu" xml:space="preserve">
<value>Vanuatu (Vanuatu)</value>
</data>
<data name="VaticanCity" xml:space="preserve">
<value>Vatican City (Città del Vaticano)</value>
</data>
<data name="Venezuela" xml:space="preserve">
<value>Venezuela (Venezuela)</value>
</data>
<data name="Vietnam" xml:space="preserve">
<value>Vietnam (Việt Nam)</value>
</data>
<data name="WallisAndFutuna" xml:space="preserve">
<value>Wallis and Futuna (Wallis and Futuna)</value>
</data>
<data name="Yemen" xml:space="preserve">
<value>Yemen (‫اليمن‬&amp;lrm;)</value>
</data>
<data name="Zambia" xml:space="preserve">
<value>Zambia (Zambia)</value>
</data>
<data name="Zimbabwe" xml:space="preserve">
<value>Zimbabwe (Zimbabwe)</value>
</data>
</root>

View File

@ -1,189 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ASC.Web.Core.PublicResources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class WhiteLabelResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal WhiteLabelResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.Web.Core.PublicResources.WhiteLabelResource", typeof(WhiteLabelResource).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Your browser does not support the HTML5 canvas tag..
/// </summary>
internal static string BrowserNoCanvasSupport {
get {
return ResourceManager.GetString("BrowserNoCanvasSupport", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Company name.
/// </summary>
internal static string CompanyNameForCanvasLogo {
get {
return ResourceManager.GetString("CompanyNameForCanvasLogo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unknown image file type.
/// </summary>
internal static string ErrorFileNotImage {
get {
return ResourceManager.GetString("ErrorFileNotImage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Image size exceed the allowed parameters.
/// </summary>
internal static string ErrorImageSize {
get {
return ResourceManager.GetString("ErrorImageSize", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The sizes are shown for the Retina displays. For the displays with standard resolutions the logo width and height will be resized accordingly upon upload..
/// </summary>
internal static string HelpAnswerWhiteLabelSettings {
get {
return ResourceManager.GetString("HelpAnswerWhiteLabelSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0}Portal Logo Settings{1} feature is available for paid portals only..
/// </summary>
internal static string HelpAnswerWhiteLabelSettingsForPaid {
get {
return ResourceManager.GetString("HelpAnswerWhiteLabelSettingsForPaid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Logo for the About/Login page.
/// </summary>
internal static string LogoDark {
get {
return ResourceManager.GetString("LogoDark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Logo for the editors header.
/// </summary>
internal static string LogoDocsEditor {
get {
return ResourceManager.GetString("LogoDocsEditor", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Favicon.
/// </summary>
internal static string LogoFavicon {
get {
return ResourceManager.GetString("LogoFavicon", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Logo for the portal header.
/// </summary>
internal static string LogoLightSmall {
get {
return ResourceManager.GetString("LogoLightSmall", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Portal Logo Settings.
/// </summary>
internal static string LogoSettings {
get {
return ResourceManager.GetString("LogoSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to We recommended that you use images in {0}PNG{1} format with transparent background.
/// </summary>
internal static string LogoUploadRecommendation {
get {
return ResourceManager.GetString("LogoUploadRecommendation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to White label settings have been successfully saved.
/// </summary>
internal static string SuccessfullySaveWhiteLabelSettingsMessage {
get {
return ResourceManager.GetString("SuccessfullySaveWhiteLabelSettingsMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use as logo.
/// </summary>
internal static string UseAsLogoButton {
get {
return ResourceManager.GetString("UseAsLogoButton", resourceCulture);
}
}
}
}

View File

@ -1,162 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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: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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BrowserNoCanvasSupport" xml:space="preserve">
<value>Your browser does not support the HTML5 canvas tag.</value>
</data>
<data name="CompanyNameForCanvasLogo" xml:space="preserve">
<value>Company name</value>
</data>
<data name="ErrorFileNotImage" xml:space="preserve">
<value>Unknown image file type</value>
</data>
<data name="ErrorImageSize" xml:space="preserve">
<value>Image size exceed the allowed parameters</value>
</data>
<data name="HelpAnswerWhiteLabelSettings" xml:space="preserve">
<value>The sizes are shown for the Retina displays. For the displays with standard resolutions the logo width and height will be resized accordingly upon upload.</value>
</data>
<data name="HelpAnswerWhiteLabelSettingsForPaid" xml:space="preserve">
<value>{0}Portal Logo Settings{1} feature is available for paid portals only.</value>
</data>
<data name="LogoDark" xml:space="preserve">
<value>Logo for the About/Login page</value>
</data>
<data name="LogoDocsEditor" xml:space="preserve">
<value>Logo for the editors header</value>
</data>
<data name="LogoFavicon" xml:space="preserve">
<value>Favicon</value>
</data>
<data name="LogoLightSmall" xml:space="preserve">
<value>Logo for the portal header</value>
</data>
<data name="LogoSettings" xml:space="preserve">
<value>Portal Logo Settings</value>
</data>
<data name="LogoUploadRecommendation" xml:space="preserve">
<value>We recommended that you use images in {0}PNG{1} format with transparent background</value>
</data>
<data name="SuccessfullySaveWhiteLabelSettingsMessage" xml:space="preserve">
<value>White label settings have been successfully saved</value>
</data>
<data name="UseAsLogoButton" xml:space="preserve">
<value>Use as logo</value>
</data>
</root>