From afef0fa13fedfa03b9bdad7097ca462529c8ed43 Mon Sep 17 00:00:00 2001 From: Markus Hofknecht Date: Wed, 16 Feb 2022 16:04:43 +0100 Subject: [PATCH] [BUG] Application language does not change (#314, #329), version 1.2.8.0 --- Packaging/Package.appxmanifest | 2 +- Properties/AssemblyInfo.cs | 4 +- Resources/{ => Languages}/lang.Designer.cs | 2236 ++++++++--------- .../{ => Languages}/lang.cs-CZ.Designer.cs | 0 Resources/{ => Languages}/lang.cs-CZ.resx | 0 .../{ => Languages}/lang.de-DE.Designer.cs | 0 Resources/{ => Languages}/lang.de-DE.resx | 940 +++---- .../{ => Languages}/lang.es-ES.Designer.cs | 0 Resources/{ => Languages}/lang.es-ES.resx | 0 .../{ => Languages}/lang.fa-IR.Designer.cs | 0 Resources/{ => Languages}/lang.fa-IR.resx | 0 .../{ => Languages}/lang.fr-FR.Designer.cs | 0 Resources/{ => Languages}/lang.fr-FR.resx | 0 .../{ => Languages}/lang.it-IT.Designer.cs | 0 Resources/{ => Languages}/lang.it-IT.resx | 0 .../{ => Languages}/lang.ja-JP.Designer.cs | 0 Resources/{ => Languages}/lang.ja-JP.resx | 0 .../{ => Languages}/lang.ko-KR.Designer.cs | 0 Resources/{ => Languages}/lang.ko-KR.resx | 0 .../{ => Languages}/lang.nl-NL.Designer.cs | 0 Resources/{ => Languages}/lang.nl-NL.resx | 0 .../{ => Languages}/lang.pt-BR.Designer.cs | 0 Resources/{ => Languages}/lang.pt-BR.resx | 0 Resources/{ => Languages}/lang.resx | 940 +++---- .../{ => Languages}/lang.ru-RU.Designer.cs | 0 Resources/{ => Languages}/lang.ru-RU.resx | 0 .../{ => Languages}/lang.tr-TR.Designer.cs | 0 Resources/{ => Languages}/lang.tr-TR.resx | 0 .../{ => Languages}/lang.vi-VN.Designer.cs | 0 Resources/{ => Languages}/lang.vi-VN.resx | 0 .../{ => Languages}/lang.zh-CN.Designer.cs | 0 Resources/{ => Languages}/lang.zh-CN.resx | 0 SystemTrayMenu.csproj | 55 +- Utilities/Translator.cs | 2 +- 34 files changed, 2087 insertions(+), 2092 deletions(-) rename Resources/{ => Languages}/lang.Designer.cs (97%) rename Resources/{ => Languages}/lang.cs-CZ.Designer.cs (100%) rename Resources/{ => Languages}/lang.cs-CZ.resx (100%) rename Resources/{ => Languages}/lang.de-DE.Designer.cs (100%) rename Resources/{ => Languages}/lang.de-DE.resx (97%) rename Resources/{ => Languages}/lang.es-ES.Designer.cs (100%) rename Resources/{ => Languages}/lang.es-ES.resx (100%) rename Resources/{ => Languages}/lang.fa-IR.Designer.cs (100%) rename Resources/{ => Languages}/lang.fa-IR.resx (100%) rename Resources/{ => Languages}/lang.fr-FR.Designer.cs (100%) rename Resources/{ => Languages}/lang.fr-FR.resx (100%) rename Resources/{ => Languages}/lang.it-IT.Designer.cs (100%) rename Resources/{ => Languages}/lang.it-IT.resx (100%) rename Resources/{ => Languages}/lang.ja-JP.Designer.cs (100%) rename Resources/{ => Languages}/lang.ja-JP.resx (100%) rename Resources/{ => Languages}/lang.ko-KR.Designer.cs (100%) rename Resources/{ => Languages}/lang.ko-KR.resx (100%) rename Resources/{ => Languages}/lang.nl-NL.Designer.cs (100%) rename Resources/{ => Languages}/lang.nl-NL.resx (100%) rename Resources/{ => Languages}/lang.pt-BR.Designer.cs (100%) rename Resources/{ => Languages}/lang.pt-BR.resx (100%) rename Resources/{ => Languages}/lang.resx (97%) rename Resources/{ => Languages}/lang.ru-RU.Designer.cs (100%) rename Resources/{ => Languages}/lang.ru-RU.resx (100%) rename Resources/{ => Languages}/lang.tr-TR.Designer.cs (100%) rename Resources/{ => Languages}/lang.tr-TR.resx (100%) rename Resources/{ => Languages}/lang.vi-VN.Designer.cs (100%) rename Resources/{ => Languages}/lang.vi-VN.resx (100%) rename Resources/{ => Languages}/lang.zh-CN.Designer.cs (100%) rename Resources/{ => Languages}/lang.zh-CN.resx (100%) diff --git a/Packaging/Package.appxmanifest b/Packaging/Package.appxmanifest index bdf2466..3275dc9 100644 --- a/Packaging/Package.appxmanifest +++ b/Packaging/Package.appxmanifest @@ -10,7 +10,7 @@ + Version="1.2.8.0" /> SystemTrayMenu diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 79c1a97..b83c8a1 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.7.0")] -[assembly: AssemblyFileVersion("1.2.7.0")] +[assembly: AssemblyVersion("1.2.8.0")] +[assembly: AssemblyFileVersion("1.2.8.0")] diff --git a/Resources/lang.Designer.cs b/Resources/Languages/lang.Designer.cs similarity index 97% rename from Resources/lang.Designer.cs rename to Resources/Languages/lang.Designer.cs index 8e65f35..2a2e37a 100644 --- a/Resources/lang.Designer.cs +++ b/Resources/Languages/lang.Designer.cs @@ -1,1118 +1,1118 @@ -//------------------------------------------------------------------------------ -// -// 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 SystemTrayMenu.Resources { - 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", "17.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class lang { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal lang() { - } - - /// - /// 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("SystemTrayMenu.Resources.lang", typeof(lang).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 About. - /// - internal static string About { - get { - return ResourceManager.GetString("About", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Activated. - /// - internal static string Activated { - get { - return ResourceManager.GetString("Activated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add content of folders to main menu. - /// - internal static string Add_content_of_folders_to_main_menu { - get { - return ResourceManager.GetString("Add content of folders to main menu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add folder. - /// - internal static string Add_folder { - get { - return ResourceManager.GetString("Add folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add sample 'Start Menu' folder. - /// - internal static string Add_sample__Start_Menu__folder { - get { - return ResourceManager.GetString("Add sample \'Start Menu\' folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Advanced. - /// - internal static string Advanced { - get { - return ResourceManager.GetString("Advanced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always Show hidden files, folders or drives. - /// - internal static string Always_Show_hidden_files__folders_or_drives { - get { - return ResourceManager.GetString("Always Show hidden files, folders or drives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Appearance. - /// - internal static string Appearance { - get { - return ResourceManager.GetString("Appearance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrow. - /// - internal static string Arrow { - get { - return ResourceManager.GetString("Arrow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrow when clicking. - /// - internal static string Arrow_when_clicking { - get { - return ResourceManager.GetString("Arrow when clicking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arrow while mouse hovers. - /// - internal static string Arrow_while_mouse_hovers { - get { - return ResourceManager.GetString("Arrow while mouse hovers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Autostart. - /// - internal static string Autostart { - get { - return ResourceManager.GetString("Autostart", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Background. - /// - internal static string Background { - get { - return ResourceManager.GetString("Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Background of arrow when clicking. - /// - internal static string Background_of_arrow_when_clicking { - get { - return ResourceManager.GetString("Background of arrow when clicking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Background of arrow while mouse hovers. - /// - internal static string Background_of_arrow_while_mouse_hovers { - get { - return ResourceManager.GetString("Background of arrow while mouse hovers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Border of menu. - /// - internal static string Border_of_menu { - get { - return ResourceManager.GetString("Border of menu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Border of opened folder. - /// - internal static string Border_of_opened_folder { - get { - return ResourceManager.GetString("Border of opened folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Border of selected item. - /// - internal static string Border_of_selected_item { - get { - return ResourceManager.GetString("Border of selected item", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bottom left. - /// - internal static string Bottom_left { - get { - return ResourceManager.GetString("Bottom left", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bottom right. - /// - internal static string Bottom_right { - get { - return ResourceManager.GetString("Bottom right", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cancel. - /// - internal static string buttonCancel { - get { - return ResourceManager.GetString("buttonCancel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cache. - /// - internal static string Cache { - get { - return ResourceManager.GetString("Cache", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cache main menu. - /// - internal static string Cache_main_menu { - get { - return ResourceManager.GetString("Cache main menu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change folder. - /// - internal static string Change_folder { - get { - return ResourceManager.GetString("Change folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change to relative folder. - /// - internal static string Change_to_relative_folder { - get { - return ResourceManager.GetString("Change to relative folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Clear cache if more than this number of items. - /// - internal static string Clear_cache_if_more_than_this_number_of_items { - get { - return ResourceManager.GetString("Clear cache if more than this number of items", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Click. - /// - internal static string Click { - get { - return ResourceManager.GetString("Click", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Colors Dark Mode. - /// - internal static string Colors_Dark_Mode { - get { - return ResourceManager.GetString("Colors Dark Mode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Colors Light Mode. - /// - internal static string Colors_Light_Mode { - get { - return ResourceManager.GetString("Colors Light Mode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn’t register the hot key.. - /// - internal static string Could_not_register_the_hot_key_ { - get { - return ResourceManager.GetString("Could not register the hot key.", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Custom (drag it to the appropriate place). - /// - internal static string Custom__drag_it_to_the_appropriate_place_ { - get { - return ResourceManager.GetString("Custom (drag it to the appropriate place)", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Customize. - /// - internal static string Customize { - get { - return ResourceManager.GetString("Customize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dark Mode always active. - /// - internal static string Dark_Mode_always_active { - get { - return ResourceManager.GetString("Dark Mode always active", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Deactivated. - /// - internal static string Deactivated { - get { - return ResourceManager.GetString("Deactivated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default. - /// - internal static string Default { - get { - return ResourceManager.GetString("Default", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Details. - /// - internal static string Details { - get { - return ResourceManager.GetString("Details", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to item. - /// - internal static string element { - get { - return ResourceManager.GetString("element", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to items. - /// - internal static string elements { - get { - return ResourceManager.GetString("elements", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exit. - /// - internal static string Exit { - get { - return ResourceManager.GetString("Exit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expert. - /// - internal static string Expert { - get { - return ResourceManager.GetString("Expert", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fading. - /// - internal static string Fading { - get { - return ResourceManager.GetString("Fading", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Folder. - /// - internal static string Folder { - get { - return ResourceManager.GetString("Folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Folder empty. - /// - internal static string Folder_empty { - get { - return ResourceManager.GetString("Folder empty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Folder inaccessible. - /// - internal static string Folder_inaccessible { - get { - return ResourceManager.GetString("Folder inaccessible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Folder paths. - /// - internal static string Folder_paths { - get { - return ResourceManager.GetString("Folder paths", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Folders. - /// - internal static string Folders { - get { - return ResourceManager.GetString("Folders", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to General. - /// - internal static string General { - get { - return ResourceManager.GetString("General", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Generate shortcuts to drives. - /// - internal static string Generate_shortcuts_to_drives { - get { - return ResourceManager.GetString("Generate shortcuts to drives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Help / FAQ. - /// - internal static string HelpFAQ { - get { - return ResourceManager.GetString("HelpFAQ", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hidden files and folders. - /// - internal static string Hidden_files_and_folders { - get { - return ResourceManager.GetString("Hidden files and folders", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hotkey. - /// - internal static string Hotkey { - get { - return ResourceManager.GetString("Hotkey", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Icons. - /// - internal static string Icons { - get { - return ResourceManager.GetString("Icons", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If an item was clicked. - /// - internal static string If_an_item_was_clicked { - get { - return ResourceManager.GetString("If an item was clicked", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If the focus is lost and if the mouse is still on the menu. - /// - internal static string If_the_focus_is_lost_and_if_the_mouse_is_still_on_the_menu { - get { - return ResourceManager.GetString("If the focus is lost and if the mouse is still on the menu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If the focus is lost and the Enter key was pressed. - /// - internal static string If_the_focus_is_lost_and_the_Enter_key_was_pressed { - get { - return ResourceManager.GetString("If the focus is lost and the Enter key was pressed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Language. - /// - internal static string Language { - get { - return ResourceManager.GetString("Language", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Launch on startup. - /// - internal static string Launch_on_startup { - get { - return ResourceManager.GetString("Launch on startup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to loading. - /// - internal static string loading { - get { - return ResourceManager.GetString("loading", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Log File. - /// - internal static string Log_File { - get { - return ResourceManager.GetString("Log File", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Main menu appears at. - /// - internal static string Main_menu_appears_at { - get { - return ResourceManager.GetString("Main menu appears at", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Menu. - /// - internal static string Menu { - get { - return ResourceManager.GetString("Menu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Your root folder for the SystemTrayMenu does not exist or is empty! Put some files, folders or shortcuts into the folder or change the root folder.. - /// - internal static string MessageRootFolderEmpty { - get { - return ResourceManager.GetString("MessageRootFolderEmpty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You have no access to the root folder for the SystemTrayMenu. Grant access to the folder or change the root folder.. - /// - internal static string MessageRootFolderNoAccess { - get { - return ResourceManager.GetString("MessageRootFolderNoAccess", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Milliseconds until a menu opens when the mouse is on it. - /// - internal static string Milliseconds_until_a_menu_opens_when_the_mouse_is_on_it { - get { - return ResourceManager.GetString("Milliseconds until a menu opens when the mouse is on it", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Milliseconds until the menu closes if in this case the menu is not reactivated. - /// - internal static string Milliseconds_until_the_menu_closes_if_in_this_case_the_menu_is_not_reactivated { - get { - return ResourceManager.GetString("Milliseconds until the menu closes if in this case the menu is not reactivated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Milliseconds until the menu closes if in this case the mouse then leaves the menu. - /// - internal static string Milliseconds_until_the_menu_closes_if_in_this_case_the_mouse_then_leaves_the_menu { - get { - return ResourceManager.GetString("Milliseconds until the menu closes if in this case the mouse then leaves the menu" + - "", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Mouse location. - /// - internal static string Mouse_location { - get { - return ResourceManager.GetString("Mouse location", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Mouse location (Above Taskbar icon). - /// - internal static string Mouse_location__Above_Taskbar_icon_ { - get { - return ResourceManager.GetString("Mouse location (Above Taskbar icon)", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Never show hidden files, folders or drives. - /// - internal static string Never_show_hidden_files__folders_or_drives { - get { - return ResourceManager.GetString("Never show hidden files, folders or drives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Next to the previous one. - /// - internal static string Next_to_the_previous_one { - get { - return ResourceManager.GetString("Next to the previous one", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Offset by pixels. - /// - internal static string Offset_by_pixels { - get { - return ResourceManager.GetString("Offset by pixels", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to OK. - /// - internal static string OK { - get { - return ResourceManager.GetString("OK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only Files. - /// - internal static string Only_Files { - get { - return ResourceManager.GetString("Only Files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open Folder. - /// - internal static string Open_Folder { - get { - return ResourceManager.GetString("Open Folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open the assembly location. - /// - internal static string Open_the_assembly_location { - get { - return ResourceManager.GetString("Open the assembly location", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Opened folder. - /// - internal static string Opened_folder { - get { - return ResourceManager.GetString("Opened folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Overlapping. - /// - internal static string Overlapping { - get { - return ResourceManager.GetString("Overlapping", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pixels maximum menu height. - /// - internal static string Pixels_maximum_menu_height { - get { - return ResourceManager.GetString("Pixels maximum menu height", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Pixels maximum menu width. - /// - internal static string Pixels_maximum_menu_width { - get { - return ResourceManager.GetString("Pixels maximum menu width", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Problem with Shortcut. - /// - internal static string Problem_with_Shortcut { - get { - return ResourceManager.GetString("Problem with Shortcut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Recursive. - /// - internal static string Recursive { - get { - return ResourceManager.GetString("Recursive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove folder. - /// - internal static string Remove_folder { - get { - return ResourceManager.GetString("Remove folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Restart. - /// - internal static string Restart { - get { - return ResourceManager.GetString("Restart", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Round corners. - /// - internal static string Round_corners { - get { - return ResourceManager.GetString("Round corners", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Row height in percent. - /// - internal static string Row_height_in_percent { - get { - return ResourceManager.GetString("Row height in percent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Scrollbar. - /// - internal static string Scrollbar { - get { - return ResourceManager.GetString("Scrollbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search field. - /// - internal static string Search_field { - get { - return ResourceManager.GetString("Search field", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select Folder. - /// - internal static string Select_Folder { - get { - return ResourceManager.GetString("Select Folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Selected item. - /// - internal static string Selected_item { - get { - return ResourceManager.GetString("Selected item", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Send hotkey to other instance. - /// - internal static string Send_hotkey_to_other_instance { - get { - return ResourceManager.GetString("Send hotkey to other instance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set as SystemTrayMenu folder. - /// - internal static string Set_as_SystemTrayMenu_folder { - get { - return ResourceManager.GetString("Set as SystemTrayMenu folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set by context menu . - /// - internal static string Set_by_context_menu_ { - get { - return ResourceManager.GetString("Set by context menu ", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Settings. - /// - internal static string Settings { - get { - return ResourceManager.GetString("Settings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show in Taskbar. - /// - internal static string Show_in_Taskbar { - get { - return ResourceManager.GetString("Show in Taskbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show only as search result. - /// - internal static string Show_only_as_search_result { - get { - return ResourceManager.GetString("Show only as search result", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Single click to open a directory instead of double click. - /// - internal static string Single_click_to_open_a_directory_instead_of_double_click { - get { - return ResourceManager.GetString("Single click to open a directory instead of double click", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Single click to open an item instead of double click. - /// - internal static string Single_click_to_open_an_item_instead_of_double_click { - get { - return ResourceManager.GetString("Single click to open an item instead of double click", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Size. - /// - internal static string Size { - get { - return ResourceManager.GetString("Size", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Size and location. - /// - internal static string Size_and_location { - get { - return ResourceManager.GetString("Size and location", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Size of the icons in percent. - /// - internal static string Size_of_the_icons_in_percent { - get { - return ResourceManager.GetString("Size of the icons in percent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Slider. - /// - internal static string Slider { - get { - return ResourceManager.GetString("Slider", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Slider while dragging. - /// - internal static string Slider_while_dragging { - get { - return ResourceManager.GetString("Slider while dragging", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Slider while mouse hovers 1. - /// - internal static string Slider_while_mouse_hovers_1 { - get { - return ResourceManager.GetString("Slider while mouse hovers 1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Slider while mouse hovers 2. - /// - internal static string Slider_while_mouse_hovers_2 { - get { - return ResourceManager.GetString("Slider while mouse hovers 2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stays open. - /// - internal static string Stays_open { - get { - return ResourceManager.GetString("Stays open", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Store config at the assembly location. - /// - internal static string Store_config_at_the_assembly_location { - get { - return ResourceManager.GetString("Store config at the assembly location", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sub menu appears at. - /// - internal static string Sub_menu_appears_at { - get { - return ResourceManager.GetString("Sub menu appears at", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Support SystemTrayMenu. - /// - internal static string Support_SystemTrayMenu { - get { - return ResourceManager.GetString("Support SystemTrayMenu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to System Info. - /// - internal static string System_Info { - get { - return ResourceManager.GetString("System Info", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SystemTrayMenu. - /// - internal static string SystemTrayMenu { - get { - return ResourceManager.GetString("SystemTrayMenu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to "Task Manager". - /// - internal static string Task_Manager { - get { - return ResourceManager.GetString("Task Manager", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Read the FAQ and then choose a root directory for the SystemTrayMenu.. - /// - internal static string TextFirstStart { - get { - return ResourceManager.GetString("TextFirstStart", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.. - /// - internal static string The_item_that_this_shortcut_refers_to_has_been_changed_or_moved__so_this_shortcut_will_no_longer_work_properly_ { - get { - return ResourceManager.GetString("The item that this shortcut refers to has been changed or moved, so this shortcut" + - " will no longer work properly.", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Time until a menu opens. - /// - internal static string Time_until_a_menu_opens { - get { - return ResourceManager.GetString("Time until a menu opens", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to USB. - /// - internal static string USB { - get { - return ResourceManager.GetString("USB", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use icon from folder. - /// - internal static string Use_icon_from_folder { - get { - return ResourceManager.GetString("Use icon from folder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use operating system settings. - /// - internal static string Use_operating_system_settings { - get { - return ResourceManager.GetString("Use operating system settings", resourceCulture); - } - } - } -} +//------------------------------------------------------------------------------ +// +// 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 SystemTrayMenu.Resources.Languages { + 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", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class lang { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal lang() { + } + + /// + /// 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("SystemTrayMenu.Resources.Languages.lang", typeof(lang).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 About. + /// + internal static string About { + get { + return ResourceManager.GetString("About", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Activated. + /// + internal static string Activated { + get { + return ResourceManager.GetString("Activated", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add content of folders to main menu. + /// + internal static string Add_content_of_folders_to_main_menu { + get { + return ResourceManager.GetString("Add content of folders to main menu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add folder. + /// + internal static string Add_folder { + get { + return ResourceManager.GetString("Add folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add sample 'Start Menu' folder. + /// + internal static string Add_sample__Start_Menu__folder { + get { + return ResourceManager.GetString("Add sample \'Start Menu\' folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced. + /// + internal static string Advanced { + get { + return ResourceManager.GetString("Advanced", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always Show hidden files, folders or drives. + /// + internal static string Always_Show_hidden_files__folders_or_drives { + get { + return ResourceManager.GetString("Always Show hidden files, folders or drives", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Appearance. + /// + internal static string Appearance { + get { + return ResourceManager.GetString("Appearance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Arrow. + /// + internal static string Arrow { + get { + return ResourceManager.GetString("Arrow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Arrow when clicking. + /// + internal static string Arrow_when_clicking { + get { + return ResourceManager.GetString("Arrow when clicking", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Arrow while mouse hovers. + /// + internal static string Arrow_while_mouse_hovers { + get { + return ResourceManager.GetString("Arrow while mouse hovers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Autostart. + /// + internal static string Autostart { + get { + return ResourceManager.GetString("Autostart", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Background. + /// + internal static string Background { + get { + return ResourceManager.GetString("Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Background of arrow when clicking. + /// + internal static string Background_of_arrow_when_clicking { + get { + return ResourceManager.GetString("Background of arrow when clicking", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Background of arrow while mouse hovers. + /// + internal static string Background_of_arrow_while_mouse_hovers { + get { + return ResourceManager.GetString("Background of arrow while mouse hovers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Border of menu. + /// + internal static string Border_of_menu { + get { + return ResourceManager.GetString("Border of menu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Border of opened folder. + /// + internal static string Border_of_opened_folder { + get { + return ResourceManager.GetString("Border of opened folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Border of selected item. + /// + internal static string Border_of_selected_item { + get { + return ResourceManager.GetString("Border of selected item", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bottom left. + /// + internal static string Bottom_left { + get { + return ResourceManager.GetString("Bottom left", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bottom right. + /// + internal static string Bottom_right { + get { + return ResourceManager.GetString("Bottom right", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cancel. + /// + internal static string buttonCancel { + get { + return ResourceManager.GetString("buttonCancel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cache. + /// + internal static string Cache { + get { + return ResourceManager.GetString("Cache", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cache main menu. + /// + internal static string Cache_main_menu { + get { + return ResourceManager.GetString("Cache main menu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Change folder. + /// + internal static string Change_folder { + get { + return ResourceManager.GetString("Change folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Change to relative folder. + /// + internal static string Change_to_relative_folder { + get { + return ResourceManager.GetString("Change to relative folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear cache if more than this number of items. + /// + internal static string Clear_cache_if_more_than_this_number_of_items { + get { + return ResourceManager.GetString("Clear cache if more than this number of items", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Click. + /// + internal static string Click { + get { + return ResourceManager.GetString("Click", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Colors Dark Mode. + /// + internal static string Colors_Dark_Mode { + get { + return ResourceManager.GetString("Colors Dark Mode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Colors Light Mode. + /// + internal static string Colors_Light_Mode { + get { + return ResourceManager.GetString("Colors Light Mode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn’t register the hot key.. + /// + internal static string Could_not_register_the_hot_key_ { + get { + return ResourceManager.GetString("Could not register the hot key.", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Custom (drag it to the appropriate place). + /// + internal static string Custom__drag_it_to_the_appropriate_place_ { + get { + return ResourceManager.GetString("Custom (drag it to the appropriate place)", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Customize. + /// + internal static string Customize { + get { + return ResourceManager.GetString("Customize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Dark Mode always active. + /// + internal static string Dark_Mode_always_active { + get { + return ResourceManager.GetString("Dark Mode always active", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Deactivated. + /// + internal static string Deactivated { + get { + return ResourceManager.GetString("Deactivated", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Default. + /// + internal static string Default { + get { + return ResourceManager.GetString("Default", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Details. + /// + internal static string Details { + get { + return ResourceManager.GetString("Details", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to item. + /// + internal static string element { + get { + return ResourceManager.GetString("element", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to items. + /// + internal static string elements { + get { + return ResourceManager.GetString("elements", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Exit. + /// + internal static string Exit { + get { + return ResourceManager.GetString("Exit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Expert. + /// + internal static string Expert { + get { + return ResourceManager.GetString("Expert", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Fading. + /// + internal static string Fading { + get { + return ResourceManager.GetString("Fading", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Folder. + /// + internal static string Folder { + get { + return ResourceManager.GetString("Folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Folder empty. + /// + internal static string Folder_empty { + get { + return ResourceManager.GetString("Folder empty", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Folder inaccessible. + /// + internal static string Folder_inaccessible { + get { + return ResourceManager.GetString("Folder inaccessible", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Folder paths. + /// + internal static string Folder_paths { + get { + return ResourceManager.GetString("Folder paths", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Folders. + /// + internal static string Folders { + get { + return ResourceManager.GetString("Folders", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to General. + /// + internal static string General { + get { + return ResourceManager.GetString("General", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Generate shortcuts to drives. + /// + internal static string Generate_shortcuts_to_drives { + get { + return ResourceManager.GetString("Generate shortcuts to drives", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Help / FAQ. + /// + internal static string HelpFAQ { + get { + return ResourceManager.GetString("HelpFAQ", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hidden files and folders. + /// + internal static string Hidden_files_and_folders { + get { + return ResourceManager.GetString("Hidden files and folders", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hotkey. + /// + internal static string Hotkey { + get { + return ResourceManager.GetString("Hotkey", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Icons. + /// + internal static string Icons { + get { + return ResourceManager.GetString("Icons", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to If an item was clicked. + /// + internal static string If_an_item_was_clicked { + get { + return ResourceManager.GetString("If an item was clicked", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to If the focus is lost and if the mouse is still on the menu. + /// + internal static string If_the_focus_is_lost_and_if_the_mouse_is_still_on_the_menu { + get { + return ResourceManager.GetString("If the focus is lost and if the mouse is still on the menu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to If the focus is lost and the Enter key was pressed. + /// + internal static string If_the_focus_is_lost_and_the_Enter_key_was_pressed { + get { + return ResourceManager.GetString("If the focus is lost and the Enter key was pressed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Language. + /// + internal static string Language { + get { + return ResourceManager.GetString("Language", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Launch on startup. + /// + internal static string Launch_on_startup { + get { + return ResourceManager.GetString("Launch on startup", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to loading. + /// + internal static string loading { + get { + return ResourceManager.GetString("loading", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Log File. + /// + internal static string Log_File { + get { + return ResourceManager.GetString("Log File", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Main menu appears at. + /// + internal static string Main_menu_appears_at { + get { + return ResourceManager.GetString("Main menu appears at", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Menu. + /// + internal static string Menu { + get { + return ResourceManager.GetString("Menu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Your root folder for the SystemTrayMenu does not exist or is empty! Put some files, folders or shortcuts into the folder or change the root folder.. + /// + internal static string MessageRootFolderEmpty { + get { + return ResourceManager.GetString("MessageRootFolderEmpty", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to You have no access to the root folder for the SystemTrayMenu. Grant access to the folder or change the root folder.. + /// + internal static string MessageRootFolderNoAccess { + get { + return ResourceManager.GetString("MessageRootFolderNoAccess", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Milliseconds until a menu opens when the mouse is on it. + /// + internal static string Milliseconds_until_a_menu_opens_when_the_mouse_is_on_it { + get { + return ResourceManager.GetString("Milliseconds until a menu opens when the mouse is on it", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Milliseconds until the menu closes if in this case the menu is not reactivated. + /// + internal static string Milliseconds_until_the_menu_closes_if_in_this_case_the_menu_is_not_reactivated { + get { + return ResourceManager.GetString("Milliseconds until the menu closes if in this case the menu is not reactivated", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Milliseconds until the menu closes if in this case the mouse then leaves the menu. + /// + internal static string Milliseconds_until_the_menu_closes_if_in_this_case_the_mouse_then_leaves_the_menu { + get { + return ResourceManager.GetString("Milliseconds until the menu closes if in this case the mouse then leaves the menu" + + "", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Mouse location. + /// + internal static string Mouse_location { + get { + return ResourceManager.GetString("Mouse location", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Mouse location (Above Taskbar icon). + /// + internal static string Mouse_location__Above_Taskbar_icon_ { + get { + return ResourceManager.GetString("Mouse location (Above Taskbar icon)", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Never show hidden files, folders or drives. + /// + internal static string Never_show_hidden_files__folders_or_drives { + get { + return ResourceManager.GetString("Never show hidden files, folders or drives", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Next to the previous one. + /// + internal static string Next_to_the_previous_one { + get { + return ResourceManager.GetString("Next to the previous one", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Offset by pixels. + /// + internal static string Offset_by_pixels { + get { + return ResourceManager.GetString("Offset by pixels", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to OK. + /// + internal static string OK { + get { + return ResourceManager.GetString("OK", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Only Files. + /// + internal static string Only_Files { + get { + return ResourceManager.GetString("Only Files", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open Folder. + /// + internal static string Open_Folder { + get { + return ResourceManager.GetString("Open Folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open the assembly location. + /// + internal static string Open_the_assembly_location { + get { + return ResourceManager.GetString("Open the assembly location", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Opened folder. + /// + internal static string Opened_folder { + get { + return ResourceManager.GetString("Opened folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Overlapping. + /// + internal static string Overlapping { + get { + return ResourceManager.GetString("Overlapping", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Pixels maximum menu height. + /// + internal static string Pixels_maximum_menu_height { + get { + return ResourceManager.GetString("Pixels maximum menu height", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Pixels maximum menu width. + /// + internal static string Pixels_maximum_menu_width { + get { + return ResourceManager.GetString("Pixels maximum menu width", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Problem with Shortcut. + /// + internal static string Problem_with_Shortcut { + get { + return ResourceManager.GetString("Problem with Shortcut", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Recursive. + /// + internal static string Recursive { + get { + return ResourceManager.GetString("Recursive", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove folder. + /// + internal static string Remove_folder { + get { + return ResourceManager.GetString("Remove folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Restart. + /// + internal static string Restart { + get { + return ResourceManager.GetString("Restart", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Round corners. + /// + internal static string Round_corners { + get { + return ResourceManager.GetString("Round corners", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Row height in percent. + /// + internal static string Row_height_in_percent { + get { + return ResourceManager.GetString("Row height in percent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Scrollbar. + /// + internal static string Scrollbar { + get { + return ResourceManager.GetString("Scrollbar", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Search field. + /// + internal static string Search_field { + get { + return ResourceManager.GetString("Search field", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select Folder. + /// + internal static string Select_Folder { + get { + return ResourceManager.GetString("Select Folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Selected item. + /// + internal static string Selected_item { + get { + return ResourceManager.GetString("Selected item", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Send hotkey to other instance. + /// + internal static string Send_hotkey_to_other_instance { + get { + return ResourceManager.GetString("Send hotkey to other instance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Set as SystemTrayMenu folder. + /// + internal static string Set_as_SystemTrayMenu_folder { + get { + return ResourceManager.GetString("Set as SystemTrayMenu folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Set by context menu . + /// + internal static string Set_by_context_menu_ { + get { + return ResourceManager.GetString("Set by context menu ", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Settings. + /// + internal static string Settings { + get { + return ResourceManager.GetString("Settings", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show in Taskbar. + /// + internal static string Show_in_Taskbar { + get { + return ResourceManager.GetString("Show in Taskbar", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show only as search result. + /// + internal static string Show_only_as_search_result { + get { + return ResourceManager.GetString("Show only as search result", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Single click to open a directory instead of double click. + /// + internal static string Single_click_to_open_a_directory_instead_of_double_click { + get { + return ResourceManager.GetString("Single click to open a directory instead of double click", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Single click to open an item instead of double click. + /// + internal static string Single_click_to_open_an_item_instead_of_double_click { + get { + return ResourceManager.GetString("Single click to open an item instead of double click", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Size. + /// + internal static string Size { + get { + return ResourceManager.GetString("Size", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Size and location. + /// + internal static string Size_and_location { + get { + return ResourceManager.GetString("Size and location", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Size of the icons in percent. + /// + internal static string Size_of_the_icons_in_percent { + get { + return ResourceManager.GetString("Size of the icons in percent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slider. + /// + internal static string Slider { + get { + return ResourceManager.GetString("Slider", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slider while dragging. + /// + internal static string Slider_while_dragging { + get { + return ResourceManager.GetString("Slider while dragging", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slider while mouse hovers 1. + /// + internal static string Slider_while_mouse_hovers_1 { + get { + return ResourceManager.GetString("Slider while mouse hovers 1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Slider while mouse hovers 2. + /// + internal static string Slider_while_mouse_hovers_2 { + get { + return ResourceManager.GetString("Slider while mouse hovers 2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Stays open. + /// + internal static string Stays_open { + get { + return ResourceManager.GetString("Stays open", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Store config at the assembly location. + /// + internal static string Store_config_at_the_assembly_location { + get { + return ResourceManager.GetString("Store config at the assembly location", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sub menu appears at. + /// + internal static string Sub_menu_appears_at { + get { + return ResourceManager.GetString("Sub menu appears at", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Support SystemTrayMenu. + /// + internal static string Support_SystemTrayMenu { + get { + return ResourceManager.GetString("Support SystemTrayMenu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to System Info. + /// + internal static string System_Info { + get { + return ResourceManager.GetString("System Info", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SystemTrayMenu. + /// + internal static string SystemTrayMenu { + get { + return ResourceManager.GetString("SystemTrayMenu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to "Task Manager". + /// + internal static string Task_Manager { + get { + return ResourceManager.GetString("Task Manager", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Read the FAQ and then choose a root directory for the SystemTrayMenu.. + /// + internal static string TextFirstStart { + get { + return ResourceManager.GetString("TextFirstStart", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.. + /// + internal static string The_item_that_this_shortcut_refers_to_has_been_changed_or_moved__so_this_shortcut_will_no_longer_work_properly_ { + get { + return ResourceManager.GetString("The item that this shortcut refers to has been changed or moved, so this shortcut" + + " will no longer work properly.", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Time until a menu opens. + /// + internal static string Time_until_a_menu_opens { + get { + return ResourceManager.GetString("Time until a menu opens", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to USB. + /// + internal static string USB { + get { + return ResourceManager.GetString("USB", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use icon from folder. + /// + internal static string Use_icon_from_folder { + get { + return ResourceManager.GetString("Use icon from folder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use operating system settings. + /// + internal static string Use_operating_system_settings { + get { + return ResourceManager.GetString("Use operating system settings", resourceCulture); + } + } + } +} diff --git a/Resources/lang.cs-CZ.Designer.cs b/Resources/Languages/lang.cs-CZ.Designer.cs similarity index 100% rename from Resources/lang.cs-CZ.Designer.cs rename to Resources/Languages/lang.cs-CZ.Designer.cs diff --git a/Resources/lang.cs-CZ.resx b/Resources/Languages/lang.cs-CZ.resx similarity index 100% rename from Resources/lang.cs-CZ.resx rename to Resources/Languages/lang.cs-CZ.resx diff --git a/Resources/lang.de-DE.Designer.cs b/Resources/Languages/lang.de-DE.Designer.cs similarity index 100% rename from Resources/lang.de-DE.Designer.cs rename to Resources/Languages/lang.de-DE.Designer.cs diff --git a/Resources/lang.de-DE.resx b/Resources/Languages/lang.de-DE.resx similarity index 97% rename from Resources/lang.de-DE.resx rename to Resources/Languages/lang.de-DE.resx index 46a0adb..0b8281a 100644 --- a/Resources/lang.de-DE.resx +++ b/Resources/Languages/lang.de-DE.resx @@ -1,471 +1,471 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Über - - - OK - - - Autostart - - - Beenden - - - Ordner - - - Ordner leer - - - Details - - - System Info - - - Ordner unzugänglich - - - Sprache - - - Log Datei - - - Neustart - - - Der Tastenkürzel konnte nicht registriert werden. - - - Abbrechen - - - Allgemein - - - Tastenkombination - - - Mit Windows starten - - - Einstellungen - - - Hilfe / FAQ - - - SystemTrayMenu - - - Lese das FAQ und wähle anschließend ein root Verzeichniss für die SystemTrayMenu. - - - Ordner auswählen - - - Dein Hauptordner für die SystemTrayMenu existiert nicht oder ist leer! Pack ein paar Dateien, Ordner oder Verknüpfungen in den Hauptordner oder ändere den Hauptordner. - - - Du hast keine Rechte für den Hauptordner. Gewähre die Rechte oder ändere den Hauptordner. - - - Öffnen durch einfachen Klick anstelle eines Doppelklicks - - - Dark Mode immer aktiv - - - Erweitert - - - Mausposition - - - Ordner ändern - - - Klick - - - Anpassen - - - Standard - - - Wenn der Fokus verloren geht und sich die Maus noch auf dem Menü befindet - - - Millisekunden bis ein Menü geöffnet wird, wenn die Maus darauf ist - - - Millisekunden bis das Menü geschlossen wird, wenn in diesem Fall die Maus das Menü verlässt - - - Pixel maximale Menübreite - - - Bleibt offen - - - Zeit bis zum Öffnen eines Menüs - - - Wenn ein Element angeklickt wurde - - - Hintergrund - - - Geöffneter Ordner - - - Rand des geöffneten Ordners - - - Suchfeld - - - Ausgewähltes Element - - - Rand des ausgewählten Elements - - - Zum relativen Ordner ändern - - - Konfiguration am Assembly-Speicherort abspeichern - - - USB - - - Assembly-Speicherort öffnen - - - Pixel maximale Menühöhe - - - Pfeil - - - Pfeil beim Klicken - - - Pfeil, während die Maus darüber schwebt - - - Pfeil-Hintergrund beim Klicken - - - Pfeil-Hintergrund, während die Maus darüber schwebt - - - Farben Dunkelmodus - - - Farben Hellmodus - - - Menü - - - Scrollbar - - - Schieberegler - - - Schieberegler beim Ziehen - - - Schieberegler, während die Maus schwebt 1 - - - Schieberegler, während die Maus schwebt 2 - - - Icon des Ordners verwenden - - - Größe - - - Menürand - - - Symbole - - - Per Kontextmenü einstellen - - - Als SystemTrayMenu-Ordner festlegen - - - Wird geladen - - - Problem mit Shortcut - - - Das Element, auf das sich diese Verknüpfung bezieht, wurde geändert oder verschoben, sodass diese Verknüpfung nicht mehr ordnungsgemäß funktioniert. - - - Ordner öffnen - - - Aktiviert - - - Deaktiviert - - - Taskmanager - - - Experte - - - Wenn der Fokus verloren geht und die Eingabetaste gedrückt wurde - - - Millisekunden bis das Menü schließt, wenn in diesem Fall das Menü nicht wieder aktiviert wird - - - In Taskleiste anzeigen - - - Ordner hinzufügen - - - Inhalt von Ordnern zum Hauptmenü hinzufügen - - - Ordnerpfade - - - Ordner - - - Rekursiv - - - Ordner entfernen - - - Cache-Hauptmenü - - - Cache leeren, wenn mehr als diese Anzahl von Elementen - - - Nur Dateien - - - Beispielordner 'Startmenü' hinzufügen - - - Runde Ecken - - - Zeilenhöhe in Prozent - - - Aussehen - - - Unten links - - - Unten rechts - - - Hauptmenü erscheint bei - - - Mausposition (über dem Taskleistensymbol) - - - Benutzerdefiniert (an die entsprechende Stelle ziehen) - - - Element - - - Elemente - - - Verknüpfungen zu Laufwerken erstellen - - - Zwischenspeicher - - - Versteckte Dateien, Ordner oder Laufwerke immer anzeigen - - - Versteckte Dateien und Ordner - - - Versteckte Dateien, Ordner oder Laufwerke niemals anzeigen - - - Größe und Lage - - - Betriebssystemeinstellungen verwenden - - - Nur als Suchergebnis anzeigen - - - Einfacher Klick zum Öffnen eines Verzeichnisses statt Doppelklick - - - Neben dem vorherigen - - - Pixelweise versetzt - - - Überlappend - - - Untermenü erscheint bei - - - Größe der Icons in Prozent - - - SystemTrayMenu unterstützen - - - Fading - - - Hotkey an andere Instanz senden - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Über + + + OK + + + Autostart + + + Beenden + + + Ordner + + + Ordner leer + + + Details + + + System Info + + + Ordner unzugänglich + + + Sprache + + + Log Datei + + + Neustart + + + Der Tastenkürzel konnte nicht registriert werden. + + + Abbrechen + + + Allgemein + + + Tastenkombination + + + Mit Windows starten + + + Einstellungen + + + Hilfe / FAQ + + + SystemTrayMenu + + + Lese das FAQ und wähle anschließend ein root Verzeichniss für die SystemTrayMenu. + + + Ordner auswählen + + + Dein Hauptordner für die SystemTrayMenu existiert nicht oder ist leer! Pack ein paar Dateien, Ordner oder Verknüpfungen in den Hauptordner oder ändere den Hauptordner. + + + Du hast keine Rechte für den Hauptordner. Gewähre die Rechte oder ändere den Hauptordner. + + + Öffnen durch einfachen Klick anstelle eines Doppelklicks + + + Dark Mode immer aktiv + + + Erweitert + + + Mausposition + + + Ordner ändern + + + Klick + + + Anpassen + + + Standard + + + Wenn der Fokus verloren geht und sich die Maus noch auf dem Menü befindet + + + Millisekunden bis ein Menü geöffnet wird, wenn die Maus darauf ist + + + Millisekunden bis das Menü geschlossen wird, wenn in diesem Fall die Maus das Menü verlässt + + + Pixel maximale Menübreite + + + Bleibt offen + + + Zeit bis zum Öffnen eines Menüs + + + Wenn ein Element angeklickt wurde + + + Hintergrund + + + Geöffneter Ordner + + + Rand des geöffneten Ordners + + + Suchfeld + + + Ausgewähltes Element + + + Rand des ausgewählten Elements + + + Zum relativen Ordner ändern + + + Konfiguration am Assembly-Speicherort abspeichern + + + USB + + + Assembly-Speicherort öffnen + + + Pixel maximale Menühöhe + + + Pfeil + + + Pfeil beim Klicken + + + Pfeil, während die Maus darüber schwebt + + + Pfeil-Hintergrund beim Klicken + + + Pfeil-Hintergrund, während die Maus darüber schwebt + + + Farben Dunkelmodus + + + Farben Hellmodus + + + Menü + + + Scrollbar + + + Schieberegler + + + Schieberegler beim Ziehen + + + Schieberegler, während die Maus schwebt 1 + + + Schieberegler, während die Maus schwebt 2 + + + Icon des Ordners verwenden + + + Größe + + + Menürand + + + Symbole + + + Per Kontextmenü einstellen + + + Als SystemTrayMenu-Ordner festlegen + + + Wird geladen + + + Problem mit Shortcut + + + Das Element, auf das sich diese Verknüpfung bezieht, wurde geändert oder verschoben, sodass diese Verknüpfung nicht mehr ordnungsgemäß funktioniert. + + + Ordner öffnen + + + Aktiviert + + + Deaktiviert + + + Taskmanager + + + Experte + + + Wenn der Fokus verloren geht und die Eingabetaste gedrückt wurde + + + Millisekunden bis das Menü schließt, wenn in diesem Fall das Menü nicht wieder aktiviert wird + + + In Taskleiste anzeigen + + + Ordner hinzufügen + + + Inhalt von Ordnern zum Hauptmenü hinzufügen + + + Ordnerpfade + + + Ordner + + + Rekursiv + + + Ordner entfernen + + + Cache-Hauptmenü + + + Cache leeren, wenn mehr als diese Anzahl von Elementen + + + Nur Dateien + + + Beispielordner 'Startmenü' hinzufügen + + + Runde Ecken + + + Zeilenhöhe in Prozent + + + Aussehen + + + Unten links + + + Unten rechts + + + Hauptmenü erscheint bei + + + Mausposition (über dem Taskleistensymbol) + + + Benutzerdefiniert (an die entsprechende Stelle ziehen) + + + Element + + + Elemente + + + Verknüpfungen zu Laufwerken erstellen + + + Zwischenspeicher + + + Versteckte Dateien, Ordner oder Laufwerke immer anzeigen + + + Versteckte Dateien und Ordner + + + Versteckte Dateien, Ordner oder Laufwerke niemals anzeigen + + + Größe und Lage + + + Betriebssystemeinstellungen verwenden + + + Nur als Suchergebnis anzeigen + + + Einfacher Klick zum Öffnen eines Verzeichnisses statt Doppelklick + + + Neben dem vorherigen + + + Pixelweise versetzt + + + Überlappend + + + Untermenü erscheint bei + + + Größe der Icons in Prozent + + + SystemTrayMenu unterstützen + + + Fading + + + Hotkey an andere Instanz senden + \ No newline at end of file diff --git a/Resources/lang.es-ES.Designer.cs b/Resources/Languages/lang.es-ES.Designer.cs similarity index 100% rename from Resources/lang.es-ES.Designer.cs rename to Resources/Languages/lang.es-ES.Designer.cs diff --git a/Resources/lang.es-ES.resx b/Resources/Languages/lang.es-ES.resx similarity index 100% rename from Resources/lang.es-ES.resx rename to Resources/Languages/lang.es-ES.resx diff --git a/Resources/lang.fa-IR.Designer.cs b/Resources/Languages/lang.fa-IR.Designer.cs similarity index 100% rename from Resources/lang.fa-IR.Designer.cs rename to Resources/Languages/lang.fa-IR.Designer.cs diff --git a/Resources/lang.fa-IR.resx b/Resources/Languages/lang.fa-IR.resx similarity index 100% rename from Resources/lang.fa-IR.resx rename to Resources/Languages/lang.fa-IR.resx diff --git a/Resources/lang.fr-FR.Designer.cs b/Resources/Languages/lang.fr-FR.Designer.cs similarity index 100% rename from Resources/lang.fr-FR.Designer.cs rename to Resources/Languages/lang.fr-FR.Designer.cs diff --git a/Resources/lang.fr-FR.resx b/Resources/Languages/lang.fr-FR.resx similarity index 100% rename from Resources/lang.fr-FR.resx rename to Resources/Languages/lang.fr-FR.resx diff --git a/Resources/lang.it-IT.Designer.cs b/Resources/Languages/lang.it-IT.Designer.cs similarity index 100% rename from Resources/lang.it-IT.Designer.cs rename to Resources/Languages/lang.it-IT.Designer.cs diff --git a/Resources/lang.it-IT.resx b/Resources/Languages/lang.it-IT.resx similarity index 100% rename from Resources/lang.it-IT.resx rename to Resources/Languages/lang.it-IT.resx diff --git a/Resources/lang.ja-JP.Designer.cs b/Resources/Languages/lang.ja-JP.Designer.cs similarity index 100% rename from Resources/lang.ja-JP.Designer.cs rename to Resources/Languages/lang.ja-JP.Designer.cs diff --git a/Resources/lang.ja-JP.resx b/Resources/Languages/lang.ja-JP.resx similarity index 100% rename from Resources/lang.ja-JP.resx rename to Resources/Languages/lang.ja-JP.resx diff --git a/Resources/lang.ko-KR.Designer.cs b/Resources/Languages/lang.ko-KR.Designer.cs similarity index 100% rename from Resources/lang.ko-KR.Designer.cs rename to Resources/Languages/lang.ko-KR.Designer.cs diff --git a/Resources/lang.ko-KR.resx b/Resources/Languages/lang.ko-KR.resx similarity index 100% rename from Resources/lang.ko-KR.resx rename to Resources/Languages/lang.ko-KR.resx diff --git a/Resources/lang.nl-NL.Designer.cs b/Resources/Languages/lang.nl-NL.Designer.cs similarity index 100% rename from Resources/lang.nl-NL.Designer.cs rename to Resources/Languages/lang.nl-NL.Designer.cs diff --git a/Resources/lang.nl-NL.resx b/Resources/Languages/lang.nl-NL.resx similarity index 100% rename from Resources/lang.nl-NL.resx rename to Resources/Languages/lang.nl-NL.resx diff --git a/Resources/lang.pt-BR.Designer.cs b/Resources/Languages/lang.pt-BR.Designer.cs similarity index 100% rename from Resources/lang.pt-BR.Designer.cs rename to Resources/Languages/lang.pt-BR.Designer.cs diff --git a/Resources/lang.pt-BR.resx b/Resources/Languages/lang.pt-BR.resx similarity index 100% rename from Resources/lang.pt-BR.resx rename to Resources/Languages/lang.pt-BR.resx diff --git a/Resources/lang.resx b/Resources/Languages/lang.resx similarity index 97% rename from Resources/lang.resx rename to Resources/Languages/lang.resx index fbe91d3..f06bb3e 100644 --- a/Resources/lang.resx +++ b/Resources/Languages/lang.resx @@ -1,471 +1,471 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - About - - - OK - - - Autostart - - - Exit - - - Folder - - - Folder empty - - - Details - - - System Info - - - Folder inaccessible - - - Language - - - Log File - - - Restart - - - Couldn’t register the hot key. - - - Cancel - - - General - - - Hotkey - - - Launch on startup - - - Settings - - - Help / FAQ - - - SystemTrayMenu - - - Read the FAQ and then choose a root directory for the SystemTrayMenu. - - - Select Folder - - - Your root folder for the SystemTrayMenu does not exist or is empty! Put some files, folders or shortcuts into the folder or change the root folder. - - - You have no access to the root folder for the SystemTrayMenu. Grant access to the folder or change the root folder. - - - Single click to open an item instead of double click - - - Dark Mode always active - - - Advanced - - - Mouse location - - - Change folder - - - Click - - - Customize - - - Default - - - If the focus is lost and if the mouse is still on the menu - - - Milliseconds until a menu opens when the mouse is on it - - - Milliseconds until the menu closes if in this case the mouse then leaves the menu - - - Pixels maximum menu width - - - Stays open - - - Time until a menu opens - - - If an item was clicked - - - Background - - - Opened folder - - - Border of opened folder - - - Search field - - - Selected item - - - Border of selected item - - - Change to relative folder - - - Store config at the assembly location - - - USB - - - Open the assembly location - - - Pixels maximum menu height - - - Arrow - - - Arrow when clicking - - - Arrow while mouse hovers - - - Background of arrow when clicking - - - Background of arrow while mouse hovers - - - Colors Dark Mode - - - Colors Light Mode - - - Menu - - - Scrollbar - - - Slider - - - Slider while dragging - - - Slider while mouse hovers 1 - - - Slider while mouse hovers 2 - - - Use icon from folder - - - Size - - - Border of menu - - - Icons - - - Set by context menu - - - Set as SystemTrayMenu folder - - - loading - - - Problem with Shortcut - - - The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly. - - - Open Folder - - - "Task Manager" - - - Deactivated - - - Activated - - - Expert - - - If the focus is lost and the Enter key was pressed - - - Milliseconds until the menu closes if in this case the menu is not reactivated - - - Show in Taskbar - - - Add folder - - - Add content of folders to main menu - - - Folder paths - - - Folders - - - Recursive - - - Remove folder - - - Only Files - - - Cache main menu - - - Clear cache if more than this number of items - - - Add sample 'Start Menu' folder - - - Row height in percent - - - Round corners - - - Appearance - - - Bottom left - - - Bottom right - - - Main menu appears at - - - Mouse location (Above Taskbar icon) - - - Custom (drag it to the appropriate place) - - - item - - - items - - - Generate shortcuts to drives - - - Cache - - - Always Show hidden files, folders or drives - - - Hidden files and folders - - - Never show hidden files, folders or drives - - - Size and location - - - Use operating system settings - - - Show only as search result - - - Single click to open a directory instead of double click - - - Next to the previous one - - - Offset by pixels - - - Overlapping - - - Sub menu appears at - - - Size of the icons in percent - - - Support SystemTrayMenu - - - Fading - - - Send hotkey to other instance - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + About + + + OK + + + Autostart + + + Exit + + + Folder + + + Folder empty + + + Details + + + System Info + + + Folder inaccessible + + + Language + + + Log File + + + Restart + + + Couldn’t register the hot key. + + + Cancel + + + General + + + Hotkey + + + Launch on startup + + + Settings + + + Help / FAQ + + + SystemTrayMenu + + + Read the FAQ and then choose a root directory for the SystemTrayMenu. + + + Select Folder + + + Your root folder for the SystemTrayMenu does not exist or is empty! Put some files, folders or shortcuts into the folder or change the root folder. + + + You have no access to the root folder for the SystemTrayMenu. Grant access to the folder or change the root folder. + + + Single click to open an item instead of double click + + + Dark Mode always active + + + Advanced + + + Mouse location + + + Change folder + + + Click + + + Customize + + + Default + + + If the focus is lost and if the mouse is still on the menu + + + Milliseconds until a menu opens when the mouse is on it + + + Milliseconds until the menu closes if in this case the mouse then leaves the menu + + + Pixels maximum menu width + + + Stays open + + + Time until a menu opens + + + If an item was clicked + + + Background + + + Opened folder + + + Border of opened folder + + + Search field + + + Selected item + + + Border of selected item + + + Change to relative folder + + + Store config at the assembly location + + + USB + + + Open the assembly location + + + Pixels maximum menu height + + + Arrow + + + Arrow when clicking + + + Arrow while mouse hovers + + + Background of arrow when clicking + + + Background of arrow while mouse hovers + + + Colors Dark Mode + + + Colors Light Mode + + + Menu + + + Scrollbar + + + Slider + + + Slider while dragging + + + Slider while mouse hovers 1 + + + Slider while mouse hovers 2 + + + Use icon from folder + + + Size + + + Border of menu + + + Icons + + + Set by context menu + + + Set as SystemTrayMenu folder + + + loading + + + Problem with Shortcut + + + The item that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly. + + + Open Folder + + + "Task Manager" + + + Deactivated + + + Activated + + + Expert + + + If the focus is lost and the Enter key was pressed + + + Milliseconds until the menu closes if in this case the menu is not reactivated + + + Show in Taskbar + + + Add folder + + + Add content of folders to main menu + + + Folder paths + + + Folders + + + Recursive + + + Remove folder + + + Only Files + + + Cache main menu + + + Clear cache if more than this number of items + + + Add sample 'Start Menu' folder + + + Row height in percent + + + Round corners + + + Appearance + + + Bottom left + + + Bottom right + + + Main menu appears at + + + Mouse location (Above Taskbar icon) + + + Custom (drag it to the appropriate place) + + + item + + + items + + + Generate shortcuts to drives + + + Cache + + + Always Show hidden files, folders or drives + + + Hidden files and folders + + + Never show hidden files, folders or drives + + + Size and location + + + Use operating system settings + + + Show only as search result + + + Single click to open a directory instead of double click + + + Next to the previous one + + + Offset by pixels + + + Overlapping + + + Sub menu appears at + + + Size of the icons in percent + + + Support SystemTrayMenu + + + Fading + + + Send hotkey to other instance + \ No newline at end of file diff --git a/Resources/lang.ru-RU.Designer.cs b/Resources/Languages/lang.ru-RU.Designer.cs similarity index 100% rename from Resources/lang.ru-RU.Designer.cs rename to Resources/Languages/lang.ru-RU.Designer.cs diff --git a/Resources/lang.ru-RU.resx b/Resources/Languages/lang.ru-RU.resx similarity index 100% rename from Resources/lang.ru-RU.resx rename to Resources/Languages/lang.ru-RU.resx diff --git a/Resources/lang.tr-TR.Designer.cs b/Resources/Languages/lang.tr-TR.Designer.cs similarity index 100% rename from Resources/lang.tr-TR.Designer.cs rename to Resources/Languages/lang.tr-TR.Designer.cs diff --git a/Resources/lang.tr-TR.resx b/Resources/Languages/lang.tr-TR.resx similarity index 100% rename from Resources/lang.tr-TR.resx rename to Resources/Languages/lang.tr-TR.resx diff --git a/Resources/lang.vi-VN.Designer.cs b/Resources/Languages/lang.vi-VN.Designer.cs similarity index 100% rename from Resources/lang.vi-VN.Designer.cs rename to Resources/Languages/lang.vi-VN.Designer.cs diff --git a/Resources/lang.vi-VN.resx b/Resources/Languages/lang.vi-VN.resx similarity index 100% rename from Resources/lang.vi-VN.resx rename to Resources/Languages/lang.vi-VN.resx diff --git a/Resources/lang.zh-CN.Designer.cs b/Resources/Languages/lang.zh-CN.Designer.cs similarity index 100% rename from Resources/lang.zh-CN.Designer.cs rename to Resources/Languages/lang.zh-CN.Designer.cs diff --git a/Resources/lang.zh-CN.resx b/Resources/Languages/lang.zh-CN.resx similarity index 100% rename from Resources/lang.zh-CN.resx rename to Resources/Languages/lang.zh-CN.resx diff --git a/SystemTrayMenu.csproj b/SystemTrayMenu.csproj index 98d6bc6..0a37fe5 100644 --- a/SystemTrayMenu.csproj +++ b/SystemTrayMenu.csproj @@ -138,72 +138,72 @@ SettingsForm.cs - + lang.de-DE.resx True True - + lang.fr-FR.resx True True - + lang.es-ES.resx True True - + lang.it-IT.resx True True - + lang.nl-NL.resx True True - + lang.pt-BR.resx True True - + lang.cs-CZ.resx True True - + lang.zh-CN.resx True True - + lang.ja-JP.resx True True - + lang.ko-KR.resx True True - + lang.ru-RU.resx True True - + lang.vi-VN.resx True True - + lang.tr-TR.resx True True - + True True lang.resx @@ -211,12 +211,12 @@ Menu.cs - + Designer lang - Copy.cs-CZ.Designer.cs ResXFileCodeGenerator - + lang.tr-TR.Designer.cs ResXFileCodeGenerator @@ -229,35 +229,35 @@ Menu.cs - + ResXFileCodeGenerator lang.de-DE.Designer.cs - + ResXFileCodeGenerator lang.fr-FR.Designer.cs - + ResXFileCodeGenerator lang.es-ES.Designer.cs - + ResXFileCodeGenerator lang.it-IT.Designer.cs - + ResXFileCodeGenerator lang.nl-NL.Designer.cs - + ResXFileCodeGenerator lang.pt-BR.Designer.cs - + ResXFileCodeGenerator lang.cs-CZ.Designer.cs - + ResXFileCodeGenerator lang.Designer.cs @@ -349,12 +349,7 @@ EXIT 0 True True - - - - + \ No newline at end of file diff --git a/Utilities/Translator.cs b/Utilities/Translator.cs index aaefeee..257d21a 100644 --- a/Utilities/Translator.cs +++ b/Utilities/Translator.cs @@ -29,7 +29,7 @@ namespace SystemTrayMenu.Utilities internal static string GetText(string id) { ResourceManager rm = new( - "SystemTrayMenu.Resources.lang", + "SystemTrayMenu.Resources.Languages.lang", typeof(Menu).Assembly); return rm.GetString(id, culture); }