Fixing an issue with output parameters that are of type IntPtr
[castle.git] / MonoRail / Castle.MonoRail.Framework / JSResources / ValidationLang.pt-BR.resx
blobd573114d2716774b2a7841ce23e1031b3d1004c4
1 <?xml version="1.0" encoding="utf-8"?>
2 <root>
3 <!--
4 Microsoft ResX Schema
6 Version 1.3
8 The primary goals of this format is to allow a simple XML format
9 that is mostly human readable. The generation and parsing of the
10 various data types are done through the TypeConverter classes
11 associated with the data types.
13 Example:
15 ... ado.net/XML headers & schema ...
16 <resheader name="resmimetype">text/microsoft-resx</resheader>
17 <resheader name="version">1.3</resheader>
18 <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
19 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
20 <data name="Name1">this is my long string</data>
21 <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
22 <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
23 [base64 mime encoded serialized .NET Framework object]
24 </data>
25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
26 [base64 mime encoded string representing a byte array form of the .NET Framework object]
27 </data>
29 There are any number of "resheader" rows that contain simple
30 name/value pairs.
32 Each data row contains a name, and value. The row also contains a
33 type or mimetype. Type corresponds to a .NET class that support
34 text/value conversion through the TypeConverter architecture.
35 Classes that don't support this are serialized and stored with the
36 mimetype set.
38 The mimetype is used for serialized objects, and tells the
39 ResXResourceReader how to depersist the object. This is currently not
40 extensible. For a given mimetype the value must be set accordingly:
42 Note - application/x-microsoft.net.object.binary.base64 is the format
43 that the ResXResourceWriter will generate, however the reader can
44 read any of the formats listed below.
46 mimetype: application/x-microsoft.net.object.binary.base64
47 value : The object must be serialized with
48 : System.Serialization.Formatters.Binary.BinaryFormatter
49 : and then encoded with base64 encoding.
51 mimetype: application/x-microsoft.net.object.soap.base64
52 value : The object must be serialized with
53 : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
54 : and then encoded with base64 encoding.
56 mimetype: application/x-microsoft.net.object.bytearray.base64
57 value : The object must be serialized into a byte array
58 : using a System.ComponentModel.TypeConverter
59 : and then encoded with base64 encoding.
60 -->
62 <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
63 <xsd:element name="root" msdata:IsDataSet="true">
64 <xsd:complexType>
65 <xsd:choice maxOccurs="unbounded">
66 <xsd:element name="data">
67 <xsd:complexType>
68 <xsd:sequence>
69 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
70 <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
71 </xsd:sequence>
72 <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
73 <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
74 <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
75 </xsd:complexType>
76 </xsd:element>
77 <xsd:element name="resheader">
78 <xsd:complexType>
79 <xsd:sequence>
80 <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
81 </xsd:sequence>
82 <xsd:attribute name="name" type="xsd:string" use="required" />
83 </xsd:complexType>
84 </xsd:element>
85 </xsd:choice>
86 </xsd:complexType>
87 </xsd:element>
88 </xsd:schema>
89 <resheader name="resmimetype">
90 <value>text/microsoft-resx</value>
91 </resheader>
92 <resheader name="version">
93 <value>1.3</value>
94 </resheader>
95 <resheader name="reader">
96 <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
97 </resheader>
98 <resheader name="writer">
99 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3500.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
100 </resheader>
101 <data name="fValidateLang" xml:space="preserve">
102 <value><![CDATA[
103 /*-- fValidate US-English language file.
105 * Translation by: Peter Bailey
106 * Email: me@peterbailey.net
108 * Visit http://www.peterbailey.net/fValidate/api/i18n/
109 * for additional translations and instructions on
110 * making your own translation.
112 * !!! WARNING !!! Changing anything but the literal
113 * strings will likely cause script failure!
115 * Note: This document most easily read/edited with tab-
116 * spacing set to 4
118 *********************************************************/
120 if ( typeof fvalidate == 'undefined' )
122 var fvalidate = new Object();
125 fvalidate.i18n =
127 // Validation errors
128 errors:
130 blank: [
131 ["Por favor insira ", 0]
133 length: [
134 [0, " must be at least ", 1, " characters long"],
135 [0, " must be no more than ", 1, " characters long.\nThe current text is ", 2, " characters long."]
137 equalto: [
138 [0, " must be equal to ", 1]
140 number: [
141 ["The number you entered for ", 0, " is not valid"]
143 numeric: [
144 ["Only numeric values are valid for the ", 0],
145 ["A minimum of ", 0, " numeric values are required for the ", 1]
147 alnum: [
148 ["The data you entered, \"", 0, "\", does not match the requested format for ", 1,
149 "\nMinimum Length: ", 2,
150 "\nCase: ", 3,
151 "\nNumbers allowed: ", 4,
152 "\nSpaces allowed: ", 5,
153 "\nPunctuation characters allowed: ", 6, "\n"]
155 decimal: [
156 ["The data you entered,", 0, " is not valid. Please re-enter the ", 1]
158 decimalr: [
159 [0, " is not a valid. Please re-enter."]
161 ip: [
162 ["Please enter a valid IP"],
163 ["The port number you specified, ", 0, ", is out of range.\nIt must be between ", 1, " and ", 2]
165 ssn: [
166 ["You need to enter a valid Social Security Number.\nYour SSN must be entered in 'XXX-XX-XXXX' format."]
168 money: [
169 [0, " does not match the required format of ", 1]
171 cc: [
172 ["The ", 0, " you entered is not valid. Please check again and re-enter."]
174 ccDate: [
175 ["You credit card has expired! Please use a different card."]
177 zip: [
178 ["Please enter a valid 5 or 9 digit Zip code."]
180 phone: [
181 ["Please enter a valid phone number plus Area Code."],
182 ["Please enter a valid phone number - seven or ten digits."]
184 email: [
185 ["Please enter a valid email address"]
187 url: [
188 [0, " is not a valid domain"]
190 date: [
191 ["The data entered for ", 0, " is not a valid date\nPlease enter a date using the following format: ", 1],
192 ["Date must be before ", 0],
193 ["Date must be on or before ", 0],
194 ["Date must be after ", 0],
195 ["Date must be on or after ", 0]
197 select: [
198 ["Please select a valid option for ", 0]
200 selectm: [
201 ["Please select between ", 0, " and ", 1, " options for ", 2, ".\nYou currently have ", 3, " selected"]
203 selecti: [
204 ["Please select a valid option for ", 0]
206 checkbox: [
207 ["Please check ", 0, " before continuing"],
208 ["Please select between ", 0, " and ", 1, " options for ", 2, ".\nYou currently have ", 3, " selected"]
210 radio: [
211 ["Please check ", 0, " before continuing"],
212 ["Please select an option for ", 0 ]
214 comparison: [
215 [0, " must be ", 1, " ", 2]
217 eitheror: [
218 ["One and only one of the following fields must be entered:\n\t-", 0, "\n"]
220 atleast: [
221 ["At least ", 0, " of the following fields must be entered:\n\t-", 1, "\n\nYou have only ", 2, " filled in.\n"]
223 allornone: [
224 ["All or none of the following fields must be entered and accurate:\n\t-", 0, "\nYou have only ", 1, " accurate field entered.\n"]
226 file: [
227 ["The file must be one of the following types:\n", 0, "\nNote: File extension may be case-sensitive."]
229 custom: [
230 [0, " is invalid."]
232 cazip: [
233 ["Please enter a valid postal code."]
235 ukpost: [
236 ["Please enter a valid postcode."]
238 germanpost: [
239 ["Please enter a valid postcode."]
241 swisspost: [
242 ["Please enter a valid postcode."]
246 comparison:
248 gt: "greater than",
249 lt: "less than",
250 gte: "greater than or equal to",
251 lte: "less than or equal to",
252 eq: "equal to",
253 neq: "not equal to"
256 // Developer assist errors
257 devErrors:
259 number: ["The lower-bound (", 0, ") is greater than the upper-bound (", 1, ") on this element: ", 2],
260 length: ["The minimum length (", 0, ") is greater than the maxiumum legnth (", 1, ") on this element: ", 2],
261 cc: ["Credit Card type (", 0, ") not found."],
263 lines: ["! WARNING ! -- fValidate developer-assist error\n", "\nIf you are not the developer, please contact the website administrator regarding this error."],
264 paramError: ["You must include the '", 0, "' parameter for the '", 1, "' validator type on this field: ", 2],
265 notFound: ["The validator '", 0, "' was not found.\nRequested by: ", 1],
266 noLabel: ["No element found for label: ", 0],
267 noBox: ["An element with the requested id '", 0, "' was not found for the 'boxError' config value."],
268 missingName:["The hidden input calling the following logical validator must have a valid name\nattribute when used in conjunction with the 'box' error-type.\n\t", 0],
269 mismatch: ["Validator/Element type mismatch.\n\nElement: ", 0, "\nElement type: ", 1, "\nType required by validator: ", 2],
270 noCCType: ["You must include a SELECT item with Credit Card type choices!"]
273 // Config values
274 config :
276 confirmMsg : "Your data is about to be sent.\nPlease click 'Ok' to proceed or 'Cancel' to abort.",
277 confirmAbortMsg : "Submission cancelled. Data has not been sent."
280 // Tooltip attached to Box-item errors
281 boxToolTip: "Click to target field",
283 // Message displayed at top of alert error in group mode
284 groupAlert: "The following errors occured:\n\n- ",
286 // Literal translation of the English 'or', include padding spaces.
287 or: " or "
289 ]]></value>
290 </data>
291 </root>