From ddbfd328221555e38ae1bfb9caef8a8f9c3858d0 Mon Sep 17 00:00:00 2001 From: Julie GROSMAIRE Date: Fri, 15 Jan 2021 14:41:08 +0100 Subject: [PATCH 01/13] Add simple addressLine2, Country to Contact #53 #52 --- AddIn/Views/Metadata/MetadataContacts.xaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AddIn/Views/Metadata/MetadataContacts.xaml b/AddIn/Views/Metadata/MetadataContacts.xaml index 51c007b..b1c3f54 100644 --- a/AddIn/Views/Metadata/MetadataContacts.xaml +++ b/AddIn/Views/Metadata/MetadataContacts.xaml @@ -17,7 +17,9 @@ + + From 450d1e5668e155feba78d6fed2a82e6bf6a98b26 Mon Sep 17 00:00:00 2001 From: Julie GROSMAIRE Date: Fri, 15 Jan 2021 15:45:39 +0100 Subject: [PATCH 02/13] Add correct date #42 --- .../ViewsModels/Metadata/MetadataViewModel.cs | 40 +- Language/Resources.Designer.cs | 445 ++++++++++-------- Language/Resources.FR.resx | 15 + Language/Resources.resx | 15 + 4 files changed, 314 insertions(+), 201 deletions(-) diff --git a/AddIn/ViewsModels/Metadata/MetadataViewModel.cs b/AddIn/ViewsModels/Metadata/MetadataViewModel.cs index c5f7171..a4dc8e9 100644 --- a/AddIn/ViewsModels/Metadata/MetadataViewModel.cs +++ b/AddIn/ViewsModels/Metadata/MetadataViewModel.cs @@ -6,6 +6,7 @@ using Isogeo.Utils; using MVVMPattern; using MVVMPattern.MediatorPattern; +using System.Text.RegularExpressions; namespace Isogeo.AddIn.ViewsModels.Metadata { @@ -248,7 +249,44 @@ public string Specification public string DataUpdate => _currentResult?._modified == null ? Isogeo.Language.Resources.NotReported : Formats.FormatDate(_currentResult._modified); - public string UpdateFrequency => _currentResult?.updateFrequency ?? Isogeo.Language.Resources.NotReported; + //public string UpdateFrequency => _currentResult?.updateFrequency ?? Isogeo.Language.Resources.NotReported; + private string _updateFrequency; + public string UpdateFrequency + { + get + { + _updateFrequency = ""; + if (_currentResult?.updateFrequency == null) + return Isogeo.Language.Resources.NotReported; + int stringLength = _currentResult.updateFrequency.Length; + string alphaPart = _currentResult.updateFrequency.Substring(stringLength - 1); + string numberPart = _currentResult.updateFrequency.Substring(1, stringLength - 2); + + _updateFrequency = numberPart; + switch (alphaPart.ToUpper()) + { + case "Y": + _updateFrequency += " " + Isogeo.Language.Resources.Year; + break; + case "M": + _updateFrequency += " " + Isogeo.Language.Resources.Month; + break; + case "W": + _updateFrequency += " " + Isogeo.Language.Resources.Week; + break; + case "D": + _updateFrequency += " " + Isogeo.Language.Resources.Day; + break; + case "H": + _updateFrequency += " " + Isogeo.Language.Resources.Hour; + break; + } + + + + return _updateFrequency; + } + } public string ValidStart => _currentResult?.validFrom == null ? Isogeo.Language.Resources.NotReported : Formats.FormatDate(_currentResult.validFrom); diff --git a/Language/Resources.Designer.cs b/Language/Resources.Designer.cs index fb38b3f..9cacd23 100644 --- a/Language/Resources.Designer.cs +++ b/Language/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Ce code a été généré par un outil. +// Version du runtime :4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si +// le code est régénéré. // //------------------------------------------------------------------------------ @@ -13,12 +13,12 @@ namespace Isogeo.Language { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. /// - // 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. + // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder + // à l'aide d'un outil, tel que ResGen ou Visual Studio. + // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen + // avec l'option /str ou régénérez votre projet VS. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -33,7 +33,7 @@ internal Resources() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal Resources() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Remplace la propriété CurrentUICulture du thread actuel pour toutes + /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,7 @@ internal Resources() { } /// - /// Looks up a localized string similar to Action type. + /// Recherche une chaîne localisée semblable à Action type. /// public static string Action_type { get { @@ -70,7 +70,7 @@ public static string Action_type { } /// - /// Looks up a localized string similar to Action type (default). + /// Recherche une chaîne localisée semblable à Action type (default). /// public static string Action_type_default { get { @@ -79,7 +79,7 @@ public static string Action_type_default { } /// - /// Looks up a localized string similar to Download. + /// Recherche une chaîne localisée semblable à Download. /// public static string Action_type_download { get { @@ -88,7 +88,7 @@ public static string Action_type_download { } /// - /// Looks up a localized string similar to View. + /// Recherche une chaîne localisée semblable à View. /// public static string Action_type_view { get { @@ -97,7 +97,7 @@ public static string Action_type_view { } /// - /// Looks up a localized string similar to Advanced search. + /// Recherche une chaîne localisée semblable à Advanced search. /// public static string Advanced_search { get { @@ -106,7 +106,7 @@ public static string Advanced_search { } /// - /// Looks up a localized string similar to Alias. + /// Recherche une chaîne localisée semblable à Alias. /// public static string Alias { get { @@ -115,7 +115,7 @@ public static string Alias { } /// - /// Looks up a localized string similar to Alternative login. + /// Recherche une chaîne localisée semblable à Alternative login. /// public static string Alternative_login { get { @@ -124,7 +124,7 @@ public static string Alternative_login { } /// - /// Looks up a localized string similar to Application ID. + /// Recherche une chaîne localisée semblable à Application ID. /// public static string Application_ID { get { @@ -133,7 +133,7 @@ public static string Application_ID { } /// - /// Looks up a localized string similar to Application SECRET. + /// Recherche une chaîne localisée semblable à Application SECRET. /// public static string Application_SECRET { get { @@ -142,7 +142,7 @@ public static string Application_SECRET { } /// - /// Looks up a localized string similar to Authentication settings. + /// Recherche une chaîne localisée semblable à Authentication settings. /// public static string Authentication_settings { get { @@ -151,7 +151,7 @@ public static string Authentication_settings { } /// - /// Looks up a localized string similar to Isogeo authentication settings. + /// Recherche une chaîne localisée semblable à Isogeo authentication settings. /// public static string Authentication_Title { get { @@ -160,7 +160,7 @@ public static string Authentication_Title { } /// - /// Looks up a localized string similar to Cancel. + /// Recherche une chaîne localisée semblable à Cancel. /// public static string Cancel { get { @@ -169,7 +169,7 @@ public static string Cancel { } /// - /// Looks up a localized string similar to Can't be added. + /// Recherche une chaîne localisée semblable à Can't be added. /// public static string Cant_be_added { get { @@ -178,7 +178,7 @@ public static string Cant_be_added { } /// - /// Looks up a localized string similar to Check. + /// Recherche une chaîne localisée semblable à Check. /// public static string Check { get { @@ -187,7 +187,7 @@ public static string Check { } /// - /// Looks up a localized string similar to Conform. + /// Recherche une chaîne localisée semblable à Conform. /// public static string Conform { get { @@ -196,7 +196,7 @@ public static string Conform { } /// - /// Looks up a localized string similar to Contact. + /// Recherche une chaîne localisée semblable à Contact. /// public static string Contact { get { @@ -205,7 +205,7 @@ public static string Contact { } /// - /// Looks up a localized string similar to Contact support. + /// Recherche une chaîne localisée semblable à Contact support. /// public static string Contact_support { get { @@ -214,7 +214,7 @@ public static string Contact_support { } /// - /// Looks up a localized string similar to Contact Us. + /// Recherche une chaîne localisée semblable à Contact Us. /// public static string Contact_Us { get { @@ -223,7 +223,7 @@ public static string Contact_Us { } /// - /// Looks up a localized string similar to Coordinate system. + /// Recherche une chaîne localisée semblable à Coordinate system. /// public static string Coordinate_system_source { get { @@ -232,7 +232,7 @@ public static string Coordinate_system_source { } /// - /// Looks up a localized string similar to Copy. + /// Recherche une chaîne localisée semblable à Copy. /// public static string Copy { get { @@ -241,7 +241,7 @@ public static string Copy { } /// - /// Looks up a localized string similar to Conception. + /// Recherche une chaîne localisée semblable à Conception. /// public static string Credit_conception { get { @@ -250,7 +250,7 @@ public static string Credit_conception { } /// - /// Looks up a localized string similar to Contents. + /// Recherche une chaîne localisée semblable à Contents. /// public static string Credit_contenu { get { @@ -259,7 +259,7 @@ public static string Credit_contenu { } /// - /// Looks up a localized string similar to Made by freelance developer Vianney DOLEANS. + /// Recherche une chaîne localisée semblable à Made by freelance developer Vianney DOLEANS. /// public static string Credit_contenu_label { get { @@ -268,7 +268,7 @@ public static string Credit_contenu_label { } /// - /// Looks up a localized string similar to Development Contributors :. + /// Recherche une chaîne localisée semblable à Development Contributors :. /// public static string Credit_developedby { get { @@ -277,7 +277,7 @@ public static string Credit_developedby { } /// - /// Looks up a localized string similar to Development. + /// Recherche une chaîne localisée semblable à Development. /// public static string Credit_development { get { @@ -286,7 +286,7 @@ public static string Credit_development { } /// - /// Looks up a localized string similar to Isogeo - all right reserved. + /// Recherche une chaîne localisée semblable à Isogeo - all right reserved. /// public static string Credit_isogeo { get { @@ -295,7 +295,7 @@ public static string Credit_isogeo { } /// - /// Looks up a localized string similar to Plugin Isogeo - Credits. + /// Recherche une chaîne localisée semblable à Plugin Isogeo - Credits. /// public static string Credit_title { get { @@ -304,7 +304,7 @@ public static string Credit_title { } /// - /// Looks up a localized string similar to Data file. + /// Recherche une chaîne localisée semblable à Data file. /// public static string Data_file { get { @@ -313,7 +313,7 @@ public static string Data_file { } /// - /// Looks up a localized string similar to Date. + /// Recherche une chaîne localisée semblable à Date. /// public static string Date { get { @@ -322,7 +322,16 @@ public static string Date { } /// - /// Looks up a localized string similar to Default search. + /// Recherche une chaîne localisée semblable à day(s). + /// + public static string Day { + get { + return ResourceManager.GetString("Day", resourceCulture); + } + } + + /// + /// Recherche une chaîne localisée semblable à Default search. /// public static string Default_search { get { @@ -331,7 +340,7 @@ public static string Default_search { } /// - /// Looks up a localized string similar to Default sort order. + /// Recherche une chaîne localisée semblable à Default sort order. /// public static string Default_sort_order { get { @@ -340,7 +349,7 @@ public static string Default_sort_order { } /// - /// Looks up a localized string similar to . + /// Recherche une chaîne localisée semblable à . /// public static string Define_as_default_search { get { @@ -349,7 +358,7 @@ public static string Define_as_default_search { } /// - /// Looks up a localized string similar to Delete. + /// Recherche une chaîne localisée semblable à Delete. /// public static string Delete { get { @@ -358,7 +367,7 @@ public static string Delete { } /// - /// Looks up a localized string similar to Description. + /// Recherche une chaîne localisée semblable à Description. /// public static string Description { get { @@ -367,7 +376,7 @@ public static string Description { } /// - /// Looks up a localized string similar to Don't have an access?. + /// Recherche une chaîne localisée semblable à Don't have an access?. /// public static string Dont_have_an_access { get { @@ -376,7 +385,7 @@ public static string Dont_have_an_access { } /// - /// Looks up a localized string similar to Empty. + /// Recherche une chaîne localisée semblable à Empty. /// public static string Empty { get { @@ -385,7 +394,7 @@ public static string Empty { } /// - /// Looks up a localized string similar to English. + /// Recherche une chaîne localisée semblable à English. /// public static string en_EN { get { @@ -394,7 +403,7 @@ public static string en_EN { } /// - /// Looks up a localized string similar to The Metadata has not been properly completed. + /// Recherche une chaîne localisée semblable à The Metadata has not been properly completed. /// public static string Error_bad_metadata { get { @@ -403,7 +412,7 @@ public static string Error_bad_metadata { } /// - /// Looks up a localized string similar to Error : Can't contact support by email. + /// Recherche une chaîne localisée semblable à Error : Can't contact support by email. /// public static string Error_contact_support { get { @@ -412,7 +421,7 @@ public static string Error_contact_support { } /// - /// Looks up a localized string similar to Error : Invalid data, map can't load extent. + /// Recherche une chaîne localisée semblable à Error : Invalid data, map can't load extent. /// public static string Error_extent_map { get { @@ -421,7 +430,7 @@ public static string Error_extent_map { } /// - /// Looks up a localized string similar to Error : Can't load log Manager. + /// Recherche une chaîne localisée semblable à Error : Can't load log Manager. /// public static string Error_logManager { get { @@ -430,7 +439,7 @@ public static string Error_logManager { } /// - /// Looks up a localized string similar to Error : Can't load log file. + /// Recherche une chaîne localisée semblable à Error : Can't load log file. /// public static string Error_logs { get { @@ -439,7 +448,7 @@ public static string Error_logs { } /// - /// Looks up a localized string similar to Proxy information could not be saved. + /// Recherche une chaîne localisée semblable à Proxy information could not be saved. /// public static string Error_proxy { get { @@ -448,7 +457,7 @@ public static string Error_proxy { } /// - /// Looks up a localized string similar to SDE connection file. + /// Recherche une chaîne localisée semblable à SDE connection file. /// public static string FileSDE { get { @@ -457,7 +466,7 @@ public static string FileSDE { } /// - /// Looks up a localized string similar to Format. + /// Recherche une chaîne localisée semblable à Format. /// public static string Format_source { get { @@ -466,7 +475,7 @@ public static string Format_source { } /// - /// Looks up a localized string similar to French. + /// Recherche une chaîne localisée semblable à French. /// public static string fr_FR { get { @@ -475,7 +484,7 @@ public static string fr_FR { } /// - /// Looks up a localized string similar to Geographic filter. + /// Recherche une chaîne localisée semblable à Geographic filter. /// public static string Geographic_filter { get { @@ -484,7 +493,7 @@ public static string Geographic_filter { } /// - /// Looks up a localized string similar to Contains. + /// Recherche une chaîne localisée semblable à Contains. /// public static string Geographic_type_contains { get { @@ -493,7 +502,7 @@ public static string Geographic_type_contains { } /// - /// Looks up a localized string similar to Intersect. + /// Recherche une chaîne localisée semblable à Intersect. /// public static string Geographic_type_intersects { get { @@ -502,7 +511,7 @@ public static string Geographic_type_intersects { } /// - /// Looks up a localized string similar to Whithin. + /// Recherche une chaîne localisée semblable à Whithin. /// public static string Geographic_type_within { get { @@ -511,7 +520,7 @@ public static string Geographic_type_within { } /// - /// Looks up a localized string similar to Geographical operator. + /// Recherche une chaîne localisée semblable à Geographical operator. /// public static string Geographical_operator_applied_to_the_filter { get { @@ -520,7 +529,7 @@ public static string Geographical_operator_applied_to_the_filter { } /// - /// Looks up a localized string similar to Help. + /// Recherche une chaîne localisée semblable à Help. /// public static string Help { get { @@ -529,7 +538,16 @@ public static string Help { } /// - /// Looks up a localized string similar to Import access from a file :. + /// Recherche une chaîne localisée semblable à hour(s). + /// + public static string Hour { + get { + return ResourceManager.GetString("Hour", resourceCulture); + } + } + + /// + /// Recherche une chaîne localisée semblable à Import access from a file :. /// public static string Import_access_from_a_file { get { @@ -538,7 +556,7 @@ public static string Import_access_from_a_file { } /// - /// Looks up a localized string similar to Import file. + /// Recherche une chaîne localisée semblable à Import file. /// public static string Import_File { get { @@ -547,7 +565,7 @@ public static string Import_File { } /// - /// Looks up a localized string similar to INSPIRE keywords. + /// Recherche une chaîne localisée semblable à INSPIRE keywords. /// public static string INSPIRE_keywords { get { @@ -556,7 +574,7 @@ public static string INSPIRE_keywords { } /// - /// Looks up a localized string similar to Isogeo authentication settings. + /// Recherche une chaîne localisée semblable à Isogeo authentication settings. /// public static string Isogeo_authentication_settings { get { @@ -565,7 +583,7 @@ public static string Isogeo_authentication_settings { } /// - /// Looks up a localized string similar to Isogeo login. + /// Recherche une chaîne localisée semblable à Isogeo login. /// public static string Isogeo_login { get { @@ -574,7 +592,7 @@ public static string Isogeo_login { } /// - /// Looks up a localized string similar to Isogeo Metadata. + /// Recherche une chaîne localisée semblable à Isogeo Metadata. /// public static string Isogeo_Metadata { get { @@ -583,7 +601,7 @@ public static string Isogeo_Metadata { } /// - /// Looks up a localized string similar to Key. + /// Recherche une chaîne localisée semblable à Key. /// public static string Key { get { @@ -592,7 +610,7 @@ public static string Key { } /// - /// Looks up a localized string similar to Keywords. + /// Recherche une chaîne localisée semblable à Keywords. /// public static string Keywords { get { @@ -601,7 +619,7 @@ public static string Keywords { } /// - /// Looks up a localized string similar to Language. + /// Recherche une chaîne localisée semblable à Language. /// public static string Lang { get { @@ -610,7 +628,7 @@ public static string Lang { } /// - /// Looks up a localized string similar to (default). + /// Recherche une chaîne localisée semblable à (default). /// public static string Lang_default { get { @@ -619,7 +637,7 @@ public static string Lang_default { } /// - /// Looks up a localized string similar to Licence. + /// Recherche une chaîne localisée semblable à Licence. /// public static string Licence { get { @@ -628,7 +646,7 @@ public static string Licence { } /// - /// Looks up a localized string similar to Line. + /// Recherche une chaîne localisée semblable à Line. /// public static string Line { get { @@ -637,7 +655,7 @@ public static string Line { } /// - /// Looks up a localized string similar to Log. + /// Recherche une chaîne localisée semblable à Log. /// public static string Log { get { @@ -646,7 +664,7 @@ public static string Log { } /// - /// Looks up a localized string similar to Map canvas. + /// Recherche une chaîne localisée semblable à Map canvas. /// public static string Map_canvas { get { @@ -655,7 +673,7 @@ public static string Map_canvas { } /// - /// Looks up a localized string similar to Download. + /// Recherche une chaîne localisée semblable à Download. /// public static string Menu_Download { get { @@ -664,7 +682,7 @@ public static string Menu_Download { } /// - /// Looks up a localized string similar to Load data. + /// Recherche une chaîne localisée semblable à Load data. /// public static string Menu_load { get { @@ -673,7 +691,7 @@ public static string Menu_load { } /// - /// Looks up a localized string similar to Metadata. + /// Recherche une chaîne localisée semblable à Metadata. /// public static string Menu_Metadata { get { @@ -682,7 +700,7 @@ public static string Menu_Metadata { } /// - /// Looks up a localized string similar to OpenCatalog. + /// Recherche une chaîne localisée semblable à OpenCatalog. /// public static string Menu_OpenCatalog { get { @@ -691,7 +709,7 @@ public static string Menu_OpenCatalog { } /// - /// Looks up a localized string similar to You can contact support at 'support+arcgispro@isogeo.fr'. + /// Recherche une chaîne localisée semblable à You can contact support at 'support+arcgispro@isogeo.fr'. /// public static string Message_contact_support { get { @@ -700,7 +718,7 @@ public static string Message_contact_support { } /// - /// Looks up a localized string similar to The requested service is not compatible or has not been configured to work in ArcGis Pro. + /// Recherche une chaîne localisée semblable à The requested service is not compatible or has not been configured to work in ArcGis Pro. /// public static string Message_Data_Error { get { @@ -709,7 +727,7 @@ public static string Message_Data_Error { } /// - /// Looks up a localized string similar to File is not found. + /// Recherche une chaîne localisée semblable à File is not found. /// public static string Message_Data_file_not_found { get { @@ -718,7 +736,7 @@ public static string Message_Data_file_not_found { } /// - /// Looks up a localized string similar to Layer not found. + /// Recherche une chaîne localisée semblable à Layer not found. /// public static string Message_Data_layer_not_found { get { @@ -727,7 +745,7 @@ public static string Message_Data_layer_not_found { } /// - /// Looks up a localized string similar to SDE login file not configured in the 'Settings' tab.. + /// Recherche une chaîne localisée semblable à SDE login file not configured in the 'Settings' tab.. /// public static string Message_Data_sde_not_configured { get { @@ -736,7 +754,7 @@ public static string Message_Data_sde_not_configured { } /// - /// Looks up a localized string similar to Table name is undefined. + /// Recherche une chaîne localisée semblable à Table name is undefined. /// public static string Message_Data_table_undefined { get { @@ -745,7 +763,7 @@ public static string Message_Data_table_undefined { } /// - /// Looks up a localized string similar to Unmanaged data type. + /// Recherche une chaîne localisée semblable à Unmanaged data type. /// public static string Message_Data_Type { get { @@ -754,7 +772,7 @@ public static string Message_Data_Type { } /// - /// Looks up a localized string similar to Advanced. + /// Recherche une chaîne localisée semblable à Advanced. /// public static string Message_Metadata_Advanced { get { @@ -763,7 +781,7 @@ public static string Message_Metadata_Advanced { } /// - /// Looks up a localized string similar to Contacts. + /// Recherche une chaîne localisée semblable à Contacts. /// public static string Message_Metadata_Contacts { get { @@ -772,7 +790,7 @@ public static string Message_Metadata_Contacts { } /// - /// Looks up a localized string similar to General. + /// Recherche une chaîne localisée semblable à General. /// public static string Message_Metadata_General { get { @@ -781,7 +799,7 @@ public static string Message_Metadata_General { } /// - /// Looks up a localized string similar to Geography. + /// Recherche une chaîne localisée semblable à Geography. /// public static string Message_Metadata_Geography { get { @@ -790,7 +808,7 @@ public static string Message_Metadata_Geography { } /// - /// Looks up a localized string similar to History. + /// Recherche une chaîne localisée semblable à History. /// public static string Message_Metadata_History { get { @@ -799,7 +817,7 @@ public static string Message_Metadata_History { } /// - /// Looks up a localized string similar to Licenses. + /// Recherche une chaîne localisée semblable à Licenses. /// public static string Message_Metadata_Licenses { get { @@ -808,7 +826,7 @@ public static string Message_Metadata_Licenses { } /// - /// Looks up a localized string similar to ID is mandatory. + /// Recherche une chaîne localisée semblable à ID is mandatory. /// public static string Message_Query_authentication_id_mandatory { get { @@ -817,7 +835,7 @@ public static string Message_Query_authentication_id_mandatory { } /// - /// Looks up a localized string similar to Connexion failed.. + /// Recherche une chaîne localisée semblable à Connexion failed.. /// public static string Message_Query_authentication_ko { get { @@ -826,7 +844,7 @@ public static string Message_Query_authentication_ko { } /// - /// Looks up a localized string similar to Connection failed. Please check your internet connection and try again.. + /// Recherche une chaîne localisée semblable à Connection failed. Please check your internet connection and try again.. /// public static string Message_Query_authentication_ko_internet { get { @@ -835,7 +853,7 @@ public static string Message_Query_authentication_ko_internet { } /// - /// Looks up a localized string similar to Invalid ID or SECRET. + /// Recherche une chaîne localisée semblable à Invalid ID or SECRET. /// public static string Message_Query_authentication_ko_invalid { get { @@ -844,7 +862,7 @@ public static string Message_Query_authentication_ko_invalid { } /// - /// Looks up a localized string similar to Connection failed. Please check your proxy parameters. + /// Recherche une chaîne localisée semblable à Connection failed. Please check your proxy parameters. /// public static string Message_Query_authentication_ko_proxy { get { @@ -853,7 +871,7 @@ public static string Message_Query_authentication_ko_proxy { } /// - /// Looks up a localized string similar to Connexion is ok.. + /// Recherche une chaîne localisée semblable à Connexion is ok.. /// public static string Message_Query_authentication_ok { get { @@ -862,7 +880,7 @@ public static string Message_Query_authentication_ok { } /// - /// Looks up a localized string similar to SECRET must have 64 characters. + /// Recherche une chaîne localisée semblable à SECRET must have 64 characters. /// public static string Message_Query_authentication_secret_mandatory { get { @@ -871,7 +889,7 @@ public static string Message_Query_authentication_secret_mandatory { } /// - /// Looks up a localized string similar to Settings saved. + /// Recherche une chaîne localisée semblable à Settings saved. /// public static string Message_Settings_save { get { @@ -880,7 +898,7 @@ public static string Message_Settings_save { } /// - /// Looks up a localized string similar to Created :. + /// Recherche une chaîne localisée semblable à Created :. /// public static string Metadata_Advanced_create { get { @@ -889,7 +907,7 @@ public static string Metadata_Advanced_create { } /// - /// Looks up a localized string similar to Metadata properties. + /// Recherche une chaîne localisée semblable à Metadata properties. /// public static string Metadata_Advanced_details { get { @@ -898,7 +916,7 @@ public static string Metadata_Advanced_details { } /// - /// Looks up a localized string similar to Language :. + /// Recherche une chaîne localisée semblable à Language :. /// public static string Metadata_Advanced_lang { get { @@ -907,7 +925,7 @@ public static string Metadata_Advanced_lang { } /// - /// Looks up a localized string similar to Last update :. + /// Recherche une chaîne localisée semblable à Last update :. /// public static string Metadata_Advanced_last_update { get { @@ -916,7 +934,7 @@ public static string Metadata_Advanced_last_update { } /// - /// Looks up a localized string similar to Owner. + /// Recherche une chaîne localisée semblable à Owner. /// public static string Metadata_Advanced_owner { get { @@ -925,7 +943,7 @@ public static string Metadata_Advanced_owner { } /// - /// Looks up a localized string similar to Other contacts. + /// Recherche une chaîne localisée semblable à Other contacts. /// public static string Metadata_Contacts_others_contacts { get { @@ -934,7 +952,7 @@ public static string Metadata_Contacts_others_contacts { } /// - /// Looks up a localized string similar to Point of contact. + /// Recherche une chaîne localisée semblable à Point of contact. /// public static string Metadata_Contacts_points_contacts { get { @@ -943,7 +961,7 @@ public static string Metadata_Contacts_points_contacts { } /// - /// Looks up a localized string similar to Conformity :. + /// Recherche une chaîne localisée semblable à Conformity :. /// public static string Metadata_General_conformity { get { @@ -952,7 +970,7 @@ public static string Metadata_General_conformity { } /// - /// Looks up a localized string similar to Description :. + /// Recherche une chaîne localisée semblable à Description :. /// public static string Metadata_General_description { get { @@ -961,7 +979,7 @@ public static string Metadata_General_description { } /// - /// Looks up a localized string similar to Keywords :. + /// Recherche une chaîne localisée semblable à Keywords :. /// public static string Metadata_General_keywords { get { @@ -970,7 +988,7 @@ public static string Metadata_General_keywords { } /// - /// Looks up a localized string similar to Owner :. + /// Recherche une chaîne localisée semblable à Owner :. /// public static string Metadata_General_owner { get { @@ -979,7 +997,7 @@ public static string Metadata_General_owner { } /// - /// Looks up a localized string similar to Theme :. + /// Recherche une chaîne localisée semblable à Theme :. /// public static string Metadata_General_themes { get { @@ -988,7 +1006,7 @@ public static string Metadata_General_themes { } /// - /// Looks up a localized string similar to Format :. + /// Recherche une chaîne localisée semblable à Format :. /// public static string Metadata_Geography_format { get { @@ -997,7 +1015,7 @@ public static string Metadata_Geography_format { } /// - /// Looks up a localized string similar to Geometry type :. + /// Recherche une chaîne localisée semblable à Geometry type :. /// public static string Metadata_Geography_geometrytype { get { @@ -1006,7 +1024,7 @@ public static string Metadata_Geography_geometrytype { } /// - /// Looks up a localized string similar to Technical informations. + /// Recherche une chaîne localisée semblable à Technical informations. /// public static string Metadata_Geography_info { get { @@ -1015,7 +1033,7 @@ public static string Metadata_Geography_info { } /// - /// Looks up a localized string similar to Features count :. + /// Recherche une chaîne localisée semblable à Features count :. /// public static string Metadata_Geography_nbobjects { get { @@ -1024,7 +1042,7 @@ public static string Metadata_Geography_nbobjects { } /// - /// Looks up a localized string similar to Resolution :. + /// Recherche une chaîne localisée semblable à Resolution :. /// public static string Metadata_Geography_resolution { get { @@ -1033,7 +1051,7 @@ public static string Metadata_Geography_resolution { } /// - /// Looks up a localized string similar to Scale :. + /// Recherche une chaîne localisée semblable à Scale :. /// public static string Metadata_Geography_scale { get { @@ -1042,7 +1060,7 @@ public static string Metadata_Geography_scale { } /// - /// Looks up a localized string similar to Specification. + /// Recherche une chaîne localisée semblable à Specification. /// public static string Metadata_Geography_specification { get { @@ -1051,7 +1069,7 @@ public static string Metadata_Geography_specification { } /// - /// Looks up a localized string similar to SRS :. + /// Recherche une chaîne localisée semblable à SRS :. /// public static string Metadata_Geography_srs { get { @@ -1060,7 +1078,7 @@ public static string Metadata_Geography_srs { } /// - /// Looks up a localized string similar to Typology. + /// Recherche une chaîne localisée semblable à Typology. /// public static string Metadata_Geography_typology { get { @@ -1069,7 +1087,7 @@ public static string Metadata_Geography_typology { } /// - /// Looks up a localized string similar to Comments :. + /// Recherche une chaîne localisée semblable à Comments :. /// public static string Metadata_History_comment { get { @@ -1078,7 +1096,7 @@ public static string Metadata_History_comment { } /// - /// Looks up a localized string similar to Context. + /// Recherche une chaîne localisée semblable à Context. /// public static string Metadata_History_context { get { @@ -1087,7 +1105,7 @@ public static string Metadata_History_context { } /// - /// Looks up a localized string similar to Creation date :. + /// Recherche une chaîne localisée semblable à Creation date :. /// public static string Metadata_History_datecreate { get { @@ -1096,7 +1114,7 @@ public static string Metadata_History_datecreate { } /// - /// Looks up a localized string similar to End validity :. + /// Recherche une chaîne localisée semblable à End validity :. /// public static string Metadata_History_endvalid { get { @@ -1105,7 +1123,7 @@ public static string Metadata_History_endvalid { } /// - /// Looks up a localized string similar to Data history. + /// Recherche une chaîne localisée semblable à Data history. /// public static string Metadata_History_history { get { @@ -1114,7 +1132,7 @@ public static string Metadata_History_history { } /// - /// Looks up a localized string similar to Last update :. + /// Recherche une chaîne localisée semblable à Last update :. /// public static string Metadata_History_lastupdate { get { @@ -1123,7 +1141,7 @@ public static string Metadata_History_lastupdate { } /// - /// Looks up a localized string similar to Last modifications. + /// Recherche une chaîne localisée semblable à Last modifications. /// public static string Metadata_History_lastupdatedata { get { @@ -1132,7 +1150,7 @@ public static string Metadata_History_lastupdatedata { } /// - /// Looks up a localized string similar to Method. + /// Recherche une chaîne localisée semblable à Method. /// public static string Metadata_History_method { get { @@ -1141,7 +1159,7 @@ public static string Metadata_History_method { } /// - /// Looks up a localized string similar to Start validity :. + /// Recherche une chaîne localisée semblable à Start validity :. /// public static string Metadata_History_startvalid { get { @@ -1150,7 +1168,7 @@ public static string Metadata_History_startvalid { } /// - /// Looks up a localized string similar to Updated every :. + /// Recherche une chaîne localisée semblable à Updated every :. /// public static string Metadata_History_updateevery { get { @@ -1159,7 +1177,7 @@ public static string Metadata_History_updateevery { } /// - /// Looks up a localized string similar to Licences. + /// Recherche une chaîne localisée semblable à Licences. /// public static string Metadata_Licences_licence { get { @@ -1168,7 +1186,7 @@ public static string Metadata_Licences_licence { } /// - /// Looks up a localized string similar to Limitations. + /// Recherche une chaîne localisée semblable à Limitations. /// public static string Metadata_Licences_limitation { get { @@ -1177,7 +1195,7 @@ public static string Metadata_Licences_limitation { } /// - /// Looks up a localized string similar to Metadata owner. + /// Recherche une chaîne localisée semblable à Metadata owner. /// public static string Metadata_owner { get { @@ -1186,7 +1204,7 @@ public static string Metadata_owner { } /// - /// Looks up a localized string similar to Metadata owner (default). + /// Recherche une chaîne localisée semblable à Metadata owner (default). /// public static string Metadata_owner_default { get { @@ -1195,7 +1213,16 @@ public static string Metadata_owner_default { } /// - /// Looks up a localized string similar to Multi Polygon. + /// Recherche une chaîne localisée semblable à month(s). + /// + public static string Month { + get { + return ResourceManager.GetString("Month", resourceCulture); + } + } + + /// + /// Recherche une chaîne localisée semblable à Multi Polygon. /// public static string MultiPolygon { get { @@ -1204,7 +1231,7 @@ public static string MultiPolygon { } /// - /// Looks up a localized string similar to Name. + /// Recherche une chaîne localisée semblable à Name. /// public static string Name { get { @@ -1213,7 +1240,7 @@ public static string Name { } /// - /// Looks up a localized string similar to New search. + /// Recherche une chaîne localisée semblable à New search. /// public static string New_search { get { @@ -1222,7 +1249,7 @@ public static string New_search { } /// - /// Looks up a localized string similar to No. + /// Recherche une chaîne localisée semblable à No. /// public static string No { get { @@ -1231,7 +1258,7 @@ public static string No { } /// - /// Looks up a localized string similar to No licence. + /// Recherche une chaîne localisée semblable à No licence. /// public static string No_licence { get { @@ -1240,7 +1267,7 @@ public static string No_licence { } /// - /// Looks up a localized string similar to NR. + /// Recherche une chaîne localisée semblable à NR. /// public static string NotReported { get { @@ -1249,7 +1276,7 @@ public static string NotReported { } /// - /// Looks up a localized string similar to Open online help. + /// Recherche une chaîne localisée semblable à Open online help. /// public static string Open_help { get { @@ -1258,7 +1285,7 @@ public static string Open_help { } /// - /// Looks up a localized string similar to Open log file. + /// Recherche une chaîne localisée semblable à Open log file. /// public static string Open_log { get { @@ -1267,7 +1294,7 @@ public static string Open_log { } /// - /// Looks up a localized string similar to Open plugin credits. + /// Recherche une chaîne localisée semblable à Open plugin credits. /// public static string Open_plugin_credits { get { @@ -1276,7 +1303,7 @@ public static string Open_plugin_credits { } /// - /// Looks up a localized string similar to Page. + /// Recherche une chaîne localisée semblable à Page. /// public static string Page { get { @@ -1285,7 +1312,7 @@ public static string Page { } /// - /// Looks up a localized string similar to Point. + /// Recherche une chaîne localisée semblable à Point. /// public static string Point { get { @@ -1294,7 +1321,7 @@ public static string Point { } /// - /// Looks up a localized string similar to Polygon. + /// Recherche une chaîne localisée semblable à Polygon. /// public static string Polygon { get { @@ -1303,7 +1330,7 @@ public static string Polygon { } /// - /// Looks up a localized string similar to PostGIS table. + /// Recherche une chaîne localisée semblable à PostGIS table. /// public static string PostGIS_table { get { @@ -1312,7 +1339,7 @@ public static string PostGIS_table { } /// - /// Looks up a localized string similar to Last search. + /// Recherche une chaîne localisée semblable à Last search. /// public static string Previous_search { get { @@ -1321,7 +1348,7 @@ public static string Previous_search { } /// - /// Looks up a localized string similar to Password. + /// Recherche une chaîne localisée semblable à Password. /// public static string Proxy_password { get { @@ -1330,7 +1357,7 @@ public static string Proxy_password { } /// - /// Looks up a localized string similar to Proxy information has been saved. + /// Recherche une chaîne localisée semblable à Proxy information has been saved. /// public static string Proxy_saved { get { @@ -1339,7 +1366,7 @@ public static string Proxy_saved { } /// - /// Looks up a localized string similar to Proxy Settings. + /// Recherche une chaîne localisée semblable à Proxy Settings. /// public static string Proxy_settings { get { @@ -1348,7 +1375,7 @@ public static string Proxy_settings { } /// - /// Looks up a localized string similar to Proxy URL. + /// Recherche une chaîne localisée semblable à Proxy URL. /// public static string Proxy_url { get { @@ -1357,7 +1384,7 @@ public static string Proxy_url { } /// - /// Looks up a localized string similar to User. + /// Recherche une chaîne localisée semblable à User. /// public static string Proxy_user { get { @@ -1366,7 +1393,7 @@ public static string Proxy_user { } /// - /// Looks up a localized string similar to Quick Search. + /// Recherche une chaîne localisée semblable à Quick Search. /// public static string Quick_search { get { @@ -1375,7 +1402,7 @@ public static string Quick_search { } /// - /// Looks up a localized string similar to Quick search settings. + /// Recherche une chaîne localisée semblable à Quick search settings. /// public static string Quick_search_settings { get { @@ -1384,7 +1411,7 @@ public static string Quick_search_settings { } /// - /// Looks up a localized string similar to Name already exist.. + /// Recherche une chaîne localisée semblable à Name already exist.. /// public static string Quicksearch_already_exist { get { @@ -1393,7 +1420,7 @@ public static string Quicksearch_already_exist { } /// - /// Looks up a localized string similar to Quicksearch name. + /// Recherche une chaîne localisée semblable à Quicksearch name. /// public static string Quicksearch_name { get { @@ -1402,7 +1429,7 @@ public static string Quicksearch_name { } /// - /// Looks up a localized string similar to Name is mandatory.. + /// Recherche une chaîne localisée semblable à Name is mandatory.. /// public static string Quicksearch_name_mandatory { get { @@ -1411,7 +1438,7 @@ public static string Quicksearch_name_mandatory { } /// - /// Looks up a localized string similar to New quicksearch. + /// Recherche une chaîne localisée semblable à New quicksearch. /// public static string Quicksearch_new { get { @@ -1420,7 +1447,7 @@ public static string Quicksearch_new { } /// - /// Looks up a localized string similar to Quicksearch new name. + /// Recherche une chaîne localisée semblable à Quicksearch new name. /// public static string Quicksearch_new_name { get { @@ -1429,7 +1456,7 @@ public static string Quicksearch_new_name { } /// - /// Looks up a localized string similar to Rename quicksearch. + /// Recherche une chaîne localisée semblable à Rename quicksearch. /// public static string Quicksearch_rename { get { @@ -1438,7 +1465,7 @@ public static string Quicksearch_rename { } /// - /// Looks up a localized string similar to Raster. + /// Recherche une chaîne localisée semblable à Raster. /// public static string Raster { get { @@ -1447,7 +1474,7 @@ public static string Raster { } /// - /// Looks up a localized string similar to Realization. + /// Recherche une chaîne localisée semblable à Realization. /// public static string Realization { get { @@ -1456,7 +1483,7 @@ public static string Realization { } /// - /// Looks up a localized string similar to Reload last search. + /// Recherche une chaîne localisée semblable à Reload last search. /// public static string Reload_last_search { get { @@ -1465,7 +1492,7 @@ public static string Reload_last_search { } /// - /// Looks up a localized string similar to Rename. + /// Recherche une chaîne localisée semblable à Rename. /// public static string Rename { get { @@ -1474,7 +1501,7 @@ public static string Rename { } /// - /// Looks up a localized string similar to Reset all input fields. + /// Recherche une chaîne localisée semblable à Reset all input fields. /// public static string Reset_search { get { @@ -1483,7 +1510,7 @@ public static string Reset_search { } /// - /// Looks up a localized string similar to Resource type. + /// Recherche une chaîne localisée semblable à Resource type. /// public static string Resource_type { get { @@ -1492,7 +1519,7 @@ public static string Resource_type { } /// - /// Looks up a localized string similar to Resources. + /// Recherche une chaîne localisée semblable à Resources. /// public static string Resources_ { get { @@ -1501,7 +1528,7 @@ public static string Resources_ { } /// - /// Looks up a localized string similar to Result. + /// Recherche une chaîne localisée semblable à Result. /// public static string Result { get { @@ -1510,7 +1537,7 @@ public static string Result { } /// - /// Looks up a localized string similar to Results. + /// Recherche une chaîne localisée semblable à Results. /// public static string Results { get { @@ -1519,7 +1546,7 @@ public static string Results { } /// - /// Looks up a localized string similar to Save. + /// Recherche une chaîne localisée semblable à Save. /// public static string Save { get { @@ -1528,7 +1555,7 @@ public static string Save { } /// - /// Looks up a localized string similar to Save as.... + /// Recherche une chaîne localisée semblable à Save as.... /// public static string Save_as { get { @@ -1537,7 +1564,7 @@ public static string Save_as { } /// - /// Looks up a localized string similar to Search. + /// Recherche une chaîne localisée semblable à Search. /// public static string Search { get { @@ -1546,7 +1573,7 @@ public static string Search { } /// - /// Looks up a localized string similar to Search management. + /// Recherche une chaîne localisée semblable à Search management. /// public static string Search_management { get { @@ -1555,7 +1582,7 @@ public static string Search_management { } /// - /// Looks up a localized string similar to Search settings. + /// Recherche une chaîne localisée semblable à Search settings. /// public static string Search_settings { get { @@ -1564,7 +1591,7 @@ public static string Search_settings { } /// - /// Looks up a localized string similar to Terms search. + /// Recherche une chaîne localisée semblable à Terms search. /// public static string Search_terms { get { @@ -1573,7 +1600,7 @@ public static string Search_terms { } /// - /// Looks up a localized string similar to Search. + /// Recherche une chaîne localisée semblable à Search. /// public static string Search_word { get { @@ -1582,7 +1609,7 @@ public static string Search_word { } /// - /// Looks up a localized string similar to Service. + /// Recherche une chaîne localisée semblable à Service. /// public static string Service { get { @@ -1591,7 +1618,7 @@ public static string Service { } /// - /// Looks up a localized string similar to Set plugin authentication. + /// Recherche une chaîne localisée semblable à Set plugin authentication. /// public static string Set_pluggin_authentication { get { @@ -1600,7 +1627,7 @@ public static string Set_pluggin_authentication { } /// - /// Looks up a localized string similar to Settings. + /// Recherche une chaîne localisée semblable à Settings. /// public static string Settings { get { @@ -1609,7 +1636,7 @@ public static string Settings { } /// - /// Looks up a localized string similar to Sorting direction. + /// Recherche une chaîne localisée semblable à Sorting direction. /// public static string Sorting_direction { get { @@ -1618,7 +1645,7 @@ public static string Sorting_direction { } /// - /// Looks up a localized string similar to Sorting method. + /// Recherche une chaîne localisée semblable à Sorting method. /// public static string Sorting_method { get { @@ -1627,7 +1654,7 @@ public static string Sorting_method { } /// - /// Looks up a localized string similar to Ascending. + /// Recherche une chaîne localisée semblable à Ascending. /// public static string Sorting_method_ascending { get { @@ -1636,7 +1663,7 @@ public static string Sorting_method_ascending { } /// - /// Looks up a localized string similar to Data created. + /// Recherche une chaîne localisée semblable à Data created. /// public static string Sorting_method_created { get { @@ -1645,7 +1672,7 @@ public static string Sorting_method_created { } /// - /// Looks up a localized string similar to Descending. + /// Recherche une chaîne localisée semblable à Descending. /// public static string Sorting_method_descending { get { @@ -1654,7 +1681,7 @@ public static string Sorting_method_descending { } /// - /// Looks up a localized string similar to Metadata created. + /// Recherche une chaîne localisée semblable à Metadata created. /// public static string Sorting_method_metadata_created { get { @@ -1663,7 +1690,7 @@ public static string Sorting_method_metadata_created { } /// - /// Looks up a localized string similar to Metadata modified. + /// Recherche une chaîne localisée semblable à Metadata modified. /// public static string Sorting_method_metadata_modified { get { @@ -1672,7 +1699,7 @@ public static string Sorting_method_metadata_modified { } /// - /// Looks up a localized string similar to Data modified. + /// Recherche une chaîne localisée semblable à Data modified. /// public static string Sorting_method_modified { get { @@ -1681,7 +1708,7 @@ public static string Sorting_method_modified { } /// - /// Looks up a localized string similar to Relevance. + /// Recherche une chaîne localisée semblable à Relevance. /// public static string Sorting_method_relevance { get { @@ -1690,7 +1717,7 @@ public static string Sorting_method_relevance { } /// - /// Looks up a localized string similar to Alphabetical order. + /// Recherche une chaîne localisée semblable à Alphabetical order. /// public static string Sorting_method_title { get { @@ -1699,7 +1726,7 @@ public static string Sorting_method_title { } /// - /// Looks up a localized string similar to Type. + /// Recherche une chaîne localisée semblable à Type. /// public static string Type { get { @@ -1708,7 +1735,7 @@ public static string Type { } /// - /// Looks up a localized string similar to Unknown geometry. + /// Recherche une chaîne localisée semblable à Unknown geometry. /// public static string Unknown_geometry { get { @@ -1717,7 +1744,16 @@ public static string Unknown_geometry { } /// - /// Looks up a localized string similar to WFS. + /// Recherche une chaîne localisée semblable à week(s). + /// + public static string Week { + get { + return ResourceManager.GetString("Week", resourceCulture); + } + } + + /// + /// Recherche une chaîne localisée semblable à WFS. /// public static string WFS { get { @@ -1726,7 +1762,7 @@ public static string WFS { } /// - /// Looks up a localized string similar to WMS. + /// Recherche une chaîne localisée semblable à WMS. /// public static string WMS { get { @@ -1735,7 +1771,7 @@ public static string WMS { } /// - /// Looks up a localized string similar to WMTS. + /// Recherche une chaîne localisée semblable à WMTS. /// public static string WMTS { get { @@ -1744,7 +1780,16 @@ public static string WMTS { } /// - /// Looks up a localized string similar to Yes. + /// Recherche une chaîne localisée semblable à year(s). + /// + public static string Year { + get { + return ResourceManager.GetString("Year", resourceCulture); + } + } + + /// + /// Recherche une chaîne localisée semblable à Yes. /// public static string Yes { get { diff --git a/Language/Resources.FR.resx b/Language/Resources.FR.resx index 5aada86..10d1335 100644 --- a/Language/Resources.FR.resx +++ b/Language/Resources.FR.resx @@ -204,6 +204,9 @@ Date + + jour(s) + Recherche par défaut @@ -270,6 +273,9 @@ Aide + + heure(s) + Importer les accès depuis un ficher : @@ -492,6 +498,9 @@ Propriétaire de la métadonnée (défaut) + + mois + MultiPolygone @@ -663,6 +672,9 @@ Géometrie inconnue + + semaine(s) + WFS @@ -672,6 +684,9 @@ WMTS + + an(s) + Oui diff --git a/Language/Resources.resx b/Language/Resources.resx index 998839b..de87e1e 100644 --- a/Language/Resources.resx +++ b/Language/Resources.resx @@ -204,6 +204,9 @@ Date + + day(s) + Default search @@ -273,6 +276,9 @@ Help + + hour(s) + Import access from a file : @@ -495,6 +501,9 @@ Metadata owner (default) + + month(s) + Multi Polygon @@ -669,6 +678,9 @@ Unknown geometry + + week(s) + WFS @@ -678,6 +690,9 @@ WMTS + + year(s) + Yes From 8f09e1b8f33019830310f47550237c5ef2c4fc1b Mon Sep 17 00:00:00 2001 From: Julie GROSMAIRE Date: Fri, 15 Jan 2021 16:12:43 +0100 Subject: [PATCH 03/13] Add cut-off layer name #45 --- .../Metadata/TechnicalInformationItem.xaml | 17 ++++++++++------- AddIn/ViewsModels/Metadata/MetadataViewModel.cs | 5 ++--- Language/Resources.Designer.cs | 9 +++++++++ Language/Resources.FR.resx | 3 +++ Language/Resources.resx | 3 +++ 5 files changed, 27 insertions(+), 10 deletions(-) diff --git a/AddIn/Views/Metadata/TechnicalInformationItem.xaml b/AddIn/Views/Metadata/TechnicalInformationItem.xaml index e3a550b..8892e02 100644 --- a/AddIn/Views/Metadata/TechnicalInformationItem.xaml +++ b/AddIn/Views/Metadata/TechnicalInformationItem.xaml @@ -5,7 +5,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:language="clr-namespace:Isogeo.Language;assembly=Isogeo.Language" mc:Ignorable="d" - d:DesignHeight="100" d:DesignWidth="500"> + d:DesignHeight="120" d:DesignWidth="500"> @@ -30,13 +30,16 @@ + - - - - - - - - - - - - -