Skip to content

Commit 492cd15

Browse files
committed
LEGO: check in for master to temporary branch.
1 parent 9be4d60 commit 492cd15

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

src/loc/lcl/ita/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,9 @@
16141614
<Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true">
16151615
<Str Cat="Text">
16161616
<Val><![CDATA[Cannot create an instance of an abstract class.]]></Val>
1617+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1618+
<Val><![CDATA[Non è possibile creare un'istanza di una classe astratta.]]></Val>
1619+
</Tgt>
16171620
</Str>
16181621
<Disp Icon="Str" />
16191622
</Item>
@@ -5274,24 +5277,36 @@
52745277
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036" ItemType="0" PsrId="306" Leaf="true">
52755278
<Str Cat="Text">
52765279
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5280+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5281+
<Val><![CDATA[Il tipo di parametro del setter pubblico '{0}' della classe esportata contiene o usa il nome '{1}' del modulo privato '{2}'.]]></Val>
5282+
</Tgt>
52775283
</Str>
52785284
<Disp Icon="Str" />
52795285
</Item>
52805286
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037" ItemType="0" PsrId="306" Leaf="true">
52815287
<Str Cat="Text">
52825288
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5289+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5290+
<Val><![CDATA[Il tipo di parametro del setter pubblico '{0}' della classe esportata contiene o usa il nome privato '{1}'.]]></Val>
5291+
</Tgt>
52835292
</Str>
52845293
<Disp Icon="Str" />
52855294
</Item>
52865295
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034" ItemType="0" PsrId="306" Leaf="true">
52875296
<Str Cat="Text">
52885297
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5298+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5299+
<Val><![CDATA[Il tipo di parametro del setter statico pubblico '{0}' della classe esportata contiene o usa il nome '{1}' del modulo privato '{2}'.]]></Val>
5300+
</Tgt>
52895301
</Str>
52905302
<Disp Icon="Str" />
52915303
</Item>
52925304
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035" ItemType="0" PsrId="306" Leaf="true">
52935305
<Str Cat="Text">
52945306
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5307+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5308+
<Val><![CDATA[Il tipo di parametro del setter statico pubblico '{0}' della classe esportata contiene o usa il nome privato '{1}'.]]></Val>
5309+
</Tgt>
52955310
</Str>
52965311
<Disp Icon="Str" />
52975312
</Item>
@@ -6003,18 +6018,27 @@
60036018
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041" ItemType="0" PsrId="306" Leaf="true">
60046019
<Str Cat="Text">
60056020
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
6021+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6022+
<Val><![CDATA[Il tipo restituito del getter pubblico '{0}' della classe esportata contiene o usa il nome '{1}' del modulo esterno {2}, ma non può essere rinominato.]]></Val>
6023+
</Tgt>
60066024
</Str>
60076025
<Disp Icon="Str" />
60086026
</Item>
60096027
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042" ItemType="0" PsrId="306" Leaf="true">
60106028
<Str Cat="Text">
60116029
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
6030+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6031+
<Val><![CDATA[Il tipo restituito del getter pubblico '{0}' della classe esportata contiene o usa il nome '{1}' del modulo privato '{2}'.]]></Val>
6032+
</Tgt>
60126033
</Str>
60136034
<Disp Icon="Str" />
60146035
</Item>
60156036
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043" ItemType="0" PsrId="306" Leaf="true">
60166037
<Str Cat="Text">
60176038
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6039+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6040+
<Val><![CDATA[Il tipo restituito del getter pubblico '{0}' della classe esportata contiene o usa il nome privato '{1}'.]]></Val>
6041+
</Tgt>
60186042
</Str>
60196043
<Disp Icon="Str" />
60206044
</Item>
@@ -6048,18 +6072,27 @@
60486072
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038" ItemType="0" PsrId="306" Leaf="true">
60496073
<Str Cat="Text">
60506074
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
6075+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6076+
<Val><![CDATA[Il tipo restituito del getter di proprietà pubblico '{0}' della classe esportata contiene o usa il nome '{1}' del modulo esterno '{2}', ma non può essere rinominato.]]></Val>
6077+
</Tgt>
60516078
</Str>
60526079
<Disp Icon="Str" />
60536080
</Item>
60546081
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039" ItemType="0" PsrId="306" Leaf="true">
60556082
<Str Cat="Text">
60566083
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
6084+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6085+
<Val><![CDATA[Il tipo restituito del getter di proprietà pubblico '{0}' della classe esportata contiene o usa il nome '{1}' del modulo privato '{2}'.]]></Val>
6086+
</Tgt>
60576087
</Str>
60586088
<Disp Icon="Str" />
60596089
</Item>
60606090
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040" ItemType="0" PsrId="306" Leaf="true">
60616091
<Str Cat="Text">
60626092
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6093+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6094+
<Val><![CDATA[Il tipo restituito del getter di proprietà pubblico '{0}' della classe esportata contiene o usa il nome privato '{1}'.]]></Val>
6095+
</Tgt>
60636096
</Str>
60646097
<Disp Icon="Str" />
60656098
</Item>

src/loc/lcl/ptb/diagnosticMessages/diagnosticMessages.generated.json.lcl

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,6 +1601,9 @@
16011601
<Item ItemId=";Cannot_create_an_instance_of_an_abstract_class_2511" ItemType="0" PsrId="306" Leaf="true">
16021602
<Str Cat="Text">
16031603
<Val><![CDATA[Cannot create an instance of an abstract class.]]></Val>
1604+
<Tgt Cat="Text" Stat="Loc" Orig="New">
1605+
<Val><![CDATA[Não é possível criar uma instância de uma classe abstrata.]]></Val>
1606+
</Tgt>
16041607
</Str>
16051608
<Disp Icon="Str" />
16061609
</Item>
@@ -5255,24 +5258,36 @@
52555258
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036" ItemType="0" PsrId="306" Leaf="true">
52565259
<Str Cat="Text">
52575260
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5261+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5262+
<Val><![CDATA[O tipo de parâmetro do setter público '{0}' da classe exportada tem ou está usando o nome '{1}' do módulo privado '{2}'.]]></Val>
5263+
</Tgt>
52585264
</Str>
52595265
<Disp Icon="Str" />
52605266
</Item>
52615267
<Item ItemId=";Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037" ItemType="0" PsrId="306" Leaf="true">
52625268
<Str Cat="Text">
52635269
<Val><![CDATA[Parameter type of public setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5270+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5271+
<Val><![CDATA[O tipo de parâmetro do setter público '{0}' da classe exportada tem ou está usando o nome privado '{1}'.]]></Val>
5272+
</Tgt>
52645273
</Str>
52655274
<Disp Icon="Str" />
52665275
</Item>
52675276
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034" ItemType="0" PsrId="306" Leaf="true">
52685277
<Str Cat="Text">
52695278
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
5279+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5280+
<Val><![CDATA[O tipo de parâmetro do setter estático público '{0}' da classe exportada tem ou está usando o nome '{1}' do módulo privado '{2}'.]]></Val>
5281+
</Tgt>
52705282
</Str>
52715283
<Disp Icon="Str" />
52725284
</Item>
52735285
<Item ItemId=";Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035" ItemType="0" PsrId="306" Leaf="true">
52745286
<Str Cat="Text">
52755287
<Val><![CDATA[Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'.]]></Val>
5288+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5289+
<Val><![CDATA[O tipo de parâmetro do setter estático público '{0}' da classe exportada tem ou está usando o nome privado '{1}'.]]></Val>
5290+
</Tgt>
52765291
</Str>
52775292
<Disp Icon="Str" />
52785293
</Item>
@@ -5978,18 +5993,27 @@
59785993
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041" ItemType="0" PsrId="306" Leaf="true">
59795994
<Str Cat="Text">
59805995
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
5996+
<Tgt Cat="Text" Stat="Loc" Orig="New">
5997+
<Val><![CDATA[O tipo de retorno do getter público '{0}' da classe exportada tem ou está usando o nome '{1}' do módulo externo {2}, mas não pode ser nomeado.]]></Val>
5998+
</Tgt>
59815999
</Str>
59826000
<Disp Icon="Str" />
59836001
</Item>
59846002
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042" ItemType="0" PsrId="306" Leaf="true">
59856003
<Str Cat="Text">
59866004
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
6005+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6006+
<Val><![CDATA[O tipo de retorno do getter público '{0}' da classe exportada tem ou está usando o nome '{1}' do módulo privado '{2}'.]]></Val>
6007+
</Tgt>
59876008
</Str>
59886009
<Disp Icon="Str" />
59896010
</Item>
59906011
<Item ItemId=";Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043" ItemType="0" PsrId="306" Leaf="true">
59916012
<Str Cat="Text">
59926013
<Val><![CDATA[Return type of public getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6014+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6015+
<Val><![CDATA[O tipo de retorno do getter público '{0}' da classe exportada tem ou está usando o nome privado '{1}'.]]></Val>
6016+
</Tgt>
59936017
</Str>
59946018
<Disp Icon="Str" />
59956019
</Item>
@@ -6023,18 +6047,27 @@
60236047
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038" ItemType="0" PsrId="306" Leaf="true">
60246048
<Str Cat="Text">
60256049
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named.]]></Val>
6050+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6051+
<Val><![CDATA[O tipo de retorno do getter estático público '{0}' da classe exportada tem ou está usando o nome '{1}' do módulo externo '{2}', mas não pode ser nomeado.]]></Val>
6052+
</Tgt>
60266053
</Str>
60276054
<Disp Icon="Str" />
60286055
</Item>
60296056
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039" ItemType="0" PsrId="306" Leaf="true">
60306057
<Str Cat="Text">
60316058
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'.]]></Val>
6059+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6060+
<Val><![CDATA[O tipo de retorno do getter estático público '{0}' da classe exportada tem ou está usando o nome '{1}' do módulo privado '{2}'.]]></Val>
6061+
</Tgt>
60326062
</Str>
60336063
<Disp Icon="Str" />
60346064
</Item>
60356065
<Item ItemId=";Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040" ItemType="0" PsrId="306" Leaf="true">
60366066
<Str Cat="Text">
60376067
<Val><![CDATA[Return type of public static getter '{0}' from exported class has or is using private name '{1}'.]]></Val>
6068+
<Tgt Cat="Text" Stat="Loc" Orig="New">
6069+
<Val><![CDATA[O tipo de retorno do getter estático público '{0}' da classe exportada tem ou está usando o nome privado '{1}'.]]></Val>
6070+
</Tgt>
60386071
</Str>
60396072
<Disp Icon="Str" />
60406073
</Item>

0 commit comments

Comments
 (0)