Skip to content

Commit

Permalink
Adds es-ES
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Hermann committed Nov 16, 2015
1 parent 09b6112 commit 1c626ae
Show file tree
Hide file tree
Showing 14 changed files with 370 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="project.json" />
<PRIResource Include="Resources\es-ES\Strings.resw" />
<PRIResource Include="Resources\de-DE\Strings.resw" />
<PRIResource Include="Resources\pt-BR\Strings.resw" />
<PRIResource Include="Resources\en-us\Strings.resw" />
Expand Down Expand Up @@ -141,6 +142,7 @@
</ItemGroup>
<ItemGroup>
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.de-DE.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.es-ES.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.pt-BR.xlf" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en-US" target-language="es-ES" original="MICROSOFT.XAML.INTERACTIONS/RESOURCES/EN-US/STRINGS.RESW" tool-id="MultilingualAppToolkit" product-name="n/a" product-version="n/a" build-num="n/a">
<header>
<tool tool-id="MultilingualAppToolkit" tool-name="Multilingual App Toolkit" tool-version="4.0.1466.0" tool-company="Microsoft" />
</header>
<body>
<group id="MICROSOFT.XAML.INTERACTIONS/RESOURCES/EN-US/STRINGS.RESW" datatype="resx">
<trans-unit id="CallMethodActionValidMethodNotFoundExceptionMessage" translate="yes" xml:space="preserve">
<source>Cannot find method named {0} on object of type {1} that matches the expected signature.</source>
<target state="final">No se puede encontrar el método denominado {0} en el objeto de tipo {1} que coincida con la signatura esperada.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the name of the method that could not be found. {1} is the name of the type that was searched for the method.</note>
</trans-unit>
<trans-unit id="CannotAttachBehaviorMultipleTimesExceptionMessage" translate="yes" xml:space="preserve">
<source>An instance of a behavior cannot be attached to more than one object at a time.</source>
<target state="final">No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.</target>
</trans-unit>
<trans-unit id="CannotFindEventNameExceptionMessage" translate="yes" xml:space="preserve">
<source>Cannot find an event named {0} on type {1}.</source>
<target state="final">No se puede encontrar un evento con el nombre {0} en el tipo {1}.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the EventName property value specified by the user. {1} is the Type we are trying to find an event on.</note>
</trans-unit>
<trans-unit id="ChangePropertyActionCannotFindPropertyNameExceptionMessage" translate="yes" xml:space="preserve">
<source>Cannot find a property named {0} on type {1}.</source>
<target state="final">No se puede encontrar una propiedad con el nombre {0} en el tipo {1}.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the PropertyName property value specified by the user. {1} is the Type we are trying to find a property on.</note>
</trans-unit>
<trans-unit id="ChangePropertyActionCannotSetValueExceptionMessage" translate="yes" xml:space="preserve">
<source>Cannot assign value of type {0} to property {1} of type {2}. The {1} property can be assigned only values of type {2}.</source>
<target state="final">No se puede asignar un valor del tipo {0} a la propiedad {1} del tipo {2}. A la propiedad {1} solo se le pueden asignar valores del tipo {2}.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the type name of the illegal value, or "null" if value is null. {1} is the name of the property. {2} is the type of the property.</note>
</trans-unit>
<trans-unit id="ChangePropertyActionPropertyIsReadOnlyExceptionMessage" translate="yes" xml:space="preserve">
<source>Property {0} defined by type {1} does not expose a set method and therefore cannot be modified.</source>
<target state="final">La propiedad {0} definida por el tipo {1} no expone un método establecido y, por lo tanto, no se puede modificar.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the name of the property. {1} is the name of the type that defines the property.</note>
</trans-unit>
<trans-unit id="EventNotSupportedExceptionMessage" translate="yes" xml:space="preserve">
<source>Event {0} is not supported. Consider implementing a custom IBehavior to respond to this event.</source>
<target state="final">No se admite el evento {0}. Considere implementar un IBehavior personalizado para responder a este evento.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the name of an event.</note>
</trans-unit>
<trans-unit id="GoToStateActionTargetHasNoStateGroups" translate="yes" xml:space="preserve">
<source>Target {0} does not define any VisualStateGroups.</source>
<target state="final">El destino {0} no define ningún objeto VisualStateGroup.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is an element name and could be an empty string.</note>
</trans-unit>
<trans-unit id="InvalidLeftOperand" translate="yes" xml:space="preserve">
<source>Binding property of type {0} cannot be used with operator {1}.</source>
<target state="final">La propiedad Binding del tipo {0} no se puede usar con el operador {1}.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is one of the ComparisonConditionType enum values.</note>
</trans-unit>
<trans-unit id="InvalidOperands" translate="yes" xml:space="preserve">
<source>Binding property of type {0} and Value property of type {1} cannot be used with operator {2}.</source>
<target state="final">La propiedad Binding del tipo {0} y la propiedad Value del tipo {1} no se pueden usar con el operador {2}.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is the type of the DataTriggerBehavior.Value property specified by the user. {2} is one of the ComparisonConditionType enum values.</note>
</trans-unit>
<trans-unit id="InvalidRightOperand" translate="yes" xml:space="preserve">
<source>Value property of type {0} cannot be used with operator {1}.</source>
<target state="final">La propiedad Value del tipo {0} no se puede usar con el operador {1}.</target>
<note from="MultilingualBuild" annotates="source" priority="2">{1} is the type of the DataTriggerBehavior.Value property specified by the user. {1} is one of the ComparisonConditionType enum values.</note>
</trans-unit>
</group>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CallMethodActionValidMethodNotFoundExceptionMessage" xml:space="preserve">
<value>No se puede encontrar el método denominado {0} en el objeto de tipo {1} que coincida con la signatura esperada.</value>
<comment>{0} is the name of the method that could not be found. {1} is the name of the type that was searched for the method.</comment>
</data>
<data name="CannotAttachBehaviorMultipleTimesExceptionMessage" xml:space="preserve">
<value>No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.</value>
</data>
<data name="CannotFindEventNameExceptionMessage" xml:space="preserve">
<value>No se puede encontrar un evento con el nombre {0} en el tipo {1}.</value>
<comment>{0} is the EventName property value specified by the user. {1} is the Type we are trying to find an event on.</comment>
</data>
<data name="ChangePropertyActionCannotFindPropertyNameExceptionMessage" xml:space="preserve">
<value>No se puede encontrar una propiedad con el nombre {0} en el tipo {1}.</value>
<comment>{0} is the PropertyName property value specified by the user. {1} is the Type we are trying to find a property on.</comment>
</data>
<data name="ChangePropertyActionCannotSetValueExceptionMessage" xml:space="preserve">
<value>No se puede asignar un valor del tipo {0} a la propiedad {1} del tipo {2}. A la propiedad {1} solo se le pueden asignar valores del tipo {2}.</value>
<comment>{0} is the type name of the illegal value, or "null" if value is null. {1} is the name of the property. {2} is the type of the property.</comment>
</data>
<data name="ChangePropertyActionPropertyIsReadOnlyExceptionMessage" xml:space="preserve">
<value>La propiedad {0} definida por el tipo {1} no expone un método establecido y, por lo tanto, no se puede modificar.</value>
<comment>{0} is the name of the property. {1} is the name of the type that defines the property.</comment>
</data>
<data name="EventNotSupportedExceptionMessage" xml:space="preserve">
<value>No se admite el evento {0}. Considere implementar un IBehavior personalizado para responder a este evento.</value>
<comment>{0} is the name of an event.</comment>
</data>
<data name="GoToStateActionTargetHasNoStateGroups" xml:space="preserve">
<value>El destino {0} no define ningún objeto VisualStateGroup.</value>
<comment>{0} is an element name and could be an empty string.</comment>
</data>
<data name="InvalidLeftOperand" xml:space="preserve">
<value>La propiedad Binding del tipo {0} no se puede usar con el operador {1}.</value>
<comment>{0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is one of the ComparisonConditionType enum values.</comment>
</data>
<data name="InvalidOperands" xml:space="preserve">
<value>La propiedad Binding del tipo {0} y la propiedad Value del tipo {1} no se pueden usar con el operador {2}.</value>
<comment>{0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is the type of the DataTriggerBehavior.Value property specified by the user. {2} is one of the ComparisonConditionType enum values.</comment>
</data>
<data name="InvalidRightOperand" xml:space="preserve">
<value>La propiedad Value del tipo {0} no se puede usar con el operador {1}.</value>
<comment>{1} is the type of the DataTriggerBehavior.Value property specified by the user. {1} is one of the ComparisonConditionType enum values.</comment>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<ItemGroup>
<!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
<None Include="project.json" />
<PRIResource Include="Resources\es-ES\Strings.resw" />
<PRIResource Include="Resources\de-DE\Strings.resw" />
<PRIResource Include="Resources\pt-BR\Strings.resw">
<SubType>Designer</SubType>
Expand All @@ -134,6 +135,7 @@
</ItemGroup>
<ItemGroup>
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactivity.de-DE.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactivity.es-ES.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactivity.pt-BR.xlf">
<SubType>Designer</SubType>
</XliffResource>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en-US" target-language="es-ES" original="MICROSOFT.XAML.INTERACTIVITY/RESOURCES/EN-US/STRINGS.RESW" tool-id="MultilingualAppToolkit" product-name="n/a" product-version="n/a" build-num="n/a">
<header>
<tool tool-id="MultilingualAppToolkit" tool-name="Multilingual App Toolkit" tool-version="4.0.1466.0" tool-company="Microsoft" />
</header>
<body>
<group id="MICROSOFT.XAML.INTERACTIVITY/RESOURCES/EN-US/STRINGS.RESW" datatype="resx">
<trans-unit id="CannotAttachBehaviorMultipleTimesExceptionMessage" translate="yes" xml:space="preserve">
<source>An instance of a behavior cannot be attached to more than one object at a time.</source>
<target state="final">No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.</target>
</trans-unit>
<trans-unit id="DuplicateBehaviorInCollectionExceptionMessage" translate="yes" xml:space="preserve">
<source>Cannot add an instance of a behavior to a BehaviorCollection more than once.</source>
<target state="final">No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.</target>
</trans-unit>
<trans-unit id="NonActionAddedToActionCollectionExceptionMessage" translate="yes" xml:space="preserve">
<source>Only IAction types are supported in an ActionCollection.</source>
<target state="final">Solo se admiten tipos IAction en ActionCollection.</target>
</trans-unit>
<trans-unit id="NonBehaviorAddedToBehaviorCollectionExceptionMessage" translate="yes" xml:space="preserve">
<source>Only IBehavior types are supported in a BehaviorCollection.</source>
<target state="final">Solo se admiten tipos IBehavior en BehaviorCollection.</target>
</trans-unit>
</group>
</body>
</file>
</xliff>
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="CannotAttachBehaviorMultipleTimesExceptionMessage" xml:space="preserve">
<value>No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.</value>
</data>
<data name="DuplicateBehaviorInCollectionExceptionMessage" xml:space="preserve">
<value>No se puede adjuntar una instancia de Behavior a más de un objeto simultáneamente.</value>
</data>
<data name="NonActionAddedToActionCollectionExceptionMessage" xml:space="preserve">
<value>Solo se admiten tipos IAction en ActionCollection.</value>
</data>
<data name="NonBehaviorAddedToBehaviorCollectionExceptionMessage" xml:space="preserve">
<value>Solo se admiten tipos IBehavior en BehaviorCollection.</value>
</data>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
<ItemGroup>
<PRIResource Include="Resources\de-DE\Strings.resw" />
<PRIResource Include="Resources\en-US\Strings.resw" />
<PRIResource Include="Resources\es-ES\Strings.resw" />
<PRIResource Include="Resources\pt-BR\Strings.resw" />
</ItemGroup>
<ItemGroup>
Expand All @@ -253,6 +254,7 @@
</ItemGroup>
<ItemGroup>
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.de-DE.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.es-ES.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.pt-BR.xlf" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@
<PRIResource Include="Resources\de-DE\Strings.resw" />
<PRIResource Include="Resources\en-US\Strings.resw" />
<PRIResource Include="Resources\pt-BR\Strings.resw" />
<PRIResource Include="Resources\es-ES\Strings.resw" />
</ItemGroup>
<ItemGroup>
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.de-DE.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.pt-BR.xlf" />
<XliffResource Include="MultilingualResources\Microsoft.Xaml.Interactions.es-ES.xlf" />
</ItemGroup>
</Project>
Loading

0 comments on commit 1c626ae

Please sign in to comment.