From e333ae9ace0f52192d8ed5cd6fc24e36812234b8 Mon Sep 17 00:00:00 2001 From: Dominique Louis Date: Mon, 8 Apr 2019 16:21:45 +0100 Subject: [Mac] Centralise string resources. --- .../Properties/Resources.Designer.cs | 1272 +++++++++----------- Xamarin.PropertyEditing/Properties/Resources.resx | 169 +++ .../Xamarin.PropertyEditing.csproj | 5 + 3 files changed, 739 insertions(+), 707 deletions(-) (limited to 'Xamarin.PropertyEditing') diff --git a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs index 1249b10..8fa5b0f 100644 --- a/Xamarin.PropertyEditing/Properties/Resources.Designer.cs +++ b/Xamarin.PropertyEditing/Properties/Resources.Designer.cs @@ -10,48 +10,35 @@ namespace Xamarin.PropertyEditing.Properties { using System; + using System.Reflection; - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { - private static global::System.Resources.ResourceManager resourceMan; + private static System.Resources.ResourceManager resourceMan; - private static global::System.Globalization.CultureInfo resourceCulture; + private static System.Globalization.CultureInfo resourceCulture; - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Resources.ResourceManager ResourceManager { get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Xamarin.PropertyEditing.Properties.Resources", typeof(Resources).Assembly); + if (object.Equals(null, resourceMan)) { + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Xamarin.PropertyEditing.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -60,1236 +47,1107 @@ namespace Xamarin.PropertyEditing.Properties { } } - /// - /// Looks up a localized string similar to Add value converter…. - /// - public static string AddValueConverterEllipsis { + public static string Alpha { get { - return ResourceManager.GetString("AddValueConverterEllipsis", resourceCulture); + return ResourceManager.GetString("Alpha", resourceCulture); } } - /// - /// Looks up a localized string similar to Add Value Converter. - /// - public static string AddValueConverterTitle { + public static string AlphaInitial { get { - return ResourceManager.GetString("AddValueConverterTitle", resourceCulture); + return ResourceManager.GetString("AlphaInitial", resourceCulture); } } - /// - /// Looks up a localized string similar to Introduce variation based on:. - /// - public static string AddVariationHelpText { + public static string Black { get { - return ResourceManager.GetString("AddVariationHelpText", resourceCulture); + return ResourceManager.GetString("Black", resourceCulture); } } - /// - /// Looks up a localized string similar to Add a Variation. - /// - public static string AddVariationTitle { + public static string BlackInitial { get { - return ResourceManager.GetString("AddVariationTitle", resourceCulture); + return ResourceManager.GetString("BlackInitial", resourceCulture); } } - /// - /// Looks up a localized string similar to All Resources. - /// - public static string AllResources { + public static string Blue { get { - return ResourceManager.GetString("AllResources", resourceCulture); + return ResourceManager.GetString("Blue", resourceCulture); } } - /// - /// Looks up a localized string similar to Alpha. - /// - public static string Alpha { + public static string BlueInitial { get { - return ResourceManager.GetString("Alpha", resourceCulture); + return ResourceManager.GetString("BlueInitial", resourceCulture); } } - /// - /// Looks up a localized string similar to A. - /// - public static string AlphaInitial { + public static string Brightness { get { - return ResourceManager.GetString("AlphaInitial", resourceCulture); + return ResourceManager.GetString("Brightness", resourceCulture); } } - /// - /// Looks up a localized string similar to Any. - /// - public static string Any { + public static string BrightnessInitial { get { - return ResourceManager.GetString("Any", resourceCulture); + return ResourceManager.GetString("BrightnessInitial", resourceCulture); } } - /// - /// Looks up a localized string similar to Application. - /// - public static string Application { + public static string CMYK { get { - return ResourceManager.GetString("Application", resourceCulture); + return ResourceManager.GetString("CMYK", resourceCulture); } } - /// - /// Looks up a localized string similar to Apply to all. - /// - public static string ApplyToAll { + public static string ColorSpace { get { - return ResourceManager.GetString("ApplyToAll", resourceCulture); + return ResourceManager.GetString("ColorSpace", resourceCulture); } } - /// - /// Looks up a localized string similar to Binding. - /// - public static string Binding { + public static string CurrentColor { get { - return ResourceManager.GetString("Binding", resourceCulture); + return ResourceManager.GetString("CurrentColor", resourceCulture); } } - /// - /// Looks up a localized string similar to Binding type. - /// - public static string BindingType { + public static string Cyan { get { - return ResourceManager.GetString("BindingType", resourceCulture); + return ResourceManager.GetString("Cyan", resourceCulture); } } - /// - /// Looks up a localized string similar to Black. - /// - public static string Black { + public static string CyanInitial { get { - return ResourceManager.GetString("Black", resourceCulture); + return ResourceManager.GetString("CyanInitial", resourceCulture); } } - /// - /// Looks up a localized string similar to K. - /// - public static string BlackInitial { + public static string CyanMagentaYellowBlack { get { - return ResourceManager.GetString("BlackInitial", resourceCulture); + return ResourceManager.GetString("CyanMagentaYellowBlack", resourceCulture); } } - /// - /// Looks up a localized string similar to Blue. - /// - public static string Blue { + public static string ConvertToLocalValue { get { - return ResourceManager.GetString("Blue", resourceCulture); + return ResourceManager.GetString("ConvertToLocalValue", resourceCulture); } } - /// - /// Looks up a localized string similar to B. - /// - public static string BlueInitial { + public static string CustomExpressionEllipsis { get { - return ResourceManager.GetString("BlueInitial", resourceCulture); + return ResourceManager.GetString("CustomExpressionEllipsis", resourceCulture); } } - /// - /// Looks up a localized string similar to Brightness. - /// - public static string Brightness { + public static string EventHandlersSelectedElement { get { - return ResourceManager.GetString("Brightness", resourceCulture); + return ResourceManager.GetString("EventHandlersSelectedElement", resourceCulture); } } - /// - /// Looks up a localized string similar to B. - /// - public static string BrightnessInitial { + public static string Events { get { - return ResourceManager.GetString("BrightnessInitial", resourceCulture); + return ResourceManager.GetString("Events", resourceCulture); } } - /// - /// Looks up a localized string similar to Cancel. - /// - public static string Cancel { + public static string Green { get { - return ResourceManager.GetString("Cancel", resourceCulture); + return ResourceManager.GetString("Green", resourceCulture); } } - /// - /// Looks up a localized string similar to CMYK. - /// - public static string CMYK { + public static string GreenInitial { get { - return ResourceManager.GetString("CMYK", resourceCulture); + return ResourceManager.GetString("GreenInitial", resourceCulture); } } - /// - /// Looks up a localized string similar to Collection Editor: {0}. - /// - public static string CollectionEditorTitle { + public static string HexValue { get { - return ResourceManager.GetString("CollectionEditorTitle", resourceCulture); + return ResourceManager.GetString("HexValue", resourceCulture); } } - /// - /// Looks up a localized string similar to (Collection). - /// - public static string CollectionValue { + public static string HLS { get { - return ResourceManager.GetString("CollectionValue", resourceCulture); + return ResourceManager.GetString("HLS", resourceCulture); } } - /// - /// Looks up a localized string similar to Editor. - /// - public static string ColorEditorTabLabel { + public static string HSB { get { - return ResourceManager.GetString("ColorEditorTabLabel", resourceCulture); + return ResourceManager.GetString("HSB", resourceCulture); } } - /// - /// Looks up a localized string similar to Color space. - /// - public static string ColorSpace { + public static string Hue { get { - return ResourceManager.GetString("ColorSpace", resourceCulture); + return ResourceManager.GetString("Hue", resourceCulture); } } - /// - /// Looks up a localized string similar to Convert to Local Value. - /// - public static string ConvertToLocalValue { + public static string HueInitial { get { - return ResourceManager.GetString("ConvertToLocalValue", resourceCulture); + return ResourceManager.GetString("HueInitial", resourceCulture); } } - /// - /// Looks up a localized string similar to Convert to new resource…. - /// - public static string ConvertToNewResourceEllipsis { + public static string HueLightnessSaturation { get { - return ResourceManager.GetString("ConvertToNewResourceEllipsis", resourceCulture); + return ResourceManager.GetString("HueLightnessSaturation", resourceCulture); } } - /// - /// Looks up a localized string similar to Create New Binding…. - /// - public static string CreateDataBindingMenuItem { + public static string HueSaturationBrightness { get { - return ResourceManager.GetString("CreateDataBindingMenuItem", resourceCulture); + return ResourceManager.GetString("HueSaturationBrightness", resourceCulture); } } - /// - /// Looks up a localized string similar to Create Data Binding for {0}. - /// - public static string CreateDataBindingTitle { + public static string InitialColor { get { - return ResourceManager.GetString("CreateDataBindingTitle", resourceCulture); + return ResourceManager.GetString("InitialColor", resourceCulture); } } - /// - /// Looks up a localized string similar to Create {0} Resource. - /// - public static string CreateResourceTitle { + public static string LastColor { get { - return ResourceManager.GetString("CreateResourceTitle", resourceCulture); + return ResourceManager.GetString("LastColor", resourceCulture); } } - /// - /// Looks up a localized string similar to Current color. - /// - public static string CurrentColor { + public static string Lightness { get { - return ResourceManager.GetString("CurrentColor", resourceCulture); + return ResourceManager.GetString("Lightness", resourceCulture); } } - /// - /// Looks up a localized string similar to Custom. - /// - public static string Custom { + public static string LightnessInitial { get { - return ResourceManager.GetString("Custom", resourceCulture); + return ResourceManager.GetString("LightnessInitial", resourceCulture); + } + } + + public static string Magenta { + get { + return ResourceManager.GetString("Magenta", resourceCulture); + } + } + + public static string MagentaInitial { + get { + return ResourceManager.GetString("MagentaInitial", resourceCulture); + } + } + + public static string MultipleObjectsSelected { + get { + return ResourceManager.GetString("MultipleObjectsSelected", resourceCulture); + } + } + + public static string MultipleTypesSelected { + get { + return ResourceManager.GetString("MultipleTypesSelected", resourceCulture); + } + } + + public static string Name { + get { + return ResourceManager.GetString("Name", resourceCulture); + } + } + + public static string NoName { + get { + return ResourceManager.GetString("NoName", resourceCulture); + } + } + + public static string Properties { + get { + return ResourceManager.GetString("Properties", resourceCulture); + } + } + + public static string PropertiesSelectedElement { + get { + return ResourceManager.GetString("PropertiesSelectedElement", resourceCulture); + } + } + + public static string Red { + get { + return ResourceManager.GetString("Red", resourceCulture); + } + } + + public static string RedGreenBlue { + get { + return ResourceManager.GetString("RedGreenBlue", resourceCulture); + } + } + + public static string RedInitial { + get { + return ResourceManager.GetString("RedInitial", resourceCulture); + } + } + + public static string RGB { + get { + return ResourceManager.GetString("RGB", resourceCulture); + } + } + + public static string Saturation { + get { + return ResourceManager.GetString("Saturation", resourceCulture); + } + } + + public static string SaturationInitial { + get { + return ResourceManager.GetString("SaturationInitial", resourceCulture); + } + } + + public static string Reset { + get { + return ResourceManager.GetString("Reset", resourceCulture); + } + } + + public static string Type { + get { + return ResourceManager.GetString("Type", resourceCulture); + } + } + + public static string ViewPropertiesOrEvents { + get { + return ResourceManager.GetString("ViewPropertiesOrEvents", resourceCulture); + } + } + + public static string Yellow { + get { + return ResourceManager.GetString("Yellow", resourceCulture); + } + } + + public static string YellowInitial { + get { + return ResourceManager.GetString("YellowInitial", resourceCulture); + } + } + + public static string NoBrush { + get { + return ResourceManager.GetString("NoBrush", resourceCulture); + } + } + + public static string SolidBrush { + get { + return ResourceManager.GetString("SolidBrush", resourceCulture); + } + } + + public static string ResourceBrush { + get { + return ResourceManager.GetString("ResourceBrush", resourceCulture); + } + } + + public static string Opacity { + get { + return ResourceManager.GetString("Opacity", resourceCulture); + } + } + + public static string Cancel { + get { + return ResourceManager.GetString("Cancel", resourceCulture); + } + } + + public static string OK { + get { + return ResourceManager.GetString("OK", resourceCulture); + } + } + + public static string ShowAllAssemblies { + get { + return ResourceManager.GetString("ShowAllAssemblies", resourceCulture); + } + } + + public static string SearchProperties { + get { + return ResourceManager.GetString("SearchProperties", resourceCulture); + } + } + + public static string New { + get { + return ResourceManager.GetString("New", resourceCulture); + } + } + + public static string SearchObjectsTitle { + get { + return ResourceManager.GetString("SearchObjectsTitle", resourceCulture); + } + } + + public static string SelectObjectTitle { + get { + return ResourceManager.GetString("SelectObjectTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Custom Expression. - /// public static string CustomExpression { get { return ResourceManager.GetString("CustomExpression", resourceCulture); } } - /// - /// Looks up a localized string similar to Custom Expression…. - /// - public static string CustomExpressionEllipsis { + public static string ColorEditorTabLabel { get { - return ResourceManager.GetString("CustomExpressionEllipsis", resourceCulture); + return ResourceManager.GetString("ColorEditorTabLabel", resourceCulture); } } - /// - /// Looks up a localized string similar to Cyan. - /// - public static string Cyan { + public static string SearchResourcesTitle { get { - return ResourceManager.GetString("Cyan", resourceCulture); + return ResourceManager.GetString("SearchResourcesTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to C. - /// - public static string CyanInitial { + public static string SelectResourceTitle { get { - return ResourceManager.GetString("CyanInitial", resourceCulture); + return ResourceManager.GetString("SelectResourceTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Cyan / Magenta / Yellow / Black. - /// - public static string CyanMagentaYellowBlack { + public static string ShowSystemResources { get { - return ResourceManager.GetString("CyanMagentaYellowBlack", resourceCulture); + return ResourceManager.GetString("ShowSystemResources", resourceCulture); + } + } + + public static string ResourceEllipsis { + get { + return ResourceManager.GetString("ResourceEllipsis", resourceCulture); } } - /// - /// Looks up a localized string similar to Default. - /// public static string Default { get { return ResourceManager.GetString("Default", resourceCulture); } } - /// - /// Looks up a localized string similar to Define in. - /// - public static string DefineIn { + public static string Inherited { get { - return ResourceManager.GetString("DefineIn", resourceCulture); + return ResourceManager.GetString("Inherited", resourceCulture); } } - /// - /// Looks up a localized string similar to …. - /// - public static string Ellipsis { + public static string InvalidValue { get { - return ResourceManager.GetString("Ellipsis", resourceCulture); + return ResourceManager.GetString("InvalidValue", resourceCulture); } } - /// - /// Looks up a localized string similar to Error creating variant: {0}. If this error continues, please report it.. - /// - public static string ErrorCreatingVariant { + public static string Local { get { - return ResourceManager.GetString("ErrorCreatingVariant", resourceCulture); + return ResourceManager.GetString("Local", resourceCulture); } } - /// - /// Looks up a localized string similar to Event handlers for the selected element. - /// - public static string EventHandlersSelectedElement { + public static string Unset { get { - return ResourceManager.GetString("EventHandlersSelectedElement", resourceCulture); + return ResourceManager.GetString("Unset", resourceCulture); } } - /// - /// Looks up a localized string similar to Events. - /// - public static string Events { + public static string MaterialColorRed { get { - return ResourceManager.GetString("Events", resourceCulture); + return ResourceManager.GetString("MaterialColorRed", resourceCulture); } } - /// - /// Looks up a localized string similar to Something went wrong. - /// - public static string GenericErrorMessage { + public static string MaterialColorPink { get { - return ResourceManager.GetString("GenericErrorMessage", resourceCulture); + return ResourceManager.GetString("MaterialColorPink", resourceCulture); } } - /// - /// Looks up a localized string similar to Go to Source. - /// - public static string GoToSource { + public static string MaterialColorPurple { get { - return ResourceManager.GetString("GoToSource", resourceCulture); + return ResourceManager.GetString("MaterialColorPurple", resourceCulture); } } - /// - /// Looks up a localized string similar to Green. - /// - public static string Green { + public static string MaterialColorDeepPurple { get { - return ResourceManager.GetString("Green", resourceCulture); + return ResourceManager.GetString("MaterialColorDeepPurple", resourceCulture); } } - /// - /// Looks up a localized string similar to G. - /// - public static string GreenInitial { + public static string MaterialColorIndigo { get { - return ResourceManager.GetString("GreenInitial", resourceCulture); + return ResourceManager.GetString("MaterialColorIndigo", resourceCulture); } } - /// - /// Looks up a localized string similar to Hex value. - /// - public static string HexValue { + public static string MaterialColorBlue { get { - return ResourceManager.GetString("HexValue", resourceCulture); + return ResourceManager.GetString("MaterialColorBlue", resourceCulture); } } - /// - /// Looks up a localized string similar to HLS. - /// - public static string HLS { + public static string MaterialColorLightBlue { get { - return ResourceManager.GetString("HLS", resourceCulture); + return ResourceManager.GetString("MaterialColorLightBlue", resourceCulture); } } - /// - /// Looks up a localized string similar to HSB. - /// - public static string HSB { + public static string MaterialColorCyan { get { - return ResourceManager.GetString("HSB", resourceCulture); + return ResourceManager.GetString("MaterialColorCyan", resourceCulture); } } - /// - /// Looks up a localized string similar to Hue. - /// - public static string Hue { + public static string MaterialColorTeal { + get { + return ResourceManager.GetString("MaterialColorTeal", resourceCulture); + } + } + + public static string MaterialColorGreen { + get { + return ResourceManager.GetString("MaterialColorGreen", resourceCulture); + } + } + + public static string MaterialColorLightGreen { + get { + return ResourceManager.GetString("MaterialColorLightGreen", resourceCulture); + } + } + + public static string MaterialColorLime { + get { + return ResourceManager.GetString("MaterialColorLime", resourceCulture); + } + } + + public static string MaterialColorYellow { + get { + return ResourceManager.GetString("MaterialColorYellow", resourceCulture); + } + } + + public static string MaterialColorAmber { + get { + return ResourceManager.GetString("MaterialColorAmber", resourceCulture); + } + } + + public static string MaterialColorOrange { + get { + return ResourceManager.GetString("MaterialColorOrange", resourceCulture); + } + } + + public static string MaterialColorDeepOrange { + get { + return ResourceManager.GetString("MaterialColorDeepOrange", resourceCulture); + } + } + + public static string MaterialColorBrown { + get { + return ResourceManager.GetString("MaterialColorBrown", resourceCulture); + } + } + + public static string MaterialColorGrey { + get { + return ResourceManager.GetString("MaterialColorGrey", resourceCulture); + } + } + + public static string MaterialColorBlueGrey { + get { + return ResourceManager.GetString("MaterialColorBlueGrey", resourceCulture); + } + } + + public static string MaterialDesignColorBrush { + get { + return ResourceManager.GetString("MaterialDesignColorBrush", resourceCulture); + } + } + + public static string MaterialColorBlackAndWhite { + get { + return ResourceManager.GetString("MaterialColorBlackAndWhite", resourceCulture); + } + } + + public static string White { + get { + return ResourceManager.GetString("White", resourceCulture); + } + } + + public static string NoPreviewAvailable { + get { + return ResourceManager.GetString("NoPreviewAvailable", resourceCulture); + } + } + + public static string Resource { + get { + return ResourceManager.GetString("Resource", resourceCulture); + } + } + + public static string ResourceWithName { get { - return ResourceManager.GetString("Hue", resourceCulture); + return ResourceManager.GetString("ResourceWithName", resourceCulture); } } - /// - /// Looks up a localized string similar to H. - /// - public static string HueInitial { + public static string Binding { get { - return ResourceManager.GetString("HueInitial", resourceCulture); + return ResourceManager.GetString("Binding", resourceCulture); } } - /// - /// Looks up a localized string similar to Hue / Lightness / Saturation. - /// - public static string HueLightnessSaturation { + public static string GoToSource { get { - return ResourceManager.GetString("HueLightnessSaturation", resourceCulture); + return ResourceManager.GetString("GoToSource", resourceCulture); } } - /// - /// Looks up a localized string similar to Hue / Saturation / Brightness. - /// - public static string HueSaturationBrightness { + public static string CollectionValue { get { - return ResourceManager.GetString("HueSaturationBrightness", resourceCulture); + return ResourceManager.GetString("CollectionValue", resourceCulture); } } - /// - /// Looks up a localized string similar to Inherited. - /// - public static string Inherited { + public static string Ellipsis { get { - return ResourceManager.GetString("Inherited", resourceCulture); + return ResourceManager.GetString("Ellipsis", resourceCulture); } } - /// - /// Looks up a localized string similar to Initial color. - /// - public static string InitialColor { + public static string OtherTypeAction { get { - return ResourceManager.GetString("InitialColor", resourceCulture); + return ResourceManager.GetString("OtherTypeAction", resourceCulture); } } - /// - /// Looks up a localized string similar to Invalid Ratio. - /// - public static string InvalidRatio { + public static string Items { get { - return ResourceManager.GetString("InvalidRatio", resourceCulture); + return ResourceManager.GetString("Items", resourceCulture); } } - /// - /// Looks up a localized string similar to {0} is an Invalid Value. - /// - public static string InvalidValue { + public static string CollectionEditorTitle { get { - return ResourceManager.GetString("InvalidValue", resourceCulture); + return ResourceManager.GetString("CollectionEditorTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Items. - /// - public static string Items { + public static string MoveItemDown { get { - return ResourceManager.GetString("Items", resourceCulture); + return ResourceManager.GetString("MoveItemDown", resourceCulture); } } - /// - /// Looks up a localized string similar to Last color. - /// - public static string LastColor { + public static string MoveItemUp { get { - return ResourceManager.GetString("LastColor", resourceCulture); + return ResourceManager.GetString("MoveItemUp", resourceCulture); } } - /// - /// Looks up a localized string similar to Lightness. - /// - public static string Lightness { + public static string RemoveItem { get { - return ResourceManager.GetString("Lightness", resourceCulture); + return ResourceManager.GetString("RemoveItem", resourceCulture); } } - /// - /// Looks up a localized string similar to L. - /// - public static string LightnessInitial { + public static string GenericErrorMessage { get { - return ResourceManager.GetString("LightnessInitial", resourceCulture); + return ResourceManager.GetString("GenericErrorMessage", resourceCulture); } } - /// - /// Looks up a localized string similar to Local. - /// - public static string Local { + public static string DefineIn { get { - return ResourceManager.GetString("Local", resourceCulture); + return ResourceManager.GetString("DefineIn", resourceCulture); } } - /// - /// Looks up a localized string similar to Magenta. - /// - public static string Magenta { + public static string Application { get { - return ResourceManager.GetString("Magenta", resourceCulture); + return ResourceManager.GetString("Application", resourceCulture); } } - /// - /// Looks up a localized string similar to M. - /// - public static string MagentaInitial { + public static string ApplyToAll { get { - return ResourceManager.GetString("MagentaInitial", resourceCulture); + return ResourceManager.GetString("ApplyToAll", resourceCulture); } } - /// - /// Looks up a localized string similar to Amber. - /// - public static string MaterialColorAmber { + public static string ThisDocument { get { - return ResourceManager.GetString("MaterialColorAmber", resourceCulture); + return ResourceManager.GetString("ThisDocument", resourceCulture); } } - /// - /// Looks up a localized string similar to Black and White. - /// - public static string MaterialColorBlackAndWhite { + public static string ConvertToNewResourceEllipsis { get { - return ResourceManager.GetString("MaterialColorBlackAndWhite", resourceCulture); + return ResourceManager.GetString("ConvertToNewResourceEllipsis", resourceCulture); } } - /// - /// Looks up a localized string similar to Blue. - /// - public static string MaterialColorBlue { + public static string CreateResourceTitle { get { - return ResourceManager.GetString("MaterialColorBlue", resourceCulture); + return ResourceManager.GetString("CreateResourceTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Blue Grey. - /// - public static string MaterialColorBlueGrey { + public static string ResourceNameLabel { get { - return ResourceManager.GetString("MaterialColorBlueGrey", resourceCulture); + return ResourceManager.GetString("ResourceNameLabel", resourceCulture); } } - /// - /// Looks up a localized string similar to Brown. - /// - public static string MaterialColorBrown { + public static string ResourceDictionary { get { - return ResourceManager.GetString("MaterialColorBrown", resourceCulture); + return ResourceManager.GetString("ResourceDictionary", resourceCulture); } } - /// - /// Looks up a localized string similar to Cyan. - /// - public static string MaterialColorCyan { + public static string CreateDataBindingMenuItem { get { - return ResourceManager.GetString("MaterialColorCyan", resourceCulture); + return ResourceManager.GetString("CreateDataBindingMenuItem", resourceCulture); } } - /// - /// Looks up a localized string similar to Deep Orange. - /// - public static string MaterialColorDeepOrange { + public static string AddValueConverterEllipsis { get { - return ResourceManager.GetString("MaterialColorDeepOrange", resourceCulture); + return ResourceManager.GetString("AddValueConverterEllipsis", resourceCulture); } } - /// - /// Looks up a localized string similar to Deep Purple. - /// - public static string MaterialColorDeepPurple { + public static string AddValueConverterTitle { get { - return ResourceManager.GetString("MaterialColorDeepPurple", resourceCulture); + return ResourceManager.GetString("AddValueConverterTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Green. - /// - public static string MaterialColorGreen { + public static string NoValueConverter { get { - return ResourceManager.GetString("MaterialColorGreen", resourceCulture); + return ResourceManager.GetString("NoValueConverter", resourceCulture); } } - /// - /// Looks up a localized string similar to Grey. - /// - public static string MaterialColorGrey { + public static string ValueConverterName { get { - return ResourceManager.GetString("MaterialColorGrey", resourceCulture); + return ResourceManager.GetString("ValueConverterName", resourceCulture); } } - /// - /// Looks up a localized string similar to Indigo. - /// - public static string MaterialColorIndigo { + public static string CreateDataBindingTitle { get { - return ResourceManager.GetString("MaterialColorIndigo", resourceCulture); + return ResourceManager.GetString("CreateDataBindingTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Light Blue. - /// - public static string MaterialColorLightBlue { + public static string BindingType { get { - return ResourceManager.GetString("MaterialColorLightBlue", resourceCulture); + return ResourceManager.GetString("BindingType", resourceCulture); } } - /// - /// Looks up a localized string similar to Light Green. - /// - public static string MaterialColorLightGreen { + public static string Path { get { - return ResourceManager.GetString("MaterialColorLightGreen", resourceCulture); + return ResourceManager.GetString("Path", resourceCulture); } } - /// - /// Looks up a localized string similar to Lime. - /// - public static string MaterialColorLime { + public static string ResourcePlural { get { - return ResourceManager.GetString("MaterialColorLime", resourceCulture); + return ResourceManager.GetString("ResourcePlural", resourceCulture); } } - /// - /// Looks up a localized string similar to Orange. - /// - public static string MaterialColorOrange { + public static string Custom { get { - return ResourceManager.GetString("MaterialColorOrange", resourceCulture); + return ResourceManager.GetString("Custom", resourceCulture); } } - /// - /// Looks up a localized string similar to Pink. - /// - public static string MaterialColorPink { + public static string InvalidRatio { get { - return ResourceManager.GetString("MaterialColorPink", resourceCulture); + return ResourceManager.GetString("InvalidRatio", resourceCulture); } } - /// - /// Looks up a localized string similar to Purple. - /// - public static string MaterialColorPurple { + public static string AllResources { get { - return ResourceManager.GetString("MaterialColorPurple", resourceCulture); + return ResourceManager.GetString("AllResources", resourceCulture); } } - /// - /// Looks up a localized string similar to Red. - /// - public static string MaterialColorRed { + public static string Shared { get { - return ResourceManager.GetString("MaterialColorRed", resourceCulture); + return ResourceManager.GetString("Shared", resourceCulture); } } - /// - /// Looks up a localized string similar to Teal. - /// - public static string MaterialColorTeal { + public static string AddVariationHelpText { get { - return ResourceManager.GetString("MaterialColorTeal", resourceCulture); + return ResourceManager.GetString("AddVariationHelpText", resourceCulture); } } - /// - /// Looks up a localized string similar to Yellow. - /// - public static string MaterialColorYellow { + public static string AddVariationTitle { get { - return ResourceManager.GetString("MaterialColorYellow", resourceCulture); + return ResourceManager.GetString("AddVariationTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Material Design Colors. - /// - public static string MaterialDesignColorBrush { + public static string Any { get { - return ResourceManager.GetString("MaterialDesignColorBrush", resourceCulture); + return ResourceManager.GetString("Any", resourceCulture); } } - /// - /// Looks up a localized string similar to Move item down. - /// - public static string MoveItemDown { + public static string ErrorCreatingVariant { get { - return ResourceManager.GetString("MoveItemDown", resourceCulture); + return ResourceManager.GetString("ErrorCreatingVariant", resourceCulture); } } - /// - /// Looks up a localized string similar to Move item up. - /// - public static string MoveItemUp { + public static string UncommonPropertiesTooltip { get { - return ResourceManager.GetString("MoveItemUp", resourceCulture); + return ResourceManager.GetString("UncommonPropertiesTooltip", resourceCulture); } } - /// - /// Looks up a localized string similar to {0} objects selected. - /// - public static string MultipleObjectsSelected { + public static string NewInstanceForProperty { get { - return ResourceManager.GetString("MultipleObjectsSelected", resourceCulture); + return ResourceManager.GetString("NewInstanceForProperty", resourceCulture); } } - /// - /// Looks up a localized string similar to {0} types selected. - /// - public static string MultipleTypesSelected { + public static string Select { get { - return ResourceManager.GetString("MultipleTypesSelected", resourceCulture); + return ResourceManager.GetString("Select", resourceCulture); } } - /// - /// Looks up a localized string similar to Name. - /// - public static string Name { + public static string SelectTypeForProperty { get { - return ResourceManager.GetString("Name", resourceCulture); + return ResourceManager.GetString("SelectTypeForProperty", resourceCulture); } } - /// - /// Looks up a localized string similar to New. - /// - public static string New { + public static string PropertyFilterLabel { get { - return ResourceManager.GetString("New", resourceCulture); + return ResourceManager.GetString("PropertyFilterLabel", resourceCulture); } } - /// - /// Looks up a localized string similar to New {0}. - /// - public static string NewInstanceForProperty { + public static string PropertyColumnTitle { get { - return ResourceManager.GetString("NewInstanceForProperty", resourceCulture); + return ResourceManager.GetString("PropertyColumnTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to No brush. - /// - public static string NoBrush { + public static string ValueColumnTitle { get { - return ResourceManager.GetString("NoBrush", resourceCulture); + return ResourceManager.GetString("ValueColumnTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to <No Name>. - /// - public static string NoName { + public static string AccessibilityNumeric { get { - return ResourceManager.GetString("NoName", resourceCulture); + return ResourceManager.GetString("AccessibilityNumeric", resourceCulture); } } - /// - /// Looks up a localized string similar to No preview available. - /// - public static string NoPreviewAvailable { + public static string AccessibilityBoolean { get { - return ResourceManager.GetString("NoPreviewAvailable", resourceCulture); + return ResourceManager.GetString("AccessibilityBoolean", resourceCulture); } } - /// - /// Looks up a localized string similar to No value converter. - /// - public static string NoValueConverter { + public static string AccessibilityCombobox { get { - return ResourceManager.GetString("NoValueConverter", resourceCulture); + return ResourceManager.GetString("AccessibilityCombobox", resourceCulture); } } - /// - /// Looks up a localized string similar to OK. - /// - public static string OK { + public static string AccessibilityCollection { get { - return ResourceManager.GetString("OK", resourceCulture); + return ResourceManager.GetString("AccessibilityCollection", resourceCulture); } } - /// - /// Looks up a localized string similar to Opacity. - /// - public static string Opacity { + public static string AccessibilityCollectionHelp { get { - return ResourceManager.GetString("Opacity", resourceCulture); + return ResourceManager.GetString("AccessibilityCollectionHelp", resourceCulture); } } - /// - /// Looks up a localized string similar to <Other type…>. - /// - public static string OtherTypeAction { + public static string AccessibilityCollectionTypeSelector { get { - return ResourceManager.GetString("OtherTypeAction", resourceCulture); + return ResourceManager.GetString("AccessibilityCollectionTypeSelector", resourceCulture); } } - /// - /// Looks up a localized string similar to Path. - /// - public static string Path { + public static string AccessibilityCollectionAddButton { get { - return ResourceManager.GetString("Path", resourceCulture); + return ResourceManager.GetString("AccessibilityCollectionAddButton", resourceCulture); } } - /// - /// Looks up a localized string similar to Properties. - /// - public static string Properties { + public static string AccessibilityCollectionRemoveButton { get { - return ResourceManager.GetString("Properties", resourceCulture); + return ResourceManager.GetString("AccessibilityCollectionRemoveButton", resourceCulture); } } - /// - /// Looks up a localized string similar to Properties for the selected element. - /// - public static string PropertiesSelectedElement { + public static string AccessibilityString { get { - return ResourceManager.GetString("PropertiesSelectedElement", resourceCulture); + return ResourceManager.GetString("AccessibilityString", resourceCulture); } } - /// - /// Looks up a localized string similar to Red. - /// - public static string Red { + public static string AccessibilityChar { get { - return ResourceManager.GetString("Red", resourceCulture); + return ResourceManager.GetString("AccessibilityChar", resourceCulture); } } - /// - /// Looks up a localized string similar to Red / Green/ Blue. - /// - public static string RedGreenBlue { + public static string AccessibilityTimeSpan { get { - return ResourceManager.GetString("RedGreenBlue", resourceCulture); + return ResourceManager.GetString("AccessibilityTimeSpan", resourceCulture); } } - /// - /// Looks up a localized string similar to R. - /// - public static string RedInitial { + public static string AccessibilityDateTime { get { - return ResourceManager.GetString("RedInitial", resourceCulture); + return ResourceManager.GetString("AccessibilityDateTime", resourceCulture); } } - /// - /// Looks up a localized string similar to Remove item. - /// - public static string RemoveItem { + public static string AccessibilityXEditor { get { - return ResourceManager.GetString("RemoveItem", resourceCulture); + return ResourceManager.GetString("AccessibilityXEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Reset. - /// - public static string Reset { + public static string AccessibilityYEditor { get { - return ResourceManager.GetString("Reset", resourceCulture); + return ResourceManager.GetString("AccessibilityYEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Resource. - /// - public static string Resource { + public static string AccessibilityWidthEditor { get { - return ResourceManager.GetString("Resource", resourceCulture); + return ResourceManager.GetString("AccessibilityWidthEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Brush from resource. - /// - public static string ResourceBrush { + public static string AccessibilityHeightEditor { get { - return ResourceManager.GetString("ResourceBrush", resourceCulture); + return ResourceManager.GetString("AccessibilityHeightEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Resource dictionary. - /// - public static string ResourceDictionary { + public static string ArrangeByLabel { get { - return ResourceManager.GetString("ResourceDictionary", resourceCulture); + return ResourceManager.GetString("ArrangeByLabel", resourceCulture); } } - /// - /// Looks up a localized string similar to Resource…. - /// - public static string ResourceEllipsis { + public static string AccessibilityPropertiesButton { get { - return ResourceManager.GetString("ResourceEllipsis", resourceCulture); + return ResourceManager.GetString("AccessibilityPropertiesButton", resourceCulture); } } - /// - /// Looks up a localized string similar to Name. - /// - public static string ResourceNameLabel { + public static string AccessibilityPropertiesButtonDescription { get { - return ResourceManager.GetString("ResourceNameLabel", resourceCulture); + return ResourceManager.GetString("AccessibilityPropertiesButtonDescription", resourceCulture); } } - /// - /// Looks up a localized string similar to Resources. - /// - public static string ResourcePlural { + public static string AccessibilityActionButton { get { - return ResourceManager.GetString("ResourcePlural", resourceCulture); + return ResourceManager.GetString("AccessibilityActionButton", resourceCulture); } } - /// - /// Looks up a localized string similar to Resource ({0}). - /// - public static string ResourceWithName { + public static string AccessibilityActionButtonDescription { get { - return ResourceManager.GetString("ResourceWithName", resourceCulture); + return ResourceManager.GetString("AccessibilityActionButtonDescription", resourceCulture); } } - /// - /// Looks up a localized string similar to RGB. - /// - public static string RGB { + public static string CollectionTargetsHeader { get { - return ResourceManager.GetString("RGB", resourceCulture); + return ResourceManager.GetString("CollectionTargetsHeader", resourceCulture); } } - /// - /// Looks up a localized string similar to Saturation. - /// - public static string Saturation { + public static string CollectionEditButton { get { - return ResourceManager.GetString("Saturation", resourceCulture); + return ResourceManager.GetString("CollectionEditButton", resourceCulture); } } - /// - /// Looks up a localized string similar to S. - /// - public static string SaturationInitial { + public static string ColumnResourceName { get { - return ResourceManager.GetString("SaturationInitial", resourceCulture); + return ResourceManager.GetString("ColumnResourceName", resourceCulture); } } - /// - /// Looks up a localized string similar to Search Objects. - /// - public static string SearchObjectsTitle { + public static string ColumnResourcePreview { get { - return ResourceManager.GetString("SearchObjectsTitle", resourceCulture); + return ResourceManager.GetString("ColumnResourcePreview", resourceCulture); } } - /// - /// Looks up a localized string similar to Search properties. - /// - public static string SearchProperties { + public static string ResourceTableImageColumnTitle { get { - return ResourceManager.GetString("SearchProperties", resourceCulture); + return ResourceManager.GetString("ResourceTableImageColumnTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Search Resources. - /// - public static string SearchResourcesTitle { + public static string ResourceTableTypeColumnTitle { get { - return ResourceManager.GetString("SearchResourcesTitle", resourceCulture); + return ResourceManager.GetString("ResourceTableTypeColumnTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Select. - /// - public static string Select { + public static string ResourceTableNameColumnTitle { get { - return ResourceManager.GetString("Select", resourceCulture); + return ResourceManager.GetString("ResourceTableNameColumnTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Select Object. - /// - public static string SelectObjectTitle { + public static string ResourceTableValueColumnTitle { get { - return ResourceManager.GetString("SelectObjectTitle", resourceCulture); + return ResourceManager.GetString("ResourceTableValueColumnTitle", resourceCulture); } } - /// - /// Looks up a localized string similar to Select Resource. - /// - public static string SelectResourceTitle { + public static string CommonBrushTitleUnknown { get { - return ResourceManager.GetString("SelectResourceTitle", resourceCulture); + return ResourceManager.GetString("CommonBrushTitleUnknown", resourceCulture); } } - /// - /// Looks up a localized string similar to Select {0} type. - /// - public static string SelectTypeForProperty { + public static string CommonBrushTitleGradient { get { - return ResourceManager.GetString("SelectTypeForProperty", resourceCulture); + return ResourceManager.GetString("CommonBrushTitleGradient", resourceCulture); } } - /// - /// Looks up a localized string similar to Shared. - /// - public static string Shared { + public static string AccessibilityObjectName { get { - return ResourceManager.GetString("Shared", resourceCulture); + return ResourceManager.GetString("AccessibilityObjectName", resourceCulture); } } - /// - /// Looks up a localized string similar to Show all assemblies. - /// - public static string ShowAllAssemblies { + public static string ObjectNamePlaceholder { get { - return ResourceManager.GetString("ShowAllAssemblies", resourceCulture); + return ResourceManager.GetString("ObjectNamePlaceholder", resourceCulture); } } - /// - /// Looks up a localized string similar to Show system resources. - /// - public static string ShowSystemResources { + public static string AccessibilityLeftEditor { get { - return ResourceManager.GetString("ShowSystemResources", resourceCulture); + return ResourceManager.GetString("AccessibilityLeftEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Solid color brush. - /// - public static string SolidBrush { + public static string AccessibilityTopEditor { get { - return ResourceManager.GetString("SolidBrush", resourceCulture); + return ResourceManager.GetString("AccessibilityTopEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to This document. - /// - public static string ThisDocument { + public static string AccessibilityRightEditor { get { - return ResourceManager.GetString("ThisDocument", resourceCulture); + return ResourceManager.GetString("AccessibilityRightEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Type. - /// - public static string Type { + public static string AccessibilityBottomEditor { get { - return ResourceManager.GetString("Type", resourceCulture); + return ResourceManager.GetString("AccessibilityBottomEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Show advanced properties. - /// - public static string UncommonPropertiesTooltip { + public static string AccessibilityInputModeEditor { get { - return ResourceManager.GetString("UncommonPropertiesTooltip", resourceCulture); + return ResourceManager.GetString("AccessibilityInputModeEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Unset. - /// - public static string Unset { + public static string AccessibilityPathEditor { get { - return ResourceManager.GetString("Unset", resourceCulture); + return ResourceManager.GetString("AccessibilityPathEditor", resourceCulture); } } - /// - /// Looks up a localized string similar to Value converter name. - /// - public static string ValueConverterName { + public static string ChooseFileOrDirectory { get { - return ResourceManager.GetString("ValueConverterName", resourceCulture); + return ResourceManager.GetString("ChooseFileOrDirectory", resourceCulture); } } - /// - /// Looks up a localized string similar to View properties or events. - /// - public static string ViewPropertiesOrEvents { + public static string BrowseFileOrDirectory { get { - return ResourceManager.GetString("ViewPropertiesOrEvents", resourceCulture); + return ResourceManager.GetString("BrowseFileOrDirectory", resourceCulture); } } - /// - /// Looks up a localized string similar to White. - /// - public static string White { + public static string RevealFileOrDirectory { get { - return ResourceManager.GetString("White", resourceCulture); + return ResourceManager.GetString("RevealFileOrDirectory", resourceCulture); } } - /// - /// Looks up a localized string similar to Yellow. - /// - public static string Yellow { + public static string File { get { - return ResourceManager.GetString("Yellow", resourceCulture); + return ResourceManager.GetString("File", resourceCulture); } } - /// - /// Looks up a localized string similar to Y. - /// - public static string YellowInitial { + public static string Directory { get { - return ResourceManager.GetString("YellowInitial", resourceCulture); + return ResourceManager.GetString("Directory", resourceCulture); } } } diff --git a/Xamarin.PropertyEditing/Properties/Resources.resx b/Xamarin.PropertyEditing/Properties/Resources.resx index 9e44bbd..fe281b5 100644 --- a/Xamarin.PropertyEditing/Properties/Resources.resx +++ b/Xamarin.PropertyEditing/Properties/Resources.resx @@ -473,6 +473,7 @@ Collection Editor: {0} + Collection Editor: {PropertyName} Move item down @@ -577,4 +578,172 @@ Select {0} type Select {property} type + + Property Filter + Property Filter placeholder text + + + Property + Title text for property column + + + Value + Title text for value column + + + {0} Numeric Editor + Editor for Numeric Value + + + {0} Boolean Editor + Editor for Boolean Value + + + {0} Combobox Editor + Editor for Combobox Value + + + {0} property, edit collection + + + + Opens a window to edit the collection + + + Type list + + + Add instance of type + + + Remove instance + + + {0} String Editor + Editor for String Value + + + {0} Char Editor + Editor for Char Value + + + {0} TimeSpan Editor + Editor for TimeSpan Value + + + {0} DateTime Editor + Editor for DateTime Value + + + {0} X Editor + Editor for X Value + + + {0} Y Editor + Editor for Y Value + + + {0} Width Editor + Editor for Width Value + + + {0} Height Editor + Editor for Height Value + + + Arrange By: + + + Properties + + + Edit the properties of this editor + + + Warnings + + + Display warnings.> + + + Collection Items + + + Edit + + + Name> + + + Preview> + + + Icon + + + Type + + + Name + + + Value> + + + Unknown + + + Gradient> + + + {0} Object Name Editor + Editor for Object Name Value + + + No Name> + + + {0} Left Editor + Editor for Left Value + + + {0} Top Editor + Editor for Top Value + + + {0} Right Editor + Editor for Right Value + + + {0} Bottom Editor + Editor for Bottom Value + + + {0} InputMode Editor + Editor for InputMode Value + + + {0} {1} Path Editor + Editor for File/Directory Path Editor + + + Choose a {0} + Choose a File or Directory + + + Browse for a {0} + Browse for a File or Directory + + + Reveal {0} + Reveal a File or Directory + + + File + File + + + Directory + Directory + \ No newline at end of file diff --git a/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj b/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj index 32d4c9c..05e25e3 100644 --- a/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj +++ b/Xamarin.PropertyEditing/Xamarin.PropertyEditing.csproj @@ -15,4 +15,9 @@ + + + Resources.resx + + -- cgit v1.2.3