Skip to content

Commit 5bcf73a

Browse files
Localized file check-in by OneLocBuild Task: Build definition ID 14411: Build ID 13334765
1 parent 53dd657 commit 5bcf73a

File tree

13 files changed

+1092
-0
lines changed

13 files changed

+1092
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<root>
3+
<resheader name="resmimetype">
4+
<value>text/microsoft-resx</value>
5+
</resheader>
6+
<resheader name="version">
7+
<value>2.0</value>
8+
</resheader>
9+
<resheader name="reader">
10+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
11+
</resheader>
12+
<resheader name="writer">
13+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
14+
</resheader>
15+
<data name="ErrorMessageNotFound" xml:space="preserve">
16+
<value>The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/dotnet/macios/issues/new</value>
17+
<comment>
18+
This is the default message when an error code can not be found.
19+
</comment>
20+
</data>
21+
<data name="SHARPIE0000" xml:space="preserve">
22+
<value>An unexpected error occurred: {0}. Please fill a bug report at https://github.com/dotnet/macios/issues.</value>
23+
</data>
24+
<data name="SHARPIE0001" xml:space="preserve">
25+
<value>Unsupported construct: {0}. Generated bindings may be incomplete. Please file an issue at https://github.com/dotnet/macios/issues.</value>
26+
</data>
27+
<data name="SHARPIE0002" xml:space="preserve">
28+
<value>The output directory must be specified.</value>
29+
</data>
30+
<data name="SHARPIE0003" xml:space="preserve">
31+
<value>Failed to parse translation unit (error: {0}).</value>
32+
</data>
33+
<data name="SHARPIE0004" xml:space="preserve">
34+
<value>Failed to create translation unit for unknown reasons. Please file an issue at https://github.com/dotnet/macios/issues.</value>
35+
</data>
36+
<data name="SHARPIE0005" xml:space="preserve">
37+
<value>Compilation failed with error: {0}</value>
38+
</data>
39+
<data name="SHARPIE0006" xml:space="preserve">
40+
<value>Failed to compute platform assembly location for the platform {0}: {1}</value>
41+
</data>
42+
<data name="SHARPIE0007" xml:space="preserve">
43+
<value>Computed platform assembly path does not exist for the platform {0}: {1}</value>
44+
</data>
45+
<data name="SHARPIE0008" xml:space="preserve">
46+
<value>Failed to compute the toolchain path for the platform '{0}': {1}</value>
47+
</data>
48+
<data name="SHARPIE0009" xml:space="preserve">
49+
<value>Failed to the SDK path ('xcrun --show-sdk-path' failed): {0}</value>
50+
</data>
51+
<data name="SHARPIE0010" xml:space="preserve">
52+
<value>The path to clang's resource directory is required.</value>
53+
</data>
54+
<data name="SHARPIE0011" xml:space="preserve">
55+
<value>The specified clang resource directory does not exist: {0}</value>
56+
</data>
57+
<data name="SHARPIE0012" xml:space="preserve">
58+
<value>Could not find the clang resource directory, because it doesn't look like we're executing from inside a NuGet.</value>
59+
</data>
60+
<data name="SHARPIE0013" xml:space="preserve">
61+
<value>Could not find the clang resource directory, because the directory {0} doesn't exist.</value>
62+
</data>
63+
<data name="SHARPIE0014" xml:space="preserve">
64+
<value>The framework '{0}' was specified in the excluded frameworks list but was not found in the SDK.</value>
65+
</data>
66+
<data name="SHARPIE0015" xml:space="preserve">
67+
<value>Unknown argument: {0}</value>
68+
</data>
69+
<data name="SHARPIE0016" xml:space="preserve">
70+
<value>Cannot specify both a source framework and a source file.</value>
71+
</data>
72+
<data name="SHARPIE0017" xml:space="preserve">
73+
<value>The framework '{0}' doesn't exist.</value>
74+
</data>
75+
<data name="SHARPIE0018" xml:space="preserve">
76+
<value>The framework '{0}' does not have an umbrella header or module map.</value>
77+
</data>
78+
<data name="SHARPIE0099" xml:space="preserve">
79+
<value>Internal error: {0}. Please file an issue at https://github.com/dotnet/macios/issues.</value>
80+
</data>
81+
<data name="SHARPIE1000" xml:space="preserve">
82+
<value>A warning occurred during compilation: {0}</value>
83+
</data>
84+
</root>
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<root>
3+
<resheader name="resmimetype">
4+
<value>text/microsoft-resx</value>
5+
</resheader>
6+
<resheader name="version">
7+
<value>2.0</value>
8+
</resheader>
9+
<resheader name="reader">
10+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
11+
</resheader>
12+
<resheader name="writer">
13+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
14+
</resheader>
15+
<data name="ErrorMessageNotFound" xml:space="preserve">
16+
<value>The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/dotnet/macios/issues/new</value>
17+
<comment>
18+
This is the default message when an error code can not be found.
19+
</comment>
20+
</data>
21+
<data name="SHARPIE0000" xml:space="preserve">
22+
<value>An unexpected error occurred: {0}. Please fill a bug report at https://github.com/dotnet/macios/issues.</value>
23+
</data>
24+
<data name="SHARPIE0001" xml:space="preserve">
25+
<value>Unsupported construct: {0}. Generated bindings may be incomplete. Please file an issue at https://github.com/dotnet/macios/issues.</value>
26+
</data>
27+
<data name="SHARPIE0002" xml:space="preserve">
28+
<value>The output directory must be specified.</value>
29+
</data>
30+
<data name="SHARPIE0003" xml:space="preserve">
31+
<value>Failed to parse translation unit (error: {0}).</value>
32+
</data>
33+
<data name="SHARPIE0004" xml:space="preserve">
34+
<value>Failed to create translation unit for unknown reasons. Please file an issue at https://github.com/dotnet/macios/issues.</value>
35+
</data>
36+
<data name="SHARPIE0005" xml:space="preserve">
37+
<value>Compilation failed with error: {0}</value>
38+
</data>
39+
<data name="SHARPIE0006" xml:space="preserve">
40+
<value>Failed to compute platform assembly location for the platform {0}: {1}</value>
41+
</data>
42+
<data name="SHARPIE0007" xml:space="preserve">
43+
<value>Computed platform assembly path does not exist for the platform {0}: {1}</value>
44+
</data>
45+
<data name="SHARPIE0008" xml:space="preserve">
46+
<value>Failed to compute the toolchain path for the platform '{0}': {1}</value>
47+
</data>
48+
<data name="SHARPIE0009" xml:space="preserve">
49+
<value>Failed to the SDK path ('xcrun --show-sdk-path' failed): {0}</value>
50+
</data>
51+
<data name="SHARPIE0010" xml:space="preserve">
52+
<value>The path to clang's resource directory is required.</value>
53+
</data>
54+
<data name="SHARPIE0011" xml:space="preserve">
55+
<value>The specified clang resource directory does not exist: {0}</value>
56+
</data>
57+
<data name="SHARPIE0012" xml:space="preserve">
58+
<value>Could not find the clang resource directory, because it doesn't look like we're executing from inside a NuGet.</value>
59+
</data>
60+
<data name="SHARPIE0013" xml:space="preserve">
61+
<value>Could not find the clang resource directory, because the directory {0} doesn't exist.</value>
62+
</data>
63+
<data name="SHARPIE0014" xml:space="preserve">
64+
<value>The framework '{0}' was specified in the excluded frameworks list but was not found in the SDK.</value>
65+
</data>
66+
<data name="SHARPIE0015" xml:space="preserve">
67+
<value>Unknown argument: {0}</value>
68+
</data>
69+
<data name="SHARPIE0016" xml:space="preserve">
70+
<value>Cannot specify both a source framework and a source file.</value>
71+
</data>
72+
<data name="SHARPIE0017" xml:space="preserve">
73+
<value>The framework '{0}' doesn't exist.</value>
74+
</data>
75+
<data name="SHARPIE0018" xml:space="preserve">
76+
<value>The framework '{0}' does not have an umbrella header or module map.</value>
77+
</data>
78+
<data name="SHARPIE0099" xml:space="preserve">
79+
<value>Internal error: {0}. Please file an issue at https://github.com/dotnet/macios/issues.</value>
80+
</data>
81+
<data name="SHARPIE1000" xml:space="preserve">
82+
<value>A warning occurred during compilation: {0}</value>
83+
</data>
84+
</root>
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<root>
3+
<resheader name="resmimetype">
4+
<value>text/microsoft-resx</value>
5+
</resheader>
6+
<resheader name="version">
7+
<value>2.0</value>
8+
</resheader>
9+
<resheader name="reader">
10+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
11+
</resheader>
12+
<resheader name="writer">
13+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
14+
</resheader>
15+
<data name="ErrorMessageNotFound" xml:space="preserve">
16+
<value>The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/dotnet/macios/issues/new</value>
17+
<comment>
18+
This is the default message when an error code can not be found.
19+
</comment>
20+
</data>
21+
<data name="SHARPIE0000" xml:space="preserve">
22+
<value>An unexpected error occurred: {0}. Please fill a bug report at https://github.com/dotnet/macios/issues.</value>
23+
</data>
24+
<data name="SHARPIE0001" xml:space="preserve">
25+
<value>Unsupported construct: {0}. Generated bindings may be incomplete. Please file an issue at https://github.com/dotnet/macios/issues.</value>
26+
</data>
27+
<data name="SHARPIE0002" xml:space="preserve">
28+
<value>The output directory must be specified.</value>
29+
</data>
30+
<data name="SHARPIE0003" xml:space="preserve">
31+
<value>Failed to parse translation unit (error: {0}).</value>
32+
</data>
33+
<data name="SHARPIE0004" xml:space="preserve">
34+
<value>Failed to create translation unit for unknown reasons. Please file an issue at https://github.com/dotnet/macios/issues.</value>
35+
</data>
36+
<data name="SHARPIE0005" xml:space="preserve">
37+
<value>Compilation failed with error: {0}</value>
38+
</data>
39+
<data name="SHARPIE0006" xml:space="preserve">
40+
<value>Failed to compute platform assembly location for the platform {0}: {1}</value>
41+
</data>
42+
<data name="SHARPIE0007" xml:space="preserve">
43+
<value>Computed platform assembly path does not exist for the platform {0}: {1}</value>
44+
</data>
45+
<data name="SHARPIE0008" xml:space="preserve">
46+
<value>Failed to compute the toolchain path for the platform '{0}': {1}</value>
47+
</data>
48+
<data name="SHARPIE0009" xml:space="preserve">
49+
<value>Failed to the SDK path ('xcrun --show-sdk-path' failed): {0}</value>
50+
</data>
51+
<data name="SHARPIE0010" xml:space="preserve">
52+
<value>The path to clang's resource directory is required.</value>
53+
</data>
54+
<data name="SHARPIE0011" xml:space="preserve">
55+
<value>The specified clang resource directory does not exist: {0}</value>
56+
</data>
57+
<data name="SHARPIE0012" xml:space="preserve">
58+
<value>Could not find the clang resource directory, because it doesn't look like we're executing from inside a NuGet.</value>
59+
</data>
60+
<data name="SHARPIE0013" xml:space="preserve">
61+
<value>Could not find the clang resource directory, because the directory {0} doesn't exist.</value>
62+
</data>
63+
<data name="SHARPIE0014" xml:space="preserve">
64+
<value>The framework '{0}' was specified in the excluded frameworks list but was not found in the SDK.</value>
65+
</data>
66+
<data name="SHARPIE0015" xml:space="preserve">
67+
<value>Unknown argument: {0}</value>
68+
</data>
69+
<data name="SHARPIE0016" xml:space="preserve">
70+
<value>Cannot specify both a source framework and a source file.</value>
71+
</data>
72+
<data name="SHARPIE0017" xml:space="preserve">
73+
<value>The framework '{0}' doesn't exist.</value>
74+
</data>
75+
<data name="SHARPIE0018" xml:space="preserve">
76+
<value>The framework '{0}' does not have an umbrella header or module map.</value>
77+
</data>
78+
<data name="SHARPIE0099" xml:space="preserve">
79+
<value>Internal error: {0}. Please file an issue at https://github.com/dotnet/macios/issues.</value>
80+
</data>
81+
<data name="SHARPIE1000" xml:space="preserve">
82+
<value>A warning occurred during compilation: {0}</value>
83+
</data>
84+
</root>
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<root>
3+
<resheader name="resmimetype">
4+
<value>text/microsoft-resx</value>
5+
</resheader>
6+
<resheader name="version">
7+
<value>2.0</value>
8+
</resheader>
9+
<resheader name="reader">
10+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
11+
</resheader>
12+
<resheader name="writer">
13+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
14+
</resheader>
15+
<data name="ErrorMessageNotFound" xml:space="preserve">
16+
<value>The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/dotnet/macios/issues/new</value>
17+
<comment>
18+
This is the default message when an error code can not be found.
19+
</comment>
20+
</data>
21+
<data name="SHARPIE0000" xml:space="preserve">
22+
<value>An unexpected error occurred: {0}. Please fill a bug report at https://github.com/dotnet/macios/issues.</value>
23+
</data>
24+
<data name="SHARPIE0001" xml:space="preserve">
25+
<value>Unsupported construct: {0}. Generated bindings may be incomplete. Please file an issue at https://github.com/dotnet/macios/issues.</value>
26+
</data>
27+
<data name="SHARPIE0002" xml:space="preserve">
28+
<value>The output directory must be specified.</value>
29+
</data>
30+
<data name="SHARPIE0003" xml:space="preserve">
31+
<value>Failed to parse translation unit (error: {0}).</value>
32+
</data>
33+
<data name="SHARPIE0004" xml:space="preserve">
34+
<value>Failed to create translation unit for unknown reasons. Please file an issue at https://github.com/dotnet/macios/issues.</value>
35+
</data>
36+
<data name="SHARPIE0005" xml:space="preserve">
37+
<value>Compilation failed with error: {0}</value>
38+
</data>
39+
<data name="SHARPIE0006" xml:space="preserve">
40+
<value>Failed to compute platform assembly location for the platform {0}: {1}</value>
41+
</data>
42+
<data name="SHARPIE0007" xml:space="preserve">
43+
<value>Computed platform assembly path does not exist for the platform {0}: {1}</value>
44+
</data>
45+
<data name="SHARPIE0008" xml:space="preserve">
46+
<value>Failed to compute the toolchain path for the platform '{0}': {1}</value>
47+
</data>
48+
<data name="SHARPIE0009" xml:space="preserve">
49+
<value>Failed to the SDK path ('xcrun --show-sdk-path' failed): {0}</value>
50+
</data>
51+
<data name="SHARPIE0010" xml:space="preserve">
52+
<value>The path to clang's resource directory is required.</value>
53+
</data>
54+
<data name="SHARPIE0011" xml:space="preserve">
55+
<value>The specified clang resource directory does not exist: {0}</value>
56+
</data>
57+
<data name="SHARPIE0012" xml:space="preserve">
58+
<value>Could not find the clang resource directory, because it doesn't look like we're executing from inside a NuGet.</value>
59+
</data>
60+
<data name="SHARPIE0013" xml:space="preserve">
61+
<value>Could not find the clang resource directory, because the directory {0} doesn't exist.</value>
62+
</data>
63+
<data name="SHARPIE0014" xml:space="preserve">
64+
<value>The framework '{0}' was specified in the excluded frameworks list but was not found in the SDK.</value>
65+
</data>
66+
<data name="SHARPIE0015" xml:space="preserve">
67+
<value>Unknown argument: {0}</value>
68+
</data>
69+
<data name="SHARPIE0016" xml:space="preserve">
70+
<value>Cannot specify both a source framework and a source file.</value>
71+
</data>
72+
<data name="SHARPIE0017" xml:space="preserve">
73+
<value>The framework '{0}' doesn't exist.</value>
74+
</data>
75+
<data name="SHARPIE0018" xml:space="preserve">
76+
<value>The framework '{0}' does not have an umbrella header or module map.</value>
77+
</data>
78+
<data name="SHARPIE0099" xml:space="preserve">
79+
<value>Internal error: {0}. Please file an issue at https://github.com/dotnet/macios/issues.</value>
80+
</data>
81+
<data name="SHARPIE1000" xml:space="preserve">
82+
<value>A warning occurred during compilation: {0}</value>
83+
</data>
84+
</root>

0 commit comments

Comments
 (0)