DocSpace-client/web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.Designer.cs

2950 lines
130 KiB
C#
Raw Normal View History

//------------------------------------------------------------------------------
// <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.
2022-07-20 19:06:33 +00:00
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
2021-05-27 18:30:15 +00:00
public class WebstudioNotifyPatternResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal WebstudioNotifyPatternResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
2021-05-27 18:30:15 +00:00
public 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.WebstudioNotifyPatternResource", typeof(WebstudioNotifyPatternResource).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)]
2021-05-27 18:30:15 +00:00
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to ACCEPT.
/// </summary>
public static string AcceptDocSpace {
get {
return ResourceManager.GetString("AcceptDocSpace", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; created a new document: &lt;a href={1}&gt;{2}&lt;/a&gt; in the room: &lt;a href={3}&gt;{4}&lt;/a&gt; - &lt;b&gt;{5}&lt;/b&gt;.
/// </summary>
public static string ActionFileCreated {
get {
return ResourceManager.GetString("ActionFileCreated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; edited the document: &lt;a href={1}&gt;{2}&lt;/a&gt; in the room: &lt;a href={3}&gt;{4}&lt;/a&gt;.
/// </summary>
public static string ActionFileEdited {
get {
return ResourceManager.GetString("ActionFileEdited", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; uploaded a new document: &lt;a href={1}&gt;{2}&lt;/a&gt; in the room: &lt;a href={3}&gt;{4}&lt;/a&gt;.
/// </summary>
public static string ActionFileUploaded {
get {
return ResourceManager.GetString("ActionFileUploaded", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; added a new comment to the document version: &lt;a href={1}&gt;{2}&lt;/a&gt; in the room: &lt;a href={3}&gt;{4}&lt;/a&gt; - &lt;b&gt;{5}&lt;/b&gt;.
/// </summary>
public static string ActionNewComment {
get {
return ResourceManager.GetString("ActionNewComment", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; moved the room: &lt;a href={1}&gt;{2}&lt;/a&gt; to archive - &lt;b&gt;{3}&lt;/b&gt;.
/// </summary>
public static string ActionRoomArchived {
get {
return ResourceManager.GetString("ActionRoomArchived", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; created a new room: &lt;a href={1}&gt;{2}&lt;/a&gt; - &lt;b&gt;{3}&lt;/b&gt;.
/// </summary>
public static string ActionRoomCreated {
get {
return ResourceManager.GetString("ActionRoomCreated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; deleted the room: &lt;b&gt;{1}&lt;/b&gt;.
/// </summary>
public static string ActionRoomRemoved {
get {
return ResourceManager.GetString("ActionRoomRemoved", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; renamed the room: &lt;b&gt;{1}&lt;/b&gt; &gt; &lt;a href={2}&gt;{3}&lt;/a&gt; - &lt;b&gt;{4}&lt;/b&gt;.
/// </summary>
public static string ActionRoomRenamed {
get {
return ResourceManager.GetString("ActionRoomRenamed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; was assigned the role of &lt;b&gt;{1}&lt;/b&gt; in the room: &lt;a href={2}&gt;{3}&lt;/a&gt;.
/// </summary>
public static string ActionRoomUpdateAccessForUser {
get {
return ResourceManager.GetString("ActionRoomUpdateAccessForUser", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; was added to the room: &lt;a href={1}&gt;{2}&lt;/a&gt;.
/// </summary>
public static string ActionUserAddedToRoom {
get {
return ResourceManager.GetString("ActionUserAddedToRoom", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New DocSpace user added: &lt;b&gt;{0} ({1})&lt;/b&gt; - &lt;b&gt;{2}&lt;/b&gt;.
/// </summary>
public static string ActionUserCreated {
get {
return ResourceManager.GetString("ActionUserCreated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; was removed from the room: &lt;a href={1}&gt;{2}&lt;/a&gt; - &lt;b&gt;{3}&lt;/b&gt;.
/// </summary>
public static string ActionUserRemovedFromRoom {
get {
return ResourceManager.GetString("ActionUserRemovedFromRoom", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &lt;b&gt;{0}&lt;/b&gt; changed the access level of the users &lt;b&gt;{1}&lt;/b&gt; to &lt;b&gt;{2}&lt;/b&gt;.
/// </summary>
public static string ActionUsersUpdatedType {
get {
return ResourceManager.GetString("ActionUsersUpdatedType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DocSpace user updated: &lt;b&gt;{0} ({1})&lt;/b&gt; - &lt;b&gt;{2}&lt;/b&gt;.
/// </summary>
public static string ActionUserUpdated {
get {
return ResourceManager.GetString("ActionUserUpdated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Accept.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonAccept {
get {
return ResourceManager.GetString("ButtonAccept", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Access Control Panel.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonAccessControlPanel {
get {
return ResourceManager.GetString("ButtonAccessControlPanel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Access Your Portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonAccessYourPortal {
get {
return ResourceManager.GetString("ButtonAccessYourPortal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Access Your Web-Office.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonAccessYouWebOffice {
get {
return ResourceManager.GetString("ButtonAccessYouWebOffice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Click here to activate your email address.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonActivateEmail {
get {
return ResourceManager.GetString("ButtonActivateEmail", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Change email address.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonChangeEmail {
get {
return ResourceManager.GetString("ButtonChangeEmail", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Change password.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonChangePassword {
get {
return ResourceManager.GetString("ButtonChangePassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Change mobile phone number.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonChangePhone {
get {
return ResourceManager.GetString("ButtonChangePhone", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Configure the authenticator app.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonChangeTfa {
get {
return ResourceManager.GetString("ButtonChangeTfa", resourceCulture);
}
}
2022-10-20 10:50:08 +00:00
/// <summary>
/// Looks up a localized string similar to Collaborate in DocSpace.
/// </summary>
public static string ButtonCollaborateDocSpace {
get {
return ResourceManager.GetString("ButtonCollaborateDocSpace", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Configure Right Now.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonConfigureRightNow {
get {
return ResourceManager.GetString("ButtonConfigureRightNow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Confirm.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonConfirm {
get {
return ResourceManager.GetString("ButtonConfirm", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Confirm DocSpace Invite.
/// </summary>
public static string ButtonConfirmDocSpaceInvite {
get {
return ResourceManager.GetString("ButtonConfirmDocSpaceInvite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CONFIRM.
2022-10-26 14:40:18 +00:00
/// </summary>
public static string ButtonConfirmEmail {
2022-10-26 14:40:18 +00:00
get {
return ResourceManager.GetString("ButtonConfirmEmail", resourceCulture);
2022-10-26 14:40:18 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Confirm Portal Address Change.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonConfirmPortalAddressChange {
get {
return ResourceManager.GetString("ButtonConfirmPortalAddressChange", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Confirm Portal Owner Update.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonConfirmPortalOwnerUpdate {
get {
return ResourceManager.GetString("ButtonConfirmPortalOwnerUpdate", resourceCulture);
}
}
2022-06-16 15:34:38 +00:00
/// <summary>
/// Looks up a localized string similar to Confirm Room Invite.
/// </summary>
public static string ButtonConfirmRoomInvite {
get {
return ResourceManager.GetString("ButtonConfirmRoomInvite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Confirm account termination.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonConfirmTermination {
get {
return ResourceManager.GetString("ButtonConfirmTermination", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deactivate Portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonDeactivatePortal {
get {
return ResourceManager.GetString("ButtonDeactivatePortal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete Portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonDeletePortal {
get {
return ResourceManager.GetString("ButtonDeletePortal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invite Right Now.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonInviteRightNow {
get {
return ResourceManager.GetString("ButtonInviteRightNow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Click here to join the portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonJoin {
get {
return ResourceManager.GetString("ButtonJoin", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Leave Feedback.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonLeaveFeedback {
get {
return ResourceManager.GetString("ButtonLeaveFeedback", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove profile.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonRemoveProfile {
get {
return ResourceManager.GetString("ButtonRemoveProfile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Renew now.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonRenewNow {
get {
return ResourceManager.GetString("ButtonRenewNow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Request a Call.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonRequestCallButton {
get {
return ResourceManager.GetString("ButtonRequestCallButton", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select the Pricing Plans Right Now.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonSelectPricingPlans {
get {
return ResourceManager.GetString("ButtonSelectPricingPlans", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start free trial.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonStartFreeTrial {
get {
return ResourceManager.GetString("ButtonStartFreeTrial", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use discount.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string ButtonUseDiscount {
get {
return ResourceManager.GetString("ButtonUseDiscount", resourceCulture);
}
}
2023-03-19 09:25:31 +00:00
/// <summary>
/// Looks up a localized string similar to Visit Payments Section.
/// </summary>
public static string ButtonVisitPaymentsSection {
get {
return ResourceManager.GetString("ButtonVisitPaymentsSection", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Activate your email for &quot;${__VirtualRootPath}&quot;:&quot;$InviteLink&quot; portal.
///
///Hello!
///
///To start participating in the &quot;${__VirtualRootPath}&quot;:&quot;$InviteLink&quot; portal life you need to activate your email address. This is done for security reasons.
///
///$GreenButton
///
///This link is valid for 7 days only. Please complete your email activation within that period..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_activate_email {
get {
return ResourceManager.GetString("pattern_activate_email", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.&quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal backup created
///
///Dear $OwnerName,
///
///A backup file containing data from your &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal has been created.
///
2023-05-05 17:09:17 +00:00
///To learn more on the backup procedure please refer to our &quot;Data backup&quot;:&quot;https://helpcenter.onlyoffice.com/administration/docspace-settings.aspx#CreatingBackup_block&quot; user guide.
2020-06-29 14:49:15 +00:00
///
///
2023-05-05 17:09:17 +00:00
///If you have any questions or need assistance please feel free to contact us at &quot;support.onlyoffice.com&quot;:&quot;http://support. [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_backup_created {
get {
return ResourceManager.GetString("pattern_backup_created", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to [${__VirtualRootPath}](${__VirtualRootPath}) portal backup created
///
///Dear $OwnerName,
///
///A backup file containing data from your [${__VirtualRootPath}](${__VirtualRootPath}) portal has been created.
///
///To learn more on the backup procedure please refer to our [Data backup](${__HelpLink}/tipstricks/data-backup-restore.aspx) user guide.
///
///If you have any questions or need assistance please feel free to contact us at [support.onlyoffice.com](http://support.onlyoffice.com)
///
///Best regards,
///ONLYOFFICE™ Suppor [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_backup_created_tg {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_backup_created_tg", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Want to change the email on your ${LetterLogoText} account?
2021-05-27 18:30:15 +00:00
///
///Click the button below and log in* to your cloud.
///
///$GreenButton
///
///The link is valid for 7 days.
///
2023-04-27 14:42:34 +00:00
///*If you are not signed in to ${LetterLogoText} in this browser, youll need to use your old email for confirmation. If you dont remember it, contact your portal admin.
2021-05-27 18:30:15 +00:00
///
///Dont want to change your email? Just ignore this message..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_change_email_v115 {
get {
2021-05-27 18:30:15 +00:00
return ResourceManager.GetString("pattern_change_email_v115", resourceCulture);
}
}
/// <summary>
2022-06-14 08:11:41 +00:00
/// Looks up a localized string similar to Want to change the password on your ONLYOFFICE account? Click the button below to confirm.
///
///$GreenButton
///
///The link is valid for 7 days.
///
2022-12-13 14:55:12 +00:00
///Dont want to change your password? Just ignore this message.
/// </summary>
2022-06-16 08:13:53 +00:00
public static string pattern_change_password_v115 {
get {
2022-06-14 08:11:41 +00:00
return ResourceManager.GetString("pattern_change_password_v115", resourceCulture);
}
}
2022-07-20 19:06:33 +00:00
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Mobile phone change request
///
///You have requested to change your mobile phone used to enter the ${LetterLogoText} portal.
///
///Please follow the link below to change your mobile phone:
///
///$GreenButton
///
2022-07-20 19:06:33 +00:00
///If you do not want to change your mobile phone or received this email by mistake, please ignore it or contact your portal administrator to find out the details..
/// </summary>
public static string pattern_change_phone {
get {
return ResourceManager.GetString("pattern_change_phone", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Security notification
///
///The configuration of the authenticator app that you use to enter the ${LetterLogoText} portal has been reset.
///
///Please click the button below to go to the portal login page and configure the authenticator application:
///
2021-05-27 18:30:15 +00:00
///$GreenButton.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_change_tfa {
get {
return ResourceManager.GetString("pattern_change_tfa", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Change of &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal owner
///
///Dear $OwnerName,
///
///There has been a request to change the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal owner to $UserName.
///
///Please follow the link below to confirm the operation:
///
///$GreenButton
///
2020-06-29 14:49:15 +00:00
///*Note*: this link is valid for 7 days only. Please complete the portal owner change process within that period..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_confirm_owner_change {
get {
return ResourceManager.GetString("pattern_confirm_owner_change", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Change of portal address
///
///Dear $OwnerName,
///
///There has been a request to change the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal address to &quot;$PortalAddress&quot;:&quot;$PortalAddress&quot; #if($PortalDns != &quot;&quot;) (&quot;$PortalDns&quot;:&quot;$PortalDns&quot; )#end.
///
///Please follow the link below to confirm the operation:
///
///$GreenButton
///
2020-06-29 14:49:15 +00:00
///*Note*: this link is valid for 7 days only. Please complete the portal address change process within that period..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_dns_change {
get {
return ResourceManager.GetString("pattern_dns_change", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
2022-10-17 11:40:42 +00:00
///You have just created ONLYOFFICE DocSpace, a document hub where you can boost collaboration with your team, customers, partners, and more. Its address is &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
///
///Please confirm your email (the link is valid for 7 days):
///
///$GreenButton
///
///Your current tariff plan is STARTUP. It is absolutely free and includes:
///
2023-04-21 15:04:04 +00:00
///* 1 admin, 2 power users
///* Up to 12 rooms
2023-04-21 15:04:04 +00:00
///* Unlimited number of users in each room
///* 2 GB disk space
///
2023-04-21 15:04:04 +00:00
///Enjoy a new way of document [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_admin_activation_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_admin_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Get free ONLYOFFICE apps to work on documents from any of your devices.
///
///# To work on documents offline on Windows, Linux and Mac, download &quot;ONLYOFFICE Desktop Editors&quot;:&quot;https://www.onlyoffice.com/download-desktop.aspx&quot;.
///
///#To edit documents on mobile devices, get ONLYOFFICE Documents app for &quot;iOS&quot;:&quot;https://apps.apple.com/us/app/onlyoffice-documents/id944896972&quot; or &quot;Android&quot;:&quot;https://play.google.com/store/apps/details?id=com.onlyoffice.documents&quot;.
///
///Truly yours,
///ONLYOFFICE Team
///&quot; [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_admin_user_apps_tips_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_admin_user_apps_tips_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///We hope you enjoy using your ONLYOFFICE DocSpace. Here are some tips on how to make work on documents more effective.
///
2023-03-24 09:36:31 +00:00
///*#1. Choose the way you work.* Organize your workflow as you need it by creating collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose.
///
2023-03-24 09:36:31 +00:00
///*#2. Work with any content you have.* Store and work with files of different formats within your rooms: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, mult [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_admin_user_docs_tips_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_admin_user_docs_tips_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Here are three simple questions for you which can help us make your user experience even more comfortable.
///
///* Do you have a big team or lots of customers and partners to collaborate with in your ONLYOFFICE DocSpace?
///
///* Would you like to create any number of rooms to work with numerous documents?
///
///* Do you want to use ONLYOFFICE DocSpace under your own brand?
///
///If you have at least one yes answer, opt for the BUSINESS tariff plan which allows you to add any desired number of m [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_admin_welcome_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_admin_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
2023-04-27 14:42:34 +00:00
///You are invited to join &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; as a guest user. Accept the invitation by clicking the link:
///
///$GreenButton
///
///The link is only valid for 7 days.
///
///You will get more tips on how to use your web-office. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_enterprise_guest_activation_v10 {
get {
return ResourceManager.GetString("pattern_enterprise_guest_activation_v10", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
2022-07-20 19:06:33 +00:00
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_guest_welcome_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_guest_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello!
///
2023-04-28 13:24:46 +00:00
///You are invited to join ONLYOFFICE DocSpace at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Accept the invitation by clicking the link:
///
///$GreenButton
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_enterprise_user_activation_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_user_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
2023-01-19 15:20:50 +00:00
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_user_welcome_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
2022-10-17 11:40:42 +00:00
///You have just created ONLYOFFICE DocSpace, a document hub where you can boost collaboration with your team, customers, partners, and more. Its address is &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
///
///Please confirm your email (the link is valid for 7 days):
///
///$GreenButton
///
///Your current tariff plan is STARTUP. It is absolutely free and includes:
///
2023-04-21 15:04:04 +00:00
///* 1 admin, 2 power users
///* Up to 12 rooms
2023-04-21 15:04:04 +00:00
///* Unlimited number of users in each room
///* 2 GB disk space
///
2023-04-21 15:04:04 +00:00
///Enjoy a new way of document [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_whitelabel_admin_activation_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_whitelabel_admin_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Here are three simple questions for you which can help us make your user experience even more comfortable.
///
///* Do you have a big team or lots of customers and partners to collaborate with in your ONLYOFFICE DocSpace?
///
///* Would you like to create any number of rooms to work with numerous documents?
///
///* Do you want to use ONLYOFFICE DocSpace under your own brand?
///
///If you have at least one yes answer, opt for the BUSINESS tariff plan which allows you to add any desired number of m [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_whitelabel_admin_welcome_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_whitelabel_admin_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///$__AuthorName has invited you as a guest user to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Accept the invitation by clicking the link:
///
///$GreenButton
///
///The link is only valid for 7 days.
///
///You will get more tips on how to use your web-office. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_enterprise_whitelabel_guest_activation_v10 {
get {
return ResourceManager.GetString("pattern_enterprise_whitelabel_guest_activation_v10", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_whitelabel_guest_welcome_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_whitelabel_guest_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello!
///
2023-04-28 13:24:46 +00:00
///You are invited to join ONLYOFFICE DocSpace at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Accept the invitation by clicking the link:
///
///$GreenButton
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_enterprise_whitelabel_user_activation_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_whitelabel_user_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
2023-01-19 15:20:50 +00:00
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_enterprise_whitelabel_user_welcome_v1 {
get {
return ResourceManager.GetString("pattern_enterprise_whitelabel_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Message from the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal
///
///Email: $UserEmail
///
///$Body.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_for_admin_notify {
get {
return ResourceManager.GetString("pattern_for_admin_notify", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to Message from the [${__VirtualRootPath}](${__VirtualRootPath}) portal
///
///Email: $UserEmail
///
///$Body.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_for_admin_notify_tg {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_for_admin_notify_tg", resourceCulture);
}
}
2022-09-04 15:30:32 +00:00
/// <summary>
/// Looks up a localized string similar to h1.Message from the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal
///
///Name: $UserName
///
///Email: $UserEmail
///
///$Body.
/// </summary>
public static string pattern_for_sales_notify {
get {
return ResourceManager.GetString("pattern_for_sales_notify", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Invitation to join &quot;${__VirtualRootPath}&quot;:&quot;$InviteLink&quot; portal
///
///Hello,
///
///You have requested to join the &quot;${__VirtualRootPath}&quot;:&quot;$InviteLink&quot; portal at ${LetterLogoText} - a platform for document and project management. Join the portal and start collaborating with your colleagues or friends right away.
///
///To accept the invitation please enter your name and password following this link:
///
///$GreenButton
///
///*Note*: this link is valid for 48 hours only. Please complete the operation within that period..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_join {
get {
return ResourceManager.GetString("pattern_join", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Dear $UserName,
///
/// Administrator has created a new &lt;b&gt;$Address&lt;/b&gt; mailbox for you at the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.
///
/// Use the following settings for other email clients:
/// Login: &lt;b&gt;$Login&lt;/b&gt;
/// Password: &quot;&lt;b&gt;set password&lt;/b&gt;&quot;:&quot;$MyStaffLink&quot;
///
/// Incoming Mail (IMAP):
/// Server: &lt;b&gt;$Server&lt;/b&gt;
/// Port: &lt;b&gt;$ImapPort&lt;/b&gt;
/// SSL/TLS: &lt;b&gt;$Encryption&lt;/b&gt;
///
/// Outgoing Mail (SMTP):
/// Server: &lt;b&gt;$Server&lt;/b&gt;
2023-04-27 14:42:34 +00:00
/// Port: &lt;b&gt;$SmtpPort&lt;/b&gt; /// [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_mailbox_created {
get {
return ResourceManager.GetString("pattern_mailbox_created", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Dear $UserName,
///
/// The password for the &lt;b&gt;$Address&lt;/b&gt; mailbox has been changed.
///
2023-04-27 14:42:34 +00:00
/// If you received this email by mistake, please ignore it or contact your portal administrator to find out the details..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_mailbox_password_changed {
get {
return ResourceManager.GetString("pattern_mailbox_password_changed", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Dear $UserName,
///
/// Administrator has created a new &lt;b&gt;$Address&lt;/b&gt; mailbox for you at the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.
///
2023-04-27 14:42:34 +00:00
/// If you received this email by mistake, please ignore it or contact your portal administrator to find out the details..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_mailbox_without_settings_created {
get {
return ResourceManager.GetString("pattern_mailbox_without_settings_created", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Another region portal migration error
///
///An error has occurred while migrating to the $RegionName region. Please, try once again later.
///Your portal is now available at the old address &quot;$PortalUrl&quot;:&quot;$PortalUrl&quot;
///
///If you have any questions or need assistance please feel free to contact us at &quot;support@onlyoffice.com&quot;:&quot;mailto:support@onlyoffice.com&quot;
///Best regards,
///ONLYOFFICE™ Support Team
2020-06-29 14:49:15 +00:00
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;
///
2023-04-27 14:42:34 +00:00
///^To change the notification type, please manage your &quot;subscription s [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_migration_error {
get {
return ResourceManager.GetString("pattern_migration_error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Another region portal migration error
///
///An error has occurred while migrating to another region. Please, try once again later.
///Your portal is now available at the old address &quot;$PortalUrl&quot;:&quot;$PortalUrl&quot;
///
///If you have any questions or need assistance please feel free to contact us at &quot;support@onlyoffice.com&quot;:&quot;mailto:support@onlyoffice.com&quot;
///
///Best regards,
///ONLYOFFICE™ Support Team
2020-06-29 14:49:15 +00:00
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;
///
2022-07-20 19:06:33 +00:00
///^To change the notification type, please manage your &quot;subscription setting [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_migration_server_failure {
get {
return ResourceManager.GetString("pattern_migration_server_failure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Another region portal migration started
///
///The portal migration to the $RegionName region is started. It might take some time depending on your data amount.
///
///*Note*: the portal will not be available during the migration process. After the migration is complete the portal URL will be changed and all the shared documents links will be inaccessible.
///
///If you have any questions or need assistance please feel free to contact us at &quot;support@onlyoffice.com&quot;:&quot;mailto:support@onlyoffice.com&quot;
///
///Best regards,
2022-07-20 19:06:33 +00:00
///O [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_migration_start {
get {
return ResourceManager.GetString("pattern_migration_start", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to h1.Portal migration
///h1.&quot;$PortalUrl&quot;:&quot;$PortalUrl&quot;
///
2021-05-27 18:30:15 +00:00
///Your portal has been migrated to a new domain. Please restore your access to the portal by specifying the password which will be used for signing in.
///
2021-05-27 18:30:15 +00:00
///Please follow the link below to set your password for the account:
///$GreenButton
///
2021-05-27 18:30:15 +00:00
///*Note*: this link is valid for 7 days only. Please complete the access restore process within that period.
///
2021-05-27 18:30:15 +00:00
///If you received this email by mistake, please ignore it or contact your &quot;$PortalUrl&quot;:&quot;$PortalUrl&quot; portal adminis [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_migration_success_v115 {
get {
2021-05-27 18:30:15 +00:00
return ResourceManager.GetString("pattern_migration_success_v115", resourceCulture);
}
}
/// <summary>
2020-09-18 14:45:59 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
2022-10-17 11:40:42 +00:00
///You have just created ONLYOFFICE DocSpace, a document hub where you can boost collaboration with your team, customers, partners, and more. Its address is &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
2020-09-18 14:45:59 +00:00
///
///Please confirm your email (the link is valid for 7 days):
2020-09-18 14:45:59 +00:00
///
///$GreenButton
2020-09-18 14:45:59 +00:00
///
///Your current tariff plan is STARTUP. It is absolutely free and includes:
///
2023-04-21 15:04:04 +00:00
///* 1 admin, 2 power users
///* Up to 12 rooms
2023-04-21 15:04:04 +00:00
///* Unlimited number of users in each room
///* 2 GB disk space
///
2023-04-21 15:04:04 +00:00
///Enjoy a new way of document [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_opensource_admin_activation_v1 {
get {
return ResourceManager.GetString("pattern_opensource_admin_activation_v1", resourceCulture);
}
}
/// <summary>
2020-09-18 14:45:59 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///We hope you enjoy using your ONLYOFFICE DocSpace. Here are some tips on how to make work on documents more effective.
///
2023-03-24 09:36:31 +00:00
///*#1. Choose the way you work.* Organize your workflow as you need it by creating collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose.
///
2023-03-24 09:36:31 +00:00
///*#2. Work with any content you have.* Store and work with files of different formats within your rooms: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, mult [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_opensource_admin_docs_tips_v1 {
get {
return ResourceManager.GetString("pattern_opensource_admin_docs_tips_v1", resourceCulture);
}
}
/// <summary>
2020-09-18 14:45:59 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///Here are three simple questions for you which can help us make your user experience even more comfortable.
///
///* Do you have a big team or lots of customers and partners to collaborate with in your ONLYOFFICE DocSpace?
2020-09-18 14:45:59 +00:00
///
///* Would you like to create any number of rooms to work with numerous documents?
2020-09-18 14:45:59 +00:00
///
///* Do you want to use ONLYOFFICE DocSpace under your own brand?
///
///If you have at least one yes answer, opt for the BUSINESS tariff plan which allows you to add any desired number of m [rest of string was truncated]&quot;;.
2020-09-18 14:45:59 +00:00
/// </summary>
public static string pattern_opensource_admin_welcome_v1 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_opensource_admin_welcome_v1", resourceCulture);
2020-09-18 14:45:59 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Hello!
///
///You are invited to join &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; as a guest user. Accept the invitation by clicking the link:
///
///&quot;$ActivateUrl&quot;:&quot;$ActivateUrl&quot;
///
///The link is only valid for 7 days.
///
2020-09-18 14:45:59 +00:00
///You will get more tips on how to use your web-office. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_opensource_guest_activation_v11 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_opensource_guest_activation_v11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_opensource_guest_welcome_v1 {
get {
return ResourceManager.GetString("pattern_opensource_guest_welcome_v1", resourceCulture);
2020-09-18 14:45:59 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Hello!
///
2022-10-17 11:40:42 +00:00
///You are invited to join ONLYOFFICE DocSpace at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Accept the invitation by clicking the link:
2020-09-18 14:45:59 +00:00
///
///$GreenButton
2020-09-18 14:45:59 +00:00
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
2020-09-18 14:45:59 +00:00
/// </summary>
public static string pattern_opensource_user_activation_v1 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_opensource_user_activation_v1", resourceCulture);
2020-09-18 14:45:59 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///We hope you enjoy using your ONLYOFFICE DocSpace. Here are some tips on how to make work on documents more effective.
2020-09-18 14:45:59 +00:00
///
2023-03-24 09:36:31 +00:00
///*#1. Choose the way you work.* Organize your workflow as you need it by creating collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose.
2020-09-18 14:45:59 +00:00
///
2023-03-24 09:36:31 +00:00
///*#2. Work with any content you have.* Store and work with files of different formats within your rooms: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, mult [rest of string was truncated]&quot;;.
2020-09-18 14:45:59 +00:00
/// </summary>
public static string pattern_opensource_user_docs_tips_v1 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_opensource_user_docs_tips_v1", resourceCulture);
2020-09-18 14:45:59 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
2020-09-18 14:45:59 +00:00
///
2023-01-19 15:20:50 +00:00
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
2020-09-18 14:45:59 +00:00
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
2020-09-18 14:45:59 +00:00
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
2020-09-18 14:45:59 +00:00
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
2020-09-18 14:45:59 +00:00
/// </summary>
public static string pattern_opensource_user_welcome_v1 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_opensource_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName
///Youve been successfully registered at ONLYOFFICE Personal &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
///
///Connect your favorite cloud storage: Dropbox, Google Drive, OneDrive or Box to create a single workspace for your documents accessible from anywhere.
///
///Learn more about ONLYOFFICE Personal in &quot;our blog&quot;:&quot;$TagBlogLink&quot;.
///
///We&apos;re glad you&apos;re here. Stay tuned!
///
///Sincerely,
///ONLYOFFICE team.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_personal_activate {
get {
return ResourceManager.GetString("pattern_personal_activate", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// 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.
///
///h3.For a quick start, here&apos;s what you can do in ONLYOFFICE:
///
///- Create, view and edit text documents, spreadsheets, presentations.
///
///- Work with all popular formats. Highest compatibility with MS Office files.
///
///- Create and co-edit &quot;ready-to-fill-out forms&quot;:&quot;http [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_personal_after_registration1 {
get {
return ResourceManager.GetString("pattern_personal_after_registration1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Get free ONLYOFFICE apps to work on documents from any of your devices.
///
///# To work on documents offline on Windows, Linux and Mac, download &quot;ONLYOFFICE Desktop Editors&quot;:&quot;https://www.onlyoffice.com/download-desktop.aspx&quot;.
///
///#To edit documents on mobile devices, get ONLYOFFICE Documents app for &quot;iOS&quot;:&quot;https://apps.apple.com/us/app/onlyoffice-documents/id944896972&quot; or &quot;Android&quot;:&quot;https://play.google.com/store/apps/details?id=com.onlyoffice.documents&quot;.
///
///Truly yours,
///ONLYOFFICE Team
///&quot; [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_personal_after_registration14_v1 {
get {
return ResourceManager.GetString("pattern_personal_after_registration14_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hi there!
///There was an attempt to register a new &quot;ONLYOFFICE Personal&quot;:&quot;$PortalUrl&quot; account using this email. If it was you, we want to inform you that the account already exists — proceed to ONLYOFFICE Personal and log in.
///If you lost your password, you can recover it on &quot;password recovery page&quot;:&quot;$LinkToRecovery&quot;.
///If you didnt attempt to register a new account, probably someone else did it by mistake. In this case, please ignore this email.
///
///Have a nice day!
///ONLYOFFICE team.
/// </summary>
public static string pattern_personal_already_exist {
get {
return ResourceManager.GetString("pattern_personal_already_exist", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Want to change the email on your ONLYOFFICE account?
2020-09-18 14:45:59 +00:00
///
2021-05-27 18:30:15 +00:00
///Click the button below and log in* to your cloud.
2020-09-18 14:45:59 +00:00
///
2021-05-27 18:30:15 +00:00
///$GreenButton
///
///The link is valid for 7 days.
///
///*If you are not signed in to ONLYOFFICE in this browser, youll need to use your old email for confirmation.
///
///Dont want to change your email? Just ignore this message..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_personal_change_email_v115 {
get {
2021-05-27 18:30:15 +00:00
return ResourceManager.GetString("pattern_personal_change_email_v115", resourceCulture);
}
}
2022-07-20 19:06:33 +00:00
/// <summary>
/// Looks up a localized string similar to Want to change the password on your ONLYOFFICE Personal account? Click the button below to confirm.
///
///$GreenButton
///
///The link is valid for 7 days.
///
///Dont want to change your password? Just ignore this message..
/// </summary>
public static string pattern_personal_change_password_v115 {
get {
return ResourceManager.GetString("pattern_personal_change_password_v115", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// 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>
2021-05-27 18:30:15 +00:00
public static string pattern_personal_confirmation {
get {
return ResourceManager.GetString("pattern_personal_confirmation", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// 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):
///
2022-07-20 19:06:33 +00:00
///$GreenButton
2023-04-27 14:42:34 +00:00
///
///*Note*: After the deletion, your account and all data associated with it will be erased permanently in accordance with our &quot;Privacy statement&quot;:&quot;https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;.
///
///&quot;Read more about account terminati [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_personal_profile_delete {
get {
return ResourceManager.GetString("pattern_personal_profile_delete", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Deactivation of the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal
///
///Dear $OwnerName,
///
///You have requested a temporary deactivation of your &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal. Please follow the link below to confirm the operation:
///
///$GreenButton
///
///*Note*: this link is valid for 7 days only. Please complete the portal deactivation process within that period.
///
///You can reactivate your portal any time by clicking the following link:
///p=. &quot;Reactivate Portal&quot;:&quot;$ActivateUrl&quot; (this [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_portal_deactivate {
get {
return ResourceManager.GetString("pattern_portal_deactivate", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to Deactivation of the [${__VirtualRootPath}](${__VirtualRootPath}) portal
///
///Dear $OwnerName,
///
///You have requested a temporary deactivation of your [${__VirtualRootPath}](${__VirtualRootPath}) portal. Please follow the link below to confirm the operation:
///
///$GreenButton
///
///_Note_: this link is valid for 7 days only. Please complete the portal deactivation process within that period.
///
///You can reactivate your portal any time by clicking the following link:
///[Reactivate Portal]($ActivateUrl) (this link has n [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_portal_deactivate_tg {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_portal_deactivate_tg", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Deletion of the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; space
///
///Dear $OwnerName,
///
///You have requested to permanently delete your &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; space.
///
///*Important! All the data stored in your space, as well as your registration details will be lost and cannot be recovered.*
///
///#if($AutoRenew == &quot;True&quot;)
///Before you delete the space, please make sure that automatic billing is turned off. You may check the status of automatic billing in your &quot;Avangate account&quot;:&quot;https [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_portal_delete {
get {
return ResourceManager.GetString("pattern_portal_delete", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your ONLYOFFICE DocSpace has been successfully deactivated. Please note that all of your data will be deleted in accordance with our &quot;Privacy Policy&quot;:&quot;https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;.
///
///Why have you decided to leave? Share your experience with us.
///
///$GreenButton
///
///Thank you and good luck!
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_portal_delete_success_v1 {
get {
return ResourceManager.GetString("pattern_portal_delete_success_v1", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to Deletion of the [${__VirtualRootPath}](${__VirtualRootPath}) portal
///
///Dear $OwnerName,
///
///You have requested to permanently delete your [${__VirtualRootPath}](${__VirtualRootPath}) portal.
///
///_Important! All the data stored on your portal, as well as your registration details will be lost and cannot be recovered._
///
///#if($AutoRenew == &quot;True&quot;)
///Before you delete the portal, please make sure that automatic billing is turned off. You may check the status of automatic billing in your [Avangate account](https:/ [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_portal_delete_tg {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_portal_delete_tg", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Change of portal address
///
///Dear $UserDisplayName,
///
///Your $PortalUrl portal address was changed to the new &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; address.
///
2023-05-02 13:22:38 +00:00
///*Note*: DNS settings and single sign-on options stop working until you change them..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_portal_rename {
get {
return ResourceManager.GetString("pattern_portal_rename", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Removal of the profile from the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal
///
///You have requested to permanently delete your profile from the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.
///
///If you still want to delete your profile please follow the link below to confirm the operation:
///
///$GreenButton
///
2020-06-29 14:49:15 +00:00
///*Note*: this link is valid for 7 days only. Please complete the profile deletion process within that period..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_profile_delete {
get {
return ResourceManager.GetString("pattern_profile_delete", resourceCulture);
}
}
/// <summary>
2020-06-29 14:49:15 +00:00
/// Looks up a localized string similar to User &quot;$FromUserName&quot;:&quot;$FromUserLink&quot; has deleted his/her profile, and this profile is now blocked. All users files are still assigned to him/her and occupy disk space.
///
2020-06-29 14:49:15 +00:00
///You can reassign the users documents shared with others to another active user or remove them to free up the portal disk space.
///
2020-06-29 14:49:15 +00:00
///Please go to the user profile using &quot;this link&quot;:&quot;$FromUserLink&quot; to reassign documents to another user or remove the data..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_profile_has_deleted_itself {
2020-06-29 14:49:15 +00:00
get {
return ResourceManager.GetString("pattern_profile_has_deleted_itself", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to h1.Your profile at &quot;$__VirtualRootPath&quot;:&quot;$__VirtualRootPath&quot; has been changed
///
///Dear $UserName,
///
///Your user profile details at &quot;$__VirtualRootPath&quot;:&quot;$__VirtualRootPath&quot; have been changed by &quot;$__AuthorName&quot;:&quot;$__AuthorUrl&quot;.
///
///To view your profile follow the link below:
2022-05-12 12:52:37 +00:00
///&quot;$UserName&quot;:&quot;$MyStaffLink&quot;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_profile_updated {
get {
return ResourceManager.GetString("pattern_profile_updated", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to Your profile at [${__VirtualRootPath}](${__VirtualRootPath}) has been changed
///
///Dear $UserName,
///
///Your user profile details at [${__VirtualRootPath}](${__VirtualRootPath}) have been changed by [$__AuthorName]($__AuthorUrl).
///
///To view your profile follow the link below:
2022-05-12 12:52:37 +00:00
///[$UserName]($MyStaffLink).
2020-09-18 14:45:59 +00:00
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_profile_updated_tg {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_profile_updated_tg", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Dear $UserName,
///
2022-05-12 12:52:37 +00:00
///The process of data reassignment from user &quot;$FromUserName&quot;:&quot;$FromUserLink&quot; to user &quot;$ToUserName&quot;:&quot;$ToUserLink&quot; has been successfully completed..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_reassigns_completed {
get {
return ResourceManager.GetString("pattern_reassigns_completed", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Dear $UserName,
///
///The process of data reassignment from user &quot;$FromUserName&quot;:&quot;$FromUserLink&quot; to user &quot;$ToUserName&quot;:&quot;$ToUserLink&quot; failed.
///
2022-05-12 12:52:37 +00:00
///Exception message: $Message.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_reassigns_failed {
get {
return ResourceManager.GetString("pattern_reassigns_failed", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Dear $UserName,
///
///The process of data removal from user &quot;$FromUserName&quot;:&quot;$FromUserLink&quot; has been successfully completed.
///
///The deletion of personal data allowed to free:
///
///# Documents - $DocsSpace
///# CRM - $CrmSpace
///# Mail - $MailSpace
2022-05-12 12:52:37 +00:00
///# Talk - $TalkSpace.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_remove_user_data_completed {
get {
return ResourceManager.GetString("pattern_remove_user_data_completed", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Dear $UserName,
///
///The process of data removal for user &quot;$FromUserName&quot;:&quot;$FromUserLink&quot; failed.
///
2022-05-12 12:52:37 +00:00
///Exception message: $Message.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_remove_user_data_failed {
get {
return ResourceManager.GetString("pattern_remove_user_data_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Enterprise license request
///
///h3.First name
///$UserName
///
///h3.Last name
///$UserLastName
///
///h3.Position
///$Position
///
///h3.Email
///&quot;$UserEmail&quot;:&quot;mailto:$UserEmail&quot;
///
///h3.Phone
///$Phone
///
///h3.Company Website
///$Website
///
///h3.Company name
///$CompanyTitle
///
///h3.Company size
///$CompanySize
///
///h3.Request content
///$Body
///
///h3.Portal address
///&quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_request_license {
get {
return ResourceManager.GetString("pattern_request_license", resourceCulture);
}
}
/// <summary>
2020-09-18 14:45:59 +00:00
/// Looks up a localized string similar to h1.SAAS Tariff Request for &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;
///
2020-09-18 14:45:59 +00:00
///h3.First name
///$UserName
///
2020-09-18 14:45:59 +00:00
///h3.Last name
///$UserLastName
///
///h3.Position
///$Position
///
///h3.Email
///&quot;$UserEmail&quot;:&quot;mailto:$UserEmail&quot;
///
2020-09-18 14:45:59 +00:00
///h3.Phone
///$Phone
///
///h3.Company Website
///$Website
///
///h3.Company name
///$CompanyTitle
///
///h3.Company size
///$CompanySize
///
///h3.Request content
///$Body.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_request_tariff1 {
get {
2020-09-18 14:45:59 +00:00
return ResourceManager.GetString("pattern_request_tariff1", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to h1.Portal restoration
///h1.&quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;
///
///Your portal has been restored. To access it, you need to set a new password:
///
///$GreenButton
///
///*Note*: this link is valid for 7 days only.
///
///If you received this email by mistake, please ignore it or contact your &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal administrator to find out the details..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_restore_completed_v115 {
get {
2021-05-27 18:30:15 +00:00
return ResourceManager.GetString("pattern_restore_completed_v115", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Portal restoration started
///
///The portal restoration is started. It might take some time depending on your data amount.
///
///*Note*: the portal will not be available during the restoration process.
///
///If you have any questions or need assistance please feel free to contact us at &quot;support@onlyoffice.com&quot;:&quot;mailto:support@onlyoffice.com&quot;
///
///Best regards,
///ONLYOFFICE™ Support Team
2020-06-29 14:49:15 +00:00
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;
///
2022-07-20 19:06:33 +00:00
///^To change the notification type, please manage your &quot;subscription settings&quot;:&quot;$Re [rest of string was truncated]&quot;;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_restore_started {
get {
return ResourceManager.GetString("pattern_restore_started", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
2022-10-17 11:40:42 +00:00
///You have just created ONLYOFFICE DocSpace, a document hub where you can boost collaboration with your team, customers, partners, and more. Its address is &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
///
///Please confirm your email (the link is valid for 7 days):
///
///$GreenButton
///
///Your current tariff plan is STARTUP. It is absolutely free and includes:
///
2023-04-21 15:04:04 +00:00
///* 1 admin, 2 power users
///* Up to 12 rooms
2023-04-21 15:04:04 +00:00
///* Unlimited number of users in each room
///* 2 GB disk space
///
2023-04-21 15:04:04 +00:00
///Enjoy a new way of document [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_saas_admin_activation_v1 {
get {
return ResourceManager.GetString("pattern_saas_admin_activation_v1", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
2022-10-13 12:20:15 +00:00
///Adjust security settings of your ONLYOFFICE DocSpace to make it more secure:
///
2022-10-13 12:20:15 +00:00
///* Set password strength.
///
///* Enable two-factor authentication and Single Sign-On.
///
///* Determine trusted mail domains and session lifetime.
///
///* Restrict access from specific IP addresses.
///
///* Allow or restrict admin messages.
///
///* Manage administrator access rights.
///
///* Do data backups.
///
///$GreenButton
///
///Visit our &quot;Help Center&quot;:&quot;https://helpcenter.onlyoffice.com/&quot; to learn more about configuring [rest of string was truncated]&quot;;.
/// </summary>
2022-10-13 12:20:15 +00:00
public static string pattern_saas_admin_modules_v1 {
get {
2022-10-13 12:20:15 +00:00
return ResourceManager.GetString("pattern_saas_admin_modules_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You haven&apos;t entered your ONLYOFFICE DocSpace &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; for more than half a year.
///
///Since you have decided not to use it anymore, your ONLYOFFICE DocSpace and all the data will be deleted in accordance with our &quot;Privacy Policy&quot;:&quot;https://help.onlyoffice.com/products/files/doceditor.aspx?fileid=5048502&amp;doc=SXhWMEVzSEYxNlVVaXJJeUVtS0kyYk14YWdXTEFUQmRWL250NllHNUFGbz0_IjUwNDg1MDIi0&quot;.
///
///We would appreciate your feedback. Why have you decided to stop using ONLYOFFICE DocSpac [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_saas_admin_trial_warning_after_half_year_v1 {
get {
return ResourceManager.GetString("pattern_saas_admin_trial_warning_after_half_year_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Get free ONLYOFFICE apps to work on documents from any of your devices.
///
///# To work on documents offline on Windows, Linux and Mac, download &quot;ONLYOFFICE Desktop Editors&quot;:&quot;https://www.onlyoffice.com/download-desktop.aspx&quot;.
///
///#To edit documents on mobile devices, get ONLYOFFICE Documents app for &quot;iOS&quot;:&quot;https://apps.apple.com/us/app/onlyoffice-documents/id944896972&quot; or &quot;Android&quot;:&quot;https://play.google.com/store/apps/details?id=com.onlyoffice.documents&quot;.
///
///Truly yours,
///ONLYOFFICE Team
///&quot; [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_saas_admin_user_apps_tips_v1 {
get {
return ResourceManager.GetString("pattern_saas_admin_user_apps_tips_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///We hope you enjoy using your ONLYOFFICE DocSpace. Here are some tips on how to make work on documents more effective.
///
2023-03-24 09:36:31 +00:00
///*#1. Choose the way you work.* Organize your workflow as you need it by creating collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose.
///
2023-03-24 09:36:31 +00:00
///*#2. Work with any content you have.* Store and work with files of different formats within your rooms: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, mult [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_saas_admin_user_docs_tips_v1 {
get {
return ResourceManager.GetString("pattern_saas_admin_user_docs_tips_v1", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///Here are three simple questions for you which can help us make your user experience even more comfortable.
///
///* Do you have a big team or lots of customers and partners to collaborate with in your ONLYOFFICE DocSpace?
2021-05-27 18:30:15 +00:00
///
///* Would you like to create any number of rooms to work with numerous documents?
2022-07-20 19:06:33 +00:00
///
///* Do you want to use ONLYOFFICE DocSpace under your own brand?
///
///If you have at least one yes answer, opt for the BUSINESS tariff plan which allows you to add any desired number of m [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_saas_admin_welcome_v1 {
get {
return ResourceManager.GetString("pattern_saas_admin_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello!
///
///You are invited to join ONLYOFFICE DocSpace at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Accept the invitation by clicking the link:
///
///$GreenButton
///
///After clicking on the invitation link, please set a new password for your account.
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_saas_docspace_invite {
get {
return ResourceManager.GetString("pattern_saas_docspace_invite", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Hello!
///
///You are invited to join &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; as a guest user. Accept the invitation by clicking the link:
///
///$GreenButton
///
///We will also send you useful tips and latest ONLYOFFICE news once in a while. You can cancel the subscriptions on your Profile page at any moment as well as re-enable them.
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_saas_guest_activation_v115 {
get {
2021-05-27 18:30:15 +00:00
return ResourceManager.GetString("pattern_saas_guest_activation_v115", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
2021-05-27 18:30:15 +00:00
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_saas_guest_welcome_v1 {
get {
return ResourceManager.GetString("pattern_saas_guest_welcome_v1", resourceCulture);
}
}
2023-03-19 09:25:31 +00:00
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Please take into consideration that the grace period of $PaymentDelay days for your ONLYOFFICE DocSpace is activated.
///
///Make sure to pay your Business subscription before the grace period is due. Thus, you will be able to further use all the benefits of your ONLYOFFICE DocSpace.
///
///$GreenButton
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;https://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_saas_owner_payment_warning_grace_period_activation {
get {
return ResourceManager.GetString("pattern_saas_owner_payment_warning_grace_period_activation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Please take into consideration that your ONLYOFFICE DocSpace subscription expires in three days. After that, the grace period of $PaymentDelay days will be activated.
///
///We recommend paying your Business subscription now and continue to use all the benefits of your ONLYOFFICE DocSpace.
///
///$GreenButton
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;https://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_saas_owner_payment_warning_grace_period_before_activation {
get {
return ResourceManager.GetString("pattern_saas_owner_payment_warning_grace_period_before_activation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Please take into consideration that the grace period of $PaymentDelay days for your ONLYOFFICE DocSpace is over.
///
///Make sure to pay your Business subscription as soon as possible. Thus, you will be able to use all the benefits of your ONLYOFFICE DocSpace as before.
///
///$GreenButton
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;https://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_saas_owner_payment_warning_grace_period_expired {
get {
return ResourceManager.GetString("pattern_saas_owner_payment_warning_grace_period_expired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
///Please take into consideration that the grace period of $PaymentDelay days for your ONLYOFFICE DocSpace will expire tomorrow.
///
///Make sure to pay your Business subscription today. Thus, you will be able to further use all the benefits of your ONLYOFFICE DocSpace.
///
///$GreenButton
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;https://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_saas_owner_payment_warning_grace_period_last_day {
get {
return ResourceManager.GetString("pattern_saas_owner_payment_warning_grace_period_last_day", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello!
///
///You are invited to join $Message room at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Accept the invitation by clicking the link:
///
///$GreenButton
///
///After clicking on the invitation link, please set a new password for your account.
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_saas_room_invite {
get {
return ResourceManager.GetString("pattern_saas_room_invite", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Hello!
///
2022-10-17 11:40:42 +00:00
///You are invited to join ONLYOFFICE DocSpace at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Accept the invitation by clicking the link:
2021-05-27 18:30:15 +00:00
///
///$GreenButton
///
///Truly yours,
///ONLYOFFICE Team
///&quot;www.onlyoffice.com&quot;:&quot;http://onlyoffice.com/&quot;.
/// </summary>
public static string pattern_saas_user_activation_v1 {
get {
return ResourceManager.GetString("pattern_saas_user_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Hello, $UserName!
///
2023-01-19 15:20:50 +00:00
///Welcome to ONLYOFFICE DocSpace! Your user profile has been successfully added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Now you can:
///
2023-04-26 15:47:06 +00:00
///* Work with other users in the room you are invited to: *collaboration rooms for real-time co-authoring or custom rooms with flexible settings for any purpose*.
///
2023-04-26 15:47:06 +00:00
///* *Work with files of different formats*: text documents, spreadsheets, presentations, digital forms, PDFs, e-books, multimedia.
///
2023-04-26 15:47:06 +00:00
///* *Collaborate on documents* with two co-editing mo [rest of string was truncated]&quot;;.
/// </summary>
public static string pattern_saas_user_welcome_v1 {
get {
return ResourceManager.GetString("pattern_saas_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.&quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal profile change notification
///
2020-06-29 14:49:15 +00:00
///&quot;$__AuthorName&quot;:&quot;$__AuthorUrl&quot; has changed his/her profile details at the &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal.
///
///
2022-05-12 12:52:37 +00:00
///^If you do not want to receive the notifications about profile updates, please manage your &quot;subscription settings&quot;:&quot;$RecipientSubscriptionConfigURL&quot;.^.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_self_profile_updated {
get {
return ResourceManager.GetString("pattern_self_profile_updated", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to [${__VirtualRootPath}](${__VirtualRootPath}) portal profile change notification
///
///[$__AuthorName]($__AuthorUrl) has changed his/her profile details at the [${__VirtualRootPath}](${__VirtualRootPath}) portal..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_self_profile_updated_tg {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_self_profile_updated_tg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.Here is whats new in your DocSpace on $Date
///
///#foreach($activity in $Activities)
2023-03-10 11:16:58 +00:00
///$activity
///
///#end.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_send_whats_new {
get {
return ResourceManager.GetString("pattern_send_whats_new", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SMTP test message
///
///This message was generated automatically to test your SMTP settings. If you are viewing it this means that the settings are correct and you can use them on your portal.
///
///
///Best regards,
///ONLYOFFICE Team.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_smtp_test {
get {
return ResourceManager.GetString("pattern_smtp_test", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///The file decryption process on your portal &quot;${PortalUrl}&quot;:&quot;${PortalUrl}&quot; has been failed.
///
2020-09-18 14:45:59 +00:00
///Some files could not be decrypted. Find more details in the &quot;Control Panel&quot;:&quot;${ControlPanelUrl}/storage&quot;..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_storage_decryption_error {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_storage_decryption_error", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///The file decryption process has been started on your portal &quot;${PortalUrl}&quot;:&quot;${PortalUrl}&quot;.
///
2020-09-18 14:45:59 +00:00
///The decryption might take some time, so the portal will be temporarily unavailable. As soon as the decryption is over, you will be able to work with your data again..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_storage_decryption_start {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_storage_decryption_start", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///The file decryption process on your portal &quot;${PortalUrl}&quot;:&quot;${PortalUrl}&quot; has been successfully completed.
///
2020-09-18 14:45:59 +00:00
///Your portal is available again..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_storage_decryption_success {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_storage_decryption_success", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///The file encryption process on the &quot;${PortalUrl}&quot;:&quot;${PortalUrl}&quot; portal has been failed.
///
2020-09-18 14:45:59 +00:00
///Some files could not be encrypted. Find more details in the &quot;Control Panel&quot;:&quot;${ControlPanelUrl}/storage&quot;..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_storage_encryption_error {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_storage_encryption_error", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///The file encryption process has been started on your portal &quot;${PortalUrl}&quot;:&quot;${PortalUrl}&quot;.
///
2020-09-18 14:45:59 +00:00
///The encryption might take some time, so the portal will be temporarily unavailable. As soon as the encryption is over, you will be able to work with your data again..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_storage_encryption_start {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_storage_encryption_start", resourceCulture);
}
}
/// <summary>
2023-04-27 14:42:34 +00:00
/// Looks up a localized string similar to Hello, $UserName!
///
///The file encryption process on your portal &quot;${PortalUrl}&quot;:&quot;${PortalUrl}&quot; has been successfully completed.
///
2020-09-18 14:45:59 +00:00
///Your portal is available again..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_storage_encryption_success {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_storage_encryption_success", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to h1.New user added to &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot; portal
///
2020-06-29 14:49:15 +00:00
///&quot;$__AuthorName&quot;:&quot;$__AuthorUrl&quot; has joined your portal at &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;.
///
///
2022-05-12 12:52:37 +00:00
///^If you do not want to receive the notifications about new users, please manage your &quot;subscription settings&quot;:&quot;$RecipientSubscriptionConfigURL&quot;.^.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_user_has_join {
get {
return ResourceManager.GetString("pattern_user_has_join", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to New user added to [${__VirtualRootPath}](${__VirtualRootPath}) portal
///[$__AuthorName]($__AuthorUrl) has joined your portal at [${__VirtualRootPath}](${__VirtualRootPath})..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_user_has_join_tg {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("pattern_user_has_join_tg", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Dear $UserName,
///
///You have been invited to join your company&apos;s safe and secure web-office that would enhance your collaboration. Its address is &quot;${__VirtualRootPath}&quot;:&quot;${__VirtualRootPath}&quot;. Adding this link to your bookmarks is a good idea, you are likely to use it a lot.
///
///Accept the invitation by following the link below and use your login and password from the corporate account to sign in.
///
///$GreenButton
///
///The link is only valid for 7 days..
/// </summary>
2021-05-27 18:30:15 +00:00
public static string pattern_user_ldap_activation {
get {
return ResourceManager.GetString("pattern_user_ldap_activation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Please activate your email address.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_activate_email {
get {
return ResourceManager.GetString("subject_activate_email", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. ${__VirtualRootPath} portal backup created.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_backup_created {
get {
return ResourceManager.GetString("subject_backup_created", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to Confirm changing your email.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_change_email_v115 {
get {
2021-05-27 18:30:15 +00:00
return ResourceManager.GetString("subject_change_email_v115", resourceCulture);
}
}
2023-05-12 15:18:10 +00:00
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText} password assistance.
/// </summary>
public static string subject_change_password {
get {
return ResourceManager.GetString("subject_change_password", resourceCulture);
}
}
/// <summary>
2022-06-14 08:11:41 +00:00
/// Looks up a localized string similar to Confirm changing your password.
/// </summary>
2022-06-16 08:13:53 +00:00
public static string subject_change_password_v115 {
get {
2022-06-14 08:11:41 +00:00
return ResourceManager.GetString("subject_change_password_v115", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Mobile phone change request.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_change_phone {
get {
return ResourceManager.GetString("subject_change_phone", resourceCulture);
}
}
/// <summary>
2021-05-27 18:30:15 +00:00
/// Looks up a localized string similar to ${LetterLogoText}. Security notification.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_change_tfa {
get {
return ResourceManager.GetString("subject_change_tfa", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Change of portal owner.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_confirm_owner_change {
get {
return ResourceManager.GetString("subject_confirm_owner_change", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Change of portal address.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_dns_change {
get {
return ResourceManager.GetString("subject_dns_change", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_enterprise_admin_activation_v1 {
get {
return ResourceManager.GetString("subject_enterprise_admin_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Get free ONLYOFFICE apps.
/// </summary>
public static string subject_enterprise_admin_user_apps_tips_v1 {
get {
return ResourceManager.GetString("subject_enterprise_admin_user_apps_tips_v1", resourceCulture);
}
}
/// <summary>
2023-03-24 09:36:31 +00:00
/// Looks up a localized string similar to Several tips for effective work on your docs.
/// </summary>
public static string subject_enterprise_admin_user_docs_tips_v1 {
get {
return ResourceManager.GetString("subject_enterprise_admin_user_docs_tips_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discover business subscription of ONLYOFFICE DocSpace.
/// </summary>
public static string subject_enterprise_admin_welcome_v1 {
get {
return ResourceManager.GetString("subject_enterprise_admin_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ${__VirtualRootPath}.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_enterprise_guest_activation_v10 {
get {
return ResourceManager.GetString("subject_enterprise_guest_activation_v10", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_enterprise_guest_welcome_v1 {
get {
return ResourceManager.GetString("subject_enterprise_guest_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ONLYOFFICE DocSpace.
/// </summary>
public static string subject_enterprise_user_activation_v1 {
get {
return ResourceManager.GetString("subject_enterprise_user_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_enterprise_user_welcome_v1 {
get {
return ResourceManager.GetString("subject_enterprise_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_enterprise_whitelabel_admin_activation_v1 {
get {
return ResourceManager.GetString("subject_enterprise_whitelabel_admin_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discover business subscription of ONLYOFFICE DocSpace.
/// </summary>
public static string subject_enterprise_whitelabel_admin_welcome_v1 {
get {
return ResourceManager.GetString("subject_enterprise_whitelabel_admin_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ${__VirtualRootPath}.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_enterprise_whitelabel_guest_activation_v10 {
get {
return ResourceManager.GetString("subject_enterprise_whitelabel_guest_activation_v10", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_enterprise_whitelabel_guest_welcome_v1 {
get {
return ResourceManager.GetString("subject_enterprise_whitelabel_guest_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ONLYOFFICE DocSpace.
/// </summary>
public static string subject_enterprise_whitelabel_user_activation_v1 {
get {
return ResourceManager.GetString("subject_enterprise_whitelabel_user_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_enterprise_whitelabel_user_welcome_v1 {
get {
return ResourceManager.GetString("subject_enterprise_whitelabel_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to User message to administrators.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_for_admin_notify {
get {
return ResourceManager.GetString("subject_for_admin_notify", resourceCulture);
}
}
2022-09-04 15:30:32 +00:00
/// <summary>
/// Looks up a localized string similar to Sales department request.
/// </summary>
public static string subject_for_sales_notify {
get {
return ResourceManager.GetString("subject_for_sales_notify", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invitation to join ${__VirtualRootPath} portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_join {
get {
return ResourceManager.GetString("subject_join", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Mailbox creation.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_mailbox_created {
get {
return ResourceManager.GetString("subject_mailbox_created", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Change of mailbox password.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_mailbox_password_changed {
get {
return ResourceManager.GetString("subject_mailbox_password_changed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Another region portal migration error.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_migration_error {
get {
return ResourceManager.GetString("subject_migration_error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Another region portal migration started.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_migration_start {
get {
return ResourceManager.GetString("subject_migration_start", resourceCulture);
}
}
2021-06-10 08:47:58 +00:00
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Another region portal migration successfully completed.
/// </summary>
public static string subject_migration_success {
get {
return ResourceManager.GetString("subject_migration_success", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
2020-09-18 14:45:59 +00:00
/// </summary>
public static string subject_opensource_admin_activation_v1 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_opensource_admin_activation_v1", resourceCulture);
2020-09-18 14:45:59 +00:00
}
}
/// <summary>
2023-03-24 09:36:31 +00:00
/// Looks up a localized string similar to Several tips for effective work on your docs.
2020-09-18 14:45:59 +00:00
/// </summary>
public static string subject_opensource_admin_docs_tips_v1 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_opensource_admin_docs_tips_v1", resourceCulture);
2020-09-18 14:45:59 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Discover business subscription of ONLYOFFICE DocSpace.
2020-09-18 14:45:59 +00:00
/// </summary>
public static string subject_opensource_admin_welcome_v1 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_opensource_admin_welcome_v1", resourceCulture);
2020-09-18 14:45:59 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Join ${__VirtualRootPath}.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_opensource_guest_activation_v11 {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_opensource_guest_activation_v11", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_opensource_guest_welcome_v1 {
get {
return ResourceManager.GetString("subject_opensource_guest_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ONLYOFFICE DocSpace.
/// </summary>
public static string subject_opensource_user_activation_v1 {
get {
return ResourceManager.GetString("subject_opensource_user_activation_v1", resourceCulture);
}
}
2020-10-29 19:15:36 +00:00
/// <summary>
2023-03-24 09:36:31 +00:00
/// Looks up a localized string similar to Several tips for effective work on your docs.
2020-10-29 19:15:36 +00:00
/// </summary>
public static string subject_opensource_user_docs_tips_v1 {
2020-10-29 19:15:36 +00:00
get {
return ResourceManager.GetString("subject_opensource_user_docs_tips_v1", resourceCulture);
2020-10-29 19:15:36 +00:00
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_opensource_user_welcome_v1 {
get {
return ResourceManager.GetString("subject_opensource_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE for personal use!.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_personal_activate {
get {
return ResourceManager.GetString("subject_personal_activate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE Personal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_personal_after_registration1 {
get {
return ResourceManager.GetString("subject_personal_after_registration1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Get free ONLYOFFICE apps.
/// </summary>
public static string subject_personal_after_registration14_v1 {
get {
return ResourceManager.GetString("subject_personal_after_registration14_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Log in to your ONLYOFFICE Personal account.
/// </summary>
public static string subject_personal_already_exist {
get {
return ResourceManager.GetString("subject_personal_already_exist", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Personal. Please activate your email address.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_personal_confirmation {
get {
return ResourceManager.GetString("subject_personal_confirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE Personal account termination.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_personal_profile_delete {
get {
return ResourceManager.GetString("subject_personal_profile_delete", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deactivation of the ${__VirtualRootPath} portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_portal_deactivate {
get {
return ResourceManager.GetString("subject_portal_deactivate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deletion of the ${__VirtualRootPath} portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_portal_delete {
get {
return ResourceManager.GetString("subject_portal_delete", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ONLYOFFICE DocSpace has been deactivated.
/// </summary>
public static string subject_portal_delete_success_v1 {
get {
return ResourceManager.GetString("subject_portal_delete_success_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Change of portal address.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_portal_rename {
get {
return ResourceManager.GetString("subject_portal_rename", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deletion of your profile from ${__VirtualRootPath} portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_profile_delete {
get {
return ResourceManager.GetString("subject_profile_delete", resourceCulture);
}
}
2020-06-29 14:49:15 +00:00
/// <summary>
/// Looks up a localized string similar to User has deleted his/her profile.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_profile_has_deleted_itself {
2020-06-29 14:49:15 +00:00
get {
return ResourceManager.GetString("subject_profile_has_deleted_itself", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your profile at ${__VirtualRootPath} has been changed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_profile_updated {
get {
return ResourceManager.GetString("subject_profile_updated", resourceCulture);
}
}
/// <summary>
2020-06-29 14:49:15 +00:00
/// Looks up a localized string similar to ${LetterLogoText}. User data reassignment is completed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_reassigns_completed {
get {
return ResourceManager.GetString("subject_reassigns_completed", resourceCulture);
}
}
/// <summary>
2020-06-29 14:49:15 +00:00
/// Looks up a localized string similar to ${LetterLogoText}. User data reassignment failed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_reassigns_failed {
get {
return ResourceManager.GetString("subject_reassigns_failed", resourceCulture);
}
}
/// <summary>
2020-06-29 14:49:15 +00:00
/// Looks up a localized string similar to ${LetterLogoText}. User data removal completed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_remove_user_data_completed {
get {
return ResourceManager.GetString("subject_remove_user_data_completed", resourceCulture);
}
}
/// <summary>
2020-06-29 14:49:15 +00:00
/// Looks up a localized string similar to ${LetterLogoText}. User data removal failed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_remove_user_data_failed {
get {
return ResourceManager.GetString("subject_remove_user_data_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enterprise license request.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_request_license {
get {
return ResourceManager.GetString("subject_request_license", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SaaS pricing plan request.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_request_tariff {
get {
return ResourceManager.GetString("subject_request_tariff", resourceCulture);
}
}
2021-06-10 08:47:58 +00:00
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Restore completed.
/// </summary>
public static string subject_restore_completed {
get {
return ResourceManager.GetString("subject_restore_completed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Restore started.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_restore_started {
get {
return ResourceManager.GetString("subject_restore_started", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_saas_admin_activation_v1 {
get {
return ResourceManager.GetString("subject_saas_admin_activation_v1", resourceCulture);
}
}
/// <summary>
2022-10-13 12:20:15 +00:00
/// Looks up a localized string similar to Configure your ONLYOFFICE DocSpace.
/// </summary>
2022-10-13 12:20:15 +00:00
public static string subject_saas_admin_modules_v1 {
get {
2022-10-13 12:20:15 +00:00
return ResourceManager.GetString("subject_saas_admin_modules_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your ONLYOFFICE DocSpace will be deleted.
/// </summary>
public static string subject_saas_admin_trial_warning_after_half_year_v1 {
get {
return ResourceManager.GetString("subject_saas_admin_trial_warning_after_half_year_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Get free ONLYOFFICE apps.
/// </summary>
public static string subject_saas_admin_user_apps_tips_v1 {
get {
return ResourceManager.GetString("subject_saas_admin_user_apps_tips_v1", resourceCulture);
}
}
/// <summary>
2023-03-24 09:36:31 +00:00
/// Looks up a localized string similar to Several tips for effective work on your docs.
/// </summary>
public static string subject_saas_admin_user_docs_tips_v1 {
get {
return ResourceManager.GetString("subject_saas_admin_user_docs_tips_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Discover business subscription of ONLYOFFICE DocSpace.
/// </summary>
public static string subject_saas_admin_welcome_v1 {
get {
return ResourceManager.GetString("subject_saas_admin_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ONLYOFFICE DocSpace.
/// </summary>
public static string subject_saas_docspace_invite {
get {
return ResourceManager.GetString("subject_saas_docspace_invite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ${__VirtualRootPath}.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_saas_guest_activation_v115 {
get {
2021-05-27 18:30:15 +00:00
return ResourceManager.GetString("subject_saas_guest_activation_v115", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_saas_guest_welcome_v1 {
get {
return ResourceManager.GetString("subject_saas_guest_welcome_v1", resourceCulture);
}
}
2023-03-19 09:25:31 +00:00
/// <summary>
/// Looks up a localized string similar to Grace period for your ONLYOFFICE DocSpace activated.
/// </summary>
public static string subject_saas_owner_payment_warning_grace_period_activation {
get {
return ResourceManager.GetString("subject_saas_owner_payment_warning_grace_period_activation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your ONLYOFFICE DocSpace subscription is about to expire.
/// </summary>
public static string subject_saas_owner_payment_warning_grace_period_before_activation {
get {
return ResourceManager.GetString("subject_saas_owner_payment_warning_grace_period_before_activation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Grace period for your ONLYOFFICE DocSpace expired.
/// </summary>
public static string subject_saas_owner_payment_warning_grace_period_expired {
get {
return ResourceManager.GetString("subject_saas_owner_payment_warning_grace_period_expired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Grace period for your ONLYOFFICE DocSpace expires tomorrow.
/// </summary>
public static string subject_saas_owner_payment_warning_grace_period_last_day {
get {
return ResourceManager.GetString("subject_saas_owner_payment_warning_grace_period_last_day", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ONLYOFFICE DocSpace.
/// </summary>
public static string subject_saas_room_invite {
get {
return ResourceManager.GetString("subject_saas_room_invite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Join ONLYOFFICE DocSpace.
/// </summary>
public static string subject_saas_user_activation_v1 {
get {
return ResourceManager.GetString("subject_saas_user_activation_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Welcome to ONLYOFFICE DocSpace!.
/// </summary>
public static string subject_saas_user_welcome_v1 {
get {
return ResourceManager.GetString("subject_saas_user_welcome_v1", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${__VirtualRootPath} portal profile change notification.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_self_profile_updated {
get {
return ResourceManager.GetString("subject_self_profile_updated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to What&apos;s new on your portal for $Date.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_send_whats_new {
get {
return ResourceManager.GetString("subject_send_whats_new", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SMTP test message.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_smtp_test {
get {
return ResourceManager.GetString("subject_smtp_test", resourceCulture);
}
}
2020-09-18 14:45:59 +00:00
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Decryption process failed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_storage_decryption_error {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_storage_decryption_error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Decryption process started.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_storage_decryption_start {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_storage_decryption_start", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Decryption process completed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_storage_decryption_success {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_storage_decryption_success", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Encryption process failed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_storage_encryption_error {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_storage_encryption_error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Encryption process started.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_storage_encryption_start {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_storage_encryption_start", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ${LetterLogoText}. Encryption process completed.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_storage_encryption_success {
2020-09-18 14:45:59 +00:00
get {
return ResourceManager.GetString("subject_storage_encryption_success", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New user added to ${LetterLogoText} portal.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_user_has_join {
get {
return ResourceManager.GetString("subject_user_has_join", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Youre invited to join ${__VirtualRootPath}.
/// </summary>
2021-05-27 18:30:15 +00:00
public static string subject_user_ldap_activation {
get {
return ResourceManager.GetString("subject_user_ldap_activation", resourceCulture);
}
}
}
}