You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and warnings messages. Uses the same Java.Interop.Localization assembly
as other JI tools for localizable messages.
Localize error and warning messages from `jnimarshalmethod-gen.exe`.
Uses the same `Java.Interop.Localization` assembly as other tools use
for localizable text (d664e90).
Change some of the warnings into informational output and also extend
some of the warnings with more information so that the warning message
is actionable.
<value>Cannot override Kotlin-generated method '{0}' because it is not a valid Java method name. This method can only be overridden from Kotlin.</value>
<value>Please specify at least one ASSEMBLY to process.</value>
341
+
<comment>The following terms should not be translated or have any capitalization changes: ASSEMBLY. This is a special case for this particular message. In most messages, "assembly" would be translated.</comment>
<value>Caught an exception while loading types. The types that cannot be loaded will not be processed. Make sure that any additional assembly references required for those types are provided using the -r option. Exception:{0}{1}</value>
365
+
<comment>{0} - newline, {1} - exception. The following terms should not be translated: -r</comment>
<value>Unable to find type '{0}'. The type will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</value>
369
+
<comment>{0} - type
370
+
The following terms should not be translated: -L</comment>
<value>Marshal methods type '{0}' already exists. Skipped generation of marshal methods in assembly '{1}'. Use -f to force regeneration when desired.</value>
374
+
<comment>{0} - type, {1} - assembly name. The following terms should not be translated: -f. In this message, the term "marshal methods" refers to methods that allow interaction between the managed methods and Java methods, similar to the methods of the .NET System.Runtime.InteropServices.Marshal class.</comment>
<value>Unable to find definition of method '{0}' in assembly metadata. It will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</value>
378
+
<comment>{0} - method
379
+
The following terms should not be translated: -L</comment>
<value>Unable to find the System.Console.WriteLine() method. Disabling debug injection. To enable debug injection, ensure the directory containing mscorlib is provided with the -L option.</value>
383
+
<comment>The following terms should not be translated: -L</comment>
<targetstate="new">Cannot override Kotlin-generated method '{0}' because it is not a valid Java method name. This method can only be overridden from Kotlin.</target>
264
264
<note>{0} - Kotlin method name.</note>
265
265
</trans-unit>
266
+
<trans-unitid="JniMarshalMethodGen_JM4001">
267
+
<source>Unable to preload reference '{0}'.</source>
268
+
<targetstate="new">Unable to preload reference '{0}'.</target>
269
+
<note>{0} - assembly path</note>
270
+
</trans-unit>
271
+
<trans-unitid="JniMarshalMethodGen_JM4002">
272
+
<source>Please specify at least one ASSEMBLY to process.</source>
273
+
<targetstate="new">Please specify at least one ASSEMBLY to process.</target>
274
+
<note>The following terms should not be translated or have any capitalization changes: ASSEMBLY. This is a special case for this particular message. In most messages, "assembly" would be translated.</note>
275
+
</trans-unit>
276
+
<trans-unitid="JniMarshalMethodGen_JM4003">
277
+
<source>Unable to create Java VM{0}{1}</source>
278
+
<targetstate="new">Unable to create Java VM{0}{1}</target>
279
+
<note>{0} - newline, {1} - exception</note>
280
+
</trans-unit>
281
+
<trans-unitid="JniMarshalMethodGen_JM4004">
282
+
<source>Unable to read profile file '{0}'.{1}{2}</source>
283
+
<targetstate="new">Unable to read profile file '{0}'.{1}{2}</target>
284
+
<note>{0} - path, {1} - newline, {2} - exception. In this message, the term "profile" refers to a customized list of types to process.</note>
285
+
</trans-unit>
286
+
<trans-unitid="JniMarshalMethodGen_JM4005">
287
+
<source>Path '{0}' does not exist.</source>
288
+
<targetstate="new">Path '{0}' does not exist.</target>
289
+
<note>{0} - path</note>
290
+
</trans-unit>
291
+
<trans-unitid="JniMarshalMethodGen_JM4006">
292
+
<source>Unable to process assembly '{0}'{1}{2}{1}{3}</source>
293
+
<targetstate="new">Unable to process assembly '{0}'{1}{2}{1}{3}</target>
<source>Caught an exception while loading types. The types that cannot be loaded will not be processed. Make sure that any additional assembly references required for those types are provided using the -r option. Exception:{0}{1}</source>
303
+
<targetstate="new">Caught an exception while loading types. The types that cannot be loaded will not be processed. Make sure that any additional assembly references required for those types are provided using the -r option. Exception:{0}{1}</target>
304
+
<note>{0} - newline, {1} - exception. The following terms should not be translated: -r</note>
305
+
</trans-unit>
306
+
<trans-unitid="JniMarshalMethodGen_JM8004">
307
+
<source>Unable to find type '{0}'. The type will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</source>
308
+
<targetstate="new">Unable to find type '{0}'. The type will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</target>
309
+
<note>{0} - type
310
+
The following terms should not be translated: -L</note>
311
+
</trans-unit>
312
+
<trans-unitid="JniMarshalMethodGen_JM8005">
313
+
<source>Marshal methods type '{0}' already exists. Skipped generation of marshal methods in assembly '{1}'. Use -f to force regeneration when desired.</source>
314
+
<targetstate="new">Marshal methods type '{0}' already exists. Skipped generation of marshal methods in assembly '{1}'. Use -f to force regeneration when desired.</target>
315
+
<note>{0} - type, {1} - assembly name. The following terms should not be translated: -f. In this message, the term "marshal methods" refers to methods that allow interaction between the managed methods and Java methods, similar to the methods of the .NET System.Runtime.InteropServices.Marshal class.</note>
316
+
</trans-unit>
317
+
<trans-unitid="JniMarshalMethodGen_JM8006">
318
+
<source>Unable to find definition of method '{0}' in assembly metadata. It will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</source>
319
+
<targetstate="new">Unable to find definition of method '{0}' in assembly metadata. It will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</target>
320
+
<note>{0} - method
321
+
The following terms should not be translated: -L</note>
322
+
</trans-unit>
323
+
<trans-unitid="JniMarshalMethodGen_JM8007">
324
+
<source>Unable to find the System.Console.WriteLine() method. Disabling debug injection. To enable debug injection, ensure the directory containing mscorlib is provided with the -L option.</source>
325
+
<targetstate="new">Unable to find the System.Console.WriteLine() method. Disabling debug injection. To enable debug injection, ensure the directory containing mscorlib is provided with the -L option.</target>
326
+
<note>The following terms should not be translated: -L</note>
<targetstate="new">Cannot override Kotlin-generated method '{0}' because it is not a valid Java method name. This method can only be overridden from Kotlin.</target>
264
264
<note>{0} - Kotlin method name.</note>
265
265
</trans-unit>
266
+
<trans-unitid="JniMarshalMethodGen_JM4001">
267
+
<source>Unable to preload reference '{0}'.</source>
268
+
<targetstate="new">Unable to preload reference '{0}'.</target>
269
+
<note>{0} - assembly path</note>
270
+
</trans-unit>
271
+
<trans-unitid="JniMarshalMethodGen_JM4002">
272
+
<source>Please specify at least one ASSEMBLY to process.</source>
273
+
<targetstate="new">Please specify at least one ASSEMBLY to process.</target>
274
+
<note>The following terms should not be translated or have any capitalization changes: ASSEMBLY. This is a special case for this particular message. In most messages, "assembly" would be translated.</note>
275
+
</trans-unit>
276
+
<trans-unitid="JniMarshalMethodGen_JM4003">
277
+
<source>Unable to create Java VM{0}{1}</source>
278
+
<targetstate="new">Unable to create Java VM{0}{1}</target>
279
+
<note>{0} - newline, {1} - exception</note>
280
+
</trans-unit>
281
+
<trans-unitid="JniMarshalMethodGen_JM4004">
282
+
<source>Unable to read profile file '{0}'.{1}{2}</source>
283
+
<targetstate="new">Unable to read profile file '{0}'.{1}{2}</target>
284
+
<note>{0} - path, {1} - newline, {2} - exception. In this message, the term "profile" refers to a customized list of types to process.</note>
285
+
</trans-unit>
286
+
<trans-unitid="JniMarshalMethodGen_JM4005">
287
+
<source>Path '{0}' does not exist.</source>
288
+
<targetstate="new">Path '{0}' does not exist.</target>
289
+
<note>{0} - path</note>
290
+
</trans-unit>
291
+
<trans-unitid="JniMarshalMethodGen_JM4006">
292
+
<source>Unable to process assembly '{0}'{1}{2}{1}{3}</source>
293
+
<targetstate="new">Unable to process assembly '{0}'{1}{2}{1}{3}</target>
<source>Caught an exception while loading types. The types that cannot be loaded will not be processed. Make sure that any additional assembly references required for those types are provided using the -r option. Exception:{0}{1}</source>
303
+
<targetstate="new">Caught an exception while loading types. The types that cannot be loaded will not be processed. Make sure that any additional assembly references required for those types are provided using the -r option. Exception:{0}{1}</target>
304
+
<note>{0} - newline, {1} - exception. The following terms should not be translated: -r</note>
305
+
</trans-unit>
306
+
<trans-unitid="JniMarshalMethodGen_JM8004">
307
+
<source>Unable to find type '{0}'. The type will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</source>
308
+
<targetstate="new">Unable to find type '{0}'. The type will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</target>
309
+
<note>{0} - type
310
+
The following terms should not be translated: -L</note>
311
+
</trans-unit>
312
+
<trans-unitid="JniMarshalMethodGen_JM8005">
313
+
<source>Marshal methods type '{0}' already exists. Skipped generation of marshal methods in assembly '{1}'. Use -f to force regeneration when desired.</source>
314
+
<targetstate="new">Marshal methods type '{0}' already exists. Skipped generation of marshal methods in assembly '{1}'. Use -f to force regeneration when desired.</target>
315
+
<note>{0} - type, {1} - assembly name. The following terms should not be translated: -f. In this message, the term "marshal methods" refers to methods that allow interaction between the managed methods and Java methods, similar to the methods of the .NET System.Runtime.InteropServices.Marshal class.</note>
316
+
</trans-unit>
317
+
<trans-unitid="JniMarshalMethodGen_JM8006">
318
+
<source>Unable to find definition of method '{0}' in assembly metadata. It will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</source>
319
+
<targetstate="new">Unable to find definition of method '{0}' in assembly metadata. It will not be processed. Make sure the directories for all referenced assemblies are provided with the -L option.</target>
320
+
<note>{0} - method
321
+
The following terms should not be translated: -L</note>
322
+
</trans-unit>
323
+
<trans-unitid="JniMarshalMethodGen_JM8007">
324
+
<source>Unable to find the System.Console.WriteLine() method. Disabling debug injection. To enable debug injection, ensure the directory containing mscorlib is provided with the -L option.</source>
325
+
<targetstate="new">Unable to find the System.Console.WriteLine() method. Disabling debug injection. To enable debug injection, ensure the directory containing mscorlib is provided with the -L option.</target>
326
+
<note>The following terms should not be translated: -L</note>
0 commit comments