DocSpace-buildtools/products/ASC.CRM/Server/Resources/CRMJSResource.Designer.cs

1559 lines
53 KiB
C#

//------------------------------------------------------------------------------
// <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.CRM.Resources {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class CRMJSResource {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal CRMJSResource() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ASC.CRM.Resources.CRMJSResource", typeof(CRMJSResource).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)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Actual date of the deal.
/// </summary>
public static string ActualCloseDate {
get {
return ResourceManager.GetString("ActualCloseDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Adding an opportunity....
/// </summary>
public static string AddNewDealProgress {
get {
return ResourceManager.GetString("AddNewDealProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add email.
/// </summary>
public static string AddNewEmail {
get {
return ResourceManager.GetString("AddNewEmail", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Adding an invoice....
/// </summary>
public static string AddNewInvoiceProgress {
get {
return ResourceManager.GetString("AddNewInvoiceProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add phone.
/// </summary>
public static string AddNewPhone {
get {
return ResourceManager.GetString("AddNewPhone", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create New Task.
/// </summary>
public static string AddNewTask {
get {
return ResourceManager.GetString("AddNewTask", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to addresses.
/// </summary>
public static string AddressGenitivePlural {
get {
return ResourceManager.GetString("AddressGenitivePlural", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to addresses.
/// </summary>
public static string AddressGenitiveSingular {
get {
return ResourceManager.GetString("AddressGenitiveSingular", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Address.
/// </summary>
public static string AddressWatermark {
get {
return ResourceManager.GetString("AddressWatermark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save.
/// </summary>
public static string AddThisTask {
get {
return ResourceManager.GetString("AddThisTask", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to batch.
/// </summary>
public static string Batch {
get {
return ResourceManager.GetString("Batch", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to per day.
/// </summary>
public static string BidType_PerDay {
get {
return ResourceManager.GetString("BidType_PerDay", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to per hour.
/// </summary>
public static string BidType_PerHour {
get {
return ResourceManager.GetString("BidType_PerHour", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to per month.
/// </summary>
public static string BidType_PerMonth {
get {
return ResourceManager.GetString("BidType_PerMonth", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to per week.
/// </summary>
public static string BidType_PerWeek {
get {
return ResourceManager.GetString("BidType_PerWeek", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to per year.
/// </summary>
public static string BidType_PerYear {
get {
return ResourceManager.GetString("BidType_PerYear", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Billing address.
/// </summary>
public static string BillingAddress {
get {
return ResourceManager.GetString("BillingAddress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Browse.
/// </summary>
public static string Browse {
get {
return ResourceManager.GetString("Browse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Case.
/// </summary>
public static string Case {
get {
return ResourceManager.GetString("Case", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Closed.
/// </summary>
public static string CaseStatusClosed {
get {
return ResourceManager.GetString("CaseStatusClosed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open.
/// </summary>
public static string CaseStatusOpened {
get {
return ResourceManager.GetString("CaseStatusOpened", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Edit.
/// </summary>
public static string Change {
get {
return ResourceManager.GetString("Change", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Mark as primary.
/// </summary>
public static string CheckAsPrimary {
get {
return ResourceManager.GetString("CheckAsPrimary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose.
/// </summary>
public static string Choose {
get {
return ResourceManager.GetString("Choose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to City.
/// </summary>
public static string CityWatermark {
get {
return ResourceManager.GetString("CityWatermark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Close case.
/// </summary>
public static string CloseCase {
get {
return ResourceManager.GetString("CloseCase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Company.
/// </summary>
public static string Company {
get {
return ResourceManager.GetString("Company", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to change this key?.
/// </summary>
public static string ConfirmChangeKey {
get {
return ResourceManager.GetString("ConfirmChangeKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Note: all previously created forms will no longer work.
/// </summary>
public static string ConfirmChangeKeyNote {
get {
return ResourceManager.GetString("ConfirmChangeKeyNote", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to delete this task?.
/// </summary>
public static string ConfirmDeleteTask {
get {
return ResourceManager.GetString("ConfirmDeleteTask", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to All the entered information will be lost.
///Are you sure you want to continue anyway?.
/// </summary>
public static string ConfirmGoToCustomFieldPage {
get {
return ResourceManager.GetString("ConfirmGoToCustomFieldPage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please enter the name of your Twitter account. For example, teamlabdotcom.
/// </summary>
public static string ContactTwitterDescription {
get {
return ResourceManager.GetString("ContactTwitterDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Country.
/// </summary>
public static string CountryWatermark {
get {
return ResourceManager.GetString("CountryWatermark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current month.
/// </summary>
public static string CurrentMonth {
get {
return ResourceManager.GetString("CurrentMonth", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current user.
/// </summary>
public static string CurrentUser {
get {
return ResourceManager.GetString("CurrentUser", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Current week.
/// </summary>
public static string CurrentWeek {
get {
return ResourceManager.GetString("CurrentWeek", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Custom period.
/// </summary>
public static string CustomPeriod {
get {
return ResourceManager.GetString("CustomPeriod", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Opportunity.
/// </summary>
public static string Deal {
get {
return ResourceManager.GetString("Deal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to delete the &apos;{0}&apos; case?.
/// </summary>
public static string DeleteCaseConfirmMessage {
get {
return ResourceManager.GetString("DeleteCaseConfirmMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deleting case....
/// </summary>
public static string DeleteCaseInProgress {
get {
return ResourceManager.GetString("DeleteCaseInProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delete company.
/// </summary>
public static string DeleteCompany {
get {
return ResourceManager.GetString("DeleteCompany", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to delete the &apos;{0}&apos; company?.
/// </summary>
public static string DeleteCompanyConfirmMessage {
get {
return ResourceManager.GetString("DeleteCompanyConfirmMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Note: this action cannot be undone.
/// </summary>
public static string DeleteConfirmNote {
get {
return ResourceManager.GetString("DeleteConfirmNote", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deleting contact....
/// </summary>
public static string DeleteContactInProgress {
get {
return ResourceManager.GetString("DeleteContactInProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to delete the &apos;{0}&apos; opportunity?.
/// </summary>
public static string DeleteDealConfirmMessage {
get {
return ResourceManager.GetString("DeleteDealConfirmMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Deleting opportunity....
/// </summary>
public static string DeleteDealInProgress {
get {
return ResourceManager.GetString("DeleteDealInProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Are you sure you want to delete the &apos;{0}&apos; person?.
/// </summary>
public static string DeletePersonConfirmMessage {
get {
return ResourceManager.GetString("DeletePersonConfirmMessage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Delivery address.
/// </summary>
public static string DeliveryAddress {
get {
return ResourceManager.GetString("DeliveryAddress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Edit email.
/// </summary>
public static string EditEmail {
get {
return ResourceManager.GetString("EditEmail", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Saving changes....
/// </summary>
public static string EditingDealProgress {
get {
return ResourceManager.GetString("EditingDealProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Saving changes....
/// </summary>
public static string EditingInvoiceProgress {
get {
return ResourceManager.GetString("EditingInvoiceProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Edit phone.
/// </summary>
public static string EditPhone {
get {
return ResourceManager.GetString("EditPhone", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Edit «{0}» field.
/// </summary>
public static string EditSelectedCustomField {
get {
return ResourceManager.GetString("EditSelectedCustomField", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Edit task.
/// </summary>
public static string EditTask {
get {
return ResourceManager.GetString("EditTask", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} selected.
/// </summary>
public static string ElementsSelectedCount {
get {
return ResourceManager.GetString("ElementsSelectedCount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Empty.
/// </summary>
public static string Empty {
get {
return ResourceManager.GetString("Empty", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The settings fields cannot be empty.
/// </summary>
public static string EmptyFieldsOfSettings {
get {
return ResourceManager.GetString("EmptyFieldsOfSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The element list cannot be empty.
/// </summary>
public static string EmptyItemList {
get {
return ResourceManager.GetString("EmptyItemList", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Every field must have a title.
/// </summary>
public static string EmptyLabelError {
get {
return ResourceManager.GetString("EmptyLabelError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Every letter must have a body.
/// </summary>
public static string EmptyLetterBodyContent {
get {
return ResourceManager.GetString("EmptyLetterBodyContent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Every task must have a due date.
/// </summary>
public static string EmptyTaskDeadline {
get {
return ResourceManager.GetString("EmptyTaskDeadline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Every task must have a responsible one.
/// </summary>
public static string EmptyTaskResponsible {
get {
return ResourceManager.GetString("EmptyTaskResponsible", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Every task must have a title.
/// </summary>
public static string EmptyTaskTitle {
get {
return ResourceManager.GetString("EmptyTaskTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The title field cannot be empty.
/// </summary>
public static string EmptyTitleError {
get {
return ResourceManager.GetString("EmptyTitleError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No fields corresponding to the &apos;Case Title&apos; could be found.
/// </summary>
public static string ErrorCasesNotMappingBasicColumn {
get {
return ResourceManager.GetString("ErrorCasesNotMappingBasicColumn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No person is selected.
/// </summary>
public static string ErrorContactIsNotSelected {
get {
return ResourceManager.GetString("ErrorContactIsNotSelected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No fields corresponding to the &apos;First Name&apos; or &apos;Company Name&apos; could be found.
/// </summary>
public static string ErrorContactNotMappingBasicColumn {
get {
return ResourceManager.GetString("ErrorContactNotMappingBasicColumn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} email recipients maximum.
/// </summary>
public static string ErrorEmailRecipientsCount {
get {
return ResourceManager.GetString("ErrorEmailRecipientsCount", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter the case title.
/// </summary>
public static string ErrorEmptyCaseTitle {
get {
return ResourceManager.GetString("ErrorEmptyCaseTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Obligatory fields must not be duplicated.
/// </summary>
public static string ErrorMappingMoreBasicColumn {
get {
return ResourceManager.GetString("ErrorMappingMoreBasicColumn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Image format is not supported.
/// </summary>
public static string ErrorMessage_NotImageSupportFormat {
get {
return ResourceManager.GetString("ErrorMessage_NotImageSupportFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File format is not supported.
/// </summary>
public static string ErrorMessage_NotSupportedFileFormat {
get {
return ResourceManager.GetString("ErrorMessage_NotSupportedFileFormat", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An error occurred while uploading the image to the server.
/// </summary>
public static string ErrorMessage_SaveImageError {
get {
return ResourceManager.GetString("ErrorMessage_SaveImageError", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Incorrect email.
/// </summary>
public static string ErrorNotCorrectEmail {
get {
return ResourceManager.GetString("ErrorNotCorrectEmail", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No fields corresponding to the &apos;Opportunity Title&apos;, &apos;Opportunity Responsible&apos; could be found.
/// </summary>
public static string ErrorOpportunityNotMappingBasicColumn {
get {
return ResourceManager.GetString("ErrorOpportunityNotMappingBasicColumn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No fields corresponding to the &apos;Task Title&apos;, &apos;Responsible&apos;, &apos;Due Date&apos; could be found.
/// </summary>
public static string ErrorTaskNotMappingBasicColumn {
get {
return ResourceManager.GetString("ErrorTaskNotMappingBasicColumn", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; type is the last one. It cannot be deleted..
/// </summary>
public static string ErrorTheLastContactStage {
get {
return ResourceManager.GetString("ErrorTheLastContactStage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; type is the last one. It cannot be deleted..
/// </summary>
public static string ErrorTheLastContactType {
get {
return ResourceManager.GetString("ErrorTheLastContactType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to This is the only opportunity stage. It cannot be deleted..
/// </summary>
public static string ErrorTheLastDealMilestone {
get {
return ResourceManager.GetString("ErrorTheLastDealMilestone", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; category is the last one. It cannot be deleted..
/// </summary>
public static string ErrorTheLastHistoryCategory {
get {
return ResourceManager.GetString("ErrorTheLastHistoryCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &quot;{0}&quot; category is the last one. It cannot be deleted..
/// </summary>
public static string ErrorTheLastTaskCategory {
get {
return ResourceManager.GetString("ErrorTheLastTaskCategory", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Estimated deal due date.
/// </summary>
public static string ExpectedCloseDate {
get {
return ResourceManager.GetString("ExpectedCloseDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Find account in Twitter.
/// </summary>
public static string FindTwitter {
get {
return ResourceManager.GetString("FindTwitter", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Your recipient list has been generated. {0} Click the links below to pass your email addresses over to the email program..
/// </summary>
public static string GenerateLinkInfo {
get {
return ResourceManager.GetString("GenerateLinkInfo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Go to Settings.
/// </summary>
public static string GoToSettings {
get {
return ResourceManager.GetString("GoToSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open the portal Settings page if you need to restrict the access to the CRM module and give some users administrator privileges..
/// </summary>
public static string HelpContentAccessRights {
get {
return ResourceManager.GetString("HelpContentAccessRights", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Click this button and select the Import contacts option if you need to transfer your contacts from a CSV file, all at once..
/// </summary>
public static string HelpContentAddContacts {
get {
return ResourceManager.GetString("HelpContentAddContacts", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use this button to start creating your customer database adding persons and companies and linking them..
/// </summary>
public static string HelpContentCreateNew {
get {
return ResourceManager.GetString("HelpContentCreateNew", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Use this link to build a form that you can publish on your site and capture new contacts automatically..
/// </summary>
public static string HelpContentCreateWebsite {
get {
return ResourceManager.GetString("HelpContentCreateWebsite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Manage Access Rights.
/// </summary>
public static string HelpTitleAccessRights {
get {
return ResourceManager.GetString("HelpTitleAccessRights", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Add Contacts in Bulk.
/// </summary>
public static string HelpTitleAddContacts {
get {
return ResourceManager.GetString("HelpTitleAddContacts", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create New Contact.
/// </summary>
public static string HelpTitleCreateNew {
get {
return ResourceManager.GetString("HelpTitleCreateNew", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Create a Website Contact Form.
/// </summary>
public static string HelpTitleCreateWebsite {
get {
return ResourceManager.GetString("HelpTitleCreateWebsite", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Link with project.
/// </summary>
public static string LinkWithProject {
get {
return ResourceManager.GetString("LinkWithProject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uploading.
/// </summary>
public static string Loading {
get {
return ResourceManager.GetString("Loading", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Loading....
/// </summary>
public static string LoadingProcessing {
get {
return ResourceManager.GetString("LoadingProcessing", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to cases.
/// </summary>
public static string ManyCases {
get {
return ResourceManager.GetString("ManyCases", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to companies.
/// </summary>
public static string ManyCompanies {
get {
return ResourceManager.GetString("ManyCompanies", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to contacts.
/// </summary>
public static string ManyContacts {
get {
return ResourceManager.GetString("ManyContacts", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to opportunities.
/// </summary>
public static string ManyDeals {
get {
return ResourceManager.GetString("ManyDeals", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to events.
/// </summary>
public static string ManyEvents {
get {
return ResourceManager.GetString("ManyEvents", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to persons.
/// </summary>
public static string ManyPersons {
get {
return ResourceManager.GetString("ManyPersons", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to tasks.
/// </summary>
public static string ManyTasks {
get {
return ResourceManager.GetString("ManyTasks", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New document.
/// </summary>
public static string NewDocument {
get {
return ResourceManager.GetString("NewDocument", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Next.
/// </summary>
public static string Next {
get {
return ResourceManager.GetString("Next", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Next (to preview).
/// </summary>
public static string NextPreview {
get {
return ResourceManager.GetString("NextPreview", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no cases.
/// </summary>
public static string NoCases {
get {
return ResourceManager.GetString("NoCases", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No close date.
/// </summary>
public static string NoCloseDate {
get {
return ResourceManager.GetString("NoCloseDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no companies.
/// </summary>
public static string NoCompanies {
get {
return ResourceManager.GetString("NoCompanies", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no contacts.
/// </summary>
public static string NoContacts {
get {
return ResourceManager.GetString("NoContacts", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no opportunities.
/// </summary>
public static string NoDeals {
get {
return ResourceManager.GetString("NoDeals", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no events.
/// </summary>
public static string NoEvents {
get {
return ResourceManager.GetString("NoEvents", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No file has been selected.
/// </summary>
public static string NoFileSelected {
get {
return ResourceManager.GetString("NoFileSelected", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no persons.
/// </summary>
public static string NoPersons {
get {
return ResourceManager.GetString("NoPersons", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to no subject.
/// </summary>
public static string NoSubject {
get {
return ResourceManager.GetString("NoSubject", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to There are no tasks.
/// </summary>
public static string NoTasks {
get {
return ResourceManager.GetString("NoTasks", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to case.
/// </summary>
public static string OneCase {
get {
return ResourceManager.GetString("OneCase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to company.
/// </summary>
public static string OneCompany {
get {
return ResourceManager.GetString("OneCompany", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to contact.
/// </summary>
public static string OneContact {
get {
return ResourceManager.GetString("OneContact", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to opportunity.
/// </summary>
public static string OneDeal {
get {
return ResourceManager.GetString("OneDeal", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to event.
/// </summary>
public static string OneEvent {
get {
return ResourceManager.GetString("OneEvent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to person.
/// </summary>
public static string OnePerson {
get {
return ResourceManager.GetString("OnePerson", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to task.
/// </summary>
public static string OneTask {
get {
return ResourceManager.GetString("OneTask", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open a case.
/// </summary>
public static string OpenCase {
get {
return ResourceManager.GetString("OpenCase", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Overall progress.
/// </summary>
public static string OverallProgress {
get {
return ResourceManager.GetString("OverallProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to during {0} days.
/// </summary>
public static string PerPeriodDays {
get {
return ResourceManager.GetString("PerPeriodDays", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to during {0} hours.
/// </summary>
public static string PerPeriodHours {
get {
return ResourceManager.GetString("PerPeriodHours", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to during {0} months.
/// </summary>
public static string PerPeriodMonths {
get {
return ResourceManager.GetString("PerPeriodMonths", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to during {0} weeks.
/// </summary>
public static string PerPeriodWeeks {
get {
return ResourceManager.GetString("PerPeriodWeeks", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to during {0} years.
/// </summary>
public static string PerPeriodYears {
get {
return ResourceManager.GetString("PerPeriodYears", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please reload the page.
/// </summary>
public static string PleaseRefreshThePage {
get {
return ResourceManager.GetString("PleaseRefreshThePage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please wait....
/// </summary>
public static string PleaseWait {
get {
return ResourceManager.GetString("PleaseWait", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Possible profiles for {0}.
/// </summary>
public static string PossibleSocialMediaAccounts {
get {
return ResourceManager.GetString("PossibleSocialMediaAccounts", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Previous.
/// </summary>
public static string Previous {
get {
return ResourceManager.GetString("Previous", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Primary.
/// </summary>
public static string Primary {
get {
return ResourceManager.GetString("Primary", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} recipients didn&apos;t have email addresses..
/// </summary>
public static string RecipientsWithoutEmail {
get {
return ResourceManager.GetString("RecipientsWithoutEmail", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Save changes.
/// </summary>
public static string SaveChanges {
get {
return ResourceManager.GetString("SaveChanges", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Select a CSV file.
/// </summary>
public static string SelectCSVFileButton {
get {
return ResourceManager.GetString("SelectCSVFileButton", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Selected CSV file: {0}.
/// </summary>
public static string SelectedCSVFileLabel {
get {
return ResourceManager.GetString("SelectedCSVFileLabel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choices.
/// </summary>
public static string SelectOptions {
get {
return ResourceManager.GetString("SelectOptions", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Send.
/// </summary>
public static string Send {
get {
return ResourceManager.GetString("Send", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Settings have been successfully updated.
/// </summary>
public static string SettingsUpdated {
get {
return ResourceManager.GetString("SettingsUpdated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show {0} more from {1}.
/// </summary>
public static string ShowMore {
get {
return ResourceManager.GetString("ShowMore", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show more.
/// </summary>
public static string ShowMoreButtonText {
get {
return ResourceManager.GetString("ShowMoreButtonText", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Temperature level.
/// </summary>
public static string Stage {
get {
return ResourceManager.GetString("Stage", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to State.
/// </summary>
public static string StateWatermark {
get {
return ResourceManager.GetString("StateWatermark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Successfully closed.
/// </summary>
public static string SuccessfullyClosed {
get {
return ResourceManager.GetString("SuccessfullyClosed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The «{0}» task is closed.
/// </summary>
public static string TaskIsOver {
get {
return ResourceManager.GetString("TaskIsOver", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Powered by {0}.
/// </summary>
public static string TeamlabWatermark {
get {
return ResourceManager.GetString("TeamlabWatermark", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} days {1} hours {2} minutes from the container start.
/// </summary>
public static string TemplateFixedDeadline {
get {
return ResourceManager.GetString("TemplateFixedDeadline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to From the previous task {0} days {1} hours {2} minutes.
/// </summary>
public static string TemplateNotFixedDeadline {
get {
return ResourceManager.GetString("TemplateNotFixedDeadline", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Today.
/// </summary>
public static string Today {
get {
return ResourceManager.GetString("Today", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unsuccessfully closed.
/// </summary>
public static string UnsuccessfullyClosed {
get {
return ResourceManager.GetString("UnsuccessfullyClosed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Attach file.
/// </summary>
public static string UploadFile {
get {
return ResourceManager.GetString("UploadFile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The file «{0}» is being uploaded....
/// </summary>
public static string UploadingProgress {
get {
return ResourceManager.GetString("UploadingProgress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Agent.
/// </summary>
public static string VoipCallAgent {
get {
return ResourceManager.GetString("VoipCallAgent", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Answered.
/// </summary>
public static string VoipCallAnsweredType {
get {
return ResourceManager.GetString("VoipCallAnsweredType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Caller.
/// </summary>
public static string VoipCallCaller {
get {
return ResourceManager.GetString("VoipCallCaller", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to contact removed.
/// </summary>
public static string VoipCallContactRemoved {
get {
return ResourceManager.GetString("VoipCallContactRemoved", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Cost.
/// </summary>
public static string VoipCallCost {
get {
return ResourceManager.GetString("VoipCallCost", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Date.
/// </summary>
public static string VoipCallDate {
get {
return ResourceManager.GetString("VoipCallDate", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Duration.
/// </summary>
public static string VoipCallDuration {
get {
return ResourceManager.GetString("VoipCallDuration", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Missed.
/// </summary>
public static string VoipCallMissedType {
get {
return ResourceManager.GetString("VoipCallMissedType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Outgoing.
/// </summary>
public static string VoipCallOutgoingType {
get {
return ResourceManager.GetString("VoipCallOutgoingType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Type.
/// </summary>
public static string VoipCallType {
get {
return ResourceManager.GetString("VoipCallType", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Zip code.
/// </summary>
public static string ZipCodeWatermark {
get {
return ResourceManager.GetString("ZipCodeWatermark", resourceCulture);
}
}
}
}