Imported Upstream version 4.2.2.10

Former-commit-id: 925376e1db46149d14f7949fcd7b08805ea8aba9
This commit is contained in:
Xamarin Public Jenkins
2015-12-18 19:40:30 -05:00
parent d11e8b35fd
commit 8cb7d04924
45 changed files with 399 additions and 122 deletions

Binary file not shown.

View File

@@ -1 +1 @@
3e835f3bc1a499969b1ba8432073eaf96cfe1005
1d929b1ba2d06509548b3aa70c1fb24d06087c0e

Binary file not shown.

View File

@@ -1 +1 @@
28b44b354af0dba167d05874ae1a09d29417eda7
a87738a936bb99fc19aec669debef384ab553bdb

Binary file not shown.

View File

@@ -1 +1 @@
c6e4de5919e4185763e2cde8f71db3c462da5e53
2d540bc9e9610e2115706b4863b3faf6be94ae02

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 4.2.1\n"
"Project-Id-Version: mono 4.2.2\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2015-12-08 12:30-0500\n"
"POT-Creation-Date: 2015-12-18 19:12-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1359,8 +1359,8 @@ msgstr ""
msgid "Internal compiler error: {0}"
msgstr ""
#: mcs/mcs/ecore.cs:581 mcs/mcs/expression.cs:1874 mcs/mcs/expression.cs:7940
#: mcs/mcs/expression.cs:7948
#: mcs/mcs/ecore.cs:581 mcs/mcs/expression.cs:1874 mcs/mcs/expression.cs:7943
#: mcs/mcs/expression.cs:7951
msgid "A constant value is expected"
msgstr ""
@@ -1978,160 +1978,160 @@ msgstr ""
msgid "Use of unassigned out parameter `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:7119
#: mcs/mcs/expression.cs:7122
#, csharp-format
msgid "Cannot invoke a non-delegate type `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:7130
#: mcs/mcs/expression.cs:7133
#, csharp-format
msgid "The member `{0}' cannot be used as method or delegate"
msgstr ""
#: mcs/mcs/expression.cs:7152
#: mcs/mcs/expression.cs:7155
msgid ""
"Do not directly call your base class Finalize method. It is called "
"automatically from your destructor"
msgstr ""
#: mcs/mcs/expression.cs:7154
#: mcs/mcs/expression.cs:7157
msgid ""
"Destructors and object.Finalize cannot be called directly. Consider calling "
"IDisposable.Dispose if available"
msgstr ""
#: mcs/mcs/expression.cs:7183
#: mcs/mcs/expression.cs:7186
#, csharp-format
msgid ""
"The base call to method `{0}' cannot be dynamically dispatched. Consider "
"casting the dynamic arguments or eliminating the base access"
msgstr ""
#: mcs/mcs/expression.cs:7278
#: mcs/mcs/expression.cs:7281
#, csharp-format
msgid "`{0}': cannot explicitly call operator or accessor"
msgstr ""
#: mcs/mcs/expression.cs:7468
#: mcs/mcs/expression.cs:7471
#, csharp-format
msgid "Unsafe type `{0}' cannot be used in an object creation expression"
msgstr ""
#: mcs/mcs/expression.cs:7491
#: mcs/mcs/expression.cs:7494
#, csharp-format
msgid ""
"Cannot create an instance of the variable type `{0}' because it does not "
"have the new() constraint"
msgstr ""
#: mcs/mcs/expression.cs:7497
#: mcs/mcs/expression.cs:7500
#, csharp-format
msgid ""
"`{0}': cannot provide arguments when creating an instance of a variable type"
msgstr ""
#: mcs/mcs/expression.cs:7506
#: mcs/mcs/expression.cs:7509
#, csharp-format
msgid "Cannot create an instance of the static class `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:7518
#: mcs/mcs/expression.cs:7521
#, csharp-format
msgid "Cannot create an instance of the abstract class or interface `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:7791
#: mcs/mcs/expression.cs:7794
msgid ""
"An implicitly typed local variable declarator cannot use an array initializer"
msgstr ""
#: mcs/mcs/expression.cs:7954 mcs/mcs/expression.cs:7979
#: mcs/mcs/expression.cs:7957 mcs/mcs/expression.cs:7982
#, csharp-format
msgid "An array initializer of length `{0}' was expected"
msgstr ""
#: mcs/mcs/expression.cs:7970
#: mcs/mcs/expression.cs:7973
msgid ""
"Array initializers can only be used in a variable or field initializer. Try "
"using a new expression instead"
msgstr ""
#: mcs/mcs/expression.cs:7987
#: mcs/mcs/expression.cs:7990
msgid "A nested array initializer was expected"
msgstr ""
#: mcs/mcs/expression.cs:8034
#: mcs/mcs/expression.cs:8037
msgid "An expression tree cannot contain a multidimensional array initializer"
msgstr ""
#: mcs/mcs/expression.cs:8070
#: mcs/mcs/expression.cs:8073
msgid "Cannot create an array with a negative size"
msgstr ""
#: mcs/mcs/expression.cs:8162
#: mcs/mcs/expression.cs:8165
msgid ""
"Can only use array initializer expressions to assign to array types. Try "
"using a new expression instead"
msgstr ""
#: mcs/mcs/expression.cs:8586
#: mcs/mcs/expression.cs:8589
msgid ""
"The type of an implicitly typed array cannot be inferred from the "
"initializer. Try specifying array type explicitly"
msgstr ""
#: mcs/mcs/expression.cs:8741
#: mcs/mcs/expression.cs:8744
msgid ""
"The `this' object cannot be used before all of its fields are assigned to"
msgstr ""
#: mcs/mcs/expression.cs:8747
#: mcs/mcs/expression.cs:8750
msgid ""
"Keyword `this' is not valid in a static property, static method, or static "
"field initializer"
msgstr ""
#: mcs/mcs/expression.cs:8750
#: mcs/mcs/expression.cs:8753
msgid ""
"Anonymous methods inside structs cannot access instance members of `this'. "
"Consider copying `this' to a local variable outside the anonymous method and "
"using the local instead"
msgstr ""
#: mcs/mcs/expression.cs:8753
#: mcs/mcs/expression.cs:8756
msgid "Keyword `this' is not available in the current context"
msgstr ""
#: mcs/mcs/expression.cs:8829
#: mcs/mcs/expression.cs:8832
msgid "Cannot take the address of `this' because it is read-only"
msgstr ""
#: mcs/mcs/expression.cs:8831
#: mcs/mcs/expression.cs:8834
msgid "Cannot pass `this' as a ref or out argument because it is read-only"
msgstr ""
#: mcs/mcs/expression.cs:8833
#: mcs/mcs/expression.cs:8836
msgid "Cannot assign to `this' because it is read-only"
msgstr ""
#: mcs/mcs/expression.cs:8901
#: mcs/mcs/expression.cs:8904
msgid "The __arglist construct is valid only within a variable argument method"
msgstr ""
#: mcs/mcs/expression.cs:8962
#: mcs/mcs/expression.cs:8965
msgid "An expression tree cannot contain a method with variable arguments"
msgstr ""
#: mcs/mcs/expression.cs:9236
#: mcs/mcs/expression.cs:9239
msgid "The typeof operator cannot be used on the dynamic type"
msgstr ""
#: mcs/mcs/expression.cs:9277
#: mcs/mcs/expression.cs:9280
#, csharp-format
msgid "`{0}': an attribute argument cannot use type parameters"
msgstr ""
#: mcs/mcs/expression.cs:9492
#: mcs/mcs/expression.cs:9495
#, csharp-format
msgid ""
"`{0}' does not have a predefined size, therefore sizeof can only be used in "
@@ -2139,154 +2139,154 @@ msgid ""
"SizeOf)"
msgstr ""
#: mcs/mcs/expression.cs:9557
#: mcs/mcs/expression.cs:9560
#, csharp-format
msgid "Alias `{0}' not found"
msgstr ""
#: mcs/mcs/expression.cs:9598
#: mcs/mcs/expression.cs:9601
msgid ""
"The namespace alias qualifier `::' cannot be used to invoke a method. "
"Consider using `.' instead"
msgstr ""
#: mcs/mcs/expression.cs:9688
#: mcs/mcs/expression.cs:9691
msgid "Cannot perform member binding on `null' value"
msgstr ""
#: mcs/mcs/expression.cs:9850
#: mcs/mcs/expression.cs:9853
#, csharp-format
msgid ""
"`{0}': cannot reference a type through an expression. Consider using `{1}' "
"instead"
msgstr ""
#: mcs/mcs/expression.cs:9929
#: mcs/mcs/expression.cs:9932
#, csharp-format
msgid "A nested type cannot be specified through a type parameter `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:9937
#: mcs/mcs/expression.cs:9940
#, csharp-format
msgid ""
"Alias `{0}' cannot be used with `::' since it denotes a type. Consider "
"replacing `::' with `.'"
msgstr ""
#: mcs/mcs/expression.cs:10006
#: mcs/mcs/expression.cs:10009
#, csharp-format
msgid "The nested type `{0}' does not exist in the type `{1}'"
msgstr ""
#: mcs/mcs/expression.cs:10030
#: mcs/mcs/expression.cs:10033
#, csharp-format
msgid ""
"Type `{0}' does not contain a definition for `{1}' and no extension method "
"`{1}' of type `{0}' could be found. Are you missing {2}?"
msgstr ""
#: mcs/mcs/expression.cs:10322
#: mcs/mcs/expression.cs:10325
#, csharp-format
msgid "Cannot apply indexing with [] to an expression of type `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:10459
#: mcs/mcs/expression.cs:10462
#, csharp-format
msgid "Wrong number of indexes `{0}' inside [], expected `{1}'"
msgstr ""
#: mcs/mcs/expression.cs:10899
#: mcs/mcs/expression.cs:10904
msgid ""
"The indexer base access cannot be dynamically dispatched. Consider casting "
"the dynamic arguments or eliminating the base access"
msgstr ""
#: mcs/mcs/expression.cs:10989
#: mcs/mcs/expression.cs:10994
msgid "An expression tree may not contain a base access"
msgstr ""
#: mcs/mcs/expression.cs:11007
#: mcs/mcs/expression.cs:11012
msgid "Keyword `base' is not available in a static method"
msgstr ""
#: mcs/mcs/expression.cs:11009
#: mcs/mcs/expression.cs:11014
msgid "Keyword `base' is not available in the current context"
msgstr ""
#: mcs/mcs/expression.cs:11047
#: mcs/mcs/expression.cs:11052
msgid ""
"A property, indexer or dynamic member access may not be passed as `ref' or "
"`out' parameter"
msgstr ""
#: mcs/mcs/expression.cs:11392
#: mcs/mcs/expression.cs:11397
#, csharp-format
msgid "Array elements cannot be of type `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:11395
#: mcs/mcs/expression.cs:11400
#, csharp-format
msgid "Array elements cannot be of static type `{0}'"
msgstr ""
#: mcs/mcs/expression.cs:11571
#: mcs/mcs/expression.cs:11576
msgid "Cannot use a negative size with stackalloc"
msgstr ""
#: mcs/mcs/expression.cs:11575
#: mcs/mcs/expression.cs:11580
msgid "Cannot use stackalloc in finally or catch"
msgstr ""
#: mcs/mcs/expression.cs:11735
#: mcs/mcs/expression.cs:11740
#, csharp-format
msgid ""
"Member `{0}' cannot be initialized. An object initializer may only be used "
"for fields, or properties"
msgstr ""
#: mcs/mcs/expression.cs:11743
#: mcs/mcs/expression.cs:11748
#, csharp-format
msgid ""
"Static field or property `{0}' cannot be assigned in an object initializer"
msgstr ""
#: mcs/mcs/expression.cs:11847
#: mcs/mcs/expression.cs:11852
msgid "Expression tree cannot contain a dictionary initializer"
msgstr ""
#: mcs/mcs/expression.cs:11972
#: mcs/mcs/expression.cs:11977
#, csharp-format
msgid ""
"A field or property `{0}' cannot be initialized with a collection object "
"initializer because type `{1}' does not implement `{2}' interface"
msgstr ""
#: mcs/mcs/expression.cs:11983
#: mcs/mcs/expression.cs:11988
#, csharp-format
msgid "Inconsistent `{0}' member declaration"
msgstr ""
#: mcs/mcs/expression.cs:11991
#: mcs/mcs/expression.cs:11996
#, csharp-format
msgid ""
"An object initializer includes more than one member `{0}' initialization"
msgstr ""
#: mcs/mcs/expression.cs:12009
#: mcs/mcs/expression.cs:12014
#, csharp-format
msgid "Cannot initialize object of type `{0}' with a collection initializer"
msgstr ""
#: mcs/mcs/expression.cs:12154
#: mcs/mcs/expression.cs:12159
msgid ""
"Object and collection initializers cannot be used to instantiate a delegate"
msgstr ""
#: mcs/mcs/expression.cs:12362
#: mcs/mcs/expression.cs:12367
msgid "Anonymous types cannot be used in this expression"
msgstr ""
#: mcs/mcs/expression.cs:12456
#: mcs/mcs/expression.cs:12461
#, csharp-format
msgid "An anonymous type property `{0}' cannot be initialized with `{1}'"
msgstr ""

Binary file not shown.

View File

@@ -1 +1 @@
64d8a39b13e9397974c8baea2aa9b3cad380c1b4
87b1481e5fb0387bb972cc8ff65492ccec2a8ba3