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-08-29 21:59:07 +0300
committerEric Maupin <ermaup@microsoft.com>2019-08-29 21:59:07 +0300
commit7176d845f6505f9f89cba97d8a77cde5dfd7f1ff (patch)
tree677dc89182310937a6788247f7bb4e92052b22d5 /Xamarin.PropertyEditing
parentf3261220431b863aa3ef5cfab5464f53078cf2f5 (diff)
[Win] Localize arrange menu
Diffstat (limited to 'Xamarin.PropertyEditing')
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.Designer.cs24
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.resx9
2 files changed, 30 insertions, 3 deletions
diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
index b63f556..3badde5 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
+++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
@@ -982,11 +982,29 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("AccessibilityHeightEditor", resourceCulture);
}
}
+
+ public static string ArrangeByCategory {
+ get {
+ return ResourceManager.GetString("ArrangeByCategory", resourceCulture);
+ }
+ }
public static string ArrangeByLabel {
- get {
- return ResourceManager.GetString("ArrangeByLabel", resourceCulture);
- }
+ get {
+ return ResourceManager.GetString("ArrangeByLabel", resourceCulture);
+ }
+ }
+
+ public static string ArrangeByName {
+ get {
+ return ResourceManager.GetString("ArrangeByName", resourceCulture);
+ }
+ }
+
+ public static string ArrangeByValueSource {
+ get {
+ return ResourceManager.GetString("ArrangeByValueSource", resourceCulture);
+ }
}
public static string AccessibilityPropertiesButton {
diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx
index 458568d..87d5716 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.resx
+++ b/Xamarin.PropertyEditing/Properties/Resources.resx
@@ -788,4 +788,13 @@
<data name="ResourcesSharedSource" xml:space="preserve">
<value>_Shared</value>
</data>
+ <data name="ArrangeByCategory" xml:space="preserve">
+ <value>Category</value>
+ </data>
+ <data name="ArrangeByName" xml:space="preserve">
+ <value>Name</value>
+ </data>
+ <data name="ArrangeByValueSource" xml:space="preserve">
+ <value>Value Source</value>
+ </data>
</root> \ No newline at end of file