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:36:19 +0300
committerEric Maupin <ermaup@microsoft.com>2019-08-29 21:36:19 +0300
commitf3261220431b863aa3ef5cfab5464f53078cf2f5 (patch)
treec3ad0a549f11a7261f708548d71c59b9bffbbf50 /Xamarin.PropertyEditing
parent637eaa147865674d5ba6087b68ae691610dbea56 (diff)
[Win] Localize shared/local/all resources
Diffstat (limited to 'Xamarin.PropertyEditing')
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.Designer.cs18
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.resx9
2 files changed, 27 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
index 236dcc8..b63f556 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
+++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
@@ -1210,5 +1210,23 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("AddCollectionItem", resourceCulture);
}
}
+
+ public static string ResourcesAllSources {
+ get {
+ return ResourceManager.GetString("ResourcesAllSources", resourceCulture);
+ }
+ }
+
+ public static string ResourcesLocalSource {
+ get {
+ return ResourceManager.GetString("ResourcesLocalSource", resourceCulture);
+ }
+ }
+
+ public static string ResourcesSharedSource {
+ get {
+ return ResourceManager.GetString("ResourcesSharedSource", resourceCulture);
+ }
+ }
}
}
diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx
index fe93990..458568d 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.resx
+++ b/Xamarin.PropertyEditing/Properties/Resources.resx
@@ -779,4 +779,13 @@
<data name="AddCollectionItem" xml:space="preserve">
<value>Add</value>
</data>
+ <data name="ResourcesAllSources" xml:space="preserve">
+ <value>_All Resources</value>
+ </data>
+ <data name="ResourcesLocalSource" xml:space="preserve">
+ <value>_Local</value>
+ </data>
+ <data name="ResourcesSharedSource" xml:space="preserve">
+ <value>_Shared</value>
+ </data>
</root> \ No newline at end of file