Commit for development environment setup

This commit is contained in:
2023-06-19 16:12:33 -04:00
parent be72063a3c
commit bbce2ad0a6
2209 changed files with 1171775 additions and 625 deletions

View File

@@ -0,0 +1,38 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CSLA .NET")]
[assembly: AssemblyDescription("CSLA .NET Framework")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Rockford Lhotka")]
[assembly: AssemblyProduct("CSLA .NET")]
[assembly: AssemblyCopyright("Copyright © 2007 Rockford Lhotka")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Mark the assembly as CLS compliant
[assembly: System.CLSCompliant(true)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("43110d9d-9176-498d-95e0-2be52fcd11d2")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.1.4.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

View File

@@ -0,0 +1,243 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>היא פעולה שגוייה Clear </value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>הוספה היא פעולה אסורה</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>הסרה הוא פעולה שגוייה </value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>אסור לשנות אלמנט</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>ערך הורה יכול לקבל ערך רק עבור אפיקים שהם ילדים</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>לא ניתן למחוק אוביקט ילד ישירות - יש להשתמש באוסף האב</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>פעולה שגויה על אוביקט שורש - השתמש ב- Delete במקום</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>לא ניתן לשמור ישירות אוביקט ישל</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>אוביקט עדיין במצב עריכה ולכן לא ניתן לשמור</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>אוביקט לא תקין ולכן לא ניתן לשמור</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>פעולה שגויה - לא ניתן ליצור</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>פעולה שגויה - לא ניתן למשוך </value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>פעולה שגויה - לא ניתן לעדכן</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>פעולה שגויה - לא ניתן למחוק</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value> BeginEdit- פעולה שגויה על אוביקט ילד</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit - פעולה שגויה על אוביקט ילד</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplayEdit - פעולה שגויה על אוביקט ילד</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>לא קיים ערך:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>ערך שגוי</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>לא ניתן להסב מחרוזת לתאריך</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>ערך לא במיבנה של SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>No principal object should be passed to DataPortal when using Windows integrated security</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal must be of type BusinessPrincipal, not</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>היום</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>אתמול</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>מחר</value>
</data>
<data name="Failed" xml:space="preserve">
<value>כישלון</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>כישלון בצד השרת</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>כישלון בקריאה לפונקציה</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>לא מיוסם</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>פעולה שגויה - לר ניתן להריץ</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>פעולה אסורה - לא ניתן להוסף</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>אסורה החזרה Nothing בפעולת GetIdValue</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>לא ניתן למשוך נתונים מתְּכוּנָה</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>לא ניתן לבצע השמה</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>פרמטר חייב להיות שונה מ-"כלום"</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>סוג פרמטר חייב להיות פרמיטיבי</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>העתקת תְּכוּנָה נכשלה</value>
</data>
</root>

View File

@@ -0,0 +1,495 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Csla.Properties {
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", "2.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Csla.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Principal must be of type BusinessPrincipal, not.
/// </summary>
internal static string BusinessPrincipalException {
get {
return ResourceManager.GetString("BusinessPrincipalException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Changing an element is an invalid operation.
/// </summary>
internal static string ChangeInvalidException {
get {
return ResourceManager.GetString("ChangeInvalidException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Can not directly mark a child object for deletion - use its parent collection.
/// </summary>
internal static string ChildDeleteException {
get {
return ResourceManager.GetString("ChildDeleteException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Clear is an invalid operation.
/// </summary>
internal static string ClearInvalidException {
get {
return ResourceManager.GetString("ClearInvalidException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid operation - create not allowed.
/// </summary>
internal static string CreateNotSupportedException {
get {
return ResourceManager.GetString("CreateNotSupportedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid operation - delete not allowed.
/// </summary>
internal static string DeleteNotSupportedException {
get {
return ResourceManager.GetString("DeleteNotSupportedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error reading value:.
/// </summary>
internal static string ErrorReadingValueException {
get {
return ResourceManager.GetString("ErrorReadingValueException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid operation - execute not allowed.
/// </summary>
internal static string ExecuteNotSupportedException {
get {
return ResourceManager.GetString("ExecuteNotSupportedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to failed.
/// </summary>
internal static string Failed {
get {
return ResourceManager.GetString("Failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to failed on the server.
/// </summary>
internal static string FailedOnServer {
get {
return ResourceManager.GetString("FailedOnServer", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid operation - fetch not allowed.
/// </summary>
internal static string FetchNotSupportedException {
get {
return ResourceManager.GetString("FetchNotSupportedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to GetIdValue must not return Nothing.
/// </summary>
internal static string GetIdValueCantBeNull {
get {
return ResourceManager.GetString("GetIdValueCantBeNull", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Insert is an invalid operation.
/// </summary>
internal static string InsertInvalidException {
get {
return ResourceManager.GetString("InsertInvalidException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid operation - insert not allowed.
/// </summary>
internal static string InsertNotSupportedException {
get {
return ResourceManager.GetString("InsertNotSupportedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid rule method (instance methods of the target object not allowed).
/// </summary>
internal static string InvalidRuleMethodException {
get {
return ResourceManager.GetString("InvalidRuleMethodException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} can not exceed {1}.
/// </summary>
internal static string MaxValueRule {
get {
return ResourceManager.GetString("MaxValueRule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to method call failed.
/// </summary>
internal static string MethodCallFailed {
get {
return ResourceManager.GetString("MethodCallFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to not implemented.
/// </summary>
internal static string MethodNotImplemented {
get {
return ResourceManager.GetString("MethodNotImplemented", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} can not be less than {1}.
/// </summary>
internal static string MinValueRule {
get {
return ResourceManager.GetString("MinValueRule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ApplyEdit is not valid on a child object.
/// </summary>
internal static string NoApplyEditChildException {
get {
return ResourceManager.GetString("NoApplyEditChildException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to BeginEdit is not valid on a child object.
/// </summary>
internal static string NoBeginEditChildException {
get {
return ResourceManager.GetString("NoBeginEditChildException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to CancelEdit is not valid on a child object.
/// </summary>
internal static string NoCancelEditChildException {
get {
return ResourceManager.GetString("NoCancelEditChildException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid for root objects - use Delete instead.
/// </summary>
internal static string NoDeleteRootException {
get {
return ResourceManager.GetString("NoDeleteRootException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No principal object should be passed to DataPortal when using Windows integrated security.
/// </summary>
internal static string NoPrincipalAllowedException {
get {
return ResourceManager.GetString("NoPrincipalAllowedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Can not directly save a child object.
/// </summary>
internal static string NoSaveChildException {
get {
return ResourceManager.GetString("NoSaveChildException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Object is still being edited and can not be saved.
/// </summary>
internal static string NoSaveEditingException {
get {
return ResourceManager.GetString("NoSaveEditingException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Object is not valid and can not be saved.
/// </summary>
internal static string NoSaveInvalidException {
get {
return ResourceManager.GetString("NoSaveInvalidException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to No such value exists:.
/// </summary>
internal static string NoSuchValueExistsException {
get {
return ResourceManager.GetString("NoSuchValueExistsException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Argument must not be Nothing.
/// </summary>
internal static string NothingNotValid {
get {
return ResourceManager.GetString("NothingNotValid", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Parent value can only be set for child objects.
/// </summary>
internal static string ParentSetException {
get {
return ResourceManager.GetString("ParentSetException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Type parameter must be a primitive type.
/// </summary>
internal static string PrimitiveTypeRequired {
get {
return ResourceManager.GetString("PrimitiveTypeRequired", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Property copy failed.
/// </summary>
internal static string PropertyCopyFailed {
get {
return ResourceManager.GetString("PropertyCopyFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Property get not allowed.
/// </summary>
internal static string PropertyGetNotAllowed {
get {
return ResourceManager.GetString("PropertyGetNotAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Property set not allowed.
/// </summary>
internal static string PropertySetNotAllowed {
get {
return ResourceManager.GetString("PropertySetNotAllowed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} does not match regular expression.
/// </summary>
internal static string RegExMatchRule {
get {
return ResourceManager.GetString("RegExMatchRule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove is an invalid operation.
/// </summary>
internal static string RemoveInvalidException {
get {
return ResourceManager.GetString("RemoveInvalidException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to t.
/// </summary>
internal static string SmartDateT {
get {
return ResourceManager.GetString("SmartDateT", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to today.
/// </summary>
internal static string SmartDateToday {
get {
return ResourceManager.GetString("SmartDateToday", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to tom.
/// </summary>
internal static string SmartDateTom {
get {
return ResourceManager.GetString("SmartDateTom", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to tomorrow.
/// </summary>
internal static string SmartDateTomorrow {
get {
return ResourceManager.GetString("SmartDateTomorrow", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to y.
/// </summary>
internal static string SmartDateY {
get {
return ResourceManager.GetString("SmartDateY", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to yesterday.
/// </summary>
internal static string SmartDateYesterday {
get {
return ResourceManager.GetString("SmartDateYesterday", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} can not exceed {1} characters.
/// </summary>
internal static string StringMaxLengthRule {
get {
return ResourceManager.GetString("StringMaxLengthRule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} required.
/// </summary>
internal static string StringRequiredRule {
get {
return ResourceManager.GetString("StringRequiredRule", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to String value can not be converted to a date.
/// </summary>
internal static string StringToDateException {
get {
return ResourceManager.GetString("StringToDateException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to load type &apos;{0}&apos;.
/// </summary>
internal static string TypeLoadException {
get {
return ResourceManager.GetString("TypeLoadException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid operation - update not allowed.
/// </summary>
internal static string UpdateNotSupportedException {
get {
return ResourceManager.GetString("UpdateNotSupportedException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Value is not a SmartDate.
/// </summary>
internal static string ValueNotSmartDateException {
get {
return ResourceManager.GetString("ValueNotSmartDateException", resourceCulture);
}
}
}
}

View File

@@ -0,0 +1,243 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Čišćenje nije dozvoljeno</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Dodavanje nije dozvoljeno</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Uklanjanje nije dozvoljeno</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Izmjena nije dozvoljena</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Parent vrijednost može biti podešena samo za objekte "djecu"</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Objekti "djeca" se ne mogu direktno označiti za brisanje - koristite "roditelj" kolekciju</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Nedozvoljena operacija za osnovne objekte - koristite Delete</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>"Dijete" objekat se ne može direktno sačuvati</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Objekat se još uvijek uređuje i ne može biti sačuvan</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Objekat nije ispravan i ne može biti sačuvan</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - kreiranje</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - učitavanje</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - ažuriranje</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - brisanje</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit nije važeći na "dijete" objektu</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit nije važeći na "dijete" objektu</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit nije važeći na "dijete" objektu</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Ne postoji vrijednost:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Greška pri čitanju vrijednosti:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>String vrijednost ne može biti konvertovana u datum</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Vrijednost nije tipa SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Principal objekat ne može biti proslijeđen DataPortal-u kada se koristi integrisana Windows sigurnost</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal objekat mora biti tipa BusinessPrincipal, a ne</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>today</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>yesterday</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>tomorrow</value>
</data>
<data name="Failed" xml:space="preserve">
<value>neuspješno</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>neuspješno na serveru</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>neuspješan poziv metoda</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>metod nije implementiran</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - izvršavanje</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - dodavanje</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue ne smije vratiti Nothing</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Uzimanje osobine objekta (Property get) nije dopušteno</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Podešavanje osobine objekta (Property set) nije dopušteno</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argument ne smije biti Nothing</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Type parametar mora biti primitivni tip</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Kopiranje osobine nije uspjelo</value>
</data>
</root>

View File

@@ -0,0 +1,261 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear és una operació invàlida</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Inserir (insert) és una operació invàlida</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove és una operació invàlida</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Canviar un element és una operació invàlida</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>El valor Parent només pot ser establert per objectes fill</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>No es pot marcar directament un objecte fill per a esborrar-lo - utilitzeu la col·lecció pare</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Invàlid per a objectes arrel - utilitzeu Delete en el seu lloc</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>No es por guardar un objecte fill directament</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>L'objecte està en ús i no pot ser desat</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>L'objecte no és vàlid i no pot ser desat</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Operació invàlida - no està permès crear (create)</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Operació invàlida - lectura (fetch) no permesa</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Operació invàlida - no està permès actualitzar (update)</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Operació invàlida - no està permès esborrar (delete)</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit no és vàlid en un objecte fill</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit no és vàlid en un objecte fill</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit no és vàlid en un objecte fill</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>No existeix el valor:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Error llegint el valor:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>El valor de tipus String no pot ser convertit a una data</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>El valor no és un SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>No s'hauria de passar un objecte principal al DataPortal quan s'utilitza la seguretat integrada de Windows</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>El Principal ha de ser del tipus BusinessPrincipal, no</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>today (avui)</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>yesterday (ahir)</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>tomorrow (demà)</value>
</data>
<data name="Failed" xml:space="preserve">
<value>ha fallat</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>ha fallat en el servidor</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>Ha fallat la crida al mètode</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>no implementat</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Operació invàlida - no està permès executar (execute)</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Operació invàlida - no està permès inserir (insert)</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue no pot retornar un valor nul</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>No està permès recuperar el valor de la propietat (get)</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>No està permès establir un valor a la propietat (set)</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>L'argument no pot ser nul</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>El tipus del paràmetre ha de ser un tipus primitiu</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Ha fallat la còpia de la propietat</value>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} no pot excedir de {1}</value>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} no pot ser menor que {1}</value>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} no coincideix amb l'expressió regular</value>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} no pot excedir de {1} caràcters</value>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} obligatori</value>
</data>
<data name="InvalidRuleMethodException" xml:space="preserve">
<value>Regla invàlida (no està permès instanciar mètodes de l'objecte destí)</value>
</data>
</root>

View File

@@ -0,0 +1,261 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear er en ugyldig handling</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insert er en ugyldig handling</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove er en ugyldig handling</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Ændring af et element er en ugyldig handling</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Forældreværdi kan kun sættes i børneobjekter</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Det er ikke muligt direkte at markere et børneobjekt til sletning - brug objektets forældre kollektion</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Ugyldig for rodobjekter - brug Delete i stedet</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Kan ikke direkte lagre et børneobjekt</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Objektet er stadig ved at blive rettet og kan ikke lagres</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Objektet er ikke gyldigt og kan ikke lagres</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Ugyldig handling - create er ikke tilladt</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Ugyldig handling - fetch er ikke tilladt</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Ugyldig handling - update er ikke tilladt</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Ugyldig handling - delete er ikke tilladt</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit er ikke gyldig på et børneobjekt</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit er ikke gyldig på børneobjekt</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit er ikke gyldig på et børneobjekt</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Der findes ikke en sådan værdi:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Fejl ved læsning af værdi:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>Strengværdi kan ikke konverteres til en dato</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Værdi er ikke en SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Principal objekt skal ikke overføres til DataPortal når der bruges Windows integreret sikkerhed</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal skal være af typen BusinessPrincipal, ikke</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>dd</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>idag</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>ig</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>igår</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>im</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>imorgen</value>
</data>
<data name="Failed" xml:space="preserve">
<value>fejlede</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>fejlede på serveren</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>metodekald fejlede</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>ikke implementeret</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Ugyldig handling - execute er ikke tilladt</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Ugyldig handling - insert er ikke tilladt</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue må ikke returnere Nothing</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Property get er ikke tilladt</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Property set er ikke tilladt</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argument kan ikke være Nothing</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Type parameter skal være en primitiv type</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Property kopi fejlede</value>
</data>
<data name="InvalidRuleMethodException" xml:space="preserve">
<value>Ugyldig regel metode (instans metoder af target objekt er ikke tilladt)</value>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} kan ikke være større end {1}</value>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} kan ikke være mindre end {1}</value>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} passer ikke på det regulære udtryk</value>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} kan ikke være længere end {1} tegn</value>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} er påkrævet</value>
</data>
</root>

View File

@@ -0,0 +1,304 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear ist eine ungültige Operation </value>
<comment>Clear is an invalid operation</comment>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Einfügen ist eine ungültige Operation</value>
<comment>Insert is an invalid operation</comment>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Entfernen ist eine ungültige Operation</value>
<comment>Remove is an invalid operation</comment>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Ändern eines Elementes ist eine ungültige Operation</value>
<comment>Changing an element is an invalid operation</comment>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Elternwert kann nur für Kindobjekte gesetzt werden</value>
<comment>Parent comment can only be set for child objects</comment>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>kann ein Kindobjekt nicht direkt zum Löschen markieren - benutzen Sie die Eltern Liste</value>
<comment>Can not directly mark a child object for deletion - use its parent collection</comment>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>ungültig für Root Objekte - stattdessen löschen </value>
<comment>Invalid for root objects - use Delete instead</comment>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>ein Kindobjekt kann nich direkt gespeichert werden</value>
<comment>Can not directly save a child object</comment>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Objekt wird noch editiert und kann nicht gespeichert werden</value>
<comment>Object is still being edited and can not be saved</comment>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Objekt ist ungültig und kann nicht gespeichert werden</value>
<comment>Object is not valid and can not be saved</comment>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Ungültige Operation - Erzeugen nicht erlaubt</value>
<comment>Invalid operation - create not allowed</comment>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Ungültige Operation - Abrufen nicht erlaubt</value>
<comment>Invalid operation - fetch not allowed</comment>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Ungültige Operation - Aktualisieren nicht erlaubt</value>
<comment>Invalid operation - update not allowed</comment>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Ungültige Operation - Löschen nicht erlaubt</value>
<comment>Invalid operation - delete not allowed</comment>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit kann nicht auf ein Kindobjekt angewandt werden</value>
<comment>BeginEdit is not valid on a child object</comment>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit kann nicht auf ein Kindobjekt angewandt werden</value>
<comment>CancelEdit is not valid on a child object</comment>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit kann nicht auf ein Kindobjekt angewandt werden</value>
<comment>ApplyEdit is not valid on a child object</comment>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Wert existiert nicht:</value>
<comment>No such comment exists:</comment>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Fehler beim Lesen des Werts:</value>
<comment>Error reading comment:</comment>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>String Wert kann nicht zu einem Date Wert konvertiert werden</value>
<comment>String comment can not be converted to a date</comment>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Wert ist kein SmartDate</value>
<comment>comment is not a SmartDate</comment>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Bei Windows Authentifizierung sollte kein Principal Objekt zu DataPortal übergeben werden </value>
<comment>No principal object should be passed to DataPortal when using Windows integrated security</comment>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal muss vom Typ BusinessPrincipal sein, nicht</value>
<comment>Principal must be of type BusinessPrincipal, not</comment>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>h</value>
<comment>t</comment>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>heute</value>
<comment>today</comment>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>g</value>
<comment>y</comment>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>gestern</value>
<comment>yesterday</comment>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>m</value>
<comment>tom</comment>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>morgen</value>
<comment>tomorrow</comment>
</data>
<data name="Failed" xml:space="preserve">
<value>fehlgeschlagen</value>
<comment>failed</comment>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>auf dem Server fehlgeschlagen</value>
<comment>failed on the server</comment>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>Methodenaufruf fehlgeschlagen</value>
<comment>method call failed</comment>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>nicht implementiert</value>
<comment>not implemented</comment>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>ungülitge Operation - Ausführen nicht erlaubt</value>
<comment>Invalid operation - execute not allowed</comment>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>ungülitge Operation - Einfügen nicht erlaubt</value>
<comment>Invalid operation - insert not allowed</comment>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue darf nicht Nothing zurückgeben</value>
<comment>GetIdcomment must not return Nothing</comment>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Eigenschaft get nicht erlaubt</value>
<comment>Property get not allowed</comment>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Eigenschaft set nicht erlaubt</value>
<comment>Property set not allowed</comment>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Arguement darf nicht Nothing sein</value>
<comment>Argument must not be Nothing</comment>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Type Parameter muss ein primitiver Typ sein</value>
<comment>Type parameter must be a primitive type</comment>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Eigenschaft Kopie fehlgeschlagen</value>
<comment>Property copy failed</comment>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} kann nicht grösser sein als {1}</value>
<comment>{0} can not exceed {1}</comment>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} kann nicht geringer sein als {1}</value>
<comment>{0} can not be less than {1}</comment>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} kann nicht mehr als {1} Zeichen haben</value>
<comment>{0} can not exceed {1} characters</comment>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} erforderlich</value>
<comment>{0} required</comment>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} enspricht nicht den normalen Bedingungen</value>
<comment>{0} does not match regular expression</comment>
</data>
</root>

View File

@@ -0,0 +1,261 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear no es una operación válida</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insert no es una operación válida</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove no es una operación válida</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Cambiar un elemento no es una operación válida</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>El valor Parent sólo puede ser establecido para objetos hijo</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>No se puede marcar directamente un objeto hijo como borrado - use su colección padre</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>No válido para objetos raíz - use Delete en su lugar</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>No se puede guardar directamente un objeto hijo</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>El objeto todavía está siendo editado y no puede ser guardado</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>El objeto no es válido y no puede ser guardado</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Operación no válida - no está permitido crear (create)</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Operación no válida - lectura (fetch) no permitida</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Operación no válida - no está permitido actualizar (update)</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Operación no válida - no está permitido borrar (delete)</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit no es válido en un objeto hijo</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit no es válido en un objeto hijo</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit no es válido en un objeto hijo</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>No existe tal valor:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Error leyendo el valor:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>El valor de tipo String no puede ser convertido a una fecha</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>El valor no es un SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>No se debería pasar un objeto principal al DataPortal cuando se está usando la seguridad integrada de Windows</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>El Principal debe ser del tipo BusinessPrincipal, no</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>h</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>hoy</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>a</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>ayer</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>m</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>mañana</value>
</data>
<data name="Failed" xml:space="preserve">
<value>falló</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>falló en el servidor</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>la llamada al método falló</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>no implementado</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Operación no válida - no está permitido ejecutar (execute)</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Operación no válida - no está permitido insertar (insert)</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue no debe devolver Nothing</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>No está permitido recuperar (get) la propiedad</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>No está permitido establecer (set) la propiedad</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>El argumento no puede ser Nothing</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>El tipo del parámetro debe ser un tipo primitivo</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>la copia de la propiedad falló</value>
</data>
<data name="InvalidRuleMethodException" xml:space="preserve">
<value>Método de regla no válido (no se permiten métodos de instancia del objeto de destino)</value>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} no puede ser superior a {1}</value>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} no puede ser menor que {1}</value>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} no coincide con una expresión regular</value>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} no puede exceder {1} caracteres</value>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} es requerido</value>
</data>
</root>

View File

@@ -0,0 +1,243 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear es una operación inválida</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insert es una operación inválida</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove es una operación inválida</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Cambiar un elemento es una operación inválida</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>La referencia al padre sólo se puede establecer para los objetos hijo</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>No se puede marcar directamente a un hijo para borrarlo - use su colección padre</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Inválido para objetos hijo - use "Delete" en su lugar</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>No se puede guardar un objeto hijo en forma directa</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>El objeto está siendo editado y no se puede guardar</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>El objeto no es válido y no se puede guardar</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Operación inválida - Create no permitido</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Operación inválida - Fetch no permitido</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Operación inválida - Update no permitido</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Operación inválida - Delete no permitido</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit no es válido en un objeto hijo</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit no es válido en un objeto hijo</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit no es válido en un objeto hijo</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>No existe tal valor:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Error leyendo el valor:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>Un valor del tipo string no se puede convertir a Date</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>El valor no es un SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>No se debería pasar un objeto "Principal" al DataPortal cuando se usa seguridad integrada de Windows</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>El Principal debe ser del tipo BusinessPrincipal, no</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>h</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>hoy</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>a</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>ayer</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>m</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>mañana</value>
</data>
<data name="Failed" xml:space="preserve">
<value>falló</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>falló en el servidor</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>llamada al método falló</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>no implementado</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Operación inválida - no se permite execute</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Operación inválida - no se permite insert </value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue no debe devolver Nothing</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>No se puede obtener el valor de la propiedad</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>No se puede establecer el valor de la propiedad</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>El argumento no puede ser Nothing</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>El parámetro Type debe ser in tipo primitivo</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>La copia de la propiedad falló</value>
</data>
</root>

View File

@@ -0,0 +1,284 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Nettoyer (clear) est une opération invalide</value>
<comment>Clear is an invalid operation</comment>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insérer (insert) est une opération invalide</value>
<comment>Insert is an invalid operation</comment>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>"Retirer" (Remove) est une opération invalide</value>
<comment>Remove is an invalid operation</comment>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Changer un élément est une opération invalide</value>
<comment>Changing an element is an invalid operation</comment>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>La valeur "Parent" ne peux être appliquée qu'aux objets enfant</value>
<comment>Parent value can only be set for child objects</comment>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Un objet enfant ne peux être directement marqué pour effacement - Utilisez la collection qui le contient</value>
<comment>Can not directly mark a child object for deletion - use its parent collection</comment>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Invalide pour les objets racine - Utilisez plutôt "Effacer" (Delete)</value>
<comment>Invalid for root objects - use Delete instead</comment>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Un objet enfant ne peux être directement sauvegardé</value>
<comment>Can not directly save a child object</comment>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Impossible de sauvegarder l'objet car il est en cours d'édition</value>
<comment>Object is still being edited and can not be saved</comment>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Impossible de sauvegarder l'objet car il possède des erreurs</value>
<comment>Object is not valid and can not be saved</comment>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Opération invalide - Créer (create) n'est pas permis</value>
<comment>Invalid operation - create not allowed</comment>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Opération invalide - Charger (fetch) n'est pas permis</value>
<comment>Invalid operation - fetch not allowed</comment>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Operation invalide - mise à jour (update) n'est pas permis</value>
<comment>Invalid operation - update not allowed</comment>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Opération invalide - Effacer (delete) n'est pas permis</value>
<comment>Invalid operation - delete not allowed</comment>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>Opération invalide - "BeginEdit" n'est pas permis sur un objet enfant</value>
<comment>BeginEdit is not valid on a child object</comment>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>Opération invalide - "CancelEdit" n'est pas permis sur un objet enfant</value>
<comment>CancelEdit is not valid on a child object</comment>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>Opération invalide - "ApplyEdit" n'est pas permis sur un objet enfant</value>
<comment>ApplyEdit is not valid on a child object</comment>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Cette valeur n'existe pas:</value>
<comment>No such value exists:</comment>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Erreur lors de la lecture de cette valeur:</value>
<comment>Error reading value:</comment>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>Cette chaine de caractère ne peux être convertis en type "Date"</value>
<comment>String value can not be converted to a date</comment>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>La valeur (Value) n'est pas du type "SmartDate"</value>
<comment>Value is not a SmartDate</comment>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Un objet "Principal" ne doit être passé au "DataPortal" lorsque la sécurité intégrée à Windows est utilisée</value>
<comment>No principal object should be passed to DataPortal when using Windows integrated security</comment>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Le "Principal" doit être du type "BusinessPrincipal" et non du type</value>
<comment>Principal must be of type BusinessPrincipal, not</comment>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>a</value>
<comment>t</comment>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>aujourd'hui</value>
<comment>today</comment>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>h</value>
<comment>y</comment>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>hier</value>
<comment>yesterday</comment>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>d</value>
<comment>tom</comment>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>demain</value>
<comment>tomorrow</comment>
</data>
<data name="Failed" xml:space="preserve">
<value>a échoué</value>
<comment>failed</comment>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>a échoué sur le serveur</value>
<comment>failed on the server</comment>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>L'appel à la méthode a échoué</value>
<comment>method call failed</comment>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>non implanté</value>
<comment>not implemented</comment>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Opération invalide - Exécuter (execute) n'est pas permis</value>
<comment>Invalid operation - execute not allowed</comment>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Opération invalide - Insérer (insert) n'est pas permis</value>
<comment>Invalid operation - insert not allowed</comment>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>"GetIdValue" ne peut retourner une valeur nul (Nothing)</value>
<comment>GetIdValue must not return Nothing</comment>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Le "get" n'est pas permis pour cette propriété</value>
<comment>Property get not allowed</comment>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Le "set" n'est pas permis pour cette propriété</value>
<comment>Property set not allowed</comment>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Cet argument ne peut être nul (Nothing)</value>
<comment>Argument must not be Nothing</comment>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Le paramètre doit être d'un type primaire (primitive type)</value>
<comment>Type parameter must be a primitive type</comment>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>La copie (copy) de cette propriété a échoué</value>
<comment>Property copy failed</comment>
</data>
</root>

View File

@@ -0,0 +1,243 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal objekt mora biti tipa BusinessPrincipal, a ne</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Izmjena nije dozvoljena</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Objekti "djeca" se ne mogu direktno označiti za brisanje - koristite "roditelj" kolekciju</value>
</data>
<data name="ClearInvalidException" xml:space="preserve">
<value>Čišćenje nije dozvoljeno</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - kreiranje</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - brisanje</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Greška pri čitanju vrijednosti:</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - izvršavanje</value>
</data>
<data name="Failed" xml:space="preserve">
<value>neuspješno</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>neuspješno na serveru</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - učitavanje</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue ne smije vratiti Nothing</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Dodavanje nije dozvoljeno</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - dodavanje</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>neuspješan poziv metoda</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>metod nije implementiran</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit nije važeći na "dijete" objektu</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit nije važeći na "dijete" objektu</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit nije važeći na "dijete" objektu</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Nedozvoljena operacija za osnovne objekte - koristite Delete</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Principal objekt ne može biti proslijeđen DataPortal-u kada se koristi integrisana Windows sigurnost</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>"Dijete" objekt se ne može direktno sačuvati</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Objekt se još uvijek uređuje i ne može biti sačuvan</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Objekt nije ispravan i ne može biti sačuvan</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Ne postoji vrijednost:</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argument ne smije biti Nothing</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Parent vrijednost može biti podešena samo za objekte "djecu"</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Type parametar mora biti primitivni tip</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Kopiranje osobine nije uspjelo</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Uzimanje osobine objekta (Property get) nije dopušteno</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Podešavanje osobine objekta (Property set) nije dopušteno</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Uklanjanje nije dozvoljeno</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>today</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>tomorrow</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>yesterday</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>String vrijednost ne može biti konvertovana u datum</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - ažuriranje</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Vrijednost nije tipa SmartDate</value>
</data>
</root>

View File

@@ -0,0 +1,243 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear è un operazione non valida</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insert è un operazione non valida</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove è un operazione non valida</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Cambiare un elemento è una operazione non valida</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Il Parent può essere impostato solo per gli oggetti child</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Non è possibile marcare direttamente un elemento Child per la cancellazione - usare la sua collezione Parent</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Non valido per oggetti root - usare invece Delete</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Non è possibile salvare direttamente un oggetto child</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>L'oggetto è ancora in edit e non può essere salvato</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>L'oggetto non è valido e non può essere salvato</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Operazione non valida - create non consentito</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Operazione non valida - Fetch non è consentito</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Operazione non valida - Update non è consentito</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Operazione non valida - Delete non consentito</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit non è consentito su un oggetto child</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit non è consentito su un oggetto child</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit non è consentito su un oggetto child</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Non esiste il valore:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Errore durante la lettura del valore:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>il valore stringa non può essere convertito in data</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Value non è una SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Non si deve passare un oggetto Principal al DataPortal quando si usa l'autenticazione integrata di Windows</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal deve essere del tipo BusinessPrincipal, non</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>o</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>oggi</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>i</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>ieri</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>d</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>domani</value>
</data>
<data name="Failed" xml:space="preserve">
<value>Fallito</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>Fallito sul server</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>chiamata a metodo fallita</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>non implementato</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Operazione non valida - Execute non è consentito</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Operazione non valida - Insert non è consentito</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue non può ritornare Nothing</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Property get non consentito</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Property set non consentito</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argument non deve essere Nothing</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Il parametro Type deve essere un tipo primitivo</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Copia della proprietà fallita</value>
</data>
</root>

View File

@@ -0,0 +1,304 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>leeg maken is een ongeldige bewerking</value>
<comment>Clear is an invalid operation</comment>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>toevoegen is een ongeldige bewerking</value>
<comment>Insert is an invalid operation</comment>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Verwijderen is een ongeldige bewerking</value>
<comment>Remove is an invalid operation</comment>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Het wijzigen van een element is een ongeldige bewerking</value>
<comment>Changing an element is an invalid operation</comment>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Parent waarde kan alleen voor child objecten gewijzigd worden</value>
<comment>Parent comment can only be set for child objects</comment>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Kan geen child object markeren om te verwijderen - gebruik de parent collectie</value>
<comment>Can not directly mark a child object for deletion - use its parent collection</comment>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Niet toegestaan voor root objecten - gebruik verwijderen</value>
<comment>Invalid for root objects - use Delete instead</comment>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Het is niet toegestaan om een rechtstreeks een child object te bewaren</value>
<comment>Can not directly save a child object</comment>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Object wordt nog gewijzigd - bewaren is niet toegestaan</value>
<comment>Object is still being edited and can not be saved</comment>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Validatie van het object is niet geldig - bewaren is niet toegestaan</value>
<comment>Object is not valid and can not be saved</comment>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>ongeldige bewerking - aanmaken is niet toegestaan</value>
<comment>Invalid operation - create not allowed</comment>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>ongeldige bewerking - ophalen is niet toegestaan</value>
<comment>Invalid operation - fetch not allowed</comment>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>ongeldige bewerking - wijzigen is niet toegestaan</value>
<comment>Invalid operation - update not allowed</comment>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>ongeldige bewerking - verwijderen is niet toegestaan</value>
<comment>Invalid operation - delete not allowed</comment>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit is een ongeldige bewerking voor een child object</value>
<comment>BeginEdit is not valid on a child object</comment>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit is een ongeldige bewerking voor een child object</value>
<comment>CancelEdit is not valid on a child object</comment>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit is een ongeldige bewerking voor een child object</value>
<comment>ApplyEdit is not valid on a child object</comment>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>de volgende waarde bestaat niet:</value>
<comment>No such comment exists:</comment>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Fout tijdens het lezen van de waarde:</value>
<comment>Error reading comment:</comment>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>Een string waarde kan niet geconverteerd worden naar een datum waarde</value>
<comment>String comment can not be converted to a date</comment>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Waarde is geen SmartDate</value>
<comment>comment is not a SmartDate</comment>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Er mag geen principal object naar de DataPortal gestuurd worden wanneer men gebruik maakt van Windows integrated security</value>
<comment>No principal object should be passed to DataPortal when using Windows integrated security</comment>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal moet type BusinessPrincipal zijn, niet:</value>
<comment>Principal must be of type BusinessPrincipal, not</comment>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>v</value>
<comment>t</comment>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>vandaag</value>
<comment>today</comment>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>g</value>
<comment>y</comment>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>gisteren</value>
<comment>yesterday</comment>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>mor</value>
<comment>tom</comment>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>morgen</value>
<comment>tomorrow</comment>
</data>
<data name="Failed" xml:space="preserve">
<value>mislukt</value>
<comment>failed</comment>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>mislukt op de server</value>
<comment>failed on the server</comment>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>methode aanroepen mislukt</value>
<comment>method call failed</comment>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>niet geimplementeerd</value>
<comment>not implemented</comment>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>ongeldige bewerking - uitvoeren is niet toegestaan</value>
<comment>Invalid operation - execute not allowed</comment>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>ongeldige bewerking - toevoegen is niet toegestaan</value>
<comment>Invalid operation - insert not allowed</comment>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue mag geen Nothing(leeg) retourneren</value>
<comment>GetIdcomment must not return Nothing</comment>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Property get is niet toegestaan</value>
<comment>Property get not allowed</comment>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Property set is niet toegestaan</value>
<comment>Property set not allowed</comment>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argument mag niet Nothing(leeg) zijn</value>
<comment>Argument must not be Nothing</comment>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Type parameter mag alleen een primitief type zijn</value>
<comment>Type parameter must be a primitive type</comment>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Kopiëren van de property is mislukt</value>
<comment>Property copy failed</comment>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} kan niet groter zijn dan {1}</value>
<comment>{0} can not exceed {1}</comment>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} kan niet kleiner zijn dan {1}</value>
<comment>{0} can not be less than {1}</comment>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} kan niet meer als {1} karakters hebben</value>
<comment>{0} can not exceed {1} characters</comment>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} verplicht</value>
<comment>{0} required</comment>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} komt niet overeen met de regular expression</value>
<comment>{0} does not match regular expression</comment>
</data>
</root>

View File

@@ -0,0 +1,279 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear (blanking) er en ugyldig operasjon</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insert (legg inn) er en ugyldig operasjon</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove (fjern) er en ugyldig operasjon</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Endring av et element er en ugyldig operasjon</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Parent (foreldre) verdi kan kun bli satt av Child (barne) objekter</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Child (barne) objektet kan ikke markeres for sletting direkte - benytt Parent Collection (foreldrelisten)</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Ugyldig for Root (rot) objekter - benytt Delete (slett) istedet</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Et Child (barne) objekt kan ikke lagres direkte</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Objektet redigeres fortsatt og kan ikke lagres</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Objektet er ugyldig og kan ikke lagres</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Ugyldig operasjon - Create (opprett) er ikke tillatt</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Ugyldig operasjon - Fetch (hent) er ikke tillatt</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Ugyldig operasjon - Update (oppdater) er ikke tillatt</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Ugyildig operasjon - Delete (slett) er ikke tillatt</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit er ugyldig på et Child (barne) objekt</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit er ugyldig på et Child (barne) objekt</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit er ugyldig på et Child (barne) objekt</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>En slik verdi eksisterer ikke:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Feil ved lesing av verdi:</value>
</data>
<data name="NoInsertReadOnlyException" xml:space="preserve">
<value>Insert (legg inn) er ugyldig for en Read-Only Collection (uredigerbar liste)</value>
</data>
<data name="NoRemoveReadOnlyException" xml:space="preserve">
<value>Remove (fjern) er ugyldig for en Read-Only Collection (uredigerbar liste)</value>
</data>
<data name="NoClearReadOnlyException" xml:space="preserve">
<value>Clear (blank) er ugyldig for en Read-Only Collection (uredigerbar liste)</value>
</data>
<data name="NoChangeReadOnlyException" xml:space="preserve">
<value>Verdier kan ikke endres i en Read-Only Collection (uredigerbar liste)</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>String-verdien kan ikke konverteres til Date (en dato)</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Verdien er ikke en SmartDate</value>
</data>
<data name="InvalidDateException" xml:space="preserve">
<value>Verdien må være en gyldig dato</value>
</data>
<data name="SortingNotSupportedException" xml:space="preserve">
<value>Sortering er ikke støttet i denne listen</value>
</data>
<data name="SearchingNotSupportedException" xml:space="preserve">
<value>Søk er ikke støttet i denne listen</value>
</data>
<data name="AddItemException" xml:space="preserve">
<value>Det er ikke tillatt å legge til verdier</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Ingen Principal objekter skal sendes til DataPortalen Windows Integrated Security benyttes</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal må vaere av typen BusinessPrincipal, ikke </value>
</data>
<data name="NoMatchException" xml:space="preserve">
<value>Ingen tilsvarende verdi eksisterer i listen</value>
</data>
<data name="SecurityDataBase" xml:space="preserve">
<value>Sikkerhet</value>
</data>
<data name="SecurityStoredProcedure" xml:space="preserve">
<value>Login</value>
</data>
<data name="SecurityUserParam" xml:space="preserve">
<value>@user</value>
</data>
<data name="SecurityPasswordParam" xml:space="preserve">
<value>@pw</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>today (idag)</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y (år)</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>yesterday (igår)</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>tomorrow (imorgen)</value>
</data>
<data name="BatchQueueJobCompleted" xml:space="preserve">
<value>Batch jobben er fullført</value>
</data>
<data name="BatchQueueJobPrefix" xml:space="preserve">
<value>Batch jobb:</value>
</data>
<data name="BatchQueueJobObjectPrefix" xml:space="preserve">
<value>Jobb objekt:</value>
</data>
<data name="BatchQueueJobFailed" xml:space="preserve">
<value>Batch-jobben ble ikke fullført pga en feil under utføringen</value>
</data>
<data name="BatchQueueProcStarted" xml:space="preserve">
<value>Batchkø prosessoren har startet</value>
</data>
<data name="BatchQueueProcName" xml:space="preserve">
<value>Navn:</value>
</data>
<data name="BatchQueueProcPort" xml:space="preserve">
<value>Port:</value>
</data>
<data name="BatchQueueProcQueue" xml:space="preserve">
<value>Koe:</value>
</data>
<data name="BatchQueueProcMaxJobs" xml:space="preserve">
<value>Max antall jobber:</value>
</data>
<data name="Failed" xml:space="preserve">
<value>Feilet</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>Feilet på serveren</value>
</data>
</root>

View File

@@ -0,0 +1,351 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal deve ser do tipo BusinessPrincipal, não</value>
<comment>Principal must be of type BusinessPrincipal, not
</comment>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Alterar um elemento é uma operação inválida</value>
<comment>Changing an element is an invalid operation
</comment>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Não se pode marcar diretamente um objeto filho para deleção - use a coleção pai dele</value>
<comment>Can not directly mark a child object for deletion - use its parent collection
</comment>
</data>
<data name="ClearInvalidException" xml:space="preserve">
<value>Limpar é uma operação inválida</value>
<comment>Clear is an invalid operation
Invalid operation - create not allowed
</comment>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Operação inválida - criação não permitida</value>
<comment>Invalid operation - create not allowed
</comment>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Operação inválida - deleção não permitida</value>
<comment>Invalid operation - delete not allowed
</comment>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Erro ao ler valor:</value>
<comment>Error reading value:
</comment>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Operação inválida - execução não permitida</value>
<comment>Invalid operation - execute not allowed
</comment>
</data>
<data name="Failed" xml:space="preserve">
<value>falhou</value>
<comment>failed
</comment>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>falhou no servidor</value>
<comment>failed on the server
</comment>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Operação inválida - leitura não permitida</value>
<comment>Invalid operation - fetch not allowed
</comment>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>'Business Object' deve fornecer um valor não-nulo no GetIdValue</value>
<comment>Business object must supply a non-null ID value in GetIdValue
</comment>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Inserir é uma operação inválida</value>
<comment>Insert is an invalid operation
</comment>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Operação inválida - inserção não permitida</value>
<comment>Invalid operation - insert not allowed
</comment>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} não pode exceder {1}</value>
<comment>{0} can not exceed {1}
</comment>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>chamada do método falhou</value>
<comment>method call failed
</comment>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>não implementado</value>
<comment>not implemented
</comment>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} não pode ser menor que {1}</value>
<comment>{0} can not be less than {1}
</comment>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit não é válido em um objeto filho</value>
<comment>ApplyEdit is not valid on a child object
</comment>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit não é válido em um objeto filho</value>
<comment>BeginEdit is not valid on a child object
</comment>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit não é válido em um objeto filho</value>
<comment>CancelEdit is not valid on a child object
</comment>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Inválido para objetos raiz - use Deletar ao invés</value>
<comment>Invalid for root objects - use Delete instead
</comment>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Nenhum objeto do tipo Principal deve ser passado para um DataPortal quando segurança integrada do Windows estiver sendo usada</value>
<comment>No principal object should be passed to DataPortal when using Windows integrated security
</comment>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Não se pode salvar diretamente um objeto filho</value>
<comment>Can not directly save a child object
</comment>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Objeto ainda está sendo editado e não pode ser salvo</value>
<comment>Object is still being edited and can not be saved
</comment>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Objeto não é válido e não pode ser salvo</value>
<comment>Object is not valid and can not be saved
</comment>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Tal valor não existe:</value>
<comment>No such value exists:
</comment>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argumento não pode ser nulo</value>
<comment>Argument must not be null
</comment>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Valor do objeto pai só pode ser atribuido para objetos filhos</value>
<comment>Parent value can only be set for child objects
</comment>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Tipo do parâmetro deve ser um tipo primitivo</value>
<comment>Type parameter must be a primitive type
</comment>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Cópia da propriedade falhou</value>
<comment>Property copy failed
</comment>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>'Property get' não permitida</value>
<comment>Property get not allowed
</comment>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>'Property set' não permitida</value>
<comment>Property set not allowed
</comment>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} não confere com 'regular expression'</value>
<comment>{0} does not match regular expression
</comment>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remover é uma operação inválida</value>
<comment>Remove is an invalid operation
</comment>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
<comment>t
</comment>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>hoje</value>
<comment>today
</comment>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
<comment>tom
</comment>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>amanhã</value>
<comment>tomorrow
</comment>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y</value>
<comment>y
</comment>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>ontem</value>
<comment>yesterday
</comment>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} não pode exceder {1} caracteres</value>
<comment>{0} can not exceed {1} characters
</comment>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} requerido</value>
<comment>{0} required
</comment>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>Valor do tipo string não pode ser convertido para uma data</value>
<comment>String value can not be converted to a date
</comment>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Operação inválida - atualização não permitida</value>
<comment>Invalid operation - update not allowed
</comment>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Valor não é uma SmartDate</value>
<comment>Value is not a SmartDate
</comment>
</data>
</root>

View File

@@ -0,0 +1,308 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>"Principal" tem que ser do tipo "BusinessPrincipal", não</value>
<comment>Principal must be of type BusinessPrincipal, not</comment>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Alterar um elemento é uma operação inválida</value>
<comment>Changing an element is an invalid operation</comment>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Não pode marcar directamente um objecto filho para apagar - use a colecção pai</value>
<comment>Can not directly mark a child object for deletion - use its parent collection</comment>
</data>
<data name="ClearInvalidException" xml:space="preserve">
<value>"Clear" é uma operação inválida</value>
<comment>Clear is an invalid operation</comment>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Operação inválida - não pode criar</value>
<comment>Invalid operation - create not allowed</comment>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Operação inválida - não pode apagar</value>
<comment>Invalid operation - delete not allowed</comment>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Erro ao ler valor:</value>
<comment>Error reading value:</comment>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Operação inválida - não pode executar</value>
<comment>Invalid operation - execute not allowed</comment>
</data>
<data name="Failed" xml:space="preserve">
<value>falhou</value>
<comment>failed</comment>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>falhou no servidor</value>
<comment>failed on the server</comment>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Operação inválida - não pode ler</value>
<comment>Invalid operation - fetch not allowed</comment>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>"GetIdValue" não pode devolver um ID nulo para o "business object"</value>
<comment>Business object must supply a non-null ID value in GetIdValue</comment>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Inserir é uma operação inválida</value>
<comment>Insert is an invalid operation</comment>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Operação inválida - não pode inserir</value>
<comment>Invalid operation - insert not allowed</comment>
</data>
<data name="InvalidRuleMethodException" xml:space="preserve">
<value>Método da regra inválido (não pode instanciar métodos do objecto alvo)</value>
<comment>Invalid rule method (instance methods of the target object not allowed)</comment>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} não pode exceder {1}</value>
<comment>{0} can not exceed {1}</comment>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>chamada ao método falhou</value>
<comment>method call failed</comment>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>não implementado</value>
<comment>not implemented</comment>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} não pode ser menos que {1}</value>
<comment>{0} can not be less than {1}</comment>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>"ApplyEdit" não é válido para um objecto filho</value>
<comment>ApplyEdit is not valid on a child object</comment>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>"BeginEdit" não é válido para um objecto filho</value>
<comment>BeginEdit is not valid on a child object</comment>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>"CancelEdit" não é válido para um objecto filho</value>
<comment>CancelEdit is not valid on a child object</comment>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Inválido para objectos raíz - em vez disso, use "apagar"</value>
<comment>Invalid for root objects - use Delete instead</comment>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Quando se usa a segurança integrada do Windows, nenhum objecto "Principal" deve ser passado para o "DataPortal"</value>
<comment>No principal object should be passed to DataPortal when using Windows integrated security</comment>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Não pode guardar objectos filho directamente</value>
<comment>Can not directly save a child object</comment>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>O objecto está a ser editado e não pode ser guardado</value>
<comment>Object is still being edited and can not be saved</comment>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>O objecto não é válido e não pode ser guardado</value>
<comment>Object is not valid and can not be saved</comment>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>O valor não existe:</value>
<comment>No such value exists:</comment>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>O argumento não pode ser nulo</value>
<comment>Argument must not be null</comment>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>O valor "pai" só pode ser atribuído aos objectos filho</value>
<comment>Parent value can only be set for child objects</comment>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>O parâmetro tem que ser de um tipo primário</value>
<comment>Type parameter must be a primitive type</comment>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>A cópia da propriedade falhou</value>
<comment>Property copy failed</comment>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Não pode ler o valor da propriedade</value>
<comment>Property get not allowed</comment>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Não pode atribuir valor à propriedade</value>
<comment>Property set not allowed</comment>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} não encaixa na expressão regular</value>
<comment>{0} does not match regular expression</comment>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remover é uma operação inválida</value>
<comment>Remove is an invalid operation</comment>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>h</value>
<comment>t</comment>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>hoje</value>
<comment>today</comment>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>a</value>
<comment>tom</comment>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>amanha</value>
<comment>tomorrow</comment>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>o</value>
<comment>y</comment>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>ontem</value>
<comment>yesterday</comment>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} não pode exceder {1} caracteres</value>
<comment>{0} can not exceed {1} characters</comment>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} exigido</value>
<comment>{0} required</comment>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>A cadeia de caracteres não pode ser convertido numa data</value>
<comment>String value can not be converted to a date</comment>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Operação inválida - não pode actualizar</value>
<comment>Invalid operation - update not allowed</comment>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>O valor não é uma "SmartDate"</value>
<comment>Value is not a SmartDate</comment>
</data>
</root>

View File

@@ -0,0 +1,264 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear is an invalid operation</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insert is an invalid operation</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove is an invalid operation</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Changing an element is an invalid operation</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Parent value can only be set for child objects</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Can not directly mark a child object for deletion - use its parent collection</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Invalid for root objects - use Delete instead</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Can not directly save a child object</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Object is still being edited and can not be saved</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Object is not valid and can not be saved</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Invalid operation - create not allowed</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Invalid operation - fetch not allowed</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Invalid operation - update not allowed</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Invalid operation - delete not allowed</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit is not valid on a child object</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit is not valid on a child object</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit is not valid on a child object</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>No such value exists:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Error reading value:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>String value can not be converted to a date</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Value is not a SmartDate</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>No principal object should be passed to DataPortal when using Windows integrated security</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal must be of type BusinessPrincipal, not</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>today</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>yesterday</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>tomorrow</value>
</data>
<data name="Failed" xml:space="preserve">
<value>failed</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>failed on the server</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>method call failed</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>not implemented</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Invalid operation - execute not allowed</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Invalid operation - insert not allowed</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue must not return Nothing</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Property get not allowed</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Property set not allowed</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argument must not be Nothing</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Type parameter must be a primitive type</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Property copy failed</value>
</data>
<data name="MaxValueRule" xml:space="preserve">
<value>{0} can not exceed {1}</value>
</data>
<data name="MinValueRule" xml:space="preserve">
<value>{0} can not be less than {1}</value>
</data>
<data name="StringMaxLengthRule" xml:space="preserve">
<value>{0} can not exceed {1} characters</value>
</data>
<data name="StringRequiredRule" xml:space="preserve">
<value>{0} required</value>
</data>
<data name="RegExMatchRule" xml:space="preserve">
<value>{0} does not match regular expression</value>
</data>
<data name="InvalidRuleMethodException" xml:space="preserve">
<value>Invalid rule method (instance methods of the target object not allowed)</value>
</data>
<data name="TypeLoadException" xml:space="preserve">
<value>Failed to load type '{0}'</value>
</data>
</root>

View File

@@ -0,0 +1,284 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>Clear este o operatie invalida</value>
<comment>Clear is an invalid operation</comment>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Insert este o operatie invalida</value>
<comment>Insert is an invalid operation</comment>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Remove nu e o peratie valida</value>
<comment>Remove is an invalid operation</comment>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Schimbarea unui element este o operatie invalida</value>
<comment>Changing an element is an invalid operation</comment>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Valoarea Parent poate fi setata doar pentru obiectele copil</value>
<comment>Parent value can only be set for child objects</comment>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Nu se poate marca direct un copil pentru stergere - utilizati colectia sa parinte</value>
<comment>Can not directly mark a child object for deletion - use its parent collection</comment>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Invalid pentru obiecte root - utilizati Delete</value>
<comment>Invalid for root objects - use Delete instead</comment>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>Nu se poate salva direct un obiect copil</value>
<comment>Can not directly save a child object</comment>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Obiectul se editeaza inca si nu poate fi salvat</value>
<comment>Object is still being edited and can not be saved</comment>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Obiectul nu e valid si nu poate fi salvat</value>
<comment>Object is not valid and can not be saved</comment>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Crearea nu e operatie permisa</value>
<comment>Invalid operation - create not allowed</comment>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Operatie invalida - umplerea nu e permisa</value>
<comment>Invalid operation - fetch not allowed</comment>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>operatie invalida - update nu e permis</value>
<comment>Invalid operation - update not allowed</comment>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Stergerea nu e o operatie permisa</value>
<comment>Invalid operation - delete not allowed</comment>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit nu e valid pe un obiect copil</value>
<comment>BeginEdit is not valid on a child object</comment>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit nu e valid pe un obiect copil</value>
<comment>CancelEdit is not valid on a child object</comment>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit nu e valid pe un obiect copil</value>
<comment>ApplyEdit is not valid on a child object</comment>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Nu exista valoarea :</value>
<comment>No such value exists:</comment>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Eroare la citirea </value>
<comment>Error reading value:</comment>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>valoarea stringului nu poate fi convertita la data</value>
<comment>String value can not be converted to a date</comment>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Valoare nu e de tipul SmartDate</value>
<comment>Value is not a SmartDate</comment>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Nu trebuie trecut un obiect Principal la DataProtal cind utilizati Windows Integrated security</value>
<comment>No principal object should be passed to DataPortal when using Windows integrated security</comment>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>principal trebuie sa fie de tipul BussinesPrincipal, nu </value>
<comment>Principal must be of type BusinessPrincipal, not</comment>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>a</value>
<comment>t</comment>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>azi</value>
<comment>today</comment>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>i</value>
<comment>y</comment>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>ieri</value>
<comment>yesterday</comment>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>miine</value>
<comment>tom</comment>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>miine</value>
<comment>tomorrow</comment>
</data>
<data name="Failed" xml:space="preserve">
<value>Eroare</value>
<comment>failed</comment>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>Eroare la server</value>
<comment>failed on the server</comment>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>Chemarea metodei a produs eroare</value>
<comment>method call failed</comment>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>Methoda nu e implementata</value>
<comment>not implemented</comment>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Operatie invalida - executia nu e permisa</value>
<comment>Invalid operation - execute not allowed</comment>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Operatie invalida - insert nu e permis</value>
<comment>Invalid operation - insert not allowed</comment>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue nu poate intoarce Nothing</value>
<comment>GetIdValue must not return Nothing</comment>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Proprietatea nu admite get</value>
<comment>Property get not allowed</comment>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Proprietatea nu admite set</value>
<comment>Property set not allowed</comment>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argumetul trebuie sa nu fie Nothing</value>
<comment>Argument must not be Nothing</comment>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Parametru Type trebuie sa fie un type "primitiv"</value>
<comment>Type parameter must be a primitive type</comment>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Copierea proprietatii a dat eroare</value>
<comment>Property copy failed</comment>
</data>
</root>

View File

@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<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" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</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>1.0.0.0</value>
</resheader>
<resheader name="Reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="Writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" type="System.String">
<value>Неверная операция "Clear"</value>
</data>
<data name="InsertInvalidException" type="System.String">
<value>Неверная операция "Insert"</value>
</data>
<data name="RemoveInvalidException" type="System.String">
<value>Неверная операция "Remove"</value>
</data>
<data name="ChangeInvalidException" type="System.String">
<value>Редактирование элемента недопустимо</value>
</data>
<data name="ParentSetException" type="System.String">
<value>Значение Parent может быть установленно только для дочерних объектов</value>
</data>
<data name="ChildDeleteException" type="System.String">
<value>Невозможно напрямую пометить дочерний объект для удаления. Используйте его родительскую коллекцию</value>
</data>
<data name="NoDeleteRootException" type="System.String">
<value>Неверно для корневого объекта - используйте команду Delete </value>
</data>
<data name="NoSaveChildException" type="System.String">
<value>Невозможно сохранить дочерний объект напрямую</value>
</data>
<data name="NoSaveEditingException" type="System.String">
<value>Невозможно сохранить объект находящийся в состоянии редактирования</value>
</data>
<data name="NoSaveInvalidException" type="System.String">
<value>Невозможно сохранить объект с ошибками</value>
</data>
<data name="CreateNotSupportedException" type="System.String">
<value>Неверная операция - создание нового объекта не разрешено</value>
</data>
<data name="FetchNotSupportedException" type="System.String">
<value>Неверная операция - чтение не разрешено</value>
</data>
<data name="UpdateNotSupportedException" type="System.String">
<value>Неверная операция - редактирование не разрешено</value>
</data>
<data name="DeleteNotSupportedException" type="System.String">
<value>Неверная операция - удаление не разрешено</value>
</data>
<data name="NoBeginEditChildException" type="System.String">
<value>BeginEdit не разрешено для дочернего объекта</value>
</data>
<data name="NoCancelEditChildException" type="System.String">
<value>CancelEdit не разрешено для дочернего объекта</value>
</data>
<data name="NoApplyEditChildException" type="System.String">
<value>ApplyEdit не разрешено для дочернего объекта</value>
</data>
<data name="NoSuchValueExistsException" type="System.String">
<value>Такого значения не существует:</value>
</data>
<data name="ErrorReadingValueException" type="System.String">
<value>Ошибка чтения значения:</value>
</data>
<data name="NoInsertReadOnlyException" type="System.String">
<value>Вставка не разрешена для коллекций "только для чтения"</value>
</data>
<data name="NoRemoveReadOnlyException" type="System.String">
<value>Удаление не разрешено для коллекций "только для чтения"</value>
</data>
<data name="NoClearReadOnlyException" type="System.String">
<value>Очистка коллекций "только для чтения" не разрешена</value>
</data>
<data name="NoChangeReadOnlyException" type="System.String">
<value>Редактирование коллекций "только для чтения" не разрешено</value>
</data>
<data name="StringToDateException" type="System.String">
<value>Строковое значение не может быть переведено в дату</value>
</data>
<data name="ValueNotSmartDateException" type="System.String">
<value>Тип значения не SmartDate</value>
</data>
<data name="InvalidDateException" type="System.String">
<value>Значение должно быть правильной датой</value>
</data>
<data name="SortingNotSupportedException" type="System.String">
<value>Сортировка не поддерживается данной коллекцией</value>
</data>
<data name="SearchingNotSupportedException" type="System.String">
<value>Поиск не поддерживается данной коллекцией</value>
</data>
<data name="AddItemException" type="System.String">
<value>Добавление записей не разрешено</value>
</data>
<data name="NoPrincipalAllowedException" type="System.String">
<value>Не следует передавать объект "principal" в DataPortal при использовании интегрированной системы безопасности Windows (WIS)</value>
</data>
<data name="BusinessPrincipalException" type="System.String">
<value>Объект "Principal" должен быть типа BusinessPrincipal, а не</value>
</data>
<data name="NoMatchException" type="System.String">
<value>Нет соответсвующей записи в коллекции</value>
</data>
<data name="SecurityDataBase" type="System.String">
<value>Security</value>
</data>
<data name="SecurityStoredProcedure" type="System.String">
<value>Login</value>
</data>
<data name="SecurityUserParam" type="System.String">
<value>@user</value>
</data>
<data name="SecurityPasswordParam" type="System.String">
<value>@pw</value>
</data>
<data name="SmartDateT" type="System.String">
<value>t</value>
</data>
<data name="SmartDateToday" type="System.String">
<value>сегодня</value>
</data>
<data name="SmartDateY" type="System.String">
<value>y</value>
</data>
<data name="SmartDateYesterday" type="System.String">
<value>вчера</value>
</data>
<data name="SmartDateTom" type="System.String">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" type="System.String">
<value>завтра</value>
</data>
<data name="BatchQueueJobCompleted" type="System.String">
<value>Пакетное задание окончено</value>
</data>
<data name="BatchQueueJobPrefix" type="System.String">
<value>Пакетное задание:</value>
</data>
<data name="BatchQueueJobObjectPrefix" type="System.String">
<value>Объект задания:</value>
</data>
<data name="BatchQueueJobFailed" type="System.String">
<value>Пакетное задание не выполнено из-за ошибки выполнения</value>
</data>
<data name="BatchQueueProcStarted" type="System.String">
<value>Стартовал обработчик пактной очереди</value>
</data>
<data name="BatchQueueProcName" type="System.String">
<value>Имя:</value>
</data>
<data name="BatchQueueProcPort" type="System.String">
<value>Port:</value>
</data>
<data name="BatchQueueProcQueue" type="System.String">
<value>Очередь:</value>
</data>
<data name="BatchQueueProcMaxJobs" type="System.String">
<value>Максимально заданий:</value>
</data>
<data name="Failed" type="System.String">
<value>потерпел неудачу</value>
</data>
<data name="FailedOnServer" type="System.String">
<value>потерпел неудачу на сервере</value>
</data>
</root>

View File

@@ -0,0 +1,243 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>Principal objekat mora biti tipa BusinessPrincipal, a ne</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>Izmena nije dozvoljena</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>Objekti "deca" se ne mogu direktno označiti za brisanje - koristite "roditelj" kolekciju</value>
</data>
<data name="ClearInvalidException" xml:space="preserve">
<value>Čišćenje nije dozvoljeno</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - kreiranje</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - brisanje</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>Greška pri čitanju vrednosti:</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - izvršavanje</value>
</data>
<data name="Failed" xml:space="preserve">
<value>neuspešno</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>neuspešno na serveru</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - učitavanje</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue ne sme vratiti Nothing</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>Dodavanje nije dozvoljeno</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - dodavanje</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>neuspešan poziv metoda</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>metod nije implementiran</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit nije važeći na "dete" objektu</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit nije važeći na "dete" objektu</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit nije važeći na "dete" objektu</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>Nedozvoljena operacija za osnovne objekte - koristite Delete</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>Principal objekat ne može biti prosleđen DataPortal-u kada se koristi integrisana Windows sigurnost</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>"Dete" objekat se ne može direktno sačuvati</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>Objekat se još uvek uređuje i ne može biti sačuvan</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>Objekat nije ispravan i ne može biti sačuvan</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>Ne postoji vrednost:</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>Argument ne sme biti Nothing</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>Parent vrednost može biti podešena samo za objekte "decu"</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>Type parametar mora biti primitivni tip</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>Kopiranje osobine nije uspelo</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>Uzimanje osobine objekta (Property get) nije dopušteno</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>Podešavanje osobine objekta (Property set) nije dopušteno</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>Uklanjanje nije dozvoljeno</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>t</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>today</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>tomorrow</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>y</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>yesterday</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>String vrednost ne može biti konvertovana u datum</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>Nedozvoljena operacija - ažuriranje</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>Vrednost nije tipa SmartDate</value>
</data>
</root>

View File

@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<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" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</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>1.0.0.0</value>
</resheader>
<resheader name="Reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="Writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" type="System.String">
<value>Rensa är en ogiltig åtgärd</value>
</data>
<data name="InsertInvalidException" type="System.String">
<value>Lägga till är en ogiltig åtgärd</value>
</data>
<data name="RemoveInvalidException" type="System.String">
<value>Ta bort är en ogiltig åtgärd</value>
</data>
<data name="ChangeInvalidException" type="System.String">
<value>Ändra ett element är en ogiltig åtgärd</value>
</data>
<data name="ParentSetException" type="System.String">
<value>Överordnat värde kan endast sättas på underordnade objekt</value>
</data>
<data name="ChildDeleteException" type="System.String">
<value>Kan inte märka ett underordnat objekt för borttagning - använd dess överordnades kollektion</value>
</data>
<data name="NoDeleteRootException" type="System.String">
<value>Otillåtet för rotobjekt - använd ta bort istället</value>
</data>
<data name="NoSaveChildException" type="System.String">
<value>Kan inte spara ett underordnat objekt direkt</value>
</data>
<data name="NoSaveEditingException" type="System.String">
<value>Objetet håller fortfarande på att ändras och kan inte sparas</value>
</data>
<data name="NoSaveInvalidException" type="System.String">
<value>Objektet är inte giltigt och kan inte sparas</value>
</data>
<data name="CreateNotSupportedException" type="System.String">
<value>Ogiltig åtgärd - skapa är inte tillåtet</value>
</data>
<data name="FetchNotSupportedException" type="System.String">
<value>Ogiltig åtgärd - hämta är inte tillåtet</value>
</data>
<data name="UpdateNotSupportedException" type="System.String">
<value>Ogiltig åtgärd - uppdatera är inte tillåtet</value>
</data>
<data name="DeleteNotSupportedException" type="System.String">
<value>Ogiltig åtgärd - ta bort är inte tillåtet</value>
</data>
<data name="NoBeginEditChildException" type="System.String">
<value>BeginEdit är inte giltigt på ett underordnat objekt</value>
</data>
<data name="NoCancelEditChildException" type="System.String">
<value>CancelEdit är inte giltigt på ett underordnat objekt</value>
</data>
<data name="NoApplyEditChildException" type="System.String">
<value>ApplyEdit är inte giltigt på ett underordnat objekt</value>
</data>
<data name="NoSuchValueExistsException" type="System.String">
<value>Värdet saknas:</value>
</data>
<data name="ErrorReadingValueException" type="System.String">
<value>Fel vid läsande av värde:</value>
</data>
<data name="NoInsertReadOnlyException" type="System.String">
<value>Lägga till är ogiltigt på en skrivskyddad kollektion</value>
</data>
<data name="NoRemoveReadOnlyException" type="System.String">
<value>Ta bort är ogiltigt på en skrivskyddad kollektion</value>
</data>
<data name="NoClearReadOnlyException" type="System.String">
<value>Rensa är ogiltigt på en skrivskyddad kollektion</value>
</data>
<data name="NoChangeReadOnlyException" type="System.String">
<value>Objekt kan inte ändras i en skrivskyddad kollektion</value>
</data>
<data name="StringToDateException" type="System.String">
<value>Strängvärde kan inte omvandlas till ett datum</value>
</data>
<data name="ValueNotSmartDateException" type="System.String">
<value>Värdet är inte ett SmartDate</value>
</data>
<data name="InvalidDateException" type="System.String">
<value>Värdet måste vara ett giltigt datum</value>
</data>
<data name="SortingNotSupportedException" type="System.String">
<value>Sortering stöds inte av denna kollektion</value>
</data>
<data name="SearchingNotSupportedException" type="System.String">
<value>Sökning stöds inte av denna kollektion</value>
</data>
<data name="AddItemException" type="System.String">
<value>Det är inte tillåtet att lägga till objekt</value>
</data>
<data name="NoPrincipalAllowedException" type="System.String">
<value>Principal-objekt ska inte skickas med till DataPortal:en vid användande av Windows integrated security</value>
</data>
<data name="BusinessPrincipalException" type="System.String">
<value>Principal måste vara av typen BusinessPrincipal, inte</value>
</data>
<data name="NoMatchException" type="System.String">
<value>Inga matchande objekt i kollektionen</value>
</data>
<data name="SecurityDataBase" type="System.String">
<value>Security</value>
</data>
<data name="SecurityStoredProcedure" type="System.String">
<value>Login</value>
</data>
<data name="SecurityUserParam" type="System.String">
<value>@user</value>
</data>
<data name="SecurityPasswordParam" type="System.String">
<value>@pw</value>
</data>
<data name="SmartDateT" type="System.String">
<value>t</value>
</data>
<data name="SmartDateToday" type="System.String">
<value>today</value>
</data>
<data name="SmartDateY" type="System.String">
<value>y</value>
</data>
<data name="SmartDateYesterday" type="System.String">
<value>yesterday</value>
</data>
<data name="SmartDateTom" type="System.String">
<value>tom</value>
</data>
<data name="SmartDateTomorrow" type="System.String">
<value>tomorrow</value>
</data>
<data name="BatchQueueJobCompleted" type="System.String">
<value>Batch-jobb avslutat</value>
</data>
<data name="BatchQueueJobPrefix" type="System.String">
<value>Batch-jobb:</value>
</data>
<data name="BatchQueueJobObjectPrefix" type="System.String">
<value>Jobbobjekt:</value>
</data>
<data name="BatchQueueJobFailed" type="System.String">
<value>Batch-jobb misslyckades på grund av körningsfel</value>
</data>
<data name="BatchQueueProcStarted" type="System.String">
<value>Processor för batch-kö startad</value>
</data>
<data name="BatchQueueProcName" type="System.String">
<value>Namn:</value>
</data>
<data name="BatchQueueProcPort" type="System.String">
<value>Port:</value>
</data>
<data name="BatchQueueProcQueue" type="System.String">
<value>Kö:</value>
</data>
<data name="BatchQueueProcMaxJobs" type="System.String">
<value>Max antal jobb:</value>
</data>
<data name="Failed" type="System.String">
<value>misslyckades</value>
</data>
<data name="FailedOnServer" type="System.String">
<value>misslyckades på servern</value>
</data>
</root>

View File

@@ -0,0 +1,243 @@
<?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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ClearInvalidException" xml:space="preserve">
<value>清除属非法操作</value>
</data>
<data name="InsertInvalidException" xml:space="preserve">
<value>插入属非法操作</value>
</data>
<data name="RemoveInvalidException" xml:space="preserve">
<value>删除属无效操作</value>
</data>
<data name="ChangeInvalidException" xml:space="preserve">
<value>改变一个元素属非法操作</value>
</data>
<data name="ParentSetException" xml:space="preserve">
<value>只允许给子对象赋值</value>
</data>
<data name="ChildDeleteException" xml:space="preserve">
<value>不能直接将子对象标记为删除对象 请通过其 Parent 集合</value>
</data>
<data name="NoDeleteRootException" xml:space="preserve">
<value>不能用于源对象 请用删除</value>
</data>
<data name="NoSaveChildException" xml:space="preserve">
<value>不能直接保存子对象</value>
</data>
<data name="NoSaveEditingException" xml:space="preserve">
<value>不能保存, 因为对象还在修改状态中</value>
</data>
<data name="NoSaveInvalidException" xml:space="preserve">
<value>对象含无效值, 因此不能保存</value>
</data>
<data name="CreateNotSupportedException" xml:space="preserve">
<value>非法操作 不允许创建</value>
</data>
<data name="FetchNotSupportedException" xml:space="preserve">
<value>非法操作 不允许读取数据</value>
</data>
<data name="UpdateNotSupportedException" xml:space="preserve">
<value>无效操作 –不允许更新</value>
</data>
<data name="DeleteNotSupportedException" xml:space="preserve">
<value>非法操作 不允许删除</value>
</data>
<data name="NoBeginEditChildException" xml:space="preserve">
<value>BeginEdit 在子对象上无效</value>
</data>
<data name="NoCancelEditChildException" xml:space="preserve">
<value>CancelEdit 在子对象上无效</value>
</data>
<data name="NoApplyEditChildException" xml:space="preserve">
<value>ApplyEdit 在子对象上无效</value>
</data>
<data name="NoSuchValueExistsException" xml:space="preserve">
<value>此数值不存在:</value>
</data>
<data name="ErrorReadingValueException" xml:space="preserve">
<value>读取数值出错:</value>
</data>
<data name="StringToDateException" xml:space="preserve">
<value>字符串不能转化成日期</value>
</data>
<data name="ValueNotSmartDateException" xml:space="preserve">
<value>数值不是SmartDate 类型</value>
</data>
<data name="NoPrincipalAllowedException" xml:space="preserve">
<value>使用视窗集成的安全模式时, 不能将主名对象传送给DataPortal</value>
</data>
<data name="BusinessPrincipalException" xml:space="preserve">
<value>主名必须是 BusinessPrincipal 的类型, 不能是</value>
</data>
<data name="SmartDateT" xml:space="preserve">
<value>今天</value>
</data>
<data name="SmartDateToday" xml:space="preserve">
<value>今天</value>
</data>
<data name="SmartDateY" xml:space="preserve">
<value>昨天</value>
</data>
<data name="SmartDateYesterday" xml:space="preserve">
<value>昨天</value>
</data>
<data name="SmartDateTom" xml:space="preserve">
<value>明天</value>
</data>
<data name="SmartDateTomorrow" xml:space="preserve">
<value>明天</value>
</data>
<data name="Failed" xml:space="preserve">
<value>失败</value>
</data>
<data name="FailedOnServer" xml:space="preserve">
<value>伺服器出错</value>
</data>
<data name="MethodCallFailed" xml:space="preserve">
<value>调用函数失败</value>
</data>
<data name="MethodNotImplemented" xml:space="preserve">
<value>尚未实现</value>
</data>
<data name="ExecuteNotSupportedException" xml:space="preserve">
<value>非法操作 不允许执行</value>
</data>
<data name="InsertNotSupportedException" xml:space="preserve">
<value>非法操作 不允许插入</value>
</data>
<data name="GetIdValueCantBeNull" xml:space="preserve">
<value>GetIdValue 返回值不能是空值 (Nothing)</value>
</data>
<data name="PropertyGetNotAllowed" xml:space="preserve">
<value>不允许 get 属性</value>
</data>
<data name="PropertySetNotAllowed" xml:space="preserve">
<value>不允许 set 属性</value>
</data>
<data name="NothingNotValid" xml:space="preserve">
<value>参数不能是空值 (Nothing)</value>
</data>
<data name="PrimitiveTypeRequired" xml:space="preserve">
<value>参数的类型必须是基本类型之一</value>
</data>
<data name="PropertyCopyFailed" xml:space="preserve">
<value>拷贝属性失败</value>
</data>
</root>

View File

@@ -0,0 +1,36 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Csla.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
[global::System.Configuration.DefaultSettingValueAttribute("http://localhost:4804/WSPortalcs/Service.asmx")]
public string Csla_WebServiceHost_WebServicePortal {
get {
return ((string)(this["Csla_WebServiceHost_WebServicePortal"]));
}
}
}
}

View File

@@ -0,0 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Csla.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="Csla_WebServiceHost_WebServicePortal" Type="(Web Service URL)" Scope="Application">
<Value Profile="(Default)">http://localhost:4804/WSPortalcs/Service.asmx</Value>
</Setting>
</Settings>
</SettingsFile>