Translations by Joel Pickett

Joel Pickett has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 85 results
124.
The DllImport attribute must be specified on a method marked `static' and `extern'
2011-11-19
The DllImport attribute must be specified on a method marked `static' and `extern'
125.
`{0}': A partial method parameters cannot use `out' modifier
2011-11-19
`{0}': A partial method parameters cannot use `out' modifier
126.
Conditional not valid on `{0}' because it is a constructor, destructor, operator or explicit interface implementation
2011-11-19
Conditional not valid on `{0}' because it is a constructor, destructor, operator or explicit interface implementation
127.
Program `{0}' has more than one entry point defined: `{1}'
2011-11-19
Program `{0}' has more than one entry point defined: `{1}'
128.
Conditional not valid on `{0}' because its return type is not void
2011-11-19
Conditional not valid on `{0}' because its return type is not void
129.
Conditional not valid on `{0}' because it is an override method
2011-11-19
Conditional not valid on `{0}' because it is an override method
130.
Conditional not valid on interface members
2011-11-19
Conditional not valid on interface members
131.
Conditional member `{0}' cannot implement interface member `{1}'
2011-11-19
Conditional member `{0}' cannot implement interface member `{1}'
132.
Conditional method `{0}' cannot have an out parameter
2011-11-19
Conditional method `{0}' cannot have an out parameter
134.
`{0}': Extension methods cannot be defined in a nested class
2011-11-19
`{0}': Extension methods cannot be defined in a nested class
135.
`{0}': Extension methods cannot be declared without a reference to System.Core.dll assembly. Add the assembly reference or remove `this' modifer from the first parameter
2011-11-19
`{0}': Extension methods cannot be declared without a reference to System.Core.dll assembly. Add the assembly reference or remove `this' modifer from the first parameter
136.
`{0}': Extension methods must be defined in a non-generic static class
2011-11-19
`{0}': Extension methods must be defined in a non-generic static class
137.
A partial method `{0}' implementation is missing a partial method declaration
2011-11-19
A partial method `{0}' implementation is missing a partial method declaration
138.
Method or delegate cannot return type `{0}'
2011-11-19
Method or delegate cannot return type `{0}'
139.
`{0}': Struct constructors cannot call base constructors
2011-11-19
`{0}': Struct constructors cannot call base constructors
140.
Constructor `{0}' cannot call itself
2011-11-19
Constructor `{0}' cannot call itself
141.
`{0}': The static constructor must be parameterless
2011-11-19
`{0}': The static constructor must be parameterless
142.
Structs cannot contain explicit parameterless constructors
2011-11-19
Structs cannot contain explicit parameterless constructors
143.
`{0}': A class with the ComImport attribute cannot have a user-defined constructor
2011-11-19
`{0}': A class with the ComImport attribute cannot have a user-defined constructor
144.
`{0}' is an accessor not found in interface member `{1}{2}'
2011-11-19
`{0}' is an accessor not found in interface member `{1}{2}'
145.
`{0}.{1}' in explicit interface declaration is not a member of interface
2011-11-19
`{0}.{1}' in explicit interface declaration is not a member of interface
146.
`{0}' explicit method implementation cannot implement `{1}' because it is an accessor
2011-11-19
`{0}' explicit method implementation cannot implement `{1}' because it is an accessor
148.
Accessor `{0}' cannot implement interface member `{1}' for type `{2}'. Use an explicit interface implementation
2011-11-19
Accessor `{0}' cannot implement interface member `{1}' for type `{2}'. Use an explicit interface implementation
160.
Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the 'fixed' field modifier instead
2011-11-19
Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the 'fixed' field modifier instead
161.
`{0}': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
2011-11-19
`{0}': Instance field types marked with StructLayout(LayoutKind.Explicit) must have a FieldOffset attribute
162.
`{0}': cannot declare variables of static types
2011-11-19
`{0}': cannot declare variables of static types
163.
`{0}': Fixed size buffers type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double
2011-11-19
`{0}': Fixed size buffers type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double
164.
`{0}': Fixed size buffer fields may only be members of structs
2011-11-19
`{0}': Fixed size buffer fields may only be members of structs
165.
`{0}': Fixed size buffers must have a length greater than zero
2011-11-19
`{0}': Fixed size buffers must have a length greater than zero
166.
Fixed size buffer `{0}' of length `{1}' and type `{2}' exceeded 2^31 limit
2011-11-19
Fixed size buffer `{0}' of length `{1}' and type `{2}' exceeded 2^31 limit
168.
`{0}': A volatile field cannot be of the type `{1}'
2011-11-19
`{0}': A volatile field cannot be of the type `{1}'
169.
`{0}': A field cannot be both volatile and readonly
2011-11-19
`{0}': A field cannot be both volatile and readonly
171.
A member `{0}' is already reserved
2011-11-19
A member `{0}' is already reserved
235.
A partial method declaration and partial method implementation cannot differ on use of `params' modifier
2011-11-19
A partial method declaration and partial method implementation cannot differ on use of `params' modifier
236.
A partial method declaration and partial method implementation must be both an extension method or neither
2011-11-19
A partial method declaration and partial method implementation must be both an extension method or neither
238.
A partial method declaration and partial method implementation must be both `static' or neither
2011-11-19
A partial method declaration and partial method implementation must be both `static' or neither
239.
A partial method declaration and partial method implementation must be both `unsafe' or neither
2011-11-19
A partial method declaration and partial method implementation must be both `unsafe' or neither
240.
A partial method `{0}' declaration is already defined
2011-11-19
A partial method `{0}' declaration is already defined
241.
A partial method `{0}' implementation is already defined
2011-11-19
A partial method `{0}' implementation is already defined
242.
Duplicate user-defined conversion in type `{0}'
2011-11-19
Duplicate user-defined conversion in type `{0}'
373.
A range variable `{0}' cannot be assigned to. Consider using `let' clause to store the value
2011-11-19
A range variable `{0}' cannot be assigned to. Consider using `let' clause to store the value
452.
Control cannot fall through from one case label to another
2011-11-19
Control cannot fall through from one case label to another
453.
The label `{0}:' could not be found within the scope of the goto statement
2011-11-19
The label `{0}:' could not be found within the scope of the goto statement
454.
A throw statement with no arguments is not allowed outside of a catch clause
2011-11-19
A throw statement with no arguments is not allowed outside of a catch clause
455.
No enclosing loop out of which to break or continue
2011-11-19
No enclosing loop out of which to break or continue
456.
Control cannot leave the body of an anonymous method
2011-11-19
Control cannot leave the body of an anonymous method
457.
Cannot yield a value in the body of a try block with a catch clause
2011-11-19
Cannot yield a value in the body of a try block with a catch clause
458.
Cannot yield a value in the body of a catch clause
2011-11-19
Cannot yield a value in the body of a catch clause
459.
A throw statement with no arguments is not allowed inside of a finally clause nested inside of the innermost catch clause
2011-11-19
A throw statement with no arguments is not allowed inside of a finally clause nested inside of the innermost catch clause
460.
Cannot yield in the body of a finally clause
2011-11-19
Cannot yield in the body of a finally clause