// Copyright (C) Stichting Deltares 2019. All rights reserved. // // This file is part of Riskeer. // // Riskeer is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License // along with this program. If not, see . // // All names, logos, and references to "Deltares" are registered trademarks of // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Core.Components.BruTile.Properties { using System; /// /// 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", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::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)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Core.Components.BruTile.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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Bron staat het niet toe om toegang te krijgen tot de kaart tegels.. /// internal static string Configuration_InitializeFromTileSource_TileSource_does_not_allow_access_to_provider { get { return ResourceManager.GetString("Configuration_InitializeFromTileSource_TileSource_does_not_allow_access_to_provid" + "er", resourceCulture); } } /// /// Looks up a localized string similar to Een kritieke fout is opgetreden bij het aanmaken van de cache.. /// internal static string PersistentCacheConfiguration_CreateTileCache_Critical_error_while_creating_tile_cache { get { return ResourceManager.GetString("PersistentCacheConfiguration_CreateTileCache_Critical_error_while_creating_tile_c" + "ache", resourceCulture); } } /// /// Looks up a localized string similar to Het pad naar bestandsmap '{0}' is niet geschikt om de kaart tegels in op te slaan.. /// internal static string PersistentCacheConfiguration_Invalid_path_for_persistent_cache { get { return ResourceManager.GetString("PersistentCacheConfiguration_Invalid_path_for_persistent_cache", resourceCulture); } } /// /// Looks up a localized string similar to Een databron is niet volgens het WMTS protocol aangeleverd.. /// internal static string TileSourceFactory_GetWmtsTileSources_TileSource_without_WmtsTileSchema_error { get { return ResourceManager.GetString("TileSourceFactory_GetWmtsTileSources_TileSource_without_WmtsTileSchema_error", resourceCulture); } } /// /// Looks up a localized string similar to Niet in staat om de databronnen op te halen bij de WMTS URL '{0}'.. /// internal static string TileSourceFactory_ParseWmtsTileSources_Cannot_connect_to_WMTS_0_ { get { return ResourceManager.GetString("TileSourceFactory_ParseWmtsTileSources_Cannot_connect_to_WMTS_0_", resourceCulture); } } /// /// Looks up a localized string similar to Niet in staat om de databron met naam '{0}' te kunnen vinden bij de WMTS URL '{1}'.. /// internal static string WmtsLayerConfiguration_GetConfiguredTileSource_Cannot_find_LayerId_0_at_WmtsUrl_1_ { get { return ResourceManager.GetString("WmtsLayerConfiguration_GetConfiguredTileSource_Cannot_find_LayerId_0_at_WmtsUrl_1" + "_", resourceCulture); } } /// /// Looks up a localized string similar to Afbeelding formaat moet opgegeven worden als MIME-type.. /// internal static string WmtsLayerConfiguration_ValidateConfigurationParameters_PreferredFormat_must_be_mimetype { get { return ResourceManager.GetString("WmtsLayerConfiguration_ValidateConfigurationParameters_PreferredFormat_must_be_mi" + "metype", resourceCulture); } } /// /// Looks up a localized string similar to Bron bevat geen WMTS schema.. /// internal static string WmtsLayerConfiguration_ValidateTileSource_TileSource_must_have_WmtsTileSchema { get { return ResourceManager.GetString("WmtsLayerConfiguration_ValidateTileSource_TileSource_must_have_WmtsTileSchema", resourceCulture); } } } }