diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj index 24ac6df..f70e3b6 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.csproj @@ -125,6 +125,7 @@ + @@ -164,6 +165,7 @@ + 14.0 diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/MultilingualResources/Microsoft.Xaml.Interactions.uk-UA.xlf b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/MultilingualResources/Microsoft.Xaml.Interactions.uk-UA.xlf new file mode 100644 index 0000000..5d88b9d --- /dev/null +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/MultilingualResources/Microsoft.Xaml.Interactions.uk-UA.xlf @@ -0,0 +1,66 @@ + + + +
+ +
+ + + + Cannot find method named {0} on object of type {1} that matches the expected signature. + Неможливо знайти метод з ім'ям {0} в об'єкті типу {1}, який відповідав би очікуваному підпису. + {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. + + + An instance of a behavior cannot be attached to more than one object at a time. + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Cannot find an event named {0} on type {1}. + Неможливо знайти подію з ім'ям {0} в типі {1}. + {0} is the EventName property value specified by the user. {1} is the Type we are trying to find an event on. + + + Cannot find a property named {0} on type {1}. + Неможливо знайти властивість з ім'ям {0} в типі {1}. + {0} is the PropertyName property value specified by the user. {1} is the Type we are trying to find a property on. + + + Cannot assign value of type {0} to property {1} of type {2}. The {1} property can be assigned only values of type {2}. + Неможливо призначити значення типу {0} властивості {1} типу {2}. Властивості {1} можна призначити тільки значення типу {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. + + + Property {0} defined by type {1} does not expose a set method and therefore cannot be modified. + Властивість {0}, яке визначається типом {1}, не надає заданий метод і, отже, не може бути змінено. + {0} is the name of the property. {1} is the name of the type that defines the property. + + + Event {0} is not supported. Consider implementing a custom IBehavior to respond to this event. + Подія {0} не підтримується. Для відгуку на дану подію рекомендується реалізувати користувальницьку поведінку IBehavior. + {0} is the name of an event. + + + Target {0} does not define any VisualStateGroups. + Цільовий об'єкт {0} не визначає ніяких груп VisualStateGroups. + {0} is an element name and could be an empty string. + + + Binding property of type {0} cannot be used with operator {1}. + Властивість прив'язки типу {0} неможливо використовувати з оператором {1}. + {0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is one of the ComparisonConditionType enum values. + + + Binding property of type {0} and Value property of type {1} cannot be used with operator {2}. + Властивість прив'язки типу {0} і властивість значення типу {1} неможливо використовувати з оператором {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. + + + Value property of type {0} cannot be used with operator {1}. + Властивість значення типу {0} неможливо використовувати з оператором {1}. + {1} is the type of the DataTriggerBehavior.Value property specified by the user. {1} is one of the ComparisonConditionType enum values. + + + +
+
\ No newline at end of file diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Resources/uk-UA/Strings.resw b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Resources/uk-UA/Strings.resw new file mode 100644 index 0000000..2dadc57 --- /dev/null +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactions/Resources/uk-UA/Strings.resw @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Неможливо знайти метод з ім'ям {0} в об'єкті типу {1}, який відповідав би очікуваному підпису. + {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. + + + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Неможливо знайти подію з ім'ям {0} в типі {1}. + {0} is the EventName property value specified by the user. {1} is the Type we are trying to find an event on. + + + Неможливо знайти властивість з ім'ям {0} в типі {1}. + {0} is the PropertyName property value specified by the user. {1} is the Type we are trying to find a property on. + + + Неможливо призначити значення типу {0} властивості {1} типу {2}. Властивості {1} можна призначити тільки значення типу {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. + + + Властивість {0}, яке визначається типом {1}, не надає заданий метод і, отже, не може бути змінено. + {0} is the name of the property. {1} is the name of the type that defines the property. + + + Подія {0} не підтримується. Для відгуку на дану подію рекомендується реалізувати користувальницьку поведінку IBehavior. + {0} is the name of an event. + + + Цільовий об'єкт {0} не визначає ніяких груп VisualStateGroups. + {0} is an element name and could be an empty string. + + + Властивість прив'язки типу {0} неможливо використовувати з оператором {1}. + {0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is one of the ComparisonConditionType enum values. + + + Властивість прив'язки типу {0} і властивість значення типу {1} неможливо використовувати з оператором {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. + + + Властивість значення типу {0} неможливо використовувати з оператором {1}. + {1} is the type of the DataTriggerBehavior.Value property specified by the user. {1} is one of the ComparisonConditionType enum values. + + \ No newline at end of file diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj index 684c293..db7bc74 100644 --- a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.csproj @@ -127,6 +127,7 @@ Designer
+ @@ -159,6 +160,7 @@ + 14.0 diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/MultilingualResources/Microsoft.Xaml.Interactivity.uk-UA.xlf b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/MultilingualResources/Microsoft.Xaml.Interactivity.uk-UA.xlf new file mode 100644 index 0000000..18b39a2 --- /dev/null +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/MultilingualResources/Microsoft.Xaml.Interactivity.uk-UA.xlf @@ -0,0 +1,28 @@ + + + +
+ +
+ + + + An instance of a behavior cannot be attached to more than one object at a time. + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Cannot add an instance of a behavior to a BehaviorCollection more than once. + Неможливо додати екземпляр поведінки в колекцію BehaviorCollection більше одного разу. + + + Only IAction types are supported in an ActionCollection. + В колекції ActionCollection підтримуються тільки типи Action. + + + Only IBehavior types are supported in a BehaviorCollection. + В колекції BehaviorCollection підтримуються тільки типи Behavior. + + + +
+
\ No newline at end of file diff --git a/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Resources/uk-UA/Strings.resw b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Resources/uk-UA/Strings.resw new file mode 100644 index 0000000..588cf73 --- /dev/null +++ b/src/BehaviorsSDKManaged/Microsoft.Xaml.Interactivity/Resources/uk-UA/Strings.resw @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Неможливо додати екземпляр поведінки в колекцію BehaviorCollection більше одного разу. + + + В колекції ActionCollection підтримуються тільки типи Action. + + + В колекції BehaviorCollection підтримуються тільки типи Behavior. + + \ No newline at end of file diff --git a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.vcxproj b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.vcxproj index 7f63581..2f25c5d 100644 --- a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.vcxproj +++ b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/Microsoft.Xaml.Interactions.vcxproj @@ -253,6 +253,7 @@ + @@ -270,6 +271,7 @@ + diff --git a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/MultilingualResources/Microsoft.Xaml.Interactions.uk-UA.xlf b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/MultilingualResources/Microsoft.Xaml.Interactions.uk-UA.xlf new file mode 100644 index 0000000..5d88b9d --- /dev/null +++ b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/MultilingualResources/Microsoft.Xaml.Interactions.uk-UA.xlf @@ -0,0 +1,66 @@ + + + +
+ +
+ + + + Cannot find method named {0} on object of type {1} that matches the expected signature. + Неможливо знайти метод з ім'ям {0} в об'єкті типу {1}, який відповідав би очікуваному підпису. + {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. + + + An instance of a behavior cannot be attached to more than one object at a time. + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Cannot find an event named {0} on type {1}. + Неможливо знайти подію з ім'ям {0} в типі {1}. + {0} is the EventName property value specified by the user. {1} is the Type we are trying to find an event on. + + + Cannot find a property named {0} on type {1}. + Неможливо знайти властивість з ім'ям {0} в типі {1}. + {0} is the PropertyName property value specified by the user. {1} is the Type we are trying to find a property on. + + + Cannot assign value of type {0} to property {1} of type {2}. The {1} property can be assigned only values of type {2}. + Неможливо призначити значення типу {0} властивості {1} типу {2}. Властивості {1} можна призначити тільки значення типу {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. + + + Property {0} defined by type {1} does not expose a set method and therefore cannot be modified. + Властивість {0}, яке визначається типом {1}, не надає заданий метод і, отже, не може бути змінено. + {0} is the name of the property. {1} is the name of the type that defines the property. + + + Event {0} is not supported. Consider implementing a custom IBehavior to respond to this event. + Подія {0} не підтримується. Для відгуку на дану подію рекомендується реалізувати користувальницьку поведінку IBehavior. + {0} is the name of an event. + + + Target {0} does not define any VisualStateGroups. + Цільовий об'єкт {0} не визначає ніяких груп VisualStateGroups. + {0} is an element name and could be an empty string. + + + Binding property of type {0} cannot be used with operator {1}. + Властивість прив'язки типу {0} неможливо використовувати з оператором {1}. + {0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is one of the ComparisonConditionType enum values. + + + Binding property of type {0} and Value property of type {1} cannot be used with operator {2}. + Властивість прив'язки типу {0} і властивість значення типу {1} неможливо використовувати з оператором {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. + + + Value property of type {0} cannot be used with operator {1}. + Властивість значення типу {0} неможливо використовувати з оператором {1}. + {1} is the type of the DataTriggerBehavior.Value property specified by the user. {1} is one of the ComparisonConditionType enum values. + + + +
+
\ No newline at end of file diff --git a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/Resources/uk-UA/Strings.resw b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/Resources/uk-UA/Strings.resw new file mode 100644 index 0000000..2dadc57 --- /dev/null +++ b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactions/Resources/uk-UA/Strings.resw @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Неможливо знайти метод з ім'ям {0} в об'єкті типу {1}, який відповідав би очікуваному підпису. + {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. + + + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Неможливо знайти подію з ім'ям {0} в типі {1}. + {0} is the EventName property value specified by the user. {1} is the Type we are trying to find an event on. + + + Неможливо знайти властивість з ім'ям {0} в типі {1}. + {0} is the PropertyName property value specified by the user. {1} is the Type we are trying to find a property on. + + + Неможливо призначити значення типу {0} властивості {1} типу {2}. Властивості {1} можна призначити тільки значення типу {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. + + + Властивість {0}, яке визначається типом {1}, не надає заданий метод і, отже, не може бути змінено. + {0} is the name of the property. {1} is the name of the type that defines the property. + + + Подія {0} не підтримується. Для відгуку на дану подію рекомендується реалізувати користувальницьку поведінку IBehavior. + {0} is the name of an event. + + + Цільовий об'єкт {0} не визначає ніяких груп VisualStateGroups. + {0} is an element name and could be an empty string. + + + Властивість прив'язки типу {0} неможливо використовувати з оператором {1}. + {0} is the type of the DataTriggerBehavior.Binding property specified by the user. {1} is one of the ComparisonConditionType enum values. + + + Властивість прив'язки типу {0} і властивість значення типу {1} неможливо використовувати з оператором {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. + + + Властивість значення типу {0} неможливо використовувати з оператором {1}. + {1} is the type of the DataTriggerBehavior.Value property specified by the user. {1} is one of the ComparisonConditionType enum values. + + \ No newline at end of file diff --git a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.vcxproj b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.vcxproj index 21938c3..327d137 100644 --- a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.vcxproj +++ b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/Microsoft.Xaml.Interactivity.vcxproj @@ -248,6 +248,7 @@ +
@@ -260,6 +261,7 @@ + diff --git a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/MultilingualResources/Microsoft.Xaml.Interactivity.uk-UA.xlf b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/MultilingualResources/Microsoft.Xaml.Interactivity.uk-UA.xlf new file mode 100644 index 0000000..18b39a2 --- /dev/null +++ b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/MultilingualResources/Microsoft.Xaml.Interactivity.uk-UA.xlf @@ -0,0 +1,28 @@ + + + +
+ +
+ + + + An instance of a behavior cannot be attached to more than one object at a time. + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Cannot add an instance of a behavior to a BehaviorCollection more than once. + Неможливо додати екземпляр поведінки в колекцію BehaviorCollection більше одного разу. + + + Only IAction types are supported in an ActionCollection. + В колекції ActionCollection підтримуються тільки типи Action. + + + Only IBehavior types are supported in a BehaviorCollection. + В колекції BehaviorCollection підтримуються тільки типи Behavior. + + + +
+
\ No newline at end of file diff --git a/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/Resources/uk-UA/Strings.resw b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/Resources/uk-UA/Strings.resw new file mode 100644 index 0000000..588cf73 --- /dev/null +++ b/src/BehaviorsSDKNative/Microsoft.Xaml.Interactivity/Resources/uk-UA/Strings.resw @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Неможливо прикріпити екземпляр поведінки до декількох об'єктів одночасно. + + + Неможливо додати екземпляр поведінки в колекцію BehaviorCollection більше одного разу. + + + В колекції ActionCollection підтримуються тільки типи Action. + + + В колекції BehaviorCollection підтримуються тільки типи Behavior. + + \ No newline at end of file