diff --git a/Business/Menus.cs b/Business/Menus.cs index 65b6286..a40ddad 100644 --- a/Business/Menus.cs +++ b/Business/Menus.cs @@ -897,7 +897,7 @@ namespace SystemTrayMenu.Business title = Path.GetPathRoot(path); } - menu.SetTitle(title); + menu.AdjustControls(title, menuData.Validity); menu.UserClickedOpenFolder += () => OpenFolder(path); menu.Level = menuData.Level; menu.MouseWheel += AdjustMenusSizeAndLocation; diff --git a/Config/Config.cs b/Config/Config.cs index e4a05d3..58702c7 100644 --- a/Config/Config.cs +++ b/Config/Config.cs @@ -31,6 +31,14 @@ namespace SystemTrayMenu public static string SearchPattern => Settings.Default.SearchPattern; + public static bool ShowDirectoryTitleAtTop => Settings.Default.ShowDirectoryTitleAtTop; + + public static bool ShowSearchBar => Settings.Default.ShowSearchBar; + + public static bool ShowCountOfElementsBelow => Settings.Default.ShowCountOfElementsBelow; + + public static bool ShowFunctionKeysBelow => Settings.Default.ShowFunctionKeysBelow; + public static bool AlwaysOpenByPin { get; internal set; } public static void Initialize() diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index d994cc3..5f3d526 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.9.8")] -[assembly: AssemblyFileVersion("1.2.9.8")] +[assembly: AssemblyVersion("1.2.9.9")] +[assembly: AssemblyFileVersion("1.2.9.9")] diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index dd07756..85ccf91 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -78,7 +78,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool IsAutostartActivated { get @@ -94,7 +94,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool PossibilityToSelectFolderByWindowsContextMenu { get @@ -126,7 +126,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool IsUpgraded { get @@ -142,7 +142,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool ShowInTaskbar { get @@ -158,7 +158,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool SendHotkeyInsteadKillOtherInstances { get @@ -174,7 +174,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool SystemSettingsShowHiddenFiles { get @@ -190,7 +190,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool AlwaysShowHiddenFiles { get @@ -206,7 +206,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool NeverShowHiddenFiles { get @@ -222,7 +222,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool AppearAtTheBottomLeft { get @@ -238,7 +238,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool AppearNextToPreviousMenu { get @@ -270,7 +270,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool OpenItemWithOneClick { get @@ -286,7 +286,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool OpenDirectoryWithOneClick { get @@ -302,7 +302,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool DragDropItemsEnabledTouch { get @@ -318,7 +318,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool SwipeScrollingEnabledTouch { get @@ -334,7 +334,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool DragDropItemsEnabled { get @@ -350,7 +350,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool SwipeScrollingEnabled { get @@ -366,7 +366,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool SortFolderAndFilesByDate { get @@ -382,7 +382,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool ShowOnlyAsSearchResult { get @@ -398,7 +398,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool GenerateShortcutsToDrives { get @@ -414,7 +414,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool CacheMainMenu { get @@ -430,7 +430,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("true")] public bool IsDarkModeAlwaysOn { get @@ -443,6 +443,70 @@ namespace SystemTrayMenu.Properties } } + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("false")] + public bool ShowDirectoryTitleAtTop + { + get + { + return ((bool)(this["ShowDirectoryTitleAtTop"])); + } + set + { + this["ShowDirectoryTitleAtTop"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("true")] + public bool ShowSearchBar + { + get + { + return ((bool)(this["ShowSearchBar"])); + } + set + { + this["ShowSearchBar"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("false")] + public bool ShowCountOfElementsBelow + { + get + { + return ((bool)(this["ShowCountOfElementsBelow"])); + } + set + { + this["ShowCountOfElementsBelow"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("false")] + public bool ShowFunctionKeysBelow + { + get + { + return ((bool)(this["ShowFunctionKeysBelow"])); + } + set + { + this["ShowFunctionKeysBelow"] = value; + } + } + [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -526,7 +590,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("true")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool RoundCorners { get @@ -558,7 +622,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("600")] + [global::System.Configuration.DefaultSettingValueAttribute("450")] public int MaximumMenuHeight { get @@ -574,7 +638,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool AppearAtMouseLocation { get @@ -590,7 +654,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool UseCustomLocation { get @@ -606,7 +670,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool UseFading { get @@ -1294,7 +1358,7 @@ namespace SystemTrayMenu.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Configuration.SettingsProviderAttribute(typeof(CustomSettingsProvider))] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] + [global::System.Configuration.DefaultSettingValueAttribute("false")] public bool UseIconFromRootFolder { get diff --git a/README.md b/README.md index 53c4682..14a5326 100644 --- a/README.md +++ b/README.md @@ -275,14 +275,16 @@ Thanks for ideas, reporting issues and contributing! #285 #286 [dao-net](https://github.com/dao-net), #288 William P., #294 #295 #296 Stefan Mahrer, -#225 #297 #299 #317 #321 #324 #330 [chip33](https://github.com/chip33), +#225 #297 #299 #317 #321 #324 #330 #386 [chip33](https://github.com/chip33), #298 [phanirithvij](https://github.com/phanirithvij), #306 [wini2](https://github.com/wini2), #370 [dna5589](https://github.com/dna5589), #372 [not-nef](https://github.com/not-nef), #376 Michelle H., #377 [SoenkeHob](https://github.com/SoenkeHob), +#380 [TransLucida](https://github.com/TransLucida), #384 [boydfields](https://github.com/boydfields), +#386 [visusys](https://github.com/visusys), #387 [yrctw](https://github.com/yrctw) Donations diff --git a/Resources/Languages/lang.af.resx b/Resources/Languages/lang.af.resx index cccc106..c4115c1 100644 --- a/Resources/Languages/lang.af.resx +++ b/Resources/Languages/lang.af.resx @@ -420,8 +420,8 @@ Kas - - Wys altyd verborge lêers, gidse of dryf + + Wys altyd versteekte lêers, gidse of dryf Versteekte lêers en gidse @@ -486,4 +486,16 @@ Filtreer spyskaart volgens lêertipe, bv.: *.exe|*.dll + + Toon die aantal elemente hieronder + + + Wys gidstitel bo-aan + + + Wys funksiesleutels hieronder + + + Wys soekbalk + \ No newline at end of file diff --git a/Resources/Languages/lang.ar.resx b/Resources/Languages/lang.ar.resx index e7d6e39..0297eb0 100644 --- a/Resources/Languages/lang.ar.resx +++ b/Resources/Languages/lang.ar.resx @@ -238,7 +238,7 @@ الدليل المفتوح - حدود الدليل المفتوح + حد الدليل المفتوح مجال البحث @@ -420,8 +420,8 @@ مخبأ - - إظهار الملفات أو الدلائل أو محركات الأقراص المخفية دائمًا + + اعرض دائمًا الملفات أو الدلائل أو محركات الأقراص المخفية الملفات والأدلة المخفية @@ -475,7 +475,7 @@ فرز - نسخ عنصر الصف عن طريق السحب والإسقاط + نسخ عنصر الصف عن طريق السحب والإفلات يجر @@ -486,4 +486,16 @@ قائمة التصفية حسب نوع الملف على سبيل المثال: * .exe | * .dll + + عرض عدد العناصر أدناه + + + إظهار عنوان الدليل في الأعلى + + + إظهار مفاتيح الوظائف أدناه + + + إظهار شريط البحث + \ No newline at end of file diff --git a/Resources/Languages/lang.az.resx b/Resources/Languages/lang.az.resx index 4c18c7e..a81e26d 100644 --- a/Resources/Languages/lang.az.resx +++ b/Resources/Languages/lang.az.resx @@ -133,7 +133,7 @@ kataloq - Kataloq boş + Kataloq boşdur Təfərrüatlar @@ -259,7 +259,7 @@ USB - Proqram qovluğunu açın + Tətbiq qovluğunu açın Piksel maksimum menyu hündürlüyü @@ -301,7 +301,7 @@ Siçan onun üzərində hərəkət edərkən sürüşdürün 1 - Siçan onun üzərində hərəkət edərkən sürüşdürün 2 + Siçan üzərinə sürüşdürərkən sürüşdürün 2 Kataloqdan ikonadan istifadə edin @@ -325,7 +325,7 @@ yüklənir - Qısayol keçidində problem + Qısayol keçidi ilə bağlı problem Bu qısayolun istinad etdiyi element dəyişdirilib və ya köçürülüb, ona görə də bu qısayol artıq düzgün işləməyəcək. @@ -420,7 +420,7 @@ Gizli yer - + Həmişə gizli faylları, qovluqları və ya sürücüləri göstərin @@ -486,4 +486,16 @@ Fayl növünə görə menyunu süzün, məsələn: *.exe|*.dll + + Aşağıdakı elementlərin sayını göstərin + + + Kataloq başlığını yuxarıda göstərin + + + Aşağıda funksional düymələri göstərin + + + Axtarış çubuğunu göstərin + \ No newline at end of file diff --git a/Resources/Languages/lang.be.resx b/Resources/Languages/lang.be.resx index 8f1af1f..065a77b 100644 --- a/Resources/Languages/lang.be.resx +++ b/Resources/Languages/lang.be.resx @@ -420,7 +420,7 @@ Кэш - + Заўсёды паказваць схаваныя файлы, каталогі або дыскі @@ -486,4 +486,16 @@ Фільтр меню па тыпу файла, напрыклад: *.exe|*.dll + + Паказаць колькасць элементаў ніжэй + + + Паказаць назву каталога ўверсе + + + Паказаць функцыянальныя клавішы ніжэй + + + Паказаць радок пошуку + \ No newline at end of file diff --git a/Resources/Languages/lang.bg.resx b/Resources/Languages/lang.bg.resx index 241aaa2..faf75cb 100644 --- a/Resources/Languages/lang.bg.resx +++ b/Resources/Languages/lang.bg.resx @@ -196,7 +196,7 @@ Разширено - На мястото на мишката + На местоположението на мишката Промяна на директория @@ -420,8 +420,8 @@ Кеш - - Винаги показвайте скрити файлове, директории или устройства + + Винаги показвайте скрити файлове, директории или дискове Скрити файлове и директории @@ -457,7 +457,7 @@ Размер на иконите в проценти - Поддръжка на SystemTrayMenu + Поддръжка SystemTrayMenu Затихване @@ -486,4 +486,16 @@ Филтриране на менюто по тип файл, напр.: *.exe|*.dll + + Покажете броя на елементите по-долу + + + Показване на заглавието на директорията отгоре + + + Покажете функционалните клавиши по-долу + + + Показване на лентата за търсене + \ No newline at end of file diff --git a/Resources/Languages/lang.bn.resx b/Resources/Languages/lang.bn.resx index 30bdec6..1f0bdf2 100644 --- a/Resources/Languages/lang.bn.resx +++ b/Resources/Languages/lang.bn.resx @@ -420,7 +420,7 @@ ক্যাশে - + সর্বদা লুকানো ফাইল, ডিরেক্টরি বা ড্রাইভ দেখান @@ -475,7 +475,7 @@ শ্রেণীবিভাজন - ড্র্যাগ ড্রপের মাধ্যমে সারি আইটেম অনুলিপি করুন + ড্র্যাগ ড্রপের মাধ্যমে সারি আইটেম কপি করুন টেনে আনুন @@ -486,4 +486,16 @@ ফাইল টাইপ দ্বারা ফিল্টার মেনু যেমন: *.exe|*.dll + + নিচের উপাদানের সংখ্যা দেখান + + + শীর্ষে ডিরেক্টরি শিরোনাম দেখান + + + নিচে ফাংশন কী দেখান + + + সার্চ বার দেখান + \ No newline at end of file diff --git a/Resources/Languages/lang.ca.resx b/Resources/Languages/lang.ca.resx index 21438a4..82c693c 100644 --- a/Resources/Languages/lang.ca.resx +++ b/Resources/Languages/lang.ca.resx @@ -382,7 +382,7 @@ Esborra la memòria cau si hi ha més d'aquest nombre d'elements - Afegeix el directori de mostra "Menú Inici" + Afegeix el directori d'exemple "Menú Inici" Alçada de fila en percentatge @@ -420,7 +420,7 @@ Memòria cau - + Mostra sempre fitxers, directoris o unitats ocults @@ -445,7 +445,7 @@ Al costat de l'anterior - Compensació de píxels + Compensació per píxels Superposició @@ -481,9 +481,21 @@ Arrossegueu - Desplaceu-vos amb el dit + Desplaceu-vos amb lliscar Filtra el menú per tipus de fitxer, p. ex.: *.exe|*.dll + + Mostra el nombre d'elements a continuació + + + Mostra el títol del directori a la part superior + + + Mostra les tecles de funció a continuació + + + Mostra la barra de cerca + \ No newline at end of file diff --git a/Resources/Languages/lang.cs.resx b/Resources/Languages/lang.cs.resx index 7bd1ebd..ea9eb23 100644 --- a/Resources/Languages/lang.cs.resx +++ b/Resources/Languages/lang.cs.resx @@ -283,7 +283,7 @@ Barevné provedení tmavé - Barevné provedení světlé + Barevné schéma světlé Nabídka aplikací @@ -420,8 +420,8 @@ Mezipaměti - - Vždy zobrazit skryté soubory, adresáře nebo jednotky + + Vždy zobrazovat skryté soubory, adresáře nebo jednotky Skryté soubory a adresáře @@ -486,4 +486,16 @@ Filtrovat nabídku podle typu souboru, např.: *.exe|*.dll + + Níže zobrazit počet prvků + + + Zobrazit název adresáře nahoře + + + Níže zobrazit funkční klávesy + + + Zobrazit vyhledávací lištu + \ No newline at end of file diff --git a/Resources/Languages/lang.cy.resx b/Resources/Languages/lang.cy.resx index 9961119..36e1839 100644 --- a/Resources/Languages/lang.cy.resx +++ b/Resources/Languages/lang.cy.resx @@ -420,7 +420,7 @@ Cache - + Dangoswch ffeiliau, cyfeiriaduron neu yriannau cudd bob amser @@ -486,4 +486,16 @@ Hidlo'r ddewislen yn ôl math o ffeil e.e.: *.exe|*.dll + + Dangoswch nifer yr elfennau isod + + + Dangos teitl y cyfeiriadur ar y brig + + + Dangoswch y bysellau swyddogaeth isod + + + Dangos bar chwilio + \ No newline at end of file diff --git a/Resources/Languages/lang.da.resx b/Resources/Languages/lang.da.resx index d07200f..e1690cd 100644 --- a/Resources/Languages/lang.da.resx +++ b/Resources/Languages/lang.da.resx @@ -184,7 +184,7 @@ Din rodmappe til appen eksisterer ikke eller er tom! Skift rodmappen eller indsæt nogle filer, mapper eller genveje i rodmappen. - Du har ingen adgang til rodmappen på appen. Giv adgang til biblioteket eller skift rodmappen. + Du har ingen adgang til rodmappen til appen. Giv adgang til biblioteket eller skift rodmappen. Enkeltklik for at åbne et element i stedet for at dobbeltklikke @@ -217,7 +217,7 @@ Millisekunder, indtil en menu åbnes, når musen er på den - Millisekunder, indtil menuen lukker, hvis musen i dette tilfælde forlader menuen + Millisekunder indtil menuen lukker, hvis musen i dette tilfælde forlader menuen Pixels maksimale menubredde @@ -349,7 +349,7 @@ Hvis fokus mistes, og Enter-tasten blev trykket - Millisekunder indtil menuen lukker, hvis menuen i dette tilfælde ikke genaktiveres + Millisekunder, indtil menuen lukker, hvis menuen i dette tilfælde ikke genaktiveres Vis i proceslinjen @@ -358,7 +358,7 @@ Tilføj bibliotek - Tilføj indhold af mappe til rodbibliotek + Tilføj indholdet af mappen til rodmappen Directory stier @@ -420,7 +420,7 @@ Cache - + Vis altid skjulte filer, mapper eller drev @@ -484,6 +484,18 @@ Rul via swipe - Filtrer menuen efter filtype, f.eks.: *.exe|*.dll + Filtrer menu efter filtype, f.eks.: *.exe|*.dll + + + Vis antallet af elementer nedenfor + + + Vis mappetitel øverst + + + Vis funktionstaster nedenfor + + + Vis søgelinjen \ No newline at end of file diff --git a/Resources/Languages/lang.de.resx b/Resources/Languages/lang.de.resx index fe6847a..4f245c1 100644 --- a/Resources/Languages/lang.de.resx +++ b/Resources/Languages/lang.de.resx @@ -420,7 +420,7 @@ Zwischenspeicher - + Versteckte Dateien, Verzeichnisse oder Laufwerke immer anzeigen @@ -486,4 +486,16 @@ Menü nach Dateityp filtern, z. B.: *.exe|*.dll + + Anzahl der Elemente unten anzeigen + + + Verzeichnistitel oben anzeigen + + + Funktionstasten unten anzeigen + + + Suchleiste anzeigen + \ No newline at end of file diff --git a/Resources/Languages/lang.el.resx b/Resources/Languages/lang.el.resx index 30962d3..9e8bc3f 100644 --- a/Resources/Languages/lang.el.resx +++ b/Resources/Languages/lang.el.resx @@ -133,7 +133,7 @@ Ευρετήριο - Ο κατάλογος είναι κενός + Κενός κατάλογος Λεπτομέριες @@ -283,7 +283,7 @@ Σχέδιο χρωμάτων σκούρο - Χρωματικός συνδυασμός φωτεινό + Χρωματικός συνδυασμός φωτεινός Μενού εφαρμογών @@ -420,8 +420,8 @@ Κρύπτη - - Εμφάνιση πάντα κρυφών αρχείων, καταλόγων ή μονάδων δίσκου + + Να εμφανίζονται πάντα κρυφά αρχεία, κατάλογοι ή μονάδες δίσκου Κρυφά αρχεία και κατάλογοι @@ -486,4 +486,16 @@ Φιλτράρισμα μενού κατά τύπο αρχείου π.χ.: *.exe|*.dll + + Εμφάνιση του αριθμού των στοιχείων παρακάτω + + + Εμφάνιση τίτλου καταλόγου στην κορυφή + + + Εμφάνιση πλήκτρων λειτουργιών παρακάτω + + + Εμφάνιση γραμμής αναζήτησης + \ No newline at end of file diff --git a/Resources/Languages/lang.eo.resx b/Resources/Languages/lang.eo.resx index 95235d2..a58b9cf 100644 --- a/Resources/Languages/lang.eo.resx +++ b/Resources/Languages/lang.eo.resx @@ -420,8 +420,8 @@ Kaŝaĵo - - Ĉiam Montru kaŝitajn dosierojn, dosierujojn aŭ diskojn + + Ĉiam montru kaŝitajn dosierojn, dosierujojn aŭ diskojn Kaŝitaj dosieroj kaj dosierujoj @@ -460,7 +460,7 @@ Subtenu SystemTrayMenu - Forvelkanta + Fading Sendu klavoklavon al alia petskribo @@ -486,4 +486,16 @@ Filtrila menuon laŭ dosiertipo ekz.: *.exe|*.dll + + Montru nombron de elementoj sube + + + Montru dosierujan titolon supre + + + Montru funkcioklavojn sube + + + Montru serĉbreton + \ No newline at end of file diff --git a/Resources/Languages/lang.es.resx b/Resources/Languages/lang.es.resx index 2c2f9be..478b879 100644 --- a/Resources/Languages/lang.es.resx +++ b/Resources/Languages/lang.es.resx @@ -163,7 +163,7 @@ General - tecla de acceso rápido + tecla de acceso directo Empieza con las ventanas @@ -217,7 +217,7 @@ Milisegundos hasta que se abre un menú cuando el mouse está sobre él - Milisegundos hasta que se cierre el menú si en este caso el ratón sale del menú + Milisegundos hasta que el menú se cierre si en este caso el ratón sale del menú Ancho máximo de menú en píxeles @@ -420,7 +420,7 @@ Cache - + Mostrar siempre archivos, directorios o unidades ocultos @@ -486,4 +486,16 @@ Filtre el menú por tipo de archivo, por ejemplo: *.exe|*.dll + + Mostrar recuento de elementos a continuación + + + Mostrar el título del directorio en la parte superior + + + Mostrar las teclas de función a continuación + + + Mostrar barra de búsqueda + \ No newline at end of file diff --git a/Resources/Languages/lang.et.resx b/Resources/Languages/lang.et.resx index fe7cc4d..7fd3585 100644 --- a/Resources/Languages/lang.et.resx +++ b/Resources/Languages/lang.et.resx @@ -298,7 +298,7 @@ Liugur lohistamise ajal - Liugur, kui hiir liigub selle kohal 1 + Liugur, kui hiir hõljub selle kohal 1 Liugur, kui hiir hõljub selle kohal 2 @@ -420,8 +420,8 @@ Vahemälu - - Kuva alati peidetud failid, kataloogid või draivid + + Näidake alati peidetud faile, katalooge või draive Peidetud failid ja kataloogid @@ -486,4 +486,16 @@ Filtrimenüü failitüübi järgi, nt: *.exe|*.dll + + Kuva elementide arv allpool + + + Kuva kataloogi pealkiri üleval + + + Kuva funktsiooniklahvid allpool + + + Kuva otsinguriba + \ No newline at end of file diff --git a/Resources/Languages/lang.eu.resx b/Resources/Languages/lang.eu.resx index 88ef6fd..3056e46 100644 --- a/Resources/Languages/lang.eu.resx +++ b/Resources/Languages/lang.eu.resx @@ -376,7 +376,7 @@ Fitxategiak bakarrik - Cache menu nagusia + Cachearen menu nagusia Garbitu cachea elementu kopuru hori baino gehiago bada @@ -420,7 +420,7 @@ Cachea - + Erakutsi beti ezkutuko fitxategiak, direktorioak edo unitateak @@ -486,4 +486,16 @@ Iragazi menua fitxategi motaren arabera, adibidez: *.exe|*.dll + + Erakutsi beheko elementuen kopurua + + + Erakutsi direktorioaren izenburua goian + + + Erakutsi funtzio-teklak behean + + + Erakutsi bilaketa-barra + \ No newline at end of file diff --git a/Resources/Languages/lang.fa.resx b/Resources/Languages/lang.fa.resx index 878807f..413061c 100644 --- a/Resources/Languages/lang.fa.resx +++ b/Resources/Languages/lang.fa.resx @@ -420,8 +420,8 @@ حافظه پنهان - - همیشه فایل‌ها، دایرکتوری‌ها یا درایوهای مخفی نمایش داده شود + + همیشه فایل ها، دایرکتوری ها یا درایوهای پنهان را نشان دهید فایل ها و دایرکتوری های مخفی @@ -436,7 +436,7 @@ از تنظیمات سیستم عامل استفاده کنید - نمایش فقط به عنوان نتیجه جستجو + فقط به عنوان نتیجه جستجو نمایش داده شود یک کلیک برای باز کردن یک دایرکتوری به جای دوبار کلیک کردن @@ -445,7 +445,7 @@ کنار قبلی - افست با پیکسل + انحراف با پیکسل با هم تداخل دارند @@ -486,4 +486,16 @@ فیلتر منو بر اساس نوع فایل به عنوان مثال: *.exe|*.dll + + تعداد عناصر را در زیر نمایش دهید + + + نمایش عنوان دایرکتوری در بالا + + + نمایش کلیدهای تابع در زیر + + + نمایش نوار جستجو + \ No newline at end of file diff --git a/Resources/Languages/lang.fi.resx b/Resources/Languages/lang.fi.resx index a8cce7e..1a8e890 100644 --- a/Resources/Languages/lang.fi.resx +++ b/Resources/Languages/lang.fi.resx @@ -420,7 +420,7 @@ Kätkö - + Näytä aina piilotetut tiedostot, hakemistot tai asemat @@ -486,4 +486,16 @@ Suodatinvalikko tiedostotyypin mukaan, esim.: *.exe|*.dll + + Näytä elementtien lukumäärä alla + + + Näytä hakemiston otsikko yläreunassa + + + Näytä toimintonäppäimet alla + + + Näytä hakupalkki + \ No newline at end of file diff --git a/Resources/Languages/lang.fr.resx b/Resources/Languages/lang.fr.resx index 9895249..a6aa10d 100644 --- a/Resources/Languages/lang.fr.resx +++ b/Resources/Languages/lang.fr.resx @@ -420,7 +420,7 @@ Cache - + Toujours afficher les fichiers, répertoires ou lecteurs cachés @@ -486,4 +486,16 @@ Menu Filtrer par type de fichier, par exemple : *.exe|*.dll + + Afficher le nombre d'éléments ci-dessous + + + Afficher le titre du répertoire en haut + + + Afficher les touches de fonction ci-dessous + + + Afficher la barre de recherche + \ No newline at end of file diff --git a/Resources/Languages/lang.ga.resx b/Resources/Languages/lang.ga.resx index 627917d..85f5fd5 100644 --- a/Resources/Languages/lang.ga.resx +++ b/Resources/Languages/lang.ga.resx @@ -420,7 +420,7 @@ Taisce - + Taispeáin comhaid fholaithe, eolairí nó tiomántáin i gcónaí @@ -486,4 +486,16 @@ Scag an roghchlár de réir an chineáil comhaid m.sh.: *.exe|*.dll + + Taispeáin líon na ndúl thíos + + + Taispeáin teideal an eolaire ag barr + + + Taispeáin na heochracha feidhme thíos + + + Taispeáin barra cuardaigh + \ No newline at end of file diff --git a/Resources/Languages/lang.gl.resx b/Resources/Languages/lang.gl.resx index fc9fd47..b89f0e0 100644 --- a/Resources/Languages/lang.gl.resx +++ b/Resources/Languages/lang.gl.resx @@ -391,7 +391,7 @@ Cantos redondeados - Aparencia + Aparición Abaixo á esquerda @@ -420,8 +420,8 @@ Caché - - Mostrar sempre ficheiros, directorios ou unidades ocultos + + Mostra sempre ficheiros, directorios ou unidades ocultos Ficheiros e directorios ocultos @@ -486,4 +486,16 @@ Filtrar menú por tipo de ficheiro, por exemplo: *.exe|*.dll + + Mostra o número de elementos a continuación + + + Mostra o título do directorio na parte superior + + + Mostra as teclas de función a continuación + + + Mostrar a barra de busca + \ No newline at end of file diff --git a/Resources/Languages/lang.gu.resx b/Resources/Languages/lang.gu.resx index eac62e1..4ccc0b7 100644 --- a/Resources/Languages/lang.gu.resx +++ b/Resources/Languages/lang.gu.resx @@ -420,7 +420,7 @@ કેશ - + હંમેશા છુપાયેલી ફાઇલો, ડિરેક્ટરીઓ અથવા ડ્રાઇવ્સ બતાવો @@ -486,4 +486,16 @@ ફાઇલ પ્રકાર દ્વારા ફિલ્ટર મેનૂ ઉ.દા.: *.exe|*.dll + + નીચે ઘટકોની સંખ્યા બતાવો + + + ટોચ પર ડિરેક્ટરી શીર્ષક બતાવો + + + નીચે ફંક્શન કીઓ બતાવો + + + શોધ બાર બતાવો + \ No newline at end of file diff --git a/Resources/Languages/lang.hi.resx b/Resources/Languages/lang.hi.resx index f3d9c0a..cc39945 100644 --- a/Resources/Languages/lang.hi.resx +++ b/Resources/Languages/lang.hi.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - सिस्टमट्रेमेनू के बारे में + SystemTrayMenu के बारे में ठीक है @@ -420,7 +420,7 @@ कैश - + हमेशा छिपी हुई फ़ाइलें, निर्देशिका या ड्राइव दिखाएं @@ -486,4 +486,16 @@ फ़ाइल प्रकार के अनुसार फ़िल्टर मेनू उदा.: *.exe|*.dll + + नीचे तत्वों की संख्या दिखाएँ + + + शीर्ष पर निर्देशिका शीर्षक दिखाएं + + + नीचे फ़ंक्शन कुंजियां दिखाएं + + + खोज बार दिखाएं + \ No newline at end of file diff --git a/Resources/Languages/lang.hr.resx b/Resources/Languages/lang.hr.resx index 2c40728..c1513fe 100644 --- a/Resources/Languages/lang.hr.resx +++ b/Resources/Languages/lang.hr.resx @@ -420,7 +420,7 @@ Cache - + Uvijek prikaži skrivene datoteke, direktorije ili pogone @@ -486,4 +486,16 @@ Izbornik filtriranja prema vrsti datoteke, npr.: *.exe|*.dll + + Prikaži broj elemenata u nastavku + + + Prikaži naslov imenika na vrhu + + + U nastavku prikažite funkcijske tipke + + + Prikaži traku za pretraživanje + \ No newline at end of file diff --git a/Resources/Languages/lang.ht.resx b/Resources/Languages/lang.ht.resx index de1c810..afed8e0 100644 --- a/Resources/Languages/lang.ht.resx +++ b/Resources/Languages/lang.ht.resx @@ -268,7 +268,7 @@ Flèch - Flèch lè w klike sou + Flèch lè w klike Flèch pandan y ap sourit la sou li @@ -349,7 +349,7 @@ Si konsantre a pèdi epi yo te peze kle antre a - Milisgond jiskaske meni an fèmen si nan ka sa a meni an pa reaktive + Milisecond jiskaske meni an fèmen si nan ka sa a meni an pa reaktive Montre nan Taskbar @@ -420,7 +420,7 @@ Cache - + Toujou montre dosye kache, anyè oswa kondui @@ -486,4 +486,16 @@ Filtre meni pa kalite fichye pa egzanp: *.exe|*.dll + + Montre kantite eleman ki anba a + + + Montre tit anyè anlè + + + Montre kle fonksyon anba a + + + Montre ba rechèch la + \ No newline at end of file diff --git a/Resources/Languages/lang.hu.resx b/Resources/Languages/lang.hu.resx index 24b0dc8..4c88e2b 100644 --- a/Resources/Languages/lang.hu.resx +++ b/Resources/Languages/lang.hu.resx @@ -316,7 +316,7 @@ Ikonok - Helyi menü beállítása + Helyi menü által beállítva Beállítás könyvtárként @@ -420,7 +420,7 @@ Gyorsítótár - + Mindig mutasson rejtett fájlokat, könyvtárakat vagy meghajtókat @@ -486,4 +486,16 @@ Szűrőmenü fájltípus szerint, pl.: *.exe|*.dll + + Mutasd az elemek számát alább + + + A könyvtár címének megjelenítése felül + + + A funkcióbillentyűk megjelenítése lent + + + Keresősáv megjelenítése + \ No newline at end of file diff --git a/Resources/Languages/lang.hy.resx b/Resources/Languages/lang.hy.resx index 66473ad..5db14a3 100644 --- a/Resources/Languages/lang.hy.resx +++ b/Resources/Languages/lang.hy.resx @@ -420,8 +420,8 @@ Քեշ - - Միշտ ցույց տալ թաքնված ֆայլերը, գրացուցակները կամ կրիչներ + + Միշտ ցուցադրեք թաքնված ֆայլերը, գրացուցակները կամ կրիչներ Թաքնված ֆայլեր և գրացուցակներ @@ -475,7 +475,7 @@ Տեսակավորում - Պատճենել տողի տարրը քաշել-թափելու միջոցով + Պատճենել տողի տարրը քաշել-թողարկման միջոցով Քաշել @@ -486,4 +486,16 @@ Զտել ընտրացանկը ըստ ֆայլի տեսակի, օրինակ՝ *.exe|*.dll + + Ցույց տալ տարրերի քանակը ստորև + + + Ցույց տալ գրացուցակի անվանումը վերևում + + + Ցուցադրել ստեղնաշարի ստեղները + + + Ցույց տալ որոնման տողը + \ No newline at end of file diff --git a/Resources/Languages/lang.id.resx b/Resources/Languages/lang.id.resx index d63f91e..8b5be14 100644 --- a/Resources/Languages/lang.id.resx +++ b/Resources/Languages/lang.id.resx @@ -187,7 +187,7 @@ Anda tidak memiliki akses ke direktori root aplikasi. Berikan akses ke direktori atau ubah direktori root. - Klik satu kali untuk membuka elemen alih-alih klik dua kali + Satu klik untuk membuka elemen alih-alih klik dua kali Skema warna gelap selalu aktif @@ -420,8 +420,8 @@ Cache - - Selalu Tampilkan file, direktori, atau drive tersembunyi + + Selalu tampilkan file, direktori, atau drive tersembunyi File dan direktori tersembunyi @@ -486,4 +486,16 @@ Filter menu menurut jenis file mis.: *.exe|*.dll + + Tunjukkan jumlah elemen di bawah ini + + + Tampilkan judul direktori di atas + + + Tampilkan tombol fungsi di bawah ini + + + Tampilkan bilah pencarian + \ No newline at end of file diff --git a/Resources/Languages/lang.is.resx b/Resources/Languages/lang.is.resx index 0d870b6..ec225be 100644 --- a/Resources/Languages/lang.is.resx +++ b/Resources/Languages/lang.is.resx @@ -403,7 +403,7 @@ Aðalvalmynd birtist - Staðsetning músar (fyrir ofan verkefnastikuna) + Staðsetning músar (fyrir ofan verkstiku táknið) Sérsniðið (dragaðu það á viðeigandi stað) @@ -420,8 +420,8 @@ Skyndiminni - - Sýna alltaf faldar skrár, möppur eða drif + + Sýndu alltaf faldar skrár, möppur eða drif Faldar skrár og möppur @@ -486,4 +486,16 @@ Sía valmynd eftir skráargerð t.d.: *.exe|*.dll + + Sýndu fjölda þátta hér að neðan + + + Sýna möppuheiti efst + + + Sýna aðgerðarlykla hér að neðan + + + Sýna leitarstiku + \ No newline at end of file diff --git a/Resources/Languages/lang.it.resx b/Resources/Languages/lang.it.resx index ee5929f..502e4f4 100644 --- a/Resources/Languages/lang.it.resx +++ b/Resources/Languages/lang.it.resx @@ -420,7 +420,7 @@ cache - + Mostra sempre file, directory o unità nascosti @@ -486,4 +486,16 @@ Filtra il menu per tipo di file, ad es.: *.exe|*.dll + + Mostra il conteggio degli elementi di seguito + + + Mostra il titolo della directory in alto + + + Mostra i tasti funzione di seguito + + + Mostra barra di ricerca + \ No newline at end of file diff --git a/Resources/Languages/lang.iw.resx b/Resources/Languages/lang.iw.resx index a217b00..5fa197f 100644 --- a/Resources/Languages/lang.iw.resx +++ b/Resources/Languages/lang.iw.resx @@ -181,7 +181,7 @@ בחר ספרייה - ספריית השורש שלך עבור האפליקציה אינה קיימת או ריקה! שנה את ספריית השורש או הכנס מספר קבצים, ספריות או קיצורי דרך בספריית השורש. + ספריית השורש שלך עבור האפליקציה אינה קיימת או ריקה! שנה את ספריית השורש או הכנס כמה קבצים, ספריות או קיצורי דרך בספריית השורש. אין לך גישה לספריית השורש של האפליקציה. הענק גישה לספרייה או שנה את ספריית הבסיס. @@ -262,7 +262,7 @@ פתח את ספריית היישומים - גובה תפריט מקסימלי של פיקסלים + פיקסלים גובה תפריט מקסימלי חֵץ @@ -420,7 +420,7 @@ מטמון - + הצג תמיד קבצים מוסתרים, ספריות או כוננים @@ -486,4 +486,16 @@ תפריט סינון לפי סוג קובץ, למשל: *.exe|*.dll + + הצג את ספירת האלמנטים למטה + + + הצג את כותרת הספרייה בראש + + + הצג מקשי פונקציות למטה + + + הצג את שורת החיפוש + \ No newline at end of file diff --git a/Resources/Languages/lang.ja.resx b/Resources/Languages/lang.ja.resx index df5046d..1652565 100644 --- a/Resources/Languages/lang.ja.resx +++ b/Resources/Languages/lang.ja.resx @@ -331,7 +331,7 @@ このショートカットが参照するアイテムが変更または移動されたため、このショートカットは正しく機能しなくなります。 - Directoryを開く + ディレクトリを開く タスクマネージャー @@ -420,7 +420,7 @@ キャッシュ - + 非表示のファイル、ディレクトリ、またはドライブを常に表示する @@ -486,4 +486,16 @@ ファイルタイプでメニューをフィルタリングします。例:*。exe | * .dll + + 以下に要素数を表示 + + + ディレクトリタイトルを上部に表示 + + + 以下にファンクションキーを表示 + + + 検索バーを表示 + \ No newline at end of file diff --git a/Resources/Languages/lang.ka.resx b/Resources/Languages/lang.ka.resx index f8d7c48..be4d805 100644 --- a/Resources/Languages/lang.ka.resx +++ b/Resources/Languages/lang.ka.resx @@ -316,7 +316,7 @@ ხატები - კონტექსტური მენიუს დაყენება + დაყენებულია კონტექსტური მენიუს მიხედვით დააყენეთ დირექტორიად @@ -420,7 +420,7 @@ ქეში - + ყოველთვის აჩვენე ფარული ფაილები, დირექტორიები ან დისკები @@ -486,4 +486,16 @@ მენიუს გაფილტვრა ფაილის ტიპის მიხედვით, მაგ.: *.exe|*.dll + + ელემენტების რაოდენობის ჩვენება ქვემოთ + + + აჩვენე დირექტორია სათაური ზედა + + + აჩვენეთ ფუნქციის კლავიშები ქვემოთ + + + საძიებო ზოლის ჩვენება + \ No newline at end of file diff --git a/Resources/Languages/lang.km.resx b/Resources/Languages/lang.km.resx index 84d3eb2..abe2eb1 100644 --- a/Resources/Languages/lang.km.resx +++ b/Resources/Languages/lang.km.resx @@ -355,7 +355,7 @@ បង្ហាញនៅក្នុងរបារភារកិច្ច - បន្ថែម​ថត + បន្ថែមថត បន្ថែមមាតិកានៃថតទៅថតឫស @@ -376,7 +376,7 @@ ឯកសារតែប៉ុណ្ណោះ - ម៉ឺនុយមេឃ្លាំងសម្ងាត់ + ម៉ឺនុយមេនៃឃ្លាំងសម្ងាត់ សម្អាតឃ្លាំងសម្ងាត់ប្រសិនបើមានច្រើនជាងចំនួនធាតុនេះ។ @@ -420,7 +420,7 @@ ឃ្លាំង​សម្ងាត់ - + តែងតែបង្ហាញឯកសារ ថត ឬដ្រាយដែលលាក់ @@ -475,7 +475,7 @@ ការតម្រៀប - ចម្លង​ធាតុ​ជួរ​ដេក​តាម​រយៈ​ការ​អូស​ទម្លាក់ + ចម្លងធាតុជួរដេកតាមរយៈការអូសទម្លាក់ អូស @@ -486,4 +486,16 @@ ត្រងម៉ឺនុយតាមប្រភេទឯកសារ ឧ៖ *.exe|*.dll + + បង្ហាញចំនួនធាតុខាងក្រោម + + + បង្ហាញចំណងជើងថតនៅខាងលើ + + + បង្ហាញគ្រាប់ចុចមុខងារខាងក្រោម + + + បង្ហាញរបារស្វែងរក + \ No newline at end of file diff --git a/Resources/Languages/lang.kn.resx b/Resources/Languages/lang.kn.resx index 23adc47..6cd01e4 100644 --- a/Resources/Languages/lang.kn.resx +++ b/Resources/Languages/lang.kn.resx @@ -166,7 +166,7 @@ ಹಾಟ್‌ಕೀ - ವಿಂಡೋಸ್ನೊಂದಿಗೆ ಪ್ರಾರಂಭಿಸಿ + ವಿಂಡೋಸ್‌ನೊಂದಿಗೆ ಪ್ರಾರಂಭಿಸಿ ಸಂಯೋಜನೆಗಳು @@ -385,7 +385,7 @@ ಮಾದರಿ ಡೈರೆಕ್ಟರಿಯನ್ನು ಸೇರಿಸಿ 'ಪ್ರಾರಂಭ ಮೆನು' - ಸಾಲಿನ ಎತ್ತರ ಶೇಕಡಾದಲ್ಲಿ + ಸಾಲಿನ ಎತ್ತರ ಶೇಕಡಾ ಸುತ್ತಿನ ಮೂಲೆಗಳು @@ -420,7 +420,7 @@ ಸಂಗ್ರಹ - + ಯಾವಾಗಲೂ ಗುಪ್ತ ಫೈಲ್‌ಗಳು, ಡೈರೆಕ್ಟರಿಗಳು ಅಥವಾ ಡ್ರೈವ್‌ಗಳನ್ನು ತೋರಿಸಿ @@ -486,4 +486,16 @@ ಫೈಲ್ ಪ್ರಕಾರದ ಮೂಲಕ ಮೆನುವನ್ನು ಫಿಲ್ಟರ್ ಮಾಡಿ ಉದಾ: *.exe|*.dll + + ಕೆಳಗಿನ ಅಂಶಗಳ ಸಂಖ್ಯೆಯನ್ನು ತೋರಿಸಿ + + + ಮೇಲ್ಭಾಗದಲ್ಲಿ ಡೈರೆಕ್ಟರಿ ಶೀರ್ಷಿಕೆಯನ್ನು ತೋರಿಸಿ + + + ಫಂಕ್ಷನ್ ಕೀಗಳನ್ನು ಕೆಳಗೆ ತೋರಿಸಿ + + + ಹುಡುಕಾಟ ಪಟ್ಟಿಯನ್ನು ತೋರಿಸಿ + \ No newline at end of file diff --git a/Resources/Languages/lang.ko.resx b/Resources/Languages/lang.ko.resx index 77296c6..04a8235 100644 --- a/Resources/Languages/lang.ko.resx +++ b/Resources/Languages/lang.ko.resx @@ -301,7 +301,7 @@ 마우스를 가져가는 동안 슬라이더 1 - 마우스가 위에 있는 동안 슬라이더 2 + 슬라이더 위에 마우스를 올려 놓는 동안 2 디렉토리의 아이콘 사용 @@ -310,7 +310,7 @@ 크기 - 메뉴 테두리 + 메뉴의 테두리 아이콘 @@ -420,7 +420,7 @@ 은닉처 - + 항상 숨김 파일, 디렉토리 또는 드라이브 표시 @@ -486,4 +486,16 @@ 파일 유형별 필터 메뉴 예: *.exe|*.dll + + 아래 요소 수 표시 + + + 맨 위에 디렉토리 제목 표시 + + + 아래에 기능 키 표시 + + + 검색창 표시 + \ No newline at end of file diff --git a/Resources/Languages/lang.la.resx b/Resources/Languages/lang.la.resx index 49d4a04..0bb5990 100644 --- a/Resources/Languages/lang.la.resx +++ b/Resources/Languages/lang.la.resx @@ -420,8 +420,8 @@ Cache - - Semper ostende documenta occulta, directoria aut foras + + Semper ostende files occulta, directoria vel foras Occulta files et directoriis @@ -475,7 +475,7 @@ Sorting - Effingo row item per drag stilla + Effingo row item per drag gutta Drag @@ -486,4 +486,16 @@ Menu e file type e.g.: *.exe|*.dll + + Ostende comitem elementorum infra + + + Ostendere indicem titulum ad top + + + Munus ostende claves infra + + + Monstra quaerere talea + \ No newline at end of file diff --git a/Resources/Languages/lang.lo.resx b/Resources/Languages/lang.lo.resx index c866ff4..b931692 100644 --- a/Resources/Languages/lang.lo.resx +++ b/Resources/Languages/lang.lo.resx @@ -274,7 +274,7 @@ ລູກສອນໃນຂະນະທີ່ຫນູເລື່ອນຂ້າມມັນ - ພື້ນຫຼັງຂອງລູກສອນເມື່ອຄລິກ + ພື້ນຫລັງຂອງລູກສອນເມື່ອຄລິກ ພື້ນຫຼັງຂອງລູກສອນໃນຂະນະທີ່ຫນູເລື່ອນຢູ່ເທິງມັນ @@ -382,7 +382,7 @@ ລ້າງແຄດຖ້າມີຫຼາຍກວ່າຈໍານວນລາຍການນີ້ - ເພີ່ມລາຍການຕົວຢ່າງ 'ເມນູເລີ່ມຕົ້ນ' + ເພີ່ມລາຍຊື່ຕົວຢ່າງ 'ເມນູເລີ່ມຕົ້ນ' ຄວາມສູງແຖວເປັນເປີເຊັນ @@ -420,7 +420,7 @@ ແຄດ - + ສະແດງໄຟລ໌, ໄດເລກະທໍລີ ຫຼືໄດທີ່ເຊື່ອງໄວ້ສະເໝີ @@ -486,4 +486,16 @@ ການກັ່ນຕອງເມນູຕາມປະເພດໄຟລ໌ເຊັ່ນ: *.exe|*.dll + + ສະແດງຈໍານວນອົງປະກອບຂ້າງລຸ່ມນີ້ + + + ສະແດງຊື່ໄດເລກະທໍລີຢູ່ເທິງ + + + ສະແດງປຸ່ມຟັງຊັນຂ້າງລຸ່ມນີ້ + + + ສະແດງແຖບຄົ້ນຫາ + \ No newline at end of file diff --git a/Resources/Languages/lang.lt.resx b/Resources/Languages/lang.lt.resx index 3dabe12..bd8fc02 100644 --- a/Resources/Languages/lang.lt.resx +++ b/Resources/Languages/lang.lt.resx @@ -420,7 +420,7 @@ Talpykla - + Visada rodyti paslėptus failus, katalogus ar diskus @@ -486,4 +486,16 @@ Filtravimo meniu pagal failo tipą, pvz.: *.exe|*.dll + + Žemiau parodykite elementų skaičių + + + Rodyti katalogo pavadinimą viršuje + + + Rodyti funkcinius klavišus žemiau + + + Rodyti paieškos juostą + \ No newline at end of file diff --git a/Resources/Languages/lang.lv.resx b/Resources/Languages/lang.lv.resx index 351c56d..29d252a 100644 --- a/Resources/Languages/lang.lv.resx +++ b/Resources/Languages/lang.lv.resx @@ -420,7 +420,7 @@ Kešatmiņa - + Vienmēr rādīt slēptos failus, direktorijus vai diskus @@ -486,4 +486,16 @@ Filtrēšanas izvēlne pēc faila veida, piemēram, *.exe|*.dll + + Tālāk parādīt elementu skaitu + + + Rādīt direktorijas nosaukumu augšpusē + + + Rādīt funkciju taustiņus zemāk + + + Rādīt meklēšanas joslu + \ No newline at end of file diff --git a/Resources/Languages/lang.mk.resx b/Resources/Languages/lang.mk.resx index 8a4bf8e..102981b 100644 --- a/Resources/Languages/lang.mk.resx +++ b/Resources/Languages/lang.mk.resx @@ -154,7 +154,7 @@ Рестарт - Не можеше да се регистрира копче за готвење. + Не може да се регистрира топлото копче. Прекини @@ -325,7 +325,7 @@ вчитување - Проблем со кратенка врска + Проблем со врската со кратенка Ставката на која се однесува оваа кратенка е променета или преместена, така што оваа кратенка повеќе нема да работи правилно. @@ -420,8 +420,8 @@ Кеш - - Секогаш прикажувај скриени датотеки, директориуми или дискови + + Секогаш прикажувајте скриени датотеки, директориуми или дискови Скриени датотеки и директориуми @@ -486,4 +486,16 @@ Мени за филтрирање по тип на датотека, на пр.: *.exe|*.dll + + Прикажи го бројот на елементи подолу + + + Прикажи наслов на директориумот на врвот + + + Прикажи ги функциските копчиња подолу + + + Прикажи лента за пребарување + \ No newline at end of file diff --git a/Resources/Languages/lang.ms.resx b/Resources/Languages/lang.ms.resx index 40ffba1..c98160a 100644 --- a/Resources/Languages/lang.ms.resx +++ b/Resources/Languages/lang.ms.resx @@ -271,7 +271,7 @@ Anak panah apabila mengklik - Anak panah semasa tetikus melayang di atasnya + Anak panah sambil tetikus melayang di atasnya Latar belakang anak panah apabila mengklik @@ -420,8 +420,8 @@ Cache - - Sentiasa Tunjukkan fail tersembunyi, direktori atau pemacu + + Sentiasa tunjukkan fail, direktori atau pemacu tersembunyi Fail dan direktori tersembunyi @@ -486,4 +486,16 @@ Tapis menu mengikut jenis fail cth.: *.exe|*.dll + + Tunjukkan kiraan unsur di bawah + + + Tunjukkan tajuk direktori di bahagian atas + + + Tunjukkan kekunci fungsi di bawah + + + Tunjukkan bar carian + \ No newline at end of file diff --git a/Resources/Languages/lang.mt.resx b/Resources/Languages/lang.mt.resx index 7b3a07f..db10dfa 100644 --- a/Resources/Languages/lang.mt.resx +++ b/Resources/Languages/lang.mt.resx @@ -420,8 +420,8 @@ Cache - - Dejjem Uri fajls, direttorji jew drives moħbija + + Dejjem uri fajls moħbija, direttorji jew drives Fajls u direttorji moħbija @@ -486,4 +486,16 @@ Iffiltra menu skont it-tip ta' fajl eż.: *.exe|*.dll + + Uri l-għadd ta' elementi hawn taħt + + + Uri t-titlu tad-direttorju fuq nett + + + Uri ċwievet tal-funzjoni hawn taħt + + + Uri l-bar tat-tiftix + \ No newline at end of file diff --git a/Resources/Languages/lang.nl.resx b/Resources/Languages/lang.nl.resx index 9eb4ea7..a80eaad 100644 --- a/Resources/Languages/lang.nl.resx +++ b/Resources/Languages/lang.nl.resx @@ -298,7 +298,7 @@ Schuifregelaar tijdens het slepen - Schuifregelaar terwijl de muis erover zweeft 1 + Schuif terwijl de muis erover zweeft 1 Schuif terwijl de muis erover zweeft 2 @@ -420,7 +420,7 @@ cache - + Altijd verborgen bestanden, mappen of stations weergeven @@ -486,4 +486,16 @@ Filter menu op bestandstype bijv.: *.exe|*.dll + + Toon aantal elementen hieronder + + + Toon maptitel bovenaan + + + Functietoetsen hieronder weergeven: + + + Toon zoekbalk + \ No newline at end of file diff --git a/Resources/Languages/lang.no.resx b/Resources/Languages/lang.no.resx index 1abe69b..327e3ad 100644 --- a/Resources/Languages/lang.no.resx +++ b/Resources/Languages/lang.no.resx @@ -211,7 +211,7 @@ Misligholde - Hvis fokuset er tapt og hvis musen fortsatt er på menyen + Hvis fokus er tapt og hvis musen fortsatt er på menyen Millisekunder til en meny åpnes når musen er på den @@ -247,7 +247,7 @@ Valgt element - Kantlinje til valgt element + Kant til valgt element Konverter til relativ katalog @@ -420,7 +420,7 @@ Cache - + Vis alltid skjulte filer, kataloger eller stasjoner @@ -486,4 +486,16 @@ Filtrer menyen etter filtype, f.eks.: *.exe|*.dll + + Vis antall elementer nedenfor + + + Vis katalogtittel øverst + + + Vis funksjonstaster nedenfor + + + Vis søkefeltet + \ No newline at end of file diff --git a/Resources/Languages/lang.pl.resx b/Resources/Languages/lang.pl.resx index 952b343..f395621 100644 --- a/Resources/Languages/lang.pl.resx +++ b/Resources/Languages/lang.pl.resx @@ -420,7 +420,7 @@ Pamięć podręczna - + Zawsze pokazuj ukryte pliki, katalogi lub dyski @@ -463,7 +463,7 @@ Zblakły - Wyślij skrót do innej instancji + Wyślij klawisz skrótu do innej instancji Sortowanie według daty @@ -486,4 +486,16 @@ Filtruj menu według typu pliku, np.: *.exe|*.dll + + Pokaż liczbę elementów poniżej + + + Pokaż tytuł katalogu na górze + + + Pokaż klawisze funkcyjne poniżej + + + Pokaż pasek wyszukiwania + \ No newline at end of file diff --git a/Resources/Languages/lang.pt-BR.resx b/Resources/Languages/lang.pt-BR.resx index 02979d2..990ad0f 100644 --- a/Resources/Languages/lang.pt-BR.resx +++ b/Resources/Languages/lang.pt-BR.resx @@ -420,8 +420,8 @@ Cache - - Sempre mostrar arquivos, diretórios ou unidades ocultas + + Sempre mostre arquivos, diretórios ou unidades ocultas Arquivos e diretórios ocultos @@ -486,4 +486,16 @@ Filtrar menu por tipo de arquivo, por exemplo: *.exe|*.dll + + Mostrar contagem de elementos abaixo + + + Mostrar o título do diretório no topo + + + Mostrar as teclas de função abaixo + + + Mostrar barra de pesquisa + \ No newline at end of file diff --git a/Resources/Languages/lang.pt-PT.resx b/Resources/Languages/lang.pt-PT.resx index 02979d2..990ad0f 100644 --- a/Resources/Languages/lang.pt-PT.resx +++ b/Resources/Languages/lang.pt-PT.resx @@ -420,8 +420,8 @@ Cache - - Sempre mostrar arquivos, diretórios ou unidades ocultas + + Sempre mostre arquivos, diretórios ou unidades ocultas Arquivos e diretórios ocultos @@ -486,4 +486,16 @@ Filtrar menu por tipo de arquivo, por exemplo: *.exe|*.dll + + Mostrar contagem de elementos abaixo + + + Mostrar o título do diretório no topo + + + Mostrar as teclas de função abaixo + + + Mostrar barra de pesquisa + \ No newline at end of file diff --git a/Resources/Languages/lang.resx b/Resources/Languages/lang.resx index 6b5f991..f048b3b 100644 --- a/Resources/Languages/lang.resx +++ b/Resources/Languages/lang.resx @@ -420,8 +420,8 @@ Cache - - Always Show hidden files, directories or drives + + Always show hidden files, directories or drives Hidden files and directories @@ -486,4 +486,16 @@ Filter menu by file type e.g.: *.exe|*.dll + + Show number of items below + + + Show directory title at top + + + Show function keys below + + + Show search bar + \ No newline at end of file diff --git a/Resources/Languages/lang.ro.resx b/Resources/Languages/lang.ro.resx index ebecd04..556a0c1 100644 --- a/Resources/Languages/lang.ro.resx +++ b/Resources/Languages/lang.ro.resx @@ -268,7 +268,7 @@ Săgeată - Săgeată când dați clic + Săgeată când faceți clic Săgeată în timp ce mouse-ul trece peste ea @@ -420,7 +420,7 @@ Cache - + Afișați întotdeauna fișierele, directoarele sau unitățile ascunse @@ -486,4 +486,16 @@ Filtrați meniul după tipul de fișier, de exemplu: *.exe|*.dll + + Arată numărul de elemente de mai jos + + + Afișați titlul directorului în partea de sus + + + Afișați tastele funcționale mai jos + + + Afișează bara de căutare + \ No newline at end of file diff --git a/Resources/Languages/lang.ru.resx b/Resources/Languages/lang.ru.resx index 5843701..0fd21db 100644 --- a/Resources/Languages/lang.ru.resx +++ b/Resources/Languages/lang.ru.resx @@ -420,7 +420,7 @@ Кэш - + Всегда показывать скрытые файлы, каталоги или диски @@ -486,4 +486,16 @@ Меню фильтра по типу файла, например: *.exe|*.dll + + Показать количество элементов ниже + + + Показать заголовок каталога вверху + + + Показать функциональные клавиши ниже + + + Показать панель поиска + \ No newline at end of file diff --git a/Resources/Languages/lang.sk.resx b/Resources/Languages/lang.sk.resx index b1dbdb9..07f33fc 100644 --- a/Resources/Languages/lang.sk.resx +++ b/Resources/Languages/lang.sk.resx @@ -420,7 +420,7 @@ Cache - + Vždy zobrazovať skryté súbory, adresáre alebo jednotky @@ -486,4 +486,16 @@ Filtrovať menu podľa typu súboru, napr.: *.exe|*.dll + + Nižšie zobraziť počet prvkov + + + Zobraziť názov adresára v hornej časti + + + Nižšie zobraziť funkčné klávesy + + + Zobraziť panel vyhľadávania + \ No newline at end of file diff --git a/Resources/Languages/lang.sl.resx b/Resources/Languages/lang.sl.resx index 84f34d5..eeb4eec 100644 --- a/Resources/Languages/lang.sl.resx +++ b/Resources/Languages/lang.sl.resx @@ -420,7 +420,7 @@ predpomnilnik - + Vedno prikaži skrite datoteke, imenike ali pogone @@ -481,9 +481,21 @@ Povlecite - Pomikajte se s potegom + Pomikanje s potegom Filtriraj meni po vrsti datoteke, npr.: *.exe|*.dll + + Spodaj prikaži število elementov + + + Prikaži naslov imenika na vrhu + + + Spodaj prikažite funkcijske tipke + + + Pokaži iskalno vrstico + \ No newline at end of file diff --git a/Resources/Languages/lang.sq.resx b/Resources/Languages/lang.sq.resx index 63a1734..d138015 100644 --- a/Resources/Languages/lang.sq.resx +++ b/Resources/Languages/lang.sq.resx @@ -178,7 +178,7 @@ Lexoni FAQ dhe më pas zgjidhni një direktori rrënjësore për SystemTrayMenu. - Zgjidhni direktorinë + Zgjidhni drejtorinë Drejtoria juaj kryesore për aplikacionin nuk ekziston ose është bosh! Ndryshoni direktorinë rrënjë ose vendosni disa skedarë, drejtori ose shkurtore në direktorinë rrënjë. @@ -420,8 +420,8 @@ Cache - - Shfaq gjithmonë skedarë, drejtori ose disqe të fshehura + + Trego gjithmonë skedarë, drejtori ose disqe të fshehura Skedarët dhe drejtoritë e fshehura @@ -463,7 +463,7 @@ Venitje - Dërgo çelësin e nxehtësisë në një shembull tjetër + Dërgo çelësin e nxehtë në një shembull tjetër Rendit sipas datës @@ -486,4 +486,16 @@ Menyja e filtrit sipas llojit të skedarit p.sh.: *.exe|*.dll + + Trego numrin e elementeve më poshtë + + + Shfaq titullin e drejtorisë në krye + + + Shfaq çelësat e funksionit më poshtë + + + Shfaq shiritin e kërkimit + \ No newline at end of file diff --git a/Resources/Languages/lang.sr.resx b/Resources/Languages/lang.sr.resx index 905728b..54e8cfe 100644 --- a/Resources/Languages/lang.sr.resx +++ b/Resources/Languages/lang.sr.resx @@ -420,7 +420,7 @@ Цацхе - + Увек прикажи скривене датотеке, директоријуме или диск јединице @@ -486,4 +486,16 @@ Филтрирај мени према типу датотеке, нпр.: *.еке|*.длл + + Прикажи број елемената испод + + + Прикажи наслов директоријума на врху + + + Прикажите функцијске тастере испод + + + Прикажи траку за претрагу + \ No newline at end of file diff --git a/Resources/Languages/lang.sv.resx b/Resources/Languages/lang.sv.resx index 8470224..7cc2ae2 100644 --- a/Resources/Languages/lang.sv.resx +++ b/Resources/Languages/lang.sv.resx @@ -420,7 +420,7 @@ Cache - + Visa alltid dolda filer, kataloger eller enheter @@ -481,9 +481,21 @@ Drag - Scrolla via svep + Bläddra med svep Filtrera menyn efter filtyp, t.ex.: *.exe|*.dll + + Visa antalet element nedan + + + Visa katalogtitel överst + + + Visa funktionstangenter nedan + + + Visa sökfältet + \ No newline at end of file diff --git a/Resources/Languages/lang.sw.resx b/Resources/Languages/lang.sw.resx index 605eb8b..4381707 100644 --- a/Resources/Languages/lang.sw.resx +++ b/Resources/Languages/lang.sw.resx @@ -420,7 +420,7 @@ Akiba - + Onyesha faili, saraka au hifadhi zilizofichwa kila wakati @@ -486,4 +486,16 @@ Chuja menyu kwa aina ya faili k.m.: *.exe|*.dll + + Onyesha idadi ya vipengele hapa chini + + + Onyesha kichwa cha saraka juu + + + Onyesha vitufe vya kukokotoa hapa chini + + + Onyesha upau wa kutafutia + \ No newline at end of file diff --git a/Resources/Languages/lang.ta.resx b/Resources/Languages/lang.ta.resx index 08a66d8..1fba967 100644 --- a/Resources/Languages/lang.ta.resx +++ b/Resources/Languages/lang.ta.resx @@ -379,7 +379,7 @@ கேச் முதன்மை மெனு - இந்த உருப்படிகளின் எண்ணிக்கையை விட அதிகமாக இருந்தால் தற்காலிக சேமிப்பை அழிக்கவும் + இந்த எண்ணிக்கையை விட அதிகமாக இருந்தால் தற்காலிக சேமிப்பை அழிக்கவும் 'ஸ்டார்ட் மெனு' மாதிரி கோப்பகத்தைச் சேர்க்கவும் @@ -420,14 +420,14 @@ தற்காலிக சேமிப்பு - - மறைக்கப்பட்ட கோப்புகள், கோப்பகங்கள் அல்லது இயக்கிகளை எப்போதும் காட்டு + + எப்போதும் மறைக்கப்பட்ட கோப்புகள், கோப்பகங்கள் அல்லது இயக்கிகளைக் காட்டு மறைக்கப்பட்ட கோப்புகள் மற்றும் கோப்பகங்கள் - மறைக்கப்பட்ட கோப்புகள், கோப்பகங்கள் அல்லது இயக்கிகளைக் காட்ட வேண்டாம் + மறைக்கப்பட்ட கோப்புகள், கோப்பகங்கள் அல்லது இயக்ககங்களைக் காட்ட வேண்டாம் அளவு மற்றும் இடம் @@ -486,4 +486,16 @@ கோப்பு வகையின்படி மெனுவை வடிகட்டவும் எ.கா.: *.exe|*.dll + + உறுப்புகளின் எண்ணிக்கையை கீழே காட்டு + + + கோப்பகத்தின் தலைப்பை மேலே காட்டு + + + செயல்பாட்டு விசைகளை கீழே காட்டு + + + தேடல் பட்டியைக் காட்டு + \ No newline at end of file diff --git a/Resources/Languages/lang.te.resx b/Resources/Languages/lang.te.resx index cdab05d..fd7f05b 100644 --- a/Resources/Languages/lang.te.resx +++ b/Resources/Languages/lang.te.resx @@ -238,7 +238,7 @@ డైరెక్టరీ తెరవబడింది - తెరిచిన డైరెక్టరీ సరిహద్దు + తెరిచిన డైరెక్టరీ అంచు శోధన ఫీల్డ్ @@ -301,7 +301,7 @@ మౌస్ దానిపై కదులుతున్నప్పుడు స్లైడర్ 1 - మౌస్ దానిపై హోవర్ చేస్తున్నప్పుడు స్లైడర్ 2 + మౌస్ దానిపై కదులుతున్నప్పుడు స్లైడర్ 2 డైరెక్టరీ నుండి చిహ్నాన్ని ఉపయోగించండి @@ -420,8 +420,8 @@ కాష్ - - దాచిన ఫైల్‌లు, డైరెక్టరీలు లేదా డ్రైవ్‌లను ఎల్లప్పుడూ చూపు + + దాచిన ఫైల్‌లు, డైరెక్టరీలు లేదా డ్రైవ్‌లను ఎల్లప్పుడూ చూపండి దాచిన ఫైల్‌లు మరియు డైరెక్టరీలు @@ -486,4 +486,16 @@ ఫైల్ రకం ద్వారా మెనుని ఫిల్టర్ చేయండి ఉదా: *.exe|*.dll + + దిగువ మూలకాల సంఖ్యను చూపు + + + ఎగువన డైరెక్టరీ శీర్షికను చూపు + + + క్రింద ఫంక్షన్ కీలను చూపించు + + + శోధన పట్టీని చూపు + \ No newline at end of file diff --git a/Resources/Languages/lang.th.resx b/Resources/Languages/lang.th.resx index b827447..73e327b 100644 --- a/Resources/Languages/lang.th.resx +++ b/Resources/Languages/lang.th.resx @@ -420,7 +420,7 @@ แคช - + แสดงไฟล์ ไดเร็กทอรี หรือไดรฟ์ที่ซ่อนอยู่เสมอ @@ -486,4 +486,16 @@ เมนูกรองตามประเภทไฟล์ เช่น *.exe|*.dll + + แสดงจำนวนองค์ประกอบด้านล่าง + + + แสดงชื่อไดเร็กทอรีที่ด้านบน + + + แสดงปุ่มฟังก์ชั่นด้านล่าง + + + แสดงแถบค้นหา + \ No newline at end of file diff --git a/Resources/Languages/lang.tl.resx b/Resources/Languages/lang.tl.resx index c71a783..45ad2f2 100644 --- a/Resources/Languages/lang.tl.resx +++ b/Resources/Languages/lang.tl.resx @@ -349,7 +349,7 @@ Kung nawala ang focus at pinindot ang Enter key - Milliseconds hanggang sa magsara ang menu kung sa kasong ito ay hindi na-reactivate ang menu + Milliseconds hanggang sa magsara ang menu kung sa kasong ito ay hindi muling na-activate ang menu Ipakita sa Taskbar @@ -420,8 +420,8 @@ Cache - - Palaging Ipakita ang mga nakatagong file, direktoryo o drive + + Palaging ipakita ang mga nakatagong file, direktoryo o drive Mga nakatagong file at direktoryo @@ -486,4 +486,16 @@ I-filter ang menu ayon sa uri ng file hal.: *.exe|*.dll + + Ipakita ang bilang ng mga elemento sa ibaba + + + Ipakita ang pamagat ng direktoryo sa itaas + + + Ipakita ang mga function key sa ibaba + + + Ipakita ang search bar + \ No newline at end of file diff --git a/Resources/Languages/lang.tr.resx b/Resources/Languages/lang.tr.resx index f972854..78eb9db 100644 --- a/Resources/Languages/lang.tr.resx +++ b/Resources/Languages/lang.tr.resx @@ -420,7 +420,7 @@ önbellek - + Gizli dosyaları, dizinleri veya sürücüleri her zaman göster @@ -486,4 +486,16 @@ Menüyü dosya türüne göre filtreleyin, örneğin: *.exe|*.dll + + Aşağıdaki eleman sayısını göster + + + Dizin başlığını en üstte göster + + + Aşağıdaki fonksiyon tuşlarını göster + + + Arama çubuğunu göster + \ No newline at end of file diff --git a/Resources/Languages/lang.uk.resx b/Resources/Languages/lang.uk.resx index dda903b..18584b5 100644 --- a/Resources/Languages/lang.uk.resx +++ b/Resources/Languages/lang.uk.resx @@ -420,7 +420,7 @@ Кеш - + Завжди показувати приховані файли, каталоги або диски @@ -486,4 +486,16 @@ Фільтрувати меню за типом файлу, наприклад: *.exe|*.dll + + Показати кількість елементів нижче + + + Показати назву каталогу вгорі + + + Покажіть функціональні клавіші нижче + + + Показати рядок пошуку + \ No newline at end of file diff --git a/Resources/Languages/lang.ur.resx b/Resources/Languages/lang.ur.resx index 689396d..37f12ed 100644 --- a/Resources/Languages/lang.ur.resx +++ b/Resources/Languages/lang.ur.resx @@ -184,10 +184,10 @@ ایپ کے لیے آپ کی روٹ ڈائرکٹری موجود نہیں ہے یا خالی ہے! روٹ ڈائرکٹری کو تبدیل کریں یا روٹ ڈائرکٹری میں کچھ فائلیں، ڈائریکٹریز یا شارٹ کٹ ڈالیں۔ - آپ کو ایپ کی روٹ ڈائرکٹری تک رسائی نہیں ہے۔ ڈائریکٹری تک رسائی فراہم کریں یا روٹ ڈائرکٹری کو تبدیل کریں۔ + آپ کو ایپ کی روٹ ڈائرکٹری تک رسائی نہیں ہے۔ ڈائرکٹری تک رسائی فراہم کریں یا روٹ ڈائرکٹری کو تبدیل کریں۔ - ڈبل کلک کے بجائے ایک عنصر کو کھولنے کے لیے سنگل کلک کریں۔ + ڈبل کلک کے بجائے کسی عنصر کو کھولنے کے لیے سنگل کلک کریں۔ رنگ سکیم سیاہ ہمیشہ فعال @@ -262,7 +262,7 @@ ایپلیکیشن ڈائرکٹری کھولیں۔ - پکسلز مینو کی زیادہ سے زیادہ اونچائی + پکسلز زیادہ سے زیادہ مینو اونچائی تیر @@ -304,7 +304,7 @@ سلائیڈر جب اس پر ماؤس منڈلاتا ہے 2 - ڈائرکٹری سے آئیکن استعمال کریں۔ + ڈائریکٹری سے آئیکن استعمال کریں۔ سائز @@ -420,7 +420,7 @@ کیشے - + ہمیشہ چھپی ہوئی فائلیں، ڈائریکٹریز یا ڈرائیوز دکھائیں۔ @@ -445,7 +445,7 @@ پچھلے کے آگے - پکسلز کے ذریعے آفسیٹ + پکسلز کے ذریعہ آفسیٹ اوور لیپنگ @@ -481,9 +481,21 @@ گھسیٹیں۔ - سوائپ کے ذریعے اسکرول کریں۔ + سوائپ کے ذریعے سکرول کریں۔ فائل کی قسم کے لحاظ سے مینو کو فلٹر کریں جیسے: *.exe|*.dll + + ذیل میں عناصر کی گنتی دکھائیں۔ + + + ڈائرکٹری کا عنوان اوپر دکھائیں۔ + + + ذیل میں فنکشن کیز دکھائیں۔ + + + سرچ بار دکھائیں۔ + \ No newline at end of file diff --git a/Resources/Languages/lang.vi.resx b/Resources/Languages/lang.vi.resx index 5896cf7..a0704dd 100644 --- a/Resources/Languages/lang.vi.resx +++ b/Resources/Languages/lang.vi.resx @@ -277,7 +277,7 @@ Nền của mũi tên khi nhấp vào - Hình nền của mũi tên khi di chuột qua nó + Hình nền của mũi tên khi chuột di chuột qua nó Phối màu tối @@ -292,7 +292,7 @@ Thanh cuộn - Con trượt + Thanh trượt Thanh trượt trong khi kéo @@ -328,7 +328,7 @@ Sự cố với liên kết lối tắt - Mục mà lối tắt này đề cập đến đã được thay đổi hoặc di chuyển, vì vậy lối tắt này sẽ không còn hoạt động bình thường. + Mục mà lối tắt này đề cập đến đã bị thay đổi hoặc di chuyển, vì vậy lối tắt này sẽ không còn hoạt động bình thường. Mở thư mục @@ -420,7 +420,7 @@ Bộ nhớ đệm - + Luôn hiển thị các tệp, thư mục hoặc ổ đĩa ẩn @@ -486,4 +486,16 @@ Trình đơn lọc theo loại tệp, ví dụ: * .exe | * .dll + + Hiển thị số lượng các phần tử bên dưới + + + Hiển thị tiêu đề thư mục ở trên cùng + + + Hiển thị các phím chức năng bên dưới + + + Hiển thị thanh tìm kiếm + \ No newline at end of file diff --git a/Resources/Languages/lang.yi.resx b/Resources/Languages/lang.yi.resx index e35e953..3f8717a 100644 --- a/Resources/Languages/lang.yi.resx +++ b/Resources/Languages/lang.yi.resx @@ -181,10 +181,10 @@ אויסקלייַבן וועגווייַזער - דיין וואָרצל וועגווייַזער פֿאַר די אַפּ טוט נישט עקסיסטירן אָדער איז ליידיק! טוישן די וואָרצל וועגווייַזער אָדער שטעלן עטלעכע טעקעס, דיירעקטעריז אָדער דורכוועג אין דער וואָרצל וועגווייַזער. + דיין וואָרצל וועגווייַזער פֿאַר די אַפּ טוט נישט עקסיסטירן אָדער איז ליידיק! טוישן די וואָרצל וועגווייַזער אָדער שטעלן עטלעכע טעקעס, דירעקטעריז אָדער דורכוועג אין דער וואָרצל וועגווייַזער. - איר האָט קיין אַקסעס צו דער וואָרצל וועגווייַזער פון די אַפּ. געבן אַקסעס צו דער וועגווייַזער אָדער טוישן די וואָרצל וועגווייַזער. + איר האָבן קיין אַקסעס צו דער וואָרצל וועגווייַזער פון די אַפּ. געבן אַקסעס צו דער וועגווייַזער אָדער טוישן די וואָרצל וועגווייַזער. איין גיט צו עפענען אַן עלעמענט אַנשטאָט פון טאָפּל גיט @@ -420,7 +420,7 @@ קאַש - + שטענדיק ווייַזן פאַרבאָרגן טעקעס, דירעקטעריז אָדער דרייווז @@ -486,4 +486,16 @@ פילטער מעניו לויט טעקע טיפּ, למשל: *.עקסע|*.דלל + + ווייַזן ציילן פון עלעמענטן אונטן + + + ווייַז דער טיטל פון דער Directory אויבן + + + ווייַזן פֿונקציע שליסלען אונטן + + + ווייַזן זוכן באַר + \ No newline at end of file diff --git a/Resources/Languages/lang.zh-CN.resx b/Resources/Languages/lang.zh-CN.resx index d3413b7..d669632 100644 --- a/Resources/Languages/lang.zh-CN.resx +++ b/Resources/Languages/lang.zh-CN.resx @@ -274,7 +274,7 @@ 鼠标悬停时的箭头 - 单击时箭头的背景 + 点击时箭头的背景 鼠标悬停在箭头上时的箭头背景 @@ -420,8 +420,8 @@ 缓存 - - 总是显示隐藏的文件、目录或驱动器 + + 始终显示隐藏的文件、目录或驱动器 隐藏的文件和目录 @@ -486,4 +486,16 @@ 按文件类型过滤菜单,例如:*.exe|*.dll + + 在下面显示元素的数量 + + + 在顶部显示目录标题 + + + 在下方显示功能键 + + + 显示搜索栏 + \ No newline at end of file diff --git a/Resources/Languages/lang.zh-TW.resx b/Resources/Languages/lang.zh-TW.resx index e35ead9..2028b1e 100644 --- a/Resources/Languages/lang.zh-TW.resx +++ b/Resources/Languages/lang.zh-TW.resx @@ -325,7 +325,7 @@ 加載 - 快捷鏈接問題 + 快捷方式鏈接問題 此快捷方式所指的項目已更改或移動,因此此快捷方式將不再正常工作。 @@ -420,8 +420,8 @@ 緩存 - - 總是顯示隱藏的文件、目錄或驅動器 + + 始終顯示隱藏的文件、目錄或驅動器 隱藏的文件和目錄 @@ -486,4 +486,16 @@ 按文件類型過濾菜單,例如:*.exe|*.dll + + 在下面顯示元素的數量 + + + 在頂部顯示目錄標題 + + + 在下方顯示功能鍵 + + + 顯示搜索欄 + \ No newline at end of file diff --git a/UserInterface/AppContextMenu.cs b/UserInterface/AppContextMenu.cs index d52c7bf..b7036cb 100644 --- a/UserInterface/AppContextMenu.cs +++ b/UserInterface/AppContextMenu.cs @@ -114,8 +114,8 @@ namespace SystemTrayMenu.Helper aboutBox.AppMoreInfo += "#235 #242 243 #247, #271 Tom, #237 Torsten S., #240 video Patrick, #244 Gunter D., #246 #329 MACE4GITHUB, #259 #310 vanjac, "; aboutBox.AppMoreInfo += "#262 terencemcdonnell, #269 petersnows25, #272 Peter M., #273 #274 ParasiteDelta, #275 #276 #278 donaldaken, "; aboutBox.AppMoreInfo += "#277 Jan S., #282 akuznets, #283 #284 #289 RuSieg, #285 #286 dao-net, #288 William P., #294 #295 #296 Stefan Mahrer, "; - aboutBox.AppMoreInfo += "#225 #297 #299 #317 #321 #324 #330 chip33, #298 phanirithvij, #306 wini2, #370 dna5589, #372 not-nef, #376 Michelle H. "; - aboutBox.AppMoreInfo += "#377 SoenkeHob, #384 boydfields, #387 yrctw" + Environment.NewLine; + aboutBox.AppMoreInfo += "#225 #297 #299 #317 #321 #324 #330 #386 chip33, #298 phanirithvij, #306 wini2, #370 dna5589, #372 not-nef, #376 Michelle H. "; + aboutBox.AppMoreInfo += "#377 SoenkeHob, #380 TransLucida, #384 boydfields, #386 visusys, #387 yrctw" + Environment.NewLine; aboutBox.AppMoreInfo += @" Sponsors - Thank you! ------------------ diff --git a/UserInterface/Menu.ControlsTheDesignerRemoves.cs b/UserInterface/Menu.ControlsTheDesignerRemoves.cs index b76c3d5..deed3e1 100644 --- a/UserInterface/Menu.ControlsTheDesignerRemoves.cs +++ b/UserInterface/Menu.ControlsTheDesignerRemoves.cs @@ -35,7 +35,7 @@ namespace SystemTrayMenu.UserInterface // labelTitle labelTitle.AutoEllipsis = true; - labelTitle.AutoSize = true; + labelTitle.AutoSize = false; labelTitle.Dock = DockStyle.Fill; labelTitle.Font = new Font("Segoe UI", 8.25F * Scaling.Factor, FontStyle.Bold, GraphicsUnit.Point, 0); labelTitle.ForeColor = Color.Black; @@ -43,7 +43,7 @@ namespace SystemTrayMenu.UserInterface labelTitle.Margin = new Padding(0); labelTitle.Name = "labelTitle"; labelTitle.Padding = new Padding(3, 0, 0, 1); - labelTitle.Size = new Size(70, 14); + labelTitle.Size = new Size(70, 12); labelTitle.Text = "SystemTrayMenu"; labelTitle.TextAlign = ContentAlignment.MiddleCenter; labelTitle.MouseWheel += new MouseEventHandler(DgvMouseWheel); diff --git a/UserInterface/Menu.Designer.cs b/UserInterface/Menu.Designer.cs index 2318447..312ae35 100644 --- a/UserInterface/Menu.Designer.cs +++ b/UserInterface/Menu.Designer.cs @@ -165,7 +165,7 @@ this.labelItems.AutoSize = true; this.labelItems.ForeColor = System.Drawing.Color.White; this.labelItems.Location = new System.Drawing.Point(10, 3); - this.labelItems.Margin = new System.Windows.Forms.Padding(0); + this.labelItems.Margin = new System.Windows.Forms.Padding(0, 6, 0, 0); this.labelItems.Name = "labelItems"; this.labelItems.Size = new System.Drawing.Size(45, 15); this.labelItems.TabIndex = 2; @@ -184,7 +184,7 @@ this.tableLayoutPanelMenu.Location = new System.Drawing.Point(1, 1); this.tableLayoutPanelMenu.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelMenu.Name = "tableLayoutPanelMenu"; - this.tableLayoutPanelMenu.Padding = new System.Windows.Forms.Padding(3, 0, 3, 0); + this.tableLayoutPanelMenu.Padding = new System.Windows.Forms.Padding(6, 0, 6, 6); this.tableLayoutPanelMenu.RowCount = 7; this.tableLayoutPanelMenu.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMenu.RowStyles.Add(new System.Windows.Forms.RowStyle()); @@ -243,9 +243,9 @@ this.pictureBoxRestart.BackColor = System.Drawing.Color.Transparent; this.pictureBoxRestart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxRestart.Location = new System.Drawing.Point(122, 1); - this.pictureBoxRestart.Margin = new System.Windows.Forms.Padding(1); + this.pictureBoxRestart.Margin = new System.Windows.Forms.Padding(1, 5, 1, 1); this.pictureBoxRestart.Name = "pictureBoxRestart"; - this.pictureBoxRestart.Size = new System.Drawing.Size(20, 20); + this.pictureBoxRestart.Size = new System.Drawing.Size(16, 16); this.pictureBoxRestart.TabIndex = 3; this.pictureBoxRestart.TabStop = false; this.pictureBoxRestart.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxRestart_Paint); @@ -259,9 +259,9 @@ this.pictureBoxSettings.BackColor = System.Drawing.Color.Transparent; this.pictureBoxSettings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxSettings.Location = new System.Drawing.Point(100, 1); - this.pictureBoxSettings.Margin = new System.Windows.Forms.Padding(1); + this.pictureBoxSettings.Margin = new System.Windows.Forms.Padding(1, 5, 1, 1); this.pictureBoxSettings.Name = "pictureBoxSettings"; - this.pictureBoxSettings.Size = new System.Drawing.Size(20, 20); + this.pictureBoxSettings.Size = new System.Drawing.Size(16, 16); this.pictureBoxSettings.TabIndex = 2; this.pictureBoxSettings.TabStop = false; this.pictureBoxSettings.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxSettings_Paint); @@ -275,9 +275,9 @@ this.pictureBoxMenuAlwaysOpen.BackColor = System.Drawing.Color.Transparent; this.pictureBoxMenuAlwaysOpen.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxMenuAlwaysOpen.Location = new System.Drawing.Point(78, 1); - this.pictureBoxMenuAlwaysOpen.Margin = new System.Windows.Forms.Padding(1); + this.pictureBoxMenuAlwaysOpen.Margin = new System.Windows.Forms.Padding(1, 5, 1, 1); this.pictureBoxMenuAlwaysOpen.Name = "pictureBoxMenuAlwaysOpen"; - this.pictureBoxMenuAlwaysOpen.Size = new System.Drawing.Size(20, 20); + this.pictureBoxMenuAlwaysOpen.Size = new System.Drawing.Size(16, 16); this.pictureBoxMenuAlwaysOpen.TabIndex = 1; this.pictureBoxMenuAlwaysOpen.TabStop = false; this.pictureBoxMenuAlwaysOpen.Click += new System.EventHandler(this.PictureBoxMenuAlwaysOpen_Click); @@ -292,9 +292,9 @@ this.pictureBoxOpenFolder.BackColor = System.Drawing.Color.Transparent; this.pictureBoxOpenFolder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.pictureBoxOpenFolder.Location = new System.Drawing.Point(56, 1); - this.pictureBoxOpenFolder.Margin = new System.Windows.Forms.Padding(1); + this.pictureBoxOpenFolder.Margin = new System.Windows.Forms.Padding(1, 5, 1, 1); this.pictureBoxOpenFolder.Name = "pictureBoxOpenFolder"; - this.pictureBoxOpenFolder.Size = new System.Drawing.Size(20, 20); + this.pictureBoxOpenFolder.Size = new System.Drawing.Size(16, 16); this.pictureBoxOpenFolder.TabIndex = 1; this.pictureBoxOpenFolder.TabStop = false; this.pictureBoxOpenFolder.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxOpenFolder_Paint); diff --git a/UserInterface/Menu.cs b/UserInterface/Menu.cs index 0e41980..2d5e715 100644 --- a/UserInterface/Menu.cs +++ b/UserInterface/Menu.cs @@ -347,9 +347,9 @@ namespace SystemTrayMenu.UserInterface return dgv; } - internal void SetTitle(string title) + internal void AdjustControls(string title, MenuDataValidity menuDataValidity) { - if (!string.IsNullOrEmpty(title)) + if (!string.IsNullOrEmpty(title) && Config.ShowDirectoryTitleAtTop) { if (title.Length > MenuDefines.LengthMax) { @@ -357,6 +357,35 @@ namespace SystemTrayMenu.UserInterface } labelTitle.Text = title; + labelTitle.AutoSize = true; + } + else + { + labelTitle.Text = string.Empty; + } + + if (!Config.ShowSearchBar) + { + tableLayoutPanelSearch.AutoSize = false; + tableLayoutPanelSearch.Height = 0; + textBoxSearch.AutoSize = false; + textBoxSearch.Height = 0; + pictureBoxSearch.Visible = false; + panelLine.Visible = false; + } + + if (!Config.ShowCountOfElementsBelow && + menuDataValidity == MenuDataValidity.Valid) + { + labelItems.Visible = false; + } + + if (!Config.ShowFunctionKeysBelow) + { + pictureBoxOpenFolder.Visible = false; + pictureBoxMenuAlwaysOpen.Visible = false; + pictureBoxSettings.Visible = false; + pictureBoxRestart.Visible = false; } } diff --git a/UserInterface/SettingsForm.Designer.cs b/UserInterface/SettingsForm.Designer.cs index a84d74a..75d729d 100644 --- a/UserInterface/SettingsForm.Designer.cs +++ b/UserInterface/SettingsForm.Designer.cs @@ -316,8 +316,12 @@ namespace SystemTrayMenu.UserInterface this.labelSearchField = new System.Windows.Forms.Label(); this.groupBoxAppearance = new System.Windows.Forms.GroupBox(); this.tableLayoutPanelAppearance = new System.Windows.Forms.TableLayoutPanel(); + this.checkBoxShowCountOfElementsBelow = new System.Windows.Forms.CheckBox(); + this.checkBoxShowFunctionKeysBelow = new System.Windows.Forms.CheckBox(); this.buttonAppearanceDefault = new System.Windows.Forms.Button(); + this.checkBoxShowSearchBar = new System.Windows.Forms.CheckBox(); this.checkBoxUseFading = new System.Windows.Forms.CheckBox(); + this.checkBoxShowDirectoryTitleAtTop = new System.Windows.Forms.CheckBox(); this.checkBoxDarkModeAlwaysOn = new System.Windows.Forms.CheckBox(); this.checkBoxRoundCorners = new System.Windows.Forms.CheckBox(); this.tableLayoutPanelBottom = new System.Windows.Forms.TableLayoutPanel(); @@ -606,7 +610,7 @@ namespace SystemTrayMenu.UserInterface this.buttonChangeFolder.Margin = new System.Windows.Forms.Padding(2, 3, 3, 3); this.buttonChangeFolder.MinimumSize = new System.Drawing.Size(75, 23); this.buttonChangeFolder.Name = "buttonChangeFolder"; - this.buttonChangeFolder.Size = new System.Drawing.Size(94, 25); + this.buttonChangeFolder.Size = new System.Drawing.Size(119, 25); this.buttonChangeFolder.TabIndex = 0; this.buttonChangeFolder.Text = "Changing directory"; this.buttonChangeFolder.UseVisualStyleBackColor = true; @@ -2312,7 +2316,7 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelCustomize.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelCustomize.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelCustomize.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelCustomize.Size = new System.Drawing.Size(391, 1356); + this.tableLayoutPanelCustomize.Size = new System.Drawing.Size(391, 1456); this.tableLayoutPanelCustomize.TabIndex = 0; // // groupBoxColorsDarkMode @@ -2320,7 +2324,7 @@ namespace SystemTrayMenu.UserInterface this.groupBoxColorsDarkMode.AutoSize = true; this.groupBoxColorsDarkMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxColorsDarkMode.Controls.Add(this.tableLayoutPanelDarkMode); - this.groupBoxColorsDarkMode.Location = new System.Drawing.Point(3, 748); + this.groupBoxColorsDarkMode.Location = new System.Drawing.Point(3, 848); this.groupBoxColorsDarkMode.MaximumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsDarkMode.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsDarkMode.Name = "groupBoxColorsDarkMode"; @@ -3393,7 +3397,7 @@ namespace SystemTrayMenu.UserInterface this.groupBoxColorsLightMode.AutoSize = true; this.groupBoxColorsLightMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.groupBoxColorsLightMode.Controls.Add(this.tableLayoutPanelColorsAndDefault); - this.groupBoxColorsLightMode.Location = new System.Drawing.Point(3, 137); + this.groupBoxColorsLightMode.Location = new System.Drawing.Point(3, 237); this.groupBoxColorsLightMode.MaximumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsLightMode.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxColorsLightMode.Name = "groupBoxColorsLightMode"; @@ -4473,7 +4477,7 @@ namespace SystemTrayMenu.UserInterface this.groupBoxAppearance.MaximumSize = new System.Drawing.Size(385, 0); this.groupBoxAppearance.MinimumSize = new System.Drawing.Size(385, 0); this.groupBoxAppearance.Name = "groupBoxAppearance"; - this.groupBoxAppearance.Size = new System.Drawing.Size(385, 128); + this.groupBoxAppearance.Size = new System.Drawing.Size(385, 228); this.groupBoxAppearance.TabIndex = 1; this.groupBoxAppearance.TabStop = false; this.groupBoxAppearance.Text = "groupBoxAppearance"; @@ -4484,26 +4488,55 @@ namespace SystemTrayMenu.UserInterface this.tableLayoutPanelAppearance.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanelAppearance.ColumnCount = 1; this.tableLayoutPanelAppearance.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanelAppearance.Controls.Add(this.buttonAppearanceDefault, 0, 3); + this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowCountOfElementsBelow, 0, 6); + this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowFunctionKeysBelow, 0, 5); + this.tableLayoutPanelAppearance.Controls.Add(this.buttonAppearanceDefault, 0, 7); + this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowSearchBar, 0, 4); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxUseFading, 0, 1); + this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxShowDirectoryTitleAtTop, 0, 3); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxDarkModeAlwaysOn, 0, 2); this.tableLayoutPanelAppearance.Controls.Add(this.checkBoxRoundCorners, 0, 0); this.tableLayoutPanelAppearance.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelAppearance.Location = new System.Drawing.Point(3, 19); this.tableLayoutPanelAppearance.Name = "tableLayoutPanelAppearance"; - this.tableLayoutPanelAppearance.RowCount = 4; + this.tableLayoutPanelAppearance.RowCount = 8; this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanelAppearance.Size = new System.Drawing.Size(379, 106); + this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelAppearance.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanelAppearance.Size = new System.Drawing.Size(379, 206); this.tableLayoutPanelAppearance.TabIndex = 1; // + // checkBoxShowCountOfElementsBelow + // + this.checkBoxShowCountOfElementsBelow.AutoSize = true; + this.checkBoxShowCountOfElementsBelow.Location = new System.Drawing.Point(3, 153); + this.checkBoxShowCountOfElementsBelow.Name = "checkBoxShowCountOfElementsBelow"; + this.checkBoxShowCountOfElementsBelow.Size = new System.Drawing.Size(232, 19); + this.checkBoxShowCountOfElementsBelow.TabIndex = 4; + this.checkBoxShowCountOfElementsBelow.Text = "checkBoxShowCountOfElementsBelow"; + this.checkBoxShowCountOfElementsBelow.UseVisualStyleBackColor = true; + // + // checkBoxShowFunctionKeysBelow + // + this.checkBoxShowFunctionKeysBelow.AutoSize = true; + this.checkBoxShowFunctionKeysBelow.Dock = System.Windows.Forms.DockStyle.Fill; + this.checkBoxShowFunctionKeysBelow.Location = new System.Drawing.Point(3, 128); + this.checkBoxShowFunctionKeysBelow.Name = "checkBoxShowFunctionKeysBelow"; + this.checkBoxShowFunctionKeysBelow.Size = new System.Drawing.Size(373, 19); + this.checkBoxShowFunctionKeysBelow.TabIndex = 3; + this.checkBoxShowFunctionKeysBelow.Text = "checkBoxShowFunctionKeysBelow"; + this.checkBoxShowFunctionKeysBelow.UseVisualStyleBackColor = true; + // // buttonAppearanceDefault // this.buttonAppearanceDefault.AutoSize = true; this.buttonAppearanceDefault.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; - this.buttonAppearanceDefault.Location = new System.Drawing.Point(3, 78); + this.buttonAppearanceDefault.Location = new System.Drawing.Point(3, 178); this.buttonAppearanceDefault.MinimumSize = new System.Drawing.Size(75, 23); this.buttonAppearanceDefault.Name = "buttonAppearanceDefault"; this.buttonAppearanceDefault.Size = new System.Drawing.Size(154, 25); @@ -4512,6 +4545,17 @@ namespace SystemTrayMenu.UserInterface this.buttonAppearanceDefault.UseVisualStyleBackColor = true; this.buttonAppearanceDefault.Click += new System.EventHandler(this.ButtonAppearanceDefault_Click); // + // checkBoxShowSearchBar + // + this.checkBoxShowSearchBar.AutoSize = true; + this.checkBoxShowSearchBar.Dock = System.Windows.Forms.DockStyle.Fill; + this.checkBoxShowSearchBar.Location = new System.Drawing.Point(3, 103); + this.checkBoxShowSearchBar.Name = "checkBoxShowSearchBar"; + this.checkBoxShowSearchBar.Size = new System.Drawing.Size(373, 19); + this.checkBoxShowSearchBar.TabIndex = 2; + this.checkBoxShowSearchBar.Text = "checkBoxShowSearchBar"; + this.checkBoxShowSearchBar.UseVisualStyleBackColor = true; + // // checkBoxUseFading // this.checkBoxUseFading.AutoSize = true; @@ -4523,6 +4567,17 @@ namespace SystemTrayMenu.UserInterface this.checkBoxUseFading.Text = "checkBoxUseFading"; this.checkBoxUseFading.UseVisualStyleBackColor = true; // + // checkBoxShowDirectoryTitleAtTop + // + this.checkBoxShowDirectoryTitleAtTop.AutoSize = true; + this.checkBoxShowDirectoryTitleAtTop.Dock = System.Windows.Forms.DockStyle.Fill; + this.checkBoxShowDirectoryTitleAtTop.Location = new System.Drawing.Point(3, 78); + this.checkBoxShowDirectoryTitleAtTop.Name = "checkBoxShowDirectoryTitleAtTop"; + this.checkBoxShowDirectoryTitleAtTop.Size = new System.Drawing.Size(373, 19); + this.checkBoxShowDirectoryTitleAtTop.TabIndex = 1; + this.checkBoxShowDirectoryTitleAtTop.Text = "checkBoxShowDirectoryTitleAtTop"; + this.checkBoxShowDirectoryTitleAtTop.UseVisualStyleBackColor = true; + // // checkBoxDarkModeAlwaysOn // this.checkBoxDarkModeAlwaysOn.AutoSize = true; @@ -4587,7 +4642,7 @@ namespace SystemTrayMenu.UserInterface this.buttonCancel.Location = new System.Drawing.Point(348, 0); this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 0, 5, 0); this.buttonCancel.MinimumSize = new System.Drawing.Size(75, 23); - this.buttonCancel.Name = "Abort"; + this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 25); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Abort"; @@ -5166,5 +5221,9 @@ namespace SystemTrayMenu.UserInterface private System.Windows.Forms.GroupBox groupBoxSearchPattern; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelSearchPattern; private System.Windows.Forms.TextBox textBoxSearchPattern; + private System.Windows.Forms.CheckBox checkBoxShowFunctionKeysBelow; + private System.Windows.Forms.CheckBox checkBoxShowSearchBar; + private System.Windows.Forms.CheckBox checkBoxShowDirectoryTitleAtTop; + private System.Windows.Forms.CheckBox checkBoxShowCountOfElementsBelow; } } \ No newline at end of file diff --git a/UserInterface/SettingsForm.cs b/UserInterface/SettingsForm.cs index cb4c62d..670955c 100644 --- a/UserInterface/SettingsForm.cs +++ b/UserInterface/SettingsForm.cs @@ -155,7 +155,7 @@ namespace SystemTrayMenu.UserInterface groupBoxHiddenFilesAndFolders.Text = Translator.GetText("Hidden files and directories"); radioButtonSystemSettingsShowHiddenFiles.Text = Translator.GetText("Use operating system settings"); radioButtonNeverShowHiddenFiles.Text = Translator.GetText("Never show hidden files, directories or drives"); - radioButtonAlwaysShowHiddenFiles.Text = Translator.GetText("Always Show hidden files, directories or drives"); + radioButtonAlwaysShowHiddenFiles.Text = Translator.GetText("Always show hidden files, directories or drives"); groupBoxSorting.Text = Translator.GetText("Sorting"); radioButtonSortByName.Text = Translator.GetText("Sort by name"); radioButtonSortByDate.Text = Translator.GetText("Sort by date"); @@ -193,6 +193,10 @@ namespace SystemTrayMenu.UserInterface checkBoxRoundCorners.Text = Translator.GetText("Round corners"); checkBoxUseFading.Text = Translator.GetText("Fading"); checkBoxDarkModeAlwaysOn.Text = Translator.GetText("Color scheme dark always active"); + checkBoxShowDirectoryTitleAtTop.Text = Translator.GetText("Show directory title at top"); + checkBoxShowCountOfElementsBelow.Text = Translator.GetText("Show count of elements below"); + checkBoxShowSearchBar.Text = Translator.GetText("Show search bar"); + checkBoxShowFunctionKeysBelow.Text = Translator.GetText("Show function keys below"); buttonAppearanceDefault.Text = Translator.GetText("Default"); groupBoxColorsLightMode.Text = Translator.GetText("Color scheme bright"); groupBoxColorsDarkMode.Text = Translator.GetText("Color scheme dark"); @@ -522,6 +526,10 @@ namespace SystemTrayMenu.UserInterface checkBoxRoundCorners.Checked = Settings.Default.RoundCorners; checkBoxUseFading.Checked = Settings.Default.UseFading; checkBoxDarkModeAlwaysOn.Checked = Settings.Default.IsDarkModeAlwaysOn; + checkBoxShowDirectoryTitleAtTop.Checked = Settings.Default.ShowDirectoryTitleAtTop; + checkBoxShowSearchBar.Checked = Settings.Default.ShowSearchBar; + checkBoxShowCountOfElementsBelow.Checked = Settings.Default.ShowCountOfElementsBelow; + checkBoxShowFunctionKeysBelow.Checked = Settings.Default.ShowFunctionKeysBelow; textBoxColorSelectedItem.Text = Settings.Default.ColorSelectedItem; textBoxColorSelecetedItemDarkMode.Text = Settings.Default.ColorDarkModeSelecetedItem; @@ -946,6 +954,10 @@ namespace SystemTrayMenu.UserInterface Settings.Default.RoundCorners = checkBoxRoundCorners.Checked; Settings.Default.UseFading = checkBoxUseFading.Checked; Settings.Default.IsDarkModeAlwaysOn = checkBoxDarkModeAlwaysOn.Checked; + Settings.Default.ShowDirectoryTitleAtTop = checkBoxShowDirectoryTitleAtTop.Checked; + Settings.Default.ShowSearchBar = checkBoxShowSearchBar.Checked; + Settings.Default.ShowCountOfElementsBelow = checkBoxShowCountOfElementsBelow.Checked; + Settings.Default.ShowFunctionKeysBelow = checkBoxShowFunctionKeysBelow.Checked; if (checkBoxStoreConfigAtAssemblyLocation.Checked) { @@ -1198,7 +1210,7 @@ namespace SystemTrayMenu.UserInterface numericUpDownIconSizeInPercent.Value = 100; numericUpDownRowHeighteInPercentage.Value = 100; numericUpDownMenuWidth.Value = 400; - numericUpDownMenuHeight.Value = 600; + numericUpDownMenuHeight.Value = 450; radioButtonAppearAtTheBottomRight.Checked = false; radioButtonAppearAtTheBottomLeft.Checked = true; @@ -1334,9 +1346,13 @@ namespace SystemTrayMenu.UserInterface private void ButtonAppearanceDefault_Click(object sender, EventArgs e) { - checkBoxRoundCorners.Checked = true; - checkBoxUseFading.Checked = true; + checkBoxRoundCorners.Checked = false; + checkBoxUseFading.Checked = false; checkBoxDarkModeAlwaysOn.Checked = true; + checkBoxShowDirectoryTitleAtTop.Checked = false; + checkBoxShowSearchBar.Checked = true; + checkBoxShowCountOfElementsBelow.Checked = false; + checkBoxShowFunctionKeysBelow.Checked = false; } private void ButtonDefaultColors_Click(object sender, EventArgs e)