Resources.Designer.cs
1 //------------------------------------------------------------------------------ 2 // <auto-generated> 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.42000 5 // 6 // Changes to this file may cause incorrect behavior and will be lost if 7 // the code is regenerated. 8 // </auto-generated> 9 //------------------------------------------------------------------------------ 10 11 namespace Microsoft.CmdPal.Ext.Bookmarks.Properties { 12 using System; 13 14 15 /// <summary> 16 /// A strongly-typed resource class, for looking up localized strings, etc. 17 /// </summary> 18 // This class was auto-generated by the StronglyTypedResourceBuilder 19 // class via a tool like ResGen or Visual Studio. 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 // with the /str option, or rebuild your VS project. 22 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 public class Resources { 26 27 private static global::System.Resources.ResourceManager resourceMan; 28 29 private static global::System.Globalization.CultureInfo resourceCulture; 30 31 [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 internal Resources() { 33 } 34 35 /// <summary> 36 /// Returns the cached ResourceManager instance used by this class. 37 /// </summary> 38 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 public static global::System.Resources.ResourceManager ResourceManager { 40 get { 41 if (object.ReferenceEquals(resourceMan, null)) { 42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CmdPal.Ext.Bookmarks.Properties.Resources", typeof(Resources).Assembly); 43 resourceMan = temp; 44 } 45 return resourceMan; 46 } 47 } 48 49 /// <summary> 50 /// Overrides the current thread's CurrentUICulture property for all 51 /// resource lookups using this strongly typed resource class. 52 /// </summary> 53 [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 public static global::System.Globalization.CultureInfo Culture { 55 get { 56 return resourceCulture; 57 } 58 set { 59 resourceCulture = value; 60 } 61 } 62 63 /// <summary> 64 /// Looks up a localized string similar to Failed to open {0}. 65 /// </summary> 66 public static string bookmark_toast_failed_open_text { 67 get { 68 return ResourceManager.GetString("bookmark_toast_failed_open_text", resourceCulture); 69 } 70 } 71 72 /// <summary> 73 /// Looks up a localized string similar to Add bookmark. 74 /// </summary> 75 public static string bookmarks_add_name { 76 get { 77 return ResourceManager.GetString("bookmarks_add_name", resourceCulture); 78 } 79 } 80 81 /// <summary> 82 /// Looks up a localized string similar to Add a bookmark. 83 /// </summary> 84 public static string bookmarks_add_title { 85 get { 86 return ResourceManager.GetString("bookmarks_add_title", resourceCulture); 87 } 88 } 89 90 /// <summary> 91 /// Looks up a localized string similar to Open. 92 /// </summary> 93 public static string bookmarks_command_name_open { 94 get { 95 return ResourceManager.GetString("bookmarks_command_name_open", resourceCulture); 96 } 97 } 98 99 /// <summary> 100 /// Looks up a localized string similar to Copy address. 101 /// </summary> 102 public static string bookmarks_copy_address_name { 103 get { 104 return ResourceManager.GetString("bookmarks_copy_address_name", resourceCulture); 105 } 106 } 107 108 /// <summary> 109 /// Looks up a localized string similar to Copy path. 110 /// </summary> 111 public static string bookmarks_copy_path_name { 112 get { 113 return ResourceManager.GetString("bookmarks_copy_path_name", resourceCulture); 114 } 115 } 116 117 /// <summary> 118 /// Looks up a localized string similar to Delete. 119 /// </summary> 120 public static string bookmarks_delete_name { 121 get { 122 return ResourceManager.GetString("bookmarks_delete_name", resourceCulture); 123 } 124 } 125 126 /// <summary> 127 /// Looks up a localized string similar to Are you sure you want to delete this bookmark?. 128 /// </summary> 129 public static string bookmarks_delete_prompt_message { 130 get { 131 return ResourceManager.GetString("bookmarks_delete_prompt_message", resourceCulture); 132 } 133 } 134 135 /// <summary> 136 /// Looks up a localized string similar to Delete bookmark?. 137 /// </summary> 138 public static string bookmarks_delete_prompt_title { 139 get { 140 return ResourceManager.GetString("bookmarks_delete_prompt_title", resourceCulture); 141 } 142 } 143 144 /// <summary> 145 /// Looks up a localized string similar to Delete bookmark. 146 /// </summary> 147 public static string bookmarks_delete_title { 148 get { 149 return ResourceManager.GetString("bookmarks_delete_title", resourceCulture); 150 } 151 } 152 153 /// <summary> 154 /// Looks up a localized string similar to Bookmarks. 155 /// </summary> 156 public static string bookmarks_display_name { 157 get { 158 return ResourceManager.GetString("bookmarks_display_name", resourceCulture); 159 } 160 } 161 162 /// <summary> 163 /// Looks up a localized string similar to Edit bookmark. 164 /// </summary> 165 public static string bookmarks_edit_name { 166 get { 167 return ResourceManager.GetString("bookmarks_edit_name", resourceCulture); 168 } 169 } 170 171 /// <summary> 172 /// Looks up a localized string similar to URL or file path. 173 /// </summary> 174 public static string bookmarks_form_bookmark_label { 175 get { 176 return ResourceManager.GetString("bookmarks_form_bookmark_label", resourceCulture); 177 } 178 } 179 180 /// <summary> 181 /// Looks up a localized string similar to Enter URL or file path, you can use {placeholders}, e.g. https://www.bing.com/search?q={Query}. 182 /// </summary> 183 public static string bookmarks_form_bookmark_placeholder { 184 get { 185 return ResourceManager.GetString("bookmarks_form_bookmark_placeholder", resourceCulture); 186 } 187 } 188 189 /// <summary> 190 /// Looks up a localized string similar to URL or file path is required. 191 /// </summary> 192 public static string bookmarks_form_bookmark_required { 193 get { 194 return ResourceManager.GetString("bookmarks_form_bookmark_required", resourceCulture); 195 } 196 } 197 198 /// <summary> 199 /// Looks up a localized string similar to You can add placeholders to bookmarks, and Command Palette will prompt you to enter their values when you open the bookmark. 200 ///A placeholder looks like this:. 201 /// </summary> 202 public static string bookmarks_form_hint_text1 { 203 get { 204 return ResourceManager.GetString("bookmarks_form_hint_text1", resourceCulture); 205 } 206 } 207 208 /// <summary> 209 /// Looks up a localized string similar to {placeholder}. 210 /// </summary> 211 public static string bookmarks_form_hint_text2 { 212 get { 213 return ResourceManager.GetString("bookmarks_form_hint_text2", resourceCulture); 214 } 215 } 216 217 /// <summary> 218 /// Looks up a localized string similar to — for example:. 219 /// </summary> 220 public static string bookmarks_form_hint_text3 { 221 get { 222 return ResourceManager.GetString("bookmarks_form_hint_text3", resourceCulture); 223 } 224 } 225 226 /// <summary> 227 /// Looks up a localized string similar to https://www.bing.com/search?q={Query}. 228 /// </summary> 229 public static string bookmarks_form_hint_text4 { 230 get { 231 return ResourceManager.GetString("bookmarks_form_hint_text4", resourceCulture); 232 } 233 } 234 235 /// <summary> 236 /// Looks up a localized string similar to Name (optional). 237 /// </summary> 238 public static string bookmarks_form_name_label { 239 get { 240 return ResourceManager.GetString("bookmarks_form_name_label", resourceCulture); 241 } 242 } 243 244 /// <summary> 245 /// Looks up a localized string similar to Name is required. 246 /// </summary> 247 public static string bookmarks_form_name_required { 248 get { 249 return ResourceManager.GetString("bookmarks_form_name_required", resourceCulture); 250 } 251 } 252 253 /// <summary> 254 /// Looks up a localized string similar to Open. 255 /// </summary> 256 public static string bookmarks_form_open { 257 get { 258 return ResourceManager.GetString("bookmarks_form_open", resourceCulture); 259 } 260 } 261 262 /// <summary> 263 /// Looks up a localized string similar to Save. 264 /// </summary> 265 public static string bookmarks_form_save { 266 get { 267 return ResourceManager.GetString("bookmarks_form_save", resourceCulture); 268 } 269 } 270 271 /// <summary> 272 /// Looks up a localized string similar to (Refreshing bookmark...). 273 /// </summary> 274 public static string bookmarks_item_refreshing { 275 get { 276 return ResourceManager.GetString("bookmarks_item_refreshing", resourceCulture); 277 } 278 } 279 280 /// <summary> 281 /// Looks up a localized string similar to Open in Terminal. 282 /// </summary> 283 public static string bookmarks_open_in_terminal_name { 284 get { 285 return ResourceManager.GetString("bookmarks_open_in_terminal_name", resourceCulture); 286 } 287 } 288 289 /// <summary> 290 /// Looks up a localized string similar to {0} is required. 291 /// </summary> 292 public static string bookmarks_required_placeholder { 293 get { 294 return ResourceManager.GetString("bookmarks_required_placeholder", resourceCulture); 295 } 296 } 297 298 /// <summary> 299 /// Looks up a localized string similar to Unpin. 300 /// </summary> 301 public static string bookmarks_unpin_name { 302 get { 303 return ResourceManager.GetString("bookmarks_unpin_name", resourceCulture); 304 } 305 } 306 } 307 }