82 lines
No EOL
4.1 KiB
XML
82 lines
No EOL
4.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
|
|
<file datatype="xml" source-language="en" target-language="it" original="../LocalizableStrings.resx">
|
|
<body>
|
|
<trans-unit id="AppFullName">
|
|
<source>.NET modify solution file command</source>
|
|
<target state="translated">Comando Modifica file di soluzione .NET</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppDescription">
|
|
<source>Command to add, remove, and list projects from the solution (SLN) file.</source>
|
|
<target state="translated">Comando per aggiungere, rimuovere ed elencare i progetti dal file di soluzione (SLN).</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AppHelpText">
|
|
<source>Projects to add or to remove from the solution.</source>
|
|
<target state="translated">Progetti da aggiungere o rimuovere dalla soluzione.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AddAppFullName">
|
|
<source>Add one or more projects to a solution file.</source>
|
|
<target state="translated">Consente di aggiungere uno o più progetti a un file di soluzione.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="RemoveAppFullName">
|
|
<source>Remove one or more projects from a solution file.</source>
|
|
<target state="translated">Consente di rimuovere uno o più progetti da un file di soluzione.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="RemoveSubcommandHelpText">
|
|
<source>Remove the specified project(s) from the solution. The project is not impacted.</source>
|
|
<target state="translated">Consente di rimuovere il progetto o i progetti specificati dalla soluzione. Il progetto non è interessato.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ListAppFullName">
|
|
<source>List all projects in a solution file.</source>
|
|
<target state="translated">Elenca tutti i progetti presenti in un file di soluzione.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ListSubcommandHelpText">
|
|
<source>List all projects in the solution.</source>
|
|
<target state="translated">Elenca tutti i progetti presenti nella soluzione.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="SolutionArgumentName">
|
|
<source>SLN_FILE</source>
|
|
<target state="translated">FILE_SOLUZIONE</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="SolutionArgumentDescription">
|
|
<source>The solution file to operate on. If not specified, the command will search the current directory for one.</source>
|
|
<target state="translated">File di soluzione su cui intervenire. Se non si specifica un file, il comando ne cercherà uno nella directory corrente.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AddProjectPathArgumentName">
|
|
<source>PROJECT_PATH</source>
|
|
<target state="translated">PERCORSO_PROGETTO</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="AddProjectPathArgumentDescription">
|
|
<source>The paths to the projects to add to the solution.</source>
|
|
<target state="translated">Percorsi dei progetti da aggiungere alla soluzione.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="RemoveProjectPathArgumentName">
|
|
<source>PROJECT_PATH</source>
|
|
<target state="translated">PERCORSO_PROGETTO</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="RemoveProjectPathArgumentDescription">
|
|
<source>The paths to the projects to remove from the solution.</source>
|
|
<target state="needs-review-translation">Percorsi dei progetti da rimuovere dalla soluzione.</target>
|
|
<note />
|
|
</trans-unit>
|
|
<trans-unit id="ProjectsHeader">
|
|
<source>Project(s)</source>
|
|
<target state="translated">Progetto/i</target>
|
|
<note />
|
|
</trans-unit>
|
|
</body>
|
|
</file>
|
|
</xliff> |