EnVisageOnline/Main/Source/EnVisage/App_GlobalResources/Messages.resx

303 lines
15 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Scenario_Save_Error" xml:space="preserve">
<value>Cannot save scenario. Try again later.</value>
</data>
<data name="Scenario_Copy_Error" xml:space="preserve">
<value>System cannot copy scenario. Try again later.</value>
</data>
<data name="Rate_Save_Error" xml:space="preserve">
<value>System cannot save rate. Try again later.</value>
</data>
<data name="Scenario_Process_DeriveRate_Error" xml:space="preserve">
<value>Cannot derive global rate because there are no any rate within scenario date range. Use Add button to create local rates.</value>
</data>
<data name="Common_Oops" xml:space="preserve">
<value>Oops!</value>
</data>
<data name="Common_YourRequestError" xml:space="preserve">
<value>An error occurred while processing your request. Please, try again later.</value>
</data>
<data name="Scenario_Save_CategoriesAreOverallocated_Error" xml:space="preserve">
<value>Some categories are overallocated and Scenario cannot be saved. Please change allocation to fit the Need (or be less than Need).</value>
</data>
<data name="Scenario_Copy_UnsavedChanges" xml:space="preserve">
<value>Copy Scenario form contains unsaved changes, do you really want to close the form?</value>
</data>
<data name="Scenario_Create_Confirm" xml:space="preserve">
<value>This scenario has not been saved. Closing this form will cause all changes to be lost. To continue, press OK.</value>
</data>
<data name="Scenario_Edit_Confirm" xml:space="preserve">
<value>This scenario has not been saved. Closing this form will cause all changes to be lost. Are you sure you want to leave this page?</value>
</data>
<data name="Scenario_Validation_Common" xml:space="preserve">
<value>The Scenario could not be saved due to the following errors:</value>
</data>
<data name="Skill_Edit_UnsavedChanges" xml:space="preserve">
<value>Edit Skills form contains unsaved changes, do you really want to close the form?</value>
</data>
<data name="Template_Create_Success" xml:space="preserve">
<value>Template has been successfully created!</value>
</data>
<data name="Template_Edit_UnsavedChanges" xml:space="preserve">
<value>Template form contains unsaved changes, do you really want to close the form?</value>
</data>
<data name="Account_ExternalLoginWasRemoved" xml:space="preserve">
<value>The external login was removed</value>
</data>
<data name="Account_InvalidUserNameOrPassword" xml:space="preserve">
<value>Invalid username or password.</value>
</data>
<data name="Account_NotActive" xml:space="preserve">
<value>Sorry, your account is not active.</value>
</data>
<data name="Account_PasswordHasBeenChanged" xml:space="preserve">
<value>Your password has been changed.</value>
</data>
<data name="Account_PasswordHasBeenSet" xml:space="preserve">
<value>Your password has been set</value>
</data>
<data name="Account_UpdatedByAnotherUser" xml:space="preserve">
<value>This account is currently being updated by another user. Please attempt your edit again later.</value>
</data>
<data name="Common_ErrorHasOccured" xml:space="preserve">
<value>An error has occurred.</value>
</data>
<data name="Common_InvalidParameters" xml:space="preserve">
<value>Invalid parameters</value>
</data>
<data name="Accoun_SaveUser_Error" xml:space="preserve">
<value>Cannot save user. Try again later.</value>
</data>
<data name="Account_AlreadyActivated" xml:space="preserve">
<value>This account is already activated.</value>
</data>
<data name="Account_UserDoesNotExist" xml:space="preserve">
<value>This user does not exist.</value>
</data>
<data name="Account_TtokenDoesNotMatchAnyExistingUser_" xml:space="preserve">
<value>Provided token does not match any existing user.</value>
</data>
<data name="Account_SystemCannotRemovePassword" xml:space="preserve">
<value>System cannot remove password</value>
</data>
<data name="AccountController_RestorePassword_Error" xml:space="preserve">
<value>System failed to restore password</value>
</data>
<data name="Calendar_Edit_BeingUpdatedByAnotherUser" xml:space="preserve">
<value>This calendar is currently being updated by another user. Please attempt your edit again later.</value>
</data>
<data name="Calendar_Edit_Error" xml:space="preserve">
<value>Cannot save calendar settings. Try again later.</value>
</data>
<data name="Holiday_Edit_BeingUpdatedByAnotherUser" xml:space="preserve">
<value>This holiday is currently being updated by another user. Please attempt your edit again later.</value>
</data>
<data name="Holiday_Edit_Error" xml:space="preserve">
<value>Cannot save holiday. Try again later.</value>
</data>
<data name="Common_AccessDenied" xml:space="preserve">
<value>Access denied</value>
</data>
<data name="Common_OperationWasTerminatedBecauseModelIsNull" xml:space="preserve">
<value>Operation was terminated because model is null</value>
</data>
<data name="Company_Delete_CompanyHasAssignedProjects_Error" xml:space="preserve">
<value>Company has assigned projects and could not be deleted</value>
</data>
<data name="Company_Delete_CompanyHasChildCompanies_Error" xml:space="preserve">
<value>Company has child companies and could not be deleted</value>
</data>
<data name="Company_Delete_CompanyHasAssignedTeams_Error" xml:space="preserve">
<value>Company has assigned teams and could not be deleted</value>
</data>
<data name="Rate_Edit_Being_UpdatedByAnotherUser" xml:space="preserve">
<value>This rate is currently being updated by another user. Please attempt your edit again later.</value>
</data>
<data name="ExpenditureCategory_Delete_HasAssignedScenarios_Error" xml:space="preserve">
<value>Expenditure Category has assigned scenarios and could not be deleted</value>
</data>
<data name="ExpenditureCategory_Delete_UsedByResources_Error" xml:space="preserve">
<value>Expenditure Category is used by resources and could not be deleted</value>
</data>
<data name="Expenditure_Delete_HasCategoriesAssigned_Error" xml:space="preserve">
<value>Expenditure has categories assigned and could not be deleted</value>
</data>
<data name="Scenario_ToggleStatus_Error" xml:space="preserve">
<value>Cannot change status for the scenario. Please, try again later.</value>
</data>
<data name="Scenario_Close_UnsavedChanges" xml:space="preserve">
<value>Scenario Save form contains unsaved changes, do you really want to close the form?</value>
</data>
<data name="Note_Edit_UnsavedChanges" xml:space="preserve">
<value>Note editing form contains unsaved changes, do you really want to close the form?</value>
</data>
<data name="Project_Edit_UnsavedChanges" xml:space="preserve">
<value>Edit project contains unsaved changes. Are you sure you want to leave the page?</value>
</data>
<data name="RoundExpenditure_Close_UnsavedChanges" xml:space="preserve">
<value>Round Expenditures form contains unsaved changes, do you really want to close the form?</value>
</data>
<data name="NonProjectTime_Edit_UnsavedChanges" xml:space="preserve">
<value>Non-Project Time edit form contains unsaved changes, do you really want to close the form?</value>
</data>
<data name="Rate_Delete_Message" xml:space="preserve">
<value>You are about to delete the rate. Are you sure you want to delete it?</value>
</data>
<data name="Common_OperationTerminated_FilterIsNull" xml:space="preserve">
<value>Operation was terminated because filter is null</value>
</data>
<data name="Commonl_ArgumentEmpty" xml:space="preserve">
<value>Argument cannot be empty</value>
</data>
<data name="Rate_UpdatedByAnotherUser" xml:space="preserve">
<value>This rate is currently being updated by another user. Please attempt your edit again later.</value>
</data>
<data name="Rate_Parameter_expenditureCatetoryId_CantBeEmpty" xml:space="preserve">
<value>Parameter 'expenditureCatetoryId' can not be Guid.Empty</value>
</data>
<data name="Rate_Parameter_scenarioIdOrExpenditureCatetoryId_CantBeEmpty" xml:space="preserve">
<value>Parameter scenarioId or expenditureCategoryId can not be null or empty.</value>
</data>
<data name="Scenario_UnableToRecalculate_BottomUpCosts_IdIsGuidEmpty" xml:space="preserve">
<value>Unable to recalculate bottom-up costs because Id is Guid.Empty.</value>
</data>
<data name="Scenario_UnableToRecalculate_BottomUpCosts_ScenarioDoesNotHaveIdSpecified" xml:space="preserve">
<value>Unable to recalculate bottom-up costs because scenario does not have Id specified.</value>
</data>
<data name="ScenarioDelete_Error" xml:space="preserve">
<value>Cannot delete scenario. Try again later.</value>
</data>
<data name="Common_ModelMustBeNotNull" xml:space="preserve">
<value>Model must be not null</value>
</data>
<data name="User_UpdatedByAnotherUser" xml:space="preserve">
<value>This user is currently being updated by another user. Please attempt your edit again later.</value>
</data>
<data name="User_Create_Error_ReviewYourEntries" xml:space="preserve">
<value>Error creating user. Please review your entries</value>
</data>
<data name="NonProjectTime_Schedule_Another_User" xml:space="preserve">
<value>This non-project time is currently being updated by another user. Please attempt your edit again later.</value>
</data>
<data name="NonProjectTime_Schedule_Cannot_Save" xml:space="preserve">
<value>Cannot save non-project time. Please contact your system administrator.</value>
</data>
</root>