Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2019-09-17 20:07:54 +0300
committerGitHub <noreply@github.com>2019-09-17 20:07:54 +0300
commit915e185c261efbc008f84836ae402648f52853e3 (patch)
tree15d39584b0041706ecb76fd72a924ab4ed135c50 /Xamarin.PropertyEditing
parentd54d7ab3922ea44ee90ade2c338efd3034c9a902 (diff)
parent9de1b2965f0b52771928896ef1d5237a07b443ce (diff)
Merge pull request #619 from xamarin/ermau-improve-accessibility-win
[Win] Improve accessibility
Diffstat (limited to 'Xamarin.PropertyEditing')
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.Designer.cs28
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.resx14
2 files changed, 39 insertions, 3 deletions
diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
index 3badde5..c8cc438 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
+++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
@@ -1,4 +1,4 @@
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -106,6 +106,12 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("ColorSpace", resourceCulture);
}
}
+
+ public static string CollectionEditHelpText {
+ get {
+ return ResourceManager.GetString("CollectionEditHelpText", resourceCulture);
+ }
+ }
public static string CurrentColor {
get {
@@ -1006,6 +1012,12 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("ArrangeByValueSource", resourceCulture);
}
}
+
+ public static string ArrangeByButtonName {
+ get {
+ return ResourceManager.GetString("ArrangeByButtonName", resourceCulture);
+ }
+ }
public static string AccessibilityPropertiesButton {
get {
@@ -1243,7 +1255,19 @@ namespace Xamarin.PropertyEditing.Properties {
public static string ResourcesSharedSource {
get {
- return ResourceManager.GetString("ResourcesSharedSource", resourceCulture);
+ return ResourceManager.GetString ("ResourcesSharedSource", resourceCulture);
+ }
+ }
+
+ public static string UncommonPropertiesName {
+ get {
+ return ResourceManager.GetString("UncommonPropertiesName", resourceCulture);
+ }
+ }
+
+ public static string PropertyButtonName {
+ get {
+ return ResourceManager.GetString("PropertyButtonName", resourceCulture);
}
}
}
diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx
index 87d5716..e778724 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.resx
+++ b/Xamarin.PropertyEditing/Properties/Resources.resx
@@ -773,7 +773,7 @@
<data name="TypeNotSupported" xml:space="preserve">
<value>Type Not Supported</value>
</data>
- <data name="ResourceNotSupported" xml:space="preserve">
+ <data name="ResourceNotSupported" xml:space="preserve">
<value>Resource Not Supported</value>
</data>
<data name="AddCollectionItem" xml:space="preserve">
@@ -797,4 +797,16 @@
<data name="ArrangeByValueSource" xml:space="preserve">
<value>Value Source</value>
</data>
+ <data name="CollectionEditHelpText" xml:space="preserve">
+ <value>Edit items in this collection</value>
+ </data>
+ <data name="UncommonPropertiesName" xml:space="preserve">
+ <value>Advanced properties</value>
+ </data>
+ <data name="ArrangeByButtonName" xml:space="preserve">
+ <value>Arrange by {0}</value>
+ </data>
+ <data name="PropertyButtonName" xml:space="preserve">
+ <value>Advanced options</value>
+ </data>
</root> \ No newline at end of file