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:31:15 +0300
committerEric Maupin <ermaup@microsoft.com>2019-08-29 21:31:15 +0300
commit637eaa147865674d5ba6087b68ae691610dbea56 (patch)
tree6c0030bd8e8c5858d4518839738532ac3a45ca30 /Xamarin.PropertyEditing
parent0e0302b4923cf2ecbf77b113859c66377b0278b7 (diff)
[Win] Localize the collection Add button
Diffstat (limited to 'Xamarin.PropertyEditing')
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.Designer.cs6
-rw-r--r--Xamarin.PropertyEditing/Properties/Resources.resx5
2 files changed, 10 insertions, 1 deletions
diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
index 6f5177b..236dcc8 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
+++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs
@@ -1204,5 +1204,11 @@ namespace Xamarin.PropertyEditing.Properties {
return ResourceManager.GetString("ResourceNotSupported", resourceCulture);
}
}
+
+ public static string AddCollectionItem {
+ get {
+ return ResourceManager.GetString("AddCollectionItem", resourceCulture);
+ }
+ }
}
}
diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx
index 75b46a3..fe93990 100644
--- a/Xamarin.PropertyEditing/Properties/Resources.resx
+++ b/Xamarin.PropertyEditing/Properties/Resources.resx
@@ -776,4 +776,7 @@
<data name="ResourceNotSupported" xml:space="preserve">
<value>Resource Not Supported</value>
</data>
-</root>
+ <data name="AddCollectionItem" xml:space="preserve">
+ <value>Add</value>
+ </data>
+</root> \ No newline at end of file