Merge branch 'rel/1.0.0' into localization

This commit is contained in:
Livar 2017-01-06 12:30:58 -08:00 committed by GitHub
commit f0d6b20dd7
101 changed files with 2299 additions and 323 deletions

View file

@ -353,11 +353,6 @@
<target state="translated">No se encuentra la solución o el directorio `{0}`.</target>
<note />
</trans-unit>
<trans-unit id="InvalidSolution">
<source>Invalid solution `{0}`.</source>
<target state="translated">La solución `{0}` no es válida.</target>
<note />
</trans-unit>
<trans-unit id="SolutionDoesNotExist">
<source>Specified solution file {0} does not exist, or there is no solution file in the directory.</source>
<target state="translated">El archivo de solución {0} especificado no existe, o bien no hay ningún archivo de solución en el directorio.</target>
@ -615,6 +610,36 @@
{1}</target>
<note />
</trans-unit>
<trans-unit id="UnsupportedProjectType">
<source>Unsupported project type. Please check with your sdk provider.</source>
<target state="new">Unsupported project type. Please check with your sdk provider.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidSolutionFormatString">
<source>Invalid solution `{0}`. {1}</source>
<target state="new">Invalid solution `{0}`. {1}</target>
<note></note>
</trans-unit>
<trans-unit id="ArgumentsProjectDescription">
<source>The project file to operate on. If a file is not specified, the command will search the current directory for one.</source>
<target state="new">The project file to operate on. If a file is not specified, the command will search the current directory for one.</target>
<note></note>
</trans-unit>
<trans-unit id="ArgumentsSolutionDescription">
<source>Solution file to operate on. If not specified, the command will search the current directory for one.</source>
<target state="new">Solution file to operate on. If not specified, the command will search the current directory for one.</target>
<note></note>
</trans-unit>
<trans-unit id="CmdSlnFile">
<source>&lt;SLN_FILE&gt;</source>
<target state="new">&lt;SLN_FILE&gt;</target>
<note></note>
</trans-unit>
<trans-unit id="CmdProjectFile">
<source>&lt;PROJECT&gt;</source>
<target state="new">&lt;PROJECT&gt;</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>