Skip to content

Commit c4c65be

Browse files
committed
Merge branch 'main' into dev/grendel/blobs-in-lib
* main: [tests] enable FixJavaAbstractMethod tests (#8582) LEGO: Merge pull request 8587
2 parents 2577394 + d51ffca commit c4c65be

File tree

15 files changed

+323
-394
lines changed

15 files changed

+323
-394
lines changed

Localize/loc/it/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -617,10 +617,13 @@
617617
</Item>
618618
<Item ItemId=";XA1024" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
619619
<Str Cat="Text">
620-
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
620+
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in .NET Android projects that target .NET 6 or higher.]]></Val>
621621
<Tgt Cat="Text" Stat="Loc" Orig="New">
622-
<Val><![CDATA[Il file di configurazione '{0}' verrà ignorato. I file di configurazione .NET non sono supportati in progetti Xamarin.Android destinati a .NET 6 o versione successiva.]]></Val>
622+
<Val><![CDATA[Il file di configurazione '{0}' verrà ignorato. I file di configurazione .NET non sono supportati in progetti .NET Android destinati a .NET 6 o versione successiva.]]></Val>
623623
</Tgt>
624+
<Prev Cat="Text">
625+
<Val><![CDATA[Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.]]></Val>
626+
</Prev>
624627
</Str>
625628
<Disp Icon="Str" />
626629
</Item>
@@ -644,10 +647,13 @@
644647
</Item>
645648
<Item ItemId=";XA1026_dotnet" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
646649
<Str Cat="Text">
647-
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
650+
<Val><![CDATA[Using AAPT is not supported in .NET Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
648651
<Tgt Cat="Text" Stat="Loc" Orig="New">
649-
<Val><![CDATA[L'uso di AAPT non è supportato in progetti Xamarin.Android destinati a .NET 6 o versione successiva. Abilitare 'Usa sistema di creazione pacchetti Android incrementale (AAPT2)' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidUseAapt2' di MSBuild su 'true'.]]></Val>
652+
<Val><![CDATA[L'uso di AAPT non è supportato in progetti .NET Android destinati a .NET 6 o versione successiva. Abilitare 'Usa sistema di creazione pacchetti Android incrementale (AAPT2)' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidUseAapt2' di MSBuild su 'true'.]]></Val>
650653
</Tgt>
654+
<Prev Cat="Text">
655+
<Val><![CDATA[Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.]]></Val>
656+
</Prev>
651657
</Str>
652658
<Disp Icon="Str" />
653659
</Item>
@@ -761,10 +767,13 @@
761767
</Item>
762768
<Item ItemId=";XA2000" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
763769
<Str Cat="Text">
764-
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
770+
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in .NET Android once .NET 6 is released.]]></Val>
765771
<Tgt Cat="Text" Stat="Loc" Orig="New">
766-
<Val><![CDATA[È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 6 e versioni successive supporteranno solo un singolo AppDomain, quindi questa API non sarà più disponibile in Xamarin.Android dopo il rilascio di .NET 6.]]></Val>
772+
<Val><![CDATA[È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 6 e versioni successive supporteranno solo un singolo AppDomain, quindi questa API non sarà più disponibile in .NET Android dopo il rilascio di .NET 6.]]></Val>
767773
</Tgt>
774+
<Prev Cat="Text">
775+
<Val><![CDATA[Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.]]></Val>
776+
</Prev>
768777
</Str>
769778
<Disp Icon="Str" />
770779
</Item>
@@ -1112,19 +1121,25 @@
11121121
</Item>
11131122
<Item ItemId=";XA4231" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
11141123
<Str Cat="Text">
1115-
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
1124+
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'class-parse'.]]></Val>
11161125
<Tgt Cat="Text" Stat="Loc" Orig="New">
1117-
<Val><![CDATA[Il valore '{0}' del parser di classi Android è deprecato e verrà rimosso in una versione futura di Xamarin.Android. Aggiornare le proprietà del progetto in modo da usare 'class-parse'.]]></Val>
1126+
<Val><![CDATA[Il valore '{0}' del parser di classi Android è deprecato e verrà rimosso in una versione futura di .NET Android. Aggiornare le proprietà del progetto in modo da usare 'class-parse'.]]></Val>
11181127
</Tgt>
1128+
<Prev Cat="Text">
1129+
<Val><![CDATA[The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.]]></Val>
1130+
</Prev>
11191131
</Str>
11201132
<Disp Icon="Str" />
11211133
</Item>
11221134
<Item ItemId=";XA4232" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
11231135
<Str Cat="Text">
1124-
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
1136+
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of .NET Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
11251137
<Tgt Cat="Text" Stat="Loc" Orig="New">
1126-
<Val><![CDATA[La destinazione '{0}' per la generazione del codice Android è deprecato e verrà rimosso in una versione futura di Xamarin.Android. Aggiornare le proprietà del progetto in modo da usare 'XAJavaInterop1'.]]></Val>
1138+
<Val><![CDATA[La destinazione '{0}' per la generazione del codice Android è deprecato e verrà rimosso in una versione futura di .NET Android. Aggiornare le proprietà del progetto in modo da usare 'XAJavaInterop1'.]]></Val>
11271139
</Tgt>
1140+
<Prev Cat="Text">
1141+
<Val><![CDATA[The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.]]></Val>
1142+
</Prev>
11281143
</Str>
11291144
<Disp Icon="Str" />
11301145
</Item>
@@ -1337,10 +1352,13 @@
13371352
</Item>
13381353
<Item ItemId=";XA4312" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
13391354
<Str Cat="Text">
1340-
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
1355+
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of .NET Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
13411356
<Tgt Cat="Text" Stat="Loc" Orig="New">
1342-
<Val><![CDATA[Il riferimento a un progetto applicazione Android Wear '{0}' da un progetto Applicazione Android è deprecato e non sarà più supportato in una versione futura di Xamarin.Android. Rimuovere il riferimento al progetto Applicazione Android Wear dal progetto Applicazione Android e distribuire l'applicazione Wear come applicazione autonoma.]]></Val>
1357+
<Val><![CDATA[Il riferimento a un progetto applicazione Android Wear '{0}' da un progetto Applicazione Android è deprecato e non sarà più supportato in una versione futura di .NET Android. Rimuovere il riferimento al progetto Applicazione Android Wear dal progetto Applicazione Android e distribuire l'applicazione Wear come applicazione autonoma.]]></Val>
13431358
</Tgt>
1359+
<Prev Cat="Text">
1360+
<Val><![CDATA[Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.]]></Val>
1361+
</Prev>
13441362
</Str>
13451363
<Disp Icon="Str" />
13461364
</Item>
@@ -1454,28 +1472,34 @@
14541472
</Item>
14551473
<Item ItemId=";XA5207" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
14561474
<Str Cat="Text">
1457-
<Val><![CDATA[Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.)]]></Val>
1475+
<Val><![CDATA[Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed; it was expected to be in `{1}`.]D;]A;{2}]D;]A;See https://aka.ms/xa5207 for more details.]]></Val>
14581476
<Tgt Cat="Text" Stat="Loc" Orig="New">
1459-
<Val><![CDATA[Non è stato possibile trovare android.jar per il livello API {0}. Questo errore indica che la piattaforma Android SDK per il livello API {0} non è installata. Installarla in Gestione Android SDK ({2}) oppure modificare il progetto Xamarin.Android in modo che la destinazione sia una versione API installata ({1} mancante).]]></Val>
1477+
<Val><![CDATA[Non è stato possibile trovare android.jar per il livello API {0}. Ciò significa che la piattaforma Android SDK per {0} a livello di API non è installata; si prevedeva che fosse in '{1}'.]D;]A;{2}]D;]A;Per altri dettagli, vedi https://aka.ms/xa5207.]]></Val>
14601478
</Tgt>
1479+
<Prev Cat="Text">
1480+
<Val><![CDATA[Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.)]]></Val>
1481+
</Prev>
14611482
</Str>
14621483
<Disp Icon="Str" />
14631484
</Item>
1464-
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
1485+
<Item ItemId=";XA5207_SDK_Manager_CLI" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
14651486
<Str Cat="Text">
1466-
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
1487+
<Val><![CDATA[You can install the missing API level by running `dotnet build -t:InstallAndroidDependencies -f {0} "-p:AndroidSdkDirectory={1}"`, or change the project to target an API version that is installed.]]></Val>
14671488
<Tgt Cat="Text" Stat="Loc" Orig="New">
1468-
<Val><![CDATA[Strumenti > Android > Gestione Android SDK...]]></Val>
1489+
<Val><![CDATA[Puoi installare il livello API mancante eseguendo 'dotnet build -t:InstallAndroidDependencies -f {0} "-p:AndroidSdkDirectory={1}"' o modifica il progetto in modo che sia destinato a una versione API installata.]]></Val>
14691490
</Tgt>
14701491
</Str>
14711492
<Disp Icon="Str" />
14721493
</Item>
1473-
<Item ItemId=";XA5207_SDK_Manager_macOS" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
1494+
<Item ItemId=";XA5207_SDK_Manager_Windows" ItemType="0;.resx" PsrId="211" InstFlg="true" Leaf="true">
14741495
<Str Cat="Text">
1475-
<Val><![CDATA[Tools > Open Android SDK Manager...]]></Val>
1496+
<Val><![CDATA[Either install it in the Android SDK Manager (Tools > Android > Android SDK Manager...), or change the .NET Android project to target an API version that is installed.]]></Val>
14761497
<Tgt Cat="Text" Stat="Loc" Orig="New">
1477-
<Val><![CDATA[Strumenti > Apri Gestione Android SDK...]]></Val>
1498+
<Val><![CDATA[Installalo in Gestione Android SDK (Strumenti > Android > Gestione Android SDK...) oppure modifica il progetto Android .NET in modo che sia destinato a una versione API installata.]]></Val>
14781499
</Tgt>
1500+
<Prev Cat="Text">
1501+
<Val><![CDATA[Tools > Android > Android SDK Manager...]]></Val>
1502+
</Prev>
14791503
</Str>
14801504
<Disp Icon="Str" />
14811505
</Item>

0 commit comments

Comments
 (0)