namespace Deltares.Stability.Calculation.Inner { public class Strings { // Has the same value as property OutputLanguage public const int CLDutch = 0; public const int CLEnglish = 1; public const int CLGerman = 2; public const int CLFrench = 3; public const int CLAvailableLanguage = 4; public const int CLanguageCount = 5; public static int GLI = 0; // Has the same value as property InterfaceLanguage public static int GLO = 0; // Probabilistic public static string[] sCovariancesNotSpecified = { "Geen Standaard Deviaties ingevoerd", "There are no Standard Deviations specified", "There are no Standard Deviations specified", "There are no Standard Deviations specified", "There are no Standard Deviations specified" }; public static string[] sInstantVariablesNotSpecified = { "Geen Instant Variables ingevoerd", "There are no Instant Variables specified", "There are no Instant Variables specified", "There are no Instant Variables specified", "There are no Instant Variables specified" }; // MDProgressDialog public static string[] sProgressDialogClose = { "Sluiten", "Close", "Close", "Fermer", "Close" }; public static string[] sProgressDialogCancel = { "Annuleren", "Cancel", "Cancel", "Annuler", "Cancel" }; public static string[] sProgressDialogAbort = { "Afbreken", "Abort", "Abort", "Interrompre", "Abort" }; public static string[] sAllDistDeterministic = { "Alle verdelingen zijn deterministich", "All distributions are deterministic", "All distributions are deterministic", "All distributions are deterministic", "All distributions are deterministic" }; public static string[] sMAtrixtoosmall = { "Onjuiste dimensie van een matrix", "Wrong dimension of a matrix", "Wrong dimension of a matrix", "Wrong dimension of a matrix", "Wrong dimension of a matrix" }; public static string[] sCovMAtrixUndefined = { "Covariantie matrix is singulier", "Singular covariance Matrix", "Singular covariance Matrix", "La matrice de covariance est singuli�re", "Singular covariance Matrix" }; public static string[] sNoConvergenceReached = { "Geen convergentie bereikt", "No Convergence reached", "No Convergence reached", "pas de convergence", "No Convergence reached" }; public static string[] sAllPartZero = { "Alle partiele afgeleiden zijn nul", "All partial derivatives are zero", "All partial derivatives are zero", "All partial derivatives are zero", "All partial derivatives are zero" }; public static string[] sUnKownDistribution = { "Onbekende verdeling", "Unknown distribution", "Unknown distribution", "Unknown distribution", "Unknown distribution" }; public static string[] sNegStdev = { "Negatieve standaardafwijking", "negative standard deviation", "negative standard deviation", "negative standard deviation", "negative standard deviation" }; public static string[] sNotAllowedParameter = { "Ongeoorloofde waarde voor parameter gevonden", "Inadmissible parameter value found", "Inadmissible parameter value found", "Inadmissible parameter value found", "Inadmissible parameter value found" }; public static string[] sMeanOutsideDef = { "Verwachtingswaarde buiten definitie bereik ", "Expected Mean outside definition range", "Expected Mean outside definition range", "Expected Mean outside definition range", "Expected Mean outside definition range" }; public static string[] sUnKownFormError = { "Een fout in FORM ", "FORM Error", "FORM Error", "FORM Error", "FORM Error" }; } // end Strings }