Skip to content

Commit 444d34b

Browse files
authored
Merge pull request #18935 from pshipton/nls0209
Add latest NLS translations
2 parents bd4e0a3 + d6a2f23 commit 444d34b

37 files changed

+884
-2
lines changed

runtime/nls/j9gc/j9modron.nls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Ref
990990

991991
# END NON-TRANSLATABLE
992992

993-
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads will be ignored. The specified value %zu must not be larger than user specified value of the total GC threads %zu set by -Xgcthreads, -Xgcmaxthreads or -Xgc:threads.
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads will be ignored. The specified value %1$zu must not be larger than user specified value of the total GC threads %2$zu set by -Xgcthreads, -Xgcmaxthreads or -Xgc:threads.
994994
# START NON-TRANSLATABLE
995995
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996996
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
@@ -1000,7 +1000,7 @@ J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sam
10001000

10011001
# END NON-TRANSLATABLE
10021002

1003-
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads will be ignored. The specified value %zu must not be larger than calculated value of the total GC threads %zu.
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads will be ignored. The specified value %1$zu must not be larger than calculated value of the total GC threads %2$zu.
10041004
# START NON-TRANSLATABLE
10051005
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
10061006
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.

runtime/nls/j9gc/j9modron_ca.nls

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,3 +989,22 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.system_action=The
989989
J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Refer to the OpenJ9 documentation for -Xgc:hierarchicalScanOrdering.
990990

991991
# END NON-TRANSLATABLE
992+
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads s'ignorar\u00e0. El valor especificat %1$zu no ha de ser m\u00e9s gran que el valor especificat per l'usuari del total de fils GC %2$zu establert per -Xgcthreads, -Xgcmaxthreads o -Xgc:threads.
994+
# START NON-TRANSLATABLE
995+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
997+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -Xgcthreads/-XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
998+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_1=6
999+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_2=4
1000+
1001+
# END NON-TRANSLATABLE
1002+
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads s'ignorar\u00e0. El valor especificat %1$zu no ha de ser m\u00e9s gran que el valor calculat del total de fils GC %2$zu.
1004+
# START NON-TRANSLATABLE
1005+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
1006+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
1007+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
1008+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_1=6
1009+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_2=4
1010+
# END NON-TRANSLATABLE

runtime/nls/j9gc/j9modron_cs.nls

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,3 +989,22 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.system_action=The
989989
J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Refer to the OpenJ9 documentation for -Xgc:hierarchicalScanOrdering.
990990

991991
# END NON-TRANSLATABLE
992+
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads bude ignorov\u00e1n. Zadan\u00e1 hodnota %1$zu nesm\u00ed b\u00fdt v\u011bt\u0161\u00ed ne\u017e u\u017eivatelem zadan\u00e1 hodnota celkov\u00e9ho po\u010dtu podproces\u016f GC %2$zu nastaven\u00e1 volbou -Xgcthreads, -Xgcmaxthreads nebo -Xgc:threads.
994+
# START NON-TRANSLATABLE
995+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
997+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -Xgcthreads/-XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
998+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_1=6
999+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_2=4
1000+
1001+
# END NON-TRANSLATABLE
1002+
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads bude ignorov\u00e1n. Zadan\u00e1 hodnota %1$zu nesm\u00ed b\u00fdt v\u011bt\u0161\u00ed ne\u017e vypo\u010dten\u00e1 hodnota celkov\u00e9ho po\u010dtu podproces\u016f GC %2$zu.
1004+
# START NON-TRANSLATABLE
1005+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
1006+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
1007+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
1008+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_1=6
1009+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_2=4
1010+
# END NON-TRANSLATABLE

runtime/nls/j9gc/j9modron_de.nls

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,3 +989,22 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.system_action=The
989989
J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Refer to the OpenJ9 documentation for -Xgc:hierarchicalScanOrdering.
990990

991991
# END NON-TRANSLATABLE
992+
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads wird ignoriert. Der angegebene Wert %1$zu darf nicht gr\u00f6\u00dfer als der benutzerdefinierte Wert der Gesamtzahl der GC-Threads %2$zu sein, die durch -Xgcthreads, -Xgcmaxthreads oder -Xgc:threads festgelegt werden.
994+
# START NON-TRANSLATABLE
995+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
997+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -Xgcthreads/-XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
998+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_1=6
999+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_2=4
1000+
1001+
# END NON-TRANSLATABLE
1002+
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads wird ignoriert. Der angegebene Wert %1$zu darf nicht gr\u00f6\u00dfer als der berechnete Wert der Gesamtzahl der GC-Threads %2$zusein.
1004+
# START NON-TRANSLATABLE
1005+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
1006+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
1007+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
1008+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_1=6
1009+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_2=4
1010+
# END NON-TRANSLATABLE

runtime/nls/j9gc/j9modron_es.nls

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,3 +989,22 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.system_action=The
989989
J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Refer to the OpenJ9 documentation for -Xgc:hierarchicalScanOrdering.
990990

991991
# END NON-TRANSLATABLE
992+
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads se ignorar\u00e1. El valor especificado %1$zu no debe ser mayor que el valor especificado por el usuario del total de hebras GC %2$zu establecido por -Xgcthreads, -Xgcmaxthreads o -Xgc:threads.
994+
# START NON-TRANSLATABLE
995+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
997+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -Xgcthreads/-XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
998+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_1=6
999+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_2=4
1000+
1001+
# END NON-TRANSLATABLE
1002+
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads se ignorar\u00e1. El valor especificado %1$zu no debe ser mayor que el valor calculado del total de hebras de GC %2$zu.
1004+
# START NON-TRANSLATABLE
1005+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
1006+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
1007+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
1008+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_1=6
1009+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_2=4
1010+
# END NON-TRANSLATABLE

runtime/nls/j9gc/j9modron_fr.nls

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,3 +989,22 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.system_action=The
989989
J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Refer to the OpenJ9 documentation for -Xgc:hierarchicalScanOrdering.
990990

991991
# END NON-TRANSLATABLE
992+
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads sera ignor\u00e9. La valeur sp\u00e9cifi\u00e9e %1$zu ne doit pas \u00eatre sup\u00e9rieure \u00e0 la valeur sp\u00e9cifi\u00e9e par l'utilisateur pour le nombre total d'unit\u00e9s d'ex\u00e9cution de r\u00e9cup\u00e9ration de place %2$zu d\u00e9fini par -Xgcthreads, -Xgcmaxthreads ou -Xgc:threads.
994+
# START NON-TRANSLATABLE
995+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
997+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -Xgcthreads/-XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
998+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_1=6
999+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_2=4
1000+
1001+
# END NON-TRANSLATABLE
1002+
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads sera ignor\u00e9. La valeur sp\u00e9cifi\u00e9e %1$zu ne doit pas \u00eatre sup\u00e9rieure \u00e0 la valeur calcul\u00e9e du nombre total d'unit\u00e9s d'ex\u00e9cution GC %2$zu.
1004+
# START NON-TRANSLATABLE
1005+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
1006+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
1007+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
1008+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_1=6
1009+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_2=4
1010+
# END NON-TRANSLATABLE

runtime/nls/j9gc/j9modron_hu.nls

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,3 +989,22 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.system_action=The
989989
J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Refer to the OpenJ9 documentation for -Xgc:hierarchicalScanOrdering.
990990

991991
# END NON-TRANSLATABLE
992+
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX: ACheckpointGCThreads figyelmen k\u00edv\u00fcl marad. A megadott %1$zu \u00e9rt\u00e9k nem lehet nagyobb, mint az -Xgcsz\u00e1lak, -Xgcmaxsz\u00e1lak vagy -Xgc:sz\u00e1lak \u00e1ltal be\u00e1ll\u00edtott \u00f6sszes GC sz\u00e1l %2$zu felhaszn\u00e1l\u00f3 \u00e1ltal megadott \u00e9rt\u00e9ke.
994+
# START NON-TRANSLATABLE
995+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
997+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -Xgcthreads/-XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
998+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_1=6
999+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_2=4
1000+
1001+
# END NON-TRANSLATABLE
1002+
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX: ACheckpointGCThreads figyelmen k\u00edv\u00fcl marad. A megadott %1$zu \u00e9rt\u00e9k nem lehet nagyobb, mint a teljes GC sz\u00e1l %2$zu.
1004+
# START NON-TRANSLATABLE
1005+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
1006+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
1007+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
1008+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_1=6
1009+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_2=4
1010+
# END NON-TRANSLATABLE

runtime/nls/j9gc/j9modron_it.nls

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,3 +989,22 @@ J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.system_action=The
989989
J9NLS_GC_OPTIONS_HIERARCHICAL_SCAN_ORDERING_NOT_SUPPORTED_WARN.user_response=Refer to the OpenJ9 documentation for -Xgc:hierarchicalScanOrdering.
990990

991991
# END NON-TRANSLATABLE
992+
993+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads verr\u00e0 ignorato. Il valore specificato %1$zu non deve essere maggiore del valore specificato dall'utente del numero totale di thread GC %2$zu impostato da -Xgcthreads, -Xgcmaxthreads o -Xgc:threads.
994+
# START NON-TRANSLATABLE
995+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
996+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
997+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -Xgcthreads/-XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
998+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_1=6
999+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_SPECIFIED_GCTHREAD_VALUE_WARN.sample_input_2=4
1000+
1001+
# END NON-TRANSLATABLE
1002+
1003+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN=-XX:CheckpointGCThreads verr\u00e0 ignorato. Il valore specificato %1$zu non deve essere maggiore del valore calcolato dei thread GC totali %2$zu.
1004+
# START NON-TRANSLATABLE
1005+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.explanation=-XX:CheckpointGCThreads must be smaller than or equal to the number of gc threads.
1006+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.system_action=The JVM ignores the -XX:CheckpointGCThreads option.
1007+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.user_response=Refer to the OpenJ9 documentation and adjust -XX:CheckpointGCThreads to make sure number of gc threads is larger than or equal to the number of checkpointgcthreads.
1008+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_1=6
1009+
J9NLS_CHECKPOINTGCTHREAD_VALUE_MUST_BE_AT_MOST_HEURISTIC_GCTHREAD_VALUE_WARN.sample_input_2=4
1010+
# END NON-TRANSLATABLE

0 commit comments

Comments
 (0)