-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rodrigo Hermann
committed
Nov 16, 2015
1 parent
09b6112
commit 1c626ae
Showing
14 changed files
with
370 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 66 additions & 0 deletions
66
...d/Microsoft.Xaml.Interactions/MultilingualResources/Microsoft.Xaml.Interactions.es-ES.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
58 changes: 58 additions & 0 deletions
58
src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Resources/es-ES/Strings.resw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
...Microsoft.Xaml.Interactivity/MultilingualResources/Microsoft.Xaml.Interactivity.es-ES.xlf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
27 changes: 27 additions & 0 deletions
27
src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Resources/es-ES/Strings.resw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.